webflow-api 2.2.1 → 2.3.1

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 (373) hide show
  1. package/api/resources/accessGroups/client/Client.js +1 -1
  2. package/api/resources/assets/client/Client.js +8 -8
  3. package/api/resources/collections/client/Client.js +5 -5
  4. package/api/resources/collections/resources/fields/client/Client.js +2 -2
  5. package/api/resources/collections/resources/items/client/Client.d.ts +1 -2
  6. package/api/resources/collections/resources/items/client/Client.js +11 -18
  7. package/api/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +0 -1
  8. package/api/resources/collections/resources/items/types/index.d.ts +0 -1
  9. package/api/resources/collections/resources/items/types/index.js +0 -1
  10. package/api/resources/ecommerce/client/Client.js +1 -1
  11. package/api/resources/forms/client/Client.js +5 -5
  12. package/api/resources/inventory/client/Client.js +2 -2
  13. package/api/resources/orders/client/Client.js +6 -6
  14. package/api/resources/pages/client/Client.d.ts +23 -14
  15. package/api/resources/pages/client/Client.js +28 -19
  16. package/api/resources/pages/client/requests/DomWrite.d.ts +10 -1
  17. package/api/resources/pages/client/requests/UpdatePageSettingsRequest.d.ts +12 -12
  18. package/api/resources/pages/resources/scripts/client/Client.js +3 -3
  19. package/api/resources/pages/types/DomWriteNodesItem.d.ts +1 -1
  20. package/api/resources/pages/types/UpdateStaticContentResponse.d.ts +7 -0
  21. package/api/resources/pages/types/index.d.ts +1 -0
  22. package/api/resources/pages/types/index.js +1 -0
  23. package/api/resources/products/client/Client.d.ts +34 -26
  24. package/api/resources/products/client/Client.js +41 -33
  25. package/api/resources/products/client/requests/ProductSkuCreate.d.ts +28 -5
  26. package/api/resources/products/client/requests/ProductSkuUpdate.d.ts +38 -0
  27. package/api/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +1 -0
  28. package/api/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +1 -0
  29. package/api/resources/products/client/requests/index.d.ts +1 -1
  30. package/api/resources/products/types/index.d.ts +0 -11
  31. package/api/resources/products/types/index.js +0 -11
  32. package/api/resources/scripts/client/Client.d.ts +2 -2
  33. package/api/resources/scripts/client/Client.js +5 -5
  34. package/api/resources/sites/client/Client.d.ts +2 -1
  35. package/api/resources/sites/client/Client.js +6 -5
  36. package/api/resources/sites/client/requests/SitesPublishRequest.d.ts +1 -0
  37. package/api/resources/sites/resources/activityLogs/client/Client.js +1 -1
  38. package/api/resources/sites/resources/scripts/client/Client.js +4 -4
  39. package/api/resources/token/client/Client.js +2 -2
  40. package/api/resources/users/client/Client.js +5 -5
  41. package/api/resources/webhooks/client/Client.js +4 -4
  42. package/api/types/Asset.d.ts +8 -8
  43. package/api/types/AssetFolder.d.ts +2 -2
  44. package/api/types/AssetUpload.d.ts +5 -5
  45. package/api/types/AssetUploadUploadDetails.d.ts +2 -4
  46. package/api/types/AssetVariant.d.ts +4 -0
  47. package/{dist/api/types/CustomCodeResponse.d.ts → api/types/CustomCodeHostedResponse.d.ts} +9 -9
  48. package/api/types/{CustomCodeResponse.d.ts → CustomCodeInlineResponse.d.ts} +9 -9
  49. package/api/types/Form.d.ts +13 -8
  50. package/api/types/FormField.d.ts +3 -0
  51. package/api/types/FormFieldValue.d.ts +3 -0
  52. package/api/types/FormResponseSettings.d.ts +5 -2
  53. package/api/types/Locale.d.ts +21 -0
  54. package/api/types/Locales.d.ts +10 -0
  55. package/api/types/Node.d.ts +1 -0
  56. package/api/types/Order.d.ts +5 -5
  57. package/api/types/OrderAddress.d.ts +1 -1
  58. package/api/types/OrderAddressJapanType.d.ts +1 -1
  59. package/api/types/OrderList.d.ts +1 -1
  60. package/api/types/OrderPurchasedItem.d.ts +2 -0
  61. package/api/types/Product.d.ts +2 -0
  62. package/api/types/ProductFieldData.d.ts +5 -4
  63. package/api/types/RegisteredScriptList.d.ts +4 -1
  64. package/api/types/ScriptApply.d.ts +1 -1
  65. package/api/types/ScriptApplyList.d.ts +1 -0
  66. package/api/types/Scripts.d.ts +3 -0
  67. package/api/types/Site.d.ts +3 -0
  68. package/api/types/Sites.d.ts +7 -0
  69. package/api/types/Sku.d.ts +2 -1
  70. package/api/types/SkuFieldDataEcSkuSubscriptionPlan.d.ts +1 -0
  71. package/api/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.d.ts +11 -0
  72. package/api/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.d.ts +12 -0
  73. package/api/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.js +11 -0
  74. package/api/types/index.d.ts +7 -1
  75. package/api/types/index.js +7 -1
  76. package/dist/api/resources/accessGroups/client/Client.js +1 -1
  77. package/dist/api/resources/assets/client/Client.js +8 -8
  78. package/dist/api/resources/collections/client/Client.js +5 -5
  79. package/dist/api/resources/collections/resources/fields/client/Client.js +2 -2
  80. package/dist/api/resources/collections/resources/items/client/Client.d.ts +1 -2
  81. package/dist/api/resources/collections/resources/items/client/Client.js +11 -18
  82. package/dist/api/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +0 -1
  83. package/dist/api/resources/collections/resources/items/types/index.d.ts +0 -1
  84. package/dist/api/resources/collections/resources/items/types/index.js +0 -1
  85. package/dist/api/resources/ecommerce/client/Client.js +1 -1
  86. package/dist/api/resources/forms/client/Client.js +5 -5
  87. package/dist/api/resources/inventory/client/Client.js +2 -2
  88. package/dist/api/resources/orders/client/Client.js +6 -6
  89. package/dist/api/resources/pages/client/Client.d.ts +23 -14
  90. package/dist/api/resources/pages/client/Client.js +28 -19
  91. package/dist/api/resources/pages/client/requests/DomWrite.d.ts +10 -1
  92. package/dist/api/resources/pages/client/requests/UpdatePageSettingsRequest.d.ts +12 -12
  93. package/dist/api/resources/pages/resources/scripts/client/Client.js +3 -3
  94. package/dist/api/resources/pages/types/DomWriteNodesItem.d.ts +1 -1
  95. package/dist/api/resources/pages/types/UpdateStaticContentResponse.d.ts +7 -0
  96. package/dist/api/resources/pages/types/index.d.ts +1 -0
  97. package/dist/api/resources/pages/types/index.js +1 -0
  98. package/dist/api/resources/products/client/Client.d.ts +34 -26
  99. package/dist/api/resources/products/client/Client.js +41 -33
  100. package/dist/api/resources/products/client/requests/ProductSkuCreate.d.ts +28 -5
  101. package/dist/api/resources/products/client/requests/ProductSkuUpdate.d.ts +38 -0
  102. package/dist/api/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +1 -0
  103. package/dist/api/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +1 -0
  104. package/dist/api/resources/products/client/requests/index.d.ts +1 -1
  105. package/dist/api/resources/products/types/index.d.ts +0 -11
  106. package/dist/api/resources/products/types/index.js +0 -11
  107. package/dist/api/resources/scripts/client/Client.d.ts +2 -2
  108. package/dist/api/resources/scripts/client/Client.js +5 -5
  109. package/dist/api/resources/sites/client/Client.d.ts +2 -1
  110. package/dist/api/resources/sites/client/Client.js +6 -5
  111. package/dist/api/resources/sites/client/requests/SitesPublishRequest.d.ts +1 -0
  112. package/dist/api/resources/sites/resources/activityLogs/client/Client.js +1 -1
  113. package/dist/api/resources/sites/resources/scripts/client/Client.js +4 -4
  114. package/dist/api/resources/token/client/Client.js +2 -2
  115. package/dist/api/resources/users/client/Client.js +5 -5
  116. package/dist/api/resources/webhooks/client/Client.js +4 -4
  117. package/dist/api/types/Asset.d.ts +8 -8
  118. package/dist/api/types/AssetFolder.d.ts +2 -2
  119. package/dist/api/types/AssetUpload.d.ts +5 -5
  120. package/dist/api/types/AssetUploadUploadDetails.d.ts +2 -4
  121. package/dist/api/types/AssetVariant.d.ts +4 -0
  122. package/dist/api/types/CustomCodeHostedResponse.d.ts +24 -0
  123. package/dist/api/types/CustomCodeInlineResponse.d.ts +24 -0
  124. package/dist/api/types/Form.d.ts +13 -8
  125. package/dist/api/types/FormField.d.ts +3 -0
  126. package/dist/api/types/FormFieldValue.d.ts +3 -0
  127. package/dist/api/types/FormResponseSettings.d.ts +5 -2
  128. package/dist/api/types/Locale.d.ts +21 -0
  129. package/dist/api/types/Locales.d.ts +10 -0
  130. package/dist/api/types/Node.d.ts +1 -0
  131. package/dist/api/types/Order.d.ts +5 -5
  132. package/dist/api/types/OrderAddress.d.ts +1 -1
  133. package/dist/api/types/OrderAddressJapanType.d.ts +1 -1
  134. package/dist/api/types/OrderList.d.ts +1 -1
  135. package/dist/api/types/OrderPurchasedItem.d.ts +2 -0
  136. package/dist/api/types/Product.d.ts +2 -0
  137. package/dist/api/types/ProductFieldData.d.ts +5 -4
  138. package/dist/api/types/RegisteredScriptList.d.ts +4 -1
  139. package/dist/api/types/ScriptApply.d.ts +1 -1
  140. package/dist/api/types/ScriptApplyList.d.ts +1 -0
  141. package/dist/api/types/Scripts.d.ts +3 -0
  142. package/dist/api/types/Site.d.ts +3 -0
  143. package/dist/api/types/Sites.d.ts +7 -0
  144. package/dist/api/types/Sku.d.ts +2 -1
  145. package/dist/api/types/SkuFieldDataEcSkuSubscriptionPlan.d.ts +1 -0
  146. package/dist/api/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.d.ts +11 -0
  147. package/dist/api/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.d.ts +12 -0
  148. package/dist/api/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.js +11 -0
  149. package/dist/api/types/index.d.ts +7 -1
  150. package/dist/api/types/index.js +7 -1
  151. package/dist/serialization/resources/collections/resources/items/types/index.d.ts +0 -1
  152. package/dist/serialization/resources/collections/resources/items/types/index.js +0 -1
  153. package/dist/serialization/resources/pages/types/UpdateStaticContentResponse.d.ts +12 -0
  154. package/{serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuBillingMethod.js → dist/serialization/resources/pages/types/UpdateStaticContentResponse.js} +4 -2
  155. package/dist/serialization/resources/pages/types/index.d.ts +1 -0
  156. package/dist/serialization/resources/pages/types/index.js +1 -0
  157. package/dist/serialization/resources/products/client/requests/ProductSkuCreate.d.ts +2 -2
  158. package/dist/serialization/resources/products/client/requests/ProductSkuCreate.js +2 -4
  159. package/dist/serialization/resources/products/client/requests/{ProductsUpdateRequest.d.ts → ProductSkuUpdate.d.ts} +4 -3
  160. package/{serialization/resources/products/client/requests/ProductsUpdateRequest.js → dist/serialization/resources/products/client/requests/ProductSkuUpdate.js} +4 -3
  161. package/dist/serialization/resources/products/client/requests/index.d.ts +1 -1
  162. package/dist/serialization/resources/products/client/requests/index.js +3 -3
  163. package/dist/serialization/resources/products/types/index.d.ts +0 -11
  164. package/dist/serialization/resources/products/types/index.js +0 -11
  165. package/dist/serialization/types/Asset.d.ts +4 -4
  166. package/dist/serialization/types/Asset.js +4 -4
  167. package/dist/serialization/types/AssetFolder.d.ts +1 -1
  168. package/dist/serialization/types/AssetFolder.js +1 -1
  169. package/dist/serialization/types/AssetUpload.d.ts +3 -3
  170. package/dist/serialization/types/AssetUpload.js +3 -3
  171. package/dist/serialization/types/AssetUploadUploadDetails.d.ts +2 -3
  172. package/dist/serialization/types/AssetUploadUploadDetails.js +2 -3
  173. package/dist/serialization/types/{CustomCodeResponse.d.ts → CustomCodeHostedResponse.d.ts} +6 -6
  174. package/{serialization/types/CustomCodeResponse.js → dist/serialization/types/CustomCodeHostedResponse.js} +6 -6
  175. package/{serialization/types/CustomCodeResponse.d.ts → dist/serialization/types/CustomCodeInlineResponse.d.ts} +6 -6
  176. package/dist/serialization/types/{CustomCodeResponse.js → CustomCodeInlineResponse.js} +6 -6
  177. package/dist/serialization/types/Form.d.ts +5 -5
  178. package/dist/serialization/types/Form.js +5 -5
  179. package/dist/serialization/types/FormResponseSettings.d.ts +1 -1
  180. package/dist/serialization/types/FormResponseSettings.js +1 -1
  181. package/dist/serialization/types/Locale.d.ts +19 -0
  182. package/dist/serialization/{resources/products/types/ProductSkuCreateSkuFieldDataCompareAtPrice.js → types/Locale.js} +11 -5
  183. package/dist/serialization/types/Locales.d.ts +13 -0
  184. package/dist/serialization/types/Locales.js +45 -0
  185. package/dist/serialization/types/OrderList.d.ts +1 -1
  186. package/dist/serialization/types/OrderList.js +1 -1
  187. package/dist/serialization/types/OrderPurchasedItem.d.ts +1 -0
  188. package/dist/serialization/types/OrderPurchasedItem.js +1 -0
  189. package/dist/serialization/types/Product.d.ts +1 -0
  190. package/dist/serialization/types/Product.js +1 -0
  191. package/dist/serialization/types/ProductFieldData.d.ts +2 -3
  192. package/dist/serialization/types/ProductFieldData.js +2 -3
  193. package/dist/serialization/types/RegisteredScriptList.d.ts +1 -1
  194. package/dist/serialization/types/RegisteredScriptList.js +1 -1
  195. package/dist/serialization/types/Site.d.ts +2 -0
  196. package/dist/serialization/types/Site.js +2 -0
  197. package/dist/serialization/types/Sites.d.ts +12 -0
  198. package/dist/serialization/types/Sites.js +42 -0
  199. package/dist/serialization/types/Sku.d.ts +1 -0
  200. package/dist/serialization/types/Sku.js +1 -0
  201. package/dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlan.d.ts +1 -0
  202. package/dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlan.js +3 -0
  203. package/dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.d.ts +14 -0
  204. package/{serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan.js → dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.js} +7 -7
  205. package/dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.d.ts +10 -0
  206. package/{serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval.js → dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.js} +3 -3
  207. package/dist/serialization/types/index.d.ts +7 -1
  208. package/dist/serialization/types/index.js +7 -1
  209. package/dist/wrapper/CollectionsClient.d.ts +8 -0
  210. package/dist/wrapper/CollectionsClient.js +18 -0
  211. package/dist/wrapper/ItemsClient.d.ts +30 -0
  212. package/dist/wrapper/ItemsClient.js +138 -0
  213. package/dist/wrapper/WebflowClient.d.ts +5 -0
  214. package/dist/wrapper/WebflowClient.js +11 -2
  215. package/package.json +1 -1
  216. package/serialization/resources/collections/resources/items/types/index.d.ts +0 -1
  217. package/serialization/resources/collections/resources/items/types/index.js +0 -1
  218. package/serialization/resources/pages/types/UpdateStaticContentResponse.d.ts +12 -0
  219. package/{dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuBillingMethod.js → serialization/resources/pages/types/UpdateStaticContentResponse.js} +4 -2
  220. package/serialization/resources/pages/types/index.d.ts +1 -0
  221. package/serialization/resources/pages/types/index.js +1 -0
  222. package/serialization/resources/products/client/requests/ProductSkuCreate.d.ts +2 -2
  223. package/serialization/resources/products/client/requests/ProductSkuCreate.js +2 -4
  224. package/serialization/resources/products/client/requests/{ProductsUpdateRequest.d.ts → ProductSkuUpdate.d.ts} +4 -3
  225. package/{dist/serialization/resources/products/client/requests/ProductsUpdateRequest.js → serialization/resources/products/client/requests/ProductSkuUpdate.js} +4 -3
  226. package/serialization/resources/products/client/requests/index.d.ts +1 -1
  227. package/serialization/resources/products/client/requests/index.js +3 -3
  228. package/serialization/resources/products/types/index.d.ts +0 -11
  229. package/serialization/resources/products/types/index.js +0 -11
  230. package/serialization/types/Asset.d.ts +4 -4
  231. package/serialization/types/Asset.js +4 -4
  232. package/serialization/types/AssetFolder.d.ts +1 -1
  233. package/serialization/types/AssetFolder.js +1 -1
  234. package/serialization/types/AssetUpload.d.ts +3 -3
  235. package/serialization/types/AssetUpload.js +3 -3
  236. package/serialization/types/AssetUploadUploadDetails.d.ts +2 -3
  237. package/serialization/types/AssetUploadUploadDetails.js +2 -3
  238. package/serialization/types/CustomCodeHostedResponse.d.ts +19 -0
  239. package/serialization/types/CustomCodeHostedResponse.js +40 -0
  240. package/serialization/types/CustomCodeInlineResponse.d.ts +19 -0
  241. package/serialization/types/CustomCodeInlineResponse.js +40 -0
  242. package/serialization/types/Form.d.ts +5 -5
  243. package/serialization/types/Form.js +5 -5
  244. package/serialization/types/FormResponseSettings.d.ts +1 -1
  245. package/serialization/types/FormResponseSettings.js +1 -1
  246. package/serialization/types/Locale.d.ts +19 -0
  247. package/{dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataPrice.js → serialization/types/Locale.js} +11 -6
  248. package/serialization/types/Locales.d.ts +13 -0
  249. package/serialization/types/Locales.js +45 -0
  250. package/serialization/types/OrderList.d.ts +1 -1
  251. package/serialization/types/OrderList.js +1 -1
  252. package/serialization/types/OrderPurchasedItem.d.ts +1 -0
  253. package/serialization/types/OrderPurchasedItem.js +1 -0
  254. package/serialization/types/Product.d.ts +1 -0
  255. package/serialization/types/Product.js +1 -0
  256. package/serialization/types/ProductFieldData.d.ts +2 -3
  257. package/serialization/types/ProductFieldData.js +2 -3
  258. package/serialization/types/RegisteredScriptList.d.ts +1 -1
  259. package/serialization/types/RegisteredScriptList.js +1 -1
  260. package/serialization/types/Site.d.ts +2 -0
  261. package/serialization/types/Site.js +2 -0
  262. package/serialization/types/Sites.d.ts +12 -0
  263. package/serialization/types/Sites.js +42 -0
  264. package/serialization/types/Sku.d.ts +1 -0
  265. package/serialization/types/Sku.js +1 -0
  266. package/serialization/types/SkuFieldDataEcSkuSubscriptionPlan.d.ts +1 -0
  267. package/serialization/types/SkuFieldDataEcSkuSubscriptionPlan.js +3 -0
  268. package/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.d.ts +14 -0
  269. package/{dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan.js → serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.js} +7 -7
  270. package/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.d.ts +10 -0
  271. package/{dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval.js → serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.js} +3 -3
  272. package/serialization/types/index.d.ts +7 -1
  273. package/serialization/types/index.js +7 -1
  274. package/wrapper/CollectionsClient.d.ts +8 -0
  275. package/wrapper/CollectionsClient.js +18 -0
  276. package/wrapper/ItemsClient.d.ts +30 -0
  277. package/wrapper/ItemsClient.js +138 -0
  278. package/wrapper/WebflowClient.d.ts +5 -0
  279. package/wrapper/WebflowClient.js +11 -2
  280. package/api/resources/collections/resources/items/types/ItemsPublishItemResponse.d.ts +0 -7
  281. package/api/resources/products/client/requests/ProductsUpdateRequest.d.ts +0 -56
  282. package/api/resources/products/types/ProductSkuCreateProduct.d.ts +0 -22
  283. package/api/resources/products/types/ProductSkuCreateProductFieldData.d.ts +0 -23
  284. package/api/resources/products/types/ProductSkuCreateProductFieldDataEcProductType.d.ts +0 -13
  285. package/api/resources/products/types/ProductSkuCreateProductFieldDataEcProductType.js +0 -12
  286. package/api/resources/products/types/ProductSkuCreateProductFieldDataTaxCategory.d.ts +0 -38
  287. package/api/resources/products/types/ProductSkuCreateProductFieldDataTaxCategory.js +0 -37
  288. package/api/resources/products/types/ProductSkuCreateSku.d.ts +0 -19
  289. package/api/resources/products/types/ProductSkuCreateSkuFieldData.d.ts +0 -26
  290. package/api/resources/products/types/ProductSkuCreateSkuFieldDataCompareAtPrice.d.ts +0 -12
  291. package/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuBillingMethod.d.ts +0 -11
  292. package/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuBillingMethod.js +0 -10
  293. package/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan.d.ts +0 -15
  294. package/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval.d.ts +0 -13
  295. package/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval.js +0 -12
  296. package/api/resources/products/types/ProductSkuCreateSkuFieldDataPrice.d.ts +0 -13
  297. package/dist/api/resources/collections/resources/items/types/ItemsPublishItemResponse.d.ts +0 -7
  298. package/dist/api/resources/products/client/requests/ProductsUpdateRequest.d.ts +0 -56
  299. package/dist/api/resources/products/types/ProductSkuCreateProduct.d.ts +0 -22
  300. package/dist/api/resources/products/types/ProductSkuCreateProductFieldData.d.ts +0 -23
  301. package/dist/api/resources/products/types/ProductSkuCreateProductFieldDataEcProductType.d.ts +0 -13
  302. package/dist/api/resources/products/types/ProductSkuCreateProductFieldDataEcProductType.js +0 -12
  303. package/dist/api/resources/products/types/ProductSkuCreateProductFieldDataTaxCategory.d.ts +0 -38
  304. package/dist/api/resources/products/types/ProductSkuCreateProductFieldDataTaxCategory.js +0 -37
  305. package/dist/api/resources/products/types/ProductSkuCreateSku.d.ts +0 -19
  306. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldData.d.ts +0 -26
  307. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataCompareAtPrice.d.ts +0 -12
  308. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataCompareAtPrice.js +0 -5
  309. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuBillingMethod.d.ts +0 -11
  310. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuBillingMethod.js +0 -10
  311. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan.d.ts +0 -15
  312. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan.js +0 -5
  313. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval.d.ts +0 -13
  314. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval.js +0 -12
  315. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataPrice.d.ts +0 -13
  316. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataPrice.js +0 -5
  317. package/dist/api/types/CustomCodeResponse.js +0 -5
  318. package/dist/serialization/resources/collections/resources/items/types/ItemsPublishItemResponse.d.ts +0 -13
  319. package/dist/serialization/resources/collections/resources/items/types/ItemsPublishItemResponse.js +0 -34
  320. package/dist/serialization/resources/products/types/ProductSkuCreateProduct.d.ts +0 -18
  321. package/dist/serialization/resources/products/types/ProductSkuCreateProduct.js +0 -50
  322. package/dist/serialization/resources/products/types/ProductSkuCreateProductFieldData.d.ts +0 -20
  323. package/dist/serialization/resources/products/types/ProductSkuCreateProductFieldData.js +0 -56
  324. package/dist/serialization/resources/products/types/ProductSkuCreateProductFieldDataEcProductType.d.ts +0 -10
  325. package/dist/serialization/resources/products/types/ProductSkuCreateProductFieldDataEcProductType.js +0 -36
  326. package/dist/serialization/resources/products/types/ProductSkuCreateProductFieldDataTaxCategory.d.ts +0 -10
  327. package/dist/serialization/resources/products/types/ProductSkuCreateProductFieldDataTaxCategory.js +0 -61
  328. package/dist/serialization/resources/products/types/ProductSkuCreateSku.d.ts +0 -16
  329. package/dist/serialization/resources/products/types/ProductSkuCreateSku.js +0 -48
  330. package/dist/serialization/resources/products/types/ProductSkuCreateSkuFieldData.d.ts +0 -20
  331. package/dist/serialization/resources/products/types/ProductSkuCreateSkuFieldData.js +0 -56
  332. package/dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataCompareAtPrice.d.ts +0 -13
  333. package/dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuBillingMethod.d.ts +0 -10
  334. package/dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan.d.ts +0 -14
  335. package/dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval.d.ts +0 -10
  336. package/dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataPrice.d.ts +0 -14
  337. package/serialization/resources/collections/resources/items/types/ItemsPublishItemResponse.d.ts +0 -13
  338. package/serialization/resources/collections/resources/items/types/ItemsPublishItemResponse.js +0 -34
  339. package/serialization/resources/products/types/ProductSkuCreateProduct.d.ts +0 -18
  340. package/serialization/resources/products/types/ProductSkuCreateProduct.js +0 -50
  341. package/serialization/resources/products/types/ProductSkuCreateProductFieldData.d.ts +0 -20
  342. package/serialization/resources/products/types/ProductSkuCreateProductFieldData.js +0 -56
  343. package/serialization/resources/products/types/ProductSkuCreateProductFieldDataEcProductType.d.ts +0 -10
  344. package/serialization/resources/products/types/ProductSkuCreateProductFieldDataEcProductType.js +0 -36
  345. package/serialization/resources/products/types/ProductSkuCreateProductFieldDataTaxCategory.d.ts +0 -10
  346. package/serialization/resources/products/types/ProductSkuCreateProductFieldDataTaxCategory.js +0 -61
  347. package/serialization/resources/products/types/ProductSkuCreateSku.d.ts +0 -16
  348. package/serialization/resources/products/types/ProductSkuCreateSku.js +0 -48
  349. package/serialization/resources/products/types/ProductSkuCreateSkuFieldData.d.ts +0 -20
  350. package/serialization/resources/products/types/ProductSkuCreateSkuFieldData.js +0 -56
  351. package/serialization/resources/products/types/ProductSkuCreateSkuFieldDataCompareAtPrice.d.ts +0 -13
  352. package/serialization/resources/products/types/ProductSkuCreateSkuFieldDataCompareAtPrice.js +0 -34
  353. package/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuBillingMethod.d.ts +0 -10
  354. package/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan.d.ts +0 -14
  355. package/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval.d.ts +0 -10
  356. package/serialization/resources/products/types/ProductSkuCreateSkuFieldDataPrice.d.ts +0 -14
  357. package/serialization/resources/products/types/ProductSkuCreateSkuFieldDataPrice.js +0 -35
  358. /package/api/resources/{collections/resources/items/types/ItemsPublishItemResponse.js → pages/types/UpdateStaticContentResponse.js} +0 -0
  359. /package/api/resources/products/client/requests/{ProductsUpdateRequest.js → ProductSkuUpdate.js} +0 -0
  360. /package/api/{resources/products/types/ProductSkuCreateProduct.js → types/CustomCodeHostedResponse.js} +0 -0
  361. /package/api/{resources/products/types/ProductSkuCreateProductFieldData.js → types/CustomCodeInlineResponse.js} +0 -0
  362. /package/api/{resources/products/types/ProductSkuCreateSku.js → types/Locale.js} +0 -0
  363. /package/api/{resources/products/types/ProductSkuCreateSkuFieldData.js → types/Locales.js} +0 -0
  364. /package/api/{resources/products/types/ProductSkuCreateSkuFieldDataCompareAtPrice.js → types/Sites.js} +0 -0
  365. /package/api/{resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan.js → types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.js} +0 -0
  366. /package/{api/resources/products/types/ProductSkuCreateSkuFieldDataPrice.js → dist/api/resources/pages/types/UpdateStaticContentResponse.js} +0 -0
  367. /package/{api/types/CustomCodeResponse.js → dist/api/resources/products/client/requests/ProductSkuUpdate.js} +0 -0
  368. /package/dist/api/{resources/collections/resources/items/types/ItemsPublishItemResponse.js → types/CustomCodeHostedResponse.js} +0 -0
  369. /package/dist/api/{resources/products/client/requests/ProductsUpdateRequest.js → types/CustomCodeInlineResponse.js} +0 -0
  370. /package/dist/api/{resources/products/types/ProductSkuCreateProduct.js → types/Locale.js} +0 -0
  371. /package/dist/api/{resources/products/types/ProductSkuCreateProductFieldData.js → types/Locales.js} +0 -0
  372. /package/dist/api/{resources/products/types/ProductSkuCreateSku.js → types/Sites.js} +0 -0
  373. /package/dist/api/{resources/products/types/ProductSkuCreateSkuFieldData.js → types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.js} +0 -0
