diff --git a/package.json b/package.json index 3dba390..5863d47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@airtop/sdk", - "version": "0.0.18-alpha", + "version": "0.0.19-alpha", "private": false, "repository": "https://github.com/airtop-ai/airtop-node-sdk", "main": "./index.js", diff --git a/src/api/resources/profiles/client/Client.ts b/src/api/resources/profiles/client/Client.ts index 292322f..f5e32a4 100644 --- a/src/api/resources/profiles/client/Client.ts +++ b/src/api/resources/profiles/client/Client.ts @@ -62,8 +62,8 @@ export class Profiles { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airtop/sdk", - "X-Fern-SDK-Version": "0.0.18-alpha", - "User-Agent": "@airtop/sdk/0.0.18-alpha", + "X-Fern-SDK-Version": "0.0.19-alpha", + "User-Agent": "@airtop/sdk/0.0.19-alpha", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -139,8 +139,8 @@ export class Profiles { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airtop/sdk", - "X-Fern-SDK-Version": "0.0.18-alpha", - "User-Agent": "@airtop/sdk/0.0.18-alpha", + "X-Fern-SDK-Version": "0.0.19-alpha", + "User-Agent": "@airtop/sdk/0.0.19-alpha", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/sessions/client/Client.ts b/src/api/resources/sessions/client/Client.ts index 1fb6d95..681b267 100644 --- a/src/api/resources/sessions/client/Client.ts +++ b/src/api/resources/sessions/client/Client.ts @@ -82,8 +82,8 @@ export class Sessions { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airtop/sdk", - "X-Fern-SDK-Version": "0.0.18-alpha", - "User-Agent": "@airtop/sdk/0.0.18-alpha", + "X-Fern-SDK-Version": "0.0.19-alpha", + "User-Agent": "@airtop/sdk/0.0.19-alpha", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -180,8 +180,8 @@ export class Sessions { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airtop/sdk", - "X-Fern-SDK-Version": "0.0.18-alpha", - "User-Agent": "@airtop/sdk/0.0.18-alpha", + "X-Fern-SDK-Version": "0.0.19-alpha", + "User-Agent": "@airtop/sdk/0.0.19-alpha", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -248,8 +248,8 @@ export class Sessions { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airtop/sdk", - "X-Fern-SDK-Version": "0.0.18-alpha", - "User-Agent": "@airtop/sdk/0.0.18-alpha", + "X-Fern-SDK-Version": "0.0.19-alpha", + "User-Agent": "@airtop/sdk/0.0.19-alpha", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -344,8 +344,8 @@ export class Sessions { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airtop/sdk", - "X-Fern-SDK-Version": "0.0.18-alpha", - "User-Agent": "@airtop/sdk/0.0.18-alpha", + "X-Fern-SDK-Version": "0.0.19-alpha", + "User-Agent": "@airtop/sdk/0.0.19-alpha", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -398,8 +398,8 @@ export class Sessions { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airtop/sdk", - "X-Fern-SDK-Version": "0.0.18-alpha", - "User-Agent": "@airtop/sdk/0.0.18-alpha", + "X-Fern-SDK-Version": "0.0.19-alpha", + "User-Agent": "@airtop/sdk/0.0.19-alpha", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/windows/client/Client.ts b/src/api/resources/windows/client/Client.ts index d75c4d7..664749c 100644 --- a/src/api/resources/windows/client/Client.ts +++ b/src/api/resources/windows/client/Client.ts @@ -52,8 +52,8 @@ export class Windows { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airtop/sdk", - "X-Fern-SDK-Version": "0.0.18-alpha", - "User-Agent": "@airtop/sdk/0.0.18-alpha", + "X-Fern-SDK-Version": "0.0.19-alpha", + "User-Agent": "@airtop/sdk/0.0.19-alpha", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -137,8 +137,8 @@ export class Windows { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airtop/sdk", - "X-Fern-SDK-Version": "0.0.18-alpha", - "User-Agent": "@airtop/sdk/0.0.18-alpha", + "X-Fern-SDK-Version": "0.0.19-alpha", + "User-Agent": "@airtop/sdk/0.0.19-alpha", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -208,8 +208,8 @@ export class Windows { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airtop/sdk", - "X-Fern-SDK-Version": "0.0.18-alpha", - "User-Agent": "@airtop/sdk/0.0.18-alpha", + "X-Fern-SDK-Version": "0.0.19-alpha", + "User-Agent": "@airtop/sdk/0.0.19-alpha", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -275,8 +275,8 @@ export class Windows { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airtop/sdk", - "X-Fern-SDK-Version": "0.0.18-alpha", - "User-Agent": "@airtop/sdk/0.0.18-alpha", + "X-Fern-SDK-Version": "0.0.19-alpha", + "User-Agent": "@airtop/sdk/0.0.19-alpha", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -345,8 +345,8 @@ export class Windows { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airtop/sdk", - "X-Fern-SDK-Version": "0.0.18-alpha", - "User-Agent": "@airtop/sdk/0.0.18-alpha", + "X-Fern-SDK-Version": "0.0.19-alpha", + "User-Agent": "@airtop/sdk/0.0.19-alpha", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -414,8 +414,8 @@ export class Windows { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airtop/sdk", - "X-Fern-SDK-Version": "0.0.18-alpha", - "User-Agent": "@airtop/sdk/0.0.18-alpha", + "X-Fern-SDK-Version": "0.0.19-alpha", + "User-Agent": "@airtop/sdk/0.0.19-alpha", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -483,8 +483,8 @@ export class Windows { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airtop/sdk", - "X-Fern-SDK-Version": "0.0.18-alpha", - "User-Agent": "@airtop/sdk/0.0.18-alpha", + "X-Fern-SDK-Version": "0.0.19-alpha", + "User-Agent": "@airtop/sdk/0.0.19-alpha", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, },