Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sayari/sdk",
"version": "0.1.44",
"version": "0.1.45",
"private": false,
"repository": "https://github.com/sayari-analytics/sayari-node",
"main": "./index.js",
Expand Down
12 changes: 6 additions & 6 deletions src/api/resources/attributes/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ export class Attributes {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -235,8 +235,8 @@ export class Attributes {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -388,8 +388,8 @@ export class Attributes {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/auth/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export class Auth {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down
8 changes: 4 additions & 4 deletions src/api/resources/entity/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ export class Entity {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -490,8 +490,8 @@ export class Entity {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down
8 changes: 4 additions & 4 deletions src/api/resources/info/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ export class Info {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -222,8 +222,8 @@ export class Info {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/metadata/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export class Metadata {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/negativeNews/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ export class NegativeNews {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down
20 changes: 10 additions & 10 deletions src/api/resources/notifications/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ export class Notifications {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -266,8 +266,8 @@ export class Notifications {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -419,8 +419,8 @@ export class Notifications {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -548,8 +548,8 @@ export class Notifications {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -677,8 +677,8 @@ export class Notifications {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down
56 changes: 28 additions & 28 deletions src/api/resources/ontology/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export class Ontology {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -201,8 +201,8 @@ export class Ontology {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -342,8 +342,8 @@ export class Ontology {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -483,8 +483,8 @@ export class Ontology {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -624,8 +624,8 @@ export class Ontology {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -765,8 +765,8 @@ export class Ontology {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -906,8 +906,8 @@ export class Ontology {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -1047,8 +1047,8 @@ export class Ontology {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -1188,8 +1188,8 @@ export class Ontology {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -1329,8 +1329,8 @@ export class Ontology {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -1470,8 +1470,8 @@ export class Ontology {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -1636,8 +1636,8 @@ export class Ontology {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -1787,8 +1787,8 @@ export class Ontology {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -1928,8 +1928,8 @@ export class Ontology {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down
12 changes: 6 additions & 6 deletions src/api/resources/project/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export class Project {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -229,8 +229,8 @@ export class Project {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down Expand Up @@ -362,8 +362,8 @@ export class Project {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@sayari/sdk",
"X-Fern-SDK-Version": "0.1.44",
"User-Agent": "@sayari/sdk/0.1.44",
"X-Fern-SDK-Version": "0.1.45",
"User-Agent": "@sayari/sdk/0.1.45",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...requestOptions?.headers,
Expand Down
Loading