webflow-api 2.2.1 → 2.3.2

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 (385) 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 +13 -2
  6. package/api/resources/collections/resources/items/client/Client.js +100 -18
  7. package/api/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +0 -1
  8. package/api/resources/collections/resources/items/client/requests/ItemsListItemsLiveRequest.d.ts +21 -0
  9. package/api/resources/collections/resources/items/client/requests/index.d.ts +1 -0
  10. package/api/resources/collections/resources/items/types/index.d.ts +0 -1
  11. package/api/resources/collections/resources/items/types/index.js +0 -1
  12. package/api/resources/ecommerce/client/Client.js +1 -1
  13. package/api/resources/forms/client/Client.js +5 -5
  14. package/api/resources/inventory/client/Client.js +2 -2
  15. package/api/resources/orders/client/Client.js +6 -6
  16. package/api/resources/pages/client/Client.d.ts +23 -14
  17. package/api/resources/pages/client/Client.js +28 -19
  18. package/api/resources/pages/client/requests/DomWrite.d.ts +10 -1
  19. package/api/resources/pages/client/requests/UpdatePageSettingsRequest.d.ts +12 -12
  20. package/api/resources/pages/resources/scripts/client/Client.js +3 -3
  21. package/api/resources/pages/types/DomWriteNodesItem.d.ts +1 -1
  22. package/api/resources/pages/types/UpdateStaticContentResponse.d.ts +7 -0
  23. package/api/resources/pages/types/index.d.ts +1 -0
  24. package/api/resources/pages/types/index.js +1 -0
  25. package/api/resources/products/client/Client.d.ts +34 -26
  26. package/api/resources/products/client/Client.js +41 -33
  27. package/api/resources/products/client/requests/ProductSkuCreate.d.ts +28 -5
  28. package/api/resources/products/client/requests/ProductSkuUpdate.d.ts +38 -0
  29. package/api/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +1 -0
  30. package/api/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +1 -0
  31. package/api/resources/products/client/requests/index.d.ts +1 -1
  32. package/api/resources/products/types/index.d.ts +0 -11
  33. package/api/resources/products/types/index.js +0 -11
  34. package/api/resources/scripts/client/Client.d.ts +2 -2
  35. package/api/resources/scripts/client/Client.js +5 -5
  36. package/api/resources/sites/client/Client.d.ts +2 -1
  37. package/api/resources/sites/client/Client.js +6 -5
  38. package/api/resources/sites/client/requests/SitesPublishRequest.d.ts +1 -0
  39. package/api/resources/sites/resources/activityLogs/client/Client.js +1 -1
  40. package/api/resources/sites/resources/scripts/client/Client.js +4 -4
  41. package/api/resources/token/client/Client.js +2 -2
  42. package/api/resources/users/client/Client.js +5 -5
  43. package/api/resources/webhooks/client/Client.js +4 -4
  44. package/api/types/Asset.d.ts +8 -8
  45. package/api/types/AssetFolder.d.ts +2 -2
  46. package/api/types/AssetUpload.d.ts +5 -5
  47. package/api/types/AssetUploadUploadDetails.d.ts +2 -4
  48. package/api/types/AssetVariant.d.ts +4 -0
  49. package/{dist/api/types/CustomCodeResponse.d.ts → api/types/CustomCodeHostedResponse.d.ts} +9 -9
  50. package/api/types/{CustomCodeResponse.d.ts → CustomCodeInlineResponse.d.ts} +9 -9
  51. package/api/types/Form.d.ts +13 -8
  52. package/api/types/FormField.d.ts +3 -0
  53. package/api/types/FormFieldValue.d.ts +3 -0
  54. package/api/types/FormResponseSettings.d.ts +5 -2
  55. package/api/types/Locale.d.ts +21 -0
  56. package/api/types/Locales.d.ts +10 -0
  57. package/api/types/Node.d.ts +1 -0
  58. package/api/types/OauthScope.d.ts +9 -1
  59. package/api/types/OauthScope.js +2 -0
  60. package/api/types/Order.d.ts +5 -5
  61. package/api/types/OrderAddress.d.ts +1 -1
  62. package/api/types/OrderAddressJapanType.d.ts +1 -1
  63. package/api/types/OrderList.d.ts +1 -1
  64. package/api/types/OrderPurchasedItem.d.ts +2 -0
  65. package/api/types/Product.d.ts +2 -0
  66. package/api/types/ProductFieldData.d.ts +5 -4
  67. package/api/types/RegisteredScriptList.d.ts +4 -1
  68. package/api/types/ScriptApply.d.ts +1 -1
  69. package/api/types/ScriptApplyList.d.ts +1 -0
  70. package/api/types/Scripts.d.ts +3 -0
  71. package/api/types/Site.d.ts +3 -0
  72. package/api/types/Sites.d.ts +7 -0
  73. package/api/types/Sku.d.ts +2 -1
  74. package/api/types/SkuFieldDataEcSkuSubscriptionPlan.d.ts +1 -0
  75. package/api/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.d.ts +11 -0
  76. package/api/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.d.ts +12 -0
  77. package/api/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.js +11 -0
  78. package/api/types/index.d.ts +7 -1
  79. package/api/types/index.js +7 -1
  80. package/dist/api/resources/accessGroups/client/Client.js +1 -1
  81. package/dist/api/resources/assets/client/Client.js +8 -8
  82. package/dist/api/resources/collections/client/Client.js +5 -5
  83. package/dist/api/resources/collections/resources/fields/client/Client.js +2 -2
  84. package/dist/api/resources/collections/resources/items/client/Client.d.ts +13 -2
  85. package/dist/api/resources/collections/resources/items/client/Client.js +100 -18
  86. package/dist/api/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +0 -1
  87. package/dist/api/resources/collections/resources/items/client/requests/ItemsListItemsLiveRequest.d.ts +21 -0
  88. package/dist/api/resources/collections/resources/items/client/requests/index.d.ts +1 -0
  89. package/dist/api/resources/collections/resources/items/types/index.d.ts +0 -1
  90. package/dist/api/resources/collections/resources/items/types/index.js +0 -1
  91. package/dist/api/resources/ecommerce/client/Client.js +1 -1
  92. package/dist/api/resources/forms/client/Client.js +5 -5
  93. package/dist/api/resources/inventory/client/Client.js +2 -2
  94. package/dist/api/resources/orders/client/Client.js +6 -6
  95. package/dist/api/resources/pages/client/Client.d.ts +23 -14
  96. package/dist/api/resources/pages/client/Client.js +28 -19
  97. package/dist/api/resources/pages/client/requests/DomWrite.d.ts +10 -1
  98. package/dist/api/resources/pages/client/requests/UpdatePageSettingsRequest.d.ts +12 -12
  99. package/dist/api/resources/pages/resources/scripts/client/Client.js +3 -3
  100. package/dist/api/resources/pages/types/DomWriteNodesItem.d.ts +1 -1
  101. package/dist/api/resources/pages/types/UpdateStaticContentResponse.d.ts +7 -0
  102. package/dist/api/resources/pages/types/index.d.ts +1 -0
  103. package/dist/api/resources/pages/types/index.js +1 -0
  104. package/dist/api/resources/products/client/Client.d.ts +34 -26
  105. package/dist/api/resources/products/client/Client.js +41 -33
  106. package/dist/api/resources/products/client/requests/ProductSkuCreate.d.ts +28 -5
  107. package/dist/api/resources/products/client/requests/ProductSkuUpdate.d.ts +38 -0
  108. package/dist/api/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +1 -0
  109. package/dist/api/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +1 -0
  110. package/dist/api/resources/products/client/requests/index.d.ts +1 -1
  111. package/dist/api/resources/products/types/index.d.ts +0 -11
  112. package/dist/api/resources/products/types/index.js +0 -11
  113. package/dist/api/resources/scripts/client/Client.d.ts +2 -2
  114. package/dist/api/resources/scripts/client/Client.js +5 -5
  115. package/dist/api/resources/sites/client/Client.d.ts +2 -1
  116. package/dist/api/resources/sites/client/Client.js +6 -5
  117. package/dist/api/resources/sites/client/requests/SitesPublishRequest.d.ts +1 -0
  118. package/dist/api/resources/sites/resources/activityLogs/client/Client.js +1 -1
  119. package/dist/api/resources/sites/resources/scripts/client/Client.js +4 -4
  120. package/dist/api/resources/token/client/Client.js +2 -2
  121. package/dist/api/resources/users/client/Client.js +5 -5
  122. package/dist/api/resources/webhooks/client/Client.js +4 -4
  123. package/dist/api/types/Asset.d.ts +8 -8
  124. package/dist/api/types/AssetFolder.d.ts +2 -2
  125. package/dist/api/types/AssetUpload.d.ts +5 -5
  126. package/dist/api/types/AssetUploadUploadDetails.d.ts +2 -4
  127. package/dist/api/types/AssetVariant.d.ts +4 -0
  128. package/dist/api/types/CustomCodeHostedResponse.d.ts +24 -0
  129. package/dist/api/types/CustomCodeInlineResponse.d.ts +24 -0
  130. package/dist/api/types/Form.d.ts +13 -8
  131. package/dist/api/types/FormField.d.ts +3 -0
  132. package/dist/api/types/FormFieldValue.d.ts +3 -0
  133. package/dist/api/types/FormResponseSettings.d.ts +5 -2
  134. package/dist/api/types/Locale.d.ts +21 -0
  135. package/dist/api/types/Locales.d.ts +10 -0
  136. package/dist/api/types/Node.d.ts +1 -0
  137. package/dist/api/types/OauthScope.d.ts +9 -1
  138. package/dist/api/types/OauthScope.js +2 -0
  139. package/dist/api/types/Order.d.ts +5 -5
  140. package/dist/api/types/OrderAddress.d.ts +1 -1
  141. package/dist/api/types/OrderAddressJapanType.d.ts +1 -1
  142. package/dist/api/types/OrderList.d.ts +1 -1
  143. package/dist/api/types/OrderPurchasedItem.d.ts +2 -0
  144. package/dist/api/types/Product.d.ts +2 -0
  145. package/dist/api/types/ProductFieldData.d.ts +5 -4
  146. package/dist/api/types/RegisteredScriptList.d.ts +4 -1
  147. package/dist/api/types/ScriptApply.d.ts +1 -1
  148. package/dist/api/types/ScriptApplyList.d.ts +1 -0
  149. package/dist/api/types/Scripts.d.ts +3 -0
  150. package/dist/api/types/Site.d.ts +3 -0
  151. package/dist/api/types/Sites.d.ts +7 -0
  152. package/dist/api/types/Sku.d.ts +2 -1
  153. package/dist/api/types/SkuFieldDataEcSkuSubscriptionPlan.d.ts +1 -0
  154. package/dist/api/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.d.ts +11 -0
  155. package/dist/api/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.d.ts +12 -0
  156. package/dist/api/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.js +11 -0
  157. package/dist/api/types/index.d.ts +7 -1
  158. package/dist/api/types/index.js +7 -1
  159. package/dist/serialization/resources/collections/resources/items/types/index.d.ts +0 -1
  160. package/dist/serialization/resources/collections/resources/items/types/index.js +0 -1
  161. package/dist/serialization/resources/pages/types/UpdateStaticContentResponse.d.ts +12 -0
  162. package/{serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuBillingMethod.js → dist/serialization/resources/pages/types/UpdateStaticContentResponse.js} +4 -2
  163. package/dist/serialization/resources/pages/types/index.d.ts +1 -0
  164. package/dist/serialization/resources/pages/types/index.js +1 -0
  165. package/dist/serialization/resources/products/client/requests/ProductSkuCreate.d.ts +2 -2
  166. package/dist/serialization/resources/products/client/requests/ProductSkuCreate.js +2 -4
  167. package/dist/serialization/resources/products/client/requests/{ProductsUpdateRequest.d.ts → ProductSkuUpdate.d.ts} +4 -3
  168. package/{serialization/resources/products/client/requests/ProductsUpdateRequest.js → dist/serialization/resources/products/client/requests/ProductSkuUpdate.js} +4 -3
  169. package/dist/serialization/resources/products/client/requests/index.d.ts +1 -1
  170. package/dist/serialization/resources/products/client/requests/index.js +3 -3
  171. package/dist/serialization/resources/products/types/index.d.ts +0 -11
  172. package/dist/serialization/resources/products/types/index.js +0 -11
  173. package/dist/serialization/types/Asset.d.ts +4 -4
  174. package/dist/serialization/types/Asset.js +4 -4
  175. package/dist/serialization/types/AssetFolder.d.ts +1 -1
  176. package/dist/serialization/types/AssetFolder.js +1 -1
  177. package/dist/serialization/types/AssetUpload.d.ts +3 -3
  178. package/dist/serialization/types/AssetUpload.js +3 -3
  179. package/dist/serialization/types/AssetUploadUploadDetails.d.ts +2 -3
  180. package/dist/serialization/types/AssetUploadUploadDetails.js +2 -3
  181. package/dist/serialization/types/{CustomCodeResponse.d.ts → CustomCodeHostedResponse.d.ts} +6 -6
  182. package/{serialization/types/CustomCodeResponse.js → dist/serialization/types/CustomCodeHostedResponse.js} +6 -6
  183. package/{serialization/types/CustomCodeResponse.d.ts → dist/serialization/types/CustomCodeInlineResponse.d.ts} +6 -6
  184. package/dist/serialization/types/{CustomCodeResponse.js → CustomCodeInlineResponse.js} +6 -6
  185. package/dist/serialization/types/Form.d.ts +5 -5
  186. package/dist/serialization/types/Form.js +5 -5
  187. package/dist/serialization/types/FormResponseSettings.d.ts +1 -1
  188. package/dist/serialization/types/FormResponseSettings.js +1 -1
  189. package/dist/serialization/types/Locale.d.ts +19 -0
  190. package/dist/serialization/{resources/products/types/ProductSkuCreateSkuFieldDataCompareAtPrice.js → types/Locale.js} +11 -5
  191. package/dist/serialization/types/Locales.d.ts +13 -0
  192. package/dist/serialization/types/Locales.js +45 -0
  193. package/dist/serialization/types/OauthScope.d.ts +1 -1
  194. package/dist/serialization/types/OauthScope.js +2 -0
  195. package/dist/serialization/types/OrderList.d.ts +1 -1
  196. package/dist/serialization/types/OrderList.js +1 -1
  197. package/dist/serialization/types/OrderPurchasedItem.d.ts +1 -0
  198. package/dist/serialization/types/OrderPurchasedItem.js +1 -0
  199. package/dist/serialization/types/Product.d.ts +1 -0
  200. package/dist/serialization/types/Product.js +1 -0
  201. package/dist/serialization/types/ProductFieldData.d.ts +2 -3
  202. package/dist/serialization/types/ProductFieldData.js +2 -3
  203. package/dist/serialization/types/RegisteredScriptList.d.ts +1 -1
  204. package/dist/serialization/types/RegisteredScriptList.js +1 -1
  205. package/dist/serialization/types/Site.d.ts +2 -0
  206. package/dist/serialization/types/Site.js +2 -0
  207. package/dist/serialization/types/Sites.d.ts +12 -0
  208. package/dist/serialization/types/Sites.js +42 -0
  209. package/dist/serialization/types/Sku.d.ts +1 -0
  210. package/dist/serialization/types/Sku.js +1 -0
  211. package/dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlan.d.ts +1 -0
  212. package/dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlan.js +3 -0
  213. package/dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.d.ts +14 -0
  214. package/{serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan.js → dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.js} +7 -7
  215. package/dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.d.ts +10 -0
  216. package/{serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval.js → dist/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.js} +3 -3
  217. package/dist/serialization/types/index.d.ts +7 -1
  218. package/dist/serialization/types/index.js +7 -1
  219. package/dist/wrapper/CollectionsClient.d.ts +8 -0
  220. package/dist/wrapper/CollectionsClient.js +18 -0
  221. package/dist/wrapper/ItemsClient.d.ts +30 -0
  222. package/dist/wrapper/ItemsClient.js +138 -0
  223. package/dist/wrapper/WebflowClient.d.ts +5 -0
  224. package/dist/wrapper/WebflowClient.js +11 -2
  225. package/package.json +1 -1
  226. package/serialization/resources/collections/resources/items/types/index.d.ts +0 -1
  227. package/serialization/resources/collections/resources/items/types/index.js +0 -1
  228. package/serialization/resources/pages/types/UpdateStaticContentResponse.d.ts +12 -0
  229. package/{dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuBillingMethod.js → serialization/resources/pages/types/UpdateStaticContentResponse.js} +4 -2
  230. package/serialization/resources/pages/types/index.d.ts +1 -0
  231. package/serialization/resources/pages/types/index.js +1 -0
  232. package/serialization/resources/products/client/requests/ProductSkuCreate.d.ts +2 -2
  233. package/serialization/resources/products/client/requests/ProductSkuCreate.js +2 -4
  234. package/serialization/resources/products/client/requests/{ProductsUpdateRequest.d.ts → ProductSkuUpdate.d.ts} +4 -3
  235. package/{dist/serialization/resources/products/client/requests/ProductsUpdateRequest.js → serialization/resources/products/client/requests/ProductSkuUpdate.js} +4 -3
  236. package/serialization/resources/products/client/requests/index.d.ts +1 -1
  237. package/serialization/resources/products/client/requests/index.js +3 -3
  238. package/serialization/resources/products/types/index.d.ts +0 -11
  239. package/serialization/resources/products/types/index.js +0 -11
  240. package/serialization/types/Asset.d.ts +4 -4
  241. package/serialization/types/Asset.js +4 -4
  242. package/serialization/types/AssetFolder.d.ts +1 -1
  243. package/serialization/types/AssetFolder.js +1 -1
  244. package/serialization/types/AssetUpload.d.ts +3 -3
  245. package/serialization/types/AssetUpload.js +3 -3
  246. package/serialization/types/AssetUploadUploadDetails.d.ts +2 -3
  247. package/serialization/types/AssetUploadUploadDetails.js +2 -3
  248. package/serialization/types/CustomCodeHostedResponse.d.ts +19 -0
  249. package/serialization/types/CustomCodeHostedResponse.js +40 -0
  250. package/serialization/types/CustomCodeInlineResponse.d.ts +19 -0
  251. package/serialization/types/CustomCodeInlineResponse.js +40 -0
  252. package/serialization/types/Form.d.ts +5 -5
  253. package/serialization/types/Form.js +5 -5
  254. package/serialization/types/FormResponseSettings.d.ts +1 -1
  255. package/serialization/types/FormResponseSettings.js +1 -1
  256. package/serialization/types/Locale.d.ts +19 -0
  257. package/{dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataPrice.js → serialization/types/Locale.js} +11 -6
  258. package/serialization/types/Locales.d.ts +13 -0
  259. package/serialization/types/Locales.js +45 -0
  260. package/serialization/types/OauthScope.d.ts +1 -1
  261. package/serialization/types/OauthScope.js +2 -0
  262. package/serialization/types/OrderList.d.ts +1 -1
  263. package/serialization/types/OrderList.js +1 -1
  264. package/serialization/types/OrderPurchasedItem.d.ts +1 -0
  265. package/serialization/types/OrderPurchasedItem.js +1 -0
  266. package/serialization/types/Product.d.ts +1 -0
  267. package/serialization/types/Product.js +1 -0
  268. package/serialization/types/ProductFieldData.d.ts +2 -3
  269. package/serialization/types/ProductFieldData.js +2 -3
  270. package/serialization/types/RegisteredScriptList.d.ts +1 -1
  271. package/serialization/types/RegisteredScriptList.js +1 -1
  272. package/serialization/types/Site.d.ts +2 -0
  273. package/serialization/types/Site.js +2 -0
  274. package/serialization/types/Sites.d.ts +12 -0
  275. package/serialization/types/Sites.js +42 -0
  276. package/serialization/types/Sku.d.ts +1 -0
  277. package/serialization/types/Sku.js +1 -0
  278. package/serialization/types/SkuFieldDataEcSkuSubscriptionPlan.d.ts +1 -0
  279. package/serialization/types/SkuFieldDataEcSkuSubscriptionPlan.js +3 -0
  280. package/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.d.ts +14 -0
  281. package/{dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan.js → serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.js} +7 -7
  282. package/serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.d.ts +10 -0
  283. package/{dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval.js → serialization/types/SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.js} +3 -3
  284. package/serialization/types/index.d.ts +7 -1
  285. package/serialization/types/index.js +7 -1
  286. package/wrapper/CollectionsClient.d.ts +8 -0
  287. package/wrapper/CollectionsClient.js +18 -0
  288. package/wrapper/ItemsClient.d.ts +30 -0
  289. package/wrapper/ItemsClient.js +138 -0
  290. package/wrapper/WebflowClient.d.ts +5 -0
  291. package/wrapper/WebflowClient.js +11 -2
  292. package/api/resources/collections/resources/items/types/ItemsPublishItemResponse.d.ts +0 -7
  293. package/api/resources/products/client/requests/ProductsUpdateRequest.d.ts +0 -56
  294. package/api/resources/products/types/ProductSkuCreateProduct.d.ts +0 -22
  295. package/api/resources/products/types/ProductSkuCreateProductFieldData.d.ts +0 -23
  296. package/api/resources/products/types/ProductSkuCreateProductFieldDataEcProductType.d.ts +0 -13
  297. package/api/resources/products/types/ProductSkuCreateProductFieldDataEcProductType.js +0 -12
  298. package/api/resources/products/types/ProductSkuCreateProductFieldDataTaxCategory.d.ts +0 -38
  299. package/api/resources/products/types/ProductSkuCreateProductFieldDataTaxCategory.js +0 -37
  300. package/api/resources/products/types/ProductSkuCreateSku.d.ts +0 -19
  301. package/api/resources/products/types/ProductSkuCreateSkuFieldData.d.ts +0 -26
  302. package/api/resources/products/types/ProductSkuCreateSkuFieldDataCompareAtPrice.d.ts +0 -12
  303. package/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuBillingMethod.d.ts +0 -11
  304. package/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuBillingMethod.js +0 -10
  305. package/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan.d.ts +0 -15
  306. package/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval.d.ts +0 -13
  307. package/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval.js +0 -12
  308. package/api/resources/products/types/ProductSkuCreateSkuFieldDataPrice.d.ts +0 -13
  309. package/dist/api/resources/collections/resources/items/types/ItemsPublishItemResponse.d.ts +0 -7
  310. package/dist/api/resources/products/client/requests/ProductsUpdateRequest.d.ts +0 -56
  311. package/dist/api/resources/products/types/ProductSkuCreateProduct.d.ts +0 -22
  312. package/dist/api/resources/products/types/ProductSkuCreateProductFieldData.d.ts +0 -23
  313. package/dist/api/resources/products/types/ProductSkuCreateProductFieldDataEcProductType.d.ts +0 -13
  314. package/dist/api/resources/products/types/ProductSkuCreateProductFieldDataEcProductType.js +0 -12
  315. package/dist/api/resources/products/types/ProductSkuCreateProductFieldDataTaxCategory.d.ts +0 -38
  316. package/dist/api/resources/products/types/ProductSkuCreateProductFieldDataTaxCategory.js +0 -37
  317. package/dist/api/resources/products/types/ProductSkuCreateSku.d.ts +0 -19
  318. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldData.d.ts +0 -26
  319. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataCompareAtPrice.d.ts +0 -12
  320. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuBillingMethod.d.ts +0 -11
  321. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuBillingMethod.js +0 -10
  322. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan.d.ts +0 -15
  323. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval.d.ts +0 -13
  324. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval.js +0 -12
  325. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataPrice.d.ts +0 -13
  326. package/dist/api/resources/products/types/ProductSkuCreateSkuFieldDataPrice.js +0 -5
  327. package/dist/api/types/CustomCodeResponse.js +0 -5
  328. package/dist/serialization/resources/collections/resources/items/types/ItemsPublishItemResponse.d.ts +0 -13
  329. package/dist/serialization/resources/collections/resources/items/types/ItemsPublishItemResponse.js +0 -34
  330. package/dist/serialization/resources/products/types/ProductSkuCreateProduct.d.ts +0 -18
  331. package/dist/serialization/resources/products/types/ProductSkuCreateProduct.js +0 -50
  332. package/dist/serialization/resources/products/types/ProductSkuCreateProductFieldData.d.ts +0 -20
  333. package/dist/serialization/resources/products/types/ProductSkuCreateProductFieldData.js +0 -56
  334. package/dist/serialization/resources/products/types/ProductSkuCreateProductFieldDataEcProductType.d.ts +0 -10
  335. package/dist/serialization/resources/products/types/ProductSkuCreateProductFieldDataEcProductType.js +0 -36
  336. package/dist/serialization/resources/products/types/ProductSkuCreateProductFieldDataTaxCategory.d.ts +0 -10
  337. package/dist/serialization/resources/products/types/ProductSkuCreateProductFieldDataTaxCategory.js +0 -61
  338. package/dist/serialization/resources/products/types/ProductSkuCreateSku.d.ts +0 -16
  339. package/dist/serialization/resources/products/types/ProductSkuCreateSku.js +0 -48
  340. package/dist/serialization/resources/products/types/ProductSkuCreateSkuFieldData.d.ts +0 -20
  341. package/dist/serialization/resources/products/types/ProductSkuCreateSkuFieldData.js +0 -56
  342. package/dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataCompareAtPrice.d.ts +0 -13
  343. package/dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuBillingMethod.d.ts +0 -10
  344. package/dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan.d.ts +0 -14
  345. package/dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval.d.ts +0 -10
  346. package/dist/serialization/resources/products/types/ProductSkuCreateSkuFieldDataPrice.d.ts +0 -14
  347. package/serialization/resources/collections/resources/items/types/ItemsPublishItemResponse.d.ts +0 -13
  348. package/serialization/resources/collections/resources/items/types/ItemsPublishItemResponse.js +0 -34
  349. package/serialization/resources/products/types/ProductSkuCreateProduct.d.ts +0 -18
  350. package/serialization/resources/products/types/ProductSkuCreateProduct.js +0 -50
  351. package/serialization/resources/products/types/ProductSkuCreateProductFieldData.d.ts +0 -20
  352. package/serialization/resources/products/types/ProductSkuCreateProductFieldData.js +0 -56
  353. package/serialization/resources/products/types/ProductSkuCreateProductFieldDataEcProductType.d.ts +0 -10
  354. package/serialization/resources/products/types/ProductSkuCreateProductFieldDataEcProductType.js +0 -36
  355. package/serialization/resources/products/types/ProductSkuCreateProductFieldDataTaxCategory.d.ts +0 -10
  356. package/serialization/resources/products/types/ProductSkuCreateProductFieldDataTaxCategory.js +0 -61
  357. package/serialization/resources/products/types/ProductSkuCreateSku.d.ts +0 -16
  358. package/serialization/resources/products/types/ProductSkuCreateSku.js +0 -48
  359. package/serialization/resources/products/types/ProductSkuCreateSkuFieldData.d.ts +0 -20
  360. package/serialization/resources/products/types/ProductSkuCreateSkuFieldData.js +0 -56
  361. package/serialization/resources/products/types/ProductSkuCreateSkuFieldDataCompareAtPrice.d.ts +0 -13
  362. package/serialization/resources/products/types/ProductSkuCreateSkuFieldDataCompareAtPrice.js +0 -34
  363. package/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuBillingMethod.d.ts +0 -10
  364. package/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan.d.ts +0 -14
  365. package/serialization/resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval.d.ts +0 -10
  366. package/serialization/resources/products/types/ProductSkuCreateSkuFieldDataPrice.d.ts +0 -14
  367. package/serialization/resources/products/types/ProductSkuCreateSkuFieldDataPrice.js +0 -35
  368. /package/api/resources/collections/resources/items/{types/ItemsPublishItemResponse.js → client/requests/ItemsListItemsLiveRequest.js} +0 -0
  369. /package/api/resources/{products/client/requests/ProductsUpdateRequest.js → pages/types/UpdateStaticContentResponse.js} +0 -0
  370. /package/api/resources/products/{types/ProductSkuCreateProduct.js → client/requests/ProductSkuUpdate.js} +0 -0
  371. /package/api/{resources/products/types/ProductSkuCreateProductFieldData.js → types/CustomCodeHostedResponse.js} +0 -0
  372. /package/api/{resources/products/types/ProductSkuCreateSku.js → types/CustomCodeInlineResponse.js} +0 -0
  373. /package/api/{resources/products/types/ProductSkuCreateSkuFieldData.js → types/Locale.js} +0 -0
  374. /package/api/{resources/products/types/ProductSkuCreateSkuFieldDataCompareAtPrice.js → types/Locales.js} +0 -0
  375. /package/api/{resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan.js → types/Sites.js} +0 -0
  376. /package/api/{resources/products/types/ProductSkuCreateSkuFieldDataPrice.js → types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.js} +0 -0
  377. /package/{api/types/CustomCodeResponse.js → dist/api/resources/collections/resources/items/client/requests/ItemsListItemsLiveRequest.js} +0 -0
  378. /package/dist/api/resources/{collections/resources/items/types/ItemsPublishItemResponse.js → pages/types/UpdateStaticContentResponse.js} +0 -0
  379. /package/dist/api/resources/products/client/requests/{ProductsUpdateRequest.js → ProductSkuUpdate.js} +0 -0
  380. /package/dist/api/{resources/products/types/ProductSkuCreateProduct.js → types/CustomCodeHostedResponse.js} +0 -0
  381. /package/dist/api/{resources/products/types/ProductSkuCreateProductFieldData.js → types/CustomCodeInlineResponse.js} +0 -0
  382. /package/dist/api/{resources/products/types/ProductSkuCreateSku.js → types/Locale.js} +0 -0
  383. /package/dist/api/{resources/products/types/ProductSkuCreateSkuFieldData.js → types/Locales.js} +0 -0
  384. /package/dist/api/{resources/products/types/ProductSkuCreateSkuFieldDataCompareAtPrice.js → types/Sites.js} +0 -0
  385. /package/dist/api/{resources/products/types/ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan.js → types/SkuFieldDataEcSkuSubscriptionPlanPlansItem.js} +0 -0
