frameio 1.3.8 → 2.0.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.
Files changed (38) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/metadata/client/Client.d.ts +4 -4
  3. package/dist/cjs/api/resources/metadata/client/Client.js +4 -4
  4. package/dist/cjs/api/resources/metadata/client/requests/BulkUpdateMetadataParams.d.ts +4 -4
  5. package/dist/cjs/api/resources/shares/client/Client.d.ts +4 -4
  6. package/dist/cjs/api/resources/shares/client/Client.js +4 -4
  7. package/dist/cjs/api/resources/shares/client/requests/AddAssetParams.d.ts +1 -1
  8. package/dist/cjs/api/resources/shares/client/requests/CreateShareParams.d.ts +2 -2
  9. package/dist/cjs/api/resources/shares/client/requests/UpdateShareParams.d.ts +1 -1
  10. package/dist/cjs/api/resources/versionStacks/client/Client.d.ts +1 -1
  11. package/dist/cjs/api/resources/versionStacks/client/Client.js +1 -1
  12. package/dist/cjs/api/resources/versionStacks/client/requests/VersionStackCreateParams.d.ts +1 -1
  13. package/dist/cjs/api/types/MultiSelectValue.d.ts +1 -1
  14. package/dist/cjs/api/types/MultiUserValue.d.ts +1 -1
  15. package/dist/cjs/api/types/SelectValue.d.ts +1 -1
  16. package/dist/cjs/api/types/SingleUserValue.d.ts +1 -1
  17. package/dist/cjs/version.d.ts +1 -1
  18. package/dist/cjs/version.js +1 -1
  19. package/dist/esm/Client.mjs +2 -2
  20. package/dist/esm/api/resources/metadata/client/Client.d.mts +4 -4
  21. package/dist/esm/api/resources/metadata/client/Client.mjs +4 -4
  22. package/dist/esm/api/resources/metadata/client/requests/BulkUpdateMetadataParams.d.mts +4 -4
  23. package/dist/esm/api/resources/shares/client/Client.d.mts +4 -4
  24. package/dist/esm/api/resources/shares/client/Client.mjs +4 -4
  25. package/dist/esm/api/resources/shares/client/requests/AddAssetParams.d.mts +1 -1
  26. package/dist/esm/api/resources/shares/client/requests/CreateShareParams.d.mts +2 -2
  27. package/dist/esm/api/resources/shares/client/requests/UpdateShareParams.d.mts +1 -1
  28. package/dist/esm/api/resources/versionStacks/client/Client.d.mts +1 -1
  29. package/dist/esm/api/resources/versionStacks/client/Client.mjs +1 -1
  30. package/dist/esm/api/resources/versionStacks/client/requests/VersionStackCreateParams.d.mts +1 -1
  31. package/dist/esm/api/types/MultiSelectValue.d.mts +1 -1
  32. package/dist/esm/api/types/MultiUserValue.d.mts +1 -1
  33. package/dist/esm/api/types/SelectValue.d.mts +1 -1
  34. package/dist/esm/api/types/SingleUserValue.d.mts +1 -1
  35. package/dist/esm/version.d.mts +1 -1
  36. package/dist/esm/version.mjs +1 -1
  37. package/package.json +1 -1
  38. package/reference.md +9 -9
