webflow-api 2.3.1 → 2.3.5

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 (955) hide show
  1. package/Client.d.ts +4 -0
  2. package/api/errors/BadRequestError.d.ts +1 -1
  3. package/api/errors/BadRequestError.js +1 -1
  4. package/api/errors/ConflictError.d.ts +1 -1
  5. package/api/errors/ConflictError.js +1 -1
  6. package/api/errors/ForbiddenError.d.ts +1 -1
  7. package/api/errors/ForbiddenError.js +1 -1
  8. package/api/errors/InternalServerError.d.ts +1 -1
  9. package/api/errors/InternalServerError.js +1 -1
  10. package/api/errors/NotFoundError.d.ts +1 -1
  11. package/api/errors/NotFoundError.js +1 -1
  12. package/api/errors/TooManyRequestsError.d.ts +1 -1
  13. package/api/errors/TooManyRequestsError.js +1 -1
  14. package/api/errors/UnauthorizedError.d.ts +1 -1
  15. package/api/errors/UnauthorizedError.js +1 -1
  16. package/api/errors/index.d.ts +2 -2
  17. package/api/errors/index.js +2 -2
  18. package/api/resources/accessGroups/client/Client.d.ts +11 -2
  19. package/api/resources/accessGroups/client/Client.js +12 -6
  20. package/api/resources/accessGroups/client/requests/AccessGroupsListRequest.d.ts +1 -1
  21. package/api/resources/accessGroups/client/requests/index.d.ts +1 -1
  22. package/api/resources/assets/client/Client.d.ts +50 -13
  23. package/api/resources/assets/client/Client.js +72 -31
  24. package/api/resources/assets/client/requests/AssetsCreateFolderRequest.d.ts +1 -2
  25. package/api/resources/assets/client/requests/AssetsCreateRequest.d.ts +1 -2
  26. package/api/resources/assets/client/requests/index.d.ts +3 -3
  27. package/api/resources/collections/client/Client.d.ts +32 -6
  28. package/api/resources/collections/client/Client.js +45 -18
  29. package/api/resources/collections/client/requests/index.d.ts +1 -1
  30. package/api/resources/collections/resources/fields/client/Client.d.ts +18 -3
  31. package/api/resources/collections/resources/fields/client/Client.js +22 -9
  32. package/api/resources/collections/resources/fields/client/requests/FieldCreate.d.ts +1 -1
  33. package/api/resources/collections/resources/fields/client/requests/index.d.ts +2 -2
  34. package/api/resources/collections/resources/fields/types/FieldCreateType.d.ts +2 -2
  35. package/api/resources/collections/resources/fields/types/FieldCreateType.js +1 -1
  36. package/api/resources/collections/resources/items/client/Client.d.ts +108 -20
  37. package/api/resources/collections/resources/items/client/Client.js +312 -58
  38. package/api/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +2 -8
  39. package/api/resources/collections/resources/items/client/requests/ItemsDeleteItemLiveRequest.d.ts +13 -0
  40. package/api/resources/collections/resources/items/client/requests/ItemsDeleteItemLiveRequest.js +5 -0
  41. package/api/resources/collections/resources/items/client/requests/ItemsDeleteItemRequest.d.ts +2 -2
  42. package/api/resources/collections/resources/items/client/requests/ItemsGetItemLiveRequest.d.ts +13 -0
  43. package/api/resources/collections/resources/items/client/requests/ItemsGetItemLiveRequest.js +5 -0
  44. package/api/resources/collections/resources/items/client/requests/ItemsGetItemRequest.d.ts +1 -1
  45. package/api/resources/collections/resources/items/client/requests/ItemsListItemsLiveRequest.d.ts +38 -0
  46. package/api/resources/collections/resources/items/client/requests/ItemsListItemsLiveRequest.js +5 -0
  47. package/api/resources/collections/resources/items/client/requests/ItemsListItemsRequest.d.ts +19 -2
  48. package/api/resources/collections/resources/items/client/requests/index.d.ts +8 -5
  49. package/api/resources/collections/resources/items/types/ItemsListItemsLiveRequestSortBy.d.ts +9 -0
  50. package/api/resources/collections/resources/items/types/ItemsListItemsLiveRequestSortBy.js +11 -0
  51. package/api/resources/collections/resources/items/types/ItemsListItemsLiveRequestSortOrder.d.ts +8 -0
  52. package/api/resources/collections/resources/items/types/ItemsListItemsLiveRequestSortOrder.js +10 -0
  53. package/api/resources/collections/resources/items/types/ItemsListItemsRequestSortBy.d.ts +9 -0
  54. package/api/resources/collections/resources/items/types/ItemsListItemsRequestSortBy.js +11 -0
  55. package/api/resources/collections/resources/items/types/ItemsListItemsRequestSortOrder.d.ts +8 -0
  56. package/api/resources/collections/resources/items/types/ItemsListItemsRequestSortOrder.js +10 -0
  57. package/api/resources/collections/resources/items/types/index.d.ts +4 -0
  58. package/api/resources/collections/resources/items/types/index.js +4 -0
  59. package/api/resources/ecommerce/client/Client.d.ts +10 -2
  60. package/api/resources/ecommerce/client/Client.js +11 -6
  61. package/api/resources/forms/client/Client.d.ts +32 -6
  62. package/api/resources/forms/client/Client.js +45 -18
  63. package/api/resources/forms/client/requests/index.d.ts +2 -2
  64. package/api/resources/inventory/client/Client.d.ts +19 -6
  65. package/api/resources/inventory/client/Client.js +23 -12
  66. package/api/resources/inventory/client/requests/InventoryUpdateRequest.d.ts +2 -4
  67. package/api/resources/inventory/client/requests/index.d.ts +1 -1
  68. package/api/resources/orders/client/Client.d.ts +44 -12
  69. package/api/resources/orders/client/Client.js +60 -26
  70. package/api/resources/orders/client/requests/OrdersListRequest.d.ts +2 -1
  71. package/api/resources/orders/client/requests/OrdersRefundRequest.d.ts +1 -1
  72. package/api/resources/orders/client/requests/OrdersUpdateRequest.d.ts +1 -6
  73. package/api/resources/orders/client/requests/index.d.ts +4 -4
  74. package/api/resources/orders/types/OrdersListRequestStatus.d.ts +12 -0
  75. package/api/resources/orders/types/OrdersListRequestStatus.js +14 -0
  76. package/api/resources/orders/types/index.d.ts +1 -0
  77. package/api/resources/orders/types/index.js +1 -0
  78. package/api/resources/pages/client/Client.d.ts +37 -12
  79. package/api/resources/pages/client/Client.js +57 -25
  80. package/api/resources/pages/client/requests/DomWrite.d.ts +1 -4
  81. package/api/resources/pages/client/requests/PagesGetContentRequest.d.ts +8 -0
  82. package/api/resources/pages/client/requests/UpdatePageSettingsRequest.d.ts +1 -2
  83. package/api/resources/pages/client/requests/index.d.ts +5 -5
  84. package/api/resources/pages/resources/scripts/client/Client.d.ts +24 -11
  85. package/api/resources/pages/resources/scripts/client/Client.js +31 -19
  86. package/api/resources/products/client/Client.d.ts +47 -89
  87. package/api/resources/products/client/Client.js +63 -103
  88. package/api/resources/products/client/requests/ProductSkuCreate.d.ts +2 -27
  89. package/api/resources/products/client/requests/ProductSkuUpdate.d.ts +2 -27
  90. package/api/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +2 -17
  91. package/api/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +2 -17
  92. package/api/resources/products/client/requests/index.d.ts +5 -5
  93. package/api/resources/products/types/ProductsCreateSkuResponse.d.ts +1 -1
  94. package/api/resources/scripts/client/Client.d.ts +25 -7
  95. package/api/resources/scripts/client/Client.js +32 -15
  96. package/api/resources/scripts/client/requests/CustomCodeHostedRequest.d.ts +1 -1
  97. package/api/resources/scripts/client/requests/CustomCodeInlineRequest.d.ts +1 -1
  98. package/api/resources/scripts/client/requests/index.d.ts +2 -2
  99. package/api/resources/sites/client/Client.d.ts +25 -8
  100. package/api/resources/sites/client/Client.js +34 -17
  101. package/api/resources/sites/client/requests/SitesPublishRequest.d.ts +1 -4
  102. package/api/resources/sites/client/requests/index.d.ts +1 -1
  103. package/api/resources/sites/resources/activityLogs/client/Client.d.ts +11 -2
  104. package/api/resources/sites/resources/activityLogs/client/Client.js +12 -6
  105. package/api/resources/sites/resources/activityLogs/client/requests/index.d.ts +1 -1
  106. package/api/resources/sites/resources/scripts/client/Client.d.ts +31 -13
  107. package/api/resources/sites/resources/scripts/client/Client.js +41 -23
  108. package/api/resources/sites/resources/scripts/client/requests/index.d.ts +1 -1
  109. package/api/resources/token/client/Client.d.ts +14 -4
  110. package/api/resources/token/client/Client.js +16 -8
  111. package/api/resources/users/client/Client.d.ts +38 -8
  112. package/api/resources/users/client/Client.js +51 -20
  113. package/api/resources/users/client/requests/UsersInviteRequest.d.ts +1 -1
  114. package/api/resources/users/client/requests/UsersListRequest.d.ts +1 -1
  115. package/api/resources/users/client/requests/UsersUpdateRequest.d.ts +2 -2
  116. package/api/resources/users/client/requests/index.d.ts +3 -3
  117. package/api/resources/webhooks/client/Client.d.ts +27 -6
  118. package/api/resources/webhooks/client/Client.js +37 -16
  119. package/api/resources/webhooks/client/requests/WebhooksCreateRequest.d.ts +1 -1
  120. package/api/resources/webhooks/client/requests/index.d.ts +1 -1
  121. package/api/types/AccessGroupList.d.ts +1 -1
  122. package/api/types/Asset.d.ts +1 -1
  123. package/api/types/AssetFolderList.d.ts +1 -1
  124. package/api/types/AssetUpload.d.ts +1 -1
  125. package/api/types/Assets.d.ts +1 -1
  126. package/api/types/Authorization.d.ts +1 -1
  127. package/api/types/AuthorizationAuthorization.d.ts +1 -1
  128. package/api/types/BadRequestErrorBody.d.ts +5 -0
  129. package/api/types/BadRequestErrorBody.js +5 -0
  130. package/api/types/Collection.d.ts +2 -1
  131. package/api/types/CollectionItem.d.ts +1 -1
  132. package/api/types/CollectionItemList.d.ts +1 -1
  133. package/api/types/CollectionList.d.ts +1 -1
  134. package/api/types/ConflictErrorBody.d.ts +5 -0
  135. package/api/types/ConflictErrorBody.js +5 -0
  136. package/api/types/CustomCodeBlock.d.ts +1 -1
  137. package/api/types/CustomCodeHostedResponse.d.ts +1 -1
  138. package/api/types/CustomCodeInlineResponse.d.ts +1 -1
  139. package/api/types/Dom.d.ts +1 -1
  140. package/api/types/Domains.d.ts +1 -1
  141. package/api/types/DuplicateUserEmail.d.ts +2 -11
  142. package/api/types/Error_.d.ts +1 -1
  143. package/api/types/Field.d.ts +1 -1
  144. package/api/types/FieldType.d.ts +2 -2
  145. package/api/types/FieldType.js +1 -1
  146. package/api/types/ForbiddenErrorBody.d.ts +10 -0
  147. package/api/types/ForbiddenErrorBody.js +5 -0
  148. package/api/types/Form.d.ts +1 -1
  149. package/api/types/FormField.d.ts +1 -1
  150. package/api/types/FormFieldValue.d.ts +1 -1
  151. package/api/types/FormList.d.ts +1 -1
  152. package/api/types/FormSubmissionList.d.ts +1 -1
  153. package/api/types/InventoryItem.d.ts +1 -1
  154. package/api/types/ListCustomCodeBlocks.d.ts +1 -1
  155. package/api/types/Locales.d.ts +1 -1
  156. package/api/types/MissingScopes.d.ts +2 -11
  157. package/api/types/Node.d.ts +1 -1
  158. package/api/types/NotEnterprisePlanSite.d.ts +2 -11
  159. package/api/types/OauthScope.d.ts +9 -1
  160. package/api/types/OauthScope.js +2 -0
  161. package/api/types/Order.d.ts +1 -1
  162. package/api/types/OrderAddress.d.ts +1 -1
  163. package/api/types/OrderList.d.ts +1 -1
  164. package/api/types/OrderPurchasedItem.d.ts +1 -1
  165. package/api/types/OrderPurchasedItemVariantImage.d.ts +1 -1
  166. package/api/types/OrderPurchasedItemVariantImageFile.d.ts +1 -1
  167. package/api/types/OrderTotals.d.ts +1 -1
  168. package/api/types/OrderTotalsExtrasItem.d.ts +1 -1
  169. package/api/types/Page.d.ts +1 -1
  170. package/api/types/PageDetails.d.ts +41 -0
  171. package/api/types/PageDetails.js +5 -0
  172. package/api/types/PageDetailsOpenGraph.d.ts +16 -0
  173. package/api/types/PageDetailsOpenGraph.js +5 -0
  174. package/api/types/PageDetailsSeo.d.ts +12 -0
  175. package/api/types/PageDetailsSeo.js +5 -0
  176. package/api/types/PageList.d.ts +1 -1
  177. package/api/types/Product.d.ts +1 -1
  178. package/api/types/ProductAndSkUs.d.ts +1 -1
  179. package/api/types/ProductAndSkUsList.d.ts +1 -1
  180. package/api/types/ProductFieldData.d.ts +1 -1
  181. package/api/types/RegisteredScriptList.d.ts +1 -1
  182. package/api/types/ScriptApply.d.ts +1 -1
  183. package/api/types/ScriptApplyList.d.ts +1 -1
  184. package/api/types/Scripts.d.ts +1 -1
  185. package/api/types/Site.d.ts +1 -1
  186. package/api/types/SiteActivityLogItem.d.ts +1 -1
  187. package/api/types/SiteActivityLogResponse.d.ts +1 -1
  188. package/api/types/Sites.d.ts +1 -1
  189. package/api/types/Sku.d.ts +1 -1
  190. package/api/types/SkuFieldData.d.ts +1 -1
  191. package/api/types/SkuFieldDataEcSkuSubscriptionPlan.d.ts +1 -1
  192. package/api/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.d.ts +2 -1
  193. package/api/types/SkuPropertyList.d.ts +1 -1
  194. package/api/types/StripeCard.d.ts +1 -1
  195. package/api/types/User.d.ts +1 -1
  196. package/api/types/UserAccessGroupsItem.d.ts +1 -1
  197. package/api/types/UserData.d.ts +1 -1
  198. package/api/types/UserLimitReached.d.ts +2 -11
  199. package/api/types/UserList.d.ts +1 -1
  200. package/api/types/UsersNotEnabled.d.ts +2 -11
  201. package/api/types/Webhook.d.ts +1 -1
  202. package/api/types/WebhookList.d.ts +1 -1
  203. package/api/types/index.d.ts +6 -0
  204. package/api/types/index.js +6 -0
  205. package/core/fetcher/Fetcher.d.ts +2 -1
  206. package/core/fetcher/Fetcher.js +126 -19
  207. package/core/runtime/runtime.d.ts +1 -1
  208. package/core/runtime/runtime.js +11 -1
  209. package/core/schemas/builders/object/object.js +11 -15
  210. package/dist/Client.d.ts +4 -0
  211. package/dist/api/errors/BadRequestError.d.ts +1 -1
  212. package/dist/api/errors/BadRequestError.js +1 -1
  213. package/dist/api/errors/ConflictError.d.ts +1 -1
  214. package/dist/api/errors/ConflictError.js +1 -1
  215. package/dist/api/errors/ForbiddenError.d.ts +1 -1
  216. package/dist/api/errors/ForbiddenError.js +1 -1
  217. package/dist/api/errors/InternalServerError.d.ts +1 -1
  218. package/dist/api/errors/InternalServerError.js +1 -1
  219. package/dist/api/errors/NotFoundError.d.ts +1 -1
  220. package/dist/api/errors/NotFoundError.js +1 -1
  221. package/dist/api/errors/TooManyRequestsError.d.ts +1 -1
  222. package/dist/api/errors/TooManyRequestsError.js +1 -1
  223. package/dist/api/errors/UnauthorizedError.d.ts +1 -1
  224. package/dist/api/errors/UnauthorizedError.js +1 -1
  225. package/dist/api/errors/index.d.ts +2 -2
  226. package/dist/api/errors/index.js +2 -2
  227. package/dist/api/resources/accessGroups/client/Client.d.ts +11 -2
  228. package/dist/api/resources/accessGroups/client/Client.js +12 -6
  229. package/dist/api/resources/accessGroups/client/requests/AccessGroupsListRequest.d.ts +1 -1
  230. package/dist/api/resources/accessGroups/client/requests/index.d.ts +1 -1
  231. package/dist/api/resources/assets/client/Client.d.ts +50 -13
  232. package/dist/api/resources/assets/client/Client.js +72 -31
  233. package/dist/api/resources/assets/client/requests/AssetsCreateFolderRequest.d.ts +1 -2
  234. package/dist/api/resources/assets/client/requests/AssetsCreateRequest.d.ts +1 -2
  235. package/dist/api/resources/assets/client/requests/index.d.ts +3 -3
  236. package/dist/api/resources/collections/client/Client.d.ts +32 -6
  237. package/dist/api/resources/collections/client/Client.js +45 -18
  238. package/dist/api/resources/collections/client/requests/index.d.ts +1 -1
  239. package/dist/api/resources/collections/resources/fields/client/Client.d.ts +18 -3
  240. package/dist/api/resources/collections/resources/fields/client/Client.js +22 -9
  241. package/dist/api/resources/collections/resources/fields/client/requests/FieldCreate.d.ts +1 -1
  242. package/dist/api/resources/collections/resources/fields/client/requests/index.d.ts +2 -2
  243. package/dist/api/resources/collections/resources/fields/types/FieldCreateType.d.ts +2 -2
  244. package/dist/api/resources/collections/resources/fields/types/FieldCreateType.js +1 -1
  245. package/dist/api/resources/collections/resources/items/client/Client.d.ts +108 -20
  246. package/dist/api/resources/collections/resources/items/client/Client.js +312 -58
  247. package/dist/api/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +2 -8
  248. package/dist/api/resources/collections/resources/items/client/requests/ItemsDeleteItemLiveRequest.d.ts +13 -0
  249. package/dist/api/resources/collections/resources/items/client/requests/ItemsDeleteItemLiveRequest.js +5 -0
  250. package/dist/api/resources/collections/resources/items/client/requests/ItemsDeleteItemRequest.d.ts +2 -2
  251. package/dist/api/resources/collections/resources/items/client/requests/ItemsGetItemLiveRequest.d.ts +13 -0
  252. package/dist/api/resources/collections/resources/items/client/requests/ItemsGetItemLiveRequest.js +5 -0
  253. package/dist/api/resources/collections/resources/items/client/requests/ItemsGetItemRequest.d.ts +1 -1
  254. package/dist/api/resources/collections/resources/items/client/requests/ItemsListItemsLiveRequest.d.ts +38 -0
  255. package/dist/api/resources/collections/resources/items/client/requests/ItemsListItemsLiveRequest.js +5 -0
  256. package/dist/api/resources/collections/resources/items/client/requests/ItemsListItemsRequest.d.ts +19 -2
  257. package/dist/api/resources/collections/resources/items/client/requests/index.d.ts +8 -5
  258. package/dist/api/resources/collections/resources/items/types/ItemsListItemsLiveRequestSortBy.d.ts +9 -0
  259. package/dist/api/resources/collections/resources/items/types/ItemsListItemsLiveRequestSortBy.js +11 -0
  260. package/dist/api/resources/collections/resources/items/types/ItemsListItemsLiveRequestSortOrder.d.ts +8 -0
  261. package/dist/api/resources/collections/resources/items/types/ItemsListItemsLiveRequestSortOrder.js +10 -0
  262. package/dist/api/resources/collections/resources/items/types/ItemsListItemsRequestSortBy.d.ts +9 -0
  263. package/dist/api/resources/collections/resources/items/types/ItemsListItemsRequestSortBy.js +11 -0
  264. package/dist/api/resources/collections/resources/items/types/ItemsListItemsRequestSortOrder.d.ts +8 -0
  265. package/dist/api/resources/collections/resources/items/types/ItemsListItemsRequestSortOrder.js +10 -0
  266. package/dist/api/resources/collections/resources/items/types/index.d.ts +4 -0
  267. package/dist/api/resources/collections/resources/items/types/index.js +4 -0
  268. package/dist/api/resources/ecommerce/client/Client.d.ts +10 -2
  269. package/dist/api/resources/ecommerce/client/Client.js +11 -6
  270. package/dist/api/resources/forms/client/Client.d.ts +32 -6
  271. package/dist/api/resources/forms/client/Client.js +45 -18
  272. package/dist/api/resources/forms/client/requests/index.d.ts +2 -2
  273. package/dist/api/resources/inventory/client/Client.d.ts +19 -6
  274. package/dist/api/resources/inventory/client/Client.js +23 -12
  275. package/dist/api/resources/inventory/client/requests/InventoryUpdateRequest.d.ts +2 -4
  276. package/dist/api/resources/inventory/client/requests/index.d.ts +1 -1
  277. package/dist/api/resources/orders/client/Client.d.ts +44 -12
  278. package/dist/api/resources/orders/client/Client.js +60 -26
  279. package/dist/api/resources/orders/client/requests/OrdersListRequest.d.ts +2 -1
  280. package/dist/api/resources/orders/client/requests/OrdersRefundRequest.d.ts +1 -1
  281. package/dist/api/resources/orders/client/requests/OrdersUpdateRequest.d.ts +1 -6
  282. package/dist/api/resources/orders/client/requests/index.d.ts +4 -4
  283. package/dist/api/resources/orders/types/OrdersListRequestStatus.d.ts +12 -0
  284. package/dist/api/resources/orders/types/OrdersListRequestStatus.js +14 -0
  285. package/dist/api/resources/orders/types/index.d.ts +1 -0
  286. package/dist/api/resources/orders/types/index.js +1 -0
  287. package/dist/api/resources/pages/client/Client.d.ts +37 -12
  288. package/dist/api/resources/pages/client/Client.js +57 -25
  289. package/dist/api/resources/pages/client/requests/DomWrite.d.ts +1 -4
  290. package/dist/api/resources/pages/client/requests/PagesGetContentRequest.d.ts +8 -0
  291. package/dist/api/resources/pages/client/requests/UpdatePageSettingsRequest.d.ts +1 -2
  292. package/dist/api/resources/pages/client/requests/index.d.ts +5 -5
  293. package/dist/api/resources/pages/resources/scripts/client/Client.d.ts +24 -11
  294. package/dist/api/resources/pages/resources/scripts/client/Client.js +31 -19
  295. package/dist/api/resources/products/client/Client.d.ts +47 -89
  296. package/dist/api/resources/products/client/Client.js +63 -103
  297. package/dist/api/resources/products/client/requests/ProductSkuCreate.d.ts +2 -27
  298. package/dist/api/resources/products/client/requests/ProductSkuUpdate.d.ts +2 -27
  299. package/dist/api/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +2 -17
  300. package/dist/api/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +2 -17
  301. package/dist/api/resources/products/client/requests/index.d.ts +5 -5
  302. package/dist/api/resources/products/types/ProductsCreateSkuResponse.d.ts +1 -1
  303. package/dist/api/resources/scripts/client/Client.d.ts +25 -7
  304. package/dist/api/resources/scripts/client/Client.js +32 -15
  305. package/dist/api/resources/scripts/client/requests/CustomCodeHostedRequest.d.ts +1 -1
  306. package/dist/api/resources/scripts/client/requests/CustomCodeInlineRequest.d.ts +1 -1
  307. package/dist/api/resources/scripts/client/requests/index.d.ts +2 -2
  308. package/dist/api/resources/sites/client/Client.d.ts +25 -8
  309. package/dist/api/resources/sites/client/Client.js +34 -17
  310. package/dist/api/resources/sites/client/requests/SitesPublishRequest.d.ts +1 -4
  311. package/dist/api/resources/sites/client/requests/index.d.ts +1 -1
  312. package/dist/api/resources/sites/resources/activityLogs/client/Client.d.ts +11 -2
  313. package/dist/api/resources/sites/resources/activityLogs/client/Client.js +12 -6
  314. package/dist/api/resources/sites/resources/activityLogs/client/requests/index.d.ts +1 -1
  315. package/dist/api/resources/sites/resources/scripts/client/Client.d.ts +31 -13
  316. package/dist/api/resources/sites/resources/scripts/client/Client.js +41 -23
  317. package/dist/api/resources/sites/resources/scripts/client/requests/index.d.ts +1 -1
  318. package/dist/api/resources/token/client/Client.d.ts +14 -4
  319. package/dist/api/resources/token/client/Client.js +16 -8
  320. package/dist/api/resources/users/client/Client.d.ts +38 -8
  321. package/dist/api/resources/users/client/Client.js +51 -20
  322. package/dist/api/resources/users/client/requests/UsersInviteRequest.d.ts +1 -1
  323. package/dist/api/resources/users/client/requests/UsersListRequest.d.ts +1 -1
  324. package/dist/api/resources/users/client/requests/UsersUpdateRequest.d.ts +2 -2
  325. package/dist/api/resources/users/client/requests/index.d.ts +3 -3
  326. package/dist/api/resources/webhooks/client/Client.d.ts +27 -6
  327. package/dist/api/resources/webhooks/client/Client.js +37 -16
  328. package/dist/api/resources/webhooks/client/requests/WebhooksCreateRequest.d.ts +1 -1
  329. package/dist/api/resources/webhooks/client/requests/index.d.ts +1 -1
  330. package/dist/api/types/AccessGroupList.d.ts +1 -1
  331. package/dist/api/types/Asset.d.ts +1 -1
  332. package/dist/api/types/AssetFolderList.d.ts +1 -1
  333. package/dist/api/types/AssetUpload.d.ts +1 -1
  334. package/dist/api/types/Assets.d.ts +1 -1
  335. package/dist/api/types/Authorization.d.ts +1 -1
  336. package/dist/api/types/AuthorizationAuthorization.d.ts +1 -1
  337. package/dist/api/types/BadRequestErrorBody.d.ts +5 -0
  338. package/dist/api/types/BadRequestErrorBody.js +5 -0
  339. package/dist/api/types/Collection.d.ts +2 -1
  340. package/dist/api/types/CollectionItem.d.ts +1 -1
  341. package/dist/api/types/CollectionItemList.d.ts +1 -1
  342. package/dist/api/types/CollectionList.d.ts +1 -1
  343. package/dist/api/types/ConflictErrorBody.d.ts +5 -0
  344. package/dist/api/types/ConflictErrorBody.js +5 -0
  345. package/dist/api/types/CustomCodeBlock.d.ts +1 -1
  346. package/dist/api/types/CustomCodeHostedResponse.d.ts +1 -1
  347. package/dist/api/types/CustomCodeInlineResponse.d.ts +1 -1
  348. package/dist/api/types/Dom.d.ts +1 -1
  349. package/dist/api/types/Domains.d.ts +1 -1
  350. package/dist/api/types/DuplicateUserEmail.d.ts +2 -11
  351. package/dist/api/types/Error_.d.ts +1 -1
  352. package/dist/api/types/Field.d.ts +1 -1
  353. package/dist/api/types/FieldType.d.ts +2 -2
  354. package/dist/api/types/FieldType.js +1 -1
  355. package/dist/api/types/ForbiddenErrorBody.d.ts +10 -0
  356. package/dist/api/types/ForbiddenErrorBody.js +5 -0
  357. package/dist/api/types/Form.d.ts +1 -1
  358. package/dist/api/types/FormField.d.ts +1 -1
  359. package/dist/api/types/FormFieldValue.d.ts +1 -1
  360. package/dist/api/types/FormList.d.ts +1 -1
  361. package/dist/api/types/FormSubmissionList.d.ts +1 -1
  362. package/dist/api/types/InventoryItem.d.ts +1 -1
  363. package/dist/api/types/ListCustomCodeBlocks.d.ts +1 -1
  364. package/dist/api/types/Locales.d.ts +1 -1
  365. package/dist/api/types/MissingScopes.d.ts +2 -11
  366. package/dist/api/types/Node.d.ts +1 -1
  367. package/dist/api/types/NotEnterprisePlanSite.d.ts +2 -11
  368. package/dist/api/types/OauthScope.d.ts +9 -1
  369. package/dist/api/types/OauthScope.js +2 -0
  370. package/dist/api/types/Order.d.ts +1 -1
  371. package/dist/api/types/OrderAddress.d.ts +1 -1
  372. package/dist/api/types/OrderList.d.ts +1 -1
  373. package/dist/api/types/OrderPurchasedItem.d.ts +1 -1
  374. package/dist/api/types/OrderPurchasedItemVariantImage.d.ts +1 -1
  375. package/dist/api/types/OrderPurchasedItemVariantImageFile.d.ts +1 -1
  376. package/dist/api/types/OrderTotals.d.ts +1 -1
  377. package/dist/api/types/OrderTotalsExtrasItem.d.ts +1 -1
  378. package/dist/api/types/Page.d.ts +1 -1
  379. package/dist/api/types/PageDetails.d.ts +41 -0
  380. package/dist/api/types/PageDetails.js +5 -0
  381. package/dist/api/types/PageDetailsOpenGraph.d.ts +16 -0
  382. package/dist/api/types/PageDetailsOpenGraph.js +5 -0
  383. package/dist/api/types/PageDetailsSeo.d.ts +12 -0
  384. package/dist/api/types/PageDetailsSeo.js +5 -0
  385. package/dist/api/types/PageList.d.ts +1 -1
  386. package/dist/api/types/Product.d.ts +1 -1
  387. package/dist/api/types/ProductAndSkUs.d.ts +1 -1
  388. package/dist/api/types/ProductAndSkUsList.d.ts +1 -1
  389. package/dist/api/types/ProductFieldData.d.ts +1 -1
  390. package/dist/api/types/RegisteredScriptList.d.ts +1 -1
  391. package/dist/api/types/ScriptApply.d.ts +1 -1
  392. package/dist/api/types/ScriptApplyList.d.ts +1 -1
  393. package/dist/api/types/Scripts.d.ts +1 -1
  394. package/dist/api/types/Site.d.ts +1 -1
  395. package/dist/api/types/SiteActivityLogItem.d.ts +1 -1
  396. package/dist/api/types/SiteActivityLogResponse.d.ts +1 -1
  397. package/dist/api/types/Sites.d.ts +1 -1
  398. package/dist/api/types/Sku.d.ts +1 -1
  399. package/dist/api/types/SkuFieldData.d.ts +1 -1
  400. package/dist/api/types/SkuFieldDataEcSkuSubscriptionPlan.d.ts +1 -1
  401. package/dist/api/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.d.ts +2 -1
  402. package/dist/api/types/SkuPropertyList.d.ts +1 -1
  403. package/dist/api/types/StripeCard.d.ts +1 -1
  404. package/dist/api/types/User.d.ts +1 -1
  405. package/dist/api/types/UserAccessGroupsItem.d.ts +1 -1
  406. package/dist/api/types/UserData.d.ts +1 -1
  407. package/dist/api/types/UserLimitReached.d.ts +2 -11
  408. package/dist/api/types/UserList.d.ts +1 -1
  409. package/dist/api/types/UsersNotEnabled.d.ts +2 -11
  410. package/dist/api/types/Webhook.d.ts +1 -1
  411. package/dist/api/types/WebhookList.d.ts +1 -1
  412. package/dist/api/types/index.d.ts +6 -0
  413. package/dist/api/types/index.js +6 -0
  414. package/dist/core/fetcher/Fetcher.d.ts +2 -1
  415. package/dist/core/fetcher/Fetcher.js +126 -19
  416. package/dist/core/runtime/runtime.d.ts +1 -1
  417. package/dist/core/runtime/runtime.js +11 -1
  418. package/dist/core/schemas/builders/object/object.js +11 -15
  419. package/dist/serialization/resources/accessGroups/types/AccessGroupsListRequestSort.d.ts +2 -2
  420. package/dist/serialization/resources/assets/client/requests/AssetsCreateFolderRequest.d.ts +2 -2
  421. package/dist/serialization/resources/assets/client/requests/AssetsCreateRequest.d.ts +2 -2
  422. package/dist/serialization/resources/assets/client/requests/AssetsUpdateRequest.d.ts +2 -2
  423. package/dist/serialization/resources/collections/client/requests/CollectionsCreateRequest.d.ts +2 -2
  424. package/dist/serialization/resources/collections/resources/fields/client/requests/FieldCreate.d.ts +4 -3
  425. package/dist/serialization/resources/collections/resources/fields/client/requests/FieldCreate.js +2 -10
  426. package/dist/serialization/resources/collections/resources/fields/client/requests/FieldUpdate.d.ts +2 -2
  427. package/dist/serialization/resources/collections/resources/fields/types/FieldCreateType.d.ts +3 -3
  428. package/dist/serialization/resources/collections/resources/fields/types/FieldCreateType.js +1 -1
  429. package/dist/serialization/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +4 -3
  430. package/dist/serialization/resources/collections/resources/items/client/requests/BulkCollectionItem.js +2 -12
  431. package/dist/serialization/resources/collections/resources/items/client/requests/ItemsPublishItemRequest.d.ts +2 -2
  432. package/dist/serialization/resources/collections/resources/items/types/BulkCollectionItemFieldData.d.ts +2 -2
  433. package/dist/serialization/resources/collections/resources/items/types/ItemsListItemsLiveRequestSortBy.d.ts +10 -0
  434. package/dist/serialization/resources/collections/resources/items/types/ItemsListItemsLiveRequestSortBy.js +31 -0
  435. package/dist/serialization/resources/collections/resources/items/types/ItemsListItemsLiveRequestSortOrder.d.ts +10 -0
  436. package/dist/serialization/resources/collections/resources/items/types/ItemsListItemsLiveRequestSortOrder.js +31 -0
  437. package/dist/serialization/resources/collections/resources/items/types/ItemsListItemsRequestSortBy.d.ts +10 -0
  438. package/dist/serialization/resources/collections/resources/items/types/ItemsListItemsRequestSortBy.js +31 -0
  439. package/dist/serialization/resources/collections/resources/items/types/ItemsListItemsRequestSortOrder.d.ts +10 -0
  440. package/dist/serialization/resources/collections/resources/items/types/ItemsListItemsRequestSortOrder.js +31 -0
  441. package/dist/serialization/resources/collections/resources/items/types/index.d.ts +4 -0
  442. package/dist/serialization/resources/collections/resources/items/types/index.js +4 -0
  443. package/dist/serialization/resources/forms/client/requests/FormsUpdateSubmissionRequest.d.ts +2 -2
  444. package/dist/serialization/resources/inventory/client/requests/InventoryUpdateRequest.d.ts +4 -3
  445. package/dist/serialization/resources/inventory/client/requests/InventoryUpdateRequest.js +2 -10
  446. package/dist/serialization/resources/inventory/types/InventoryUpdateRequestInventoryType.d.ts +2 -2
  447. package/dist/serialization/resources/orders/client/requests/OrdersRefundRequest.d.ts +4 -3
  448. package/dist/serialization/resources/orders/client/requests/OrdersRefundRequest.js +2 -10
  449. package/dist/serialization/resources/orders/client/requests/OrdersUpdateFulfillRequest.d.ts +2 -2
  450. package/dist/serialization/resources/orders/client/requests/OrdersUpdateRequest.d.ts +2 -2
  451. package/dist/serialization/resources/orders/types/OrdersListRequestStatus.d.ts +10 -0
  452. package/dist/serialization/resources/orders/types/OrdersListRequestStatus.js +31 -0
  453. package/dist/serialization/resources/orders/types/OrdersRefundRequestReason.d.ts +2 -2
  454. package/dist/serialization/resources/orders/types/index.d.ts +1 -0
  455. package/dist/serialization/resources/orders/types/index.js +1 -0
  456. package/dist/serialization/resources/pages/client/requests/DomWrite.d.ts +4 -3
  457. package/dist/serialization/resources/pages/client/requests/DomWrite.js +2 -10
  458. package/dist/serialization/resources/pages/types/DomWriteNodesItem.d.ts +2 -2
  459. package/dist/serialization/resources/pages/types/UpdateStaticContentResponse.d.ts +2 -2
  460. package/dist/serialization/resources/products/client/requests/ProductSkuCreate.d.ts +8 -5
  461. package/dist/serialization/resources/products/client/requests/ProductSkuCreate.js +6 -12
  462. package/dist/serialization/resources/products/client/requests/ProductSkuUpdate.d.ts +8 -5
  463. package/dist/serialization/resources/products/client/requests/ProductSkuUpdate.js +6 -12
  464. package/dist/serialization/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +6 -4
  465. package/dist/serialization/resources/products/client/requests/ProductsCreateSkuRequest.js +4 -11
  466. package/dist/serialization/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +6 -4
  467. package/dist/serialization/resources/products/client/requests/ProductsUpdateSkuRequest.js +4 -11
  468. package/dist/serialization/resources/products/types/ProductsCreateSkuResponse.d.ts +4 -3
  469. package/dist/serialization/resources/products/types/ProductsCreateSkuResponse.js +2 -10
  470. package/dist/serialization/resources/scripts/client/requests/CustomCodeHostedRequest.d.ts +2 -2
  471. package/dist/serialization/resources/scripts/client/requests/CustomCodeInlineRequest.d.ts +2 -2
  472. package/dist/serialization/resources/sites/client/requests/SitesPublishRequest.d.ts +2 -2
  473. package/dist/serialization/resources/users/client/requests/UsersInviteRequest.d.ts +2 -2
  474. package/dist/serialization/resources/users/client/requests/UsersUpdateRequest.d.ts +4 -3
  475. package/dist/serialization/resources/users/client/requests/UsersUpdateRequest.js +2 -10
  476. package/dist/serialization/resources/users/types/UsersListRequestSort.d.ts +2 -2
  477. package/dist/serialization/resources/users/types/UsersUpdateRequestData.d.ts +2 -2
  478. package/dist/serialization/resources/webhooks/client/requests/WebhooksCreateRequest.d.ts +4 -3
  479. package/dist/serialization/resources/webhooks/client/requests/WebhooksCreateRequest.js +2 -10
  480. package/dist/serialization/types/AccessGroup.d.ts +2 -2
  481. package/dist/serialization/types/AccessGroupList.d.ts +4 -3
  482. package/dist/serialization/types/AccessGroupList.js +2 -12
  483. package/dist/serialization/types/Application.d.ts +2 -2
  484. package/dist/serialization/types/Asset.d.ts +4 -3
  485. package/dist/serialization/types/Asset.js +2 -12
  486. package/dist/serialization/types/AssetFolder.d.ts +2 -2
  487. package/dist/serialization/types/AssetFolderList.d.ts +6 -4
  488. package/dist/serialization/types/AssetFolderList.js +4 -13
  489. package/dist/serialization/types/AssetUpload.d.ts +4 -3
  490. package/dist/serialization/types/AssetUpload.js +2 -12
  491. package/dist/serialization/types/AssetUploadUploadDetails.d.ts +2 -2
  492. package/dist/serialization/types/AssetVariant.d.ts +2 -2
  493. package/dist/serialization/types/Assets.d.ts +4 -3
  494. package/dist/serialization/types/Assets.js +2 -12
  495. package/dist/serialization/types/Authorization.d.ts +6 -4
  496. package/dist/serialization/types/Authorization.js +4 -13
  497. package/dist/serialization/types/AuthorizationAuthorization.d.ts +4 -3
  498. package/dist/serialization/types/AuthorizationAuthorization.js +2 -12
  499. package/dist/serialization/types/AuthorizationAuthorizationAuthorizedTo.d.ts +2 -2
  500. package/dist/serialization/types/AuthorizedUser.d.ts +2 -2
  501. package/dist/serialization/types/BadRequestErrorBody.d.ts +12 -0
  502. package/dist/serialization/types/BadRequestErrorBody.js +33 -0
  503. package/dist/serialization/types/Collection.d.ts +4 -3
  504. package/dist/serialization/types/Collection.js +2 -1
  505. package/dist/serialization/types/CollectionItem.d.ts +4 -3
  506. package/dist/serialization/types/CollectionItem.js +2 -10
  507. package/dist/serialization/types/CollectionItemFieldData.d.ts +2 -2
  508. package/dist/serialization/types/CollectionItemList.d.ts +6 -4
  509. package/dist/serialization/types/CollectionItemList.js +4 -13
  510. package/dist/serialization/types/CollectionItemListPagination.d.ts +2 -2
  511. package/dist/serialization/types/CollectionList.d.ts +4 -3
  512. package/dist/serialization/types/CollectionList.js +2 -12
  513. package/dist/serialization/types/CollectionListArrayItem.d.ts +2 -2
  514. package/dist/serialization/types/ConflictErrorBody.d.ts +12 -0
  515. package/dist/serialization/types/ConflictErrorBody.js +33 -0
  516. package/dist/serialization/types/CustomCodeBlock.d.ts +6 -4
  517. package/dist/serialization/types/CustomCodeBlock.js +4 -11
  518. package/dist/serialization/types/CustomCodeBlockType.d.ts +2 -2
  519. package/dist/serialization/types/CustomCodeHostedResponse.d.ts +2 -2
  520. package/dist/serialization/types/CustomCodeInlineResponse.d.ts +2 -2
  521. package/dist/serialization/types/Dom.d.ts +6 -4
  522. package/dist/serialization/types/Dom.js +4 -11
  523. package/dist/serialization/types/Domain.d.ts +2 -2
  524. package/dist/serialization/types/Domains.d.ts +4 -3
  525. package/dist/serialization/types/Domains.js +2 -12
  526. package/dist/serialization/types/DuplicateUserEmail.d.ts +4 -8
  527. package/dist/serialization/types/DuplicateUserEmail.js +2 -41
  528. package/dist/serialization/types/EcommerceSettings.d.ts +2 -2
  529. package/dist/serialization/types/ErrorDetailsItem.d.ts +2 -2
  530. package/dist/serialization/types/Error_.d.ts +4 -3
  531. package/dist/serialization/types/Error_.js +2 -12
  532. package/dist/serialization/types/Field.d.ts +4 -3
  533. package/dist/serialization/types/Field.js +2 -10
  534. package/dist/serialization/types/FieldType.d.ts +3 -3
  535. package/dist/serialization/types/FieldType.js +1 -1
  536. package/dist/serialization/types/ForbiddenErrorBody.d.ts +16 -0
  537. package/dist/serialization/types/ForbiddenErrorBody.js +37 -0
  538. package/dist/serialization/types/Form.d.ts +6 -4
  539. package/dist/serialization/types/Form.js +4 -11
  540. package/dist/serialization/types/FormField.d.ts +4 -3
  541. package/dist/serialization/types/FormField.js +2 -10
  542. package/dist/serialization/types/FormFieldValue.d.ts +4 -3
  543. package/dist/serialization/types/FormFieldValue.js +2 -10
  544. package/dist/serialization/types/FormFieldValueType.d.ts +2 -2
  545. package/dist/serialization/types/FormList.d.ts +6 -4
  546. package/dist/serialization/types/FormList.js +4 -11
  547. package/dist/serialization/types/FormResponseSettings.d.ts +2 -2
  548. package/dist/serialization/types/FormSubmission.d.ts +2 -2
  549. package/dist/serialization/types/FormSubmissionList.d.ts +6 -4
  550. package/dist/serialization/types/FormSubmissionList.js +4 -13
  551. package/dist/serialization/types/ImageNode.d.ts +2 -2
  552. package/dist/serialization/types/InvalidDomain.d.ts +2 -2
  553. package/dist/serialization/types/InventoryItem.d.ts +4 -3
  554. package/dist/serialization/types/InventoryItem.js +2 -10
  555. package/dist/serialization/types/InventoryItemInventoryType.d.ts +2 -2
  556. package/dist/serialization/types/ListCustomCodeBlocks.d.ts +6 -4
  557. package/dist/serialization/types/ListCustomCodeBlocks.js +4 -13
  558. package/dist/serialization/types/Locale.d.ts +2 -2
  559. package/dist/serialization/types/Locales.d.ts +5 -4
  560. package/dist/serialization/types/Locales.js +3 -13
  561. package/dist/serialization/types/MissingScopes.d.ts +4 -9
  562. package/dist/serialization/types/MissingScopes.js +2 -42
  563. package/dist/serialization/types/NoDomains.d.ts +2 -2
  564. package/dist/serialization/types/Node.d.ts +8 -5
  565. package/dist/serialization/types/Node.js +6 -12
  566. package/dist/serialization/types/NodeType.d.ts +2 -2
  567. package/dist/serialization/types/NotEnterprisePlanSite.d.ts +4 -9
  568. package/dist/serialization/types/NotEnterprisePlanSite.js +2 -42
  569. package/dist/serialization/types/OauthScope.d.ts +3 -3
  570. package/dist/serialization/types/OauthScope.js +2 -0
  571. package/dist/serialization/types/Order.d.ts +30 -18
  572. package/dist/serialization/types/Order.js +28 -31
  573. package/dist/serialization/types/OrderAddress.d.ts +6 -4
  574. package/dist/serialization/types/OrderAddress.js +4 -11
  575. package/dist/serialization/types/OrderAddressJapanType.d.ts +2 -2
  576. package/dist/serialization/types/OrderAddressType.d.ts +2 -2
  577. package/dist/serialization/types/OrderCustomerInfo.d.ts +2 -2
  578. package/dist/serialization/types/OrderDisputeLastStatus.d.ts +2 -2
  579. package/dist/serialization/types/OrderDownloadFilesItem.d.ts +2 -2
  580. package/dist/serialization/types/OrderList.d.ts +6 -4
  581. package/dist/serialization/types/OrderList.js +4 -13
  582. package/dist/serialization/types/OrderMetadata.d.ts +2 -2
  583. package/dist/serialization/types/OrderPrice.d.ts +2 -2
  584. package/dist/serialization/types/OrderPurchasedItem.d.ts +7 -5
  585. package/dist/serialization/types/OrderPurchasedItem.js +5 -14
  586. package/dist/serialization/types/OrderPurchasedItemVariantImage.d.ts +4 -3
  587. package/dist/serialization/types/OrderPurchasedItemVariantImage.js +2 -10
  588. package/dist/serialization/types/OrderPurchasedItemVariantImageFile.d.ts +4 -3
  589. package/dist/serialization/types/OrderPurchasedItemVariantImageFile.js +2 -12
  590. package/dist/serialization/types/OrderPurchasedItemVariantImageFileVariantsItem.d.ts +2 -2
  591. package/dist/serialization/types/OrderStatus.d.ts +2 -2
  592. package/dist/serialization/types/OrderTotals.d.ts +7 -5
  593. package/dist/serialization/types/OrderTotals.js +5 -14
  594. package/dist/serialization/types/OrderTotalsExtrasItem.d.ts +6 -4
  595. package/dist/serialization/types/OrderTotalsExtrasItem.js +4 -11
  596. package/dist/serialization/types/OrderTotalsExtrasItemType.d.ts +2 -2
  597. package/dist/serialization/types/Page.d.ts +6 -4
  598. package/dist/serialization/types/Page.js +4 -11
  599. package/dist/serialization/types/PageDetails.d.ts +29 -0
  600. package/dist/serialization/types/PageDetails.js +50 -0
  601. package/dist/serialization/types/PageDetailsOpenGraph.d.ts +15 -0
  602. package/dist/serialization/types/PageDetailsOpenGraph.js +36 -0
  603. package/dist/serialization/types/PageDetailsSeo.d.ts +13 -0
  604. package/dist/serialization/types/PageDetailsSeo.js +34 -0
  605. package/dist/serialization/types/PageList.d.ts +6 -4
  606. package/dist/serialization/types/PageList.js +4 -11
  607. package/dist/serialization/types/PageOpenGraph.d.ts +2 -2
  608. package/dist/serialization/types/PageSeo.d.ts +2 -2
  609. package/dist/serialization/types/Pagination.d.ts +2 -2
  610. package/dist/serialization/types/PaypalDetails.d.ts +2 -2
  611. package/dist/serialization/types/Product.d.ts +4 -3
  612. package/dist/serialization/types/Product.js +2 -10
  613. package/dist/serialization/types/ProductAndSkUs.d.ts +6 -4
  614. package/dist/serialization/types/ProductAndSkUs.js +4 -11
  615. package/dist/serialization/types/ProductAndSkUsList.d.ts +6 -4
  616. package/dist/serialization/types/ProductAndSkUsList.js +4 -13
  617. package/dist/serialization/types/ProductFieldData.d.ts +8 -5
  618. package/dist/serialization/types/ProductFieldData.js +6 -14
  619. package/dist/serialization/types/ProductFieldDataEcProductType.d.ts +2 -2
  620. package/dist/serialization/types/ProductFieldDataTaxCategory.d.ts +2 -2
  621. package/dist/serialization/types/PublishStatus.d.ts +2 -2
  622. package/dist/serialization/types/RegisteredScriptList.d.ts +4 -3
  623. package/dist/serialization/types/RegisteredScriptList.js +2 -12
  624. package/dist/serialization/types/ScriptApply.d.ts +4 -3
  625. package/dist/serialization/types/ScriptApply.js +2 -10
  626. package/dist/serialization/types/ScriptApplyList.d.ts +4 -3
  627. package/dist/serialization/types/ScriptApplyList.js +2 -12
  628. package/dist/serialization/types/ScriptApplyLocation.d.ts +2 -2
  629. package/dist/serialization/types/Scripts.d.ts +4 -3
  630. package/dist/serialization/types/Scripts.js +2 -10
  631. package/dist/serialization/types/Site.d.ts +6 -4
  632. package/dist/serialization/types/Site.js +4 -13
  633. package/dist/serialization/types/SiteActivityLogItem.d.ts +6 -4
  634. package/dist/serialization/types/SiteActivityLogItem.js +4 -13
  635. package/dist/serialization/types/SiteActivityLogItemResourceOperation.d.ts +2 -2
  636. package/dist/serialization/types/SiteActivityLogItemUser.d.ts +2 -2
  637. package/dist/serialization/types/SiteActivityLogResponse.d.ts +6 -4
  638. package/dist/serialization/types/SiteActivityLogResponse.js +4 -13
  639. package/dist/serialization/types/Sites.d.ts +4 -3
  640. package/dist/serialization/types/Sites.js +2 -10
  641. package/dist/serialization/types/Sku.d.ts +4 -3
  642. package/dist/serialization/types/Sku.js +2 -10
  643. package/dist/serialization/types/SkuFieldData.d.ts +12 -7
  644. package/dist/serialization/types/SkuFieldData.js +10 -14
  645. package/dist/serialization/types/SkuFieldDataCompareAtPrice.d.ts +2 -2
  646. package/dist/serialization/types/SkuFieldDataEcSkuBillingMethod.d.ts +2 -2
  647. package/dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlan.d.ts +6 -4
  648. package/dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlan.js +4 -15
  649. package/dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlanInterval.d.ts +2 -2
  650. package/dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.d.ts +4 -3
  651. package/dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.js +2 -12
  652. package/dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.d.ts +2 -2
  653. package/dist/serialization/types/SkuFieldDataPrice.d.ts +2 -2
  654. package/dist/serialization/types/SkuPropertyList.d.ts +4 -3
  655. package/dist/serialization/types/SkuPropertyList.js +2 -10
  656. package/dist/serialization/types/SkuPropertyListEnumItem.d.ts +2 -2
  657. package/dist/serialization/types/SkuValueList.d.ts +2 -2
  658. package/dist/serialization/types/StripeCard.d.ts +6 -4
  659. package/dist/serialization/types/StripeCard.js +4 -11
  660. package/dist/serialization/types/StripeCardBrand.d.ts +2 -2
  661. package/dist/serialization/types/StripeCardExpires.d.ts +2 -2
  662. package/dist/serialization/types/StripeDetails.d.ts +2 -2
  663. package/dist/serialization/types/TextNode.d.ts +2 -2
  664. package/dist/serialization/types/TriggerType.d.ts +2 -2
  665. package/dist/serialization/types/User.d.ts +8 -5
  666. package/dist/serialization/types/User.js +6 -14
  667. package/dist/serialization/types/UserAccessGroupsItem.d.ts +4 -3
  668. package/dist/serialization/types/UserAccessGroupsItem.js +2 -10
  669. package/dist/serialization/types/UserAccessGroupsItemType.d.ts +2 -2
  670. package/dist/serialization/types/UserData.d.ts +4 -3
  671. package/dist/serialization/types/UserData.js +2 -10
  672. package/dist/serialization/types/UserDataData.d.ts +2 -2
  673. package/dist/serialization/types/UserLimitReached.d.ts +4 -8
  674. package/dist/serialization/types/UserLimitReached.js +2 -41
  675. package/dist/serialization/types/UserList.d.ts +4 -3
  676. package/dist/serialization/types/UserList.js +2 -10
  677. package/dist/serialization/types/UserStatus.d.ts +2 -2
  678. package/dist/serialization/types/UsersNotEnabled.d.ts +4 -8
  679. package/dist/serialization/types/UsersNotEnabled.js +2 -41
  680. package/dist/serialization/types/Webhook.d.ts +4 -3
  681. package/dist/serialization/types/Webhook.js +2 -10
  682. package/dist/serialization/types/WebhookList.d.ts +6 -4
  683. package/dist/serialization/types/WebhookList.js +4 -13
  684. package/dist/serialization/types/index.d.ts +6 -0
  685. package/dist/serialization/types/index.js +6 -0
  686. package/jest.config.js +2 -2
  687. package/package.json +13 -6
  688. package/serialization/resources/accessGroups/types/AccessGroupsListRequestSort.d.ts +2 -2
  689. package/serialization/resources/assets/client/requests/AssetsCreateFolderRequest.d.ts +2 -2
  690. package/serialization/resources/assets/client/requests/AssetsCreateRequest.d.ts +2 -2
  691. package/serialization/resources/assets/client/requests/AssetsUpdateRequest.d.ts +2 -2
  692. package/serialization/resources/collections/client/requests/CollectionsCreateRequest.d.ts +2 -2
  693. package/serialization/resources/collections/resources/fields/client/requests/FieldCreate.d.ts +4 -3
  694. package/serialization/resources/collections/resources/fields/client/requests/FieldCreate.js +2 -10
  695. package/serialization/resources/collections/resources/fields/client/requests/FieldUpdate.d.ts +2 -2
  696. package/serialization/resources/collections/resources/fields/types/FieldCreateType.d.ts +3 -3
  697. package/serialization/resources/collections/resources/fields/types/FieldCreateType.js +1 -1
  698. package/serialization/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +4 -3
  699. package/serialization/resources/collections/resources/items/client/requests/BulkCollectionItem.js +2 -12
  700. package/serialization/resources/collections/resources/items/client/requests/ItemsPublishItemRequest.d.ts +2 -2
  701. package/serialization/resources/collections/resources/items/types/BulkCollectionItemFieldData.d.ts +2 -2
  702. package/serialization/resources/collections/resources/items/types/ItemsListItemsLiveRequestSortBy.d.ts +10 -0
  703. package/serialization/resources/collections/resources/items/types/ItemsListItemsLiveRequestSortBy.js +31 -0
  704. package/serialization/resources/collections/resources/items/types/ItemsListItemsLiveRequestSortOrder.d.ts +10 -0
  705. package/serialization/resources/collections/resources/items/types/ItemsListItemsLiveRequestSortOrder.js +31 -0
  706. package/serialization/resources/collections/resources/items/types/ItemsListItemsRequestSortBy.d.ts +10 -0
  707. package/serialization/resources/collections/resources/items/types/ItemsListItemsRequestSortBy.js +31 -0
  708. package/serialization/resources/collections/resources/items/types/ItemsListItemsRequestSortOrder.d.ts +10 -0
  709. package/serialization/resources/collections/resources/items/types/ItemsListItemsRequestSortOrder.js +31 -0
  710. package/serialization/resources/collections/resources/items/types/index.d.ts +4 -0
  711. package/serialization/resources/collections/resources/items/types/index.js +4 -0
  712. package/serialization/resources/forms/client/requests/FormsUpdateSubmissionRequest.d.ts +2 -2
  713. package/serialization/resources/inventory/client/requests/InventoryUpdateRequest.d.ts +4 -3
  714. package/serialization/resources/inventory/client/requests/InventoryUpdateRequest.js +2 -10
  715. package/serialization/resources/inventory/types/InventoryUpdateRequestInventoryType.d.ts +2 -2
  716. package/serialization/resources/orders/client/requests/OrdersRefundRequest.d.ts +4 -3
  717. package/serialization/resources/orders/client/requests/OrdersRefundRequest.js +2 -10
  718. package/serialization/resources/orders/client/requests/OrdersUpdateFulfillRequest.d.ts +2 -2
  719. package/serialization/resources/orders/client/requests/OrdersUpdateRequest.d.ts +2 -2
  720. package/serialization/resources/orders/types/OrdersListRequestStatus.d.ts +10 -0
  721. package/serialization/resources/orders/types/OrdersListRequestStatus.js +31 -0
  722. package/serialization/resources/orders/types/OrdersRefundRequestReason.d.ts +2 -2
  723. package/serialization/resources/orders/types/index.d.ts +1 -0
  724. package/serialization/resources/orders/types/index.js +1 -0
  725. package/serialization/resources/pages/client/requests/DomWrite.d.ts +4 -3
  726. package/serialization/resources/pages/client/requests/DomWrite.js +2 -10
  727. package/serialization/resources/pages/types/DomWriteNodesItem.d.ts +2 -2
  728. package/serialization/resources/pages/types/UpdateStaticContentResponse.d.ts +2 -2
  729. package/serialization/resources/products/client/requests/ProductSkuCreate.d.ts +8 -5
  730. package/serialization/resources/products/client/requests/ProductSkuCreate.js +6 -12
  731. package/serialization/resources/products/client/requests/ProductSkuUpdate.d.ts +8 -5
  732. package/serialization/resources/products/client/requests/ProductSkuUpdate.js +6 -12
  733. package/serialization/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +6 -4
  734. package/serialization/resources/products/client/requests/ProductsCreateSkuRequest.js +4 -11
  735. package/serialization/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +6 -4
  736. package/serialization/resources/products/client/requests/ProductsUpdateSkuRequest.js +4 -11
  737. package/serialization/resources/products/types/ProductsCreateSkuResponse.d.ts +4 -3
  738. package/serialization/resources/products/types/ProductsCreateSkuResponse.js +2 -10
  739. package/serialization/resources/scripts/client/requests/CustomCodeHostedRequest.d.ts +2 -2
  740. package/serialization/resources/scripts/client/requests/CustomCodeInlineRequest.d.ts +2 -2
  741. package/serialization/resources/sites/client/requests/SitesPublishRequest.d.ts +2 -2
  742. package/serialization/resources/users/client/requests/UsersInviteRequest.d.ts +2 -2
  743. package/serialization/resources/users/client/requests/UsersUpdateRequest.d.ts +4 -3
  744. package/serialization/resources/users/client/requests/UsersUpdateRequest.js +2 -10
  745. package/serialization/resources/users/types/UsersListRequestSort.d.ts +2 -2
  746. package/serialization/resources/users/types/UsersUpdateRequestData.d.ts +2 -2
  747. package/serialization/resources/webhooks/client/requests/WebhooksCreateRequest.d.ts +4 -3
  748. package/serialization/resources/webhooks/client/requests/WebhooksCreateRequest.js +2 -10
  749. package/serialization/types/AccessGroup.d.ts +2 -2
  750. package/serialization/types/AccessGroupList.d.ts +4 -3
  751. package/serialization/types/AccessGroupList.js +2 -12
  752. package/serialization/types/Application.d.ts +2 -2
  753. package/serialization/types/Asset.d.ts +4 -3
  754. package/serialization/types/Asset.js +2 -12
  755. package/serialization/types/AssetFolder.d.ts +2 -2
  756. package/serialization/types/AssetFolderList.d.ts +6 -4
  757. package/serialization/types/AssetFolderList.js +4 -13
  758. package/serialization/types/AssetUpload.d.ts +4 -3
  759. package/serialization/types/AssetUpload.js +2 -12
  760. package/serialization/types/AssetUploadUploadDetails.d.ts +2 -2
  761. package/serialization/types/AssetVariant.d.ts +2 -2
  762. package/serialization/types/Assets.d.ts +4 -3
  763. package/serialization/types/Assets.js +2 -12
  764. package/serialization/types/Authorization.d.ts +6 -4
  765. package/serialization/types/Authorization.js +4 -13
  766. package/serialization/types/AuthorizationAuthorization.d.ts +4 -3
  767. package/serialization/types/AuthorizationAuthorization.js +2 -12
  768. package/serialization/types/AuthorizationAuthorizationAuthorizedTo.d.ts +2 -2
  769. package/serialization/types/AuthorizedUser.d.ts +2 -2
  770. package/serialization/types/BadRequestErrorBody.d.ts +12 -0
  771. package/serialization/types/BadRequestErrorBody.js +33 -0
  772. package/serialization/types/Collection.d.ts +4 -3
  773. package/serialization/types/Collection.js +2 -1
  774. package/serialization/types/CollectionItem.d.ts +4 -3
  775. package/serialization/types/CollectionItem.js +2 -10
  776. package/serialization/types/CollectionItemFieldData.d.ts +2 -2
  777. package/serialization/types/CollectionItemList.d.ts +6 -4
  778. package/serialization/types/CollectionItemList.js +4 -13
  779. package/serialization/types/CollectionItemListPagination.d.ts +2 -2
  780. package/serialization/types/CollectionList.d.ts +4 -3
  781. package/serialization/types/CollectionList.js +2 -12
  782. package/serialization/types/CollectionListArrayItem.d.ts +2 -2
  783. package/serialization/types/ConflictErrorBody.d.ts +12 -0
  784. package/serialization/types/ConflictErrorBody.js +33 -0
  785. package/serialization/types/CustomCodeBlock.d.ts +6 -4
  786. package/serialization/types/CustomCodeBlock.js +4 -11
  787. package/serialization/types/CustomCodeBlockType.d.ts +2 -2
  788. package/serialization/types/CustomCodeHostedResponse.d.ts +2 -2
  789. package/serialization/types/CustomCodeInlineResponse.d.ts +2 -2
  790. package/serialization/types/Dom.d.ts +6 -4
  791. package/serialization/types/Dom.js +4 -11
  792. package/serialization/types/Domain.d.ts +2 -2
  793. package/serialization/types/Domains.d.ts +4 -3
  794. package/serialization/types/Domains.js +2 -12
  795. package/serialization/types/DuplicateUserEmail.d.ts +4 -8
  796. package/serialization/types/DuplicateUserEmail.js +2 -41
  797. package/serialization/types/EcommerceSettings.d.ts +2 -2
  798. package/serialization/types/ErrorDetailsItem.d.ts +2 -2
  799. package/serialization/types/Error_.d.ts +4 -3
  800. package/serialization/types/Error_.js +2 -12
  801. package/serialization/types/Field.d.ts +4 -3
  802. package/serialization/types/Field.js +2 -10
  803. package/serialization/types/FieldType.d.ts +3 -3
  804. package/serialization/types/FieldType.js +1 -1
  805. package/serialization/types/ForbiddenErrorBody.d.ts +16 -0
  806. package/serialization/types/ForbiddenErrorBody.js +37 -0
  807. package/serialization/types/Form.d.ts +6 -4
  808. package/serialization/types/Form.js +4 -11
  809. package/serialization/types/FormField.d.ts +4 -3
  810. package/serialization/types/FormField.js +2 -10
  811. package/serialization/types/FormFieldValue.d.ts +4 -3
  812. package/serialization/types/FormFieldValue.js +2 -10
  813. package/serialization/types/FormFieldValueType.d.ts +2 -2
  814. package/serialization/types/FormList.d.ts +6 -4
  815. package/serialization/types/FormList.js +4 -11
  816. package/serialization/types/FormResponseSettings.d.ts +2 -2
  817. package/serialization/types/FormSubmission.d.ts +2 -2
  818. package/serialization/types/FormSubmissionList.d.ts +6 -4
  819. package/serialization/types/FormSubmissionList.js +4 -13
  820. package/serialization/types/ImageNode.d.ts +2 -2
  821. package/serialization/types/InvalidDomain.d.ts +2 -2
  822. package/serialization/types/InventoryItem.d.ts +4 -3
  823. package/serialization/types/InventoryItem.js +2 -10
  824. package/serialization/types/InventoryItemInventoryType.d.ts +2 -2
  825. package/serialization/types/ListCustomCodeBlocks.d.ts +6 -4
  826. package/serialization/types/ListCustomCodeBlocks.js +4 -13
  827. package/serialization/types/Locale.d.ts +2 -2
  828. package/serialization/types/Locales.d.ts +5 -4
  829. package/serialization/types/Locales.js +3 -13
  830. package/serialization/types/MissingScopes.d.ts +4 -9
  831. package/serialization/types/MissingScopes.js +2 -42
  832. package/serialization/types/NoDomains.d.ts +2 -2
  833. package/serialization/types/Node.d.ts +8 -5
  834. package/serialization/types/Node.js +6 -12
  835. package/serialization/types/NodeType.d.ts +2 -2
  836. package/serialization/types/NotEnterprisePlanSite.d.ts +4 -9
  837. package/serialization/types/NotEnterprisePlanSite.js +2 -42
  838. package/serialization/types/OauthScope.d.ts +3 -3
  839. package/serialization/types/OauthScope.js +2 -0
  840. package/serialization/types/Order.d.ts +30 -18
  841. package/serialization/types/Order.js +28 -31
  842. package/serialization/types/OrderAddress.d.ts +6 -4
  843. package/serialization/types/OrderAddress.js +4 -11
  844. package/serialization/types/OrderAddressJapanType.d.ts +2 -2
  845. package/serialization/types/OrderAddressType.d.ts +2 -2
  846. package/serialization/types/OrderCustomerInfo.d.ts +2 -2
  847. package/serialization/types/OrderDisputeLastStatus.d.ts +2 -2
  848. package/serialization/types/OrderDownloadFilesItem.d.ts +2 -2
  849. package/serialization/types/OrderList.d.ts +6 -4
  850. package/serialization/types/OrderList.js +4 -13
  851. package/serialization/types/OrderMetadata.d.ts +2 -2
  852. package/serialization/types/OrderPrice.d.ts +2 -2
  853. package/serialization/types/OrderPurchasedItem.d.ts +7 -5
  854. package/serialization/types/OrderPurchasedItem.js +5 -14
  855. package/serialization/types/OrderPurchasedItemVariantImage.d.ts +4 -3
  856. package/serialization/types/OrderPurchasedItemVariantImage.js +2 -10
  857. package/serialization/types/OrderPurchasedItemVariantImageFile.d.ts +4 -3
  858. package/serialization/types/OrderPurchasedItemVariantImageFile.js +2 -12
  859. package/serialization/types/OrderPurchasedItemVariantImageFileVariantsItem.d.ts +2 -2
  860. package/serialization/types/OrderStatus.d.ts +2 -2
  861. package/serialization/types/OrderTotals.d.ts +7 -5
  862. package/serialization/types/OrderTotals.js +5 -14
  863. package/serialization/types/OrderTotalsExtrasItem.d.ts +6 -4
  864. package/serialization/types/OrderTotalsExtrasItem.js +4 -11
  865. package/serialization/types/OrderTotalsExtrasItemType.d.ts +2 -2
  866. package/serialization/types/Page.d.ts +6 -4
  867. package/serialization/types/Page.js +4 -11
  868. package/serialization/types/PageDetails.d.ts +29 -0
  869. package/serialization/types/PageDetails.js +50 -0
  870. package/serialization/types/PageDetailsOpenGraph.d.ts +15 -0
  871. package/serialization/types/PageDetailsOpenGraph.js +36 -0
  872. package/serialization/types/PageDetailsSeo.d.ts +13 -0
  873. package/serialization/types/PageDetailsSeo.js +34 -0
  874. package/serialization/types/PageList.d.ts +6 -4
  875. package/serialization/types/PageList.js +4 -11
  876. package/serialization/types/PageOpenGraph.d.ts +2 -2
  877. package/serialization/types/PageSeo.d.ts +2 -2
  878. package/serialization/types/Pagination.d.ts +2 -2
  879. package/serialization/types/PaypalDetails.d.ts +2 -2
  880. package/serialization/types/Product.d.ts +4 -3
  881. package/serialization/types/Product.js +2 -10
  882. package/serialization/types/ProductAndSkUs.d.ts +6 -4
  883. package/serialization/types/ProductAndSkUs.js +4 -11
  884. package/serialization/types/ProductAndSkUsList.d.ts +6 -4
  885. package/serialization/types/ProductAndSkUsList.js +4 -13
  886. package/serialization/types/ProductFieldData.d.ts +8 -5
  887. package/serialization/types/ProductFieldData.js +6 -14
  888. package/serialization/types/ProductFieldDataEcProductType.d.ts +2 -2
  889. package/serialization/types/ProductFieldDataTaxCategory.d.ts +2 -2
  890. package/serialization/types/PublishStatus.d.ts +2 -2
  891. package/serialization/types/RegisteredScriptList.d.ts +4 -3
  892. package/serialization/types/RegisteredScriptList.js +2 -12
  893. package/serialization/types/ScriptApply.d.ts +4 -3
  894. package/serialization/types/ScriptApply.js +2 -10
  895. package/serialization/types/ScriptApplyList.d.ts +4 -3
  896. package/serialization/types/ScriptApplyList.js +2 -12
  897. package/serialization/types/ScriptApplyLocation.d.ts +2 -2
  898. package/serialization/types/Scripts.d.ts +4 -3
  899. package/serialization/types/Scripts.js +2 -10
  900. package/serialization/types/Site.d.ts +6 -4
  901. package/serialization/types/Site.js +4 -13
  902. package/serialization/types/SiteActivityLogItem.d.ts +6 -4
  903. package/serialization/types/SiteActivityLogItem.js +4 -13
  904. package/serialization/types/SiteActivityLogItemResourceOperation.d.ts +2 -2
  905. package/serialization/types/SiteActivityLogItemUser.d.ts +2 -2
  906. package/serialization/types/SiteActivityLogResponse.d.ts +6 -4
  907. package/serialization/types/SiteActivityLogResponse.js +4 -13
  908. package/serialization/types/Sites.d.ts +4 -3
  909. package/serialization/types/Sites.js +2 -10
  910. package/serialization/types/Sku.d.ts +4 -3
  911. package/serialization/types/Sku.js +2 -10
  912. package/serialization/types/SkuFieldData.d.ts +12 -7
  913. package/serialization/types/SkuFieldData.js +10 -14
  914. package/serialization/types/SkuFieldDataCompareAtPrice.d.ts +2 -2
  915. package/serialization/types/SkuFieldDataEcSkuBillingMethod.d.ts +2 -2
  916. package/serialization/types/SkuFieldDataEcSkuSubscriptionPlan.d.ts +6 -4
  917. package/serialization/types/SkuFieldDataEcSkuSubscriptionPlan.js +4 -15
  918. package/serialization/types/SkuFieldDataEcSkuSubscriptionPlanInterval.d.ts +2 -2
  919. package/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.d.ts +4 -3
  920. package/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.js +2 -12
  921. package/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.d.ts +2 -2
  922. package/serialization/types/SkuFieldDataPrice.d.ts +2 -2
  923. package/serialization/types/SkuPropertyList.d.ts +4 -3
  924. package/serialization/types/SkuPropertyList.js +2 -10
  925. package/serialization/types/SkuPropertyListEnumItem.d.ts +2 -2
  926. package/serialization/types/SkuValueList.d.ts +2 -2
  927. package/serialization/types/StripeCard.d.ts +6 -4
  928. package/serialization/types/StripeCard.js +4 -11
  929. package/serialization/types/StripeCardBrand.d.ts +2 -2
  930. package/serialization/types/StripeCardExpires.d.ts +2 -2
  931. package/serialization/types/StripeDetails.d.ts +2 -2
  932. package/serialization/types/TextNode.d.ts +2 -2
  933. package/serialization/types/TriggerType.d.ts +2 -2
  934. package/serialization/types/User.d.ts +8 -5
  935. package/serialization/types/User.js +6 -14
  936. package/serialization/types/UserAccessGroupsItem.d.ts +4 -3
  937. package/serialization/types/UserAccessGroupsItem.js +2 -10
  938. package/serialization/types/UserAccessGroupsItemType.d.ts +2 -2
  939. package/serialization/types/UserData.d.ts +4 -3
  940. package/serialization/types/UserData.js +2 -10
  941. package/serialization/types/UserDataData.d.ts +2 -2
  942. package/serialization/types/UserLimitReached.d.ts +4 -8
  943. package/serialization/types/UserLimitReached.js +2 -41
  944. package/serialization/types/UserList.d.ts +4 -3
  945. package/serialization/types/UserList.js +2 -10
  946. package/serialization/types/UserStatus.d.ts +2 -2
  947. package/serialization/types/UsersNotEnabled.d.ts +4 -8
  948. package/serialization/types/UsersNotEnabled.js +2 -41
  949. package/serialization/types/Webhook.d.ts +4 -3
  950. package/serialization/types/Webhook.js +2 -10
  951. package/serialization/types/WebhookList.d.ts +6 -4
  952. package/serialization/types/WebhookList.js +4 -13
  953. package/serialization/types/index.d.ts +6 -0
  954. package/serialization/types/index.js +6 -0
  955. package/tests/client.test.ts +0 -11
