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.
Files changed (200) hide show
  1. package/dist/cjs/BaseClient.js +2 -2
  2. package/dist/cjs/Client.d.ts +6 -0
  3. package/dist/cjs/Client.js +34 -24
  4. package/dist/cjs/api/resources/customActions/client/Client.d.ts +145 -0
  5. package/dist/cjs/api/resources/customActions/client/Client.js +443 -0
  6. package/dist/cjs/api/resources/customActions/client/index.d.ts +1 -0
  7. package/dist/cjs/api/resources/customActions/client/index.js +17 -0
  8. package/dist/cjs/api/resources/customActions/client/requests/ActionCreateParams.d.ts +31 -0
  9. package/dist/cjs/api/resources/customActions/client/requests/ActionCreateParams.js +3 -0
  10. package/dist/cjs/api/resources/customActions/client/requests/ActionUpdateParams.d.ts +35 -0
  11. package/dist/cjs/api/resources/customActions/client/requests/ActionUpdateParams.js +3 -0
  12. package/dist/cjs/api/resources/customActions/client/requests/ActionsIndexRequest.d.ts +21 -0
  13. package/dist/cjs/api/resources/customActions/client/requests/ActionsIndexRequest.js +3 -0
  14. package/dist/cjs/api/resources/customActions/client/requests/ActionsShowRequest.d.ts +9 -0
  15. package/dist/cjs/api/resources/customActions/client/requests/ActionsShowRequest.js +3 -0
  16. package/dist/cjs/api/resources/customActions/client/requests/index.d.ts +4 -0
  17. package/dist/cjs/api/resources/customActions/client/requests/index.js +2 -0
  18. package/dist/cjs/api/resources/customActions/exports.d.ts +2 -0
  19. package/dist/cjs/api/resources/customActions/exports.js +21 -0
  20. package/dist/cjs/api/resources/customActions/index.d.ts +1 -0
  21. package/dist/cjs/api/resources/customActions/index.js +17 -0
  22. package/dist/cjs/api/resources/files/client/Client.d.ts +1 -1
  23. package/dist/cjs/api/resources/files/client/Client.js +1 -1
  24. package/dist/cjs/api/resources/groups/client/Client.d.ts +116 -0
  25. package/dist/cjs/api/resources/groups/client/Client.js +368 -0
  26. package/dist/cjs/api/resources/groups/client/index.d.ts +1 -0
  27. package/dist/cjs/api/resources/groups/client/index.js +17 -0
  28. package/dist/cjs/api/resources/groups/client/requests/CreateGroupParams.d.ts +20 -0
  29. package/dist/cjs/api/resources/groups/client/requests/CreateGroupParams.js +3 -0
  30. package/dist/cjs/api/resources/groups/client/requests/GroupsIndexRequest.d.ts +24 -0
  31. package/dist/cjs/api/resources/groups/client/requests/GroupsIndexRequest.js +3 -0
  32. package/dist/cjs/api/resources/groups/client/requests/GroupsShowRequest.d.ts +9 -0
  33. package/dist/cjs/api/resources/groups/client/requests/GroupsShowRequest.js +3 -0
  34. package/dist/cjs/api/resources/groups/client/requests/UpdateGroupParams.d.ts +20 -0
  35. package/dist/cjs/api/resources/groups/client/requests/UpdateGroupParams.js +3 -0
  36. package/dist/cjs/api/resources/groups/client/requests/index.d.ts +4 -0
  37. package/dist/cjs/api/resources/groups/client/requests/index.js +2 -0
  38. package/dist/cjs/api/resources/groups/exports.d.ts +2 -0
  39. package/dist/cjs/api/resources/groups/exports.js +21 -0
  40. package/dist/cjs/api/resources/groups/index.d.ts +2 -0
  41. package/dist/cjs/api/resources/groups/index.js +18 -0
  42. package/dist/cjs/api/resources/groups/types/GroupsIndexRequestSort.d.ts +10 -0
  43. package/dist/cjs/api/resources/groups/types/GroupsIndexRequestSort.js +13 -0
  44. package/dist/cjs/api/resources/groups/types/index.d.ts +1 -0
  45. package/dist/cjs/api/resources/groups/types/index.js +17 -0
  46. package/dist/cjs/api/resources/index.d.ts +5 -0
  47. package/dist/cjs/api/resources/index.js +6 -1
  48. package/dist/cjs/api/resources/metadata/client/Client.d.ts +4 -4
  49. package/dist/cjs/api/resources/metadata/client/Client.js +4 -4
  50. package/dist/cjs/api/resources/metadata/client/requests/BulkUpdateMetadataParams.d.ts +4 -4
  51. package/dist/cjs/api/resources/shares/client/Client.d.ts +4 -4
  52. package/dist/cjs/api/resources/shares/client/Client.js +4 -4
  53. package/dist/cjs/api/resources/shares/client/requests/AddAssetParams.d.ts +1 -1
  54. package/dist/cjs/api/resources/shares/client/requests/CreateShareParams.d.ts +2 -2
  55. package/dist/cjs/api/resources/shares/client/requests/UpdateShareParams.d.ts +1 -1
  56. package/dist/cjs/api/resources/versionStacks/client/Client.d.ts +1 -1
  57. package/dist/cjs/api/resources/versionStacks/client/Client.js +1 -1
  58. package/dist/cjs/api/resources/versionStacks/client/requests/VersionStackCreateParams.d.ts +1 -1
  59. package/dist/cjs/api/types/Action.d.ts +25 -0
  60. package/dist/cjs/api/types/Action.js +3 -0
  61. package/dist/cjs/api/types/ActionCreateResponse.d.ts +13 -0
  62. package/dist/cjs/api/types/ActionCreateResponse.js +3 -0
  63. package/dist/cjs/api/types/ActionInclude.d.ts +4 -0
  64. package/dist/cjs/api/types/ActionInclude.js +3 -0
  65. package/dist/cjs/api/types/ActionResponse.d.ts +7 -0
  66. package/dist/cjs/api/types/ActionResponse.js +3 -0
  67. package/dist/cjs/api/types/ActionWithIncludes.d.ts +4 -0
  68. package/dist/cjs/api/types/ActionWithIncludes.js +3 -0
  69. package/dist/cjs/api/types/ActionWithIncludesResponse.d.ts +7 -0
  70. package/dist/cjs/api/types/ActionWithIncludesResponse.js +3 -0
  71. package/dist/cjs/api/types/ActionsWithIncludesResponse.d.ts +11 -0
  72. package/dist/cjs/api/types/ActionsWithIncludesResponse.js +3 -0
  73. package/dist/cjs/api/types/AuditLogwithIncludes.d.ts +3 -0
  74. package/dist/cjs/api/types/AuditLogwithIncludes.js +3 -0
  75. package/dist/cjs/api/types/Filters.d.ts +3 -0
  76. package/dist/cjs/api/types/Filters.js +3 -0
  77. package/dist/cjs/api/types/GroupCommon.d.ts +16 -0
  78. package/dist/cjs/api/types/GroupCommon.js +3 -0
  79. package/dist/cjs/api/types/GroupCommonWithIncludes.d.ts +4 -0
  80. package/dist/cjs/api/types/GroupCommonWithIncludes.js +3 -0
  81. package/dist/cjs/api/types/GroupResponse.d.ts +4 -0
  82. package/dist/cjs/api/types/GroupResponse.js +3 -0
  83. package/dist/cjs/api/types/GroupWithIncludes.d.ts +13 -0
  84. package/dist/cjs/api/types/GroupWithIncludes.js +3 -0
  85. package/dist/cjs/api/types/GroupWithIncludesResponse.d.ts +4 -0
  86. package/dist/cjs/api/types/GroupWithIncludesResponse.js +3 -0
  87. package/dist/cjs/api/types/GroupsInclude.d.ts +4 -0
  88. package/dist/cjs/api/types/GroupsInclude.js +3 -0
  89. package/dist/cjs/api/types/GroupsSort.d.ts +10 -0
  90. package/dist/cjs/api/types/GroupsSort.js +13 -0
  91. package/dist/cjs/api/types/GroupsWithIncludesResponse.d.ts +8 -0
  92. package/dist/cjs/api/types/GroupsWithIncludesResponse.js +3 -0
  93. package/dist/cjs/api/types/SingleUserValue.d.ts +1 -1
  94. package/dist/cjs/api/types/SyncGroupWithIncludes.d.ts +15 -0
  95. package/dist/cjs/api/types/SyncGroupWithIncludes.js +14 -0
  96. package/dist/cjs/api/types/index.d.ts +16 -0
  97. package/dist/cjs/api/types/index.js +16 -0
  98. package/dist/cjs/version.d.ts +1 -1
  99. package/dist/cjs/version.js +1 -1
  100. package/dist/esm/BaseClient.mjs +2 -2
  101. package/dist/esm/Client.d.mts +6 -0
  102. package/dist/esm/Client.mjs +10 -0
  103. package/dist/esm/api/resources/customActions/client/Client.d.mts +145 -0
  104. package/dist/esm/api/resources/customActions/client/Client.mjs +406 -0
  105. package/dist/esm/api/resources/customActions/client/index.d.mts +1 -0
  106. package/dist/esm/api/resources/customActions/client/index.mjs +1 -0
  107. package/dist/esm/api/resources/customActions/client/requests/ActionCreateParams.d.mts +31 -0
  108. package/dist/esm/api/resources/customActions/client/requests/ActionCreateParams.mjs +2 -0
  109. package/dist/esm/api/resources/customActions/client/requests/ActionUpdateParams.d.mts +35 -0
  110. package/dist/esm/api/resources/customActions/client/requests/ActionUpdateParams.mjs +2 -0
  111. package/dist/esm/api/resources/customActions/client/requests/ActionsIndexRequest.d.mts +21 -0
  112. package/dist/esm/api/resources/customActions/client/requests/ActionsIndexRequest.mjs +2 -0
  113. package/dist/esm/api/resources/customActions/client/requests/ActionsShowRequest.d.mts +9 -0
  114. package/dist/esm/api/resources/customActions/client/requests/ActionsShowRequest.mjs +2 -0
  115. package/dist/esm/api/resources/customActions/client/requests/index.d.mts +4 -0
  116. package/dist/esm/api/resources/customActions/client/requests/index.mjs +1 -0
  117. package/dist/esm/api/resources/customActions/exports.d.mts +2 -0
  118. package/dist/esm/api/resources/customActions/exports.mjs +3 -0
  119. package/dist/esm/api/resources/customActions/index.d.mts +1 -0
  120. package/dist/esm/api/resources/customActions/index.mjs +1 -0
  121. package/dist/esm/api/resources/files/client/Client.d.mts +1 -1
  122. package/dist/esm/api/resources/files/client/Client.mjs +1 -1
  123. package/dist/esm/api/resources/groups/client/Client.d.mts +116 -0
  124. package/dist/esm/api/resources/groups/client/Client.mjs +331 -0
  125. package/dist/esm/api/resources/groups/client/index.d.mts +1 -0
  126. package/dist/esm/api/resources/groups/client/index.mjs +1 -0
  127. package/dist/esm/api/resources/groups/client/requests/CreateGroupParams.d.mts +20 -0
  128. package/dist/esm/api/resources/groups/client/requests/CreateGroupParams.mjs +2 -0
  129. package/dist/esm/api/resources/groups/client/requests/GroupsIndexRequest.d.mts +24 -0
  130. package/dist/esm/api/resources/groups/client/requests/GroupsIndexRequest.mjs +2 -0
  131. package/dist/esm/api/resources/groups/client/requests/GroupsShowRequest.d.mts +9 -0
  132. package/dist/esm/api/resources/groups/client/requests/GroupsShowRequest.mjs +2 -0
  133. package/dist/esm/api/resources/groups/client/requests/UpdateGroupParams.d.mts +20 -0
  134. package/dist/esm/api/resources/groups/client/requests/UpdateGroupParams.mjs +2 -0
  135. package/dist/esm/api/resources/groups/client/requests/index.d.mts +4 -0
  136. package/dist/esm/api/resources/groups/client/requests/index.mjs +1 -0
  137. package/dist/esm/api/resources/groups/exports.d.mts +2 -0
  138. package/dist/esm/api/resources/groups/exports.mjs +3 -0
  139. package/dist/esm/api/resources/groups/index.d.mts +2 -0
  140. package/dist/esm/api/resources/groups/index.mjs +2 -0
  141. package/dist/esm/api/resources/groups/types/GroupsIndexRequestSort.d.mts +10 -0
  142. package/dist/esm/api/resources/groups/types/GroupsIndexRequestSort.mjs +10 -0
  143. package/dist/esm/api/resources/groups/types/index.d.mts +1 -0
  144. package/dist/esm/api/resources/groups/types/index.mjs +1 -0
  145. package/dist/esm/api/resources/index.d.mts +5 -0
  146. package/dist/esm/api/resources/index.mjs +5 -0
  147. package/dist/esm/api/resources/metadata/client/Client.d.mts +4 -4
  148. package/dist/esm/api/resources/metadata/client/Client.mjs +4 -4
  149. package/dist/esm/api/resources/metadata/client/requests/BulkUpdateMetadataParams.d.mts +4 -4
  150. package/dist/esm/api/resources/shares/client/Client.d.mts +4 -4
  151. package/dist/esm/api/resources/shares/client/Client.mjs +4 -4
  152. package/dist/esm/api/resources/shares/client/requests/AddAssetParams.d.mts +1 -1
  153. package/dist/esm/api/resources/shares/client/requests/CreateShareParams.d.mts +2 -2
  154. package/dist/esm/api/resources/shares/client/requests/UpdateShareParams.d.mts +1 -1
  155. package/dist/esm/api/resources/versionStacks/client/Client.d.mts +1 -1
  156. package/dist/esm/api/resources/versionStacks/client/Client.mjs +1 -1
  157. package/dist/esm/api/resources/versionStacks/client/requests/VersionStackCreateParams.d.mts +1 -1
  158. package/dist/esm/api/types/Action.d.mts +25 -0
  159. package/dist/esm/api/types/Action.mjs +2 -0
  160. package/dist/esm/api/types/ActionCreateResponse.d.mts +13 -0
  161. package/dist/esm/api/types/ActionCreateResponse.mjs +2 -0
  162. package/dist/esm/api/types/ActionInclude.d.mts +4 -0
  163. package/dist/esm/api/types/ActionInclude.mjs +2 -0
  164. package/dist/esm/api/types/ActionResponse.d.mts +7 -0
  165. package/dist/esm/api/types/ActionResponse.mjs +2 -0
  166. package/dist/esm/api/types/ActionWithIncludes.d.mts +4 -0
  167. package/dist/esm/api/types/ActionWithIncludes.mjs +2 -0
  168. package/dist/esm/api/types/ActionWithIncludesResponse.d.mts +7 -0
  169. package/dist/esm/api/types/ActionWithIncludesResponse.mjs +2 -0
  170. package/dist/esm/api/types/ActionsWithIncludesResponse.d.mts +11 -0
  171. package/dist/esm/api/types/ActionsWithIncludesResponse.mjs +2 -0
  172. package/dist/esm/api/types/AuditLogwithIncludes.d.mts +3 -0
  173. package/dist/esm/api/types/AuditLogwithIncludes.mjs +3 -0
  174. package/dist/esm/api/types/Filters.d.mts +3 -0
  175. package/dist/esm/api/types/Filters.mjs +3 -0
  176. package/dist/esm/api/types/GroupCommon.d.mts +16 -0
  177. package/dist/esm/api/types/GroupCommon.mjs +2 -0
  178. package/dist/esm/api/types/GroupCommonWithIncludes.d.mts +4 -0
  179. package/dist/esm/api/types/GroupCommonWithIncludes.mjs +2 -0
  180. package/dist/esm/api/types/GroupResponse.d.mts +4 -0
  181. package/dist/esm/api/types/GroupResponse.mjs +2 -0
  182. package/dist/esm/api/types/GroupWithIncludes.d.mts +13 -0
  183. package/dist/esm/api/types/GroupWithIncludes.mjs +2 -0
  184. package/dist/esm/api/types/GroupWithIncludesResponse.d.mts +4 -0
  185. package/dist/esm/api/types/GroupWithIncludesResponse.mjs +2 -0
  186. package/dist/esm/api/types/GroupsInclude.d.mts +4 -0
  187. package/dist/esm/api/types/GroupsInclude.mjs +2 -0
  188. package/dist/esm/api/types/GroupsSort.d.mts +10 -0
  189. package/dist/esm/api/types/GroupsSort.mjs +10 -0
  190. package/dist/esm/api/types/GroupsWithIncludesResponse.d.mts +8 -0
  191. package/dist/esm/api/types/GroupsWithIncludesResponse.mjs +2 -0
  192. package/dist/esm/api/types/SingleUserValue.d.mts +1 -1
  193. package/dist/esm/api/types/SyncGroupWithIncludes.d.mts +15 -0
  194. package/dist/esm/api/types/SyncGroupWithIncludes.mjs +11 -0
  195. package/dist/esm/api/types/index.d.mts +16 -0
  196. package/dist/esm/api/types/index.mjs +16 -0
  197. package/dist/esm/version.d.mts +1 -1
  198. package/dist/esm/version.mjs +1 -1
  199. package/package.json +23 -1
  200. 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: ["055e9655-5445-425c-9158-4dcff313a8a1", "7e91a226-d1ac-4bea-afd1-9128c52ffc8d"],
