Skip to content

Commit

Permalink
chore(notes-client): bump client version
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoresende committed Sep 24, 2024
1 parent 8b8b439 commit eeff966
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion clients/notes-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epilot/notes-client",
"version": "0.9.0",
"version": "0.9.1",
"description": "JavaScript client library for Epilot's Notes API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion clients/notes-api/src/openapi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ declare namespace Paths {
}
export interface QueryParameters {
context_type: Parameters.ContextType;
context_id?: /* ID of the Entity from which to retrive Notes */ Parameters.ContextId;
from?: /* The index of the first Note to return in this query */ Parameters.From;
size?: /* The number of Note entries to return in this query */ Parameters.Size;
}
Expand Down
9 changes: 0 additions & 9 deletions clients/notes-api/src/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,6 @@
},
"required": true
},
{
"in": "query",
"name": "context_id",
"description": "The ID of a non-Entity context that contains Notes. Required when `context_type` is not an Entity slug",
"schema": {
"type": "string",
"description": "The ID of a non-Entity context that contains Notes. Required when `context_type` is not an Entity slug"
}
},
{
"in": "query",
"name": "from",
Expand Down

0 comments on commit eeff966

Please sign in to comment.