webflow-api 2.1.1 → 2.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 (331) hide show
  1. package/Client.d.ts +3 -3
  2. package/Client.js +6 -6
  3. package/api/resources/accessGroups/client/Client.js +1 -1
  4. package/api/resources/assets/client/Client.d.ts +1 -1
  5. package/api/resources/assets/client/Client.js +9 -9
  6. package/api/resources/assets/client/requests/AssetsUpdateRequest.d.ts +1 -1
  7. package/api/resources/collections/client/Client.js +5 -5
  8. package/api/resources/collections/resources/fields/client/Client.js +2 -2
  9. package/api/resources/collections/resources/items/client/Client.d.ts +51 -22
  10. package/api/resources/collections/resources/items/client/Client.js +119 -33
  11. package/api/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +34 -0
  12. package/api/resources/collections/resources/items/client/requests/index.d.ts +1 -0
  13. package/api/resources/collections/resources/items/types/BulkCollectionItemFieldData.d.ts +9 -0
  14. package/api/resources/collections/resources/items/types/index.d.ts +1 -0
  15. package/api/resources/collections/resources/items/types/index.js +1 -0
  16. package/api/resources/ecommerce/client/Client.js +1 -1
  17. package/api/resources/forms/client/Client.js +5 -5
  18. package/api/resources/index.d.ts +2 -2
  19. package/api/resources/index.js +3 -3
  20. package/api/resources/inventory/client/Client.js +2 -2
  21. package/api/resources/orders/client/Client.js +6 -6
  22. package/api/resources/orders/client/requests/OrdersListRequest.d.ts +1 -2
  23. package/api/resources/orders/types/index.d.ts +0 -1
  24. package/api/resources/orders/types/index.js +0 -1
  25. package/api/resources/pages/client/Client.js +5 -5
  26. package/api/resources/pages/resources/scripts/client/Client.d.ts +3 -3
  27. package/api/resources/pages/resources/scripts/client/Client.js +6 -6
  28. package/api/resources/products/client/Client.d.ts +2 -2
  29. package/api/resources/products/client/Client.js +8 -8
  30. package/api/resources/products/client/requests/ProductsUpdateRequest.d.ts +2 -2
  31. package/api/resources/scripts/client/Client.d.ts +3 -3
  32. package/api/resources/scripts/client/Client.js +6 -6
  33. package/api/resources/sites/client/Client.d.ts +2 -2
  34. package/api/resources/sites/client/Client.js +6 -6
  35. package/api/resources/sites/resources/activityLogs/client/Client.js +1 -1
  36. package/api/resources/sites/resources/scripts/client/Client.d.ts +4 -4
  37. package/api/resources/sites/resources/scripts/client/Client.js +8 -8
  38. package/api/resources/token/client/Client.d.ts +1 -1
  39. package/api/resources/token/client/Client.js +3 -3
  40. package/api/resources/users/client/Client.js +5 -5
  41. package/api/resources/webhooks/client/Client.d.ts +3 -3
  42. package/api/resources/webhooks/client/Client.js +7 -7
  43. package/api/types/Application.d.ts +1 -10
  44. package/api/types/Authorization.d.ts +1 -1
  45. package/api/types/CustomCodeBlock.d.ts +1 -1
  46. package/{dist/api/types/Assets.d.ts → api/types/Domains.d.ts} +2 -2
  47. package/api/types/DuplicateUserEmail.d.ts +2 -1
  48. package/{dist/api/types/Sites.d.ts → api/types/Scripts.d.ts} +1 -3
  49. package/api/types/UserLimitReached.d.ts +2 -1
  50. package/api/types/UsersNotEnabled.d.ts +2 -1
  51. package/api/types/index.d.ts +56 -74
  52. package/api/types/index.js +56 -74
  53. package/dist/Client.d.ts +3 -3
  54. package/dist/Client.js +6 -6
  55. package/dist/api/resources/accessGroups/client/Client.js +1 -1
  56. package/dist/api/resources/assets/client/Client.d.ts +1 -1
  57. package/dist/api/resources/assets/client/Client.js +9 -9
  58. package/dist/api/resources/assets/client/requests/AssetsUpdateRequest.d.ts +1 -1
  59. package/dist/api/resources/collections/client/Client.js +5 -5
  60. package/dist/api/resources/collections/resources/fields/client/Client.js +2 -2
  61. package/dist/api/resources/collections/resources/items/client/Client.d.ts +51 -22
  62. package/dist/api/resources/collections/resources/items/client/Client.js +119 -33
  63. package/dist/api/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +34 -0
  64. package/dist/api/resources/collections/resources/items/client/requests/index.d.ts +1 -0
  65. package/dist/api/resources/collections/resources/items/types/BulkCollectionItemFieldData.d.ts +9 -0
  66. package/dist/api/resources/collections/resources/items/types/index.d.ts +1 -0
  67. package/dist/api/resources/collections/resources/items/types/index.js +1 -0
  68. package/dist/api/resources/ecommerce/client/Client.js +1 -1
  69. package/dist/api/resources/forms/client/Client.js +5 -5
  70. package/dist/api/resources/index.d.ts +2 -2
  71. package/dist/api/resources/index.js +3 -3
  72. package/dist/api/resources/inventory/client/Client.js +2 -2
  73. package/dist/api/resources/orders/client/Client.js +6 -6
  74. package/dist/api/resources/orders/client/requests/OrdersListRequest.d.ts +1 -2
  75. package/dist/api/resources/orders/types/index.d.ts +0 -1
  76. package/dist/api/resources/orders/types/index.js +0 -1
  77. package/dist/api/resources/pages/client/Client.js +5 -5
  78. package/dist/api/resources/pages/resources/scripts/client/Client.d.ts +3 -3
  79. package/dist/api/resources/pages/resources/scripts/client/Client.js +6 -6
  80. package/dist/api/resources/products/client/Client.d.ts +2 -2
  81. package/dist/api/resources/products/client/Client.js +8 -8
  82. package/dist/api/resources/products/client/requests/ProductsUpdateRequest.d.ts +2 -2
  83. package/dist/api/resources/scripts/client/Client.d.ts +3 -3
  84. package/dist/api/resources/scripts/client/Client.js +6 -6
  85. package/dist/api/resources/sites/client/Client.d.ts +2 -2
  86. package/dist/api/resources/sites/client/Client.js +6 -6
  87. package/dist/api/resources/sites/resources/activityLogs/client/Client.js +1 -1
  88. package/dist/api/resources/sites/resources/scripts/client/Client.d.ts +4 -4
  89. package/dist/api/resources/sites/resources/scripts/client/Client.js +8 -8
  90. package/dist/api/resources/token/client/Client.d.ts +1 -1
  91. package/dist/api/resources/token/client/Client.js +3 -3
  92. package/dist/api/resources/users/client/Client.js +5 -5
  93. package/dist/api/resources/webhooks/client/Client.d.ts +3 -3
  94. package/dist/api/resources/webhooks/client/Client.js +7 -7
  95. package/dist/api/types/Application.d.ts +1 -10
  96. package/dist/api/types/Authorization.d.ts +1 -1
  97. package/dist/api/types/CustomCodeBlock.d.ts +1 -1
  98. package/{api/types/Assets.d.ts → dist/api/types/Domains.d.ts} +2 -2
  99. package/dist/api/types/DuplicateUserEmail.d.ts +2 -1
  100. package/{api/types/Sites.d.ts → dist/api/types/Scripts.d.ts} +1 -3
  101. package/dist/api/types/UserLimitReached.d.ts +2 -1
  102. package/dist/api/types/UsersNotEnabled.d.ts +2 -1
  103. package/dist/api/types/index.d.ts +56 -74
  104. package/dist/api/types/index.js +56 -74
  105. package/dist/serialization/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +19 -0
  106. package/dist/serialization/{types/UserWebhookPayload.js → resources/collections/resources/items/client/requests/BulkCollectionItem.js} +13 -5
  107. package/dist/serialization/resources/collections/resources/items/client/requests/index.d.ts +1 -0
  108. package/dist/serialization/resources/collections/resources/items/client/requests/index.js +3 -1
  109. package/dist/serialization/resources/collections/resources/items/types/BulkCollectionItemFieldData.d.ts +13 -0
  110. package/dist/serialization/{types/PublishedSite.js → resources/collections/resources/items/types/BulkCollectionItemFieldData.js} +5 -4
  111. package/dist/serialization/resources/collections/resources/items/types/index.d.ts +1 -0
  112. package/dist/serialization/resources/collections/resources/items/types/index.js +1 -0
  113. package/dist/serialization/resources/index.d.ts +2 -2
  114. package/dist/serialization/resources/index.js +3 -3
  115. package/dist/serialization/resources/orders/types/index.d.ts +0 -1
  116. package/dist/serialization/resources/orders/types/index.js +0 -1
  117. package/dist/serialization/resources/webhooks/client/index.d.ts +0 -1
  118. package/dist/serialization/resources/webhooks/client/index.js +0 -14
  119. package/dist/serialization/types/AccessGroup.d.ts +1 -1
  120. package/dist/serialization/types/AccessGroup.js +1 -1
  121. package/dist/serialization/types/Application.d.ts +2 -7
  122. package/dist/serialization/types/Application.js +1 -6
  123. package/dist/serialization/types/Authorization.d.ts +1 -1
  124. package/dist/serialization/types/Authorization.js +1 -1
  125. package/dist/serialization/types/CustomCodeBlock.d.ts +1 -1
  126. package/dist/serialization/types/CustomCodeBlock.js +1 -3
  127. package/dist/serialization/types/{Assets.d.ts → Domains.d.ts} +3 -3
  128. package/{serialization/types/Assets.js → dist/serialization/types/Domains.js} +4 -4
  129. package/dist/serialization/types/DuplicateUserEmail.d.ts +1 -1
  130. package/dist/serialization/types/DuplicateUserEmail.js +1 -1
  131. package/{serialization/types/Fields.d.ts → dist/serialization/types/Scripts.d.ts} +3 -3
  132. package/dist/serialization/types/{Fields.js → Scripts.js} +2 -2
  133. package/dist/serialization/types/UserLimitReached.d.ts +1 -1
  134. package/dist/serialization/types/UserLimitReached.js +1 -1
  135. package/dist/serialization/types/UsersNotEnabled.d.ts +1 -1
  136. package/dist/serialization/types/UsersNotEnabled.js +1 -1
  137. package/dist/serialization/types/index.d.ts +56 -74
  138. package/dist/serialization/types/index.js +56 -74
  139. package/dist/wrapper/WebflowClient.js +2 -2
  140. package/package.json +1 -1
  141. package/serialization/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +19 -0
  142. package/serialization/{types/UserWebhookPayload.js → resources/collections/resources/items/client/requests/BulkCollectionItem.js} +13 -5
  143. package/serialization/resources/collections/resources/items/client/requests/index.d.ts +1 -0
  144. package/serialization/resources/collections/resources/items/client/requests/index.js +3 -1
  145. package/serialization/resources/collections/resources/items/types/BulkCollectionItemFieldData.d.ts +13 -0
  146. package/{dist/serialization/types/PageSeoGraphDataOpenGraph.js → serialization/resources/collections/resources/items/types/BulkCollectionItemFieldData.js} +5 -5
  147. package/serialization/resources/collections/resources/items/types/index.d.ts +1 -0
  148. package/serialization/resources/collections/resources/items/types/index.js +1 -0
  149. package/serialization/resources/index.d.ts +2 -2
  150. package/serialization/resources/index.js +3 -3
  151. package/serialization/resources/orders/types/index.d.ts +0 -1
  152. package/serialization/resources/orders/types/index.js +0 -1
  153. package/serialization/resources/webhooks/client/index.d.ts +0 -1
  154. package/serialization/resources/webhooks/client/index.js +0 -14
  155. package/serialization/types/AccessGroup.d.ts +1 -1
  156. package/serialization/types/AccessGroup.js +1 -1
  157. package/serialization/types/Application.d.ts +2 -7
  158. package/serialization/types/Application.js +1 -6
  159. package/serialization/types/Authorization.d.ts +1 -1
  160. package/serialization/types/Authorization.js +1 -1
  161. package/serialization/types/CustomCodeBlock.d.ts +1 -1
  162. package/serialization/types/CustomCodeBlock.js +1 -3
  163. package/serialization/types/{Assets.d.ts → Domains.d.ts} +3 -3
  164. package/{dist/serialization/types/Assets.js → serialization/types/Domains.js} +4 -4
  165. package/serialization/types/DuplicateUserEmail.d.ts +1 -1
  166. package/serialization/types/DuplicateUserEmail.js +1 -1
  167. package/{dist/serialization/types/Fields.d.ts → serialization/types/Scripts.d.ts} +3 -3
  168. package/serialization/types/{Fields.js → Scripts.js} +2 -2
  169. package/serialization/types/UserLimitReached.d.ts +1 -1
  170. package/serialization/types/UserLimitReached.js +1 -1
  171. package/serialization/types/UsersNotEnabled.d.ts +1 -1
  172. package/serialization/types/UsersNotEnabled.js +1 -1
  173. package/serialization/types/index.d.ts +56 -74
  174. package/serialization/types/index.js +56 -74
  175. package/wrapper/WebflowClient.js +2 -2
  176. package/api/resources/orders/types/OrdersListRequestStatus.d.ts +0 -12
  177. package/api/resources/orders/types/OrdersListRequestStatus.js +0 -14
  178. package/api/types/CollectionItemRemoved.d.ts +0 -9
  179. package/api/types/Fields.d.ts +0 -8
  180. package/api/types/FormSubmissionTrigger.d.ts +0 -10
  181. package/api/types/FormSubmissionTriggerPayload.d.ts +0 -18
  182. package/api/types/InvalidScopes.d.ts +0 -10
  183. package/api/types/PageCreatedWebhook.d.ts +0 -12
  184. package/api/types/PageDeletedWebhook.d.ts +0 -12
  185. package/api/types/PageMetadataUpdatedWebhook.d.ts +0 -12
  186. package/api/types/PageMetadataUpdatedWebhook.js +0 -5
  187. package/api/types/PageSeoGraphData.d.ts +0 -11
  188. package/api/types/PageSeoGraphData.js +0 -5
  189. package/api/types/PageSeoGraphDataOpenGraph.d.ts +0 -7
  190. package/api/types/PageSeoGraphDataOpenGraph.js +0 -5
  191. package/api/types/PageSeoGraphDataSeo.d.ts +0 -7
  192. package/api/types/PageSeoGraphDataSeo.js +0 -5
  193. package/api/types/PublishedItems.d.ts +0 -12
  194. package/api/types/PublishedItems.js +0 -5
  195. package/api/types/PublishedSite.d.ts +0 -7
  196. package/api/types/PublishedSite.js +0 -5
  197. package/api/types/RemovedItems.d.ts +0 -12
  198. package/api/types/RemovedItems.js +0 -5
  199. package/api/types/SitePublish.d.ts +0 -8
  200. package/api/types/SitePublish.js +0 -5
  201. package/api/types/SitePublishPayload.d.ts +0 -16
  202. package/api/types/SitePublishPayload.js +0 -5
  203. package/api/types/Sites.js +0 -5
  204. package/api/types/UserWebhookPayload.d.ts +0 -9
  205. package/api/types/UserWebhookPayload.js +0 -5
  206. package/api/types/UserWebhookPayloadTriggerType.d.ts +0 -12
  207. package/api/types/UserWebhookPayloadTriggerType.js +0 -11
  208. package/dist/api/resources/orders/types/OrdersListRequestStatus.d.ts +0 -12
  209. package/dist/api/resources/orders/types/OrdersListRequestStatus.js +0 -14
  210. package/dist/api/types/Assets.js +0 -5
  211. package/dist/api/types/CollectionItemRemoved.d.ts +0 -9
  212. package/dist/api/types/CollectionItemRemoved.js +0 -5
  213. package/dist/api/types/Fields.d.ts +0 -8
  214. package/dist/api/types/Fields.js +0 -5
  215. package/dist/api/types/FormSubmissionTrigger.d.ts +0 -10
  216. package/dist/api/types/FormSubmissionTrigger.js +0 -5
  217. package/dist/api/types/FormSubmissionTriggerPayload.d.ts +0 -18
  218. package/dist/api/types/FormSubmissionTriggerPayload.js +0 -5
  219. package/dist/api/types/InvalidScopes.d.ts +0 -10
  220. package/dist/api/types/InvalidScopes.js +0 -5
  221. package/dist/api/types/PageCreatedWebhook.d.ts +0 -12
  222. package/dist/api/types/PageCreatedWebhook.js +0 -5
  223. package/dist/api/types/PageDeletedWebhook.d.ts +0 -12
  224. package/dist/api/types/PageDeletedWebhook.js +0 -5
  225. package/dist/api/types/PageMetadataUpdatedWebhook.d.ts +0 -12
  226. package/dist/api/types/PageMetadataUpdatedWebhook.js +0 -5
  227. package/dist/api/types/PageSeoGraphData.d.ts +0 -11
  228. package/dist/api/types/PageSeoGraphData.js +0 -5
  229. package/dist/api/types/PageSeoGraphDataOpenGraph.d.ts +0 -7
  230. package/dist/api/types/PageSeoGraphDataOpenGraph.js +0 -5
  231. package/dist/api/types/PageSeoGraphDataSeo.d.ts +0 -7
  232. package/dist/api/types/PageSeoGraphDataSeo.js +0 -5
  233. package/dist/api/types/PublishedItems.d.ts +0 -12
  234. package/dist/api/types/PublishedItems.js +0 -5
  235. package/dist/api/types/PublishedSite.d.ts +0 -7
  236. package/dist/api/types/PublishedSite.js +0 -5
  237. package/dist/api/types/RemovedItems.d.ts +0 -12
  238. package/dist/api/types/RemovedItems.js +0 -5
  239. package/dist/api/types/SitePublish.d.ts +0 -8
  240. package/dist/api/types/SitePublish.js +0 -5
  241. package/dist/api/types/SitePublishPayload.d.ts +0 -16
  242. package/dist/api/types/SitePublishPayload.js +0 -5
  243. package/dist/api/types/Sites.js +0 -5
  244. package/dist/api/types/UserWebhookPayload.d.ts +0 -9
  245. package/dist/api/types/UserWebhookPayload.js +0 -5
  246. package/dist/api/types/UserWebhookPayloadTriggerType.d.ts +0 -12
  247. package/dist/api/types/UserWebhookPayloadTriggerType.js +0 -11
  248. package/dist/serialization/resources/orders/types/OrdersListRequestStatus.d.ts +0 -10
  249. package/dist/serialization/resources/orders/types/OrdersListRequestStatus.js +0 -31
  250. package/dist/serialization/resources/webhooks/client/list.d.ts +0 -10
  251. package/dist/serialization/resources/webhooks/client/list.js +0 -40
  252. package/dist/serialization/types/CollectionItemRemoved.d.ts +0 -13
  253. package/dist/serialization/types/CollectionItemRemoved.js +0 -34
  254. package/dist/serialization/types/FormSubmissionTrigger.d.ts +0 -13
  255. package/dist/serialization/types/FormSubmissionTrigger.js +0 -43
  256. package/dist/serialization/types/FormSubmissionTriggerPayload.d.ts +0 -16
  257. package/dist/serialization/types/FormSubmissionTriggerPayload.js +0 -37
  258. package/dist/serialization/types/InvalidScopes.d.ts +0 -16
  259. package/dist/serialization/types/InvalidScopes.js +0 -37
  260. package/dist/serialization/types/PageCreatedWebhook.d.ts +0 -15
  261. package/dist/serialization/types/PageCreatedWebhook.js +0 -36
  262. package/dist/serialization/types/PageDeletedWebhook.d.ts +0 -15
  263. package/dist/serialization/types/PageDeletedWebhook.js +0 -36
  264. package/dist/serialization/types/PageMetadataUpdatedWebhook.d.ts +0 -15
  265. package/dist/serialization/types/PageMetadataUpdatedWebhook.js +0 -36
  266. package/dist/serialization/types/PageSeoGraphData.d.ts +0 -13
  267. package/dist/serialization/types/PageSeoGraphData.js +0 -43
  268. package/dist/serialization/types/PageSeoGraphDataOpenGraph.d.ts +0 -13
  269. package/dist/serialization/types/PageSeoGraphDataSeo.d.ts +0 -13
  270. package/dist/serialization/types/PageSeoGraphDataSeo.js +0 -34
  271. package/dist/serialization/types/PublishedItems.d.ts +0 -13
  272. package/dist/serialization/types/PublishedItems.js +0 -34
  273. package/dist/serialization/types/PublishedSite.d.ts +0 -12
  274. package/dist/serialization/types/RemovedItems.d.ts +0 -13
  275. package/dist/serialization/types/RemovedItems.js +0 -34
  276. package/dist/serialization/types/SitePublish.d.ts +0 -12
  277. package/dist/serialization/types/SitePublish.js +0 -42
  278. package/dist/serialization/types/SitePublishPayload.d.ts +0 -15
  279. package/dist/serialization/types/SitePublishPayload.js +0 -36
  280. package/dist/serialization/types/Sites.d.ts +0 -12
  281. package/dist/serialization/types/Sites.js +0 -42
  282. package/dist/serialization/types/UserWebhookPayload.d.ts +0 -13
  283. package/dist/serialization/types/UserWebhookPayloadTriggerType.d.ts +0 -10
  284. package/dist/serialization/types/UserWebhookPayloadTriggerType.js +0 -31
  285. package/serialization/resources/orders/types/OrdersListRequestStatus.d.ts +0 -10
  286. package/serialization/resources/orders/types/OrdersListRequestStatus.js +0 -31
  287. package/serialization/resources/webhooks/client/list.d.ts +0 -10
  288. package/serialization/resources/webhooks/client/list.js +0 -40
  289. package/serialization/types/CollectionItemRemoved.d.ts +0 -13
  290. package/serialization/types/CollectionItemRemoved.js +0 -34
  291. package/serialization/types/FormSubmissionTrigger.d.ts +0 -13
  292. package/serialization/types/FormSubmissionTrigger.js +0 -43
  293. package/serialization/types/FormSubmissionTriggerPayload.d.ts +0 -16
  294. package/serialization/types/FormSubmissionTriggerPayload.js +0 -37
  295. package/serialization/types/InvalidScopes.d.ts +0 -16
  296. package/serialization/types/InvalidScopes.js +0 -37
  297. package/serialization/types/PageCreatedWebhook.d.ts +0 -15
  298. package/serialization/types/PageCreatedWebhook.js +0 -36
  299. package/serialization/types/PageDeletedWebhook.d.ts +0 -15
  300. package/serialization/types/PageDeletedWebhook.js +0 -36
  301. package/serialization/types/PageMetadataUpdatedWebhook.d.ts +0 -15
  302. package/serialization/types/PageMetadataUpdatedWebhook.js +0 -36
  303. package/serialization/types/PageSeoGraphData.d.ts +0 -13
  304. package/serialization/types/PageSeoGraphData.js +0 -43
  305. package/serialization/types/PageSeoGraphDataOpenGraph.d.ts +0 -13
  306. package/serialization/types/PageSeoGraphDataOpenGraph.js +0 -34
  307. package/serialization/types/PageSeoGraphDataSeo.d.ts +0 -13
  308. package/serialization/types/PageSeoGraphDataSeo.js +0 -34
  309. package/serialization/types/PublishedItems.d.ts +0 -13
  310. package/serialization/types/PublishedItems.js +0 -34
  311. package/serialization/types/PublishedSite.d.ts +0 -12
  312. package/serialization/types/PublishedSite.js +0 -33
  313. package/serialization/types/RemovedItems.d.ts +0 -13
  314. package/serialization/types/RemovedItems.js +0 -34
  315. package/serialization/types/SitePublish.d.ts +0 -12
  316. package/serialization/types/SitePublish.js +0 -42
  317. package/serialization/types/SitePublishPayload.d.ts +0 -15
  318. package/serialization/types/SitePublishPayload.js +0 -36
  319. package/serialization/types/Sites.d.ts +0 -12
  320. package/serialization/types/Sites.js +0 -42
  321. package/serialization/types/UserWebhookPayload.d.ts +0 -13
  322. package/serialization/types/UserWebhookPayloadTriggerType.d.ts +0 -10
  323. package/serialization/types/UserWebhookPayloadTriggerType.js +0 -31
  324. /package/api/{types/Assets.js → resources/collections/resources/items/client/requests/BulkCollectionItem.js} +0 -0
  325. /package/api/{types/CollectionItemRemoved.js → resources/collections/resources/items/types/BulkCollectionItemFieldData.js} +0 -0
  326. /package/api/types/{Fields.js → Domains.js} +0 -0
  327. /package/api/types/{FormSubmissionTrigger.js → Scripts.js} +0 -0
  328. /package/{api/types/FormSubmissionTriggerPayload.js → dist/api/resources/collections/resources/items/client/requests/BulkCollectionItem.js} +0 -0
  329. /package/{api/types/InvalidScopes.js → dist/api/resources/collections/resources/items/types/BulkCollectionItemFieldData.js} +0 -0
  330. /package/{api/types/PageCreatedWebhook.js → dist/api/types/Domains.js} +0 -0
  331. /package/{api/types/PageDeletedWebhook.js → dist/api/types/Scripts.js} +0 -0
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ItemsPublishItemRequest = void 0;
3
+ exports.ItemsPublishItemRequest = exports.BulkCollectionItem = void 0;
4
+ var BulkCollectionItem_1 = require("./BulkCollectionItem");
5
+ Object.defineProperty(exports, "BulkCollectionItem", { enumerable: true, get: function () { return BulkCollectionItem_1.BulkCollectionItem; } });
4
6
  var ItemsPublishItemRequest_1 = require("./ItemsPublishItemRequest");
