@salesforce/b2c-tooling-sdk 1.7.0 → 1.9.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 (236) hide show
  1. package/dist/cjs/auth/index.d.ts +3 -0
  2. package/dist/cjs/auth/index.js +2 -0
  3. package/dist/cjs/auth/index.js.map +1 -1
  4. package/dist/cjs/auth/jwt-utils.d.ts +25 -0
  5. package/dist/cjs/auth/jwt-utils.js +66 -0
  6. package/dist/cjs/auth/jwt-utils.js.map +1 -0
  7. package/dist/cjs/auth/oauth-implicit.js +4 -1
  8. package/dist/cjs/auth/oauth-implicit.js.map +1 -1
  9. package/dist/cjs/auth/oauth-jwt.d.ts +99 -0
  10. package/dist/cjs/auth/oauth-jwt.js +343 -0
  11. package/dist/cjs/auth/oauth-jwt.js.map +1 -0
  12. package/dist/cjs/auth/oauth.d.ts +42 -3
  13. package/dist/cjs/auth/oauth.js +90 -35
  14. package/dist/cjs/auth/oauth.js.map +1 -1
  15. package/dist/cjs/auth/stateful-oauth-strategy.js +3 -9
  16. package/dist/cjs/auth/stateful-oauth-strategy.js.map +1 -1
  17. package/dist/cjs/auth/stateful-store.js +33 -35
  18. package/dist/cjs/auth/stateful-store.js.map +1 -1
  19. package/dist/cjs/auth/types.d.ts +2 -1
  20. package/dist/cjs/auth/types.js +1 -1
  21. package/dist/cjs/auth/types.js.map +1 -1
  22. package/dist/cjs/cli/am-command.d.ts +1 -1
  23. package/dist/cjs/cli/am-command.js +3 -0
  24. package/dist/cjs/cli/am-command.js.map +1 -1
  25. package/dist/cjs/cli/base-command.js +4 -2
  26. package/dist/cjs/cli/base-command.js.map +1 -1
  27. package/dist/cjs/cli/columns.d.ts +128 -0
  28. package/dist/cjs/cli/columns.js +128 -0
  29. package/dist/cjs/cli/columns.js.map +1 -0
  30. package/dist/cjs/cli/config.js +4 -0
  31. package/dist/cjs/cli/config.js.map +1 -1
  32. package/dist/cjs/cli/details.d.ts +69 -0
  33. package/dist/cjs/cli/details.js +72 -0
  34. package/dist/cjs/cli/details.js.map +1 -0
  35. package/dist/cjs/cli/index.d.ts +4 -0
  36. package/dist/cjs/cli/index.js +2 -0
  37. package/dist/cjs/cli/index.js.map +1 -1
  38. package/dist/cjs/cli/instance-command.d.ts +3 -0
  39. package/dist/cjs/cli/oauth-command.d.ts +14 -2
  40. package/dist/cjs/cli/oauth-command.js +54 -3
  41. package/dist/cjs/cli/oauth-command.js.map +1 -1
  42. package/dist/cjs/cli/ods-command.d.ts +3 -0
  43. package/dist/cjs/cli/webdav-command.d.ts +3 -0
  44. package/dist/cjs/clients/cdn-zones.js +5 -2
  45. package/dist/cjs/clients/cdn-zones.js.map +1 -1
  46. package/dist/cjs/clients/cip.js +2 -1
  47. package/dist/cjs/clients/cip.js.map +1 -1
  48. package/dist/cjs/clients/custom-apis.js +5 -2
  49. package/dist/cjs/clients/custom-apis.js.map +1 -1
  50. package/dist/cjs/clients/granular-replications.js +4 -1
  51. package/dist/cjs/clients/granular-replications.js.map +1 -1
  52. package/dist/cjs/clients/mrt.generated.d.ts +1073 -41
  53. package/dist/cjs/clients/scapi-schemas.js +5 -2
  54. package/dist/cjs/clients/scapi-schemas.js.map +1 -1
  55. package/dist/cjs/clients/webdav.js +11 -3
  56. package/dist/cjs/clients/webdav.js.map +1 -1
  57. package/dist/cjs/config/dw-json.d.ts +10 -0
  58. package/dist/cjs/config/dw-json.js +4 -7
  59. package/dist/cjs/config/dw-json.js.map +1 -1
  60. package/dist/cjs/config/mapping.js +27 -0
  61. package/dist/cjs/config/mapping.js.map +1 -1
  62. package/dist/cjs/config/sources/env-source.js +13 -1
  63. package/dist/cjs/config/sources/env-source.js.map +1 -1
  64. package/dist/cjs/config/sources/package-json-source.js +1 -0
  65. package/dist/cjs/config/sources/package-json-source.js.map +1 -1
  66. package/dist/cjs/config/types.d.ts +14 -0
  67. package/dist/cjs/index.d.ts +2 -2
  68. package/dist/cjs/index.js +1 -1
  69. package/dist/cjs/index.js.map +1 -1
  70. package/dist/cjs/operations/bm-users/index.d.ts +50 -0
  71. package/dist/cjs/operations/bm-users/index.js +55 -0
  72. package/dist/cjs/operations/bm-users/index.js.map +1 -0
  73. package/dist/cjs/operations/bm-users/users.d.ts +189 -0
  74. package/dist/cjs/operations/bm-users/users.js +229 -0
  75. package/dist/cjs/operations/bm-users/users.js.map +1 -0
  76. package/dist/cjs/operations/code/deploy.js +19 -10
  77. package/dist/cjs/operations/code/deploy.js.map +1 -1
  78. package/dist/cjs/operations/code/download.d.ts +17 -6
  79. package/dist/cjs/operations/code/download.js +224 -104
  80. package/dist/cjs/operations/code/download.js.map +1 -1
  81. package/dist/cjs/operations/code/index.d.ts +3 -1
  82. package/dist/cjs/operations/code/index.js +3 -1
  83. package/dist/cjs/operations/code/index.js.map +1 -1
  84. package/dist/cjs/operations/code/upload-files.d.ts +47 -0
  85. package/dist/cjs/operations/code/upload-files.js +116 -0
  86. package/dist/cjs/operations/code/upload-files.js.map +1 -0
  87. package/dist/cjs/operations/code/watch.js +18 -92
  88. package/dist/cjs/operations/code/watch.js.map +1 -1
  89. package/dist/cjs/operations/debug/debug-session.js +23 -8
  90. package/dist/cjs/operations/debug/debug-session.js.map +1 -1
  91. package/dist/cjs/operations/debug/index.d.ts +3 -0
  92. package/dist/cjs/operations/debug/index.js +2 -0
  93. package/dist/cjs/operations/debug/index.js.map +1 -1
  94. package/dist/cjs/operations/debug/projections.d.ts +72 -0
  95. package/dist/cjs/operations/debug/projections.js +84 -0
  96. package/dist/cjs/operations/debug/projections.js.map +1 -0
  97. package/dist/cjs/operations/debug/resolve-path.d.ts +15 -0
  98. package/dist/cjs/operations/debug/resolve-path.js +52 -0
  99. package/dist/cjs/operations/debug/resolve-path.js.map +1 -0
  100. package/dist/cjs/operations/mrt/certificate.d.ts +60 -0
  101. package/dist/cjs/operations/mrt/certificate.js +76 -0
  102. package/dist/cjs/operations/mrt/certificate.js.map +1 -0
  103. package/dist/cjs/operations/mrt/env.d.ts +79 -0
  104. package/dist/cjs/operations/mrt/env.js +65 -3
  105. package/dist/cjs/operations/mrt/env.js.map +1 -1
  106. package/dist/cjs/operations/mrt/index.d.ts +8 -4
  107. package/dist/cjs/operations/mrt/index.js +6 -2
  108. package/dist/cjs/operations/mrt/index.js.map +1 -1
  109. package/dist/cjs/operations/mrt/organization-member.d.ts +68 -0
  110. package/dist/cjs/operations/mrt/organization-member.js +88 -0
  111. package/dist/cjs/operations/mrt/organization-member.js.map +1 -0
  112. package/dist/cjs/operations/mrt/push.d.ts +67 -0
  113. package/dist/cjs/operations/mrt/push.js +63 -0
  114. package/dist/cjs/operations/mrt/push.js.map +1 -1
  115. package/dist/cjs/ux/index.d.ts +1 -0
  116. package/dist/cjs/ux/index.js +7 -0
  117. package/dist/cjs/ux/index.js.map +1 -0
  118. package/dist/esm/auth/index.d.ts +3 -0
  119. package/dist/esm/auth/index.js +2 -0
  120. package/dist/esm/auth/index.js.map +1 -1
  121. package/dist/esm/auth/jwt-utils.d.ts +25 -0
  122. package/dist/esm/auth/jwt-utils.js +66 -0
  123. package/dist/esm/auth/jwt-utils.js.map +1 -0
  124. package/dist/esm/auth/oauth-implicit.js +4 -1
  125. package/dist/esm/auth/oauth-implicit.js.map +1 -1
  126. package/dist/esm/auth/oauth-jwt.d.ts +99 -0
  127. package/dist/esm/auth/oauth-jwt.js +343 -0
  128. package/dist/esm/auth/oauth-jwt.js.map +1 -0
  129. package/dist/esm/auth/oauth.d.ts +42 -3
  130. package/dist/esm/auth/oauth.js +90 -35
  131. package/dist/esm/auth/oauth.js.map +1 -1
  132. package/dist/esm/auth/stateful-oauth-strategy.js +3 -9
  133. package/dist/esm/auth/stateful-oauth-strategy.js.map +1 -1
  134. package/dist/esm/auth/stateful-store.js +33 -35
  135. package/dist/esm/auth/stateful-store.js.map +1 -1
  136. package/dist/esm/auth/types.d.ts +2 -1
  137. package/dist/esm/auth/types.js +1 -1
  138. package/dist/esm/auth/types.js.map +1 -1
  139. package/dist/esm/cli/am-command.d.ts +1 -1
  140. package/dist/esm/cli/am-command.js +3 -0
  141. package/dist/esm/cli/am-command.js.map +1 -1
  142. package/dist/esm/cli/base-command.js +4 -2
  143. package/dist/esm/cli/base-command.js.map +1 -1
  144. package/dist/esm/cli/columns.d.ts +128 -0
  145. package/dist/esm/cli/columns.js +128 -0
  146. package/dist/esm/cli/columns.js.map +1 -0
  147. package/dist/esm/cli/config.js +4 -0
  148. package/dist/esm/cli/config.js.map +1 -1
  149. package/dist/esm/cli/details.d.ts +69 -0
  150. package/dist/esm/cli/details.js +72 -0
  151. package/dist/esm/cli/details.js.map +1 -0
  152. package/dist/esm/cli/index.d.ts +4 -0
  153. package/dist/esm/cli/index.js +2 -0
  154. package/dist/esm/cli/index.js.map +1 -1
  155. package/dist/esm/cli/instance-command.d.ts +3 -0
  156. package/dist/esm/cli/oauth-command.d.ts +14 -2
  157. package/dist/esm/cli/oauth-command.js +54 -3
  158. package/dist/esm/cli/oauth-command.js.map +1 -1
  159. package/dist/esm/cli/ods-command.d.ts +3 -0
  160. package/dist/esm/cli/webdav-command.d.ts +3 -0
  161. package/dist/esm/clients/cdn-zones.js +5 -2
  162. package/dist/esm/clients/cdn-zones.js.map +1 -1
  163. package/dist/esm/clients/cip.js +2 -1
  164. package/dist/esm/clients/cip.js.map +1 -1
  165. package/dist/esm/clients/custom-apis.js +5 -2
  166. package/dist/esm/clients/custom-apis.js.map +1 -1
  167. package/dist/esm/clients/granular-replications.js +4 -1
  168. package/dist/esm/clients/granular-replications.js.map +1 -1
  169. package/dist/esm/clients/mrt.generated.d.ts +1073 -41
  170. package/dist/esm/clients/scapi-schemas.js +5 -2
  171. package/dist/esm/clients/scapi-schemas.js.map +1 -1
  172. package/dist/esm/clients/webdav.js +11 -3
  173. package/dist/esm/clients/webdav.js.map +1 -1
  174. package/dist/esm/config/dw-json.d.ts +10 -0
  175. package/dist/esm/config/dw-json.js +4 -7
  176. package/dist/esm/config/dw-json.js.map +1 -1
  177. package/dist/esm/config/mapping.js +27 -0
  178. package/dist/esm/config/mapping.js.map +1 -1
  179. package/dist/esm/config/sources/env-source.js +13 -1
  180. package/dist/esm/config/sources/env-source.js.map +1 -1
  181. package/dist/esm/config/sources/package-json-source.js +1 -0
  182. package/dist/esm/config/sources/package-json-source.js.map +1 -1
  183. package/dist/esm/config/types.d.ts +14 -0
  184. package/dist/esm/index.d.ts +2 -2
  185. package/dist/esm/index.js +1 -1
  186. package/dist/esm/index.js.map +1 -1
  187. package/dist/esm/operations/bm-users/index.d.ts +50 -0
  188. package/dist/esm/operations/bm-users/index.js +55 -0
  189. package/dist/esm/operations/bm-users/index.js.map +1 -0
  190. package/dist/esm/operations/bm-users/users.d.ts +189 -0
  191. package/dist/esm/operations/bm-users/users.js +229 -0
  192. package/dist/esm/operations/bm-users/users.js.map +1 -0
  193. package/dist/esm/operations/code/deploy.js +19 -10
  194. package/dist/esm/operations/code/deploy.js.map +1 -1
  195. package/dist/esm/operations/code/download.d.ts +17 -6
  196. package/dist/esm/operations/code/download.js +224 -104
  197. package/dist/esm/operations/code/download.js.map +1 -1
  198. package/dist/esm/operations/code/index.d.ts +3 -1
  199. package/dist/esm/operations/code/index.js +3 -1
  200. package/dist/esm/operations/code/index.js.map +1 -1
  201. package/dist/esm/operations/code/upload-files.d.ts +47 -0
  202. package/dist/esm/operations/code/upload-files.js +116 -0
  203. package/dist/esm/operations/code/upload-files.js.map +1 -0
  204. package/dist/esm/operations/code/watch.js +18 -92
  205. package/dist/esm/operations/code/watch.js.map +1 -1
  206. package/dist/esm/operations/debug/debug-session.js +23 -8
  207. package/dist/esm/operations/debug/debug-session.js.map +1 -1
  208. package/dist/esm/operations/debug/index.d.ts +3 -0
  209. package/dist/esm/operations/debug/index.js +2 -0
  210. package/dist/esm/operations/debug/index.js.map +1 -1
  211. package/dist/esm/operations/debug/projections.d.ts +72 -0
  212. package/dist/esm/operations/debug/projections.js +84 -0
  213. package/dist/esm/operations/debug/projections.js.map +1 -0
  214. package/dist/esm/operations/debug/resolve-path.d.ts +15 -0
  215. package/dist/esm/operations/debug/resolve-path.js +52 -0
  216. package/dist/esm/operations/debug/resolve-path.js.map +1 -0
  217. package/dist/esm/operations/mrt/certificate.d.ts +60 -0
  218. package/dist/esm/operations/mrt/certificate.js +76 -0
  219. package/dist/esm/operations/mrt/certificate.js.map +1 -0
  220. package/dist/esm/operations/mrt/env.d.ts +79 -0
  221. package/dist/esm/operations/mrt/env.js +65 -3
  222. package/dist/esm/operations/mrt/env.js.map +1 -1
  223. package/dist/esm/operations/mrt/index.d.ts +8 -4
  224. package/dist/esm/operations/mrt/index.js +6 -2
  225. package/dist/esm/operations/mrt/index.js.map +1 -1
  226. package/dist/esm/operations/mrt/organization-member.d.ts +68 -0
  227. package/dist/esm/operations/mrt/organization-member.js +88 -0
  228. package/dist/esm/operations/mrt/organization-member.js.map +1 -0
  229. package/dist/esm/operations/mrt/push.d.ts +67 -0
  230. package/dist/esm/operations/mrt/push.js +63 -0
  231. package/dist/esm/operations/mrt/push.js.map +1 -1
  232. package/dist/esm/ux/index.d.ts +1 -0
  233. package/dist/esm/ux/index.js +7 -0
  234. package/dist/esm/ux/index.js.map +1 -0
  235. package/package.json +22 -2
  236. package/specs/mrt-api-v1.json +2192 -48