35
+ * file_ids: ["5ae2cb10-9340-4bdb-8681-de8776df1cc8", "8310dcf0-91ba-4ae6-8b3f-e929a1fb050a"],
36
36
  * values: [{
37
- * field_definition_id: "174f1f07-3e07-4ad0-ac74-a27c0dc4a781",
37
+ * field_definition_id: "93a78d3b-e319-4c80-af1d-f5dd0bd39db5",
38
38
  * value: [
39
39
  * {
40
- * "id": "f1ef4511-a8ff-4645-b406-47e3362ad15a",
40
+ * "id": "5da35091-57b7-4931-bfce-19ce4a6bb311",
41
41
  * "type": "user"
42
42
  * },
43
43
  * {
44
- * "id": "3a015842-e804-496a-abbe-577a332fb255",
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: ["055e9655-5445-425c-9158-4dcff313a8a1", "7e91a226-d1ac-4bea-afd1-9128c52ffc8d"],
44
+ * file_ids: ["5ae2cb10-9340-4bdb-8681-de8776df1cc8", "8310dcf0-91ba-4ae6-8b3f-e929a1fb050a"],
45
45
  * values: [{
46
- * field_definition_id: "174f1f07-3e07-4ad0-ac74-a27c0dc4a781",
46
+ * field_definition_id: "93a78d3b-e319-4c80-af1d-f5dd0bd39db5",
47
47
  * value: [
48
48
  * {
49
- * "id": "f1ef4511-a8ff-4645-b406-47e3362ad15a",
49
+ * "id": "5da35091-57b7-4931-bfce-19ce4a6bb311",
50
50
  * "type": "user"
51
51
  * },
52
52
  * {
53
- * "id": "3a015842-e804-496a-abbe-577a332fb255",
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: ["055e9655-5445-425c-9158-4dcff313a8a1", "7e91a226-d1ac-4bea-afd1-9128c52ffc8d"],
6
+ * file_ids: ["5ae2cb10-9340-4bdb-8681-de8776df1cc8", "8310dcf0-91ba-4ae6-8b3f-e929a1fb050a"],
7
7
  * values: [{
8
- * field_definition_id: "174f1f07-3e07-4ad0-ac74-a27c0dc4a781",
8
+ * field_definition_id: "93a78d3b-e319-4c80-af1d-f5dd0bd39db5",
9
9
  * value: [
10
10
  * {
11
- * "id": "f1ef4511-a8ff-4645-b406-47e3362ad15a",
11
+ * "id": "5da35091-57b7-4931-bfce-19ce4a6bb311",
12
12
  * "type": "user"
13
13
  * },
14
14
  * {
15
- * "id": "3a015842-e804-496a-abbe-577a332fb255",
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-04-15T00:53:07Z",
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: "f2631de7-7f1d-423e-825f-350106ad5332"
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: ["ead05077-22fb-4f16-af36-44fdabb31c7f", "4cb5fe30-845a-4fc5-beb0-5f6e1e684a7c"],
264
+ * asset_ids: ["ec28c8bf-cb39-4ca3-9713-8f80db2daf04", "56a803ee-9b43-41a3-a06a-46594392532f"],
265
265
  * downloading_enabled: true,
266
- * expiration: "2026-04-15T00:53:07Z",
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-04-15T00:53:07Z",
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: "f2631de7-7f1d-423e-825f-350106ad5332"
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: ["ead05077-22fb-4f16-af36-44fdabb31c7f", "4cb5fe30-845a-4fc5-beb0-5f6e1e684a7c"],
733
+ * asset_ids: ["ec28c8bf-cb39-4ca3-9713-8f80db2daf04", "56a803ee-9b43-41a3-a06a-46594392532f"],
734
734
  * downloading_enabled: true,
735
- * expiration: "2026-04-15T00:53:07Z",
735
+ * expiration: "2026-05-01T20:40:23Z",
736
736
  * name: "Share Name",
737
737
  * passphrase: "as!dfj39sd(*"
738
738
  * }
@@ -2,7 +2,7 @@
2
2
  * @example
3
3
  * {
4
4
  * data: {
5
- * asset_id: "f2631de7-7f1d-423e-825f-350106ad5332"
5
+ * asset_id: "225d999d-115c-4157-a48c-8d76f999ca40"
6
6
  * }
7
7
  * }
8
8
  */
@@ -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: ["ead05077-22fb-4f16-af36-44fdabb31c7f", "4cb5fe30-845a-4fc5-beb0-5f6e1e684a7c"],
8
+ * asset_ids: ["ec28c8bf-cb39-4ca3-9713-8f80db2daf04", "56a803ee-9b43-41a3-a06a-46594392532f"],
9
9
  * downloading_enabled: true,
10
- * expiration: "2026-04-15T00:53:07Z",
10
+ * expiration: "2026-05-01T20:40:23Z",
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-04-15T00:53:07Z",
8
+ * expiration: "2026-05-01T20:40:23Z",
9
9
  * name: "Share Name",
10
10
  * passphrase: "as!dfj39sd(*"
11
11
  * }
@@ -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: ["bf6a7751-b5e4-4f2e-b7e4-67ee53d740e8", "0604f9c0-36a4-4b59-ab89-f48e3b172dc0"]
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: ["bf6a7751-b5e4-4f2e-b7e4-67ee53d740e8", "0604f9c0-36a4-4b59-ab89-f48e3b172dc0"]
394
+ * file_ids: ["aaeb409d-081a-4231-9955-61c3c79125ff", "60588662-df62-412b-bad1-6692811c26bb"]
395
395
  * }
396
396
  * })
397
397
  */
@@ -2,7 +2,7 @@
2
2
  * @example
3
3
  * {
4
4
  * data: {
5
- * file_ids: ["bf6a7751-b5e4-4f2e-b7e4-67ee53d740e8", "0604f9c0-36a4-4b59-ab89-f48e3b172dc0"]
5
+ * file_ids: ["aaeb409d-081a-4231-9955-61c3c79125ff", "60588662-df62-412b-bad1-6692811c26bb"]
6
6
  * }
7
7
  * }
8
8
  */
@@ -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,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -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,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Include query parameter for custom actions
3
+ */
4
+ export type ActionInclude = "creator";
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,7 @@
1
+ import type * as Frameio from "../index.mjs";
2
+ /**
3
+ * Action details
4
+ */
5
+ export interface ActionResponse {
6
+ data: Frameio.Action;
7
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,4 @@
1
+ import type * as Frameio from "../index.mjs";
2
+ export interface ActionWithIncludes extends Frameio.Action {
3
+ creator?: Frameio.User | undefined;
4
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,7 @@
1
+ import type * as Frameio from "../index.mjs";
2
+ /**
3
+ * Frame.io action details
4
+ */
5
+ export interface ActionWithIncludesResponse {
6
+ data: Frameio.ActionWithIncludes;
7
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -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
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -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,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,4 @@
1
+ import type * as Frameio from "../index.mjs";
2
+ export interface GroupCommonWithIncludes extends Frameio.GroupCommon {
3
+ creator?: Frameio.User | undefined;
4
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,4 @@
1
+ import type * as Frameio from "../index.mjs";
2
+ export interface GroupResponse {
3
+ data: Frameio.GroupCommon;
4
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -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,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,4 @@
1
+ import type * as Frameio from "../index.mjs";
2
+ export interface GroupWithIncludesResponse {
3
+ data: Frameio.GroupWithIncludes;
4
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Include query parameter for groups
3
+ */
4
+ export type GroupsInclude = "creator";
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -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
+ };
@@ -0,0 +1,8 @@
1
+ import type * as Frameio from "../index.mjs";
2
+ export interface GroupsWithIncludesResponse {
3
+ /** Groups */
4
+ data: Frameio.GroupWithIncludes[];
5
+ links: Frameio.Links;
6
+ /** Total count */
7
+ total_count?: number | undefined;
8
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -1,6 +1,6 @@
1
1
  import type * as Frameio from "../index.mjs";
2
2
  export interface SingleUserValue extends Frameio.FieldValueCommon {
3
- /** Populated with costum member options only if `member_options_type` is set to 'custom'. */
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";
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "4.1.0";
1
+ export declare const SDK_VERSION = "4.2.0";
@@ -1 +1 @@
1
- export const SDK_VERSION = "4.1.0";
1
+ export const SDK_VERSION = "4.2.0";