5
7
  Object.defineProperty(exports, "ItemsPublishItemRequest", { enumerable: true, get: function () { return ItemsPublishItemRequest_1.ItemsPublishItemRequest; } });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../..";
5
+ import * as Webflow from "../../../../../../api";
6
+ import * as core from "../../../../../../core";
7
+ export declare const BulkCollectionItemFieldData: core.serialization.ObjectSchema<serializers.collections.BulkCollectionItemFieldData.Raw, Webflow.collections.BulkCollectionItemFieldData>;
8
+ export declare namespace BulkCollectionItemFieldData {
9
+ interface Raw {
10
+ name?: string | null;
11
+ slug?: string | null;
12
+ }
13
+ }
@@ -26,9 +26,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.PageSeoGraphDataOpenGraph = void 0;
30
- const core = __importStar(require("../../core"));
31
- exports.PageSeoGraphDataOpenGraph = core.serialization.object({
32
- title: core.serialization.string().optional(),
33
- description: core.serialization.string().optional(),
29
+ exports.BulkCollectionItemFieldData = void 0;
30
+ const core = __importStar(require("../../../../../../core"));
31
+ exports.BulkCollectionItemFieldData = core.serialization.object({
32
+ name: core.serialization.string().optional(),
33
+ slug: core.serialization.string().optional(),
34
34
  });
@@ -1 +1,2 @@
1
+ export * from "./BulkCollectionItemFieldData";
1
2
  export * from "./ItemsPublishItemResponse";
@@ -14,4 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./BulkCollectionItemFieldData"), exports);
17
18
  __exportStar(require("./ItemsPublishItemResponse"), exports);
@@ -11,7 +11,6 @@ export * as orders from "./orders";
11
11
  export * from "./orders/types";
12
12
  export * as inventory from "./inventory";
13
13
  export * from "./inventory/types";
14
- export * as webhooks from "./webhooks";
15
14
  export * as assets from "./assets";
16
15
  export * as sites from "./sites";
17
16
  export * from "./sites/client/requests";
@@ -19,8 +18,9 @@ export * from "./collections/client/requests";
19
18
  export * from "./pages/client/requests";
20
19
  export * as scripts from "./scripts";
21
20
  export * from "./scripts/client/requests";
22
- export * from "./webhooks/client/requests";
23
21
  export * from "./assets/client/requests";
22
+ export * as webhooks from "./webhooks";
23
+ export * from "./webhooks/client/requests";
24
24
  export * as forms from "./forms";
25
25
  export * from "./forms/client/requests";
26
26
  export * from "./users/client/requests";
@@ -26,7 +26,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.forms = exports.scripts = exports.sites = exports.assets = exports.webhooks = exports.inventory = exports.orders = exports.products = exports.accessGroups = exports.users = exports.pages = exports.collections = void 0;
29
+ exports.forms = exports.webhooks = exports.scripts = exports.sites = exports.assets = exports.inventory = exports.orders = exports.products = exports.accessGroups = exports.users = exports.pages = exports.collections = void 0;
30
30
  exports.collections = __importStar(require("./collections"));
31
31
  exports.pages = __importStar(require("./pages"));
32
32
  __exportStar(require("./pages/types"), exports);
@@ -40,7 +40,6 @@ exports.orders = __importStar(require("./orders"));
40
40
  __exportStar(require("./orders/types"), exports);
41
41
  exports.inventory = __importStar(require("./inventory"));
42
42
  __exportStar(require("./inventory/types"), exports);
43
- exports.webhooks = __importStar(require("./webhooks"));
44
43
  exports.assets = __importStar(require("./assets"));
45
44
  exports.sites = __importStar(require("./sites"));
46
45
  __exportStar(require("./sites/client/requests"), exports);
@@ -48,8 +47,9 @@ __exportStar(require("./collections/client/requests"), exports);
48
47
  __exportStar(require("./pages/client/requests"), exports);
49
48
  exports.scripts = __importStar(require("./scripts"));
50
49
  __exportStar(require("./scripts/client/requests"), exports);
51
- __exportStar(require("./webhooks/client/requests"), exports);
52
50
  __exportStar(require("./assets/client/requests"), exports);
51
+ exports.webhooks = __importStar(require("./webhooks"));
52
+ __exportStar(require("./webhooks/client/requests"), exports);
53
53
  exports.forms = __importStar(require("./forms"));
54
54
  __exportStar(require("./forms/client/requests"), exports);
55
55
  __exportStar(require("./users/client/requests"), exports);
@@ -1,2 +1 @@
1
- export * from "./OrdersListRequestStatus";
2
1
  export * from "./OrdersRefundRequestReason";
@@ -14,5 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./OrdersListRequestStatus"), exports);
18
17
  __exportStar(require("./OrdersRefundRequestReason"), exports);
@@ -1,2 +1 @@
1
- export * as list from "./list";
2
1
  export * from "./requests";
@@ -10,22 +10,8 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
10
10
  if (k2 === undefined) k2 = k;
11
11
  o[k2] = m[k];
12
12
  }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
13
  var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
15
  };