@@ -52,10 +52,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
52
52
  exports.Pages = void 0;
53
53
  const environments = __importStar(require("../../../../environments"));
54
54
  const core = __importStar(require("../../../../core"));
55
- const Webflow = __importStar(require("../../.."));
55
+ const Webflow = __importStar(require("../../../index"));
56
56
  const url_join_1 = __importDefault(require("url-join"));
57
- const serializers = __importStar(require("../../../../serialization"));
58
- const errors = __importStar(require("../../../../errors"));
57
+ const serializers = __importStar(require("../../../../serialization/index"));
58
+ const errors = __importStar(require("../../../../errors/index"));
59
59
  const Client_1 = require("../resources/scripts/client/Client");
60
60
  class Pages {
61
61
  constructor(_options) {
@@ -63,6 +63,11 @@ class Pages {
63
63
  }
64
64
  /**
65
65
  * List of all pages for a site </br></br> Required scope | `pages:read`
66
+ *
67
+ * @param {string} siteId - Unique identifier for a Site
68
+ * @param {Webflow.PagesListRequest} request
69
+ * @param {Pages.RequestOptions} requestOptions - Request-specific configuration.
70
+ *
66
71
  * @throws {@link Webflow.BadRequestError}
67
72
  * @throws {@link Webflow.UnauthorizedError}
68
73
  * @throws {@link Webflow.NotFoundError}
@@ -70,7 +75,7 @@ class Pages {
70
75
  * @throws {@link Webflow.InternalServerError}
71
76
  *
72
77
  * @example
73
- * await webflow.pages.list("site_id", {})
78
+ * await client.pages.list("site_id")
74
79
  */
75
80
  list(siteId, request = {}, requestOptions) {
76
81
  var _a;
@@ -87,13 +92,13 @@ class Pages {
87
92
  _queryParams["offset"] = offset.toString();
88
93
  }
89
94
  const _response = yield core.fetcher({
90
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `sites/${siteId}/pages`),
95
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `sites/${encodeURIComponent(siteId)}/pages`),
91
96
  method: "GET",
92
97
  headers: {
93
98
  Authorization: yield this._getAuthorizationHeader(),
94
99
  "X-Fern-Language": "JavaScript",
95
100
  "X-Fern-SDK-Name": "webflow-api",
96
- "X-Fern-SDK-Version": "2.3.1",
101
+ "X-Fern-SDK-Version": "2.3.5",
97
102
  "X-Fern-Runtime": core.RUNTIME.type,
98
103
  "X-Fern-Runtime-Version": core.RUNTIME.version,
99
104
  },
@@ -101,6 +106,7 @@ class Pages {
101
106
  queryParameters: _queryParams,
102
107
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
103
108
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
109
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
104
110
  });
105
111
  if (_response.ok) {
106
112
  return yield serializers.PageList.parseOrThrow(_response.body, {
@@ -147,6 +153,11 @@ class Pages {
147
153
  }
148
154
  /**
149
155
  * Get metadata information for a single page </br></br> Required scope | `pages:read`
156
+ *
157
+ * @param {string} pageId - Unique identifier for a Page
158
+ * @param {Webflow.PagesGetMetadataRequest} request
159
+ * @param {Pages.RequestOptions} requestOptions - Request-specific configuration.
160
+ *
150
161
  * @throws {@link Webflow.BadRequestError}
151
162
  * @throws {@link Webflow.UnauthorizedError}
152
163
  * @throws {@link Webflow.NotFoundError}
@@ -154,7 +165,7 @@ class Pages {
154
165
  * @throws {@link Webflow.InternalServerError}
155
166
  *
156
167
  * @example
157
- * await webflow.pages.getMetadata("page_id", {})
168
+ * await client.pages.getMetadata("page_id")
158
169
  */
159
170
  getMetadata(pageId, request = {}, requestOptions) {
160
171
  var _a;
@@ -165,13 +176,13 @@ class Pages {
165
176
  _queryParams["locale"] = locale;
166
177
  }
167
178
  const _response = yield core.fetcher({
168
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `pages/${pageId}`),
179
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `pages/${encodeURIComponent(pageId)}`),
169
180
  method: "GET",
170
181
  headers: {
171
182
  Authorization: yield this._getAuthorizationHeader(),
172
183
  "X-Fern-Language": "JavaScript",
173
184
  "X-Fern-SDK-Name": "webflow-api",
174
- "X-Fern-SDK-Version": "2.3.1",
185
+ "X-Fern-SDK-Version": "2.3.5",
175
186
  "X-Fern-Runtime": core.RUNTIME.type,
176
187
  "X-Fern-Runtime-Version": core.RUNTIME.version,
177
188
  },
@@ -179,9 +190,10 @@ class Pages {
179
190
  queryParameters: _queryParams,
180
191
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
181
192
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
193
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
182
194
  });
183
195
  if (_response.ok) {
184
- return yield serializers.Page.parseOrThrow(_response.body, {
196
+ return yield serializers.PageDetails.parseOrThrow(_response.body, {
185
197
  unrecognizedObjectKeys: "passthrough",
186
198
  allowUnrecognizedUnionMembers: true,
187
199
  allowUnrecognizedEnumValues: true,
@@ -225,6 +237,11 @@ class Pages {
225
237
  }
226
238
  /**
227
239
  * Update Page-level metadata, including SEO and Open Graph fields. </br></br> Required scope | `pages:write`
240
+ *
241
+ * @param {string} pageId - Unique identifier for a Page
242
+ * @param {Webflow.UpdatePageSettingsRequest} request
243
+ * @param {Pages.RequestOptions} requestOptions - Request-specific configuration.
244
+ *
228
245
  * @throws {@link Webflow.BadRequestError}
229
246
  * @throws {@link Webflow.UnauthorizedError}
230
247
  * @throws {@link Webflow.NotFoundError}
@@ -232,7 +249,7 @@ class Pages {
232
249
  * @throws {@link Webflow.InternalServerError}
233
250
  *
234
251
  * @example
235
- * await webflow.pages.updatePageSettings("page_id", {
252
+ * await client.pages.updatePageSettings("page_id", {
236
253
  * body: {
237
254
  * id: "6596da6045e56dee495bcbba",
238
255
  * siteId: "6258612d1ee792848f805dcf",
@@ -245,7 +262,6 @@ class Pages {
245
262
  * archived: false,
246
263
  * draft: false,
247
264
  * canBranch: true,
248
- * isMembersOnly: false,
249
265
  * seo: {
250
266
  * title: "The Ultimate Hitchhiker's Guide to the Galaxy",
251
267
  * description: "Everything you need to know about the galaxy, from avoiding Vogon poetry to the importance of towels."
@@ -268,13 +284,13 @@ class Pages {
268
284
  _queryParams["locale"] = locale;
269
285
  }
270
286
  const _response = yield core.fetcher({
271
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `pages/${pageId}`),
287
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `pages/${encodeURIComponent(pageId)}`),
272
288
  method: "PUT",
273
289
  headers: {
274
290
  Authorization: yield this._getAuthorizationHeader(),
275
291
  "X-Fern-Language": "JavaScript",
276
292
  "X-Fern-SDK-Name": "webflow-api",
277
- "X-Fern-SDK-Version": "2.3.1",
293
+ "X-Fern-SDK-Version": "2.3.5",
278
294
  "X-Fern-Runtime": core.RUNTIME.type,
279
295
  "X-Fern-Runtime-Version": core.RUNTIME.version,
280
296
  },
@@ -283,9 +299,10 @@ class Pages {
283
299
  body: yield serializers.Page.jsonOrThrow(_body, { unrecognizedObjectKeys: "strip" }),
284
300
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
285
301
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
302
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
286
303
  });
287
304
  if (_response.ok) {
288
- return yield serializers.Page.parseOrThrow(_response.body, {
305
+ return yield serializers.PageDetails.parseOrThrow(_response.body, {
289
306
  unrecognizedObjectKeys: "passthrough",
290
307
  allowUnrecognizedUnionMembers: true,
291
308
  allowUnrecognizedEnumValues: true,
@@ -329,6 +346,11 @@ class Pages {
329
346
  }
330
347
  /**
331
348
  * Get static content from a static page. </br> If you do not provide a Locale ID in your request, the response will return any content that can be localized from the Primary locale</br></br> Required scope | `pages:read`
349
+ *
350
+ * @param {string} pageId - Unique identifier for a Page
351
+ * @param {Webflow.PagesGetContentRequest} request
352
+ * @param {Pages.RequestOptions} requestOptions - Request-specific configuration.
353
+ *
332
354
  * @throws {@link Webflow.BadRequestError}
333
355
  * @throws {@link Webflow.UnauthorizedError}
334
356
  * @throws {@link Webflow.ForbiddenError}
@@ -337,24 +359,30 @@ class Pages {
337
359
  * @throws {@link Webflow.InternalServerError}
338
360
  *
339
361
  * @example
340
- * await webflow.pages.getContent("page_id", {})
362
+ * await client.pages.getContent("page_id")
341
363
  */
342
364
  getContent(pageId, request = {}, requestOptions) {
343
365
  var _a;
344
366
  return __awaiter(this, void 0, void 0, function* () {
345
- const { locale } = request;
367
+ const { locale, limit, offset } = request;
346
368
  const _queryParams = {};
347
369
  if (locale != null) {
348
370
  _queryParams["locale"] = locale;
349
371
  }
372
+ if (limit != null) {
373
+ _queryParams["limit"] = limit.toString();
374
+ }
375
+ if (offset != null) {
376
+ _queryParams["offset"] = offset.toString();
377
+ }
350
378
  const _response = yield core.fetcher({
351
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `pages/${pageId}/dom`),
379
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `pages/${encodeURIComponent(pageId)}/dom`),
352
380
  method: "GET",
353
381
  headers: {
354
382
  Authorization: yield this._getAuthorizationHeader(),
355
383
  "X-Fern-Language": "JavaScript",
356
384
  "X-Fern-SDK-Name": "webflow-api",
357
- "X-Fern-SDK-Version": "2.3.1",
385
+ "X-Fern-SDK-Version": "2.3.5",
358
386
  "X-Fern-Runtime": core.RUNTIME.type,
359
387
  "X-Fern-Runtime-Version": core.RUNTIME.version,
360
388
  },
@@ -362,6 +390,7 @@ class Pages {
362
390
  queryParameters: _queryParams,
363
391
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
364
392
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
393
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
365
394
  });
366
395
  if (_response.ok) {
367
396
  return yield serializers.Dom.parseOrThrow(_response.body, {
@@ -410,6 +439,11 @@ class Pages {
410
439
  }
411
440
  /**
412
441
  * Update static content on a static page. This endpoint supports sending 1000 nodes per request. </br></br> Required scope | `pages:write`
442
+ *
443
+ * @param {string} pageId - Unique identifier for a Page
444
+ * @param {Webflow.DomWrite} request
445
+ * @param {Pages.RequestOptions} requestOptions - Request-specific configuration.
446
+ *
413
447
  * @throws {@link Webflow.BadRequestError}
414
448
  * @throws {@link Webflow.UnauthorizedError}
415
449
  * @throws {@link Webflow.ForbiddenError}
@@ -418,7 +452,7 @@ class Pages {
418
452
  * @throws {@link Webflow.InternalServerError}
419
453
  *
420
454
  * @example
421
- * await webflow.pages.updateStaticContent("page_id", {
455
+ * await client.pages.updateStaticContent("page_id", {
422
456
  * locale: "locale",
423
457
  * nodes: [{
424
458
  * nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad623",
@@ -429,9 +463,6 @@ class Pages {
429
463
  * }, {
430
464
  * nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad629",
431
465
  * text: "<img alt='Marvin, the Paranoid Android' src='path/to/image/with/assetId/659595234426a9fcbad57043'/>"
432
- * }, {
433
- * nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad623",
434
- * text: "<h1>Hello world</h1>"
435
466
  * }]
436
467
  * })
437
468
  */
@@ -442,13 +473,13 @@ class Pages {
442
473
  const _queryParams = {};
443
474
  _queryParams["locale"] = locale;
444
475
  const _response = yield core.fetcher({
445
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `pages/${pageId}/dom`),
476
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `pages/${encodeURIComponent(pageId)}/dom`),
446
477
  method: "POST",
447
478
  headers: {
448
479
  Authorization: yield this._getAuthorizationHeader(),
449
480
  "X-Fern-Language": "JavaScript",
450
481
  "X-Fern-SDK-Name": "webflow-api",
451
- "X-Fern-SDK-Version": "2.3.1",
482
+ "X-Fern-SDK-Version": "2.3.5",
452
483
  "X-Fern-Runtime": core.RUNTIME.type,
453
484
  "X-Fern-Runtime-Version": core.RUNTIME.version,
454
485
  },
@@ -457,6 +488,7 @@ class Pages {
457
488
  body: yield serializers.DomWrite.jsonOrThrow(_body, { unrecognizedObjectKeys: "strip" }),
458
489
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
459
490
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
491
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
460
492
  });
461
493
  if (_response.ok) {
462
494
  return yield serializers.UpdateStaticContentResponse.parseOrThrow(_response.body, {
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as Webflow from "../../../..";
4
+ import * as Webflow from "../../../../index";
5
5
  /**
6
6
  * @example
7
7
  * {
@@ -15,9 +15,6 @@ import * as Webflow from "../../../..";
15
15
  * }, {
16
16
  * nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad629",
17
17
  * text: "<img alt='Marvin, the Paranoid Android' src='path/to/image/with/assetId/659595234426a9fcbad57043'/>"
18
- * }, {
19
- * nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad623",
20
- * text: "<h1>Hello world</h1>"
21
18
  * }]
22
19
  * }
23
20
  */
@@ -10,4 +10,12 @@ export interface PagesGetContentRequest {
10
10
  * Unique identifier for a specific locale. Applicable, when using localization.
11
11
  */
12
12
  locale?: string;
13
+ /**
14
+ * Maximum number of records to be returned (max limit: 100)
15
+ */
16
+ limit?: number;
17
+ /**
18
+ * Offset used for pagination if the results have more than limit records
19
+ */
20
+ offset?: number;
13
21
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as Webflow from "../../../..";
4
+ import * as Webflow from "../../../../index";
5
5
  /**
6
6
  * @example
7
7
  * {
@@ -17,7 +17,6 @@ import * as Webflow from "../../../..";
17
17
  * archived: false,
18
18
  * draft: false,
19
19
  * canBranch: true,
20
- * isMembersOnly: false,
21
20
  * seo: {
22
21
  * title: "The Ultimate Hitchhiker's Guide to the Galaxy",
23
22
  * description: "Everything you need to know about the galaxy, from avoiding Vogon poetry to the importance of towels."
@@ -1,5 +1,5 @@
1
- export { PagesListRequest } from "./PagesListRequest";
2
- export { PagesGetMetadataRequest } from "./PagesGetMetadataRequest";
3
- export { UpdatePageSettingsRequest } from "./UpdatePageSettingsRequest";
4
- export { PagesGetContentRequest } from "./PagesGetContentRequest";
5
- export { DomWrite } from "./DomWrite";
1
+ export { type PagesListRequest } from "./PagesListRequest";
2
+ export { type PagesGetMetadataRequest } from "./PagesGetMetadataRequest";
3
+ export { type UpdatePageSettingsRequest } from "./UpdatePageSettingsRequest";
4
+ export { type PagesGetContentRequest } from "./PagesGetContentRequest";
5
+ export { type DomWrite } from "./DomWrite";
@@ -3,22 +3,30 @@
3
3
  */
4
4
  import * as environments from "../../../../../../environments";
5
5
  import * as core from "../../../../../../core";
6
- import * as Webflow from "../../../../..";
6
+ import * as Webflow from "../../../../../index";
7
7
  export declare namespace Scripts {
8
8
  interface Options {
9
9
  environment?: core.Supplier<environments.WebflowEnvironment | string>;
10
10
  accessToken: core.Supplier<core.BearerToken>;
11
11
  }
12
12
  interface RequestOptions {
13
+ /** The maximum time to wait for a response in seconds. */
13
14
  timeoutInSeconds?: number;
15
+ /** The number of times to retry the request. Defaults to 2. */
14
16
  maxRetries?: number;
17
+ /** A hook to abort the request. */
18
+ abortSignal?: AbortSignal;
15
19
  }
16
20
  }
17
21
  export declare class Scripts {
18
22
  protected readonly _options: Scripts.Options;
19
23
  constructor(_options: Scripts.Options);
20
24
  /**
21
- * Get all registered scripts that have been applied to a specific Page. </br></br> In order to use the Custom Code APIs for Sites and Pages, Custom Code Scripts must first be registered to a Site via the `registered_scripts` endpoints, and then applied to a Site or Page using the appropriate `custom_code` endpoints. </br></br> Access to this endpoint requires a bearer token from a Data Client App. Required scope | `custom_code:read`
25
+ * Get all registered scripts that have been applied to a specific Page. </br></br> In order to use the Custom Code APIs for Sites and Pages, Custom Code Scripts must first be registered to a Site via the `registered_scripts` endpoints, and then applied to a Site or Page using the appropriate `custom_code` endpoints. <blockquote class="callout callout_info" theme="📘">Access to this endpoint requires a bearer token from a <a href="https://developers.webflow.com/data/docs/getting-started-data-clients">Data Client App</a>.</blockquote> Required scope | `custom_code:read`
26
+ *
27
+ * @param {string} pageId - Unique identifier for a Page
28
+ * @param {Scripts.RequestOptions} requestOptions - Request-specific configuration.
29
+ *
22
30
  * @throws {@link Webflow.BadRequestError}
23
31
  * @throws {@link Webflow.UnauthorizedError}
24
32
  * @throws {@link Webflow.NotFoundError}
@@ -26,11 +34,16 @@ export declare class Scripts {
26
34
  * @throws {@link Webflow.InternalServerError}
27
35
  *
28
36
  * @example
29
- * await webflow.pages.scripts.getCustomCode("page_id")
37
+ * await client.pages.scripts.getCustomCode("page_id")
30
38
  */
31
39
  getCustomCode(pageId: string, requestOptions?: Scripts.RequestOptions): Promise<Webflow.ScriptApplyList>;
32
40
  /**
33
- * Add a registered script to a Page. </br></br> In order to use the Custom Code APIs for Sites and Pages, Custom Code Scripts must first be registered to a Site via the `registered_scripts` endpoints, and then applied to a Site or Page using the appropriate `custom_code` endpoints. </br></br> Access to this endpoint requires a bearer token from a Data Client App. Required scope | `custom_code:write`
41
+ * Add a registered script to a Page. </br></br> In order to use the Custom Code APIs for Sites and Pages, Custom Code Scripts must first be registered to a Site via the `registered_scripts` endpoints, and then applied to a Site or Page using the appropriate `custom_code` endpoints. <blockquote class="callout callout_info" theme="📘">Access to this endpoint requires a bearer token from a <a href="https://developers.webflow.com/data/docs/getting-started-data-clients">Data Client App</a>.</blockquote> Required scope | `custom_code:write`
42
+ *
43
+ * @param {string} pageId - Unique identifier for a Page
44
+ * @param {Webflow.ScriptApplyList} request
45
+ * @param {Scripts.RequestOptions} requestOptions - Request-specific configuration.
46
+ *
34
47
  * @throws {@link Webflow.BadRequestError}
35
48
  * @throws {@link Webflow.UnauthorizedError}
36
49
  * @throws {@link Webflow.NotFoundError}
@@ -38,7 +51,7 @@ export declare class Scripts {
38
51
  * @throws {@link Webflow.InternalServerError}
39
52
  *
40
53
  * @example
41
- * await webflow.pages.scripts.upsertCustomCode("page_id", {
54
+ * await client.pages.scripts.upsertCustomCode("page_id", {
42
55
  * scripts: [{
43
56
  * id: "cms_slider",
44
57
  * location: Webflow.ScriptApplyLocation.Header,
@@ -50,16 +63,16 @@ export declare class Scripts {
50
63
  * id: "alert",
51
64
  * location: Webflow.ScriptApplyLocation.Header,
52
65
  * version: "0.0.1"
53
- * }, {
54
- * id: "id",
55
- * location: Webflow.ScriptApplyLocation.Header,
56
- * version: "version"
57
66
  * }]
58
67
  * })
59
68
  */
60
69
  upsertCustomCode(pageId: string, request: Webflow.ScriptApplyList, requestOptions?: Scripts.RequestOptions): Promise<Webflow.ScriptApplyList>;
61
70
  /**
62
- * Delete the custom code block that an app has created for a page </br></br> In order to use the Custom Code APIs for Sites and Pages, Custom Code Scripts must first be registered to a Site via the `registered_scripts` endpoints, and then applied to a Site or Page using the appropriate `custom_code` endpoints. </br></br> Access to this endpoint requires a bearer token from a Data Client App. Required scope | `custom_code:write`
71
+ * Delete the custom code block that an app has created for a page </br></br> In order to use the Custom Code APIs for Sites and Pages, Custom Code Scripts must first be registered to a Site via the `registered_scripts` endpoints, and then applied to a Site or Page using the appropriate `custom_code` endpoints. <blockquote class="callout callout_info" theme="📘">Access to this endpoint requires a bearer token from a <a href="https://developers.webflow.com/data/docs/getting-started-data-clients">Data Client App</a>.</blockquote> Required scope | `custom_code:write`
72
+ *
73
+ * @param {string} pageId - Unique identifier for a Page
74
+ * @param {Scripts.RequestOptions} requestOptions - Request-specific configuration.
75
+ *
63
76
  * @throws {@link Webflow.BadRequestError}
64
77
  * @throws {@link Webflow.UnauthorizedError}
65
78
  * @throws {@link Webflow.NotFoundError}
@@ -67,7 +80,7 @@ export declare class Scripts {
67
80
  * @throws {@link Webflow.InternalServerError}
68
81
  *
69
82
  * @example
70
- * await webflow.pages.scripts.deleteCustomCode("page_id")
83
+ * await client.pages.scripts.deleteCustomCode("page_id")
71
84
  */
72
85
  deleteCustomCode(pageId: string, requestOptions?: Scripts.RequestOptions): Promise<void>;
73
86
  protected _getAuthorizationHeader(): Promise<string>;
@@ -41,16 +41,20 @@ Object.defineProperty(exports, "__esModule", { value: true });
41
41
  exports.Scripts = void 0;
42
42
  const environments = __importStar(require("../../../../../../environments"));
43
43
  const core = __importStar(require("../../../../../../core"));
44
- const Webflow = __importStar(require("../../../../.."));
44
+ const Webflow = __importStar(require("../../../../../index"));
45
45
  const url_join_1 = __importDefault(require("url-join"));
46
- const serializers = __importStar(require("../../../../../../serialization"));
47
- const errors = __importStar(require("../../../../../../errors"));
46
+ const serializers = __importStar(require("../../../../../../serialization/index"));
47
+ const errors = __importStar(require("../../../../../../errors/index"));
48
48
  class Scripts {
49
49
  constructor(_options) {
50
50
  this._options = _options;
51
51
  }
52
52
  /**
53
- * Get all registered scripts that have been applied to a specific Page. </br></br> In order to use the Custom Code APIs for Sites and Pages, Custom Code Scripts must first be registered to a Site via the `registered_scripts` endpoints, and then applied to a Site or Page using the appropriate `custom_code` endpoints. </br></br> Access to this endpoint requires a bearer token from a Data Client App. Required scope | `custom_code:read`
53
+ * Get all registered scripts that have been applied to a specific Page. </br></br> In order to use the Custom Code APIs for Sites and Pages, Custom Code Scripts must first be registered to a Site via the `registered_scripts` endpoints, and then applied to a Site or Page using the appropriate `custom_code` endpoints. <blockquote class="callout callout_info" theme="📘">Access to this endpoint requires a bearer token from a <a href="https://developers.webflow.com/data/docs/getting-started-data-clients">Data Client App</a>.</blockquote> Required scope | `custom_code:read`
54
+ *
55
+ * @param {string} pageId - Unique identifier for a Page
56
+ * @param {Scripts.RequestOptions} requestOptions - Request-specific configuration.
57
+ *
54
58
  * @throws {@link Webflow.BadRequestError}
55
59
  * @throws {@link Webflow.UnauthorizedError}
56
60
  * @throws {@link Webflow.NotFoundError}
@@ -58,25 +62,26 @@ class Scripts {
58
62
  * @throws {@link Webflow.InternalServerError}
59
63
  *
60
64
  * @example
61
- * await webflow.pages.scripts.getCustomCode("page_id")
65
+ * await client.pages.scripts.getCustomCode("page_id")
62
66
  */
63
67
  getCustomCode(pageId, requestOptions) {
64
68
  var _a;
65
69
  return __awaiter(this, void 0, void 0, function* () {
66
70
  const _response = yield core.fetcher({
67
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `pages/${pageId}/custom_code`),
71
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `pages/${encodeURIComponent(pageId)}/custom_code`),
68
72
  method: "GET",
69
73
  headers: {
70
74
  Authorization: yield this._getAuthorizationHeader(),
71
75
  "X-Fern-Language": "JavaScript",
72
76
  "X-Fern-SDK-Name": "webflow-api",
73
- "X-Fern-SDK-Version": "2.3.1",
77
+ "X-Fern-SDK-Version": "2.3.5",
74
78
  "X-Fern-Runtime": core.RUNTIME.type,
75
79
  "X-Fern-Runtime-Version": core.RUNTIME.version,
76
80
  },
77
81
  contentType: "application/json",
78
82
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
79
83
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
84
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
80
85
  });
81
86
  if (_response.ok) {
82
87
  return yield serializers.ScriptApplyList.parseOrThrow(_response.body, {
@@ -122,7 +127,12 @@ class Scripts {
122
127
  });
123
128
  }
124
129
  /**
125
- * Add a registered script to a Page. </br></br> In order to use the Custom Code APIs for Sites and Pages, Custom Code Scripts must first be registered to a Site via the `registered_scripts` endpoints, and then applied to a Site or Page using the appropriate `custom_code` endpoints. </br></br> Access to this endpoint requires a bearer token from a Data Client App. Required scope | `custom_code:write`
130
+ * Add a registered script to a Page. </br></br> In order to use the Custom Code APIs for Sites and Pages, Custom Code Scripts must first be registered to a Site via the `registered_scripts` endpoints, and then applied to a Site or Page using the appropriate `custom_code` endpoints. <blockquote class="callout callout_info" theme="📘">Access to this endpoint requires a bearer token from a <a href="https://developers.webflow.com/data/docs/getting-started-data-clients">Data Client App</a>.</blockquote> Required scope | `custom_code:write`
131
+ *
132
+ * @param {string} pageId - Unique identifier for a Page
133
+ * @param {Webflow.ScriptApplyList} request
134
+ * @param {Scripts.RequestOptions} requestOptions - Request-specific configuration.
135
+ *
126
136
  * @throws {@link Webflow.BadRequestError}
127
137
  * @throws {@link Webflow.UnauthorizedError}
128
138
  * @throws {@link Webflow.NotFoundError}
@@ -130,7 +140,7 @@ class Scripts {
130
140
  * @throws {@link Webflow.InternalServerError}
131
141
  *
132
142
  * @example
133
- * await webflow.pages.scripts.upsertCustomCode("page_id", {
143
+ * await client.pages.scripts.upsertCustomCode("page_id", {
134
144
  * scripts: [{
135
145
  * id: "cms_slider",
136
146
  * location: Webflow.ScriptApplyLocation.Header,
@@ -142,10 +152,6 @@ class Scripts {
142
152
  * id: "alert",
143
153
  * location: Webflow.ScriptApplyLocation.Header,
144
154
  * version: "0.0.1"
145
- * }, {
146
- * id: "id",
147
- * location: Webflow.ScriptApplyLocation.Header,
148
- * version: "version"
149
155
  * }]
150
156
  * })
151
157
  */
@@ -153,13 +159,13 @@ class Scripts {
153
159
  var _a;
154
160
  return __awaiter(this, void 0, void 0, function* () {
155
161
  const _response = yield core.fetcher({
156
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `pages/${pageId}/custom_code`),
162
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `pages/${encodeURIComponent(pageId)}/custom_code`),
157
163
  method: "PUT",
158
164
  headers: {
159
165
  Authorization: yield this._getAuthorizationHeader(),
160
166
  "X-Fern-Language": "JavaScript",
161
167
  "X-Fern-SDK-Name": "webflow-api",
162
- "X-Fern-SDK-Version": "2.3.1",
168
+ "X-Fern-SDK-Version": "2.3.5",
163
169
  "X-Fern-Runtime": core.RUNTIME.type,
164
170
  "X-Fern-Runtime-Version": core.RUNTIME.version,
165
171
  },
@@ -167,6 +173,7 @@ class Scripts {
167
173
  body: yield serializers.ScriptApplyList.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
168
174
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
169
175
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
176
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
170
177
  });
171
178
  if (_response.ok) {
172
179
  return yield serializers.ScriptApplyList.parseOrThrow(_response.body, {
@@ -212,7 +219,11 @@ class Scripts {
212
219
  });
213
220
  }
214
221
  /**
215
- * Delete the custom code block that an app has created for a page </br></br> In order to use the Custom Code APIs for Sites and Pages, Custom Code Scripts must first be registered to a Site via the `registered_scripts` endpoints, and then applied to a Site or Page using the appropriate `custom_code` endpoints. </br></br> Access to this endpoint requires a bearer token from a Data Client App. Required scope | `custom_code:write`
222
+ * Delete the custom code block that an app has created for a page </br></br> In order to use the Custom Code APIs for Sites and Pages, Custom Code Scripts must first be registered to a Site via the `registered_scripts` endpoints, and then applied to a Site or Page using the appropriate `custom_code` endpoints. <blockquote class="callout callout_info" theme="📘">Access to this endpoint requires a bearer token from a <a href="https://developers.webflow.com/data/docs/getting-started-data-clients">Data Client App</a>.</blockquote> Required scope | `custom_code:write`
223
+ *
224
+ * @param {string} pageId - Unique identifier for a Page
225
+ * @param {Scripts.RequestOptions} requestOptions - Request-specific configuration.
226
+ *
216
227
  * @throws {@link Webflow.BadRequestError}
217
228
  * @throws {@link Webflow.UnauthorizedError}
218
229
  * @throws {@link Webflow.NotFoundError}
@@ -220,25 +231,26 @@ class Scripts {
220
231
  * @throws {@link Webflow.InternalServerError}
221
232
  *
222
233
  * @example
223
- * await webflow.pages.scripts.deleteCustomCode("page_id")
234
+ * await client.pages.scripts.deleteCustomCode("page_id")
224
235
  */
225
236
  deleteCustomCode(pageId, requestOptions) {
226
237
  var _a;
227
238
  return __awaiter(this, void 0, void 0, function* () {
228
239
  const _response = yield core.fetcher({
229
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `pages/${pageId}/custom_code`),
240
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `pages/${encodeURIComponent(pageId)}/custom_code`),
230
241
  method: "DELETE",
231
242
  headers: {
232
243
  Authorization: yield this._getAuthorizationHeader(),
233
244
  "X-Fern-Language": "JavaScript",
234
245
  "X-Fern-SDK-Name": "webflow-api",
235
- "X-Fern-SDK-Version": "2.3.1",
246
+ "X-Fern-SDK-Version": "2.3.5",
236
247
  "X-Fern-Runtime": core.RUNTIME.type,
237
248
  "X-Fern-Runtime-Version": core.RUNTIME.version,
238
249
  },
239
250
  contentType: "application/json",
240
251
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
241
252
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
253
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
242
254
  });
243
255
  if (_response.ok) {
244
256
  return;