@@ -20,6 +20,97 @@ export interface paths {
20
20
  patch?: never;
21
21
  trace?: never;
22
22
  };
23
+ "/api/organizations/{organization_slug}/certificates/": {
24
+ parameters: {
25
+ query?: never;
26
+ header?: never;
27
+ path?: never;
28
+ cookie?: never;
29
+ };
30
+ /** @description List certificates for an organization with filtering and search */
31
+ get: operations["organizations_certificates_list"];
32
+ put?: never;
33
+ /** @description Create a new certificate for an organization */
34
+ post: operations["organizations_certificates_create"];
35
+ delete?: never;
36
+ options?: never;
37
+ head?: never;
38
+ patch?: never;
39
+ trace?: never;
40
+ };
41
+ "/api/organizations/{organization_slug}/certificates/{cert_id}/": {
42
+ parameters: {
43
+ query?: never;
44
+ header?: never;
45
+ path?: never;
46
+ cookie?: never;
47
+ };
48
+ /** @description Retrieve a specific certificate for an organization */
49
+ get: operations["organizations_certificates_retrieve"];
50
+ put?: never;
51
+ post?: never;
52
+ /** @description Delete a specific certificate for an organization */
53
+ delete: operations["organizations_certificates_destroy"];
54
+ options?: never;
55
+ head?: never;
56
+ patch?: never;
57
+ trace?: never;
58
+ };
59
+ "/api/organizations/{organization_slug}/certificates/{cert_id}/restart-validation/": {
60
+ parameters: {
61
+ query?: never;
62
+ header?: never;
63
+ path?: never;
64
+ cookie?: never;
65
+ };
66
+ get?: never;
67
+ /** @description Restart validation for a certificate. Creates a new certificate in AWS and updates the existing certificate record. Only works for certificates that are not yet validated. */
68
+ put: operations["organizations_certificates_restart_validation_update"];
69
+ post?: never;
70
+ delete?: never;
71
+ options?: never;
72
+ head?: never;
73
+ /** @description Restart validation for a specific certificate for an organization. */
74
+ patch: operations["organizations_certificates_restart_validation_partial_update"];
75
+ trace?: never;
76
+ };
77
+ "/api/organizations/{organization_slug}/members/": {
78
+ parameters: {
79
+ query?: never;
80
+ header?: never;
81
+ path?: never;
82
+ cookie?: never;
83
+ };
84
+ /** @description List all the members of an organization. */
85
+ get: operations["list_organization_members"];
86
+ put?: never;
87
+ /** @description Add a new member to an organization. */
88
+ post: operations["organizations_members_create"];
89
+ delete?: never;
90
+ options?: never;
91
+ head?: never;
92
+ patch?: never;
93
+ trace?: never;
94
+ };
95
+ "/api/organizations/{organization_slug}/members/{email}/": {
96
+ parameters: {
97
+ query?: never;
98
+ header?: never;
99
+ path?: never;
100
+ cookie?: never;
101
+ };
102
+ /** @description Read data about an organization member's permissions. */
103
+ get: operations["organizations_members_retrieve"];
104
+ put?: never;
105
+ post?: never;
106
+ /** @description Remove a member from an organization. */
107
+ delete: operations["organizations_members_destroy"];
108
+ options?: never;
109
+ head?: never;
110
+ /** @description Update an organization member's permissions. */
111
+ patch: operations["organizations_members_partial_update"];
112
+ trace?: never;
113
+ };
23
114
  "/api/projects/": {
24
115
  parameters: {
25
116
  query?: never;
@@ -108,6 +199,23 @@ export interface paths {
108
199
  patch?: never;
109
200
  trace?: never;
110
201
  };
202
+ "/api/projects/{project_slug}/bundles/{bundle_id}/": {
203
+ parameters: {
204
+ query?: never;
205
+ header?: never;
206
+ path?: never;
207
+ cookie?: never;
208
+ };
209
+ get?: never;
210
+ put?: never;
211
+ post?: never;
212
+ /** @description Request deletion of a bundle. The bundle will be asynchronously deleted. This operation can only be performed by project admins. */
213
+ delete: operations["projects_bundles_destroy"];
214
+ options?: never;
215
+ head?: never;
216
+ patch?: never;
217
+ trace?: never;
218
+ };
111
219
  "/api/projects/{project_slug}/bundles/{bundle_id}/download/": {
112
220
  parameters: {
113
221
  query?: never;
@@ -125,6 +233,23 @@ export interface paths {
125
233
  patch?: never;
126
234
  trace?: never;
127
235
  };
236
+ "/api/projects/{project_slug}/bundles/bulk-delete/": {
237
+ parameters: {
238
+ query?: never;
239
+ header?: never;
240
+ path?: never;
241
+ cookie?: never;
242
+ };
243
+ get?: never;
244
+ put?: never;
245
+ /** @description Request deletion for multiple bundles. Bundles are deleted asynchronously. Only project admins can perform this call. The response indicates which bundles were successfully queued for deletion and which failed validation. */
246
+ post: operations["projects_bundles_bulk_delete_create"];
247
+ delete?: never;
248
+ options?: never;
249
+ head?: never;
250
+ patch?: never;
251
+ trace?: never;
252
+ };
128
253
  "/api/projects/{project_slug}/members/": {
129
254
  parameters: {
130
255
  query?: never;
@@ -272,6 +397,23 @@ export interface paths {
272
397
  patch?: never;
273
398
  trace?: never;
274
399
  };
400
+ "/api/projects/{project_slug}/target/{target_slug}/clone/": {
401
+ parameters: {
402
+ query?: never;
403
+ header?: never;
404
+ path?: never;
405
+ cookie?: never;
406
+ };
407
+ get?: never;
408
+ put?: never;
409
+ /** @description Clone a target from another target in the same project. This creates a new target with the same configuration as the source target, excluding proxies and production flag. Optionally clones redirects and environment variables. The new target will be automatically deployed with the same bundle as the source target's current deployment (if source has a deployed bundle) or with a reset bundle. */
410
+ post: operations["projects_target_clone_create"];
411
+ delete?: never;
412
+ options?: never;
413
+ head?: never;
414
+ patch?: never;
415
+ trace?: never;
416
+ };
275
417
  "/api/projects/{project_slug}/target/{target_slug}/deploy/": {
276
418
  parameters: {
277
419
  query?: never;
@@ -453,7 +595,7 @@ export interface components {
453
595
  * @description Timestamp in the extended ISO 8601 format for when the object was created.
454
596
  */
455
597
  readonly created_at?: string;
456
- readonly publishing_status?: components["schemas"]["PublishingStatusEnum"];
598
+ readonly publishing_status?: components["schemas"]["Status1d2Enum"];
457
599
  readonly publishing_status_description?: string;
458
600
  };
459
601
  APIOrganization: {
@@ -478,6 +620,48 @@ export interface components {
478
620
  readonly has_mobify_tag_project?: boolean;
479
621
  readonly limits?: components["schemas"]["OrganizationLimits"];
480
622
  readonly auto_delete?: components["schemas"]["OrganizationAutoDelete"];
623
+ /** @description Enable SSR architecture selection (x86 or arm64) for this organization */
624
+ readonly can_configure_ssr_architecture?: boolean;
625
+ };
626
+ APIOrganizationMember: {
627
+ /**
628
+ * Email address
629
+ * Format: email
630
+ */
631
+ readonly user?: string;
632
+ readonly email?: string;
633
+ role: components["schemas"]["RoleEnum"];
634
+ readonly first_name?: string;
635
+ readonly last_name?: string;
636
+ readonly can_view_all_projects?: boolean;
637
+ readonly custom_domain_cert_permission?: components["schemas"]["Status1d2Enum"];
638
+ };
639
+ /** @description Serializer for creating organization members. */
640
+ APIOrganizationMemberCreate: {
641
+ /**
642
+ * Email address
643
+ * Format: email
644
+ */
645
+ user: string;
646
+ role: components["schemas"]["RoleEnum"];
647
+ can_view_all_projects?: boolean;
648
+ custom_domain_cert_permission?: components["schemas"]["Status1d2Enum"];
649
+ };
650
+ /**
651
+ * @description Serializer for updating organization role permissions.
652
+ * Allows updating can_view_all_projects and custom_domain_cert_permission.
653
+ */
654
+ APIOrganizationMemberUpdate: {
655
+ /**
656
+ * Email address
657
+ * Format: email
658
+ */
659
+ readonly user?: string;
660
+ readonly role?: components["schemas"]["RoleEnum"];
661
+ readonly first_name?: string;
662
+ readonly last_name?: string;
663
+ can_view_all_projects?: boolean;
664
+ custom_domain_cert_permission?: components["schemas"]["Status1d2Enum"];
481
665
  };
482
666
  APIProjectMember: {
483
667
  /**
@@ -497,7 +681,6 @@ export interface components {
497
681
  /** Format: uri */
498
682
  url?: string;
499
683
  slug?: string;
500
- /** @description User-friendly identifier for this instance. */
501
684
  organization: string;
502
685
  readonly deletion_status?: components["schemas"]["DeletionStatusEnum"];
503
686
  readonly project_type?: components["schemas"]["ProjectTypeEnum"];
@@ -522,6 +705,7 @@ export interface components {
522
705
  upload_bundle?: boolean;
523
706
  edit_environment_variable?: boolean;
524
707
  edit_access_control_header?: boolean;
708
+ edit_data_access_layer_entry?: boolean;
525
709
  };
526
710
  /**
527
711
  * SSR AWS Region
@@ -552,6 +736,13 @@ export interface components {
552
736
  * * `sa-east-1` - South America (Sao Paulo)
553
737
  */
554
738
  ssr_region?: components["schemas"]["SsrRegionEnum"];
739
+ /**
740
+ * @description Default Server-Side Rendering architecture (x86 or arm64) for targets under this project.
741
+ *
742
+ * * `x86` - x86
743
+ * * `arm64` - ARM64
744
+ */
745
+ ssr_architecture?: (components["schemas"]["SsrArchitectureEnum"] | components["schemas"]["NullEnum"]) | null;
555
746
  /**
556
747
  * Format: date-time
557
748
  * @description Timestamp in the extended ISO 8601 format for when the object was created.
@@ -562,6 +753,14 @@ export interface components {
562
753
  * @description Timestamp in the extended ISO 8601 format for when the object was last updated.
563
754
  */
564
755
  readonly updated_at?: string;
756
+ /**
757
+ * @description Source of the project. One of: ecom, core, direct.
758
+ *
759
+ * * `ecom` - ecom
760
+ * * `core` - core
761
+ * * `direct` - direct
762
+ */
763
+ readonly source?: (components["schemas"]["SourceEnum"] | components["schemas"]["NullEnum"]) | null;
565
764
  };
566
765
  APIProjectV2Update: {
567
766
  /** @description User-friendly name for this project */
@@ -594,6 +793,7 @@ export interface components {
594
793
  upload_bundle?: boolean;
595
794
  edit_environment_variable?: boolean;
596
795
  edit_access_control_header?: boolean;
796
+ edit_data_access_layer_entry?: boolean;
597
797
  };
598
798
  /**
599
799
  * SSR AWS Region
@@ -624,6 +824,13 @@ export interface components {
624
824
  * * `sa-east-1` - South America (Sao Paulo)
625
825
  */
626
826
  ssr_region?: components["schemas"]["SsrRegionEnum"];
827
+ /**
828
+ * @description Default Server-Side Rendering architecture (x86 or arm64) for targets under this project.
829
+ *
830
+ * * `x86` - x86
831
+ * * `arm64` - ARM64
832
+ */
833
+ ssr_architecture?: (components["schemas"]["SsrArchitectureEnum"] | components["schemas"]["NullEnum"]) | null;
627
834
  /**
628
835
  * Format: date-time
629
836
  * @description Timestamp in the extended ISO 8601 format for when the object was created.
@@ -634,6 +841,14 @@ export interface components {
634
841
  * @description Timestamp in the extended ISO 8601 format for when the object was last updated.
635
842
  */
636
843
  readonly updated_at?: string;
844
+ /**
845
+ * @description Source of the project. One of: ecom, core, direct.
846
+ *
847
+ * * `ecom` - ecom
848
+ * * `core` - core
849
+ * * `direct` - direct
850
+ */
851
+ readonly source?: (components["schemas"]["SourceEnum"] | components["schemas"]["NullEnum"]) | null;
637
852
  };
638
853
  APIRedirectV2Clone: {
639
854
  from_target_slug: string;
@@ -679,6 +894,35 @@ export interface components {
679
894
  */
680
895
  readonly updated_by?: string;
681
896
  };
897
+ /**
898
+ * @description Serializer for target cloning request.
899
+ * Inherits from APITargetV2BaseSerializer to reuse validation helper methods.
900
+ */
901
+ APITargetV2Clone: {
902
+ /** @description The slug of the target to clone from. */
903
+ from_target_slug: string;
904
+ /** @description Full hostname to be used by the cloned environment. Required when using non-MRT managed certificate. */
905
+ ssr_external_hostname?: string | null;
906
+ /** @description The domain to be used for a Universal PWA SSR deployment (e.g. customer.com). If not provided and hostname is provided, will be extracted from hostname. */
907
+ ssr_external_domain?: string | null;
908
+ /** @description The ID of the certificate to associate with the cloned target's custom domain. Required for custom domains. */
909
+ certificate_id?: number | null;
910
+ /**
911
+ * @description Whether to clone redirects from the source target.
912
+ * @default false
913
+ */
914
+ clone_redirects: boolean;
915
+ /**
916
+ * @description Whether to clone environment variables from the source target.
917
+ * @default false
918
+ */
919
+ clone_environment_variables: boolean;
920
+ /**
921
+ * @description Whether to clone B2C target info from the source target.
922
+ * @default false
923
+ */
924
+ clone_b2c_target_info: boolean;
925
+ };
682
926
  /** @description This is the serializer for target create/list APIs. */
683
927
  APITargetV2Create: {
684
928
  slug?: string;
@@ -700,7 +944,7 @@ export interface components {
700
944
  readonly current_deploy?: {
701
945
  [key: string]: unknown;
702
946
  };
703
- /** @description Full hostname to used by the environment eg. www.customer.com. */
947
+ /** @description Full hostname to be used by the environment eg. www.customer.com. */
704
948
  ssr_external_hostname?: string | null;
705
949
  /** @description The domain to be used for a Universal PWA SSR deployment (e.g. customer.com) */
706
950
  ssr_external_domain?: string | null;
@@ -733,12 +977,21 @@ export interface components {
733
977
  * * `sa-east-1` - South America (Sao Paulo)
734
978
  */
735
979
  ssr_region?: components["schemas"]["SsrRegionEnum"] | components["schemas"]["BlankEnum"];
980
+ /**
981
+ * @description The architecture for the Server-Side Rendering function (x86 or ARM64). If not specified, the ssr_architecture that's set in the project is used.
982
+ *
983
+ * * `x86` - x86
984
+ * * `arm64` - ARM64
985
+ */
986
+ ssr_architecture?: (components["schemas"]["SsrArchitectureEnum"] | components["schemas"]["NullEnum"]) | null;
736
987
  /** @description Optional space-separated list of IP addresses (CIDR blocks) that can access this target. Leave blank to allow all IPs. */
737
988
  ssr_whitelisted_ips?: string | null;
738
989
  ssr_proxy_configs?: {
739
990
  host: string;
740
991
  protocol?: string;
741
992
  }[] | null;
993
+ /** @description The Managed Runtime CDN origin domain name. */
994
+ readonly cdn_domain_name?: string;
742
995
  /**
743
996
  * Production
744
997
  * @description Treat this target as a production environment.
@@ -749,15 +1002,39 @@ export interface components {
749
1002
  /** @description Set true to enable source map support. This will set the NODE_OPTIONS environment variable to "--enable-source-maps" in your MRT environment. */
750
1003
  enable_source_maps?: boolean | null;
751
1004
  /**
752
- * @description The minimum log level emitted for this target.n
753
- * * `TRACE`
754
- * * `DEBUG`
755
- * * `INFO`
756
- * * `WARN`
757
- * * `ERROR`
758
- * * `FATAL`
1005
+ * @description The minimum log level that will be emitted for this target
1006
+ *
1007
+ * * `TRACE` - TRACE
1008
+ * * `DEBUG` - DEBUG
1009
+ * * `INFO` - INFO
1010
+ * * `WARN` - WARN
1011
+ * * `ERROR` - ERROR
1012
+ * * `FATAL` - FATAL
759
1013
  */
760
1014
  log_level?: (components["schemas"]["LogLevelEnum"] | components["schemas"]["NullEnum"]) | null;
1015
+ /** @description The ID of the certificate to associate with this target's custom domain. Must be an integer unique within the organization. */
1016
+ certificate_id?: number | null;
1017
+ /** @description The certificate domain used by this target. For MRT default domains, returns wildcard format (e.g., *.mobify-storefront-staging.com). For custom domains, returns the certificate domain name. */
1018
+ readonly certificate_domain?: string;
1019
+ /**
1020
+ * @description The content delivery network used for content, traffic, and security. A B2C instance must be connected to this environment to select eCDN.
1021
+ *
1022
+ * * `unknown` - unknown
1023
+ * * `mrt_cdn` - mrt_cdn
1024
+ * * `ecdn` - ecdn
1025
+ * * `stacked_cdn` - stacked_cdn
1026
+ */
1027
+ readonly configured_cdn?: (components["schemas"]["ConfiguredCdnEnum"] | components["schemas"]["NullEnum"]) | null;
1028
+ /** @description Add a publicly visible hostname. Enter a subdomain if one is not already provided with your organization’s certified domain. */
1029
+ readonly cdn_public_hostname?: string | null;
1030
+ /**
1031
+ * @description Source of the environment. One of: ecom, core, direct.
1032
+ *
1033
+ * * `ecom` - ecom
1034
+ * * `core` - core
1035
+ * * `direct` - direct
1036
+ */
1037
+ readonly source?: (components["schemas"]["SourceEnum"] | components["schemas"]["NullEnum"]) | null;
761
1038
  };
762
1039
  /** @description This is the serializer for cache invalidation API endpoint. */
763
1040
  APITargetV2CreateInvalidation: {
@@ -796,7 +1073,7 @@ export interface components {
796
1073
  readonly current_deploy?: {
797
1074
  [key: string]: unknown;
798
1075
  };
799
- /** @description Full hostname to used by the environment eg. www.customer.com. */
1076
+ /** @description Full hostname to be used by the environment eg. www.customer.com. */
800
1077
  ssr_external_hostname?: string | null;
801
1078
  /** @description The domain to be used for a Universal PWA SSR deployment (e.g. customer.com) */
802
1079
  ssr_external_domain?: string | null;
@@ -829,12 +1106,21 @@ export interface components {
829
1106
  * * `sa-east-1` - South America (Sao Paulo)
830
1107
  */
831
1108
  ssr_region?: components["schemas"]["SsrRegionEnum"] | components["schemas"]["BlankEnum"];
1109
+ /**
1110
+ * @description The architecture for the Server-Side Rendering function (x86 or ARM64). If not specified, the ssr_architecture that's set in the project is used.
1111
+ *
1112
+ * * `x86` - x86
1113
+ * * `arm64` - ARM64
1114
+ */
1115
+ ssr_architecture?: (components["schemas"]["SsrArchitectureEnum"] | components["schemas"]["NullEnum"]) | null;
832
1116
  /** @description Optional space-separated list of IP addresses (CIDR blocks) that can access this target. Leave blank to allow all IPs. */
833
1117
  ssr_whitelisted_ips?: string | null;
834
1118
  ssr_proxy_configs?: {
835
1119
  host: string;
836
1120
  protocol?: string;
837
1121
  }[] | null;
1122
+ /** @description The Managed Runtime CDN origin domain name. */
1123
+ readonly cdn_domain_name?: string;
838
1124
  /**
839
1125
  * Production
840
1126
  * @description Treat this target as a production environment.
@@ -845,15 +1131,39 @@ export interface components {
845
1131
  /** @description Set true to enable source map support. This will set the NODE_OPTIONS environment variable to "--enable-source-maps" in your MRT environment. */
846
1132
  enable_source_maps?: boolean | null;
847
1133
  /**
848
- * @description The minimum log level emitted for this target.n
849
- * * `TRACE`
850
- * * `DEBUG`
851
- * * `INFO`
852
- * * `WARN`
853
- * * `ERROR`
854
- * * `FATAL`
1134
+ * @description The minimum log level that will be emitted for this target
1135
+ *
1136
+ * * `TRACE` - TRACE
1137
+ * * `DEBUG` - DEBUG
1138
+ * * `INFO` - INFO
1139
+ * * `WARN` - WARN
1140
+ * * `ERROR` - ERROR
1141
+ * * `FATAL` - FATAL
855
1142
  */
856
1143
  log_level?: (components["schemas"]["LogLevelEnum"] | components["schemas"]["NullEnum"]) | null;
1144
+ /** @description The ID of the certificate to associate with this target's custom domain. Must be an integer unique within the organization. Set to null to remove the certificate association. */
1145
+ certificate_id?: number | null;
1146
+ /** @description The certificate domain used by this target. For MRT default domains, returns wildcard format (e.g., *.mobify-storefront-staging.com). For custom domains, returns the certificate domain name. */
1147
+ readonly certificate_domain?: string;
1148
+ /**
1149
+ * @description The content delivery network used for content, traffic, and security. A B2C instance must be connected to this environment to select eCDN.
1150
+ *
1151
+ * * `unknown` - unknown
1152
+ * * `mrt_cdn` - mrt_cdn
1153
+ * * `ecdn` - ecdn
1154
+ * * `stacked_cdn` - stacked_cdn
1155
+ */
1156
+ readonly configured_cdn?: (components["schemas"]["ConfiguredCdnEnum"] | components["schemas"]["NullEnum"]) | null;
1157
+ /** @description Add a publicly visible hostname. Enter a subdomain if one is not already provided with your organization’s certified domain. */
1158
+ readonly cdn_public_hostname?: string | null;
1159
+ /**
1160
+ * @description Source of the environment. One of: ecom, core, direct.
1161
+ *
1162
+ * * `ecom` - ecom
1163
+ * * `core` - core
1164
+ * * `direct` - direct
1165
+ */
1166
+ readonly source?: (components["schemas"]["SourceEnum"] | components["schemas"]["NullEnum"]) | null;
857
1167
  };
858
1168
  APIUserProfile: {
859
1169
  first_name?: string;
@@ -890,6 +1200,21 @@ export interface components {
890
1200
  [key: string]: unknown;
891
1201
  };
892
1202
  };
1203
+ BundleBulkDelete: {
1204
+ bundle_ids: number[];
1205
+ };
1206
+ BundleBulkDeleteFailedRequest: {
1207
+ /** @description The ID of the bundle that failed validation. */
1208
+ bundle_id: number;
1209
+ /** @description Error message that explains why the bundle can't be queued for deletion. */
1210
+ errors: string;
1211
+ };
1212
+ BundleBulkDeleteResponse: {
1213
+ /** @description Bundles that failed validation and couldn't be queued for deletion. */
1214
+ rejected_bundles?: components["schemas"]["BundleBulkDeleteFailedRequest"][];
1215
+ /** @description Bundle IDs for bundles that were queued for deletion. */
1216
+ bundles_queued_for_cleanup?: number[];
1217
+ };
893
1218
  BundleDownload: {
894
1219
  /** Format: uri */
895
1220
  download_url: string;
@@ -916,6 +1241,109 @@ export interface components {
916
1241
  */
917
1242
  readonly updated_at?: string;
918
1243
  };
1244
+ /** @description Base serializer for certificate serializers with common fields and methods. */
1245
+ CertificateBase: {
1246
+ /** @description An ID unique within a business. */
1247
+ readonly id?: number;
1248
+ /**
1249
+ * Certificate domain
1250
+ * @description The domain for the certificate either wildcard (e.g. *.example.com) or single domain (e.g. sub.example.com)
1251
+ */
1252
+ domain_name: string;
1253
+ readonly validation_requested_at?: string;
1254
+ /**
1255
+ * @description Current validation status of the certificate
1256
+ *
1257
+ * * `pending_validation` - Pending Validation
1258
+ * * `validation_succeeded` - Validation Succeeded
1259
+ * * `validation_failed` - Validation Failed
1260
+ */
1261
+ readonly validation_status?: components["schemas"]["ValidationStatusEnum"];
1262
+ readonly validation_record?: string;
1263
+ /**
1264
+ * Certificate Expiry Date
1265
+ * Format: date-time
1266
+ * @description Expiry date of the certificate from ACM.
1267
+ */
1268
+ readonly expires_at?: string | null;
1269
+ /**
1270
+ * @description Current status of certificate renewal.
1271
+ *
1272
+ * * `PENDING_AUTO_RENEWAL` - Pending Auto Renewal
1273
+ * * `FAILED` - Failed
1274
+ */
1275
+ readonly renewal_status?: (components["schemas"]["RenewalStatusEnum"] | components["schemas"]["NullEnum"]) | null;
1276
+ /**
1277
+ * @description Whether the certificate is eligible for renewal.
1278
+ *
1279
+ * * `ELIGIBLE` - Eligible
1280
+ * * `INELIGIBLE` - Ineligible
1281
+ */
1282
+ readonly renewal_eligibility?: (components["schemas"]["RenewalEligibilityEnum"] | components["schemas"]["NullEnum"]) | null;
1283
+ readonly targets?: string;
1284
+ readonly created_by?: string;
1285
+ /**
1286
+ * Format: date-time
1287
+ * @description Timestamp in the extended ISO 8601 format for when the object was created.
1288
+ */
1289
+ readonly created_at?: string;
1290
+ readonly is_mrt_managed?: string;
1291
+ readonly deletion_status?: components["schemas"]["DeletionStatusEnum"];
1292
+ };
1293
+ /** @description Base serializer for certificate serializers with common fields and methods. */
1294
+ CertificateListCreate: {
1295
+ /** @description An ID unique within a business. */
1296
+ readonly id?: number;
1297
+ /** @description The domain for the certificate (e.g. shop.example.com) */
1298
+ domain_name: string;
1299
+ readonly validation_requested_at?: string;
1300
+ /**
1301
+ * @description Current validation status of the certificate
1302
+ *
1303
+ * * `pending_validation` - Pending Validation
1304
+ * * `validation_succeeded` - Validation Succeeded
1305
+ * * `validation_failed` - Validation Failed
1306
+ */
1307
+ readonly validation_status?: components["schemas"]["ValidationStatusEnum"];
1308
+ readonly validation_record?: string;
1309
+ /**
1310
+ * Certificate Expiry Date
1311
+ * Format: date-time
1312
+ * @description Expiry date of the certificate from ACM.
1313
+ */
1314
+ readonly expires_at?: string | null;
1315
+ /**
1316
+ * @description Current status of certificate renewal.
1317
+ *
1318
+ * * `PENDING_AUTO_RENEWAL` - Pending Auto Renewal
1319
+ * * `FAILED` - Failed
1320
+ */
1321
+ readonly renewal_status?: (components["schemas"]["RenewalStatusEnum"] | components["schemas"]["NullEnum"]) | null;
1322
+ /**
1323
+ * @description Whether the certificate is eligible for renewal.
1324
+ *
1325
+ * * `ELIGIBLE` - Eligible
1326
+ * * `INELIGIBLE` - Ineligible
1327
+ */
1328
+ readonly renewal_eligibility?: (components["schemas"]["RenewalEligibilityEnum"] | components["schemas"]["NullEnum"]) | null;
1329
+ readonly targets?: string;
1330
+ readonly created_by?: string;
1331
+ /**
1332
+ * Format: date-time
1333
+ * @description Timestamp in the extended ISO 8601 format for when the object was created.
1334
+ */
1335
+ readonly created_at?: string;
1336
+ readonly is_mrt_managed?: string;
1337
+ readonly deletion_status?: components["schemas"]["DeletionStatusEnum"];
1338
+ };
1339
+ /**
1340
+ * @description * `unknown` - unknown
1341
+ * * `mrt_cdn` - mrt_cdn
1342
+ * * `ecdn` - ecdn
1343
+ * * `stacked_cdn` - stacked_cdn
1344
+ * @enum {string}
1345
+ */
1346
+ ConfiguredCdnEnum: "unknown" | "mrt_cdn" | "ecdn" | "stacked_cdn";
919
1347
  /**
920
1348
  * @description * `ACTIVE` - Active
921
1349
  * * `CLEANUP_REQUESTED` - Cleanup Requested
@@ -1016,7 +1444,6 @@ export interface components {
1016
1444
  */
1017
1445
  EncodingEnum: "base64";
1018
1446
  EnvironmentVariableList: {
1019
- /** @description Name of the Environment Variable. */
1020
1447
  name: string;
1021
1448
  /** @description Value to be encrypted. */
1022
1449
  value: string;
@@ -1040,7 +1467,7 @@ export interface components {
1040
1467
  * Format: email
1041
1468
  */
1042
1469
  readonly updated_by?: string;
1043
- readonly publishing_status?: components["schemas"]["PublishingStatusEnum"];
1470
+ readonly publishing_status?: components["schemas"]["Status1d2Enum"];
1044
1471
  readonly publishing_status_description?: string;
1045
1472
  };
1046
1473
  /**
@@ -1050,7 +1477,12 @@ export interface components {
1050
1477
  */
1051
1478
  HttpStatusCodeEnum: 301 | 302;
1052
1479
  /**
1053
- * @description The minimum log level emitted for a target.
1480
+ * @description * `TRACE` - TRACE
1481
+ * * `DEBUG` - DEBUG
1482
+ * * `INFO` - INFO
1483
+ * * `WARN` - WARN
1484
+ * * `ERROR` - ERROR
1485
+ * * `FATAL` - FATAL
1054
1486
  * @enum {string}
1055
1487
  */
1056
1488
  LogLevelEnum: "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR" | "FATAL";
@@ -1094,6 +1526,21 @@ export interface components {
1094
1526
  previous?: string | null;
1095
1527
  results: components["schemas"]["APIOrganization"][];
1096
1528
  };
1529
+ PaginatedAPIOrganizationMemberList: {
1530
+ /** @example 123 */
1531
+ count: number;
1532
+ /**
1533
+ * Format: uri
1534
+ * @example http://api.example.org/accounts/?offset=400&limit=100
1535
+ */
1536
+ next?: string | null;
1537
+ /**
1538
+ * Format: uri
1539
+ * @example http://api.example.org/accounts/?offset=200&limit=100
1540
+ */
1541
+ previous?: string | null;
1542
+ results: components["schemas"]["APIOrganizationMember"][];
1543
+ };
1097
1544
  PaginatedAPIProjectMemberList: {
1098
1545
  /** @example 123 */
1099
1546
  count: number;
@@ -1169,6 +1616,21 @@ export interface components {
1169
1616
  previous?: string | null;
1170
1617
  results: components["schemas"]["BundleList"][];
1171
1618
  };
1619
+ PaginatedCertificateListCreateList: {
1620
+ /** @example 123 */
1621
+ count: number;
1622
+ /**
1623
+ * Format: uri
1624
+ * @example http://api.example.org/accounts/?offset=400&limit=100
1625
+ */
1626
+ next?: string | null;
1627
+ /**
1628
+ * Format: uri
1629
+ * @example http://api.example.org/accounts/?offset=200&limit=100
1630
+ */
1631
+ previous?: string | null;
1632
+ results: components["schemas"]["CertificateListCreate"][];
1633
+ };
1172
1634
  PaginatedDeployListList: {
1173
1635
  /** @example 123 */
1174
1636
  count: number;
@@ -1214,6 +1676,22 @@ export interface components {
1214
1676
  previous?: string | null;
1215
1677
  results: components["schemas"]["PolymorphicNotification"][];
1216
1678
  };
1679
+ /**
1680
+ * @description Serializer for updating organization role permissions.
1681
+ * Allows updating can_view_all_projects and custom_domain_cert_permission.
1682
+ */
1683
+ PatchedAPIOrganizationMemberUpdate: {
1684
+ /**
1685
+ * Email address
1686
+ * Format: email
1687
+ */
1688
+ readonly user?: string;
1689
+ readonly role?: components["schemas"]["RoleEnum"];
1690
+ readonly first_name?: string;
1691
+ readonly last_name?: string;
1692
+ can_view_all_projects?: boolean;
1693
+ custom_domain_cert_permission?: components["schemas"]["Status1d2Enum"];
1694
+ };
1217
1695
  PatchedAPIProjectMember: {
1218
1696
  /**
1219
1697
  * Email address
@@ -1257,6 +1735,7 @@ export interface components {
1257
1735
  upload_bundle?: boolean;
1258
1736
  edit_environment_variable?: boolean;
1259
1737
  edit_access_control_header?: boolean;
1738
+ edit_data_access_layer_entry?: boolean;
1260
1739
  };
1261
1740
  /**
1262
1741
  * SSR AWS Region
@@ -1288,8 +1767,15 @@ export interface components {
1288
1767
  */
1289
1768
  ssr_region?: components["schemas"]["SsrRegionEnum"];
1290
1769
  /**
1291
- * Format: date-time
1292
- * @description Timestamp in the extended ISO 8601 format for when the object was created.
1770
+ * @description Default Server-Side Rendering architecture (x86 or arm64) for targets under this project.
1771
+ *
1772
+ * * `x86` - x86
1773
+ * * `arm64` - ARM64
1774
+ */
1775
+ ssr_architecture?: (components["schemas"]["SsrArchitectureEnum"] | components["schemas"]["NullEnum"]) | null;
1776
+ /**
1777
+ * Format: date-time
1778
+ * @description Timestamp in the extended ISO 8601 format for when the object was created.
1293
1779
  */
1294
1780
  readonly created_at?: string;
1295
1781
  /**
@@ -1297,6 +1783,14 @@ export interface components {
1297
1783
  * @description Timestamp in the extended ISO 8601 format for when the object was last updated.
1298
1784
  */
1299
1785
  readonly updated_at?: string;
1786
+ /**
1787
+ * @description Source of the project. One of: ecom, core, direct.
1788
+ *
1789
+ * * `ecom` - ecom
1790
+ * * `core` - core
1791
+ * * `direct` - direct
1792
+ */
1793
+ readonly source?: (components["schemas"]["SourceEnum"] | components["schemas"]["NullEnum"]) | null;
1300
1794
  };
1301
1795
  PatchedAPIRedirectV2CreateUpdate: {
1302
1796
  /** @description A relative URL. For example, the `from_path` value `/spring` redirects shoppers from the URL `www.example.com/spring`. An asterisk (`*`) at the end of the `from_path` indicates a wildcard. For example, a redirect from `/a/*` matches `/a/`, `/a/b`, and `/a/b/c`. */
@@ -1360,7 +1854,7 @@ export interface components {
1360
1854
  readonly current_deploy?: {
1361
1855
  [key: string]: unknown;
1362
1856
  };
1363
- /** @description Full hostname to used by the environment eg. www.customer.com. */
1857
+ /** @description Full hostname to be used by the environment eg. www.customer.com. */
1364
1858
  ssr_external_hostname?: string | null;
1365
1859
  /** @description The domain to be used for a Universal PWA SSR deployment (e.g. customer.com) */
1366
1860
  ssr_external_domain?: string | null;
@@ -1393,12 +1887,21 @@ export interface components {
1393
1887
  * * `sa-east-1` - South America (Sao Paulo)
1394
1888
  */
1395
1889
  ssr_region?: components["schemas"]["SsrRegionEnum"] | components["schemas"]["BlankEnum"];
1890
+ /**
1891
+ * @description The architecture for the Server-Side Rendering function (x86 or ARM64). If not specified, the ssr_architecture that's set in the project is used.
1892
+ *
1893
+ * * `x86` - x86
1894
+ * * `arm64` - ARM64
1895
+ */
1896
+ ssr_architecture?: (components["schemas"]["SsrArchitectureEnum"] | components["schemas"]["NullEnum"]) | null;
1396
1897
  /** @description Optional space-separated list of IP addresses (CIDR blocks) that can access this target. Leave blank to allow all IPs. */
1397
1898
  ssr_whitelisted_ips?: string | null;
1398
1899
  ssr_proxy_configs?: {
1399
1900
  host: string;
1400
1901
  protocol?: string;
1401
1902
  }[] | null;
1903
+ /** @description The Managed Runtime CDN origin domain name. */
1904
+ readonly cdn_domain_name?: string;
1402
1905
  /**
1403
1906
  * Production
1404
1907
  * @description Treat this target as a production environment.
@@ -1409,16 +1912,88 @@ export interface components {
1409
1912
  /** @description Set true to enable source map support. This will set the NODE_OPTIONS environment variable to "--enable-source-maps" in your MRT environment. */
1410
1913
  enable_source_maps?: boolean | null;
1411
1914
  /**
1412
- * @description The minimum log level emitted for this target.
1915
+ * @description The minimum log level that will be emitted for this target
1413
1916
  *
1414
- * * `TRACE`
1415
- * * `DEBUG`
1416
- * * `INFO`
1417
- * * `WARN`
1418
- * * `ERROR`
1419
- * * `FATAL`
1917
+ * * `TRACE` - TRACE
1918
+ * * `DEBUG` - DEBUG
1919
+ * * `INFO` - INFO
1920
+ * * `WARN` - WARN
1921
+ * * `ERROR` - ERROR
1922
+ * * `FATAL` - FATAL
1420
1923
  */
1421
1924
  log_level?: (components["schemas"]["LogLevelEnum"] | components["schemas"]["NullEnum"]) | null;
1925
+ /** @description The ID of the certificate to associate with this target's custom domain. Must be an integer unique within the organization. Set to null to remove the certificate association. */
1926
+ certificate_id?: number | null;
1927
+ /** @description The certificate domain used by this target. For MRT default domains, returns wildcard format (e.g., *.mobify-storefront-staging.com). For custom domains, returns the certificate domain name. */
1928
+ readonly certificate_domain?: string;
1929
+ /**
1930
+ * @description The content delivery network used for content, traffic, and security. A B2C instance must be connected to this environment to select eCDN.
1931
+ *
1932
+ * * `unknown` - unknown
1933
+ * * `mrt_cdn` - mrt_cdn
1934
+ * * `ecdn` - ecdn
1935
+ * * `stacked_cdn` - stacked_cdn
1936
+ */
1937
+ readonly configured_cdn?: (components["schemas"]["ConfiguredCdnEnum"] | components["schemas"]["NullEnum"]) | null;
1938
+ /** @description Add a publicly visible hostname. Enter a subdomain if one is not already provided with your organization’s certified domain. */
1939
+ readonly cdn_public_hostname?: string | null;
1940
+ /**
1941
+ * @description Source of the environment. One of: ecom, core, direct.
1942
+ *
1943
+ * * `ecom` - ecom
1944
+ * * `core` - core
1945
+ * * `direct` - direct
1946
+ */
1947
+ readonly source?: (components["schemas"]["SourceEnum"] | components["schemas"]["NullEnum"]) | null;
1948
+ };
1949
+ /** @description Base serializer for certificate serializers with common fields and methods. */
1950
+ PatchedCertificateBase: {
1951
+ /** @description An ID unique within a business. */
1952
+ readonly id?: number;
1953
+ /**
1954
+ * Certificate domain
1955
+ * @description The domain for the certificate either wildcard (e.g. *.example.com) or single domain (e.g. sub.example.com)
1956
+ */
1957
+ domain_name?: string;
1958
+ readonly validation_requested_at?: string;
1959
+ /**
1960
+ * @description Current validation status of the certificate
1961
+ *
1962
+ * * `pending_validation` - Pending Validation
1963
+ * * `validation_succeeded` - Validation Succeeded
1964
+ * * `validation_failed` - Validation Failed
1965
+ */
1966
+ readonly validation_status?: components["schemas"]["ValidationStatusEnum"];
1967
+ readonly validation_record?: string;
1968
+ /**
1969
+ * Certificate Expiry Date
1970
+ * Format: date-time
1971
+ * @description Expiry date of the certificate from ACM.
1972
+ */
1973
+ readonly expires_at?: string | null;
1974
+ /**
1975
+ * @description Current status of certificate renewal.
1976
+ *
1977
+ * * `PENDING_AUTO_RENEWAL` - Pending Auto Renewal
1978
+ * * `FAILED` - Failed
1979
+ */
1980
+ readonly renewal_status?: (components["schemas"]["RenewalStatusEnum"] | components["schemas"]["NullEnum"]) | null;
1981
+ /**
1982
+ * @description Whether the certificate is eligible for renewal.
1983
+ *
1984
+ * * `ELIGIBLE` - Eligible
1985
+ * * `INELIGIBLE` - Ineligible
1986
+ */
1987
+ readonly renewal_eligibility?: (components["schemas"]["RenewalEligibilityEnum"] | components["schemas"]["NullEnum"]) | null;
1988
+ readonly targets?: string;
1989
+ readonly created_by?: string;
1990
+ /**
1991
+ * Format: date-time
1992
+ * @description Timestamp in the extended ISO 8601 format for when the object was created.
1993
+ */
1994
+ readonly created_at?: string;
1995
+ readonly is_mrt_managed?: string;
1996
+ readonly deletion_status?: components["schemas"]["DeletionStatusEnum"];
1422
1997
  };
1423
1998
  PatchedEmailNotification: {
1424
1999
  /** Format: uuid */
@@ -1458,8 +2033,10 @@ export interface components {
1458
2033
  };
1459
2034
  PatchedPolymorphicNotification: components["schemas"]["PatchedEmailNotificationTyped"];
1460
2035
  PatchedUserEmailPreferences: {
1461
- /** @description The user's email notification preferences for Node.js runtime's deprecation and retirement. */
2036
+ /** @description Receive email notifications about Node.js runtime deprecations */
1462
2037
  node_deprecation_notifications?: boolean;
2038
+ /** @description Receive email notifications about custom domain certificate changes */
2039
+ custom_domain_certificate_notifications?: boolean;
1463
2040
  /**
1464
2041
  * Format: date-time
1465
2042
  * @description Timestamp in the extended ISO 8601 format for when the object was created.
@@ -1482,16 +2059,40 @@ export interface components {
1482
2059
  */
1483
2060
  ProjectTypeEnum: "MOBIFY_STUDIO" | "MOBIFYJS_CLIENT" | "MOBIFY_ADAPTIVEJS" | "MOBIFY_TAG_BASED_PWA" | "SSR";
1484
2061
  /**
1485
- * @description * `0` - Pending
1486
- * * `1` - Completed
1487
- * * `2` - Failed
1488
- * @enum {integer}
2062
+ * @description * `ELIGIBLE` - Eligible
2063
+ * * `INELIGIBLE` - Ineligible
2064
+ * @enum {string}
2065
+ */
2066
+ RenewalEligibilityEnum: "ELIGIBLE" | "INELIGIBLE";
2067
+ /**
2068
+ * @description * `PENDING_AUTO_RENEWAL` - Pending Auto Renewal
2069
+ * * `FAILED` - Failed
2070
+ * @enum {string}
1489
2071
  */
1490
- PublishingStatusEnum: 0 | 1 | 2;
2072
+ RenewalStatusEnum: "PENDING_AUTO_RENEWAL" | "FAILED";
1491
2073
  ResourceLimit: {
1492
2074
  limit: number;
1493
2075
  used: number;
1494
2076
  };
2077
+ /**
2078
+ * @description * `0` - Owner
2079
+ * * `1` - Member
2080
+ * @enum {integer}
2081
+ */
2082
+ RoleEnum: 0 | 1;
2083
+ /**
2084
+ * @description * `ecom` - ecom
2085
+ * * `core` - core
2086
+ * * `direct` - direct
2087
+ * @enum {string}
2088
+ */
2089
+ SourceEnum: "ecom" | "core" | "direct";
2090
+ /**
2091
+ * @description * `x86` - x86
2092
+ * * `arm64` - ARM64
2093
+ * @enum {string}
2094
+ */
2095
+ SsrArchitectureEnum: "x86" | "arm64";
1495
2096
  /**
1496
2097
  * @description * `us-east-1` - US East (N. Virginia)
1497
2098
  * * `us-east-2` - US East (Ohio)
@@ -1529,15 +2130,17 @@ export interface components {
1529
2130
  */
1530
2131
  StateEnum: "CREATE_IN_PROGRESS" | "PUBLISH_IN_PROGRESS" | "ACTIVE" | "CREATE_FAILED" | "PUBLISH_FAILED";
1531
2132
  /**
1532
- * @description * `0` - ok
1533
- * * `1` - broken
1534
- * * `2` - preparing
2133
+ * @description * `0` - Pending
2134
+ * * `1` - Completed
2135
+ * * `2` - Failed
1535
2136
  * @enum {integer}
1536
2137
  */
1537
2138
  Status1d2Enum: 0 | 1 | 2;
1538
2139
  UserEmailPreferences: {
1539
- /** @description The user's email notification preferences for Node.js runtime's deprecation and retirement. */
2140
+ /** @description Receive email notifications about Node.js runtime deprecations */
1540
2141
  node_deprecation_notifications?: boolean;
2142
+ /** @description Receive email notifications about custom domain certificate changes */
2143
+ custom_domain_certificate_notifications?: boolean;
1541
2144
  /**
1542
2145
  * Format: date-time
1543
2146
  * @description Timestamp in the extended ISO 8601 format for when the object was created.
@@ -1549,6 +2152,13 @@ export interface components {
1549
2152
  */
1550
2153
  readonly updated_at?: string;
1551
2154
  };
2155
+ /**
2156
+ * @description * `pending_validation` - Pending Validation
2157
+ * * `validation_succeeded` - Validation Succeeded
2158
+ * * `validation_failed` - Validation Failed
2159
+ * @enum {string}
2160
+ */
2161
+ ValidationStatusEnum: "pending_validation" | "validation_succeeded" | "validation_failed";
1552
2162
  };
1553
2163
  responses: never;
1554
2164
  parameters: never;
@@ -1582,6 +2192,316 @@ export interface operations {
1582
2192
  };
1583
2193
  };
1584
2194
  };
2195
+ organizations_certificates_list: {
2196
+ parameters: {
2197
+ query?: {
2198
+ /** @description If true, returns only custom domain certificates created by the customer. */
2199
+ custom_only?: boolean;
2200
+ /** @description Number of results to return per page. */
2201
+ limit?: number;
2202
+ /** @description The initial index from which to return the results. */
2203
+ offset?: number;
2204
+ /** @description Which field to use when ordering the results. */
2205
+ ordering?: string;
2206
+ /** @description A search term. */
2207
+ search?: string;
2208
+ };
2209
+ header?: never;
2210
+ path: {
2211
+ /** @description The organization identifier. */
2212
+ organization_slug: string;
2213
+ };
2214
+ cookie?: never;
2215
+ };
2216
+ requestBody?: never;
2217
+ responses: {
2218
+ 200: {
2219
+ headers: {
2220
+ [name: string]: unknown;
2221
+ };
2222
+ content: {
2223
+ "application/json": components["schemas"]["PaginatedCertificateListCreateList"];
2224
+ };
2225
+ };
2226
+ };
2227
+ };
2228
+ organizations_certificates_create: {
2229
+ parameters: {
2230
+ query?: never;
2231
+ header?: never;
2232
+ path: {
2233
+ /** @description The organization identifier. */
2234
+ organization_slug: string;
2235
+ };
2236
+ cookie?: never;
2237
+ };
2238
+ requestBody: {
2239
+ content: {
2240
+ "application/json": components["schemas"]["CertificateListCreate"];
2241
+ "application/x-www-form-urlencoded": components["schemas"]["CertificateListCreate"];
2242
+ "multipart/form-data": components["schemas"]["CertificateListCreate"];
2243
+ };
2244
+ };
2245
+ responses: {
2246
+ 201: {
2247
+ headers: {
2248
+ [name: string]: unknown;
2249
+ };
2250
+ content: {
2251
+ "application/json": components["schemas"]["CertificateListCreate"];
2252
+ };
2253
+ };
2254
+ };
2255
+ };
2256
+ organizations_certificates_retrieve: {
2257
+ parameters: {
2258
+ query?: never;
2259
+ header?: never;
2260
+ path: {
2261
+ /** @description The certificate's id */
2262
+ cert_id: string;
2263
+ /** @description The organization identifier. */
2264
+ organization_slug: string;
2265
+ };
2266
+ cookie?: never;
2267
+ };
2268
+ requestBody?: never;
2269
+ responses: {
2270
+ 200: {
2271
+ headers: {
2272
+ [name: string]: unknown;
2273
+ };
2274
+ content: {
2275
+ "application/json": components["schemas"]["CertificateBase"];
2276
+ };
2277
+ };
2278
+ };
2279
+ };
2280
+ organizations_certificates_destroy: {
2281
+ parameters: {
2282
+ query?: never;
2283
+ header?: never;
2284
+ path: {
2285
+ /** @description The certificate's id */
2286
+ cert_id: string;
2287
+ /** @description The organization identifier. */
2288
+ organization_slug: string;
2289
+ };
2290
+ cookie?: never;
2291
+ };
2292
+ requestBody?: never;
2293
+ responses: {
2294
+ /** @description No response body */
2295
+ 204: {
2296
+ headers: {
2297
+ [name: string]: unknown;
2298
+ };
2299
+ content?: never;
2300
+ };
2301
+ };
2302
+ };
2303
+ organizations_certificates_restart_validation_update: {
2304
+ parameters: {
2305
+ query?: never;
2306
+ header?: never;
2307
+ path: {
2308
+ /** @description Certificate ID */
2309
+ cert_id: string;
2310
+ /** @description The organization identifier. */
2311
+ organization_slug: string;
2312
+ };
2313
+ cookie?: never;
2314
+ };
2315
+ requestBody: {
2316
+ content: {
2317
+ "application/json": components["schemas"]["CertificateBase"];
2318
+ "application/x-www-form-urlencoded": components["schemas"]["CertificateBase"];
2319
+ "multipart/form-data": components["schemas"]["CertificateBase"];
2320
+ };
2321
+ };
2322
+ responses: {
2323
+ /** @description Certificate validation restarted successfully */
2324
+ 200: {
2325
+ headers: {
2326
+ [name: string]: unknown;
2327
+ };
2328
+ content: {
2329
+ "application/json": components["schemas"]["CertificateBase"];
2330
+ };
2331
+ };
2332
+ /** @description Certificate is already validated or cannot be restarted */
2333
+ 400: {
2334
+ headers: {
2335
+ [name: string]: unknown;
2336
+ };
2337
+ content?: never;
2338
+ };
2339
+ };
2340
+ };
2341
+ organizations_certificates_restart_validation_partial_update: {
2342
+ parameters: {
2343
+ query?: never;
2344
+ header?: never;
2345
+ path: {
2346
+ cert_id: string;
2347
+ organization_slug: string;
2348
+ };
2349
+ cookie?: never;
2350
+ };
2351
+ requestBody?: {
2352
+ content: {
2353
+ "application/json": components["schemas"]["PatchedCertificateBase"];
2354
+ "application/x-www-form-urlencoded": components["schemas"]["PatchedCertificateBase"];
2355
+ "multipart/form-data": components["schemas"]["PatchedCertificateBase"];
2356
+ };
2357
+ };
2358
+ responses: {
2359
+ 200: {
2360
+ headers: {
2361
+ [name: string]: unknown;
2362
+ };
2363
+ content: {
2364
+ "application/json": components["schemas"]["CertificateBase"];
2365
+ };
2366
+ };
2367
+ };
2368
+ };
2369
+ list_organization_members: {
2370
+ parameters: {
2371
+ query?: {
2372
+ /** @description Number of results to return per page. */
2373
+ limit?: number;
2374
+ /** @description The initial index from which to return the results. */
2375
+ offset?: number;
2376
+ /** @description Which field to use when ordering the results. */
2377
+ ordering?: string;
2378
+ /** @description A search term. */
2379
+ search?: string;
2380
+ };
2381
+ header?: never;
2382
+ path: {
2383
+ /** @description The organization identifier. */
2384
+ organization_slug: string;
2385
+ };
2386
+ cookie?: never;
2387
+ };
2388
+ requestBody?: never;
2389
+ responses: {
2390
+ 200: {
2391
+ headers: {
2392
+ [name: string]: unknown;
2393
+ };
2394
+ content: {
2395
+ "application/json": components["schemas"]["PaginatedAPIOrganizationMemberList"];
2396
+ };
2397
+ };
2398
+ };
2399
+ };
2400
+ organizations_members_create: {
2401
+ parameters: {
2402
+ query?: never;
2403
+ header?: never;
2404
+ path: {
2405
+ /** @description The organization identifier. */
2406
+ organization_slug: string;
2407
+ };
2408
+ cookie?: never;
2409
+ };
2410
+ requestBody: {
2411
+ content: {
2412
+ "application/json": components["schemas"]["APIOrganizationMemberCreate"];
2413
+ "application/x-www-form-urlencoded": components["schemas"]["APIOrganizationMemberCreate"];
2414
+ "multipart/form-data": components["schemas"]["APIOrganizationMemberCreate"];
2415
+ };
2416
+ };
2417
+ responses: {
2418
+ 201: {
2419
+ headers: {
2420
+ [name: string]: unknown;
2421
+ };
2422
+ content: {
2423
+ "application/json": components["schemas"]["APIOrganizationMemberCreate"];
2424
+ };
2425
+ };
2426
+ };
2427
+ };
2428
+ organizations_members_retrieve: {
2429
+ parameters: {
2430
+ query?: never;
2431
+ header?: never;
2432
+ path: {
2433
+ /** @description The email address of the organization member. */
2434
+ email: string;
2435
+ /** @description The organization identifier. */
2436
+ organization_slug: string;
2437
+ };
2438
+ cookie?: never;
2439
+ };
2440
+ requestBody?: never;
2441
+ responses: {
2442
+ 200: {
2443
+ headers: {
2444
+ [name: string]: unknown;
2445
+ };
2446
+ content: {
2447
+ "application/json": components["schemas"]["APIOrganizationMember"];
2448
+ };
2449
+ };
2450
+ };
2451
+ };
2452
+ organizations_members_destroy: {
2453
+ parameters: {
2454
+ query?: never;
2455
+ header?: never;
2456
+ path: {
2457
+ /** @description The email address of the organization member. */
2458
+ email: string;
2459
+ /** @description The organization identifier. */
2460
+ organization_slug: string;
2461
+ };
2462
+ cookie?: never;
2463
+ };
2464
+ requestBody?: never;
2465
+ responses: {
2466
+ /** @description No response body */
2467
+ 204: {
2468
+ headers: {
2469
+ [name: string]: unknown;
2470
+ };
2471
+ content?: never;
2472
+ };
2473
+ };
2474
+ };
2475
+ organizations_members_partial_update: {
2476
+ parameters: {
2477
+ query?: never;
2478
+ header?: never;
2479
+ path: {
2480
+ /** @description The email address of the organization member. */
2481
+ email: string;
2482
+ /** @description The organization identifier. */
2483
+ organization_slug: string;
2484
+ };
2485
+ cookie?: never;
2486
+ };
2487
+ requestBody?: {
2488
+ content: {
2489
+ "application/json": components["schemas"]["PatchedAPIOrganizationMemberUpdate"];
2490
+ "application/x-www-form-urlencoded": components["schemas"]["PatchedAPIOrganizationMemberUpdate"];
2491
+ "multipart/form-data": components["schemas"]["PatchedAPIOrganizationMemberUpdate"];
2492
+ };
2493
+ };
2494
+ responses: {
2495
+ 200: {
2496
+ headers: {
2497
+ [name: string]: unknown;
2498
+ };
2499
+ content: {
2500
+ "application/json": components["schemas"]["APIOrganizationMemberUpdate"];
2501
+ };
2502
+ };
2503
+ };
2504
+ };
1585
2505
  projects_list: {
1586
2506
  parameters: {
1587
2507
  query?: {
@@ -1773,6 +2693,8 @@ export interface operations {
1773
2693
  limit?: number;
1774
2694
  /** @description The initial index from which to return the results. */
1775
2695
  offset?: number;
2696
+ /** @description Which field to use when ordering the results. */
2697
+ ordering?: string;
1776
2698
  /** @description A search term. */
1777
2699
  search?: string;
1778
2700
  };
@@ -1795,6 +2717,50 @@ export interface operations {
1795
2717
  };
1796
2718
  };
1797
2719
  };
2720
+ projects_bundles_destroy: {
2721
+ parameters: {
2722
+ query?: never;
2723
+ header?: never;
2724
+ path: {
2725
+ /** @description The bundle's id */
2726
+ bundle_id: string;
2727
+ /** @description The project identifier. */
2728
+ project_slug: string;
2729
+ };
2730
+ cookie?: never;
2731
+ };
2732
+ requestBody?: never;
2733
+ responses: {
2734
+ /** @description Bundle deletion request accepted. The bundle will be asynchronously deleted. */
2735
+ 202: {
2736
+ headers: {
2737
+ [name: string]: unknown;
2738
+ };
2739
+ content?: never;
2740
+ };
2741
+ /** @description Bundle deployed to one or more target, cannot delete. */
2742
+ 403: {
2743
+ headers: {
2744
+ [name: string]: unknown;
2745
+ };
2746
+ content?: never;
2747
+ };
2748
+ /** @description Bundle not found. */
2749
+ 404: {
2750
+ headers: {
2751
+ [name: string]: unknown;
2752
+ };
2753
+ content?: never;
2754
+ };
2755
+ /** @description Bundle cannot be deleted (in progress, in failed state). */
2756
+ 409: {
2757
+ headers: {
2758
+ [name: string]: unknown;
2759
+ };
2760
+ content?: never;
2761
+ };
2762
+ };
2763
+ };
1798
2764
  projects_bundles_download_retrieve: {
1799
2765
  parameters: {
1800
2766
  query?: never;
@@ -1819,6 +2785,42 @@ export interface operations {
1819
2785
  };
1820
2786
  };
1821
2787
  };
2788
+ projects_bundles_bulk_delete_create: {
2789
+ parameters: {
2790
+ query?: never;
2791
+ header?: never;
2792
+ path: {
2793
+ /** @description The project identifier. */
2794
+ project_slug: string;
2795
+ };
2796
+ cookie?: never;
2797
+ };
2798
+ requestBody: {
2799
+ content: {
2800
+ "application/json": components["schemas"]["BundleBulkDelete"];
2801
+ "application/x-www-form-urlencoded": components["schemas"]["BundleBulkDelete"];
2802
+ "multipart/form-data": components["schemas"]["BundleBulkDelete"];
2803
+ };
2804
+ };
2805
+ responses: {
2806
+ /** @description Bundle deletion was requested. Check the response body for details about the bundles that were queued and that failed deletion. */
2807
+ 202: {
2808
+ headers: {
2809
+ [name: string]: unknown;
2810
+ };
2811
+ content: {
2812
+ "application/json": components["schemas"]["BundleBulkDeleteResponse"];
2813
+ };
2814
+ };
2815
+ /** @description An unexpected error occurred during the bulk delete operation. The operation has been rolled back and no bundles were deleted. */
2816
+ 500: {
2817
+ headers: {
2818
+ [name: string]: unknown;
2819
+ };
2820
+ content?: never;
2821
+ };
2822
+ };
2823
+ };
1822
2824
  projects_members_list: {
1823
2825
  parameters: {
1824
2826
  query?: {
@@ -2352,6 +3354,36 @@ export interface operations {
2352
3354
  };
2353
3355
  };
2354
3356
  };
3357
+ projects_target_clone_create: {
3358
+ parameters: {
3359
+ query?: never;
3360
+ header?: never;
3361
+ path: {
3362
+ /** @description The project identifier. */
3363
+ project_slug: string;
3364
+ /** @description The target identifier. */
3365
+ target_slug: string;
3366
+ };
3367
+ cookie?: never;
3368
+ };
3369
+ requestBody: {
3370
+ content: {
3371
+ "application/json": components["schemas"]["APITargetV2Clone"];
3372
+ "application/x-www-form-urlencoded": components["schemas"]["APITargetV2Clone"];
3373
+ "multipart/form-data": components["schemas"]["APITargetV2Clone"];
3374
+ };
3375
+ };
3376
+ responses: {
3377
+ 201: {
3378
+ headers: {
3379
+ [name: string]: unknown;
3380
+ };
3381
+ content: {
3382
+ "application/json": components["schemas"]["APITargetV2Clone"];
3383
+ };
3384
+ };
3385
+ };
3386
+ };
2355
3387
  projects_target_deploy_list: {
2356
3388
  parameters: {
2357
3389
  query?: {