@@ -2,11 +2,14 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Webflow from "..";
5
+ /**
6
+ * Contains content-specific details for a product, covering both standard (e.g., title, description) and custom fields tailored to the product setup.
7
+ */
5
8
  export interface ProductFieldData {
6
9
  /** Name of the Product */
7
- name: string;
10
+ name?: string;
8
11
  /** URL structure of the Product in your site. */
9
- slug: string;
12
+ slug?: string;
10
13
  /** A description of your product */
11
14
  description?: string;
12
15
  /** Boolean determining if the Product is shippable */
@@ -21,6 +24,4 @@ export interface ProductFieldData {
21
24
  defaultSku?: string;
22
25
  /** <a href="https://university.webflow.com/lesson/add-and-manage-products-and-categories?topics=ecommerce#how-to-understand-product-types">Product types.</a> Enums reflect the following values in order: Physical, Digital, Service, Advanced" */
23
26
  ecProductType?: Webflow.ProductFieldDataEcProductType;
24
- /** Custom fields for your product. */
25
- additionalProperties?: string;
26
27
  }
@@ -2,6 +2,9 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Webflow from "..";
5
+ /**
6
+ * A list of scripts registered to the site
7
+ */
5
8
  export interface RegisteredScriptList {
6
- registeredScripts?: Webflow.CustomCodeResponse[];
9
+ registeredScripts?: Webflow.CustomCodeHostedResponse[];
7
10
  }
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Webflow from "..";
5
5
  export interface ScriptApply {
6
- /** Id of the registered custom code script */
6
+ /** ID of the registered custom code script */
7
7
  id: string;
8
8
  /** Location of the script, either in the header or footer of the published site */
9
9
  location: Webflow.ScriptApplyLocation;
@@ -3,6 +3,7 @@
3
3
  */
4
4
  import * as Webflow from "..";
5
5
  export interface ScriptApplyList {
6
+ /** A list of scripts applied to a Site or a Page */
6
7
  scripts?: Webflow.ScriptApply[];
7
8
  /** Date when the Site's scripts were last updated */
8
9
  lastUpdated?: string;
@@ -2,4 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Webflow from "..";
5
+ /**
6
+ * A list of scripts applied to a Site or a Page
7
+ */
5
8
  export declare type Scripts = Webflow.ScriptApply[];
@@ -21,5 +21,8 @@ export interface Site {
21
21
  previewUrl?: string;
22
22
  /** Site timezone set under Site Settings */
23
23
  timeZone?: string;
24
+ /** The ID of the parent folder the Site exists in */
25
+ parentFolderId?: string;
24
26
  customDomains?: Webflow.Domain[];
27
+ locales?: Webflow.Locales;
25
28
  }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Webflow from "..";
5
+ export interface Sites {
6
+ sites?: Webflow.Site[];
7
+ }
@@ -8,12 +8,13 @@ import * as Webflow from "..";
8
8
  export interface Sku {
9
9
  /** Unique identifier for the Product */
10
10
  id?: string;
11
+ /** Identifier for the locale of the CMS item */
12
+ cmsLocaleId?: string;
11
13
  /** The date the Product was last published */
12
14
  lastPublished?: Date;
13
15
  /** The date the Product was last updated */
14
16
  lastUpdated?: Date;
15
17
  /** The date the Product was created */
16
18
  createdOn?: Date;
17
- /** Standard and Custom fields for a SKU */
18
19
  fieldData?: Webflow.SkuFieldData;
19
20
  }
@@ -9,4 +9,5 @@ export interface SkuFieldDataEcSkuSubscriptionPlan {
9
9
  frequency?: number;
10
10
  /** Number of days of a trial */
11
11
  trial?: number;
12
+ plans?: Webflow.SkuFieldDataEcSkuSubscriptionPlanPlansItem[];
12
13
  }
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Webflow from "..";
5
+ export interface SkuFieldDataEcSkuSubscriptionPlanPlansItem {
6
+ platform?: "stripe";
7
+ /** The unique identifier of the plan */
8
+ id?: string;
9
+ /** The status of the plan */
10
+ status?: Webflow.SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus;
11
+ }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * The status of the plan
6
+ */
7
+ export declare type SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus = "active" | "inactive" | "canceled";
8
+ export declare const SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus: {
9
+ readonly Active: "active";
10
+ readonly Inactive: "inactive";
11
+ readonly Canceled: "canceled";
12
+ };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus = void 0;
7
+ exports.SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus = {
8
+ Active: "active",
9
+ Inactive: "inactive",
10
+ Canceled: "canceled",
11
+ };
@@ -5,7 +5,10 @@ export * from "./AuthorizationAuthorizationAuthorizedTo";
5
5
  export * from "./AuthorizationAuthorization";
6
6
  export * from "./Authorization";
7
7
  export * from "./Domain";
8
+ export * from "./Locale";
9
+ export * from "./Locales";
8
10
  export * from "./Site";
11
+ export * from "./Sites";
9
12
  export * from "./Domains";
10
13
  export * from "./InvalidDomain";
11
14
  export * from "./NoDomains";
@@ -39,8 +42,9 @@ export * from "./Dom";
39
42
  export * from "./ScriptApplyLocation";
40
43
  export * from "./ScriptApply";
41
44
  export * from "./ScriptApplyList";
42
- export * from "./CustomCodeResponse";
45
+ export * from "./CustomCodeHostedResponse";
43
46
  export * from "./RegisteredScriptList";
47
+ export * from "./CustomCodeInlineResponse";
44
48
  export * from "./Scripts";
45
49
  export * from "./CustomCodeBlockType";
46
50
  export * from "./CustomCodeBlock";
@@ -86,6 +90,8 @@ export * from "./SkuFieldDataPrice";
86
90
  export * from "./SkuFieldDataCompareAtPrice";
87
91
  export * from "./SkuFieldDataEcSkuBillingMethod";
88
92
  export * from "./SkuFieldDataEcSkuSubscriptionPlanInterval";
93
+ export * from "./SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus";
94
+ export * from "./SkuFieldDataEcSkuSubscriptionPlanPlansItem";
89
95
  export * from "./SkuFieldDataEcSkuSubscriptionPlan";
90
96
  export * from "./SkuFieldData";
91
97
  export * from "./Sku";
@@ -21,7 +21,10 @@ __exportStar(require("./AuthorizationAuthorizationAuthorizedTo"), exports);
21
21
  __exportStar(require("./AuthorizationAuthorization"), exports);
22
22
  __exportStar(require("./Authorization"), exports);
23
23
  __exportStar(require("./Domain"), exports);
24
+ __exportStar(require("./Locale"), exports);
25
+ __exportStar(require("./Locales"), exports);
24
26
  __exportStar(require("./Site"), exports);
27
+ __exportStar(require("./Sites"), exports);
25
28
  __exportStar(require("./Domains"), exports);
26
29
  __exportStar(require("./InvalidDomain"), exports);
27
30
  __exportStar(require("./NoDomains"), exports);
@@ -55,8 +58,9 @@ __exportStar(require("./Dom"), exports);
55
58
  __exportStar(require("./ScriptApplyLocation"), exports);
56
59
  __exportStar(require("./ScriptApply"), exports);
57
60
  __exportStar(require("./ScriptApplyList"), exports);
58
- __exportStar(require("./CustomCodeResponse"), exports);
61
+ __exportStar(require("./CustomCodeHostedResponse"), exports);
59
62
  __exportStar(require("./RegisteredScriptList"), exports);
63
+ __exportStar(require("./CustomCodeInlineResponse"), exports);
60
64
  __exportStar(require("./Scripts"), exports);
61
65
  __exportStar(require("./CustomCodeBlockType"), exports);
62
66
  __exportStar(require("./CustomCodeBlock"), exports);
@@ -102,6 +106,8 @@ __exportStar(require("./SkuFieldDataPrice"), exports);
102
106
  __exportStar(require("./SkuFieldDataCompareAtPrice"), exports);
103
107
  __exportStar(require("./SkuFieldDataEcSkuBillingMethod"), exports);
104
108
  __exportStar(require("./SkuFieldDataEcSkuSubscriptionPlanInterval"), exports);
109
+ __exportStar(require("./SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus"), exports);
110
+ __exportStar(require("./SkuFieldDataEcSkuSubscriptionPlanPlansItem"), exports);
105
111
  __exportStar(require("./SkuFieldDataEcSkuSubscriptionPlan"), exports);
106
112
  __exportStar(require("./SkuFieldData"), exports);
107
113
  __exportStar(require("./Sku"), exports);
@@ -1,2 +1 @@
1
1
  export * from "./BulkCollectionItemFieldData";
2
- export * from "./ItemsPublishItemResponse";
@@ -15,4 +15,3 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./BulkCollectionItemFieldData"), exports);
18
- __exportStar(require("./ItemsPublishItemResponse"), exports);
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../..";
5
+ import * as Webflow from "../../../../api";
6
+ import * as core from "../../../../core";
7
+ export declare const UpdateStaticContentResponse: core.serialization.ObjectSchema<serializers.UpdateStaticContentResponse.Raw, Webflow.UpdateStaticContentResponse>;
8
+ export declare namespace UpdateStaticContentResponse {
9
+ interface Raw {
10
+ errors: string[];
11
+ }
12
+ }
@@ -26,6 +26,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.ProductSkuCreateSkuFieldDataEcSkuBillingMethod = void 0;
29
+ exports.UpdateStaticContentResponse = void 0;
30
30
  const core = __importStar(require("../../../../core"));
31
- exports.ProductSkuCreateSkuFieldDataEcSkuBillingMethod = core.serialization.enum_(["one-time", "subscription"]);
31
+ exports.UpdateStaticContentResponse = core.serialization.object({
32
+ errors: core.serialization.list(core.serialization.string()),
33
+ });
@@ -1 +1,2 @@
1
1
  export * from "./DomWriteNodesItem";
2
+ export * from "./UpdateStaticContentResponse";
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./DomWriteNodesItem"), exports);
18
+ __exportStar(require("./UpdateStaticContentResponse"), exports);
@@ -8,7 +8,7 @@ export declare const ProductSkuCreate: core.serialization.Schema<serializers.Pro
8
8
  export declare namespace ProductSkuCreate {
9
9
  interface Raw {
10
10
  publishStatus?: serializers.PublishStatus.Raw | null;
11
- product?: serializers.ProductSkuCreateProduct.Raw | null;
12
- sku?: serializers.ProductSkuCreateSku.Raw | null;
11
+ product?: serializers.Product.Raw | null;
12
+ sku?: serializers.Sku.Raw | null;
13
13
  }
14
14
  }
@@ -39,8 +39,6 @@ exports.ProductSkuCreate = void 0;
39
39
  const core = __importStar(require("../../../../../core"));
40
40
  exports.ProductSkuCreate = core.serialization.object({
41
41
  publishStatus: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).PublishStatus; })).optional(),
42
- product: core.serialization
43
- .lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).ProductSkuCreateProduct; }))
44
- .optional(),
45
- sku: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).ProductSkuCreateSku; })).optional(),
42
+ product: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).Product; })).optional(),
43
+ sku: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).Sku; })).optional(),
46
44
  });