28
16
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.list = void 0;
30
- exports.list = __importStar(require("./list"));
31
17
  __exportStar(require("./requests"), exports);
@@ -7,7 +7,7 @@ import * as core from "../../core";
7
7
  export declare const AccessGroup: core.serialization.ObjectSchema<serializers.AccessGroup.Raw, Webflow.AccessGroup>;
8
8
  export declare namespace AccessGroup {
9
9
  interface Raw {
10
- _id?: string | null;
10
+ id?: string | null;
11
11
  name?: string | null;
12
12
  shortId?: string | null;
13
13
  slug?: string | null;
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.AccessGroup = void 0;
30
30
  const core = __importStar(require("../../core"));
31
31
  exports.AccessGroup = core.serialization.object({
32
- id: core.serialization.property("_id", core.serialization.string().optional()),
32
+ id: core.serialization.string().optional(),
33
33
  name: core.serialization.string().optional(),
34
34
  shortId: core.serialization.string().optional(),
35
35
  slug: core.serialization.string().optional(),
@@ -4,12 +4,7 @@
4
4
  import * as serializers from "..";
5
5
  import * as Webflow from "../../api";
6
6
  import * as core from "../../core";
7
- export declare const Application: core.serialization.ObjectSchema<serializers.Application.Raw, Webflow.Application>;
7
+ export declare const Application: core.serialization.Schema<serializers.Application.Raw, Webflow.Application>;
8
8
  export declare namespace Application {
9
- interface Raw {
10
- id?: string | null;
11
- description?: string | null;
12
- homepage?: string | null;
13
- displayName?: string | null;
14
- }
9
+ type Raw = unknown;
15
10
  }
@@ -28,9 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.Application = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.Application = core.serialization.object({
32
- id: core.serialization.string().optional(),
33
- description: core.serialization.string().optional(),
34
- homepage: core.serialization.string().optional(),
35
- displayName: core.serialization.string().optional(),
36
- });
31
+ exports.Application = core.serialization.unknown();
@@ -8,6 +8,6 @@ export declare const Authorization: core.serialization.ObjectSchema<serializers.
8
8
  export declare namespace Authorization {
9
9
  interface Raw {
10
10
  authorization?: serializers.AuthorizationAuthorization.Raw | null;
11
- application?: serializers.Application.Raw | null;
11
+ application?: (serializers.Application.Raw | undefined) | null;
12
12
  }
13
13
  }
@@ -41,5 +41,5 @@ exports.Authorization = core.serialization.object({
41
41
  authorization: core.serialization
42
42
  .lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).AuthorizationAuthorization; }))
43
43
  .optional(),
44
- application: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).Application; })).optional(),
44
+ application: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).Application; })).optional(),
45
45
  });
