frameio 4.1.1 → 4.2.0
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/Client.d.ts +6 -0
- package/dist/cjs/Client.js +34 -24
- package/dist/cjs/api/resources/customActions/client/Client.d.ts +145 -0
- package/dist/cjs/api/resources/customActions/client/Client.js +443 -0
- package/dist/cjs/api/resources/customActions/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/customActions/client/index.js +17 -0
- package/dist/cjs/api/resources/customActions/client/requests/ActionCreateParams.d.ts +31 -0
- package/dist/cjs/api/resources/customActions/client/requests/ActionCreateParams.js +3 -0
- package/dist/cjs/api/resources/customActions/client/requests/ActionUpdateParams.d.ts +35 -0
- package/dist/cjs/api/resources/customActions/client/requests/ActionUpdateParams.js +3 -0
- package/dist/cjs/api/resources/customActions/client/requests/ActionsIndexRequest.d.ts +21 -0
- package/dist/cjs/api/resources/customActions/client/requests/ActionsIndexRequest.js +3 -0
- package/dist/cjs/api/resources/customActions/client/requests/ActionsShowRequest.d.ts +9 -0
- package/dist/cjs/api/resources/customActions/client/requests/ActionsShowRequest.js +3 -0
- package/dist/cjs/api/resources/customActions/client/requests/index.d.ts +4 -0
- package/dist/cjs/api/resources/customActions/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/customActions/exports.d.ts +2 -0
- package/dist/cjs/api/resources/customActions/exports.js +21 -0
- package/dist/cjs/api/resources/customActions/index.d.ts +1 -0
- package/dist/cjs/api/resources/customActions/index.js +17 -0
- package/dist/cjs/api/resources/files/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/files/client/Client.js +1 -1
- package/dist/cjs/api/resources/groups/client/Client.d.ts +116 -0
- package/dist/cjs/api/resources/groups/client/Client.js +368 -0
- package/dist/cjs/api/resources/groups/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/groups/client/index.js +17 -0
- package/dist/cjs/api/resources/groups/client/requests/CreateGroupParams.d.ts +20 -0
- package/dist/cjs/api/resources/groups/client/requests/CreateGroupParams.js +3 -0
- package/dist/cjs/api/resources/groups/client/requests/GroupsIndexRequest.d.ts +24 -0
- package/dist/cjs/api/resources/groups/client/requests/GroupsIndexRequest.js +3 -0
- package/dist/cjs/api/resources/groups/client/requests/GroupsShowRequest.d.ts +9 -0
- package/dist/cjs/api/resources/groups/client/requests/GroupsShowRequest.js +3 -0
- package/dist/cjs/api/resources/groups/client/requests/UpdateGroupParams.d.ts +20 -0
- package/dist/cjs/api/resources/groups/client/requests/UpdateGroupParams.js +3 -0
- package/dist/cjs/api/resources/groups/client/requests/index.d.ts +4 -0
- package/dist/cjs/api/resources/groups/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/groups/exports.d.ts +2 -0
- package/dist/cjs/api/resources/groups/exports.js +21 -0
- package/dist/cjs/api/resources/groups/index.d.ts +2 -0
- package/dist/cjs/api/resources/groups/index.js +18 -0
- package/dist/cjs/api/resources/groups/types/GroupsIndexRequestSort.d.ts +10 -0
- package/dist/cjs/api/resources/groups/types/GroupsIndexRequestSort.js +13 -0
- package/dist/cjs/api/resources/groups/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/groups/types/index.js +17 -0
- package/dist/cjs/api/resources/index.d.ts +5 -0
- package/dist/cjs/api/resources/index.js +6 -1
- 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/api/types/Action.d.ts +25 -0
- package/dist/cjs/api/types/Action.js +3 -0
- package/dist/cjs/api/types/ActionCreateResponse.d.ts +13 -0
- package/dist/cjs/api/types/ActionCreateResponse.js +3 -0
- package/dist/cjs/api/types/ActionInclude.d.ts +4 -0
- package/dist/cjs/api/types/ActionInclude.js +3 -0
- package/dist/cjs/api/types/ActionResponse.d.ts +7 -0
- package/dist/cjs/api/types/ActionResponse.js +3 -0
- package/dist/cjs/api/types/ActionWithIncludes.d.ts +4 -0
- package/dist/cjs/api/types/ActionWithIncludes.js +3 -0
- package/dist/cjs/api/types/ActionWithIncludesResponse.d.ts +7 -0
- package/dist/cjs/api/types/ActionWithIncludesResponse.js +3 -0
- package/dist/cjs/api/types/ActionsWithIncludesResponse.d.ts +11 -0
- package/dist/cjs/api/types/ActionsWithIncludesResponse.js +3 -0
- package/dist/cjs/api/types/AuditLogwithIncludes.d.ts +3 -0
- package/dist/cjs/api/types/AuditLogwithIncludes.js +3 -0
- package/dist/cjs/api/types/Filters.d.ts +3 -0
- package/dist/cjs/api/types/Filters.js +3 -0
- package/dist/cjs/api/types/GroupCommon.d.ts +16 -0
- package/dist/cjs/api/types/GroupCommon.js +3 -0
- package/dist/cjs/api/types/GroupCommonWithIncludes.d.ts +4 -0
- package/dist/cjs/api/types/GroupCommonWithIncludes.js +3 -0
- package/dist/cjs/api/types/GroupResponse.d.ts +4 -0
- package/dist/cjs/api/types/GroupResponse.js +3 -0
- package/dist/cjs/api/types/GroupWithIncludes.d.ts +13 -0
- package/dist/cjs/api/types/GroupWithIncludes.js +3 -0
- package/dist/cjs/api/types/GroupWithIncludesResponse.d.ts +4 -0
- package/dist/cjs/api/types/GroupWithIncludesResponse.js +3 -0
- package/dist/cjs/api/types/GroupsInclude.d.ts +4 -0
- package/dist/cjs/api/types/GroupsInclude.js +3 -0
- package/dist/cjs/api/types/GroupsSort.d.ts +10 -0
- package/dist/cjs/api/types/GroupsSort.js +13 -0
- package/dist/cjs/api/types/GroupsWithIncludesResponse.d.ts +8 -0
- package/dist/cjs/api/types/GroupsWithIncludesResponse.js +3 -0
- package/dist/cjs/api/types/SingleUserValue.d.ts +1 -1
- package/dist/cjs/api/types/SyncGroupWithIncludes.d.ts +15 -0
- package/dist/cjs/api/types/SyncGroupWithIncludes.js +14 -0
- package/dist/cjs/api/types/index.d.ts +16 -0
- package/dist/cjs/api/types/index.js +16 -0
- 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/Client.d.mts +6 -0
- package/dist/esm/Client.mjs +10 -0
- package/dist/esm/api/resources/customActions/client/Client.d.mts +145 -0
- package/dist/esm/api/resources/customActions/client/Client.mjs +406 -0
- package/dist/esm/api/resources/customActions/client/index.d.mts +1 -0
- package/dist/esm/api/resources/customActions/client/index.mjs +1 -0
- package/dist/esm/api/resources/customActions/client/requests/ActionCreateParams.d.mts +31 -0
- package/dist/esm/api/resources/customActions/client/requests/ActionCreateParams.mjs +2 -0
- package/dist/esm/api/resources/customActions/client/requests/ActionUpdateParams.d.mts +35 -0
- package/dist/esm/api/resources/customActions/client/requests/ActionUpdateParams.mjs +2 -0
- package/dist/esm/api/resources/customActions/client/requests/ActionsIndexRequest.d.mts +21 -0
- package/dist/esm/api/resources/customActions/client/requests/ActionsIndexRequest.mjs +2 -0
- package/dist/esm/api/resources/customActions/client/requests/ActionsShowRequest.d.mts +9 -0
- package/dist/esm/api/resources/customActions/client/requests/ActionsShowRequest.mjs +2 -0
- package/dist/esm/api/resources/customActions/client/requests/index.d.mts +4 -0
- package/dist/esm/api/resources/customActions/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/customActions/exports.d.mts +2 -0
- package/dist/esm/api/resources/customActions/exports.mjs +3 -0
- package/dist/esm/api/resources/customActions/index.d.mts +1 -0
- package/dist/esm/api/resources/customActions/index.mjs +1 -0
- package/dist/esm/api/resources/files/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/files/client/Client.mjs +1 -1
- package/dist/esm/api/resources/groups/client/Client.d.mts +116 -0
- package/dist/esm/api/resources/groups/client/Client.mjs +331 -0
- package/dist/esm/api/resources/groups/client/index.d.mts +1 -0
- package/dist/esm/api/resources/groups/client/index.mjs +1 -0
- package/dist/esm/api/resources/groups/client/requests/CreateGroupParams.d.mts +20 -0
- package/dist/esm/api/resources/groups/client/requests/CreateGroupParams.mjs +2 -0
- package/dist/esm/api/resources/groups/client/requests/GroupsIndexRequest.d.mts +24 -0
- package/dist/esm/api/resources/groups/client/requests/GroupsIndexRequest.mjs +2 -0
- package/dist/esm/api/resources/groups/client/requests/GroupsShowRequest.d.mts +9 -0
- package/dist/esm/api/resources/groups/client/requests/GroupsShowRequest.mjs +2 -0
- package/dist/esm/api/resources/groups/client/requests/UpdateGroupParams.d.mts +20 -0
- package/dist/esm/api/resources/groups/client/requests/UpdateGroupParams.mjs +2 -0
- package/dist/esm/api/resources/groups/client/requests/index.d.mts +4 -0
- package/dist/esm/api/resources/groups/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/groups/exports.d.mts +2 -0
- package/dist/esm/api/resources/groups/exports.mjs +3 -0
- package/dist/esm/api/resources/groups/index.d.mts +2 -0
- package/dist/esm/api/resources/groups/index.mjs +2 -0
- package/dist/esm/api/resources/groups/types/GroupsIndexRequestSort.d.mts +10 -0
- package/dist/esm/api/resources/groups/types/GroupsIndexRequestSort.mjs +10 -0
- package/dist/esm/api/resources/groups/types/index.d.mts +1 -0
- package/dist/esm/api/resources/groups/types/index.mjs +1 -0
- package/dist/esm/api/resources/index.d.mts +5 -0
- package/dist/esm/api/resources/index.mjs +5 -0
- 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/api/types/Action.d.mts +25 -0
- package/dist/esm/api/types/Action.mjs +2 -0
- package/dist/esm/api/types/ActionCreateResponse.d.mts +13 -0
- package/dist/esm/api/types/ActionCreateResponse.mjs +2 -0
- package/dist/esm/api/types/ActionInclude.d.mts +4 -0
- package/dist/esm/api/types/ActionInclude.mjs +2 -0
- package/dist/esm/api/types/ActionResponse.d.mts +7 -0
- package/dist/esm/api/types/ActionResponse.mjs +2 -0
- package/dist/esm/api/types/ActionWithIncludes.d.mts +4 -0
- package/dist/esm/api/types/ActionWithIncludes.mjs +2 -0
- package/dist/esm/api/types/ActionWithIncludesResponse.d.mts +7 -0
- package/dist/esm/api/types/ActionWithIncludesResponse.mjs +2 -0
- package/dist/esm/api/types/ActionsWithIncludesResponse.d.mts +11 -0
- package/dist/esm/api/types/ActionsWithIncludesResponse.mjs +2 -0
- package/dist/esm/api/types/AuditLogwithIncludes.d.mts +3 -0
- package/dist/esm/api/types/AuditLogwithIncludes.mjs +3 -0
- package/dist/esm/api/types/Filters.d.mts +3 -0
- package/dist/esm/api/types/Filters.mjs +3 -0
- package/dist/esm/api/types/GroupCommon.d.mts +16 -0
- package/dist/esm/api/types/GroupCommon.mjs +2 -0
- package/dist/esm/api/types/GroupCommonWithIncludes.d.mts +4 -0
- package/dist/esm/api/types/GroupCommonWithIncludes.mjs +2 -0
- package/dist/esm/api/types/GroupResponse.d.mts +4 -0
- package/dist/esm/api/types/GroupResponse.mjs +2 -0
- package/dist/esm/api/types/GroupWithIncludes.d.mts +13 -0
- package/dist/esm/api/types/GroupWithIncludes.mjs +2 -0
- package/dist/esm/api/types/GroupWithIncludesResponse.d.mts +4 -0
- package/dist/esm/api/types/GroupWithIncludesResponse.mjs +2 -0
- package/dist/esm/api/types/GroupsInclude.d.mts +4 -0
- package/dist/esm/api/types/GroupsInclude.mjs +2 -0
- package/dist/esm/api/types/GroupsSort.d.mts +10 -0
- package/dist/esm/api/types/GroupsSort.mjs +10 -0
- package/dist/esm/api/types/GroupsWithIncludesResponse.d.mts +8 -0
- package/dist/esm/api/types/GroupsWithIncludesResponse.mjs +2 -0
- package/dist/esm/api/types/SingleUserValue.d.mts +1 -1
- package/dist/esm/api/types/SyncGroupWithIncludes.d.mts +15 -0
- package/dist/esm/api/types/SyncGroupWithIncludes.mjs +11 -0
- package/dist/esm/api/types/index.d.mts +16 -0
- package/dist/esm/api/types/index.mjs +16 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +23 -1
- package/reference.md +1318 -586
|
@@ -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: ["5ae2cb10-9340-4bdb-8681-de8776df1cc8", "8310dcf0-91ba-4ae6-8b3f-e929a1fb050a"],
|
|
36
36
|
* values: [{
|
|
37
|
-
* field_definition_id: "
|
|
37
|
+
* field_definition_id: "93a78d3b-e319-4c80-af1d-f5dd0bd39db5",
|
|
38
38
|
* value: [
|
|
39
39
|
* {
|
|
40
|
-
* "id": "
|
|
40
|
+
* "id": "5da35091-57b7-4931-bfce-19ce4a6bb311",
|
|
41
41
|
* "type": "user"
|
|
42
42
|
* },
|
|
43
43
|
* {
|
|
44
|
-
* "id": "
|
|
44
|
+
* "id": "cb9b133e-33bb-4a37-bff5-adc2554d5689",
|
|
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: ["5ae2cb10-9340-4bdb-8681-de8776df1cc8", "8310dcf0-91ba-4ae6-8b3f-e929a1fb050a"],
|
|
45
45
|
* values: [{
|
|
46
|
-
* field_definition_id: "
|
|
46
|
+
* field_definition_id: "93a78d3b-e319-4c80-af1d-f5dd0bd39db5",
|
|
47
47
|
* value: [
|
|
48
48
|
* {
|
|
49
|
-
* "id": "
|
|
49
|
+
* "id": "5da35091-57b7-4931-bfce-19ce4a6bb311",
|
|
50
50
|
* "type": "user"
|
|
51
51
|
* },
|
|
52
52
|
* {
|
|
53
|
-
* "id": "
|
|
53
|
+
* "id": "cb9b133e-33bb-4a37-bff5-adc2554d5689",
|
|
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: ["5ae2cb10-9340-4bdb-8681-de8776df1cc8", "8310dcf0-91ba-4ae6-8b3f-e929a1fb050a"],
|
|
7
7
|
* values: [{
|
|
8
|
-
* field_definition_id: "
|
|
8
|
+
* field_definition_id: "93a78d3b-e319-4c80-af1d-f5dd0bd39db5",
|
|
9
9
|
* value: [
|
|
10
10
|
* {
|
|
11
|
-
* "id": "
|
|
11
|
+
* "id": "5da35091-57b7-4931-bfce-19ce4a6bb311",
|
|
12
12
|
* "type": "user"
|
|
13
13
|
* },
|
|
14
14
|
* {
|
|
15
|
-
* "id": "
|
|
15
|
+
* "id": "cb9b133e-33bb-4a37-bff5-adc2554d5689",
|
|
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-05-01T20:40:23Z",
|
|
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: "225d999d-115c-4157-a48c-8d76f999ca40"
|
|
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: ["ec28c8bf-cb39-4ca3-9713-8f80db2daf04", "56a803ee-9b43-41a3-a06a-46594392532f"],
|
|
265
265
|
* downloading_enabled: true,
|
|
266
|
-
* expiration: "2026-
|
|
266
|
+
* expiration: "2026-05-01T20:40:23Z",
|
|
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-05-01T20:40:23Z",
|
|
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: "225d999d-115c-4157-a48c-8d76f999ca40"
|
|
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: ["ec28c8bf-cb39-4ca3-9713-8f80db2daf04", "56a803ee-9b43-41a3-a06a-46594392532f"],
|
|
734
734
|
* downloading_enabled: true,
|
|
735
|
-
* expiration: "2026-
|
|
735
|
+
* expiration: "2026-05-01T20:40:23Z",
|
|
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: ["ec28c8bf-cb39-4ca3-9713-8f80db2daf04", "56a803ee-9b43-41a3-a06a-46594392532f"],
|
|
9
9
|
* downloading_enabled: true,
|
|
10
|
-
* expiration: "2026-
|
|
10
|
+
* expiration: "2026-05-01T20:40:23Z",
|
|
11
11
|
* name: "Share Name",
|
|
12
12
|
* passphrase: "as!dfj39sd(*"
|
|
13
13
|
* }
|
|
@@ -149,7 +149,7 @@ export declare class VersionStacksClient {
|
|
|
149
149
|
* @example
|
|
150
150
|
* await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
151
151
|
* data: {
|
|
152
|
-
* file_ids: ["
|
|
152
|
+
* file_ids: ["aaeb409d-081a-4231-9955-61c3c79125ff", "60588662-df62-412b-bad1-6692811c26bb"]
|
|
153
153
|
* }
|
|
154
154
|
* })
|
|
155
155
|
*/
|
|
@@ -391,7 +391,7 @@ export class VersionStacksClient {
|
|
|
391
391
|
* @example
|
|
392
392
|
* await client.versionStacks.create("b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", "b2702c44-c6da-4bb6-8bbd-be6e547ccf1b", {
|
|
393
393
|
* data: {
|
|
394
|
-
* file_ids: ["
|
|
394
|
+
* file_ids: ["aaeb409d-081a-4231-9955-61c3c79125ff", "60588662-df62-412b-bad1-6692811c26bb"]
|
|
395
395
|
* }
|
|
396
396
|
* })
|
|
397
397
|
*/
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface Action {
|
|
2
|
+
/** Active Status */
|
|
3
|
+
active: boolean;
|
|
4
|
+
created_at: string;
|
|
5
|
+
/** Creator ID */
|
|
6
|
+
creator_id: string;
|
|
7
|
+
deleted_at?: string | undefined;
|
|
8
|
+
/** Action Description */
|
|
9
|
+
description: string;
|
|
10
|
+
/** Event Name */
|
|
11
|
+
event: string;
|
|
12
|
+
/** Action ID */
|
|
13
|
+
id: string;
|
|
14
|
+
/** Manages action trigger on multiple assets */
|
|
15
|
+
multi_asset?: boolean | undefined;
|
|
16
|
+
/** Action Name */
|
|
17
|
+
name: string;
|
|
18
|
+
/** Timeout for the action requests in seconds */
|
|
19
|
+
timeout?: number | undefined;
|
|
20
|
+
updated_at: string;
|
|
21
|
+
/** Action URL */
|
|
22
|
+
url: string;
|
|
23
|
+
/** Workspace ID */
|
|
24
|
+
workspace_id: string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type * as Frameio from "../index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* Returns a single custom action with secret.
|
|
4
|
+
*/
|
|
5
|
+
export interface ActionCreateResponse {
|
|
6
|
+
data: ActionCreateResponse.Data;
|
|
7
|
+
}
|
|
8
|
+
export declare namespace ActionCreateResponse {
|
|
9
|
+
interface Data extends Frameio.Action {
|
|
10
|
+
/** Secret used to validate underlying webhook requests. Make sure to store your secret. You won't be able to see it again! */
|
|
11
|
+
secret: string;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type * as Frameio from "../index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* Frame.io actions
|
|
4
|
+
*/
|
|
5
|
+
export interface ActionsWithIncludesResponse {
|
|
6
|
+
/** Actions */
|
|
7
|
+
data: Frameio.ActionWithIncludes[];
|
|
8
|
+
links: Frameio.Links;
|
|
9
|
+
/** Total count */
|
|
10
|
+
total_count?: number | undefined;
|
|
11
|
+
}
|
|
@@ -91,6 +91,8 @@ export declare namespace AuditLogwithIncludes {
|
|
|
91
91
|
readonly CommentLiked: "comment_liked";
|
|
92
92
|
readonly CommentUncompleted: "comment_uncompleted";
|
|
93
93
|
readonly CommentUpdated: "comment_updated";
|
|
94
|
+
readonly ControlledDomainCreated: "controlled_domain_created";
|
|
95
|
+
readonly ControlledDomainUpdated: "controlled_domain_updated";
|
|
94
96
|
readonly EmailAddressChanged: "email_address_changed";
|
|
95
97
|
readonly EmailChangeConfirmationRequested: "email_change_confirmation_requested";
|
|
96
98
|
readonly EmailConfirmed: "email_confirmed";
|
|
@@ -243,6 +245,7 @@ export declare namespace AuditLogwithIncludes {
|
|
|
243
245
|
readonly Collection: "collection";
|
|
244
246
|
readonly Comment: "comment";
|
|
245
247
|
readonly CommentImpression: "comment_impression";
|
|
248
|
+
readonly ControlledDomain: "controlled_domain";
|
|
246
249
|
readonly Folder: "folder";
|
|
247
250
|
readonly JoinRequest: "join_request";
|
|
248
251
|
readonly LoginFactor: "login_factor";
|
|
@@ -77,6 +77,8 @@ export var AuditLogwithIncludes;
|
|
|
77
77
|
CommentLiked: "comment_liked",
|
|
78
78
|
CommentUncompleted: "comment_uncompleted",
|
|
79
79
|
CommentUpdated: "comment_updated",
|
|
80
|
+
ControlledDomainCreated: "controlled_domain_created",
|
|
81
|
+
ControlledDomainUpdated: "controlled_domain_updated",
|
|
80
82
|
EmailAddressChanged: "email_address_changed",
|
|
81
83
|
EmailChangeConfirmationRequested: "email_change_confirmation_requested",
|
|
82
84
|
EmailConfirmed: "email_confirmed",
|
|
@@ -228,6 +230,7 @@ export var AuditLogwithIncludes;
|
|
|
228
230
|
Collection: "collection",
|
|
229
231
|
Comment: "comment",
|
|
230
232
|
CommentImpression: "comment_impression",
|
|
233
|
+
ControlledDomain: "controlled_domain",
|
|
231
234
|
Folder: "folder",
|
|
232
235
|
JoinRequest: "join_request",
|
|
233
236
|
LoginFactor: "login_factor",
|
|
@@ -99,6 +99,8 @@ export declare namespace Filters {
|
|
|
99
99
|
readonly CommentLiked: "comment_liked";
|
|
100
100
|
readonly CommentUncompleted: "comment_uncompleted";
|
|
101
101
|
readonly CommentUpdated: "comment_updated";
|
|
102
|
+
readonly ControlledDomainCreated: "controlled_domain_created";
|
|
103
|
+
readonly ControlledDomainUpdated: "controlled_domain_updated";
|
|
102
104
|
readonly EmailAddressChanged: "email_address_changed";
|
|
103
105
|
readonly EmailChangeConfirmationRequested: "email_change_confirmation_requested";
|
|
104
106
|
readonly EmailConfirmed: "email_confirmed";
|
|
@@ -252,6 +254,7 @@ export declare namespace Filters {
|
|
|
252
254
|
readonly Collection: "collection";
|
|
253
255
|
readonly Comment: "comment";
|
|
254
256
|
readonly CommentImpression: "comment_impression";
|
|
257
|
+
readonly ControlledDomain: "controlled_domain";
|
|
255
258
|
readonly Folder: "folder";
|
|
256
259
|
readonly JoinRequest: "join_request";
|
|
257
260
|
readonly LoginFactor: "login_factor";
|
|
@@ -78,6 +78,8 @@ export var Filters;
|
|
|
78
78
|
CommentLiked: "comment_liked",
|
|
79
79
|
CommentUncompleted: "comment_uncompleted",
|
|
80
80
|
CommentUpdated: "comment_updated",
|
|
81
|
+
ControlledDomainCreated: "controlled_domain_created",
|
|
82
|
+
ControlledDomainUpdated: "controlled_domain_updated",
|
|
81
83
|
EmailAddressChanged: "email_address_changed",
|
|
82
84
|
EmailChangeConfirmationRequested: "email_change_confirmation_requested",
|
|
83
85
|
EmailConfirmed: "email_confirmed",
|
|
@@ -230,6 +232,7 @@ export var Filters;
|
|
|
230
232
|
Collection: "collection",
|
|
231
233
|
Comment: "comment",
|
|
232
234
|
CommentImpression: "comment_impression",
|
|
235
|
+
ControlledDomain: "controlled_domain",
|
|
233
236
|
Folder: "folder",
|
|
234
237
|
JoinRequest: "join_request",
|
|
235
238
|
LoginFactor: "login_factor",
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface GroupCommon {
|
|
2
|
+
/** Creation timestamp */
|
|
3
|
+
created_at: string;
|
|
4
|
+
/** ID of group creator */
|
|
5
|
+
creator_id?: string | undefined;
|
|
6
|
+
/** Group emoji for UI display */
|
|
7
|
+
emoji: string;
|
|
8
|
+
/** Group ID */
|
|
9
|
+
id: string;
|
|
10
|
+
/** Number of members in group */
|
|
11
|
+
member_count: number;
|
|
12
|
+
/** Group name */
|
|
13
|
+
name: string;
|
|
14
|
+
/** Update timestamp */
|
|
15
|
+
updated_at: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type * as Frameio from "../index.mjs";
|
|
2
|
+
export type GroupWithIncludes = Frameio.GroupWithIncludes.Adobe | Frameio.GroupWithIncludes.Frame | Frameio.GroupWithIncludes.Workfront;
|
|
3
|
+
export declare namespace GroupWithIncludes {
|
|
4
|
+
interface Adobe extends Frameio.SyncGroupWithIncludes {
|
|
5
|
+
source: "adobe";
|
|
6
|
+
}
|
|
7
|
+
interface Frame extends Frameio.GroupCommonWithIncludes {
|
|
8
|
+
source: "frame";
|
|
9
|
+
}
|
|
10
|
+
interface Workfront extends Frameio.GroupCommonWithIncludes {
|
|
11
|
+
source: "workfront";
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/** Sort query parameter for Groups. */
|
|
2
|
+
export declare const GroupsSort: {
|
|
3
|
+
readonly CreatorAsc: "creator_asc";
|
|
4
|
+
readonly CreatorDesc: "creator_desc";
|
|
5
|
+
readonly NameAsc: "name_asc";
|
|
6
|
+
readonly NameDesc: "name_desc";
|
|
7
|
+
readonly CreatedAtAsc: "created_at_asc";
|
|
8
|
+
readonly CreatedAtDesc: "created_at_desc";
|
|
9
|
+
};
|
|
10
|
+
export type GroupsSort = (typeof GroupsSort)[keyof typeof GroupsSort];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
/** Sort query parameter for Groups. */
|
|
3
|
+
export const GroupsSort = {
|
|
4
|
+
CreatorAsc: "creator_asc",
|
|
5
|
+
CreatorDesc: "creator_desc",
|
|
6
|
+
NameAsc: "name_asc",
|
|
7
|
+
NameDesc: "name_desc",
|
|
8
|
+
CreatedAtAsc: "created_at_asc",
|
|
9
|
+
CreatedAtDesc: "created_at_desc",
|
|
10
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type * as Frameio from "../index.mjs";
|
|
2
2
|
export interface SingleUserValue extends Frameio.FieldValueCommon {
|
|
3
|
-
/** Populated with
|
|
3
|
+
/** Populated with custom member options only if `member_options_type` is set to 'custom'. */
|
|
4
4
|
custom_members?: Frameio.UserValue[] | undefined;
|
|
5
5
|
member_options_type?: SingleUserValue.MemberOptionsType | undefined;
|
|
6
6
|
value: Frameio.UserValue[];
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type * as Frameio from "../index.mjs";
|
|
2
|
+
export interface SyncGroupWithIncludes extends Frameio.GroupCommonWithIncludes {
|
|
3
|
+
/** Imported group sync status */
|
|
4
|
+
sync_status: SyncGroupWithIncludes.SyncStatus;
|
|
5
|
+
}
|
|
6
|
+
export declare namespace SyncGroupWithIncludes {
|
|
7
|
+
/** Imported group sync status */
|
|
8
|
+
const SyncStatus: {
|
|
9
|
+
readonly NotStarted: "not_started";
|
|
10
|
+
readonly InProgress: "in_progress";
|
|
11
|
+
readonly Completed: "completed";
|
|
12
|
+
readonly Error: "error";
|
|
13
|
+
};
|
|
14
|
+
type SyncStatus = (typeof SyncStatus)[keyof typeof SyncStatus];
|
|
15
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
export var SyncGroupWithIncludes;
|
|
3
|
+
(function (SyncGroupWithIncludes) {
|
|
4
|
+
/** Imported group sync status */
|
|
5
|
+
SyncGroupWithIncludes.SyncStatus = {
|
|
6
|
+
NotStarted: "not_started",
|
|
7
|
+
InProgress: "in_progress",
|
|
8
|
+
Completed: "completed",
|
|
9
|
+
Error: "error",
|
|
10
|
+
};
|
|
11
|
+
})(SyncGroupWithIncludes || (SyncGroupWithIncludes = {}));
|
|
@@ -2,6 +2,13 @@ export * from "./Account.mjs";
|
|
|
2
2
|
export * from "./AccountsResponse.mjs";
|
|
3
3
|
export * from "./AccountUserRole.mjs";
|
|
4
4
|
export * from "./AccountUserRolesResponse.mjs";
|
|
5
|
+
export * from "./Action.mjs";
|
|
6
|
+
export * from "./ActionCreateResponse.mjs";
|
|
7
|
+
export * from "./ActionInclude.mjs";
|
|
8
|
+
export * from "./ActionResponse.mjs";
|
|
9
|
+
export * from "./ActionsWithIncludesResponse.mjs";
|
|
10
|
+
export * from "./ActionWithIncludes.mjs";
|
|
11
|
+
export * from "./ActionWithIncludesResponse.mjs";
|
|
5
12
|
export * from "./AddAssetResponse.mjs";
|
|
6
13
|
export * from "./Anchor.mjs";
|
|
7
14
|
export * from "./AssetCommon.mjs";
|
|
@@ -60,6 +67,14 @@ export * from "./FoldersWithIncludesResponse.mjs";
|
|
|
60
67
|
export * from "./FolderWithIncludes.mjs";
|
|
61
68
|
export * from "./FolderWithIncludesResponse.mjs";
|
|
62
69
|
export * from "./Forbidden.mjs";
|
|
70
|
+
export * from "./GroupCommon.mjs";
|
|
71
|
+
export * from "./GroupCommonWithIncludes.mjs";
|
|
72
|
+
export * from "./GroupResponse.mjs";
|
|
73
|
+
export * from "./GroupsInclude.mjs";
|
|
74
|
+
export * from "./GroupsSort.mjs";
|
|
75
|
+
export * from "./GroupsWithIncludesResponse.mjs";
|
|
76
|
+
export * from "./GroupWithIncludes.mjs";
|
|
77
|
+
export * from "./GroupWithIncludesResponse.mjs";
|
|
63
78
|
export * from "./Include.mjs";
|
|
64
79
|
export * from "./IncludeTotalCount.mjs";
|
|
65
80
|
export * from "./IntegerValue.mjs";
|
|
@@ -114,6 +129,7 @@ export * from "./ShareResponse.mjs";
|
|
|
114
129
|
export * from "./ShareReviewersResponse.mjs";
|
|
115
130
|
export * from "./SharesResponse.mjs";
|
|
116
131
|
export * from "./SingleUserValue.mjs";
|
|
132
|
+
export * from "./SyncGroupWithIncludes.mjs";
|
|
117
133
|
export * from "./TextDefinition.mjs";
|
|
118
134
|
export * from "./TextDefinitionParams.mjs";
|
|
119
135
|
export * from "./TextDefinitionWithIncludes.mjs";
|
|
@@ -2,6 +2,13 @@ export * from "./Account.mjs";
|
|
|
2
2
|
export * from "./AccountsResponse.mjs";
|
|
3
3
|
export * from "./AccountUserRole.mjs";
|
|
4
4
|
export * from "./AccountUserRolesResponse.mjs";
|
|
5
|
+
export * from "./Action.mjs";
|
|
6
|
+
export * from "./ActionCreateResponse.mjs";
|
|
7
|
+
export * from "./ActionInclude.mjs";
|
|
8
|
+
export * from "./ActionResponse.mjs";
|
|
9
|
+
export * from "./ActionsWithIncludesResponse.mjs";
|
|
10
|
+
export * from "./ActionWithIncludes.mjs";
|
|
11
|
+
export * from "./ActionWithIncludesResponse.mjs";
|
|
5
12
|
export * from "./AddAssetResponse.mjs";
|
|
6
13
|
export * from "./Anchor.mjs";
|
|
7
14
|
export * from "./AssetCommon.mjs";
|
|
@@ -60,6 +67,14 @@ export * from "./FoldersWithIncludesResponse.mjs";
|
|
|
60
67
|
export * from "./FolderWithIncludes.mjs";
|
|
61
68
|
export * from "./FolderWithIncludesResponse.mjs";
|
|
62
69
|
export * from "./Forbidden.mjs";
|
|
70
|
+
export * from "./GroupCommon.mjs";
|
|
71
|
+
export * from "./GroupCommonWithIncludes.mjs";
|
|
72
|
+
export * from "./GroupResponse.mjs";
|
|
73
|
+
export * from "./GroupsInclude.mjs";
|
|
74
|
+
export * from "./GroupsSort.mjs";
|
|
75
|
+
export * from "./GroupsWithIncludesResponse.mjs";
|
|
76
|
+
export * from "./GroupWithIncludes.mjs";
|
|
77
|
+
export * from "./GroupWithIncludesResponse.mjs";
|
|
63
78
|
export * from "./Include.mjs";
|
|
64
79
|
export * from "./IncludeTotalCount.mjs";
|
|
65
80
|
export * from "./IntegerValue.mjs";
|
|
@@ -114,6 +129,7 @@ export * from "./ShareResponse.mjs";
|
|
|
114
129
|
export * from "./ShareReviewersResponse.mjs";
|
|
115
130
|
export * from "./SharesResponse.mjs";
|
|
116
131
|
export * from "./SingleUserValue.mjs";
|
|
132
|
+
export * from "./SyncGroupWithIncludes.mjs";
|
|
117
133
|
export * from "./TextDefinition.mjs";
|
|
118
134
|
export * from "./TextDefinitionParams.mjs";
|
|
119
135
|
export * from "./TextDefinitionWithIncludes.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "4.
|
|
1
|
+
export declare const SDK_VERSION = "4.2.0";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "4.
|
|
1
|
+
export const SDK_VERSION = "4.2.0";
|