@@ -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 Sites: core.serialization.ObjectSchema<serializers.Sites.Raw, Webflow.Sites>;
8
+ export declare namespace Sites {
9
+ interface Raw {
10
+ sites?: serializers.Site.Raw[] | null;
11
+ }
12
+ }
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.Sites = void 0;
39
+ const core = __importStar(require("../../core"));
40
+ exports.Sites = core.serialization.object({
41
+ sites: core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).Site; }))).optional(),
42
+ });
@@ -8,6 +8,7 @@ export declare const Sku: core.serialization.ObjectSchema<serializers.Sku.Raw, W
8
8
  export declare namespace Sku {
9
9
  interface Raw {
10
10
  id?: string | null;
11
+ cmsLocaleId?: string | null;
11
12
  lastPublished?: string | null;
12
13
  lastUpdated?: string | null;
13
14
  createdOn?: string | null;
@@ -39,6 +39,7 @@ exports.Sku = void 0;
39
39
  const core = __importStar(require("../../core"));
40
40
  exports.Sku = core.serialization.object({
41
41
  id: core.serialization.string().optional(),
42
+ cmsLocaleId: core.serialization.string().optional(),
42
43
  lastPublished: core.serialization.date().optional(),
43
44
  lastUpdated: core.serialization.date().optional(),
44
45
  createdOn: core.serialization.date().optional(),
@@ -10,5 +10,6 @@ export declare namespace SkuFieldDataEcSkuSubscriptionPlan {
10
10
  interval?: serializers.SkuFieldDataEcSkuSubscriptionPlanInterval.Raw | null;
11
11
  frequency?: number | null;
12
12
  trial?: number | null;
13
+ plans?: serializers.SkuFieldDataEcSkuSubscriptionPlanPlansItem.Raw[] | null;
13
14
  }
14
15
  }
@@ -43,4 +43,7 @@ exports.SkuFieldDataEcSkuSubscriptionPlan = core.serialization.object({
43
43
  .optional(),
44
44
  frequency: core.serialization.number().optional(),
45
45
  trial: core.serialization.number().optional(),
46
+ plans: core.serialization
47
+ .list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).SkuFieldDataEcSkuSubscriptionPlanPlansItem; })))
48
+ .optional(),
46
49
  });