@@ -10,7 +10,7 @@ export declare namespace CustomCodeBlock {
10
10
  siteId?: string | null;
11
11
  pageId?: string | null;
12
12
  type?: serializers.CustomCodeBlockType.Raw | null;
13
- scripts?: serializers.ScriptApply.Raw[] | null;
13
+ scripts?: serializers.Scripts.Raw | null;
14
14
  createdOn?: string | null;
15
15
  lastUpdated?: string | null;
16
16
  }
@@ -41,9 +41,7 @@ exports.CustomCodeBlock = core.serialization.object({
41
41
  siteId: core.serialization.string().optional(),
42
42
  pageId: core.serialization.string().optional(),
43
43
  type: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).CustomCodeBlockType; })).optional(),
44
- scripts: core.serialization
45
- .list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ScriptApply; })))
46
- .optional(),
44
+ scripts: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).Scripts; })).optional(),
47
45
  createdOn: core.serialization.date().optional(),
48
46
  lastUpdated: core.serialization.date().optional(),
49
47
  });
@@ -4,9 +4,9 @@
4
4
  import * as serializers from "..";
5
5
  import * as Webflow from "../../api";
6
6
  import * as core from "../../core";
7
- export declare const Assets: core.serialization.ObjectSchema<serializers.Assets.Raw, Webflow.Assets>;
8
- export declare namespace Assets {
7
+ export declare const Domains: core.serialization.ObjectSchema<serializers.Domains.Raw, Webflow.Domains>;
8
+ export declare namespace Domains {
9
9
  interface Raw {
10
- assets?: serializers.Asset.Raw[] | null;
10
+ customDomains?: serializers.Domain.Raw[] | null;
11
11
  }
12
12
  }
@@ -35,10 +35,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
35
35
  });
