frameio 3.2.1 → 3.2.3
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 +6 -2
- package/dist/cjs/api/resources/versionStacks/client/Client.js +6 -2
- 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 +6 -2
- package/dist/esm/api/resources/versionStacks/client/Client.mjs +6 -2
- 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 +14 -10
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.3",
|
|
47
|
+
"User-Agent": "frameio/3.2.3",
|
|
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: ["6597eb4d-3137-4760-9c5e-6f59479908b8", "a4f42a72-f640-44fc-b9a9-2533d9d64df1"],
|
|
36
36
|
* values: [{
|
|
37
|
-
* field_definition_id: "
|
|
37
|
+
* field_definition_id: "2626b9ed-d32a-4eab-871e-038a956338c4",
|
|
38
38
|
* value: [
|
|
39
39
|
* {
|
|
40
|
-
* "id": "
|
|
40
|
+
* "id": "e0bfb74f-2139-4b25-81bd-18a8cc22cccc",
|
|
41
41
|
* "type": "user"
|
|
42
42
|
* },
|
|
43
43
|
* {
|
|
44
|
-
* "id": "
|
|
44
|
+
* "id": "edff6fbf-9b0c-44d8-81f9-f56a42a0263e",
|
|
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: ["6597eb4d-3137-4760-9c5e-6f59479908b8", "a4f42a72-f640-44fc-b9a9-2533d9d64df1"],
|
|
81
81
|
* values: [{
|
|
82
|
-
* field_definition_id: "
|
|
82
|
+
* field_definition_id: "2626b9ed-d32a-4eab-871e-038a956338c4",
|
|
83
83
|
* value: [
|
|
84
84
|
* {
|
|
85
|
-
* "id": "
|
|
85
|
+
* "id": "e0bfb74f-2139-4b25-81bd-18a8cc22cccc",
|
|
86
86
|
* "type": "user"
|
|
87
87
|
* },
|
|
88
88
|
* {
|
|
89
|
-
* "id": "
|
|
89
|
+
* "id": "edff6fbf-9b0c-44d8-81f9-f56a42a0263e",
|
|
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: ["6597eb4d-3137-4760-9c5e-6f59479908b8", "a4f42a72-f640-44fc-b9a9-2533d9d64df1"],
|
|
7
7
|
* values: [{
|
|
8
|
-
* field_definition_id: "
|
|
8
|
+
* field_definition_id: "2626b9ed-d32a-4eab-871e-038a956338c4",
|
|
9
9
|
* value: [
|
|
10
10
|
* {
|
|
11
|
-
* "id": "
|
|
11
|
+
* "id": "e0bfb74f-2139-4b25-81bd-18a8cc22cccc",
|
|
12
12
|
* "type": "user"
|
|
13
13
|
* },
|
|
14
14
|
* {
|
|
15
|
-
* "id": "
|
|
15
|
+
* "id": "edff6fbf-9b0c-44d8-81f9-f56a42a0263e",
|
|
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-
|
|
78
|
+
* expiration: "2026-04-01T16:07:14Z",
|
|
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: "b3d93131-3b65-4a23-889b-0981fc8b8973"
|
|
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: ["2486de9e-ac4b-4490-9dfa-626f038144db", "9eddefaa-2e54-4134-8f1e-b9c8cf7e3541"],
|
|
265
265
|
* downloading_enabled: true,
|
|
266
|
-
* expiration: "2026-
|
|
266
|
+
* expiration: "2026-04-01T16:07:14Z",
|
|
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-
|
|
217
|
+
* expiration: "2026-04-01T16:07:14Z",
|
|
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: "b3d93131-3b65-4a23-889b-0981fc8b8973"
|
|
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: ["2486de9e-ac4b-4490-9dfa-626f038144db", "9eddefaa-2e54-4134-8f1e-b9c8cf7e3541"],
|
|
770
770
|
* downloading_enabled: true,
|
|
771
|
-
* expiration: "2026-
|
|
771
|
+
* expiration: "2026-04-01T16:07:14Z",
|
|
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: ["2486de9e-ac4b-4490-9dfa-626f038144db", "9eddefaa-2e54-4134-8f1e-b9c8cf7e3541"],
|
|
9
9
|
* downloading_enabled: true,
|
|
10
|
-
* expiration: "2026-
|
|
10
|
+
* expiration: "2026-04-01T16:07:14Z",
|
|
11
11
|
* name: "Share Name",
|
|
12
12
|
* passphrase: "as!dfj39sd(*"
|
|
13
13
|
* }
|
|
@@ -75,7 +75,11 @@ export declare class VersionStacksClient {
|
|
|
75
75
|
show(account_id: Frameio.Uuid, version_stack_id: Frameio.Uuid, request?: Frameio.VersionStacksShowRequest, requestOptions?: VersionStacksClient.RequestOptions): core.HttpResponsePromise<Frameio.VersionStackWithIncludesResponse>;
|
|
76
76
|
private __show;
|
|
77
77
|
/**
|
|
78
|
-
* Copy version stack. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
78
|
+
* Copy version stack. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_user<br><br>
|
|
79
|
+
*
|
|
80
|
+
* Currently, copying version stacks between Adobe storage backed projects is not supported. Copying individual
|
|
81
|
+
* files within a version stack and then restacking them is currently the supported method for copying version
|
|
82
|
+
* stacks for these projects.
|
|
79
83
|
*
|
|
80
84
|
* @param {Frameio.Uuid} account_id
|
|
81
85
|
* @param {Frameio.Uuid} version_stack_id
|
|
@@ -145,7 +149,7 @@ export declare class VersionStacksClient {
|
|
|
145
149
|
* @example
|
|
146
150
|
* await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
147
151
|
* data: {
|
|
148
|
-
* file_ids: ["
|
|
152
|
+
* file_ids: ["caeb2589-1ce1-45f4-ab94-3f5f87527cfa", "e768892b-dafe-4634-abf6-6e0e63624100"]
|
|
149
153
|
* }
|
|
150
154
|
* })
|
|
151
155
|
*/
|
|
@@ -242,7 +242,11 @@ class VersionStacksClient {
|
|
|
242
242
|
});
|
|
243
243
|
}
|
|
244
244
|
/**
|
|
245
|
-
* Copy version stack. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
245
|
+
* Copy version stack. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_user<br><br>
|
|
246
|
+
*
|
|
247
|
+
* Currently, copying version stacks between Adobe storage backed projects is not supported. Copying individual
|
|
248
|
+
* files within a version stack and then restacking them is currently the supported method for copying version
|
|
249
|
+
* stacks for these projects.
|
|
246
250
|
*
|
|
247
251
|
* @param {Frameio.Uuid} account_id
|
|
248
252
|
* @param {Frameio.Uuid} version_stack_id
|
|
@@ -423,7 +427,7 @@ class VersionStacksClient {
|
|
|
423
427
|
* @example
|
|
424
428
|
* await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
425
429
|
* data: {
|
|
426
|
-
* file_ids: ["
|
|
430
|
+
* file_ids: ["caeb2589-1ce1-45f4-ab94-3f5f87527cfa", "e768892b-dafe-4634-abf6-6e0e63624100"]
|
|
427
431
|
* }
|
|
428
432
|
* })
|
|
429
433
|
*/
|
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.3";
|
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.3",
|
|
10
|
+
"User-Agent": "frameio/3.2.3",
|
|
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: ["6597eb4d-3137-4760-9c5e-6f59479908b8", "a4f42a72-f640-44fc-b9a9-2533d9d64df1"],
|
|
36
36
|
* values: [{
|
|
37
|
-
* field_definition_id: "
|
|
37
|
+
* field_definition_id: "2626b9ed-d32a-4eab-871e-038a956338c4",
|
|
38
38
|
* value: [
|
|
39
39
|
* {
|
|
40
|
-
* "id": "
|
|
40
|
+
* "id": "e0bfb74f-2139-4b25-81bd-18a8cc22cccc",
|
|
41
41
|
* "type": "user"
|
|
42
42
|
* },
|
|
43
43
|
* {
|
|
44
|
-
* "id": "
|
|
44
|
+
* "id": "edff6fbf-9b0c-44d8-81f9-f56a42a0263e",
|
|
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: ["6597eb4d-3137-4760-9c5e-6f59479908b8", "a4f42a72-f640-44fc-b9a9-2533d9d64df1"],
|
|
45
45
|
* values: [{
|
|
46
|
-
* field_definition_id: "
|
|
46
|
+
* field_definition_id: "2626b9ed-d32a-4eab-871e-038a956338c4",
|
|
47
47
|
* value: [
|
|
48
48
|
* {
|
|
49
|
-
* "id": "
|
|
49
|
+
* "id": "e0bfb74f-2139-4b25-81bd-18a8cc22cccc",
|
|
50
50
|
* "type": "user"
|
|
51
51
|
* },
|
|
52
52
|
* {
|
|
53
|
-
* "id": "
|
|
53
|
+
* "id": "edff6fbf-9b0c-44d8-81f9-f56a42a0263e",
|
|
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: ["6597eb4d-3137-4760-9c5e-6f59479908b8", "a4f42a72-f640-44fc-b9a9-2533d9d64df1"],
|
|
7
7
|
* values: [{
|
|
8
|
-
* field_definition_id: "
|
|
8
|
+
* field_definition_id: "2626b9ed-d32a-4eab-871e-038a956338c4",
|
|
9
9
|
* value: [
|
|
10
10
|
* {
|
|
11
|
-
* "id": "
|
|
11
|
+
* "id": "e0bfb74f-2139-4b25-81bd-18a8cc22cccc",
|
|
12
12
|
* "type": "user"
|
|
13
13
|
* },
|
|
14
14
|
* {
|
|
15
|
-
* "id": "
|
|
15
|
+
* "id": "edff6fbf-9b0c-44d8-81f9-f56a42a0263e",
|
|
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-
|
|
78
|
+
* expiration: "2026-04-01T16:07:14Z",
|
|
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: "b3d93131-3b65-4a23-889b-0981fc8b8973"
|
|
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: ["2486de9e-ac4b-4490-9dfa-626f038144db", "9eddefaa-2e54-4134-8f1e-b9c8cf7e3541"],
|
|
265
265
|
* downloading_enabled: true,
|
|
266
|
-
* expiration: "2026-
|
|
266
|
+
* expiration: "2026-04-01T16:07:14Z",
|
|
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-
|
|
181
|
+
* expiration: "2026-04-01T16:07:14Z",
|
|
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: "b3d93131-3b65-4a23-889b-0981fc8b8973"
|
|
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: ["2486de9e-ac4b-4490-9dfa-626f038144db", "9eddefaa-2e54-4134-8f1e-b9c8cf7e3541"],
|
|
734
734
|
* downloading_enabled: true,
|
|
735
|
-
* expiration: "2026-
|
|
735
|
+
* expiration: "2026-04-01T16:07:14Z",
|
|
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: ["2486de9e-ac4b-4490-9dfa-626f038144db", "9eddefaa-2e54-4134-8f1e-b9c8cf7e3541"],
|
|
9
9
|
* downloading_enabled: true,
|
|
10
|
-
* expiration: "2026-
|
|
10
|
+
* expiration: "2026-04-01T16:07:14Z",
|
|
11
11
|
* name: "Share Name",
|
|
12
12
|
* passphrase: "as!dfj39sd(*"
|
|
13
13
|
* }
|
|
@@ -75,7 +75,11 @@ export declare class VersionStacksClient {
|
|
|
75
75
|
show(account_id: Frameio.Uuid, version_stack_id: Frameio.Uuid, request?: Frameio.VersionStacksShowRequest, requestOptions?: VersionStacksClient.RequestOptions): core.HttpResponsePromise<Frameio.VersionStackWithIncludesResponse>;
|
|
76
76
|
private __show;
|
|
77
77
|
/**
|
|
78
|
-
* Copy version stack. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
78
|
+
* Copy version stack. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_user<br><br>
|
|
79
|
+
*
|
|
80
|
+
* Currently, copying version stacks between Adobe storage backed projects is not supported. Copying individual
|
|
81
|
+
* files within a version stack and then restacking them is currently the supported method for copying version
|
|
82
|
+
* stacks for these projects.
|
|
79
83
|
*
|
|
80
84
|
* @param {Frameio.Uuid} account_id
|
|
81
85
|
* @param {Frameio.Uuid} version_stack_id
|
|
@@ -145,7 +149,7 @@ export declare class VersionStacksClient {
|
|
|
145
149
|
* @example
|
|
146
150
|
* await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
147
151
|
* data: {
|
|
148
|
-
* file_ids: ["
|
|
152
|
+
* file_ids: ["caeb2589-1ce1-45f4-ab94-3f5f87527cfa", "e768892b-dafe-4634-abf6-6e0e63624100"]
|
|
149
153
|
* }
|
|
150
154
|
* })
|
|
151
155
|
*/
|
|
@@ -206,7 +206,11 @@ export class VersionStacksClient {
|
|
|
206
206
|
});
|
|
207
207
|
}
|
|
208
208
|
/**
|
|
209
|
-
* Copy version stack. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
209
|
+
* Copy version stack. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_user<br><br>
|
|
210
|
+
*
|
|
211
|
+
* Currently, copying version stacks between Adobe storage backed projects is not supported. Copying individual
|
|
212
|
+
* files within a version stack and then restacking them is currently the supported method for copying version
|
|
213
|
+
* stacks for these projects.
|
|
210
214
|
*
|
|
211
215
|
* @param {Frameio.Uuid} account_id
|
|
212
216
|
* @param {Frameio.Uuid} version_stack_id
|
|
@@ -387,7 +391,7 @@ export class VersionStacksClient {
|
|
|
387
391
|
* @example
|
|
388
392
|
* await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
389
393
|
* data: {
|
|
390
|
-
* file_ids: ["
|
|
394
|
+
* file_ids: ["caeb2589-1ce1-45f4-ab94-3f5f87527cfa", "e768892b-dafe-4634-abf6-6e0e63624100"]
|
|
391
395
|
* }
|
|
392
396
|
* })
|
|
393
397
|
*/
|
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.3";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "3.2.
|
|
1
|
+
export const SDK_VERSION = "3.2.3";
|
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -1453,7 +1453,11 @@ await client.versionStacks.show("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c4
|
|
|
1453
1453
|
<dl>
|
|
1454
1454
|
<dd>
|
|
1455
1455
|
|
|
1456
|
-
Copy version stack. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
1456
|
+
Copy version stack. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_user<br><br>
|
|
1457
|
+
|
|
1458
|
+
Currently, copying version stacks between Adobe storage backed projects is not supported. Copying individual
|
|
1459
|
+
files within a version stack and then restacking them is currently the supported method for copying version
|
|
1460
|
+
stacks for these projects.
|
|
1457
1461
|
</dd>
|
|
1458
1462
|
</dl>
|
|
1459
1463
|
</dd>
|
|
@@ -1638,7 +1642,7 @@ Create a new Version Stack under the parent folder. <br/>Rate Limits: 10 calls p
|
|
|
1638
1642
|
```typescript
|
|
1639
1643
|
await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
1640
1644
|
data: {
|
|
1641
|
-
file_ids: ["
|
|
1645
|
+
file_ids: ["caeb2589-1ce1-45f4-ab94-3f5f87527cfa", "e768892b-dafe-4634-abf6-6e0e63624100"]
|
|
1642
1646
|
}
|
|
1643
1647
|
});
|
|
1644
1648
|
|
|
@@ -3544,7 +3548,7 @@ await client.shares.update("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6d
|
|
|
3544
3548
|
access: "public",
|
|
3545
3549
|
description: "A descriptive summary of the share",
|
|
3546
3550
|
downloading_enabled: true,
|
|
3547
|
-
expiration: "2026-
|
|
3551
|
+
expiration: "2026-04-01T16:07:14Z",
|
|
3548
3552
|
name: "Share Name",
|
|
3549
3553
|
passphrase: "as!dfj39sd(*"
|
|
3550
3554
|
}
|
|
@@ -3986,7 +3990,7 @@ Add new asset share. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_u
|
|
|
3986
3990
|
```typescript
|
|
3987
3991
|
await client.shares.addAsset("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
3988
3992
|
data: {
|
|
3989
|
-
asset_id: "
|
|
3993
|
+
asset_id: "b3d93131-3b65-4a23-889b-0981fc8b8973"
|
|
3990
3994
|
}
|
|
3991
3995
|
});
|
|
3992
3996
|
|
|
@@ -4170,9 +4174,9 @@ await client.shares.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6d
|
|
|
4170
4174
|
data: {
|
|
4171
4175
|
type: "asset",
|
|
4172
4176
|
access: "public",
|
|
4173
|
-
asset_ids: ["
|
|
4177
|
+
asset_ids: ["2486de9e-ac4b-4490-9dfa-626f038144db", "9eddefaa-2e54-4134-8f1e-b9c8cf7e3541"],
|
|
4174
4178
|
downloading_enabled: true,
|
|
4175
|
-
expiration: "2026-
|
|
4179
|
+
expiration: "2026-04-01T16:07:14Z",
|
|
4176
4180
|
name: "Share Name",
|
|
4177
4181
|
passphrase: "as!dfj39sd(*"
|
|
4178
4182
|
}
|
|
@@ -4258,16 +4262,16 @@ Update metadata values across multiple files. <br/>Rate Limits: 10 calls per 1.0
|
|
|
4258
4262
|
```typescript
|
|
4259
4263
|
await client.metadata.bulkUpdate("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
4260
4264
|
data: {
|
|
4261
|
-
file_ids: ["
|
|
4265
|
+
file_ids: ["6597eb4d-3137-4760-9c5e-6f59479908b8", "a4f42a72-f640-44fc-b9a9-2533d9d64df1"],
|
|
4262
4266
|
values: [{
|
|
4263
|
-
field_definition_id: "
|
|
4267
|
+
field_definition_id: "2626b9ed-d32a-4eab-871e-038a956338c4",
|
|
4264
4268
|
value: [
|
|
4265
4269
|
{
|
|
4266
|
-
"id": "
|
|
4270
|
+
"id": "e0bfb74f-2139-4b25-81bd-18a8cc22cccc",
|
|
4267
4271
|
"type": "user"
|
|
4268
4272
|
},
|
|
4269
4273
|
{
|
|
4270
|
-
"id": "
|
|
4274
|
+
"id": "edff6fbf-9b0c-44d8-81f9-f56a42a0263e",
|
|
4271
4275
|
"type": "account_user_group"
|
|
4272
4276
|
}
|
|
4273
4277
|
]
|