webflow-api 2.1.2 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (311) hide show
  1. package/Client.d.ts +3 -3
  2. package/Client.js +6 -6
  3. package/api/resources/accessGroups/client/Client.js +1 -1
  4. package/api/resources/assets/client/Client.d.ts +1 -1
  5. package/api/resources/assets/client/Client.js +9 -9
  6. package/api/resources/assets/client/requests/AssetsUpdateRequest.d.ts +1 -1
  7. package/api/resources/collections/client/Client.js +5 -5
  8. package/api/resources/collections/resources/fields/client/Client.js +2 -2
  9. package/api/resources/collections/resources/items/client/Client.d.ts +32 -24
  10. package/api/resources/collections/resources/items/client/Client.js +42 -34
  11. package/api/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +1 -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/index.d.ts +2 -2
  15. package/api/resources/index.js +3 -3
  16. package/api/resources/inventory/client/Client.js +2 -2
  17. package/api/resources/orders/client/Client.js +6 -6
  18. package/api/resources/orders/client/requests/OrdersListRequest.d.ts +1 -2
  19. package/api/resources/orders/types/index.d.ts +0 -1
  20. package/api/resources/orders/types/index.js +0 -1
  21. package/api/resources/pages/client/Client.js +5 -5
  22. package/api/resources/pages/resources/scripts/client/Client.d.ts +3 -3
  23. package/api/resources/pages/resources/scripts/client/Client.js +6 -6
  24. package/api/resources/products/client/Client.d.ts +2 -2
  25. package/api/resources/products/client/Client.js +8 -8
  26. package/api/resources/products/client/requests/ProductsUpdateRequest.d.ts +2 -2
  27. package/api/resources/scripts/client/Client.d.ts +3 -3
  28. package/api/resources/scripts/client/Client.js +6 -6
  29. package/api/resources/sites/client/Client.d.ts +2 -2
  30. package/api/resources/sites/client/Client.js +6 -6
  31. package/api/resources/sites/resources/activityLogs/client/Client.js +1 -1
  32. package/api/resources/sites/resources/scripts/client/Client.d.ts +4 -4
  33. package/api/resources/sites/resources/scripts/client/Client.js +8 -8
  34. package/api/resources/token/client/Client.d.ts +1 -1
  35. package/api/resources/token/client/Client.js +3 -3
  36. package/api/resources/users/client/Client.js +5 -5
  37. package/api/resources/webhooks/client/Client.d.ts +3 -3
  38. package/api/resources/webhooks/client/Client.js +7 -7
  39. package/api/types/Application.d.ts +1 -10
  40. package/api/types/Authorization.d.ts +1 -1
  41. package/api/types/CustomCodeBlock.d.ts +1 -1
  42. package/{dist/api/types/Assets.d.ts → api/types/Domains.d.ts} +2 -2
  43. package/api/types/DuplicateUserEmail.d.ts +2 -1
  44. package/{dist/api/types/Sites.d.ts → api/types/Scripts.d.ts} +1 -3
  45. package/api/types/UserLimitReached.d.ts +2 -1
  46. package/api/types/UsersNotEnabled.d.ts +2 -1
  47. package/api/types/index.d.ts +56 -74
  48. package/api/types/index.js +56 -74
  49. package/dist/Client.d.ts +3 -3
  50. package/dist/Client.js +6 -6
  51. package/dist/api/resources/accessGroups/client/Client.js +1 -1
  52. package/dist/api/resources/assets/client/Client.d.ts +1 -1
  53. package/dist/api/resources/assets/client/Client.js +9 -9
  54. package/dist/api/resources/assets/client/requests/AssetsUpdateRequest.d.ts +1 -1
  55. package/dist/api/resources/collections/client/Client.js +5 -5
  56. package/dist/api/resources/collections/resources/fields/client/Client.js +2 -2
  57. package/dist/api/resources/collections/resources/items/client/Client.d.ts +32 -24
  58. package/dist/api/resources/collections/resources/items/client/Client.js +42 -34
  59. package/dist/api/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +1 -1
  60. package/dist/api/resources/ecommerce/client/Client.js +1 -1
  61. package/dist/api/resources/forms/client/Client.js +5 -5
  62. package/dist/api/resources/index.d.ts +2 -2
  63. package/dist/api/resources/index.js +3 -3
  64. package/dist/api/resources/inventory/client/Client.js +2 -2
  65. package/dist/api/resources/orders/client/Client.js +6 -6
  66. package/dist/api/resources/orders/client/requests/OrdersListRequest.d.ts +1 -2
  67. package/dist/api/resources/orders/types/index.d.ts +0 -1
  68. package/dist/api/resources/orders/types/index.js +0 -1
  69. package/dist/api/resources/pages/client/Client.js +5 -5
  70. package/dist/api/resources/pages/resources/scripts/client/Client.d.ts +3 -3
  71. package/dist/api/resources/pages/resources/scripts/client/Client.js +6 -6
  72. package/dist/api/resources/products/client/Client.d.ts +2 -2
  73. package/dist/api/resources/products/client/Client.js +8 -8
  74. package/dist/api/resources/products/client/requests/ProductsUpdateRequest.d.ts +2 -2
  75. package/dist/api/resources/scripts/client/Client.d.ts +3 -3
  76. package/dist/api/resources/scripts/client/Client.js +6 -6
  77. package/dist/api/resources/sites/client/Client.d.ts +2 -2
  78. package/dist/api/resources/sites/client/Client.js +6 -6
  79. package/dist/api/resources/sites/resources/activityLogs/client/Client.js +1 -1
  80. package/dist/api/resources/sites/resources/scripts/client/Client.d.ts +4 -4
  81. package/dist/api/resources/sites/resources/scripts/client/Client.js +8 -8
  82. package/dist/api/resources/token/client/Client.d.ts +1 -1
  83. package/dist/api/resources/token/client/Client.js +3 -3
  84. package/dist/api/resources/users/client/Client.js +5 -5
  85. package/dist/api/resources/webhooks/client/Client.d.ts +3 -3
  86. package/dist/api/resources/webhooks/client/Client.js +7 -7
  87. package/dist/api/types/Application.d.ts +1 -10
  88. package/dist/api/types/Authorization.d.ts +1 -1
  89. package/dist/api/types/CustomCodeBlock.d.ts +1 -1
  90. package/{api/types/Assets.d.ts → dist/api/types/Domains.d.ts} +2 -2
  91. package/dist/api/types/DuplicateUserEmail.d.ts +2 -1
  92. package/{api/types/Sites.d.ts → dist/api/types/Scripts.d.ts} +1 -3
  93. package/dist/api/types/UserLimitReached.d.ts +2 -1
  94. package/dist/api/types/UsersNotEnabled.d.ts +2 -1
  95. package/dist/api/types/index.d.ts +56 -74
  96. package/dist/api/types/index.js +56 -74
  97. package/dist/serialization/resources/index.d.ts +2 -2
  98. package/dist/serialization/resources/index.js +3 -3
  99. package/dist/serialization/resources/orders/types/index.d.ts +0 -1
  100. package/dist/serialization/resources/orders/types/index.js +0 -1
  101. package/dist/serialization/resources/webhooks/client/index.d.ts +0 -1
  102. package/dist/serialization/resources/webhooks/client/index.js +0 -14
  103. package/dist/serialization/types/AccessGroup.d.ts +1 -1
  104. package/dist/serialization/types/AccessGroup.js +1 -1
  105. package/dist/serialization/types/Application.d.ts +2 -7
  106. package/dist/serialization/types/Application.js +1 -6
  107. package/dist/serialization/types/Authorization.d.ts +1 -1
  108. package/dist/serialization/types/Authorization.js +1 -1
  109. package/dist/serialization/types/CustomCodeBlock.d.ts +1 -1
  110. package/dist/serialization/types/CustomCodeBlock.js +1 -3
  111. package/dist/serialization/types/{Assets.d.ts → Domains.d.ts} +3 -3
  112. package/{serialization/types/Assets.js → dist/serialization/types/Domains.js} +4 -4
  113. package/dist/serialization/types/DuplicateUserEmail.d.ts +1 -1
  114. package/dist/serialization/types/DuplicateUserEmail.js +1 -1
  115. package/{serialization/types/Fields.d.ts → dist/serialization/types/Scripts.d.ts} +3 -3
  116. package/dist/serialization/types/{Fields.js → Scripts.js} +2 -2
  117. package/dist/serialization/types/UserLimitReached.d.ts +1 -1
  118. package/dist/serialization/types/UserLimitReached.js +1 -1
  119. package/dist/serialization/types/UsersNotEnabled.d.ts +1 -1
  120. package/dist/serialization/types/UsersNotEnabled.js +1 -1
  121. package/dist/serialization/types/index.d.ts +56 -74
  122. package/dist/serialization/types/index.js +56 -74
  123. package/dist/wrapper/WebflowClient.js +2 -2
  124. package/package.json +1 -1
  125. package/serialization/resources/index.d.ts +2 -2
  126. package/serialization/resources/index.js +3 -3
  127. package/serialization/resources/orders/types/index.d.ts +0 -1
  128. package/serialization/resources/orders/types/index.js +0 -1
  129. package/serialization/resources/webhooks/client/index.d.ts +0 -1
  130. package/serialization/resources/webhooks/client/index.js +0 -14
  131. package/serialization/types/AccessGroup.d.ts +1 -1
  132. package/serialization/types/AccessGroup.js +1 -1
  133. package/serialization/types/Application.d.ts +2 -7
  134. package/serialization/types/Application.js +1 -6
  135. package/serialization/types/Authorization.d.ts +1 -1
  136. package/serialization/types/Authorization.js +1 -1
  137. package/serialization/types/CustomCodeBlock.d.ts +1 -1
  138. package/serialization/types/CustomCodeBlock.js +1 -3
  139. package/serialization/types/{Assets.d.ts → Domains.d.ts} +3 -3
  140. package/{dist/serialization/types/Assets.js → serialization/types/Domains.js} +4 -4
  141. package/serialization/types/DuplicateUserEmail.d.ts +1 -1
  142. package/serialization/types/DuplicateUserEmail.js +1 -1
  143. package/{dist/serialization/types/Fields.d.ts → serialization/types/Scripts.d.ts} +3 -3
  144. package/serialization/types/{Fields.js → Scripts.js} +2 -2
  145. package/serialization/types/UserLimitReached.d.ts +1 -1
  146. package/serialization/types/UserLimitReached.js +1 -1
  147. package/serialization/types/UsersNotEnabled.d.ts +1 -1
  148. package/serialization/types/UsersNotEnabled.js +1 -1
  149. package/serialization/types/index.d.ts +56 -74
  150. package/serialization/types/index.js +56 -74
  151. package/wrapper/WebflowClient.js +2 -2
  152. package/api/resources/orders/types/OrdersListRequestStatus.d.ts +0 -12
  153. package/api/resources/orders/types/OrdersListRequestStatus.js +0 -14
  154. package/api/types/CollectionItemRemoved.d.ts +0 -9
  155. package/api/types/Fields.d.ts +0 -8
  156. package/api/types/FormSubmissionTrigger.d.ts +0 -10
  157. package/api/types/FormSubmissionTriggerPayload.d.ts +0 -18
  158. package/api/types/FormSubmissionTriggerPayload.js +0 -5
  159. package/api/types/InvalidScopes.d.ts +0 -10
  160. package/api/types/InvalidScopes.js +0 -5
  161. package/api/types/PageCreatedWebhook.d.ts +0 -12
  162. package/api/types/PageCreatedWebhook.js +0 -5
  163. package/api/types/PageDeletedWebhook.d.ts +0 -12
  164. package/api/types/PageDeletedWebhook.js +0 -5
  165. package/api/types/PageMetadataUpdatedWebhook.d.ts +0 -12
  166. package/api/types/PageMetadataUpdatedWebhook.js +0 -5
  167. package/api/types/PageSeoGraphData.d.ts +0 -11
  168. package/api/types/PageSeoGraphData.js +0 -5
  169. package/api/types/PageSeoGraphDataOpenGraph.d.ts +0 -7
  170. package/api/types/PageSeoGraphDataOpenGraph.js +0 -5
  171. package/api/types/PageSeoGraphDataSeo.d.ts +0 -7
  172. package/api/types/PageSeoGraphDataSeo.js +0 -5
  173. package/api/types/PublishedItems.d.ts +0 -12
  174. package/api/types/PublishedItems.js +0 -5
  175. package/api/types/PublishedSite.d.ts +0 -7
  176. package/api/types/PublishedSite.js +0 -5
  177. package/api/types/RemovedItems.d.ts +0 -12
  178. package/api/types/RemovedItems.js +0 -5
  179. package/api/types/SitePublish.d.ts +0 -8
  180. package/api/types/SitePublish.js +0 -5
  181. package/api/types/SitePublishPayload.d.ts +0 -16
  182. package/api/types/SitePublishPayload.js +0 -5
  183. package/api/types/Sites.js +0 -5
  184. package/api/types/UserWebhookPayload.d.ts +0 -9
  185. package/api/types/UserWebhookPayload.js +0 -5
  186. package/api/types/UserWebhookPayloadTriggerType.d.ts +0 -12
  187. package/api/types/UserWebhookPayloadTriggerType.js +0 -11
  188. package/dist/api/resources/orders/types/OrdersListRequestStatus.d.ts +0 -12
  189. package/dist/api/resources/orders/types/OrdersListRequestStatus.js +0 -14
  190. package/dist/api/types/Assets.js +0 -5
  191. package/dist/api/types/CollectionItemRemoved.d.ts +0 -9
  192. package/dist/api/types/CollectionItemRemoved.js +0 -5
  193. package/dist/api/types/Fields.d.ts +0 -8
  194. package/dist/api/types/Fields.js +0 -5
  195. package/dist/api/types/FormSubmissionTrigger.d.ts +0 -10
  196. package/dist/api/types/FormSubmissionTrigger.js +0 -5
  197. package/dist/api/types/FormSubmissionTriggerPayload.d.ts +0 -18
  198. package/dist/api/types/FormSubmissionTriggerPayload.js +0 -5
  199. package/dist/api/types/InvalidScopes.d.ts +0 -10
  200. package/dist/api/types/InvalidScopes.js +0 -5
  201. package/dist/api/types/PageCreatedWebhook.d.ts +0 -12
  202. package/dist/api/types/PageCreatedWebhook.js +0 -5
  203. package/dist/api/types/PageDeletedWebhook.d.ts +0 -12
  204. package/dist/api/types/PageDeletedWebhook.js +0 -5
  205. package/dist/api/types/PageMetadataUpdatedWebhook.d.ts +0 -12
  206. package/dist/api/types/PageMetadataUpdatedWebhook.js +0 -5
  207. package/dist/api/types/PageSeoGraphData.d.ts +0 -11
  208. package/dist/api/types/PageSeoGraphData.js +0 -5
  209. package/dist/api/types/PageSeoGraphDataOpenGraph.d.ts +0 -7
  210. package/dist/api/types/PageSeoGraphDataOpenGraph.js +0 -5
  211. package/dist/api/types/PageSeoGraphDataSeo.d.ts +0 -7
  212. package/dist/api/types/PageSeoGraphDataSeo.js +0 -5
  213. package/dist/api/types/PublishedItems.d.ts +0 -12
  214. package/dist/api/types/PublishedItems.js +0 -5
  215. package/dist/api/types/PublishedSite.d.ts +0 -7
  216. package/dist/api/types/PublishedSite.js +0 -5
  217. package/dist/api/types/RemovedItems.d.ts +0 -12
  218. package/dist/api/types/RemovedItems.js +0 -5
  219. package/dist/api/types/SitePublish.d.ts +0 -8
  220. package/dist/api/types/SitePublish.js +0 -5
  221. package/dist/api/types/SitePublishPayload.d.ts +0 -16
  222. package/dist/api/types/SitePublishPayload.js +0 -5
  223. package/dist/api/types/Sites.js +0 -5
  224. package/dist/api/types/UserWebhookPayload.d.ts +0 -9
  225. package/dist/api/types/UserWebhookPayload.js +0 -5
  226. package/dist/api/types/UserWebhookPayloadTriggerType.d.ts +0 -12
  227. package/dist/api/types/UserWebhookPayloadTriggerType.js +0 -11
  228. package/dist/serialization/resources/orders/types/OrdersListRequestStatus.d.ts +0 -10
  229. package/dist/serialization/resources/orders/types/OrdersListRequestStatus.js +0 -31
  230. package/dist/serialization/resources/webhooks/client/list.d.ts +0 -10
  231. package/dist/serialization/resources/webhooks/client/list.js +0 -40
  232. package/dist/serialization/types/CollectionItemRemoved.d.ts +0 -13
  233. package/dist/serialization/types/CollectionItemRemoved.js +0 -34
  234. package/dist/serialization/types/FormSubmissionTrigger.d.ts +0 -13
  235. package/dist/serialization/types/FormSubmissionTrigger.js +0 -43
  236. package/dist/serialization/types/FormSubmissionTriggerPayload.d.ts +0 -16
  237. package/dist/serialization/types/FormSubmissionTriggerPayload.js +0 -37
  238. package/dist/serialization/types/InvalidScopes.d.ts +0 -16
  239. package/dist/serialization/types/InvalidScopes.js +0 -37
  240. package/dist/serialization/types/PageCreatedWebhook.d.ts +0 -15
  241. package/dist/serialization/types/PageCreatedWebhook.js +0 -36
  242. package/dist/serialization/types/PageDeletedWebhook.d.ts +0 -15
  243. package/dist/serialization/types/PageDeletedWebhook.js +0 -36
  244. package/dist/serialization/types/PageMetadataUpdatedWebhook.d.ts +0 -15
  245. package/dist/serialization/types/PageMetadataUpdatedWebhook.js +0 -36
  246. package/dist/serialization/types/PageSeoGraphData.d.ts +0 -13
  247. package/dist/serialization/types/PageSeoGraphData.js +0 -43
  248. package/dist/serialization/types/PageSeoGraphDataOpenGraph.d.ts +0 -13
  249. package/dist/serialization/types/PageSeoGraphDataOpenGraph.js +0 -34
  250. package/dist/serialization/types/PageSeoGraphDataSeo.d.ts +0 -13
  251. package/dist/serialization/types/PageSeoGraphDataSeo.js +0 -34
  252. package/dist/serialization/types/PublishedItems.d.ts +0 -13
  253. package/dist/serialization/types/PublishedItems.js +0 -34
  254. package/dist/serialization/types/PublishedSite.d.ts +0 -12
  255. package/dist/serialization/types/PublishedSite.js +0 -33
  256. package/dist/serialization/types/RemovedItems.d.ts +0 -13
  257. package/dist/serialization/types/RemovedItems.js +0 -34
  258. package/dist/serialization/types/SitePublish.d.ts +0 -12
  259. package/dist/serialization/types/SitePublish.js +0 -42
  260. package/dist/serialization/types/SitePublishPayload.d.ts +0 -15
  261. package/dist/serialization/types/SitePublishPayload.js +0 -36
  262. package/dist/serialization/types/Sites.d.ts +0 -12
  263. package/dist/serialization/types/Sites.js +0 -42
  264. package/dist/serialization/types/UserWebhookPayload.d.ts +0 -13
  265. package/dist/serialization/types/UserWebhookPayload.js +0 -43
  266. package/dist/serialization/types/UserWebhookPayloadTriggerType.d.ts +0 -10
  267. package/dist/serialization/types/UserWebhookPayloadTriggerType.js +0 -31
  268. package/serialization/resources/orders/types/OrdersListRequestStatus.d.ts +0 -10
  269. package/serialization/resources/orders/types/OrdersListRequestStatus.js +0 -31
  270. package/serialization/resources/webhooks/client/list.d.ts +0 -10
  271. package/serialization/resources/webhooks/client/list.js +0 -40
  272. package/serialization/types/CollectionItemRemoved.d.ts +0 -13
  273. package/serialization/types/CollectionItemRemoved.js +0 -34
  274. package/serialization/types/FormSubmissionTrigger.d.ts +0 -13
  275. package/serialization/types/FormSubmissionTrigger.js +0 -43
  276. package/serialization/types/FormSubmissionTriggerPayload.d.ts +0 -16
  277. package/serialization/types/FormSubmissionTriggerPayload.js +0 -37
  278. package/serialization/types/InvalidScopes.d.ts +0 -16
  279. package/serialization/types/InvalidScopes.js +0 -37
  280. package/serialization/types/PageCreatedWebhook.d.ts +0 -15
  281. package/serialization/types/PageCreatedWebhook.js +0 -36
  282. package/serialization/types/PageDeletedWebhook.d.ts +0 -15
  283. package/serialization/types/PageDeletedWebhook.js +0 -36
  284. package/serialization/types/PageMetadataUpdatedWebhook.d.ts +0 -15
  285. package/serialization/types/PageMetadataUpdatedWebhook.js +0 -36
  286. package/serialization/types/PageSeoGraphData.d.ts +0 -13
  287. package/serialization/types/PageSeoGraphData.js +0 -43
  288. package/serialization/types/PageSeoGraphDataOpenGraph.d.ts +0 -13
  289. package/serialization/types/PageSeoGraphDataOpenGraph.js +0 -34
  290. package/serialization/types/PageSeoGraphDataSeo.d.ts +0 -13
  291. package/serialization/types/PageSeoGraphDataSeo.js +0 -34
  292. package/serialization/types/PublishedItems.d.ts +0 -13
  293. package/serialization/types/PublishedItems.js +0 -34
  294. package/serialization/types/PublishedSite.d.ts +0 -12
  295. package/serialization/types/PublishedSite.js +0 -33
  296. package/serialization/types/RemovedItems.d.ts +0 -13
  297. package/serialization/types/RemovedItems.js +0 -34
  298. package/serialization/types/SitePublish.d.ts +0 -12
  299. package/serialization/types/SitePublish.js +0 -42
  300. package/serialization/types/SitePublishPayload.d.ts +0 -15
  301. package/serialization/types/SitePublishPayload.js +0 -36
  302. package/serialization/types/Sites.d.ts +0 -12
  303. package/serialization/types/Sites.js +0 -42
  304. package/serialization/types/UserWebhookPayload.d.ts +0 -13
  305. package/serialization/types/UserWebhookPayload.js +0 -43
  306. package/serialization/types/UserWebhookPayloadTriggerType.d.ts +0 -10
  307. package/serialization/types/UserWebhookPayloadTriggerType.js +0 -31
  308. /package/api/types/{Assets.js → Domains.js} +0 -0
  309. /package/api/types/{CollectionItemRemoved.js → Scripts.js} +0 -0
  310. /package/{api/types/Fields.js → dist/api/types/Domains.js} +0 -0
  311. /package/{api/types/FormSubmissionTrigger.js → dist/api/types/Scripts.js} +0 -0