@@ -4,10 +4,11 @@
4
4
  import * as serializers from "../../../..";
5
5
  import * as Webflow from "../../../../../api";
6
6
  import * as core from "../../../../../core";
7
- export declare const ProductsUpdateRequest: core.serialization.Schema<serializers.ProductsUpdateRequest.Raw, Webflow.ProductsUpdateRequest>;
8
- export declare namespace ProductsUpdateRequest {
7
+ export declare const ProductSkuUpdate: core.serialization.Schema<serializers.ProductSkuUpdate.Raw, Webflow.ProductSkuUpdate>;
8
+ export declare namespace ProductSkuUpdate {
9
9
  interface Raw {
10
10
  publishStatus?: serializers.PublishStatus.Raw | null;
11
- product: serializers.Product.Raw;
11
+ product?: serializers.Product.Raw | null;
12
+ sku?: serializers.Sku.Raw | null;
12
13
  }
13
14
  }
@@ -35,9 +35,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
35
35
  });
36
36
  };
37
37
  Object.defineProperty(exports, "__esModule", { value: true });
38
- exports.ProductsUpdateRequest = void 0;
38
+ exports.ProductSkuUpdate = void 0;
39
39
  const core = __importStar(require("../../../../../core"));
40
- exports.ProductsUpdateRequest = core.serialization.object({
40
+ exports.ProductSkuUpdate = core.serialization.object({
41
41
  publishStatus: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).PublishStatus; })).optional(),