36
36
  };
37
37
  Object.defineProperty(exports, "__esModule", { value: true });
38
- exports.Assets = void 0;
38
+ exports.Domains = void 0;
39
39
  const core = __importStar(require("../../core"));
40
- exports.Assets = core.serialization.object({
41
- assets: core.serialization
42
- .list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).Asset; })))
40
+ exports.Domains = core.serialization.object({
41
+ customDomains: core.serialization
42
+ .list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).Domain; })))
43
43
  .optional(),
44
44
  });
@@ -7,7 +7,7 @@ import * as core from "../../core";
7
7
  export declare const DuplicateUserEmail: core.serialization.ObjectSchema<serializers.DuplicateUserEmail.Raw, Webflow.DuplicateUserEmail>;
8
8
  export declare namespace DuplicateUserEmail {
9
9
  interface Raw {
10
- code?: "duplicate_user_email" | null;
10
+ code?: string | null;
11
11
  message?: string | null;
12
12
  externalReference?: string | null;
13
13
  details?: serializers.ErrorDetailsItem.Raw[] | null;
@@ -38,7 +38,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
38
38
  exports.DuplicateUserEmail = void 0;
39
39
  const core = __importStar(require("../../core"));
40
40
  exports.DuplicateUserEmail = core.serialization.object({
41
- code: core.serialization.stringLiteral("duplicate_user_email").optional(),
41
+ code: core.serialization.string().optional(),
42
42
  message: core.serialization.string().optional(),
43
43
  externalReference: core.serialization.string().optional(),
44
44
  details: core.serialization
@@ -4,7 +4,7 @@
4
4
  import * as serializers from "..";
5
5
  import * as Webflow from "../../api";
6
6
  import * as core from "../../core";
7
- export declare const Fields: core.serialization.Schema<serializers.Fields.Raw, Webflow.Fields>;
8
- export declare namespace Fields {
9
- type Raw = serializers.Field.Raw[];
7
+ export declare const Scripts: core.serialization.Schema<serializers.Scripts.Raw, Webflow.Scripts>;
8
+ export declare namespace Scripts {
9
+ type Raw = serializers.ScriptApply.Raw[];
10
10
  }
@@ -35,6 +35,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
35
35
  });
36
36
  };
37
37
  Object.defineProperty(exports, "__esModule", { value: true });
38
- exports.Fields = void 0;
38
+ exports.Scripts = void 0;
39
39
  const core = __importStar(require("../../core"));
40
- exports.Fields = core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).Field; })));
40
+ exports.Scripts = core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ScriptApply; })));
@@ -7,7 +7,7 @@ import * as core from "../../core";
7
7
  export declare const UserLimitReached: core.serialization.ObjectSchema<serializers.UserLimitReached.Raw, Webflow.UserLimitReached>;