@@ -1,13 +0,0 @@
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 PageSeoGraphDataOpenGraph: core.serialization.ObjectSchema<serializers.PageSeoGraphDataOpenGraph.Raw, Webflow.PageSeoGraphDataOpenGraph>;
8
- export declare namespace PageSeoGraphDataOpenGraph {
9
- interface Raw {
10
- title?: string | null;
11
- description?: string | null;
12
- }
13
- }
@@ -1,34 +0,0 @@
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
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.PageSeoGraphDataOpenGraph = void 0;
30
- const core = __importStar(require("../../core"));
31
- exports.PageSeoGraphDataOpenGraph = core.serialization.object({
32
- title: core.serialization.string().optional(),
33
- description: core.serialization.string().optional(),
34
- });
@@ -1,13 +0,0 @@
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 PageSeoGraphDataSeo: core.serialization.ObjectSchema<serializers.PageSeoGraphDataSeo.Raw, Webflow.PageSeoGraphDataSeo>;
8
- export declare namespace PageSeoGraphDataSeo {
9
- interface Raw {
10
- title?: string | null;
11
- description?: string | null;
12
- }
13
- }
@@ -1,34 +0,0 @@
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
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.PageSeoGraphDataSeo = void 0;
30
- const core = __importStar(require("../../core"));
31
- exports.PageSeoGraphDataSeo = core.serialization.object({
32
- title: core.serialization.string().optional(),
33
- description: core.serialization.string().optional(),
34
- });
@@ -1,13 +0,0 @@
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 PublishedItems: core.serialization.ObjectSchema<serializers.PublishedItems.Raw, Webflow.PublishedItems>;
8
- export declare namespace PublishedItems {
9
- interface Raw {
10
- publishedItemIds?: string[] | null;
11
- errors?: string[] | null;
12
- }
13
- }
@@ -1,34 +0,0 @@
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
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.PublishedItems = void 0;
30
- const core = __importStar(require("../../core"));
31
- exports.PublishedItems = core.serialization.object({
32
- publishedItemIds: core.serialization.list(core.serialization.string()).optional(),
33
- errors: core.serialization.list(core.serialization.string()).optional(),
34
- });
@@ -1,12 +0,0 @@
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 PublishedSite: core.serialization.ObjectSchema<serializers.PublishedSite.Raw, Webflow.PublishedSite>;
8
- export declare namespace PublishedSite {
9
- interface Raw {
10
- queued: boolean;
11
- }
12
- }
@@ -1,33 +0,0 @@
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
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.PublishedSite = void 0;
30
- const core = __importStar(require("../../core"));
31
- exports.PublishedSite = core.serialization.object({
32
- queued: core.serialization.boolean(),
33
- });
@@ -1,13 +0,0 @@
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 RemovedItems: core.serialization.ObjectSchema<serializers.RemovedItems.Raw, Webflow.RemovedItems>;
8
- export declare namespace RemovedItems {
9
- interface Raw {
10
- deletedItemIds?: string[] | null;
11
- errors?: string[] | null;
12
- }
13
- }
@@ -1,34 +0,0 @@
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
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.RemovedItems = void 0;
30
- const core = __importStar(require("../../core"));
31
- exports.RemovedItems = core.serialization.object({
32
- deletedItemIds: core.serialization.list(core.serialization.string()).optional(),
33
- errors: core.serialization.list(core.serialization.string()).optional(),
34
- });
@@ -1,12 +0,0 @@
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 SitePublish: core.serialization.ObjectSchema<serializers.SitePublish.Raw, Webflow.SitePublish>;
8
- export declare namespace SitePublish {
9
- interface Raw {
10
- payload?: serializers.SitePublishPayload.Raw | null;
11
- }
12
- }
@@ -1,42 +0,0 @@
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.SitePublish = void 0;
39
- const core = __importStar(require("../../core"));
40
- exports.SitePublish = core.serialization.object({
41
- payload: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).SitePublishPayload; })).optional(),
42
- });
@@ -1,15 +0,0 @@
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 SitePublishPayload: core.serialization.ObjectSchema<serializers.SitePublishPayload.Raw, Webflow.SitePublishPayload>;
8
- export declare namespace SitePublishPayload {
9
- interface Raw {
10
- site?: string | null;
11
- publishTime?: string | null;
12
- domains?: string[] | null;
13
- publishedBy?: Record<string, unknown> | null;
14
- }
15
- }
@@ -1,36 +0,0 @@
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
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.SitePublishPayload = void 0;
30
- const core = __importStar(require("../../core"));
31
- exports.SitePublishPayload = core.serialization.object({
32
- site: core.serialization.string().optional(),
33
- publishTime: core.serialization.date().optional(),
34
- domains: core.serialization.list(core.serialization.string()).optional(),
35
- publishedBy: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
36
- });
@@ -1,12 +0,0 @@
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
- }
@@ -1,42 +0,0 @@
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
- });
@@ -1,13 +0,0 @@
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 UserWebhookPayload: core.serialization.ObjectSchema<serializers.UserWebhookPayload.Raw, Webflow.UserWebhookPayload>;
8
- export declare namespace UserWebhookPayload {
9
- interface Raw {
10
- triggerType?: serializers.UserWebhookPayloadTriggerType.Raw | null;
11
- payload?: serializers.User.Raw | null;
12
- }
13
- }
@@ -1,43 +0,0 @@
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.UserWebhookPayload = void 0;
39
- const core = __importStar(require("../../core"));
40
- exports.UserWebhookPayload = core.serialization.object({
41
- triggerType: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).UserWebhookPayloadTriggerType; })).optional(),
42
- payload: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).User; })).optional(),
43
- });
@@ -1,10 +0,0 @@
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 UserWebhookPayloadTriggerType: core.serialization.Schema<serializers.UserWebhookPayloadTriggerType.Raw, Webflow.UserWebhookPayloadTriggerType>;
8
- export declare namespace UserWebhookPayloadTriggerType {
9
- type Raw = "user_account_added" | "user_account_updated" | "user_account_deleted";
10
- }
@@ -1,31 +0,0 @@
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
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.UserWebhookPayloadTriggerType = void 0;
30
- const core = __importStar(require("../../core"));
31
- exports.UserWebhookPayloadTriggerType = core.serialization.enum_(["user_account_added", "user_account_updated", "user_account_deleted"]);
@@ -1,10 +0,0 @@
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 OrdersListRequestStatus: core.serialization.Schema<serializers.OrdersListRequestStatus.Raw, Webflow.OrdersListRequestStatus>;
8
- export declare namespace OrdersListRequestStatus {
9
- type Raw = "pending" | "refunded" | "dispute-lost" | "fulfilled" | "disputed" | "unfulfilled";
10
- }
@@ -1,31 +0,0 @@
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
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.OrdersListRequestStatus = void 0;
30
- const core = __importStar(require("../../../../core"));
31
- exports.OrdersListRequestStatus = core.serialization.enum_(["pending", "refunded", "dispute-lost", "fulfilled", "disputed", "unfulfilled"]);
@@ -1,10 +0,0 @@
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 Response: core.serialization.Schema<serializers.webhooks.list.Response.Raw, Webflow.Webhook[]>;
8
- export declare namespace Response {
9
- type Raw = serializers.Webhook.Raw[];
10
- }
@@ -1,40 +0,0 @@
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.Response = void 0;
39
- const core = __importStar(require("../../../../core"));
40
- exports.Response = core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).Webhook; })));
@@ -1,13 +0,0 @@
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 CollectionItemRemoved: core.serialization.ObjectSchema<serializers.CollectionItemRemoved.Raw, Webflow.CollectionItemRemoved>;
8
- export declare namespace CollectionItemRemoved {
9
- interface Raw {
10
- deleted?: number | null;
11
- itemId?: string | null;
12
- }
13
- }