42
- product: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).Product; })),
42
+ product: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).Product; })).optional(),
43
+ sku: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../..")))).Sku; })).optional(),
43
44
  });
@@ -1,4 +1,4 @@
1
1
  export { ProductSkuCreate } from "./ProductSkuCreate";
2
- export { ProductsUpdateRequest } from "./ProductsUpdateRequest";
2
+ export { ProductSkuUpdate } from "./ProductSkuUpdate";
3
3
  export { ProductsCreateSkuRequest } from "./ProductsCreateSkuRequest";
4
4
  export { ProductsUpdateSkuRequest } from "./ProductsUpdateSkuRequest";
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ProductsUpdateSkuRequest = exports.ProductsCreateSkuRequest = exports.ProductsUpdateRequest = exports.ProductSkuCreate = void 0;
3
+ exports.ProductsUpdateSkuRequest = exports.ProductsCreateSkuRequest = exports.ProductSkuUpdate = exports.ProductSkuCreate = void 0;
4
4
  var ProductSkuCreate_1 = require("./ProductSkuCreate");
5
5
  Object.defineProperty(exports, "ProductSkuCreate", { enumerable: true, get: function () { return ProductSkuCreate_1.ProductSkuCreate; } });
6
- var ProductsUpdateRequest_1 = require("./ProductsUpdateRequest");
7
- Object.defineProperty(exports, "ProductsUpdateRequest", { enumerable: true, get: function () { return ProductsUpdateRequest_1.ProductsUpdateRequest; } });
6
+ var ProductSkuUpdate_1 = require("./ProductSkuUpdate");
7
+ Object.defineProperty(exports, "ProductSkuUpdate", { enumerable: true, get: function () { return ProductSkuUpdate_1.ProductSkuUpdate; } });
8
8
  var ProductsCreateSkuRequest_1 = require("./ProductsCreateSkuRequest");