8
8
  export declare namespace UserLimitReached {
9
9
  interface Raw {
10
- code?: "user_limit_reached" | null;
10
+ code?: string | null;
11
11
  message?: string | null;
12
12
  externalReference?: string | null;
13
13
  details?: serializers.ErrorDetailsItem.Raw[] | null;
@@ -38,7 +38,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
38
38
  exports.UserLimitReached = void 0;
39
39
  const core = __importStar(require("../../core"));
40
40
  exports.UserLimitReached = core.serialization.object({
41
- code: core.serialization.stringLiteral("user_limit_reached").optional(),
41
+ code: core.serialization.string().optional(),
42
42
  message: core.serialization.string().optional(),
43
43
  externalReference: core.serialization.string().optional(),
44
44
  details: core.serialization
@@ -7,7 +7,7 @@ import * as core from "../../core";
7
7
  export declare const UsersNotEnabled: core.serialization.ObjectSchema<serializers.UsersNotEnabled.Raw, Webflow.UsersNotEnabled>;
8
8
  export declare namespace UsersNotEnabled {
9
9
  interface Raw {
10
- code?: "users_not_enabled" | null;
10
+ code?: string | null;
11
11
  message?: string | null;
12
12
  externalReference?: string | null;
13
13
  details?: serializers.ErrorDetailsItem.Raw[] | null;
@@ -38,7 +38,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
38
38
  exports.UsersNotEnabled = void 0;
39
39
  const core = __importStar(require("../../core"));
40
40
  exports.UsersNotEnabled = core.serialization.object({
41
- code: core.serialization.stringLiteral("users_not_enabled").optional(),
41
+ code: core.serialization.string().optional(),
42
42
  message: core.serialization.string().optional(),
43
43
  externalReference: core.serialization.string().optional(),
44
44
  details: core.serialization
@@ -1,64 +1,59 @@
1
1
  export * from "./OauthScope";
2
2
  export * from "./AuthorizedUser";
3
+ export * from "./Application";
3
4
  export * from "./AuthorizationAuthorizationAuthorizedTo";
4
5
  export * from "./AuthorizationAuthorization";
5
6
  export * from "./Authorization";
7
+ export * from "./Domain";
8
+ export * from "./Site";
9
+ export * from "./Domains";
10
+ export * from "./InvalidDomain";
11
+ export * from "./NoDomains";
12
+ export * from "./SiteActivityLogItemResourceOperation";
13
+ export * from "./SiteActivityLogItemUser";
14
+ export * from "./SiteActivityLogItem";
6
15
  export * from "./Pagination";
7
- export * from "./PublishStatus";
8
- export * from "./InvalidScopes";
9
- export * from "./CustomCodeResponse";
10
- export * from "./RegisteredScriptList";
11
- export * from "./ScriptApplyList";
12
- export * from "./ScriptApplyLocation";
13
- export * from "./ScriptApply";
14
- export * from "./ListCustomCodeBlocks";
15
- export * from "./CustomCodeBlockType";
16
- export * from "./CustomCodeBlock";
17
- export * from "./PageList";
18
- export * from "./PageSeo";
19
- export * from "./PageOpenGraph";
20
- export * from "./Page";
21
- export * from "./PageCreatedWebhook";
22
- export * from "./PageMetadataUpdatedWebhook";
23
- export * from "./PageDeletedWebhook";
24
- export * from "./PageSeoGraphDataSeo";
25
- export * from "./PageSeoGraphDataOpenGraph";
26
- export * from "./PageSeoGraphData";
27
- export * from "./Dom";
28
- export * from "./NodeType";
29
- export * from "./Node";
30
- export * from "./TextNode";
31
- export * from "./ImageNode";
32
- export * from "./CollectionList";
16
+ export * from "./SiteActivityLogResponse";
17
+ export * from "./ErrorDetailsItem";
18
+ export * from "./Error_";
19
+ export * from "./MissingScopes";
20
+ export * from "./NotEnterprisePlanSite";
33
21
  export * from "./CollectionListArrayItem";
34
- export * from "./Collection";
35
- export * from "./Fields";
22
+ export * from "./CollectionList";
36
23
  export * from "./FieldType";
37
24
  export * from "./Field";
25
+ export * from "./Collection";
38
26
  export * from "./CollectionItemFieldData";
39
27
  export * from "./CollectionItem";
40
28
  export * from "./CollectionItemListPagination";
41
29
  export * from "./CollectionItemList";
42
- export * from "./Webhook";
43
- export * from "./WebhookList";
44
- export * from "./TriggerType";
45
- export * from "./CollectionItemRemoved";
46
- export * from "./Sites";
47
- export * from "./Site";
48
- export * from "./Domain";
49
- export * from "./SitePublishPayload";
50
- export * from "./SitePublish";
51
- export * from "./SiteActivityLogResponse";
52
- export * from "./SiteActivityLogItemResourceOperation";
53
- export * from "./SiteActivityLogItemUser";
54
- export * from "./SiteActivityLogItem";
55
- export * from "./Assets";
56
- export * from "./Asset";
30
+ export * from "./PageSeo";
31
+ export * from "./PageOpenGraph";
32
+ export * from "./Page";
33
+ export * from "./PageList";
34
+ export * from "./TextNode";
35
+ export * from "./ImageNode";
36
+ export * from "./NodeType";
37
+ export * from "./Node";
38
+ export * from "./Dom";
39
+ export * from "./ScriptApplyLocation";
40
+ export * from "./ScriptApply";
41
+ export * from "./ScriptApplyList";
42
+ export * from "./CustomCodeResponse";
43
+ export * from "./RegisteredScriptList";
44
+ export * from "./Scripts";
45
+ export * from "./CustomCodeBlockType";
46
+ export * from "./CustomCodeBlock";
47
+ export * from "./ListCustomCodeBlocks";
57
48
  export * from "./AssetVariant";
49
+ export * from "./Asset";
58
50
  export * from "./AssetUploadUploadDetails";
59
51
  export * from "./AssetUpload";
60
52
  export * from "./AssetFolder";
61
53
  export * from "./AssetFolderList";
54
+ export * from "./TriggerType";
55
+ export * from "./Webhook";
56
+ export * from "./WebhookList";
62
57
  export * from "./FormFieldValueType";
63
58
  export * from "./FormFieldValue";
64
59
  export * from "./FormField";
@@ -67,33 +62,25 @@ export * from "./Form";
67
62
  export * from "./FormList";
68
63
  export * from "./FormSubmission";
69
64
  export * from "./FormSubmissionList";
70
- export * from "./FormSubmissionTriggerPayload";
71
- export * from "./FormSubmissionTrigger";
72
- export * from "./Application";
73
- export * from "./PublishedSite";
74
- export * from "./PublishedItems";
75
- export * from "./RemovedItems";
65
+ export * from "./UserDataData";
66
+ export * from "./UserData";
76
67
  export * from "./UserStatus";
77
68
  export * from "./UserAccessGroupsItemType";
78
69
  export * from "./UserAccessGroupsItem";
79
70
  export * from "./User";
80
- export * from "./UserDataData";
81
- export * from "./UserData";
82
71
  export * from "./UserList";
83
- export * from "./UserWebhookPayloadTriggerType";
84
- export * from "./UserWebhookPayload";
85
- export * from "./AccessGroup";
86
- export * from "./AccessGroupList";
87
- export * from "./ErrorDetailsItem";
88
72
  export * from "./UsersNotEnabled";
89
73
  export * from "./DuplicateUserEmail";
90
74
  export * from "./UserLimitReached";
91
- export * from "./MissingScopes";
92
- export * from "./NotEnterprisePlanSite";
75
+ export * from "./AccessGroup";
76
+ export * from "./AccessGroupList";
77
+ export * from "./SkuPropertyListEnumItem";
78
+ export * from "./SkuPropertyList";
93
79
  export * from "./ProductFieldDataTaxCategory";
94
80
  export * from "./ProductFieldDataEcProductType";
95
81
  export * from "./ProductFieldData";
96
82
  export * from "./Product";
83
+ export * from "./SkuValueList";
97
84
  export * from "./SkuFieldDataPrice";
98
85
  export * from "./SkuFieldDataCompareAtPrice";
99
86
  export * from "./SkuFieldDataEcSkuBillingMethod";
@@ -103,19 +90,7 @@ export * from "./SkuFieldData";
103
90
  export * from "./Sku";
104
91
  export * from "./ProductAndSkUs";
105
92
  export * from "./ProductAndSkUsList";
106
- export * from "./SkuPropertyListEnumItem";
107
- export * from "./SkuPropertyList";
108
- export * from "./SkuValueList";
109
- export * from "./OrderStatus";
110
- export * from "./OrderDisputeLastStatus";
111
- export * from "./OrderCustomerInfo";
112
- export * from "./OrderMetadata";
113
- export * from "./OrderTotalsExtrasItemType";
114
- export * from "./OrderTotalsExtrasItem";
115
- export * from "./OrderTotals";
116
- export * from "./OrderDownloadFilesItem";
117
- export * from "./Order";
118
- export * from "./OrderList";
93
+ export * from "./PublishStatus";
119
94
  export * from "./OrderPrice";
120
95
  export * from "./OrderAddressType";
121
96
  export * from "./OrderAddressJapanType";
@@ -129,9 +104,16 @@ export * from "./StripeCardBrand";
129
104
  export * from "./StripeCardExpires";
130
105
  export * from "./StripeCard";
131
106
  export * from "./PaypalDetails";
107
+ export * from "./OrderStatus";
108
+ export * from "./OrderDisputeLastStatus";
109
+ export * from "./OrderCustomerInfo";
110
+ export * from "./OrderMetadata";
111
+ export * from "./OrderTotalsExtrasItemType";
112
+ export * from "./OrderTotalsExtrasItem";
113
+ export * from "./OrderTotals";
114
+ export * from "./OrderDownloadFilesItem";
115
+ export * from "./Order";
116
+ export * from "./OrderList";
132
117
  export * from "./InventoryItemInventoryType";
133
118
  export * from "./InventoryItem";
134
119
  export * from "./EcommerceSettings";
135
- export * from "./Error_";
136
- export * from "./InvalidDomain";
137
- export * from "./NoDomains";