frameio 3.2.0 → 3.2.1
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/BaseClient.js +2 -2
- package/dist/cjs/api/resources/metadata/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/metadata/client/Client.js +4 -4
- package/dist/cjs/api/resources/metadata/client/requests/BulkUpdateMetadataParams.d.ts +4 -4
- package/dist/cjs/api/resources/shares/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/shares/client/Client.js +4 -4
- package/dist/cjs/api/resources/shares/client/requests/AddAssetParams.d.ts +1 -1
- package/dist/cjs/api/resources/shares/client/requests/CreateShareParams.d.ts +2 -2
- package/dist/cjs/api/resources/shares/client/requests/UpdateShareParams.d.ts +1 -1
- package/dist/cjs/api/resources/versionStacks/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/versionStacks/client/Client.js +1 -1
- package/dist/cjs/api/resources/versionStacks/client/requests/VersionStackCreateParams.d.ts +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/api/resources/metadata/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/metadata/client/Client.mjs +4 -4
- package/dist/esm/api/resources/metadata/client/requests/BulkUpdateMetadataParams.d.mts +4 -4
- package/dist/esm/api/resources/shares/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/shares/client/Client.mjs +4 -4
- package/dist/esm/api/resources/shares/client/requests/AddAssetParams.d.mts +1 -1
- package/dist/esm/api/resources/shares/client/requests/CreateShareParams.d.mts +2 -2
- package/dist/esm/api/resources/shares/client/requests/UpdateShareParams.d.mts +1 -1
- package/dist/esm/api/resources/versionStacks/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/versionStacks/client/Client.mjs +1 -1
- package/dist/esm/api/resources/versionStacks/client/requests/VersionStackCreateParams.d.mts +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +9 -9
package/dist/cjs/BaseClient.js
CHANGED
|
@@ -43,8 +43,8 @@ function normalizeClientOptions(options) {
|
|
|
43
43
|
const headers = (0, headers_js_1.mergeHeaders)({
|
|
44
44
|
"X-Fern-Language": "JavaScript",
|
|
45
45
|
"X-Fern-SDK-Name": "frameio",
|
|
46
|
-
"X-Fern-SDK-Version": "3.2.
|
|
47
|
-
"User-Agent": "frameio/3.2.
|
|
46
|
+
"X-Fern-SDK-Version": "3.2.1",
|
|
47
|
+
"User-Agent": "frameio/3.2.1",
|
|
48
48
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
49
49
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
50
50
|
}, options === null || options === void 0 ? void 0 : options.headers);
|
|
@@ -32,16 +32,16 @@ export declare class MetadataClient {
|
|
|
32
32
|
* @example
|
|
33
33
|
* await client.metadata.bulkUpdate("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
34
34
|
* data: {
|
|
35
|
-
* file_ids: ["
|
|
35
|
+
* file_ids: ["78f65ceb-6ad8-4366-8cde-a161fb094d05", "5e93e509-877c-42ce-a2f0-e9a45ad3d77d"],
|
|
36
36
|
* values: [{
|
|
37
|
-
* field_definition_id: "
|
|
37
|
+
* field_definition_id: "d84bc70e-3a74-4537-ab2a-a1db24df8542",
|
|
38
38
|
* value: [
|
|
39
39
|
* {
|
|
40
|
-
* "id": "
|
|
40
|
+
* "id": "90861732-4c6c-452e-bd6a-05086582ecd2",
|
|
41
41
|
* "type": "user"
|
|
42
42
|
* },
|
|
43
43
|
* {
|
|
44
|
-
* "id": "
|
|
44
|
+
* "id": "4953b617-9a01-4581-8137-3afe583d8745",
|
|
45
45
|
* "type": "account_user_group"
|
|
46
46
|
* }
|
|
47
47
|
* ]
|
|
@@ -77,16 +77,16 @@ class MetadataClient {
|
|
|
77
77
|
* @example
|
|
78
78
|
* await client.metadata.bulkUpdate("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
79
79
|
* data: {
|
|
80
|
-
* file_ids: ["
|
|
80
|
+
* file_ids: ["78f65ceb-6ad8-4366-8cde-a161fb094d05", "5e93e509-877c-42ce-a2f0-e9a45ad3d77d"],
|
|
81
81
|
* values: [{
|
|
82
|
-
* field_definition_id: "
|
|
82
|
+
* field_definition_id: "d84bc70e-3a74-4537-ab2a-a1db24df8542",
|
|
83
83
|
* value: [
|
|
84
84
|
* {
|
|
85
|
-
* "id": "
|
|
85
|
+
* "id": "90861732-4c6c-452e-bd6a-05086582ecd2",
|
|
86
86
|
* "type": "user"
|
|
87
87
|
* },
|
|
88
88
|
* {
|
|
89
|
-
* "id": "
|
|
89
|
+
* "id": "4953b617-9a01-4581-8137-3afe583d8745",
|
|
90
90
|
* "type": "account_user_group"
|
|
91
91
|
* }
|
|
92
92
|
* ]
|
|
@@ -3,16 +3,16 @@ import type * as Frameio from "../../../../index.js";
|
|
|
3
3
|
* @example
|
|
4
4
|
* {
|
|
5
5
|
* data: {
|
|
6
|
-
* file_ids: ["
|
|
6
|
+
* file_ids: ["78f65ceb-6ad8-4366-8cde-a161fb094d05", "5e93e509-877c-42ce-a2f0-e9a45ad3d77d"],
|
|
7
7
|
* values: [{
|
|
8
|
-
* field_definition_id: "
|
|
8
|
+
* field_definition_id: "d84bc70e-3a74-4537-ab2a-a1db24df8542",
|
|
9
9
|
* value: [
|
|
10
10
|
* {
|
|
11
|
-
* "id": "
|
|
11
|
+
* "id": "90861732-4c6c-452e-bd6a-05086582ecd2",
|
|
12
12
|
* "type": "user"
|
|
13
13
|
* },
|
|
14
14
|
* {
|
|
15
|
-
* "id": "
|
|
15
|
+
* "id": "4953b617-9a01-4581-8137-3afe583d8745",
|
|
16
16
|
* "type": "account_user_group"
|
|
17
17
|
* }
|
|
18
18
|
* ]
|
|
@@ -75,7 +75,7 @@ export declare class SharesClient {
|
|
|
75
75
|
* access: "public",
|
|
76
76
|
* description: "A descriptive summary of the share",
|
|
77
77
|
* downloading_enabled: true,
|
|
78
|
-
* expiration: "2026-03-
|
|
78
|
+
* expiration: "2026-03-27T20:02:06Z",
|
|
79
79
|
* name: "Share Name",
|
|
80
80
|
* passphrase: "as!dfj39sd(*"
|
|
81
81
|
* }
|
|
@@ -210,7 +210,7 @@ export declare class SharesClient {
|
|
|
210
210
|
* @example
|
|
211
211
|
* await client.shares.addAsset("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
212
212
|
* data: {
|
|
213
|
-
* asset_id: "
|
|
213
|
+
* asset_id: "42a3f7e6-13ce-4ccf-bbba-73dca1bca330"
|
|
214
214
|
* }
|
|
215
215
|
* })
|
|
216
216
|
*/
|
|
@@ -261,9 +261,9 @@ export declare class SharesClient {
|
|
|
261
261
|
* data: {
|
|
262
262
|
* type: "asset",
|
|
263
263
|
* access: "public",
|
|
264
|
-
* asset_ids: ["
|
|
264
|
+
* asset_ids: ["dc20a116-3e54-40ce-a9f0-6c7941875d2e", "c0ac7673-bf97-4c3e-ac09-f62774c07c73"],
|
|
265
265
|
* downloading_enabled: true,
|
|
266
|
-
* expiration: "2026-03-
|
|
266
|
+
* expiration: "2026-03-27T20:02:06Z",
|
|
267
267
|
* name: "Share Name",
|
|
268
268
|
* passphrase: "as!dfj39sd(*"
|
|
269
269
|
* }
|
|
@@ -214,7 +214,7 @@ class SharesClient {
|
|
|
214
214
|
* access: "public",
|
|
215
215
|
* description: "A descriptive summary of the share",
|
|
216
216
|
* downloading_enabled: true,
|
|
217
|
-
* expiration: "2026-03-
|
|
217
|
+
* expiration: "2026-03-27T20:02:06Z",
|
|
218
218
|
* name: "Share Name",
|
|
219
219
|
* passphrase: "as!dfj39sd(*"
|
|
220
220
|
* }
|
|
@@ -607,7 +607,7 @@ class SharesClient {
|
|
|
607
607
|
* @example
|
|
608
608
|
* await client.shares.addAsset("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
609
609
|
* data: {
|
|
610
|
-
* asset_id: "
|
|
610
|
+
* asset_id: "42a3f7e6-13ce-4ccf-bbba-73dca1bca330"
|
|
611
611
|
* }
|
|
612
612
|
* })
|
|
613
613
|
*/
|
|
@@ -766,9 +766,9 @@ class SharesClient {
|
|
|
766
766
|
* data: {
|
|
767
767
|
* type: "asset",
|
|
768
768
|
* access: "public",
|
|
769
|
-
* asset_ids: ["
|
|
769
|
+
* asset_ids: ["dc20a116-3e54-40ce-a9f0-6c7941875d2e", "c0ac7673-bf97-4c3e-ac09-f62774c07c73"],
|
|
770
770
|
* downloading_enabled: true,
|
|
771
|
-
* expiration: "2026-03-
|
|
771
|
+
* expiration: "2026-03-27T20:02:06Z",
|
|
772
772
|
* name: "Share Name",
|
|
773
773
|
* passphrase: "as!dfj39sd(*"
|
|
774
774
|
* }
|
|
@@ -5,9 +5,9 @@ import type * as Frameio from "../../../../index.js";
|
|
|
5
5
|
* data: {
|
|
6
6
|
* type: "asset",
|
|
7
7
|
* access: "public",
|
|
8
|
-
* asset_ids: ["
|
|
8
|
+
* asset_ids: ["dc20a116-3e54-40ce-a9f0-6c7941875d2e", "c0ac7673-bf97-4c3e-ac09-f62774c07c73"],
|
|
9
9
|
* downloading_enabled: true,
|
|
10
|
-
* expiration: "2026-03-
|
|
10
|
+
* expiration: "2026-03-27T20:02:06Z",
|
|
11
11
|
* name: "Share Name",
|
|
12
12
|
* passphrase: "as!dfj39sd(*"
|
|
13
13
|
* }
|
|
@@ -145,7 +145,7 @@ export declare class VersionStacksClient {
|
|
|
145
145
|
* @example
|
|
146
146
|
* await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
147
147
|
* data: {
|
|
148
|
-
* file_ids: ["
|
|
148
|
+
* file_ids: ["96334cac-1335-47f2-8626-5c4150a2cc9e", "0d22f414-7361-4739-8705-bf939debc477"]
|
|
149
149
|
* }
|
|
150
150
|
* })
|
|
151
151
|
*/
|
|
@@ -423,7 +423,7 @@ class VersionStacksClient {
|
|
|
423
423
|
* @example
|
|
424
424
|
* await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
425
425
|
* data: {
|
|
426
|
-
* file_ids: ["
|
|
426
|
+
* file_ids: ["96334cac-1335-47f2-8626-5c4150a2cc9e", "0d22f414-7361-4739-8705-bf939debc477"]
|
|
427
427
|
* }
|
|
428
428
|
* })
|
|
429
429
|
*/
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "3.2.
|
|
1
|
+
export declare const SDK_VERSION = "3.2.1";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/BaseClient.mjs
CHANGED
|
@@ -6,8 +6,8 @@ export function normalizeClientOptions(options) {
|
|
|
6
6
|
const headers = mergeHeaders({
|
|
7
7
|
"X-Fern-Language": "JavaScript",
|
|
8
8
|
"X-Fern-SDK-Name": "frameio",
|
|
9
|
-
"X-Fern-SDK-Version": "3.2.
|
|
10
|
-
"User-Agent": "frameio/3.2.
|
|
9
|
+
"X-Fern-SDK-Version": "3.2.1",
|
|
10
|
+
"User-Agent": "frameio/3.2.1",
|
|
11
11
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
12
12
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
13
13
|
}, options === null || options === void 0 ? void 0 : options.headers);
|
|
@@ -32,16 +32,16 @@ export declare class MetadataClient {
|
|
|
32
32
|
* @example
|
|
33
33
|
* await client.metadata.bulkUpdate("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
34
34
|
* data: {
|
|
35
|
-
* file_ids: ["
|
|
35
|
+
* file_ids: ["78f65ceb-6ad8-4366-8cde-a161fb094d05", "5e93e509-877c-42ce-a2f0-e9a45ad3d77d"],
|
|
36
36
|
* values: [{
|
|
37
|
-
* field_definition_id: "
|
|
37
|
+
* field_definition_id: "d84bc70e-3a74-4537-ab2a-a1db24df8542",
|
|
38
38
|
* value: [
|
|
39
39
|
* {
|
|
40
|
-
* "id": "
|
|
40
|
+
* "id": "90861732-4c6c-452e-bd6a-05086582ecd2",
|
|
41
41
|
* "type": "user"
|
|
42
42
|
* },
|
|
43
43
|
* {
|
|
44
|
-
* "id": "
|
|
44
|
+
* "id": "4953b617-9a01-4581-8137-3afe583d8745",
|
|
45
45
|
* "type": "account_user_group"
|
|
46
46
|
* }
|
|
47
47
|
* ]
|
|
@@ -41,16 +41,16 @@ export class MetadataClient {
|
|
|
41
41
|
* @example
|
|
42
42
|
* await client.metadata.bulkUpdate("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
43
43
|
* data: {
|
|
44
|
-
* file_ids: ["
|
|
44
|
+
* file_ids: ["78f65ceb-6ad8-4366-8cde-a161fb094d05", "5e93e509-877c-42ce-a2f0-e9a45ad3d77d"],
|
|
45
45
|
* values: [{
|
|
46
|
-
* field_definition_id: "
|
|
46
|
+
* field_definition_id: "d84bc70e-3a74-4537-ab2a-a1db24df8542",
|
|
47
47
|
* value: [
|
|
48
48
|
* {
|
|
49
|
-
* "id": "
|
|
49
|
+
* "id": "90861732-4c6c-452e-bd6a-05086582ecd2",
|
|
50
50
|
* "type": "user"
|
|
51
51
|
* },
|
|
52
52
|
* {
|
|
53
|
-
* "id": "
|
|
53
|
+
* "id": "4953b617-9a01-4581-8137-3afe583d8745",
|
|
54
54
|
* "type": "account_user_group"
|
|
55
55
|
* }
|
|
56
56
|
* ]
|
|
@@ -3,16 +3,16 @@ import type * as Frameio from "../../../../index.mjs";
|
|
|
3
3
|
* @example
|
|
4
4
|
* {
|
|
5
5
|
* data: {
|
|
6
|
-
* file_ids: ["
|
|
6
|
+
* file_ids: ["78f65ceb-6ad8-4366-8cde-a161fb094d05", "5e93e509-877c-42ce-a2f0-e9a45ad3d77d"],
|
|
7
7
|
* values: [{
|
|
8
|
-
* field_definition_id: "
|
|
8
|
+
* field_definition_id: "d84bc70e-3a74-4537-ab2a-a1db24df8542",
|
|
9
9
|
* value: [
|
|
10
10
|
* {
|
|
11
|
-
* "id": "
|
|
11
|
+
* "id": "90861732-4c6c-452e-bd6a-05086582ecd2",
|
|
12
12
|
* "type": "user"
|
|
13
13
|
* },
|
|
14
14
|
* {
|
|
15
|
-
* "id": "
|
|
15
|
+
* "id": "4953b617-9a01-4581-8137-3afe583d8745",
|
|
16
16
|
* "type": "account_user_group"
|
|
17
17
|
* }
|
|
18
18
|
* ]
|
|
@@ -75,7 +75,7 @@ export declare class SharesClient {
|
|
|
75
75
|
* access: "public",
|
|
76
76
|
* description: "A descriptive summary of the share",
|
|
77
77
|
* downloading_enabled: true,
|
|
78
|
-
* expiration: "2026-03-
|
|
78
|
+
* expiration: "2026-03-27T20:02:06Z",
|
|
79
79
|
* name: "Share Name",
|
|
80
80
|
* passphrase: "as!dfj39sd(*"
|
|
81
81
|
* }
|
|
@@ -210,7 +210,7 @@ export declare class SharesClient {
|
|
|
210
210
|
* @example
|
|
211
211
|
* await client.shares.addAsset("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
212
212
|
* data: {
|
|
213
|
-
* asset_id: "
|
|
213
|
+
* asset_id: "42a3f7e6-13ce-4ccf-bbba-73dca1bca330"
|
|
214
214
|
* }
|
|
215
215
|
* })
|
|
216
216
|
*/
|
|
@@ -261,9 +261,9 @@ export declare class SharesClient {
|
|
|
261
261
|
* data: {
|
|
262
262
|
* type: "asset",
|
|
263
263
|
* access: "public",
|
|
264
|
-
* asset_ids: ["
|
|
264
|
+
* asset_ids: ["dc20a116-3e54-40ce-a9f0-6c7941875d2e", "c0ac7673-bf97-4c3e-ac09-f62774c07c73"],
|
|
265
265
|
* downloading_enabled: true,
|
|
266
|
-
* expiration: "2026-03-
|
|
266
|
+
* expiration: "2026-03-27T20:02:06Z",
|
|
267
267
|
* name: "Share Name",
|
|
268
268
|
* passphrase: "as!dfj39sd(*"
|
|
269
269
|
* }
|
|
@@ -178,7 +178,7 @@ export class SharesClient {
|
|
|
178
178
|
* access: "public",
|
|
179
179
|
* description: "A descriptive summary of the share",
|
|
180
180
|
* downloading_enabled: true,
|
|
181
|
-
* expiration: "2026-03-
|
|
181
|
+
* expiration: "2026-03-27T20:02:06Z",
|
|
182
182
|
* name: "Share Name",
|
|
183
183
|
* passphrase: "as!dfj39sd(*"
|
|
184
184
|
* }
|
|
@@ -571,7 +571,7 @@ export class SharesClient {
|
|
|
571
571
|
* @example
|
|
572
572
|
* await client.shares.addAsset("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
573
573
|
* data: {
|
|
574
|
-
* asset_id: "
|
|
574
|
+
* asset_id: "42a3f7e6-13ce-4ccf-bbba-73dca1bca330"
|
|
575
575
|
* }
|
|
576
576
|
* })
|
|
577
577
|
*/
|
|
@@ -730,9 +730,9 @@ export class SharesClient {
|
|
|
730
730
|
* data: {
|
|
731
731
|
* type: "asset",
|
|
732
732
|
* access: "public",
|
|
733
|
-
* asset_ids: ["
|
|
733
|
+
* asset_ids: ["dc20a116-3e54-40ce-a9f0-6c7941875d2e", "c0ac7673-bf97-4c3e-ac09-f62774c07c73"],
|
|
734
734
|
* downloading_enabled: true,
|
|
735
|
-
* expiration: "2026-03-
|
|
735
|
+
* expiration: "2026-03-27T20:02:06Z",
|
|
736
736
|
* name: "Share Name",
|
|
737
737
|
* passphrase: "as!dfj39sd(*"
|
|
738
738
|
* }
|
|
@@ -5,9 +5,9 @@ import type * as Frameio from "../../../../index.mjs";
|
|
|
5
5
|
* data: {
|
|
6
6
|
* type: "asset",
|
|
7
7
|
* access: "public",
|
|
8
|
-
* asset_ids: ["
|
|
8
|
+
* asset_ids: ["dc20a116-3e54-40ce-a9f0-6c7941875d2e", "c0ac7673-bf97-4c3e-ac09-f62774c07c73"],
|
|
9
9
|
* downloading_enabled: true,
|
|
10
|
-
* expiration: "2026-03-
|
|
10
|
+
* expiration: "2026-03-27T20:02:06Z",
|
|
11
11
|
* name: "Share Name",
|
|
12
12
|
* passphrase: "as!dfj39sd(*"
|
|
13
13
|
* }
|
|
@@ -145,7 +145,7 @@ export declare class VersionStacksClient {
|
|
|
145
145
|
* @example
|
|
146
146
|
* await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
147
147
|
* data: {
|
|
148
|
-
* file_ids: ["
|
|
148
|
+
* file_ids: ["96334cac-1335-47f2-8626-5c4150a2cc9e", "0d22f414-7361-4739-8705-bf939debc477"]
|
|
149
149
|
* }
|
|
150
150
|
* })
|
|
151
151
|
*/
|
|
@@ -387,7 +387,7 @@ export class VersionStacksClient {
|
|
|
387
387
|
* @example
|
|
388
388
|
* await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
389
389
|
* data: {
|
|
390
|
-
* file_ids: ["
|
|
390
|
+
* file_ids: ["96334cac-1335-47f2-8626-5c4150a2cc9e", "0d22f414-7361-4739-8705-bf939debc477"]
|
|
391
391
|
* }
|
|
392
392
|
* })
|
|
393
393
|
*/
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "3.2.
|
|
1
|
+
export declare const SDK_VERSION = "3.2.1";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "3.2.
|
|
1
|
+
export const SDK_VERSION = "3.2.1";
|
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -1638,7 +1638,7 @@ Create a new Version Stack under the parent folder. <br/>Rate Limits: 10 calls p
|
|
|
1638
1638
|
```typescript
|
|
1639
1639
|
await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
1640
1640
|
data: {
|
|
1641
|
-
file_ids: ["
|
|
1641
|
+
file_ids: ["96334cac-1335-47f2-8626-5c4150a2cc9e", "0d22f414-7361-4739-8705-bf939debc477"]
|
|
1642
1642
|
}
|
|
1643
1643
|
});
|
|
1644
1644
|
|
|
@@ -3544,7 +3544,7 @@ await client.shares.update("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6d
|
|
|
3544
3544
|
access: "public",
|
|
3545
3545
|
description: "A descriptive summary of the share",
|
|
3546
3546
|
downloading_enabled: true,
|
|
3547
|
-
expiration: "2026-03-
|
|
3547
|
+
expiration: "2026-03-27T20:02:06Z",
|
|
3548
3548
|
name: "Share Name",
|
|
3549
3549
|
passphrase: "as!dfj39sd(*"
|
|
3550
3550
|
}
|
|
@@ -3986,7 +3986,7 @@ Add new asset share. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_u
|
|
|
3986
3986
|
```typescript
|
|
3987
3987
|
await client.shares.addAsset("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
3988
3988
|
data: {
|
|
3989
|
-
asset_id: "
|
|
3989
|
+
asset_id: "42a3f7e6-13ce-4ccf-bbba-73dca1bca330"
|
|
3990
3990
|
}
|
|
3991
3991
|
});
|
|
3992
3992
|
|
|
@@ -4170,9 +4170,9 @@ await client.shares.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6d
|
|
|
4170
4170
|
data: {
|
|
4171
4171
|
type: "asset",
|
|
4172
4172
|
access: "public",
|
|
4173
|
-
asset_ids: ["
|
|
4173
|
+
asset_ids: ["dc20a116-3e54-40ce-a9f0-6c7941875d2e", "c0ac7673-bf97-4c3e-ac09-f62774c07c73"],
|
|
4174
4174
|
downloading_enabled: true,
|
|
4175
|
-
expiration: "2026-03-
|
|
4175
|
+
expiration: "2026-03-27T20:02:06Z",
|
|
4176
4176
|
name: "Share Name",
|
|
4177
4177
|
passphrase: "as!dfj39sd(*"
|
|
4178
4178
|
}
|
|
@@ -4258,16 +4258,16 @@ Update metadata values across multiple files. <br/>Rate Limits: 10 calls per 1.0
|
|
|
4258
4258
|
```typescript
|
|
4259
4259
|
await client.metadata.bulkUpdate("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
4260
4260
|
data: {
|
|
4261
|
-
file_ids: ["
|
|
4261
|
+
file_ids: ["78f65ceb-6ad8-4366-8cde-a161fb094d05", "5e93e509-877c-42ce-a2f0-e9a45ad3d77d"],
|
|
4262
4262
|
values: [{
|
|
4263
|
-
field_definition_id: "
|
|
4263
|
+
field_definition_id: "d84bc70e-3a74-4537-ab2a-a1db24df8542",
|
|
4264
4264
|
value: [
|
|
4265
4265
|
{
|
|
4266
|
-
"id": "
|
|
4266
|
+
"id": "90861732-4c6c-452e-bd6a-05086582ecd2",
|
|
4267
4267
|
"type": "user"
|
|
4268
4268
|
},
|
|
4269
4269
|
{
|
|
4270
|
-
"id": "
|
|
4270
|
+
"id": "4953b617-9a01-4581-8137-3afe583d8745",
|
|
4271
4271
|
"type": "account_user_group"
|
|
4272
4272
|
}
|
|
4273
4273
|
]
|