9
9
  Object.defineProperty(exports, "ProductsCreateSkuRequest", { enumerable: true, get: function () { return ProductsCreateSkuRequest_1.ProductsCreateSkuRequest; } });
10
10
  var ProductsUpdateSkuRequest_1 = require("./ProductsUpdateSkuRequest");
@@ -1,12 +1 @@
1
- export * from "./ProductSkuCreateProductFieldDataTaxCategory";
2
- export * from "./ProductSkuCreateProductFieldDataEcProductType";
3
- export * from "./ProductSkuCreateProductFieldData";
4
- export * from "./ProductSkuCreateProduct";
5
- export * from "./ProductSkuCreateSkuFieldDataPrice";
6
- export * from "./ProductSkuCreateSkuFieldDataCompareAtPrice";
7
- export * from "./ProductSkuCreateSkuFieldDataEcSkuBillingMethod";
8
- export * from "./ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval";
9
- export * from "./ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan";
10
- export * from "./ProductSkuCreateSkuFieldData";
11
- export * from "./ProductSkuCreateSku";
12
1
  export * from "./ProductsCreateSkuResponse";
@@ -14,15 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./ProductSkuCreateProductFieldDataTaxCategory"), exports);
18
- __exportStar(require("./ProductSkuCreateProductFieldDataEcProductType"), exports);
19
- __exportStar(require("./ProductSkuCreateProductFieldData"), exports);
20
- __exportStar(require("./ProductSkuCreateProduct"), exports);
21
- __exportStar(require("./ProductSkuCreateSkuFieldDataPrice"), exports);
22
- __exportStar(require("./ProductSkuCreateSkuFieldDataCompareAtPrice"), exports);
23
- __exportStar(require("./ProductSkuCreateSkuFieldDataEcSkuBillingMethod"), exports);
24
- __exportStar(require("./ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval"), exports);
25
- __exportStar(require("./ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan"), exports);
26
- __exportStar(require("./ProductSkuCreateSkuFieldData"), exports);
27
- __exportStar(require("./ProductSkuCreateSku"), exports);
28
17
  __exportStar(require("./ProductsCreateSkuResponse"), exports);
