@airweave/sdk 0.9.15 → 0.9.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,8 +48,8 @@ class AirweaveSDKClient {
48
48
  this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
49
49
  "X-Fern-Language": "JavaScript",
50
50
  "X-Fern-SDK-Name": "@airweave/sdk",
51
- "X-Fern-SDK-Version": "v0.9.15",
52
- "User-Agent": "@airweave/sdk/v0.9.15",
51
+ "X-Fern-SDK-Version": "v0.9.17",
52
+ "User-Agent": "@airweave/sdk/v0.9.17",
53
53
  "X-Fern-Runtime": core.RUNTIME.type,
54
54
  "X-Fern-Runtime-Version": core.RUNTIME.version,
55
55
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface BodyChangeMemberRoleOrganizationsOrganizationIdMembersUserIdPatch {
5
+ role: string;
6
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -31,6 +31,7 @@ export * from "./BillingPeriodUsage.js";
31
31
  export * from "./BillingPlan.js";
32
32
  export * from "./BillingStatus.js";
33
33
  export * from "./BillingTransition.js";
34
+ export * from "./BodyChangeMemberRoleOrganizationsOrganizationIdMembersUserIdPatch.js";
34
35
  export * from "./BodyResyncWithExecutionConfigAdminResyncSyncIdPost.js";
35
36
  export * from "./CheckStatus.js";
36
37
  export * from "./CheckoutSessionRequest.js";
@@ -47,6 +47,7 @@ __exportStar(require("./BillingPeriodUsage.js"), exports);
47
47
  __exportStar(require("./BillingPlan.js"), exports);
48
48
  __exportStar(require("./BillingStatus.js"), exports);
49
49
  __exportStar(require("./BillingTransition.js"), exports);
50
+ __exportStar(require("./BodyChangeMemberRoleOrganizationsOrganizationIdMembersUserIdPatch.js"), exports);
50
51
  __exportStar(require("./BodyResyncWithExecutionConfigAdminResyncSyncIdPost.js"), exports);
51
52
  __exportStar(require("./CheckStatus.js"), exports);
52
53
  __exportStar(require("./CheckoutSessionRequest.js"), exports);
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v0.9.15";
1
+ export declare const SDK_VERSION = "v0.9.17";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "v0.9.15";
4
+ exports.SDK_VERSION = "v0.9.17";
@@ -12,8 +12,8 @@ export class AirweaveSDKClient {
12
12
  this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
13
13
  "X-Fern-Language": "JavaScript",
14
14
  "X-Fern-SDK-Name": "@airweave/sdk",
15
- "X-Fern-SDK-Version": "v0.9.15",
16
- "User-Agent": "@airweave/sdk/v0.9.15",
15
+ "X-Fern-SDK-Version": "v0.9.17",
16
+ "User-Agent": "@airweave/sdk/v0.9.17",
17
17
  "X-Fern-Runtime": core.RUNTIME.type,
18
18
  "X-Fern-Runtime-Version": core.RUNTIME.version,
19
19
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface BodyChangeMemberRoleOrganizationsOrganizationIdMembersUserIdPatch {
5
+ role: string;
6
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -31,6 +31,7 @@ export * from "./BillingPeriodUsage.mjs";
31
31
  export * from "./BillingPlan.mjs";
32
32
  export * from "./BillingStatus.mjs";
33
33
  export * from "./BillingTransition.mjs";
34
+ export * from "./BodyChangeMemberRoleOrganizationsOrganizationIdMembersUserIdPatch.mjs";
34
35
  export * from "./BodyResyncWithExecutionConfigAdminResyncSyncIdPost.mjs";
35
36
  export * from "./CheckStatus.mjs";
36
37
  export * from "./CheckoutSessionRequest.mjs";
@@ -31,6 +31,7 @@ export * from "./BillingPeriodUsage.mjs";
31
31
  export * from "./BillingPlan.mjs";
32
32
  export * from "./BillingStatus.mjs";
33
33
  export * from "./BillingTransition.mjs";
34
+ export * from "./BodyChangeMemberRoleOrganizationsOrganizationIdMembersUserIdPatch.mjs";
34
35
  export * from "./BodyResyncWithExecutionConfigAdminResyncSyncIdPost.mjs";
35
36
  export * from "./CheckStatus.mjs";
36
37
  export * from "./CheckoutSessionRequest.mjs";
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v0.9.15";
1
+ export declare const SDK_VERSION = "v0.9.17";
@@ -1 +1 @@
1
- export const SDK_VERSION = "v0.9.15";
1
+ export const SDK_VERSION = "v0.9.17";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airweave/sdk",
3
- "version": "v0.9.15",
3
+ "version": "v0.9.17",
4
4
  "private": false,
5
5
  "repository": "github:airweave-ai/typescript-sdk",
6
6
  "type": "commonjs",