@@ -0,0 +1,14 @@
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 SkuFieldDataEcSkuSubscriptionPlanPlansItem: core.serialization.ObjectSchema<serializers.SkuFieldDataEcSkuSubscriptionPlanPlansItem.Raw, Webflow.SkuFieldDataEcSkuSubscriptionPlanPlansItem>;
8
+ export declare namespace SkuFieldDataEcSkuSubscriptionPlanPlansItem {
9
+ interface Raw {
10
+ platform?: "stripe" | null;
11
+ id?: string | null;
12
+ status?: serializers.SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.Raw | null;
13
+ }
14
+ }
@@ -35,12 +35,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
35
35
  });
36
36
  };
37
37
  Object.defineProperty(exports, "__esModule", { value: true });
38
- exports.ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan = void 0;
39
- const core = __importStar(require("../../../../core"));
40
- exports.ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan = core.serialization.object({
41
- interval: core.serialization
42
- .lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval; }))
38
+ exports.SkuFieldDataEcSkuSubscriptionPlanPlansItem = void 0;
39
+ const core = __importStar(require("../../core"));
40
+ exports.SkuFieldDataEcSkuSubscriptionPlanPlansItem = core.serialization.object({
41
+ platform: core.serialization.stringLiteral("stripe").optional(),
42
+ id: core.serialization.string().optional(),
43
+ status: core.serialization
44
+ .lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus; }))
43
45
  .optional(),