@@ -8,14 +8,14 @@ export declare const Asset: core.serialization.ObjectSchema<serializers.Asset.Ra
8
8
  export declare namespace Asset {
9
9
  interface Raw {
10
10
  id?: string | null;
11
+ originalFileName?: string | null;
12
+ displayName?: string | null;
11
13
  contentType?: string | null;
12
14
  size?: number | null;
13
15
  siteId?: string | null;
14
- hostedUrl?: string | null;
15
- originalFileName?: string | null;
16
- displayName?: string | null;
17
- lastUpdated?: string | null;
18
16
  createdOn?: string | null;
17
+ lastUpdated?: string | null;
18
+ hostedUrl?: string | null;
19
19
  variants?: serializers.AssetVariant.Raw[] | null;
20
20
  }
21
21
  }
@@ -39,14 +39,14 @@ exports.Asset = void 0;
39
39
  const core = __importStar(require("../../core"));
40
40
  exports.Asset = core.serialization.object({
41
41
  id: core.serialization.string().optional(),
42
+ originalFileName: core.serialization.string().optional(),
43
+ displayName: core.serialization.string().optional(),
42
44
  contentType: core.serialization.string().optional(),
43
45
  size: core.serialization.number().optional(),
44
46
  siteId: core.serialization.string().optional(),
45
- hostedUrl: core.serialization.string().optional(),
46
- originalFileName: core.serialization.string().optional(),
47
- displayName: core.serialization.string().optional(),
48
- lastUpdated: core.serialization.date().optional(),
49
47
  createdOn: core.serialization.date().optional(),
48
+ lastUpdated: core.serialization.date().optional(),
49
+ hostedUrl: core.serialization.string().optional(),
50
50
  variants: core.serialization
51
51
  .list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).AssetVariant; })))
