@airweave/sdk 0.6.71 → 0.6.73
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.
- package/dist/cjs/Client.js +2 -2
- package/dist/cjs/api/types/ApiKey.d.ts +2 -2
- package/dist/cjs/api/types/ApiKeyCreate.d.ts +2 -2
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/types/ApiKey.d.mts +2 -2
- package/dist/esm/api/types/ApiKeyCreate.d.mts +2 -2
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
package/dist/cjs/Client.js
CHANGED
|
@@ -49,8 +49,8 @@ class AirweaveSDKClient {
|
|
|
49
49
|
"X-Framework-Version": _options === null || _options === void 0 ? void 0 : _options.frameworkVersion,
|
|
50
50
|
"X-Fern-Language": "JavaScript",
|
|
51
51
|
"X-Fern-SDK-Name": "@airweave/sdk",
|
|
52
|
-
"X-Fern-SDK-Version": "v0.6.
|
|
53
|
-
"User-Agent": "@airweave/sdk/v0.6.
|
|
52
|
+
"X-Fern-SDK-Version": "v0.6.73",
|
|
53
|
+
"User-Agent": "@airweave/sdk/v0.6.73",
|
|
54
54
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
55
55
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
56
56
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export interface ApiKey {
|
|
8
8
|
id: string;
|
|
9
|
-
|
|
9
|
+
organization_id: string;
|
|
10
10
|
created_at: string;
|
|
11
11
|
modified_at: string;
|
|
12
12
|
last_used_date?: string;
|
|
13
13
|
expiration_date: string;
|
|
14
14
|
created_by_email?: string;
|
|
15
15
|
modified_by_email?: string;
|
|
16
|
-
decrypted_key
|
|
16
|
+
decrypted_key?: string;
|
|
17
17
|
}
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
* Schema for creating an APIKey object.
|
|
6
6
|
*/
|
|
7
7
|
export interface ApiKeyCreate {
|
|
8
|
-
/**
|
|
9
|
-
|
|
8
|
+
/** Number of days until the API key expires (default: 90, max: 365) */
|
|
9
|
+
expiration_days?: number;
|
|
10
10
|
}
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "v0.6.
|
|
1
|
+
export declare const SDK_VERSION = "v0.6.73";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.mjs
CHANGED
|
@@ -13,8 +13,8 @@ export class AirweaveSDKClient {
|
|
|
13
13
|
"X-Framework-Version": _options === null || _options === void 0 ? void 0 : _options.frameworkVersion,
|
|
14
14
|
"X-Fern-Language": "JavaScript",
|
|
15
15
|
"X-Fern-SDK-Name": "@airweave/sdk",
|
|
16
|
-
"X-Fern-SDK-Version": "v0.6.
|
|
17
|
-
"User-Agent": "@airweave/sdk/v0.6.
|
|
16
|
+
"X-Fern-SDK-Version": "v0.6.73",
|
|
17
|
+
"User-Agent": "@airweave/sdk/v0.6.73",
|
|
18
18
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
19
19
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
20
20
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export interface ApiKey {
|
|
8
8
|
id: string;
|
|
9
|
-
|
|
9
|
+
organization_id: string;
|
|
10
10
|
created_at: string;
|
|
11
11
|
modified_at: string;
|
|
12
12
|
last_used_date?: string;
|
|
13
13
|
expiration_date: string;
|
|
14
14
|
created_by_email?: string;
|
|
15
15
|
modified_by_email?: string;
|
|
16
|
-
decrypted_key
|
|
16
|
+
decrypted_key?: string;
|
|
17
17
|
}
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
* Schema for creating an APIKey object.
|
|
6
6
|
*/
|
|
7
7
|
export interface ApiKeyCreate {
|
|
8
|
-
/**
|
|
9
|
-
|
|
8
|
+
/** Number of days until the API key expires (default: 90, max: 365) */
|
|
9
|
+
expiration_days?: number;
|
|
10
10
|
}
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "v0.6.
|
|
1
|
+
export declare const SDK_VERSION = "v0.6.73";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "v0.6.
|
|
1
|
+
export const SDK_VERSION = "v0.6.73";
|