44
- frequency: core.serialization.number().optional(),
45
- trial: core.serialization.number().optional(),
46
46
  });
@@ -0,0 +1,10 @@
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 SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus: core.serialization.Schema<serializers.SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus.Raw, Webflow.SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus>;
8
+ export declare namespace SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus {
9
+ type Raw = "active" | "inactive" | "canceled";
10
+ }
@@ -26,6 +26,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval = void 0;
30
- const core = __importStar(require("../../../../core"));
31
- exports.ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval = core.serialization.enum_(["day", "week", "month", "year"]);
29
+ exports.SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.SkuFieldDataEcSkuSubscriptionPlanPlansItemStatus = core.serialization.enum_(["active", "inactive", "canceled"]);
@@ -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);
@@ -0,0 +1,8 @@
1
+ import { Collections } from "../api/resources/collections/client/Client";
2
+ import { Client as Items } from "./ItemsClient";
3
+ export declare class Client extends Collections {
4
+ protected readonly _options: Collections.Options;
5
+ constructor(_options: Collections.Options);
6
+ protected _items: Items | undefined;
7
+ get items(): Items;
8
+ }
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Client = void 0;
4
+ const Client_1 = require("../api/resources/collections/client/Client");
5
+ const ItemsClient_1 = require("./ItemsClient");
6
+ // Client adapts the base client to permit extra properties in
7
+ // the client.Collections.Items.createItem request.
8
+ class Client extends Client_1.Collections {
9
+ constructor(_options) {
10
+ super(_options);
11
+ this._options = _options;
12
+ }
13
+ get items() {
14
+ var _a;
15
+ return ((_a = this._items) !== null && _a !== void 0 ? _a : (this._items = new ItemsClient_1.Client(this._options)));
16
+ }
17
+ }
18
+ exports.Client = Client;
@@ -0,0 +1,30 @@
1
+ import * as Webflow from "../api";
2
+ import { Items } from "../api/resources/collections/resources/items/client/Client";
3
+ export declare class Client extends Items {
4
+ protected readonly _options: Items.Options;
5
+ constructor(_options: Items.Options);
6
+ /**
7
+ * Create Item in a Collection.</br></br> To create items across multiple locales, <a href="https://developers.webflow.com/data/reference/create-item-for-multiple-locales"> please use this endpoint.</a> </br></br> Required scope | `CMS:write`
8
+ * @throws {@link Webflow.BadRequestError}
9
+ * @throws {@link Webflow.UnauthorizedError}
10
+ * @throws {@link Webflow.NotFoundError}
11
+ * @throws {@link Webflow.TooManyRequestsError}
12
+ * @throws {@link Webflow.InternalServerError}
13
+ *
14
+ * @example
15
+ * await webflow.collections.items.createItem("collection_id", {
16
+ * id: "42b720ef280c7a7a3be8cabe",
17
+ * cmsLocaleId: "653ad57de882f528b32e810e",
18
+ * lastPublished: "2022-11-29T16:22:43.159Z",
19
+ * lastUpdated: "2022-11-17T17:19:43.282Z",
20
+ * createdOn: "2022-11-17T17:11:57.148Z",
21
+ * isArchived: false,
22
+ * isDraft: false,
23
+ * fieldData: {
24
+ * name: "Pan Galactic Gargle Blaster Recipe",
25
+ * slug: "pan-galactic-gargle-blaster"
26
+ * }
27
+ * })
28
+ */
29
+ createItem(collectionId: string, request: Webflow.CollectionItem, requestOptions?: Items.RequestOptions): Promise<void>;
30
+ }
@@ -0,0 +1,138 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
+ return new (P || (P = Promise))(function (resolve, reject) {
28
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
29
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
30
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
31
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
32
+ });
33
+ };
34
+ var __importDefault = (this && this.__importDefault) || function (mod) {
35
+ return (mod && mod.__esModule) ? mod : { "default": mod };
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.Client = void 0;
39
+ const url_join_1 = __importDefault(require("url-join"));
40
+ const Webflow = __importStar(require("../api"));
41
+ const Client_1 = require("../api/resources/collections/resources/items/client/Client");
42
+ const core = __importStar(require("../core"));
43
+ const environments = __importStar(require("../environments"));
44
+ const errors = __importStar(require("../errors"));
45
+ const serializers = __importStar(require("../serialization"));
46
+ // Client adapts the base client to permit extra properties in
47
+ // the client.Collections.Items.createItem request.
48
+ class Client extends Client_1.Items {
49
+ constructor(_options) {
50
+ super(_options);
51
+ this._options = _options;
52
+ }
53
+ /**
54
+ * Create Item in a Collection.</br></br> To create items across multiple locales, <a href="https://developers.webflow.com/data/reference/create-item-for-multiple-locales"> please use this endpoint.</a> </br></br> Required scope | `CMS:write`
55
+ * @throws {@link Webflow.BadRequestError}
56
+ * @throws {@link Webflow.UnauthorizedError}
57
+ * @throws {@link Webflow.NotFoundError}
58
+ * @throws {@link Webflow.TooManyRequestsError}
59
+ * @throws {@link Webflow.InternalServerError}
60
+ *
61
+ * @example
62
+ * await webflow.collections.items.createItem("collection_id", {
63
+ * id: "42b720ef280c7a7a3be8cabe",
64
+ * cmsLocaleId: "653ad57de882f528b32e810e",
65
+ * lastPublished: "2022-11-29T16:22:43.159Z",
66
+ * lastUpdated: "2022-11-17T17:19:43.282Z",
67
+ * createdOn: "2022-11-17T17:11:57.148Z",
68
+ * isArchived: false,
69
+ * isDraft: false,
70
+ * fieldData: {
71
+ * name: "Pan Galactic Gargle Blaster Recipe",
72
+ * slug: "pan-galactic-gargle-blaster"
73
+ * }
74
+ * })
75
+ */
76
+ createItem(collectionId, request, requestOptions) {
77
+ var _a;
78
+ return __awaiter(this, void 0, void 0, function* () {
79
+ const _response = yield core.fetcher({
80
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.Default, `collections/${collectionId}/items`),
81
+ method: "POST",
82
+ headers: {
83
+ Authorization: yield this._getAuthorizationHeader(),
84
+ "X-Fern-Language": "JavaScript",
85
+ "X-Fern-SDK-Name": "webflow-api",
86
+ "X-Fern-SDK-Version": "v2.2.1",
87
+ "X-Fern-Runtime": core.RUNTIME.type,
88
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
89
+ },
90
+ contentType: "application/json",
91
+ body: yield serializers.CollectionItem.jsonOrThrow(request, {
92
+ unrecognizedObjectKeys: "passthrough",
93
+ allowUnrecognizedUnionMembers: true,
94
+ allowUnrecognizedEnumValues: true,
95
+ skipValidation: true,
96
+ }),
97
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
98
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
99
+ });
100
+ if (_response.ok) {
101
+ return;
102
+ }
103
+ if (_response.error.reason === "status-code") {
104
+ switch (_response.error.statusCode) {
105
+ case 400:
106
+ throw new Webflow.BadRequestError(_response.error.body);
107
+ case 401:
108
+ throw new Webflow.UnauthorizedError(_response.error.body);
109
+ case 404:
110
+ throw new Webflow.NotFoundError(_response.error.body);
111
+ case 429:
112
+ throw new Webflow.TooManyRequestsError(_response.error.body);
113
+ case 500:
114
+ throw new Webflow.InternalServerError(_response.error.body);
115
+ default:
116
+ throw new errors.WebflowError({
117
+ statusCode: _response.error.statusCode,
118
+ body: _response.error.body,
119
+ });
120
+ }
121
+ }
122
+ switch (_response.error.reason) {
123
+ case "non-json":
124
+ throw new errors.WebflowError({
125
+ statusCode: _response.error.statusCode,
126
+ body: _response.error.rawBody,
127
+ });
128
+ case "timeout":
129
+ throw new errors.WebflowTimeoutError();
130
+ case "unknown":
131
+ throw new errors.WebflowError({
132
+ message: _response.error.errorMessage,
133
+ });
134
+ }
135
+ });
136
+ }
137
+ }
138
+ exports.Client = Client;
@@ -1,6 +1,11 @@
1
1
  import { WebflowClient as FernClient } from "../Client";