52
52
  .optional(),
@@ -7,8 +7,8 @@ import * as core from "../../core";
7
7
  export declare const AssetFolder: core.serialization.ObjectSchema<serializers.AssetFolder.Raw, Webflow.AssetFolder>;
8
8
  export declare namespace AssetFolder {
9
9
  interface Raw {
10
- displayName?: string | null;
11
10
  id?: string | null;
11
+ displayName?: string | null;
12
12
  parentFolder?: string | null;
13
13
  assets?: string[] | null;
14
14
  siteId?: string | null;
@@ -29,8 +29,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.AssetFolder = void 0;
30
30
  const core = __importStar(require("../../core"));
31
31
  exports.AssetFolder = core.serialization.object({
32
- displayName: core.serialization.string().optional(),
33
32
  id: core.serialization.string().optional(),
33
+ displayName: core.serialization.string().optional(),
34
34
  parentFolder: core.serialization.string().optional(),
35
35
  assets: core.serialization.list(core.serialization.string()).optional(),
36
36
  siteId: core.serialization.string().optional(),
@@ -8,14 +8,14 @@ export declare const AssetUpload: core.serialization.ObjectSchema<serializers.As
8
8
  export declare namespace AssetUpload {
9
9
  interface Raw {
10
10
  uploadDetails?: serializers.AssetUploadUploadDetails.Raw | null;
11
- id?: string | null;
12
11
  contentType?: string | null;
12
+ id?: string | null;
13
13
  parentFolder?: string | null;
14
- hostedUrl?: string | null;
15
14
  uploadUrl?: string | null;
16
15
  assetUrl?: string | null;
16
+ hostedUrl?: string | null;
17
17
  originalFileName?: string | null;
18
- lastUpdated?: string | null;
19
18
  createdOn?: string | null;
19
+ lastUpdated?: string | null;
20
20
  }
21
21
  }
@@ -41,13 +41,13 @@ exports.AssetUpload = core.serialization.object({
41
41
  uploadDetails: core.serialization
42
42
  .lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).AssetUploadUploadDetails; }))
43
43
  .optional(),
44
- id: core.serialization.string().optional(),
45
44
  contentType: core.serialization.string().optional(),
45
+ id: core.serialization.string().optional(),
46
46
  parentFolder: core.serialization.string().optional(),
47
- hostedUrl: core.serialization.string().optional(),
48
47
  uploadUrl: core.serialization.string().optional(),
49
48
  assetUrl: core.serialization.string().optional(),
49
+ hostedUrl: core.serialization.string().optional(),
50
50
  originalFileName: core.serialization.string().optional(),
51
- lastUpdated: core.serialization.date().optional(),
52
51
  createdOn: core.serialization.date().optional(),
52
+ lastUpdated: core.serialization.date().optional(),
53
53
  });