@@ -57,8 +57,8 @@ class FrameioClient {
57
57
  this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
58
58
  "X-Fern-Language": "JavaScript",
59
59
  "X-Fern-SDK-Name": "frameio",
60
- "X-Fern-SDK-Version": "1.3.8",
61
- "User-Agent": "frameio/1.3.8",
60
+ "X-Fern-SDK-Version": "2.0.1",
61
+ "User-Agent": "frameio/2.0.1",
62
62
  "X-Fern-Runtime": core.RUNTIME.type,
63
63
  "X-Fern-Runtime-Version": core.RUNTIME.version,
64
64
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -49,16 +49,16 @@ export declare class Metadata {
49
49
  * @example
50
50
  * await client.metadata.bulkUpdate("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
51
51
  * data: {
52
- * file_ids: ["1c072284-09bf-4067-b47d-e3dc9eb19e42", "f41e89a9-f338-43fe-9485-628d38cd5870"],
52
+ * file_ids: ["e45f17d6-3e29-440f-9634-7da53d13ff07", "8d561e88-abf9-4c6b-9641-0a32f3ddea4b"],
53
53
  * values: [{
54
- * field_definition_id: "cb90501e-d6fe-472e-b189-3e81d41dfff8",
54
+ * field_definition_id: "2bedb56b-f6b8-4844-8d46-71f16f122e9b",
55
55
  * value: [
56
56
  * {
57
- * "id": "a0da7633-6ed3-489b-87a4-4dd39395fb65",
57
+ * "id": "7a807ad8-b5f4-40ff-acb9-e9fc8fe15ec1",
58
58
  * "type": "user"
59
59
  * },
60
60
  * {
61
- * "id": "96fbf6fb-ba96-4289-8adf-03241cb1f1f2",
61
+ * "id": "4e1dc455-56fb-42f7-8d06-a608fe8e6015",
62
62
  * "type": "account_user_group"
63
63
  * }
64
64
  * ]
@@ -75,16 +75,16 @@ class Metadata {
75
75
  * @example
76
76
  * await client.metadata.bulkUpdate("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
77
77
  * data: {
78
- * file_ids: ["1c072284-09bf-4067-b47d-e3dc9eb19e42", "f41e89a9-f338-43fe-9485-628d38cd5870"],
78
+ * file_ids: ["e45f17d6-3e29-440f-9634-7da53d13ff07", "8d561e88-abf9-4c6b-9641-0a32f3ddea4b"],
79
79
  * values: [{
80
- * field_definition_id: "cb90501e-d6fe-472e-b189-3e81d41dfff8",
80
+ * field_definition_id: "2bedb56b-f6b8-4844-8d46-71f16f122e9b",
81
81
  * value: [
82
82
  * {
83
- * "id": "a0da7633-6ed3-489b-87a4-4dd39395fb65",
83
+ * "id": "7a807ad8-b5f4-40ff-acb9-e9fc8fe15ec1",
84
84
  * "type": "user"
85
85
  * },
86
86
  * {
87
- * "id": "96fbf6fb-ba96-4289-8adf-03241cb1f1f2",
87
+ * "id": "4e1dc455-56fb-42f7-8d06-a608fe8e6015",
88
88
  * "type": "account_user_group"
89
89
  * }
90
90
  * ]
@@ -3,16 +3,16 @@ import * as Frameio from "../../../../index.js";
3
3
  * @example
4
4
  * {
5
5
  * data: {
6
- * file_ids: ["1c072284-09bf-4067-b47d-e3dc9eb19e42", "f41e89a9-f338-43fe-9485-628d38cd5870"],
6
+ * file_ids: ["e45f17d6-3e29-440f-9634-7da53d13ff07", "8d561e88-abf9-4c6b-9641-0a32f3ddea4b"],
7
7
  * values: [{
8
- * field_definition_id: "cb90501e-d6fe-472e-b189-3e81d41dfff8",
8
+ * field_definition_id: "2bedb56b-f6b8-4844-8d46-71f16f122e9b",
9
9
  * value: [
10
10
  * {
11
- * "id": "a0da7633-6ed3-489b-87a4-4dd39395fb65",
11
+ * "id": "7a807ad8-b5f4-40ff-acb9-e9fc8fe15ec1",
12
12
  * "type": "user"
13
13
  * },
14
14
  * {
15
- * "id": "96fbf6fb-ba96-4289-8adf-03241cb1f1f2",
15
+ * "id": "4e1dc455-56fb-42f7-8d06-a608fe8e6015",
16
16
  * "type": "account_user_group"
17
17
  * }
18
18
  * ]
@@ -92,7 +92,7 @@ export declare class Shares {
92
92
  * access: "public",
93
93
  * description: "A descriptive summary of the share",
94
94
  * downloading_enabled: true,
95
- * expiration: "2026-03-02T23:37:00Z",
95
+ * expiration: "2026-03-16T20:11:43Z",
96
96
  * name: "Share Name",
97
97
  * passphrase: "as!dfj39sd(*"
98
98
  * }
@@ -228,7 +228,7 @@ export declare class Shares {
228
228
  * @example
229
229
  * await client.shares.addAsset("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
230
230
  * data: {
231
- * asset_id: "0874135d-c18e-4963-a7ca-f934a78e22a8"
231
+ * asset_id: "8470c838-3500-4941-8d42-010abf214957"
232
232
  * }
233
233
  * })
234
234
  */
@@ -280,9 +280,9 @@ export declare class Shares {
280
280
  * data: {
281
281
  * type: "asset",
282
282
  * access: "public",
283
- * asset_ids: ["991a9e84-ed04-4aee-9672-4ab34e64057a", "8bacca0d-18d6-4d9c-9a13-d2399e6b24a2"],
283
+ * asset_ids: ["9a1706ec-a74d-4ea6-bbde-1733682cd45d", "2967177d-a67a-4bc5-9a80-301747495c3d"],
284
284
  * downloading_enabled: true,
285
- * expiration: "2026-03-02T23:37:00Z",
285
+ * expiration: "2026-03-16T20:11:43Z",
286
286
  * name: "Share Name",
287
287
  * passphrase: "as!dfj39sd(*"
288
288
  * }
@@ -234,7 +234,7 @@ class Shares {
234
234
  * access: "public",
235
235
  * description: "A descriptive summary of the share",
236
236
  * downloading_enabled: true,
237
- * expiration: "2026-03-02T23:37:00Z",
237
+ * expiration: "2026-03-16T20:11:43Z",
238
238
  * name: "Share Name",
239
239
  * passphrase: "as!dfj39sd(*"
240
240
  * }
@@ -680,7 +680,7 @@ class Shares {
680
680
  * @example
681
681
  * await client.shares.addAsset("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
682
682
  * data: {
683
- * asset_id: "0874135d-c18e-4963-a7ca-f934a78e22a8"
683
+ * asset_id: "8470c838-3500-4941-8d42-010abf214957"
684
684
  * }
685
685
  * })
686
686
  */
@@ -862,9 +862,9 @@ class Shares {
862
862
  * data: {
863
863
  * type: "asset",
864
864
  * access: "public",
865
- * asset_ids: ["991a9e84-ed04-4aee-9672-4ab34e64057a", "8bacca0d-18d6-4d9c-9a13-d2399e6b24a2"],
865
+ * asset_ids: ["9a1706ec-a74d-4ea6-bbde-1733682cd45d", "2967177d-a67a-4bc5-9a80-301747495c3d"],
866
866
  * downloading_enabled: true,
867
- * expiration: "2026-03-02T23:37:00Z",
867
+ * expiration: "2026-03-16T20:11:43Z",
868
868
  * name: "Share Name",
869
869
  * passphrase: "as!dfj39sd(*"
870
870
  * }
@@ -2,7 +2,7 @@
2
2
  * @example
3
3
  * {
4
4
  * data: {
5
- * asset_id: "0874135d-c18e-4963-a7ca-f934a78e22a8"
5
+ * asset_id: "8470c838-3500-4941-8d42-010abf214957"
6
6
  * }
7
7
  * }
8
8
  */
@@ -5,9 +5,9 @@ import * as Frameio from "../../../../index.js";
5
5
  * data: {
6
6
  * type: "asset",
7
7
  * access: "public",
8
- * asset_ids: ["991a9e84-ed04-4aee-9672-4ab34e64057a", "8bacca0d-18d6-4d9c-9a13-d2399e6b24a2"],
8
+ * asset_ids: ["9a1706ec-a74d-4ea6-bbde-1733682cd45d", "2967177d-a67a-4bc5-9a80-301747495c3d"],
9
9
  * downloading_enabled: true,
10
- * expiration: "2026-03-02T23:37:00Z",
10
+ * expiration: "2026-03-16T20:11:43Z",
11
11
  * name: "Share Name",
12
12
  * passphrase: "as!dfj39sd(*"
13
13
  * }
@@ -5,7 +5,7 @@
5
5
  * access: "public",
6
6
  * description: "A descriptive summary of the share",
7
7
  * downloading_enabled: true,
8
- * expiration: "2026-03-02T23:37:00Z",
8
+ * expiration: "2026-03-16T20:11:43Z",
9
9
  * name: "Share Name",
10
10
  * passphrase: "as!dfj39sd(*"
11
11
  * }
@@ -162,7 +162,7 @@ export declare class VersionStacks {
162
162
  * @example
163
163
  * await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
164
164
  * data: {
165
- * file_ids: ["0783c246-3de7-4777-babb-1c70d542833f", "0ad93dc5-d08c-49cc-9f7a-c61cc73dcd55"]
165
+ * file_ids: ["379e10f4-e871-4901-b29f-b0fd7da3a4a9", "9fc63277-5d47-4a3c-847b-afdaa4490e2a"]
166
166
  * }
167
167
  * })
168
168
  */
@@ -481,7 +481,7 @@ class VersionStacks {
481
481
  * @example
482
482
  * await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
483
483
  * data: {
484
- * file_ids: ["0783c246-3de7-4777-babb-1c70d542833f", "0ad93dc5-d08c-49cc-9f7a-c61cc73dcd55"]
484
+ * file_ids: ["379e10f4-e871-4901-b29f-b0fd7da3a4a9", "9fc63277-5d47-4a3c-847b-afdaa4490e2a"]
485
485
  * }
486
486
  * })
487
487
  */
@@ -2,7 +2,7 @@
2
2
  * @example
3
3
  * {
4
4
  * data: {
5
- * file_ids: ["0783c246-3de7-4777-babb-1c70d542833f", "0ad93dc5-d08c-49cc-9f7a-c61cc73dcd55"]
5
+ * file_ids: ["379e10f4-e871-4901-b29f-b0fd7da3a4a9", "9fc63277-5d47-4a3c-847b-afdaa4490e2a"]
6
6
  * }
7
7
  * }
8
8
  */
@@ -1,5 +1,5 @@
1
1
  import * as Frameio from "../index.js";
2
2
  export interface MultiSelectValue extends Frameio.FieldValueCommon {
3
3
  field_options?: Frameio.SelectOption[];
4
- value?: Frameio.SelectOption[];
4
+ value: Frameio.SelectOption[];
5
5
  }
@@ -3,7 +3,7 @@ export interface MultiUserValue extends Frameio.FieldValueCommon {
3
3
  /** Populated with custom member options only if `member_options_type` is set to 'custom'. */
4
4
  custom_members?: Frameio.UserValue[];
5
5
  member_options_type?: MultiUserValue.MemberOptionsType;
6
- value?: Frameio.UserValue[];
6
+ value: Frameio.UserValue[];
7
7
  }
8
8
  export declare namespace MultiUserValue {
9
9
  const MemberOptionsType: {
@@ -1,5 +1,5 @@
1
1
  import * as Frameio from "../index.js";
2
2
  export interface SelectValue extends Frameio.FieldValueCommon {
3
3
  field_options?: Frameio.SelectOption[];
4
- value?: Frameio.SelectOption[];
4
+ value: Frameio.SelectOption[];
5
5
  }
@@ -3,7 +3,7 @@ export interface SingleUserValue extends Frameio.FieldValueCommon {
3
3
  /** Populated with costum member options only if `member_options_type` is set to 'custom'. */
4
4
  custom_members?: Frameio.UserValue[];
5
5
  member_options_type?: SingleUserValue.MemberOptionsType;
6
- value?: Frameio.UserValue[];
6
+ value: Frameio.UserValue[];
7
7
  }
8
8
  export declare namespace SingleUserValue {
9
9
  const MemberOptionsType: {
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.3.8";
1
+ export declare const SDK_VERSION = "2.0.1";
@@ -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 = "1.3.8";
4
+ exports.SDK_VERSION = "2.0.1";
@@ -21,8 +21,8 @@ export class FrameioClient {
21
21
  this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
22
22
  "X-Fern-Language": "JavaScript",
23
23
  "X-Fern-SDK-Name": "frameio",
24
- "X-Fern-SDK-Version": "1.3.8",
25
- "User-Agent": "frameio/1.3.8",
24
+ "X-Fern-SDK-Version": "2.0.1",
25
+ "User-Agent": "frameio/2.0.1",
26
26
  "X-Fern-Runtime": core.RUNTIME.type,
27
27
  "X-Fern-Runtime-Version": core.RUNTIME.version,
28
28
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -49,16 +49,16 @@ export declare class Metadata {
49
49
  * @example
50
50
  * await client.metadata.bulkUpdate("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
51
51
  * data: {
52
- * file_ids: ["1c072284-09bf-4067-b47d-e3dc9eb19e42", "f41e89a9-f338-43fe-9485-628d38cd5870"],
52
+ * file_ids: ["e45f17d6-3e29-440f-9634-7da53d13ff07", "8d561e88-abf9-4c6b-9641-0a32f3ddea4b"],
53
53
  * values: [{
54
- * field_definition_id: "cb90501e-d6fe-472e-b189-3e81d41dfff8",
54
+ * field_definition_id: "2bedb56b-f6b8-4844-8d46-71f16f122e9b",
55
55
  * value: [
56
56
  * {
57
- * "id": "a0da7633-6ed3-489b-87a4-4dd39395fb65",
57
+ * "id": "7a807ad8-b5f4-40ff-acb9-e9fc8fe15ec1",
58
58
  * "type": "user"
59
59
  * },
60
60
  * {
61
- * "id": "96fbf6fb-ba96-4289-8adf-03241cb1f1f2",
61
+ * "id": "4e1dc455-56fb-42f7-8d06-a608fe8e6015",
62
62
  * "type": "account_user_group"
63
63
  * }
64
64
  * ]
@@ -39,16 +39,16 @@ export class Metadata {
39
39
  * @example
40
40
  * await client.metadata.bulkUpdate("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
41
41
  * data: {
42
- * file_ids: ["1c072284-09bf-4067-b47d-e3dc9eb19e42", "f41e89a9-f338-43fe-9485-628d38cd5870"],
42
+ * file_ids: ["e45f17d6-3e29-440f-9634-7da53d13ff07", "8d561e88-abf9-4c6b-9641-0a32f3ddea4b"],
43
43
  * values: [{
44
- * field_definition_id: "cb90501e-d6fe-472e-b189-3e81d41dfff8",
44
+ * field_definition_id: "2bedb56b-f6b8-4844-8d46-71f16f122e9b",
45
45
  * value: [
46
46
  * {
47
- * "id": "a0da7633-6ed3-489b-87a4-4dd39395fb65",
47
+ * "id": "7a807ad8-b5f4-40ff-acb9-e9fc8fe15ec1",
48
48
  * "type": "user"
49
49
  * },
50
50
  * {
51
- * "id": "96fbf6fb-ba96-4289-8adf-03241cb1f1f2",
51
+ * "id": "4e1dc455-56fb-42f7-8d06-a608fe8e6015",
52
52
  * "type": "account_user_group"
53
53
  * }
54
54
  * ]
@@ -3,16 +3,16 @@ import * as Frameio from "../../../../index.mjs";
3
3
  * @example
4
4
  * {
5
5
  * data: {
6
- * file_ids: ["1c072284-09bf-4067-b47d-e3dc9eb19e42", "f41e89a9-f338-43fe-9485-628d38cd5870"],
6
+ * file_ids: ["e45f17d6-3e29-440f-9634-7da53d13ff07", "8d561e88-abf9-4c6b-9641-0a32f3ddea4b"],
7
7
  * values: [{
8
- * field_definition_id: "cb90501e-d6fe-472e-b189-3e81d41dfff8",
8
+ * field_definition_id: "2bedb56b-f6b8-4844-8d46-71f16f122e9b",
9
9
  * value: [
10
10
  * {
11
- * "id": "a0da7633-6ed3-489b-87a4-4dd39395fb65",
11
+ * "id": "7a807ad8-b5f4-40ff-acb9-e9fc8fe15ec1",
12
12
  * "type": "user"
13
13
  * },
14
14
  * {
15
- * "id": "96fbf6fb-ba96-4289-8adf-03241cb1f1f2",
15
+ * "id": "4e1dc455-56fb-42f7-8d06-a608fe8e6015",
16
16
  * "type": "account_user_group"
17
17
  * }
18
18
  * ]
@@ -92,7 +92,7 @@ export declare class Shares {
92
92
  * access: "public",
93
93
  * description: "A descriptive summary of the share",
94
94
  * downloading_enabled: true,
95
- * expiration: "2026-03-02T23:37:00Z",
95
+ * expiration: "2026-03-16T20:11:43Z",
96
96
  * name: "Share Name",
97
97
  * passphrase: "as!dfj39sd(*"
98
98
  * }
@@ -228,7 +228,7 @@ export declare class Shares {
228
228
  * @example
229
229
  * await client.shares.addAsset("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
230
230
  * data: {
231
- * asset_id: "0874135d-c18e-4963-a7ca-f934a78e22a8"
231
+ * asset_id: "8470c838-3500-4941-8d42-010abf214957"
232
232
  * }
233
233
  * })
234
234
  */
@@ -280,9 +280,9 @@ export declare class Shares {
280
280
  * data: {
281
281
  * type: "asset",
282
282
  * access: "public",
283
- * asset_ids: ["991a9e84-ed04-4aee-9672-4ab34e64057a", "8bacca0d-18d6-4d9c-9a13-d2399e6b24a2"],
283
+ * asset_ids: ["9a1706ec-a74d-4ea6-bbde-1733682cd45d", "2967177d-a67a-4bc5-9a80-301747495c3d"],
284
284
  * downloading_enabled: true,
285
- * expiration: "2026-03-02T23:37:00Z",
285
+ * expiration: "2026-03-16T20:11:43Z",
286
286
  * name: "Share Name",
287
287
  * passphrase: "as!dfj39sd(*"
288
288
  * }
@@ -198,7 +198,7 @@ export class Shares {
198
198
  * access: "public",
199
199
  * description: "A descriptive summary of the share",
200
200
  * downloading_enabled: true,
201
- * expiration: "2026-03-02T23:37:00Z",
201
+ * expiration: "2026-03-16T20:11:43Z",
202
202
  * name: "Share Name",
203
203
  * passphrase: "as!dfj39sd(*"
204
204
  * }
@@ -644,7 +644,7 @@ export class Shares {
644
644
  * @example
645
645
  * await client.shares.addAsset("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
646
646
  * data: {
647
- * asset_id: "0874135d-c18e-4963-a7ca-f934a78e22a8"
647
+ * asset_id: "8470c838-3500-4941-8d42-010abf214957"
648
648
  * }
649
649
  * })
650
650
  */
@@ -826,9 +826,9 @@ export class Shares {
826
826
  * data: {
827
827
  * type: "asset",
828
828
  * access: "public",
829
- * asset_ids: ["991a9e84-ed04-4aee-9672-4ab34e64057a", "8bacca0d-18d6-4d9c-9a13-d2399e6b24a2"],
829
+ * asset_ids: ["9a1706ec-a74d-4ea6-bbde-1733682cd45d", "2967177d-a67a-4bc5-9a80-301747495c3d"],
830
830
  * downloading_enabled: true,
831
- * expiration: "2026-03-02T23:37:00Z",
831
+ * expiration: "2026-03-16T20:11:43Z",
832
832
  * name: "Share Name",
833
833
  * passphrase: "as!dfj39sd(*"
834
834
  * }
@@ -2,7 +2,7 @@
2
2
  * @example
3
3
  * {
4
4
  * data: {
5
- * asset_id: "0874135d-c18e-4963-a7ca-f934a78e22a8"
5
+ * asset_id: "8470c838-3500-4941-8d42-010abf214957"
6
6
  * }
7
7
  * }
8
8
  */
@@ -5,9 +5,9 @@ import * as Frameio from "../../../../index.mjs";
5
5
  * data: {
6
6
  * type: "asset",
7
7
  * access: "public",
8
- * asset_ids: ["991a9e84-ed04-4aee-9672-4ab34e64057a", "8bacca0d-18d6-4d9c-9a13-d2399e6b24a2"],
8
+ * asset_ids: ["9a1706ec-a74d-4ea6-bbde-1733682cd45d", "2967177d-a67a-4bc5-9a80-301747495c3d"],
9
9
  * downloading_enabled: true,
10
- * expiration: "2026-03-02T23:37:00Z",
10
+ * expiration: "2026-03-16T20:11:43Z",
11
11
  * name: "Share Name",
12
12
  * passphrase: "as!dfj39sd(*"
13
13
  * }
@@ -5,7 +5,7 @@
5
5
  * access: "public",
6
6
  * description: "A descriptive summary of the share",
7
7
  * downloading_enabled: true,
8
- * expiration: "2026-03-02T23:37:00Z",
8
+ * expiration: "2026-03-16T20:11:43Z",
9
9
  * name: "Share Name",
10
10
  * passphrase: "as!dfj39sd(*"
11
11
  * }
@@ -162,7 +162,7 @@ export declare class VersionStacks {
162
162
  * @example
163
163
  * await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
164
164
  * data: {
165
- * file_ids: ["0783c246-3de7-4777-babb-1c70d542833f", "0ad93dc5-d08c-49cc-9f7a-c61cc73dcd55"]
165
+ * file_ids: ["379e10f4-e871-4901-b29f-b0fd7da3a4a9", "9fc63277-5d47-4a3c-847b-afdaa4490e2a"]
166
166
  * }
167
167
  * })
168
168
  */
@@ -445,7 +445,7 @@ export class VersionStacks {
445
445
  * @example
446
446
  * await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
447
447
  * data: {
448
- * file_ids: ["0783c246-3de7-4777-babb-1c70d542833f", "0ad93dc5-d08c-49cc-9f7a-c61cc73dcd55"]
448
+ * file_ids: ["379e10f4-e871-4901-b29f-b0fd7da3a4a9", "9fc63277-5d47-4a3c-847b-afdaa4490e2a"]
449
449
  * }
450
450
  * })
451
451
  */
@@ -2,7 +2,7 @@
2
2
  * @example
3
3
  * {
4
4
  * data: {
5
- * file_ids: ["0783c246-3de7-4777-babb-1c70d542833f", "0ad93dc5-d08c-49cc-9f7a-c61cc73dcd55"]
5
+ * file_ids: ["379e10f4-e871-4901-b29f-b0fd7da3a4a9", "9fc63277-5d47-4a3c-847b-afdaa4490e2a"]
6
6
  * }
7
7
  * }
8
8
  */
@@ -1,5 +1,5 @@
1
1
  import * as Frameio from "../index.mjs";
2
2
  export interface MultiSelectValue extends Frameio.FieldValueCommon {
3
3
  field_options?: Frameio.SelectOption[];
4
- value?: Frameio.SelectOption[];
4
+ value: Frameio.SelectOption[];
5
5
  }
@@ -3,7 +3,7 @@ export interface MultiUserValue extends Frameio.FieldValueCommon {
3
3
  /** Populated with custom member options only if `member_options_type` is set to 'custom'. */
4
4
  custom_members?: Frameio.UserValue[];
5
5
  member_options_type?: MultiUserValue.MemberOptionsType;
6
- value?: Frameio.UserValue[];
6
+ value: Frameio.UserValue[];
7
7
  }
8
8
  export declare namespace MultiUserValue {
9
9
  const MemberOptionsType: {
@@ -1,5 +1,5 @@
1
1
  import * as Frameio from "../index.mjs";
2
2
  export interface SelectValue extends Frameio.FieldValueCommon {
3
3
  field_options?: Frameio.SelectOption[];
4
- value?: Frameio.SelectOption[];
4
+ value: Frameio.SelectOption[];
5
5
  }
@@ -3,7 +3,7 @@ export interface SingleUserValue extends Frameio.FieldValueCommon {
3
3
  /** Populated with costum member options only if `member_options_type` is set to 'custom'. */
4
4
  custom_members?: Frameio.UserValue[];
5
5
  member_options_type?: SingleUserValue.MemberOptionsType;
6
- value?: Frameio.UserValue[];
6
+ value: Frameio.UserValue[];
7
7
  }
8
8
  export declare namespace SingleUserValue {
9
9
  const MemberOptionsType: {
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.3.8";
1
+ export declare const SDK_VERSION = "2.0.1";
@@ -1 +1 @@
1
- export const SDK_VERSION = "1.3.8";
1
+ export const SDK_VERSION = "2.0.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frameio",
3
- "version": "1.3.8",
3
+ "version": "2.0.1",
4
4
  "private": false,
5
5
  "repository": "github:Frameio/typescript-sdk",
6
6
  "type": "commonjs",
package/reference.md CHANGED
@@ -1649,7 +1649,7 @@ Create a new Version Stack under the parent folder. <br/>Rate Limits: 10 calls p
1649
1649
  ```typescript
1650
1650
  await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
1651
1651
  data: {
1652
- file_ids: ["0783c246-3de7-4777-babb-1c70d542833f", "0ad93dc5-d08c-49cc-9f7a-c61cc73dcd55"],
1652
+ file_ids: ["379e10f4-e871-4901-b29f-b0fd7da3a4a9", "9fc63277-5d47-4a3c-847b-afdaa4490e2a"],
1653
1653
  },
1654
1654
  });
1655
1655
  ```
@@ -3346,7 +3346,7 @@ await client.shares.update("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6d
3346
3346
  access: "public",
3347
3347
  description: "A descriptive summary of the share",
3348
3348
  downloading_enabled: true,
3349
- expiration: "2026-03-02T23:37:00Z",
3349
+ expiration: "2026-03-16T20:11:43Z",
3350
3350
  name: "Share Name",
3351
3351
  passphrase: "as!dfj39sd(*",
3352
3352
  },
@@ -3776,7 +3776,7 @@ Add new asset share. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_u
3776
3776
  ```typescript
3777
3777
  await client.shares.addAsset("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
3778
3778
  data: {
3779
- asset_id: "0874135d-c18e-4963-a7ca-f934a78e22a8",
3779
+ asset_id: "8470c838-3500-4941-8d42-010abf214957",
3780
3780
  },
3781
3781
  });
3782
3782
  ```
@@ -3944,9 +3944,9 @@ await client.shares.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6d
3944
3944
  data: {
3945
3945
  type: "asset",
3946
3946
  access: "public",
3947
- asset_ids: ["991a9e84-ed04-4aee-9672-4ab34e64057a", "8bacca0d-18d6-4d9c-9a13-d2399e6b24a2"],
3947
+ asset_ids: ["9a1706ec-a74d-4ea6-bbde-1733682cd45d", "2967177d-a67a-4bc5-9a80-301747495c3d"],
3948
3948
  downloading_enabled: true,
3949
- expiration: "2026-03-02T23:37:00Z",
3949
+ expiration: "2026-03-16T20:11:43Z",
3950
3950
  name: "Share Name",
3951
3951
  passphrase: "as!dfj39sd(*",
3952
3952
  },
@@ -4033,17 +4033,17 @@ Update metadata values across multiple files. <br/>Rate Limits: 10 calls per 1.0
4033
4033
  ```typescript
4034
4034
  await client.metadata.bulkUpdate("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
4035
4035
  data: {
4036
- file_ids: ["1c072284-09bf-4067-b47d-e3dc9eb19e42", "f41e89a9-f338-43fe-9485-628d38cd5870"],
4036
+ file_ids: ["e45f17d6-3e29-440f-9634-7da53d13ff07", "8d561e88-abf9-4c6b-9641-0a32f3ddea4b"],
4037
4037
  values: [
4038
4038
  {
4039
- field_definition_id: "cb90501e-d6fe-472e-b189-3e81d41dfff8",
4039
+ field_definition_id: "2bedb56b-f6b8-4844-8d46-71f16f122e9b",
4040
4040
  value: [
4041
4041
  {
4042
- id: "a0da7633-6ed3-489b-87a4-4dd39395fb65",
4042
+ id: "7a807ad8-b5f4-40ff-acb9-e9fc8fe15ec1",
4043
4043
  type: "user",
4044
4044
  },
4045
4045
  {
4046
- id: "96fbf6fb-ba96-4289-8adf-03241cb1f1f2",
4046
+ id: "4e1dc455-56fb-42f7-8d06-a608fe8e6015",
4047
4047
  type: "account_user_group",
4048
4048
  },
4049
4049
  ],