2
2
  import { OauthScope } from "../api/types";
3
+ import { Client as Collections } from "./CollectionsClient";
3
4
  export declare class WebflowClient extends FernClient {
5
+ protected readonly _options: FernClient.Options;
6
+ constructor(_options: FernClient.Options);
7
+ protected _collections: Collections | undefined;
8
+ get collections(): Collections;
4
9
  /**
5
10
  * @param clientId The OAuth client ID
6
11
  * @param state The state
@@ -36,11 +36,20 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
36
36
  };
37
37
  Object.defineProperty(exports, "__esModule", { value: true });
38
38
  exports.WebflowClient = void 0;
39
+ const qs_1 = __importDefault(require("qs"));
39
40
  const Client_1 = require("../Client");
40
- const errors = __importStar(require("../errors"));
41
41
  const core = __importStar(require("../core"));
42
- const qs_1 = __importDefault(require("qs"));
42
+ const errors = __importStar(require("../errors"));
43
+ const CollectionsClient_1 = require("./CollectionsClient");
43
44
  class WebflowClient extends Client_1.WebflowClient {
45
+ constructor(_options) {
46
+ super(_options);
47
+ this._options = _options;
48
+ }
49
+ get collections() {
50
+ var _a;
51
+ return ((_a = this._collections) !== null && _a !== void 0 ? _a : (this._collections = new CollectionsClient_1.Client(this._options)));
52
+ }
44
53
  /**
45
54
  * @param clientId The OAuth client ID
46
55
  * @param state The state
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webflow-api",
3
- "version": "v2.2.1",
3
+ "version": "2.3.2",
4
4
  "private": false,
5
5
  "repository": "https://github.com/webflow/js-webflow-api",
6
6
  "main": "./index.js",
@@ -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);