@@ -9,12 +9,11 @@ export declare namespace AssetUploadUploadDetails {
9
9
  interface Raw {
10
10
  acl?: string | null;
11
11
  bucket?: string | null;
12
- key?: string | null;
13
- Policy?: string | null;
14
12
  "X-Amz-Algorithm"?: string | null;
15
13
  "X-Amz-Credential"?: string | null;
16
14
  "X-Amz-Date"?: string | null;
17
- "X-Amz-Security-Token"?: string | null;
15
+ key?: string | null;
16
+ Policy?: string | null;
18
17
  "X-Amz-Signature"?: string | null;
19
18
  success_action_status?: string | null;
20
19
  "content-type"?: string | null;
@@ -31,12 +31,11 @@ const core = __importStar(require("../../core"));
31
31
  exports.AssetUploadUploadDetails = core.serialization.object({
32
32
  acl: core.serialization.string().optional(),
33
33
  bucket: core.serialization.string().optional(),
34
- key: core.serialization.string().optional(),
35
- policy: core.serialization.property("Policy", core.serialization.string().optional()),
36
34
  xAmzAlgorithm: core.serialization.property("X-Amz-Algorithm", core.serialization.string().optional()),
37
35
  xAmzCredential: core.serialization.property("X-Amz-Credential", core.serialization.string().optional()),
38
36
  xAmzDate: core.serialization.property("X-Amz-Date", core.serialization.string().optional()),
39
- xAmzSecurityToken: core.serialization.property("X-Amz-Security-Token", core.serialization.string().optional()),
37
+ key: core.serialization.string().optional(),
38
+ policy: core.serialization.property("Policy", core.serialization.string().optional()),
40
39
  xAmzSignature: core.serialization.property("X-Amz-Signature", core.serialization.string().optional()),
41
40
  successActionStatus: core.serialization.property("success_action_status", core.serialization.string().optional()),
42
41
  contentType: core.serialization.property("content-type", core.serialization.string().optional()),
@@ -4,16 +4,16 @@
4
4
  import * as serializers from "..";
5
5
  import * as Webflow from "../../api";
6
6
  import * as core from "../../core";
7
- export declare const CustomCodeResponse: core.serialization.ObjectSchema<serializers.CustomCodeResponse.Raw, Webflow.CustomCodeResponse>;
8
- export declare namespace CustomCodeResponse {
7
+ export declare const CustomCodeHostedResponse: core.serialization.ObjectSchema<serializers.CustomCodeHostedResponse.Raw, Webflow.CustomCodeHostedResponse>;
8
+ export declare namespace CustomCodeHostedResponse {
9
9
  interface Raw {
10
10
  id?: string | null;
11
- createdOn?: string | null;
12
- lastUpdated?: string | null;
11
+ canCopy?: boolean | null;
12
+ displayName?: string | null;
13
13
  hostedLocation?: string | null;
14
14
  integrityHash?: string | null;
15
- canCopy?: boolean | null;
15
+ createdOn?: string | null;
16
+ lastUpdated?: string | null;
16
17
  version?: string | null;
17
- displayName?: string | null;
18
18
  }
19
19
  }
@@ -26,15 +26,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.CustomCodeResponse = void 0;
29
+ exports.CustomCodeHostedResponse = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.CustomCodeResponse = core.serialization.object({
31
+ exports.CustomCodeHostedResponse = core.serialization.object({
32
32
  id: core.serialization.string().optional(),
33
- createdOn: core.serialization.string().optional(),
34
- lastUpdated: core.serialization.string().optional(),
33
+ canCopy: core.serialization.boolean().optional(),
34
+ displayName: core.serialization.string().optional(),
35
35
  hostedLocation: core.serialization.string().optional(),
36
36
  integrityHash: core.serialization.string().optional(),
37
- canCopy: core.serialization.boolean().optional(),
37
+ createdOn: core.serialization.string().optional(),
38
+ lastUpdated: core.serialization.string().optional(),
38
39
  version: core.serialization.string().optional(),
39
- displayName: core.serialization.string().optional(),
40
40
  });
@@ -4,16 +4,16 @@
4
4
  import * as serializers from "..";
5
5
  import * as Webflow from "../../api";
6
6
  import * as core from "../../core";
7
- export declare const CustomCodeResponse: core.serialization.ObjectSchema<serializers.CustomCodeResponse.Raw, Webflow.CustomCodeResponse>;
8
- export declare namespace CustomCodeResponse {
7
+ export declare const CustomCodeInlineResponse: core.serialization.ObjectSchema<serializers.CustomCodeInlineResponse.Raw, Webflow.CustomCodeInlineResponse>;
8
+ export declare namespace CustomCodeInlineResponse {
9
9
  interface Raw {
10
10
  id?: string | null;
11
- createdOn?: string | null;
12
- lastUpdated?: string | null;
11
+ canCopy?: boolean | null;
12
+ displayName?: string | null;
13
13
  hostedLocation?: string | null;
14
14
  integrityHash?: string | null;
15
- canCopy?: boolean | null;
15
+ createdOn?: string | null;
16
+ lastUpdated?: string | null;
16
17
  version?: string | null;
17
- displayName?: string | null;
18
18
  }
19
19
  }
@@ -26,15 +26,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.CustomCodeResponse = void 0;
29
+ exports.CustomCodeInlineResponse = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.CustomCodeResponse = core.serialization.object({
31
+ exports.CustomCodeInlineResponse = core.serialization.object({
32
32
  id: core.serialization.string().optional(),
33
- createdOn: core.serialization.string().optional(),
34
- lastUpdated: core.serialization.string().optional(),
33
+ canCopy: core.serialization.boolean().optional(),
34
+ displayName: core.serialization.string().optional(),
35
35
  hostedLocation: core.serialization.string().optional(),
36
36
  integrityHash: core.serialization.string().optional(),
37
- canCopy: core.serialization.boolean().optional(),
37
+ createdOn: core.serialization.string().optional(),
38
+ lastUpdated: core.serialization.string().optional(),
38
39
  version: core.serialization.string().optional(),
39
- displayName: core.serialization.string().optional(),
40
40
  });
@@ -7,16 +7,16 @@ import * as core from "../../core";
7
7
  export declare const Form: core.serialization.ObjectSchema<serializers.Form.Raw, Webflow.Form>;
8
8
  export declare namespace Form {
9
9
  interface Raw {
10
- id?: string | null;
11
10
  displayName?: string | null;
11
+ createdOn?: string | null;
12
+ lastUpdated?: string | null;
13
+ fields?: serializers.FormField.Raw[] | null;
14
+ responseSettings?: serializers.FormResponseSettings.Raw | null;
15
+ id?: string | null;
12
16
  siteId?: string | null;
13
17
  siteDomainId?: string | null;
14
18
  pageId?: string | null;
15
19
  pageName?: string | null;
16
20
  workspaceId?: string | null;
17
- createdOn?: string | null;
18
- lastUpdated?: string | null;
19
- fields?: serializers.FormField.Raw[] | null;
20
- responseSettings?: serializers.FormResponseSettings.Raw | null;
21
21
  }
22
22
  }