webflow-api 3.1.2 → 3.1.4

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 (891) hide show
  1. package/.mock/definition/__package__.yml +657 -27
  2. package/.mock/definition/api.yml +9 -2
  3. package/.mock/definition/assets.yml +1 -1
  4. package/.mock/definition/collections/items.yml +21 -4
  5. package/.mock/definition/components.yml +31 -27
  6. package/.mock/definition/orders.yml +14 -14
  7. package/.mock/definition/pages.yml +35 -7
  8. package/.mock/definition/products.yml +156 -42
  9. package/.mock/definition/sites/comments.yml +325 -0
  10. package/.mock/definition/sites/redirects.yml +8 -8
  11. package/.mock/definition/sites/robotsTxt.yml +22 -3
  12. package/.mock/definition/sites/wellKnown.yml +114 -0
  13. package/.mock/definition/sites.yml +4 -4
  14. package/.mock/definition/workspaces/auditLogs.yml +119 -0
  15. package/.mock/fern.config.json +1 -1
  16. package/Client.d.ts +4 -1
  17. package/Client.js +5 -0
  18. package/api/resources/accessGroups/client/Client.d.ts +1 -1
  19. package/api/resources/accessGroups/client/Client.js +2 -2
  20. package/api/resources/assets/client/Client.d.ts +1 -1
  21. package/api/resources/assets/client/Client.js +16 -16
  22. package/api/resources/collections/client/Client.d.ts +1 -1
  23. package/api/resources/collections/client/Client.js +8 -8
  24. package/api/resources/collections/resources/fields/client/Client.d.ts +1 -1
  25. package/api/resources/collections/resources/fields/client/Client.js +6 -6
  26. package/api/resources/collections/resources/items/client/Client.d.ts +23 -5
  27. package/api/resources/collections/resources/items/client/Client.js +57 -36
  28. package/api/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.d.ts +6 -2
  29. package/api/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.d.ts +6 -2
  30. package/api/resources/components/client/Client.d.ts +18 -2
  31. package/api/resources/components/client/Client.js +27 -11
  32. package/api/resources/components/client/requests/ComponentDomWrite.d.ts +16 -0
  33. package/api/resources/components/client/requests/ComponentsGetContentRequest.d.ts +0 -5
  34. package/api/resources/components/types/ComponentDomWriteNodesItem.d.ts +1 -1
  35. package/api/resources/ecommerce/client/Client.d.ts +1 -1
  36. package/api/resources/ecommerce/client/Client.js +2 -2
  37. package/api/resources/forms/client/Client.d.ts +1 -1
  38. package/api/resources/forms/client/Client.js +14 -14
  39. package/api/resources/index.d.ts +1 -0
  40. package/api/resources/index.js +2 -1
  41. package/api/resources/inventory/client/Client.d.ts +1 -1
  42. package/api/resources/inventory/client/Client.js +4 -4
  43. package/api/resources/orders/client/Client.d.ts +1 -1
  44. package/api/resources/orders/client/Client.js +12 -12
  45. package/api/resources/pages/client/Client.d.ts +18 -2
  46. package/api/resources/pages/client/Client.js +27 -11
  47. package/api/resources/pages/client/requests/PageDomWrite.d.ts +16 -0
  48. package/api/resources/pages/resources/scripts/client/Client.d.ts +1 -1
  49. package/api/resources/pages/resources/scripts/client/Client.js +6 -6
  50. package/api/resources/pages/types/PageDomWriteNodesItem.d.ts +1 -1
  51. package/api/resources/products/client/Client.d.ts +84 -14
  52. package/api/resources/products/client/Client.js +95 -25
  53. package/api/resources/products/client/requests/ProductSkuCreate.d.ts +57 -3
  54. package/api/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +11 -1
  55. package/api/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +11 -1
  56. package/api/resources/products/types/ProductSkuCreateProduct.d.ts +7 -0
  57. package/api/resources/products/types/ProductSkuCreateProduct.js +5 -0
  58. package/api/resources/products/types/ProductSkuCreateSku.d.ts +7 -0
  59. package/api/resources/products/types/ProductSkuCreateSku.js +5 -0
  60. package/api/resources/products/types/index.d.ts +2 -0
  61. package/api/resources/products/types/index.js +2 -0
  62. package/api/resources/scripts/client/Client.d.ts +1 -1
  63. package/api/resources/scripts/client/Client.js +6 -6
  64. package/api/resources/sites/client/Client.d.ts +7 -1
  65. package/api/resources/sites/client/Client.js +28 -18
  66. package/api/resources/sites/index.d.ts +1 -1
  67. package/api/resources/sites/index.js +1 -1
  68. package/api/resources/sites/resources/activityLogs/client/Client.d.ts +1 -1
  69. package/api/resources/sites/resources/activityLogs/client/Client.js +2 -2
  70. package/api/resources/sites/resources/comments/client/Client.d.ts +104 -0
  71. package/api/resources/sites/resources/comments/client/Client.js +426 -0
  72. package/api/resources/sites/resources/comments/client/index.d.ts +1 -0
  73. package/api/resources/sites/resources/comments/client/index.js +17 -0
  74. package/api/resources/sites/resources/comments/client/requests/CommentsGetCommentThreadRequest.d.ts +32 -0
  75. package/api/resources/sites/resources/comments/client/requests/CommentsGetCommentThreadRequest.js +5 -0
  76. package/api/resources/sites/resources/comments/client/requests/CommentsListCommentRepliesRequest.d.ts +32 -0
  77. package/api/resources/sites/resources/comments/client/requests/CommentsListCommentRepliesRequest.js +5 -0
  78. package/api/resources/sites/resources/comments/client/requests/CommentsListCommentThreadsRequest.d.ts +32 -0
  79. package/api/resources/sites/resources/comments/client/requests/CommentsListCommentThreadsRequest.js +5 -0
  80. package/api/resources/sites/resources/comments/client/requests/index.d.ts +3 -0
  81. package/api/resources/sites/resources/comments/client/requests/index.js +2 -0
  82. package/api/resources/sites/resources/comments/index.d.ts +2 -0
  83. package/api/resources/sites/resources/comments/index.js +18 -0
  84. package/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.d.ts +8 -0
  85. package/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.js +10 -0
  86. package/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.d.ts +8 -0
  87. package/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.js +10 -0
  88. package/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.d.ts +8 -0
  89. package/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.js +10 -0
  90. package/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.d.ts +8 -0
  91. package/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.js +10 -0
  92. package/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.d.ts +8 -0
  93. package/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.js +10 -0
  94. package/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.d.ts +8 -0
  95. package/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.js +10 -0
  96. package/api/resources/sites/resources/comments/types/index.d.ts +6 -0
  97. package/api/resources/sites/resources/comments/types/index.js +22 -0
  98. package/api/resources/sites/resources/index.d.ts +6 -0
  99. package/api/resources/sites/resources/index.js +7 -1
  100. package/api/resources/sites/resources/plans/client/Client.d.ts +1 -1
  101. package/api/resources/sites/resources/plans/client/Client.js +2 -2
  102. package/api/resources/sites/resources/redirects/client/Client.d.ts +5 -5
  103. package/api/resources/sites/resources/redirects/client/Client.js +12 -12
  104. package/api/resources/sites/resources/robotsTxt/client/Client.d.ts +9 -1
  105. package/api/resources/sites/resources/robotsTxt/client/Client.js +16 -8
  106. package/api/resources/sites/resources/scripts/client/Client.d.ts +1 -1
  107. package/api/resources/sites/resources/scripts/client/Client.js +8 -8
  108. package/api/resources/sites/resources/wellKnown/client/Client.d.ts +81 -0
  109. package/api/resources/sites/resources/wellKnown/client/Client.js +268 -0
  110. package/api/resources/sites/resources/wellKnown/client/index.d.ts +1 -0
  111. package/api/resources/sites/resources/wellKnown/client/index.js +17 -0
  112. package/api/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.d.ts +11 -0
  113. package/api/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.js +5 -0
  114. package/api/resources/sites/resources/wellKnown/client/requests/WellKnownFile.d.ts +19 -0
  115. package/api/resources/sites/resources/wellKnown/client/requests/WellKnownFile.js +5 -0
  116. package/api/resources/sites/resources/wellKnown/client/requests/index.d.ts +2 -0
  117. package/api/resources/sites/resources/wellKnown/client/requests/index.js +2 -0
  118. package/api/resources/sites/resources/wellKnown/index.d.ts +2 -0
  119. package/api/resources/sites/resources/wellKnown/index.js +18 -0
  120. package/api/resources/sites/resources/wellKnown/types/WellKnownFileContentType.d.ts +11 -0
  121. package/api/resources/sites/resources/wellKnown/types/WellKnownFileContentType.js +10 -0
  122. package/api/resources/sites/resources/wellKnown/types/index.d.ts +1 -0
  123. package/api/resources/sites/resources/wellKnown/types/index.js +17 -0
  124. package/api/resources/token/client/Client.d.ts +1 -1
  125. package/api/resources/token/client/Client.js +4 -4
  126. package/api/resources/users/client/Client.d.ts +1 -1
  127. package/api/resources/users/client/Client.js +10 -10
  128. package/api/resources/webhooks/client/Client.d.ts +1 -1
  129. package/api/resources/webhooks/client/Client.js +8 -8
  130. package/api/resources/workspaces/client/Client.d.ts +28 -0
  131. package/api/resources/workspaces/client/Client.js +17 -0
  132. package/api/resources/workspaces/client/index.d.ts +1 -0
  133. package/api/resources/workspaces/client/index.js +2 -0
  134. package/api/resources/workspaces/index.d.ts +2 -0
  135. package/api/resources/workspaces/index.js +18 -0
  136. package/api/resources/workspaces/resources/auditLogs/client/Client.d.ts +51 -0
  137. package/api/resources/workspaces/resources/auditLogs/client/Client.js +182 -0
  138. package/api/resources/workspaces/resources/auditLogs/client/index.d.ts +1 -0
  139. package/api/resources/workspaces/resources/auditLogs/client/index.js +17 -0
  140. package/api/resources/workspaces/resources/auditLogs/client/requests/AuditLogsGetWorkspaceAuditLogsRequest.d.ts +37 -0
  141. package/api/resources/workspaces/resources/auditLogs/client/requests/AuditLogsGetWorkspaceAuditLogsRequest.js +5 -0
  142. package/api/resources/workspaces/resources/auditLogs/client/requests/index.d.ts +1 -0
  143. package/api/resources/workspaces/resources/auditLogs/client/requests/index.js +2 -0
  144. package/api/resources/workspaces/resources/auditLogs/index.d.ts +2 -0
  145. package/api/resources/workspaces/resources/auditLogs/index.js +18 -0
  146. package/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +11 -0
  147. package/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +13 -0
  148. package/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.d.ts +8 -0
  149. package/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.js +10 -0
  150. package/api/resources/workspaces/resources/auditLogs/types/index.d.ts +2 -0
  151. package/api/resources/workspaces/resources/auditLogs/types/index.js +18 -0
  152. package/api/resources/workspaces/resources/index.d.ts +3 -0
  153. package/api/resources/workspaces/resources/index.js +32 -0
  154. package/api/types/CommentReply.d.ts +32 -0
  155. package/api/types/CommentReply.js +5 -0
  156. package/api/types/CommentReplyAuthor.d.ts +11 -0
  157. package/api/types/CommentReplyAuthor.js +5 -0
  158. package/api/types/CommentReplyList.d.ts +11 -0
  159. package/api/types/CommentReplyList.js +5 -0
  160. package/api/types/CommentReplyListPagination.d.ts +11 -0
  161. package/api/types/CommentReplyListPagination.js +5 -0
  162. package/api/types/CommentReplyMentionedUsersItem.d.ts +11 -0
  163. package/api/types/CommentReplyMentionedUsersItem.js +5 -0
  164. package/api/types/CommentThread.d.ts +34 -0
  165. package/api/types/CommentThread.js +5 -0
  166. package/api/types/CommentThreadAuthor.d.ts +11 -0
  167. package/api/types/CommentThreadAuthor.js +5 -0
  168. package/api/types/CommentThreadList.d.ts +11 -0
  169. package/api/types/CommentThreadList.js +5 -0
  170. package/api/types/CommentThreadListPagination.d.ts +11 -0
  171. package/api/types/CommentThreadListPagination.js +5 -0
  172. package/api/types/CommentThreadMentionedUsersItem.d.ts +11 -0
  173. package/api/types/CommentThreadMentionedUsersItem.js +5 -0
  174. package/api/types/ComponentDom.d.ts +1 -1
  175. package/api/types/CustomRole.d.ts +9 -0
  176. package/api/types/CustomRole.js +5 -0
  177. package/api/types/CustomRoleAuditLogItem.d.ts +8 -0
  178. package/api/types/CustomRoleAuditLogItem.js +5 -0
  179. package/api/types/CustomRoleAuditLogItemEventSubType.d.ts +9 -0
  180. package/api/types/CustomRoleAuditLogItemEventSubType.js +11 -0
  181. package/api/types/FieldType.d.ts +4 -2
  182. package/api/types/FieldType.js +3 -1
  183. package/api/types/Node.d.ts +13 -1
  184. package/api/types/Page.d.ts +0 -2
  185. package/api/types/SearchButtonNode.d.ts +14 -0
  186. package/api/types/SearchButtonNode.js +5 -0
  187. package/api/types/SearchButtonNodeWrite.d.ts +12 -0
  188. package/api/types/SearchButtonNodeWrite.js +5 -0
  189. package/api/types/SelectNode.d.ts +15 -0
  190. package/api/types/SelectNode.js +5 -0
  191. package/api/types/SelectNodeChoicesItem.d.ts +9 -0
  192. package/api/types/SelectNodeChoicesItem.js +5 -0
  193. package/api/types/SelectNodeWrite.d.ts +13 -0
  194. package/api/types/SelectNodeWrite.js +5 -0
  195. package/api/types/SelectNodeWriteChoicesItem.d.ts +9 -0
  196. package/api/types/SelectNodeWriteChoicesItem.js +5 -0
  197. package/api/types/SiteMembership.d.ts +14 -0
  198. package/api/types/SiteMembership.js +5 -0
  199. package/api/types/SiteMembershipAuditLogItem.d.ts +8 -0
  200. package/api/types/SiteMembershipAuditLogItem.js +5 -0
  201. package/api/types/SiteMembershipAuditLogItemEventSubType.d.ts +9 -0
  202. package/api/types/SiteMembershipAuditLogItemEventSubType.js +11 -0
  203. package/api/types/SkuFieldData.d.ts +6 -0
  204. package/api/types/SkuFieldDataPrice.d.ts +2 -0
  205. package/api/types/SkuValueList.d.ts +1 -1
  206. package/api/types/StaticFieldType.d.ts +2 -2
  207. package/api/types/StaticFieldType.js +1 -1
  208. package/api/types/SubmitButtonNode.d.ts +16 -0
  209. package/api/types/SubmitButtonNode.js +5 -0
  210. package/api/types/SubmitButtonNodeWrite.d.ts +14 -0
  211. package/api/types/SubmitButtonNodeWrite.js +5 -0
  212. package/api/types/TextInputNode.d.ts +14 -0
  213. package/api/types/TextInputNode.js +5 -0
  214. package/api/types/TextInputNodeWrite.d.ts +12 -0
  215. package/api/types/TextInputNodeWrite.js +5 -0
  216. package/api/types/TriggerType.d.ts +2 -1
  217. package/api/types/TriggerType.js +1 -0
  218. package/api/types/UserAccess.d.ts +11 -0
  219. package/api/types/UserAccess.js +5 -0
  220. package/api/types/UserAccessAuditLogItem.d.ts +8 -0
  221. package/api/types/UserAccessAuditLogItem.js +5 -0
  222. package/api/types/UserAccessAuditLogItemEventSubType.d.ts +8 -0
  223. package/api/types/UserAccessAuditLogItemEventSubType.js +10 -0
  224. package/api/types/WorkspaceAuditLogItem.d.ts +27 -0
  225. package/api/types/WorkspaceAuditLogItem.js +5 -0
  226. package/api/types/WorkspaceAuditLogItemActor.d.ts +7 -0
  227. package/api/types/WorkspaceAuditLogItemActor.js +5 -0
  228. package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.d.ts +11 -0
  229. package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.js +13 -0
  230. package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.d.ts +7 -0
  231. package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.js +5 -0
  232. package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.d.ts +7 -0
  233. package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.js +5 -0
  234. package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.d.ts +10 -0
  235. package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.js +12 -0
  236. package/api/types/WorkspaceAuditLogItemPayloadUserAccessMethod.d.ts +10 -0
  237. package/api/types/WorkspaceAuditLogItemPayloadUserAccessMethod.js +12 -0
  238. package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.d.ts +9 -0
  239. package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.js +11 -0
  240. package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.d.ts +7 -0
  241. package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.js +5 -0
  242. package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.d.ts +10 -0
  243. package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.js +12 -0
  244. package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.d.ts +9 -0
  245. package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.js +11 -0
  246. package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.d.ts +7 -0
  247. package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.js +5 -0
  248. package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.d.ts +10 -0
  249. package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.js +12 -0
  250. package/api/types/WorkspaceAuditLogItemWorkspace.d.ts +7 -0
  251. package/api/types/WorkspaceAuditLogItemWorkspace.js +5 -0
  252. package/api/types/WorkspaceAuditLogResponse.d.ts +8 -0
  253. package/api/types/WorkspaceAuditLogResponse.js +5 -0
  254. package/api/types/WorkspaceInvitation.d.ts +13 -0
  255. package/api/types/WorkspaceInvitation.js +5 -0
  256. package/api/types/WorkspaceInvitationAuditLogItem.d.ts +8 -0
  257. package/api/types/WorkspaceInvitationAuditLogItem.js +5 -0
  258. package/api/types/WorkspaceInvitationAuditLogItemEventSubType.d.ts +11 -0
  259. package/api/types/WorkspaceInvitationAuditLogItemEventSubType.js +13 -0
  260. package/api/types/WorkspaceMembership.d.ts +13 -0
  261. package/api/types/WorkspaceMembership.js +5 -0
  262. package/api/types/WorkspaceMembershipAuditLogItem.d.ts +8 -0
  263. package/api/types/WorkspaceMembershipAuditLogItem.js +5 -0
  264. package/api/types/WorkspaceMembershipAuditLogItemEventSubType.d.ts +9 -0
  265. package/api/types/WorkspaceMembershipAuditLogItemEventSubType.js +11 -0
  266. package/api/types/index.d.ts +51 -1
  267. package/api/types/index.js +51 -1
  268. package/dist/Client.d.ts +4 -1
  269. package/dist/Client.js +5 -0
  270. package/dist/api/resources/accessGroups/client/Client.d.ts +1 -1
  271. package/dist/api/resources/accessGroups/client/Client.js +2 -2
  272. package/dist/api/resources/assets/client/Client.d.ts +1 -1
  273. package/dist/api/resources/assets/client/Client.js +16 -16
  274. package/dist/api/resources/collections/client/Client.d.ts +1 -1
  275. package/dist/api/resources/collections/client/Client.js +8 -8
  276. package/dist/api/resources/collections/resources/fields/client/Client.d.ts +1 -1
  277. package/dist/api/resources/collections/resources/fields/client/Client.js +6 -6
  278. package/dist/api/resources/collections/resources/items/client/Client.d.ts +23 -5
  279. package/dist/api/resources/collections/resources/items/client/Client.js +57 -36
  280. package/dist/api/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.d.ts +6 -2
  281. package/dist/api/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.d.ts +6 -2
  282. package/dist/api/resources/components/client/Client.d.ts +18 -2
  283. package/dist/api/resources/components/client/Client.js +27 -11
  284. package/dist/api/resources/components/client/requests/ComponentDomWrite.d.ts +16 -0
  285. package/dist/api/resources/components/client/requests/ComponentsGetContentRequest.d.ts +0 -5
  286. package/dist/api/resources/components/types/ComponentDomWriteNodesItem.d.ts +1 -1
  287. package/dist/api/resources/ecommerce/client/Client.d.ts +1 -1
  288. package/dist/api/resources/ecommerce/client/Client.js +2 -2
  289. package/dist/api/resources/forms/client/Client.d.ts +1 -1
  290. package/dist/api/resources/forms/client/Client.js +14 -14
  291. package/dist/api/resources/index.d.ts +1 -0
  292. package/dist/api/resources/index.js +2 -1
  293. package/dist/api/resources/inventory/client/Client.d.ts +1 -1
  294. package/dist/api/resources/inventory/client/Client.js +4 -4
  295. package/dist/api/resources/orders/client/Client.d.ts +1 -1
  296. package/dist/api/resources/orders/client/Client.js +12 -12
  297. package/dist/api/resources/pages/client/Client.d.ts +18 -2
  298. package/dist/api/resources/pages/client/Client.js +27 -11
  299. package/dist/api/resources/pages/client/requests/PageDomWrite.d.ts +16 -0
  300. package/dist/api/resources/pages/resources/scripts/client/Client.d.ts +1 -1
  301. package/dist/api/resources/pages/resources/scripts/client/Client.js +6 -6
  302. package/dist/api/resources/pages/types/PageDomWriteNodesItem.d.ts +1 -1
  303. package/dist/api/resources/products/client/Client.d.ts +84 -14
  304. package/dist/api/resources/products/client/Client.js +95 -25
  305. package/dist/api/resources/products/client/requests/ProductSkuCreate.d.ts +57 -3
  306. package/dist/api/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +11 -1
  307. package/dist/api/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +11 -1
  308. package/dist/api/resources/products/types/ProductSkuCreateProduct.d.ts +7 -0
  309. package/dist/api/resources/products/types/ProductSkuCreateProduct.js +5 -0
  310. package/dist/api/resources/products/types/ProductSkuCreateSku.d.ts +7 -0
  311. package/dist/api/resources/products/types/ProductSkuCreateSku.js +5 -0
  312. package/dist/api/resources/products/types/index.d.ts +2 -0
  313. package/dist/api/resources/products/types/index.js +2 -0
  314. package/dist/api/resources/scripts/client/Client.d.ts +1 -1
  315. package/dist/api/resources/scripts/client/Client.js +6 -6
  316. package/dist/api/resources/sites/client/Client.d.ts +7 -1
  317. package/dist/api/resources/sites/client/Client.js +28 -18
  318. package/dist/api/resources/sites/index.d.ts +1 -1
  319. package/dist/api/resources/sites/index.js +1 -1
  320. package/dist/api/resources/sites/resources/activityLogs/client/Client.d.ts +1 -1
  321. package/dist/api/resources/sites/resources/activityLogs/client/Client.js +2 -2
  322. package/dist/api/resources/sites/resources/comments/client/Client.d.ts +104 -0
  323. package/dist/api/resources/sites/resources/comments/client/Client.js +426 -0
  324. package/dist/api/resources/sites/resources/comments/client/index.d.ts +1 -0
  325. package/dist/api/resources/sites/resources/comments/client/index.js +17 -0
  326. package/dist/api/resources/sites/resources/comments/client/requests/CommentsGetCommentThreadRequest.d.ts +32 -0
  327. package/dist/api/resources/sites/resources/comments/client/requests/CommentsGetCommentThreadRequest.js +5 -0
  328. package/dist/api/resources/sites/resources/comments/client/requests/CommentsListCommentRepliesRequest.d.ts +32 -0
  329. package/dist/api/resources/sites/resources/comments/client/requests/CommentsListCommentRepliesRequest.js +5 -0
  330. package/dist/api/resources/sites/resources/comments/client/requests/CommentsListCommentThreadsRequest.d.ts +32 -0
  331. package/dist/api/resources/sites/resources/comments/client/requests/CommentsListCommentThreadsRequest.js +5 -0
  332. package/dist/api/resources/sites/resources/comments/client/requests/index.d.ts +3 -0
  333. package/dist/api/resources/sites/resources/comments/client/requests/index.js +2 -0
  334. package/dist/api/resources/sites/resources/comments/index.d.ts +2 -0
  335. package/dist/api/resources/sites/resources/comments/index.js +18 -0
  336. package/dist/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.d.ts +8 -0
  337. package/dist/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.js +10 -0
  338. package/dist/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.d.ts +8 -0
  339. package/dist/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.js +10 -0
  340. package/dist/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.d.ts +8 -0
  341. package/dist/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.js +10 -0
  342. package/dist/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.d.ts +8 -0
  343. package/dist/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.js +10 -0
  344. package/dist/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.d.ts +8 -0
  345. package/dist/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.js +10 -0
  346. package/dist/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.d.ts +8 -0
  347. package/dist/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.js +10 -0
  348. package/dist/api/resources/sites/resources/comments/types/index.d.ts +6 -0
  349. package/dist/api/resources/sites/resources/comments/types/index.js +22 -0
  350. package/dist/api/resources/sites/resources/index.d.ts +6 -0
  351. package/dist/api/resources/sites/resources/index.js +7 -1
  352. package/dist/api/resources/sites/resources/plans/client/Client.d.ts +1 -1
  353. package/dist/api/resources/sites/resources/plans/client/Client.js +2 -2
  354. package/dist/api/resources/sites/resources/redirects/client/Client.d.ts +5 -5
  355. package/dist/api/resources/sites/resources/redirects/client/Client.js +12 -12
  356. package/dist/api/resources/sites/resources/robotsTxt/client/Client.d.ts +9 -1
  357. package/dist/api/resources/sites/resources/robotsTxt/client/Client.js +16 -8
  358. package/dist/api/resources/sites/resources/scripts/client/Client.d.ts +1 -1
  359. package/dist/api/resources/sites/resources/scripts/client/Client.js +8 -8
  360. package/dist/api/resources/sites/resources/wellKnown/client/Client.d.ts +81 -0
  361. package/dist/api/resources/sites/resources/wellKnown/client/Client.js +268 -0
  362. package/dist/api/resources/sites/resources/wellKnown/client/index.d.ts +1 -0
  363. package/dist/api/resources/sites/resources/wellKnown/client/index.js +17 -0
  364. package/dist/api/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.d.ts +11 -0
  365. package/dist/api/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.js +5 -0
  366. package/dist/api/resources/sites/resources/wellKnown/client/requests/WellKnownFile.d.ts +19 -0
  367. package/dist/api/resources/sites/resources/wellKnown/client/requests/WellKnownFile.js +5 -0
  368. package/dist/api/resources/sites/resources/wellKnown/client/requests/index.d.ts +2 -0
  369. package/dist/api/resources/sites/resources/wellKnown/client/requests/index.js +2 -0
  370. package/dist/api/resources/sites/resources/wellKnown/index.d.ts +2 -0
  371. package/dist/api/resources/sites/resources/wellKnown/index.js +18 -0
  372. package/dist/api/resources/sites/resources/wellKnown/types/WellKnownFileContentType.d.ts +11 -0
  373. package/dist/api/resources/sites/resources/wellKnown/types/WellKnownFileContentType.js +10 -0
  374. package/dist/api/resources/sites/resources/wellKnown/types/index.d.ts +1 -0
  375. package/dist/api/resources/sites/resources/wellKnown/types/index.js +17 -0
  376. package/dist/api/resources/token/client/Client.d.ts +1 -1
  377. package/dist/api/resources/token/client/Client.js +4 -4
  378. package/dist/api/resources/users/client/Client.d.ts +1 -1
  379. package/dist/api/resources/users/client/Client.js +10 -10
  380. package/dist/api/resources/webhooks/client/Client.d.ts +1 -1
  381. package/dist/api/resources/webhooks/client/Client.js +8 -8
  382. package/dist/api/resources/workspaces/client/Client.d.ts +28 -0
  383. package/dist/api/resources/workspaces/client/Client.js +17 -0
  384. package/dist/api/resources/workspaces/client/index.d.ts +1 -0
  385. package/dist/api/resources/workspaces/client/index.js +2 -0
  386. package/dist/api/resources/workspaces/index.d.ts +2 -0
  387. package/dist/api/resources/workspaces/index.js +18 -0
  388. package/dist/api/resources/workspaces/resources/auditLogs/client/Client.d.ts +51 -0
  389. package/dist/api/resources/workspaces/resources/auditLogs/client/Client.js +182 -0
  390. package/dist/api/resources/workspaces/resources/auditLogs/client/index.d.ts +1 -0
  391. package/dist/api/resources/workspaces/resources/auditLogs/client/index.js +17 -0
  392. package/dist/api/resources/workspaces/resources/auditLogs/client/requests/AuditLogsGetWorkspaceAuditLogsRequest.d.ts +37 -0
  393. package/dist/api/resources/workspaces/resources/auditLogs/client/requests/AuditLogsGetWorkspaceAuditLogsRequest.js +5 -0
  394. package/dist/api/resources/workspaces/resources/auditLogs/client/requests/index.d.ts +1 -0
  395. package/dist/api/resources/workspaces/resources/auditLogs/client/requests/index.js +2 -0
  396. package/dist/api/resources/workspaces/resources/auditLogs/index.d.ts +2 -0
  397. package/dist/api/resources/workspaces/resources/auditLogs/index.js +18 -0
  398. package/dist/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +11 -0
  399. package/dist/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +13 -0
  400. package/dist/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.d.ts +8 -0
  401. package/dist/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.js +10 -0
  402. package/dist/api/resources/workspaces/resources/auditLogs/types/index.d.ts +2 -0
  403. package/dist/api/resources/workspaces/resources/auditLogs/types/index.js +18 -0
  404. package/dist/api/resources/workspaces/resources/index.d.ts +3 -0
  405. package/dist/api/resources/workspaces/resources/index.js +32 -0
  406. package/dist/api/types/CommentReply.d.ts +32 -0
  407. package/dist/api/types/CommentReply.js +5 -0
  408. package/dist/api/types/CommentReplyAuthor.d.ts +11 -0
  409. package/dist/api/types/CommentReplyAuthor.js +5 -0
  410. package/dist/api/types/CommentReplyList.d.ts +11 -0
  411. package/dist/api/types/CommentReplyList.js +5 -0
  412. package/dist/api/types/CommentReplyListPagination.d.ts +11 -0
  413. package/dist/api/types/CommentReplyListPagination.js +5 -0
  414. package/dist/api/types/CommentReplyMentionedUsersItem.d.ts +11 -0
  415. package/dist/api/types/CommentReplyMentionedUsersItem.js +5 -0
  416. package/dist/api/types/CommentThread.d.ts +34 -0
  417. package/dist/api/types/CommentThread.js +5 -0
  418. package/dist/api/types/CommentThreadAuthor.d.ts +11 -0
  419. package/dist/api/types/CommentThreadAuthor.js +5 -0
  420. package/dist/api/types/CommentThreadList.d.ts +11 -0
  421. package/dist/api/types/CommentThreadList.js +5 -0
  422. package/dist/api/types/CommentThreadListPagination.d.ts +11 -0
  423. package/dist/api/types/CommentThreadListPagination.js +5 -0
  424. package/dist/api/types/CommentThreadMentionedUsersItem.d.ts +11 -0
  425. package/dist/api/types/CommentThreadMentionedUsersItem.js +5 -0
  426. package/dist/api/types/ComponentDom.d.ts +1 -1
  427. package/dist/api/types/CustomRole.d.ts +9 -0
  428. package/dist/api/types/CustomRole.js +5 -0
  429. package/dist/api/types/CustomRoleAuditLogItem.d.ts +8 -0
  430. package/dist/api/types/CustomRoleAuditLogItem.js +5 -0
  431. package/dist/api/types/CustomRoleAuditLogItemEventSubType.d.ts +9 -0
  432. package/dist/api/types/CustomRoleAuditLogItemEventSubType.js +11 -0
  433. package/dist/api/types/FieldType.d.ts +4 -2
  434. package/dist/api/types/FieldType.js +3 -1
  435. package/dist/api/types/Node.d.ts +13 -1
  436. package/dist/api/types/Page.d.ts +0 -2
  437. package/dist/api/types/SearchButtonNode.d.ts +14 -0
  438. package/dist/api/types/SearchButtonNode.js +5 -0
  439. package/dist/api/types/SearchButtonNodeWrite.d.ts +12 -0
  440. package/dist/api/types/SearchButtonNodeWrite.js +5 -0
  441. package/dist/api/types/SelectNode.d.ts +15 -0
  442. package/dist/api/types/SelectNode.js +5 -0
  443. package/dist/api/types/SelectNodeChoicesItem.d.ts +9 -0
  444. package/dist/api/types/SelectNodeChoicesItem.js +5 -0
  445. package/dist/api/types/SelectNodeWrite.d.ts +13 -0
  446. package/dist/api/types/SelectNodeWrite.js +5 -0
  447. package/dist/api/types/SelectNodeWriteChoicesItem.d.ts +9 -0
  448. package/dist/api/types/SelectNodeWriteChoicesItem.js +5 -0
  449. package/dist/api/types/SiteMembership.d.ts +14 -0
  450. package/dist/api/types/SiteMembership.js +5 -0
  451. package/dist/api/types/SiteMembershipAuditLogItem.d.ts +8 -0
  452. package/dist/api/types/SiteMembershipAuditLogItem.js +5 -0
  453. package/dist/api/types/SiteMembershipAuditLogItemEventSubType.d.ts +9 -0
  454. package/dist/api/types/SiteMembershipAuditLogItemEventSubType.js +11 -0
  455. package/dist/api/types/SkuFieldData.d.ts +6 -0
  456. package/dist/api/types/SkuFieldDataPrice.d.ts +2 -0
  457. package/dist/api/types/SkuValueList.d.ts +1 -1
  458. package/dist/api/types/StaticFieldType.d.ts +2 -2
  459. package/dist/api/types/StaticFieldType.js +1 -1
  460. package/dist/api/types/SubmitButtonNode.d.ts +16 -0
  461. package/dist/api/types/SubmitButtonNode.js +5 -0
  462. package/dist/api/types/SubmitButtonNodeWrite.d.ts +14 -0
  463. package/dist/api/types/SubmitButtonNodeWrite.js +5 -0
  464. package/dist/api/types/TextInputNode.d.ts +14 -0
  465. package/dist/api/types/TextInputNode.js +5 -0
  466. package/dist/api/types/TextInputNodeWrite.d.ts +12 -0
  467. package/dist/api/types/TextInputNodeWrite.js +5 -0
  468. package/dist/api/types/TriggerType.d.ts +2 -1
  469. package/dist/api/types/TriggerType.js +1 -0
  470. package/dist/api/types/UserAccess.d.ts +11 -0
  471. package/dist/api/types/UserAccess.js +5 -0
  472. package/dist/api/types/UserAccessAuditLogItem.d.ts +8 -0
  473. package/dist/api/types/UserAccessAuditLogItem.js +5 -0
  474. package/dist/api/types/UserAccessAuditLogItemEventSubType.d.ts +8 -0
  475. package/dist/api/types/UserAccessAuditLogItemEventSubType.js +10 -0
  476. package/dist/api/types/WorkspaceAuditLogItem.d.ts +27 -0
  477. package/dist/api/types/WorkspaceAuditLogItem.js +5 -0
  478. package/dist/api/types/WorkspaceAuditLogItemActor.d.ts +7 -0
  479. package/dist/api/types/WorkspaceAuditLogItemActor.js +5 -0
  480. package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.d.ts +11 -0
  481. package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.js +13 -0
  482. package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.d.ts +7 -0
  483. package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.js +5 -0
  484. package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.d.ts +7 -0
  485. package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.js +5 -0
  486. package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.d.ts +10 -0
  487. package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.js +12 -0
  488. package/dist/api/types/WorkspaceAuditLogItemPayloadUserAccessMethod.d.ts +10 -0
  489. package/dist/api/types/WorkspaceAuditLogItemPayloadUserAccessMethod.js +12 -0
  490. package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.d.ts +9 -0
  491. package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.js +11 -0
  492. package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.d.ts +7 -0
  493. package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.js +5 -0
  494. package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.d.ts +10 -0
  495. package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.js +12 -0
  496. package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.d.ts +9 -0
  497. package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.js +11 -0
  498. package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.d.ts +7 -0
  499. package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.js +5 -0
  500. package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.d.ts +10 -0
  501. package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.js +12 -0
  502. package/dist/api/types/WorkspaceAuditLogItemWorkspace.d.ts +7 -0
  503. package/dist/api/types/WorkspaceAuditLogItemWorkspace.js +5 -0
  504. package/dist/api/types/WorkspaceAuditLogResponse.d.ts +8 -0
  505. package/dist/api/types/WorkspaceAuditLogResponse.js +5 -0
  506. package/dist/api/types/WorkspaceInvitation.d.ts +13 -0
  507. package/dist/api/types/WorkspaceInvitation.js +5 -0
  508. package/dist/api/types/WorkspaceInvitationAuditLogItem.d.ts +8 -0
  509. package/dist/api/types/WorkspaceInvitationAuditLogItem.js +5 -0
  510. package/dist/api/types/WorkspaceInvitationAuditLogItemEventSubType.d.ts +11 -0
  511. package/dist/api/types/WorkspaceInvitationAuditLogItemEventSubType.js +13 -0
  512. package/dist/api/types/WorkspaceMembership.d.ts +13 -0
  513. package/dist/api/types/WorkspaceMembership.js +5 -0
  514. package/dist/api/types/WorkspaceMembershipAuditLogItem.d.ts +8 -0
  515. package/dist/api/types/WorkspaceMembershipAuditLogItem.js +5 -0
  516. package/dist/api/types/WorkspaceMembershipAuditLogItemEventSubType.d.ts +9 -0
  517. package/dist/api/types/WorkspaceMembershipAuditLogItemEventSubType.js +11 -0
  518. package/dist/api/types/index.d.ts +51 -1
  519. package/dist/api/types/index.js +51 -1
  520. package/dist/environments.d.ts +15 -2
  521. package/dist/environments.js +7 -1
  522. package/dist/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.d.ts +1 -1
  523. package/dist/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.js +1 -1
  524. package/dist/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.d.ts +1 -1
  525. package/dist/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.js +1 -1
  526. package/dist/serialization/resources/components/types/ComponentDomWriteNodesItem.d.ts +5 -1
  527. package/dist/serialization/resources/components/types/ComponentDomWriteNodesItem.js +12 -1
  528. package/dist/serialization/resources/index.d.ts +1 -0
  529. package/dist/serialization/resources/index.js +2 -1
  530. package/dist/serialization/resources/pages/types/PageDomWriteNodesItem.d.ts +5 -1
  531. package/dist/serialization/resources/pages/types/PageDomWriteNodesItem.js +12 -1
  532. package/dist/serialization/resources/products/client/requests/ProductSkuCreate.d.ts +4 -4
  533. package/dist/serialization/resources/products/client/requests/ProductSkuCreate.js +4 -4
  534. package/dist/serialization/resources/products/types/ProductSkuCreateProduct.d.ts +13 -0
  535. package/dist/serialization/resources/products/types/ProductSkuCreateProduct.js +34 -0
  536. package/dist/serialization/resources/products/types/ProductSkuCreateSku.d.ts +13 -0
  537. package/dist/serialization/resources/products/types/ProductSkuCreateSku.js +34 -0
  538. package/dist/serialization/resources/products/types/index.d.ts +2 -0
  539. package/dist/serialization/resources/products/types/index.js +2 -0
  540. package/dist/serialization/resources/sites/index.d.ts +1 -0
  541. package/dist/serialization/resources/sites/index.js +1 -0
  542. package/dist/serialization/resources/sites/resources/comments/index.d.ts +1 -0
  543. package/dist/serialization/resources/sites/resources/comments/index.js +17 -0
  544. package/dist/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.d.ts +10 -0
  545. package/dist/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.js +31 -0
  546. package/dist/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.d.ts +10 -0
  547. package/dist/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.js +31 -0
  548. package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.d.ts +10 -0
  549. package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.js +31 -0
  550. package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.d.ts +10 -0
  551. package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.js +31 -0
  552. package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.d.ts +10 -0
  553. package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.js +31 -0
  554. package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.d.ts +10 -0
  555. package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.js +31 -0
  556. package/dist/serialization/resources/sites/resources/comments/types/index.d.ts +6 -0
  557. package/dist/serialization/resources/sites/resources/comments/types/index.js +22 -0
  558. package/dist/serialization/resources/sites/resources/index.d.ts +5 -0
  559. package/dist/serialization/resources/sites/resources/index.js +34 -0
  560. package/dist/serialization/resources/sites/resources/wellKnown/client/index.d.ts +1 -0
  561. package/dist/serialization/resources/sites/resources/wellKnown/client/index.js +17 -0
  562. package/dist/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.d.ts +12 -0
  563. package/dist/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.js +33 -0
  564. package/dist/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownFile.d.ts +15 -0
  565. package/dist/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownFile.js +36 -0
  566. package/dist/serialization/resources/sites/resources/wellKnown/client/requests/index.d.ts +2 -0
  567. package/dist/serialization/resources/sites/resources/wellKnown/client/requests/index.js +7 -0
  568. package/dist/serialization/resources/sites/resources/wellKnown/index.d.ts +2 -0
  569. package/dist/serialization/resources/sites/resources/wellKnown/index.js +18 -0
  570. package/dist/serialization/resources/sites/resources/wellKnown/types/WellKnownFileContentType.d.ts +10 -0
  571. package/dist/serialization/resources/sites/resources/wellKnown/types/WellKnownFileContentType.js +31 -0
  572. package/dist/serialization/resources/sites/resources/wellKnown/types/index.d.ts +1 -0
  573. package/dist/serialization/resources/sites/resources/wellKnown/types/index.js +17 -0
  574. package/dist/serialization/resources/workspaces/index.d.ts +1 -0
  575. package/dist/serialization/resources/workspaces/index.js +17 -0
  576. package/dist/serialization/resources/workspaces/resources/auditLogs/index.d.ts +1 -0
  577. package/dist/serialization/resources/workspaces/resources/auditLogs/index.js +17 -0
  578. package/dist/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +10 -0
  579. package/dist/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +37 -0
  580. package/dist/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.d.ts +10 -0
  581. package/dist/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.js +31 -0
  582. package/dist/serialization/resources/workspaces/resources/auditLogs/types/index.d.ts +2 -0
  583. package/dist/serialization/resources/workspaces/resources/auditLogs/types/index.js +18 -0
  584. package/dist/serialization/resources/workspaces/resources/index.d.ts +2 -0
  585. package/dist/serialization/resources/workspaces/resources/index.js +31 -0
  586. package/dist/serialization/types/CommentReply.d.ts +25 -0
  587. package/dist/serialization/types/CommentReply.js +46 -0
  588. package/dist/serialization/types/CommentReplyAuthor.d.ts +14 -0
  589. package/dist/serialization/types/CommentReplyAuthor.js +35 -0
  590. package/dist/serialization/types/CommentReplyList.d.ts +15 -0
  591. package/dist/serialization/types/CommentReplyList.js +36 -0
  592. package/dist/serialization/types/CommentReplyListPagination.d.ts +14 -0
  593. package/dist/serialization/types/CommentReplyListPagination.js +35 -0
  594. package/dist/serialization/types/CommentReplyMentionedUsersItem.d.ts +14 -0
  595. package/dist/serialization/types/CommentReplyMentionedUsersItem.js +35 -0
  596. package/dist/serialization/types/CommentThread.d.ts +26 -0
  597. package/dist/serialization/types/CommentThread.js +47 -0
  598. package/dist/serialization/types/CommentThreadAuthor.d.ts +14 -0
  599. package/dist/serialization/types/CommentThreadAuthor.js +35 -0
  600. package/dist/serialization/types/CommentThreadList.d.ts +15 -0
  601. package/dist/serialization/types/CommentThreadList.js +36 -0
  602. package/dist/serialization/types/CommentThreadListPagination.d.ts +14 -0
  603. package/dist/serialization/types/CommentThreadListPagination.js +35 -0
  604. package/dist/serialization/types/CommentThreadMentionedUsersItem.d.ts +14 -0
  605. package/dist/serialization/types/CommentThreadMentionedUsersItem.js +35 -0
  606. package/dist/serialization/types/CustomRole.d.ts +13 -0
  607. package/dist/serialization/types/CustomRole.js +34 -0
  608. package/dist/serialization/types/CustomRoleAuditLogItem.d.ts +15 -0
  609. package/dist/serialization/types/CustomRoleAuditLogItem.js +36 -0
  610. package/dist/serialization/types/CustomRoleAuditLogItemEventSubType.d.ts +10 -0
  611. package/dist/serialization/types/CustomRoleAuditLogItemEventSubType.js +31 -0
  612. package/dist/serialization/types/FieldType.d.ts +1 -1
  613. package/dist/serialization/types/FieldType.js +3 -1
  614. package/dist/serialization/types/Node.d.ts +17 -1
  615. package/dist/serialization/types/Node.js +8 -0
  616. package/dist/serialization/types/Page.d.ts +0 -1
  617. package/dist/serialization/types/Page.js +0 -1
  618. package/dist/serialization/types/SearchButtonNode.d.ts +14 -0
  619. package/dist/serialization/types/SearchButtonNode.js +35 -0
  620. package/dist/serialization/types/SearchButtonNodeWrite.d.ts +13 -0
  621. package/dist/serialization/types/SearchButtonNodeWrite.js +34 -0
  622. package/dist/serialization/types/SelectNode.d.ts +15 -0
  623. package/dist/serialization/types/SelectNode.js +36 -0
  624. package/dist/serialization/types/SelectNodeChoicesItem.d.ts +13 -0
  625. package/dist/serialization/types/SelectNodeChoicesItem.js +34 -0
  626. package/dist/serialization/types/SelectNodeWrite.d.ts +14 -0
  627. package/dist/serialization/types/SelectNodeWrite.js +35 -0
  628. package/dist/serialization/types/SelectNodeWriteChoicesItem.d.ts +13 -0
  629. package/dist/serialization/types/SelectNodeWriteChoicesItem.js +34 -0
  630. package/dist/serialization/types/SiteMembership.d.ts +21 -0
  631. package/dist/serialization/types/SiteMembership.js +42 -0
  632. package/dist/serialization/types/SiteMembershipAuditLogItem.d.ts +15 -0
  633. package/dist/serialization/types/SiteMembershipAuditLogItem.js +36 -0
  634. package/dist/serialization/types/SiteMembershipAuditLogItemEventSubType.d.ts +10 -0
  635. package/dist/serialization/types/SiteMembershipAuditLogItemEventSubType.js +31 -0
  636. package/dist/serialization/types/SkuFieldData.d.ts +4 -0
  637. package/dist/serialization/types/SkuFieldData.js +4 -0
  638. package/dist/serialization/types/SkuFieldDataPrice.d.ts +1 -0
  639. package/dist/serialization/types/SkuFieldDataPrice.js +1 -0
  640. package/dist/serialization/types/StaticFieldType.d.ts +1 -1
  641. package/dist/serialization/types/StaticFieldType.js +1 -1
  642. package/dist/serialization/types/SubmitButtonNode.d.ts +15 -0
  643. package/dist/serialization/types/SubmitButtonNode.js +36 -0
  644. package/dist/serialization/types/SubmitButtonNodeWrite.d.ts +14 -0
  645. package/dist/serialization/types/SubmitButtonNodeWrite.js +35 -0
  646. package/dist/serialization/types/TextInputNode.d.ts +14 -0
  647. package/dist/serialization/types/TextInputNode.js +35 -0
  648. package/dist/serialization/types/TextInputNodeWrite.d.ts +13 -0
  649. package/dist/serialization/types/TextInputNodeWrite.js +34 -0
  650. package/dist/serialization/types/TriggerType.d.ts +1 -1
  651. package/dist/serialization/types/TriggerType.js +1 -0
  652. package/dist/serialization/types/UserAccess.d.ts +15 -0
  653. package/dist/serialization/types/UserAccess.js +36 -0
  654. package/dist/serialization/types/UserAccessAuditLogItem.d.ts +15 -0
  655. package/dist/serialization/types/UserAccessAuditLogItem.js +36 -0
  656. package/dist/serialization/types/UserAccessAuditLogItemEventSubType.d.ts +10 -0
  657. package/dist/serialization/types/UserAccessAuditLogItemEventSubType.js +31 -0
  658. package/dist/serialization/types/WorkspaceAuditLogItem.d.ts +37 -0
  659. package/dist/serialization/types/WorkspaceAuditLogItem.js +54 -0
  660. package/dist/serialization/types/WorkspaceAuditLogItemActor.d.ts +13 -0
  661. package/dist/serialization/types/WorkspaceAuditLogItemActor.js +34 -0
  662. package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.d.ts +10 -0
  663. package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.js +31 -0
  664. package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.d.ts +13 -0
  665. package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.js +34 -0
  666. package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.d.ts +13 -0
  667. package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.js +34 -0
  668. package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.d.ts +10 -0
  669. package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.js +31 -0
  670. package/dist/serialization/types/WorkspaceAuditLogItemPayloadUserAccessMethod.d.ts +10 -0
  671. package/dist/serialization/types/WorkspaceAuditLogItemPayloadUserAccessMethod.js +31 -0
  672. package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.d.ts +10 -0
  673. package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.js +31 -0
  674. package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.d.ts +13 -0
  675. package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.js +34 -0
  676. package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.d.ts +10 -0
  677. package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.js +31 -0
  678. package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.d.ts +10 -0
  679. package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.js +31 -0
  680. package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.d.ts +13 -0
  681. package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.js +34 -0
  682. package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.d.ts +10 -0
  683. package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.js +31 -0
  684. package/dist/serialization/types/WorkspaceAuditLogItemWorkspace.d.ts +13 -0
  685. package/dist/serialization/types/WorkspaceAuditLogItemWorkspace.js +34 -0
  686. package/dist/serialization/types/WorkspaceAuditLogResponse.d.ts +15 -0
  687. package/dist/serialization/types/WorkspaceAuditLogResponse.js +36 -0
  688. package/dist/serialization/types/WorkspaceInvitation.d.ts +19 -0
  689. package/dist/serialization/types/WorkspaceInvitation.js +40 -0
  690. package/dist/serialization/types/WorkspaceInvitationAuditLogItem.d.ts +15 -0
  691. package/dist/serialization/types/WorkspaceInvitationAuditLogItem.js +36 -0
  692. package/dist/serialization/types/WorkspaceInvitationAuditLogItemEventSubType.d.ts +10 -0
  693. package/dist/serialization/types/WorkspaceInvitationAuditLogItemEventSubType.js +37 -0
  694. package/dist/serialization/types/WorkspaceMembership.d.ts +19 -0
  695. package/dist/serialization/types/WorkspaceMembership.js +40 -0
  696. package/dist/serialization/types/WorkspaceMembershipAuditLogItem.d.ts +15 -0
  697. package/dist/serialization/types/WorkspaceMembershipAuditLogItem.js +36 -0
  698. package/dist/serialization/types/WorkspaceMembershipAuditLogItemEventSubType.d.ts +10 -0
  699. package/dist/serialization/types/WorkspaceMembershipAuditLogItemEventSubType.js +31 -0
  700. package/dist/serialization/types/index.d.ts +51 -1
  701. package/dist/serialization/types/index.js +51 -1
  702. package/dist/version.d.ts +1 -1
  703. package/dist/version.js +1 -1
  704. package/dist/wrapper/AssetsUtilitiesClient.d.ts +1 -1
  705. package/environments.d.ts +15 -2
  706. package/environments.js +7 -1
  707. package/package.json +5 -1
  708. package/reference.md +678 -20
  709. package/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.d.ts +1 -1
  710. package/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.js +1 -1
  711. package/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.d.ts +1 -1
  712. package/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.js +1 -1
  713. package/serialization/resources/components/types/ComponentDomWriteNodesItem.d.ts +5 -1
  714. package/serialization/resources/components/types/ComponentDomWriteNodesItem.js +12 -1
  715. package/serialization/resources/index.d.ts +1 -0
  716. package/serialization/resources/index.js +2 -1
  717. package/serialization/resources/pages/types/PageDomWriteNodesItem.d.ts +5 -1
  718. package/serialization/resources/pages/types/PageDomWriteNodesItem.js +12 -1
  719. package/serialization/resources/products/client/requests/ProductSkuCreate.d.ts +4 -4
  720. package/serialization/resources/products/client/requests/ProductSkuCreate.js +4 -4
  721. package/serialization/resources/products/types/ProductSkuCreateProduct.d.ts +13 -0
  722. package/serialization/resources/products/types/ProductSkuCreateProduct.js +34 -0
  723. package/serialization/resources/products/types/ProductSkuCreateSku.d.ts +13 -0
  724. package/serialization/resources/products/types/ProductSkuCreateSku.js +34 -0
  725. package/serialization/resources/products/types/index.d.ts +2 -0
  726. package/serialization/resources/products/types/index.js +2 -0
  727. package/serialization/resources/sites/index.d.ts +1 -0
  728. package/serialization/resources/sites/index.js +1 -0
  729. package/serialization/resources/sites/resources/comments/index.d.ts +1 -0
  730. package/serialization/resources/sites/resources/comments/index.js +17 -0
  731. package/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.d.ts +10 -0
  732. package/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.js +31 -0
  733. package/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.d.ts +10 -0
  734. package/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.js +31 -0
  735. package/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.d.ts +10 -0
  736. package/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.js +31 -0
  737. package/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.d.ts +10 -0
  738. package/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.js +31 -0
  739. package/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.d.ts +10 -0
  740. package/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.js +31 -0
  741. package/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.d.ts +10 -0
  742. package/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.js +31 -0
  743. package/serialization/resources/sites/resources/comments/types/index.d.ts +6 -0
  744. package/serialization/resources/sites/resources/comments/types/index.js +22 -0
  745. package/serialization/resources/sites/resources/index.d.ts +5 -0
  746. package/serialization/resources/sites/resources/index.js +34 -0
  747. package/serialization/resources/sites/resources/wellKnown/client/index.d.ts +1 -0
  748. package/serialization/resources/sites/resources/wellKnown/client/index.js +17 -0
  749. package/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.d.ts +12 -0
  750. package/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.js +33 -0
  751. package/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownFile.d.ts +15 -0
  752. package/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownFile.js +36 -0
  753. package/serialization/resources/sites/resources/wellKnown/client/requests/index.d.ts +2 -0
  754. package/serialization/resources/sites/resources/wellKnown/client/requests/index.js +7 -0
  755. package/serialization/resources/sites/resources/wellKnown/index.d.ts +2 -0
  756. package/serialization/resources/sites/resources/wellKnown/index.js +18 -0
  757. package/serialization/resources/sites/resources/wellKnown/types/WellKnownFileContentType.d.ts +10 -0
  758. package/serialization/resources/sites/resources/wellKnown/types/WellKnownFileContentType.js +31 -0
  759. package/serialization/resources/sites/resources/wellKnown/types/index.d.ts +1 -0
  760. package/serialization/resources/sites/resources/wellKnown/types/index.js +17 -0
  761. package/serialization/resources/workspaces/index.d.ts +1 -0
  762. package/serialization/resources/workspaces/index.js +17 -0
  763. package/serialization/resources/workspaces/resources/auditLogs/index.d.ts +1 -0
  764. package/serialization/resources/workspaces/resources/auditLogs/index.js +17 -0
  765. package/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +10 -0
  766. package/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +37 -0
  767. package/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.d.ts +10 -0
  768. package/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.js +31 -0
  769. package/serialization/resources/workspaces/resources/auditLogs/types/index.d.ts +2 -0
  770. package/serialization/resources/workspaces/resources/auditLogs/types/index.js +18 -0
  771. package/serialization/resources/workspaces/resources/index.d.ts +2 -0
  772. package/serialization/resources/workspaces/resources/index.js +31 -0
  773. package/serialization/types/CommentReply.d.ts +25 -0
  774. package/serialization/types/CommentReply.js +46 -0
  775. package/serialization/types/CommentReplyAuthor.d.ts +14 -0
  776. package/serialization/types/CommentReplyAuthor.js +35 -0
  777. package/serialization/types/CommentReplyList.d.ts +15 -0
  778. package/serialization/types/CommentReplyList.js +36 -0
  779. package/serialization/types/CommentReplyListPagination.d.ts +14 -0
  780. package/serialization/types/CommentReplyListPagination.js +35 -0
  781. package/serialization/types/CommentReplyMentionedUsersItem.d.ts +14 -0
  782. package/serialization/types/CommentReplyMentionedUsersItem.js +35 -0
  783. package/serialization/types/CommentThread.d.ts +26 -0
  784. package/serialization/types/CommentThread.js +47 -0
  785. package/serialization/types/CommentThreadAuthor.d.ts +14 -0
  786. package/serialization/types/CommentThreadAuthor.js +35 -0
  787. package/serialization/types/CommentThreadList.d.ts +15 -0
  788. package/serialization/types/CommentThreadList.js +36 -0
  789. package/serialization/types/CommentThreadListPagination.d.ts +14 -0
  790. package/serialization/types/CommentThreadListPagination.js +35 -0
  791. package/serialization/types/CommentThreadMentionedUsersItem.d.ts +14 -0
  792. package/serialization/types/CommentThreadMentionedUsersItem.js +35 -0
  793. package/serialization/types/CustomRole.d.ts +13 -0
  794. package/serialization/types/CustomRole.js +34 -0
  795. package/serialization/types/CustomRoleAuditLogItem.d.ts +15 -0
  796. package/serialization/types/CustomRoleAuditLogItem.js +36 -0
  797. package/serialization/types/CustomRoleAuditLogItemEventSubType.d.ts +10 -0
  798. package/serialization/types/CustomRoleAuditLogItemEventSubType.js +31 -0
  799. package/serialization/types/FieldType.d.ts +1 -1
  800. package/serialization/types/FieldType.js +3 -1
  801. package/serialization/types/Node.d.ts +17 -1
  802. package/serialization/types/Node.js +8 -0
  803. package/serialization/types/Page.d.ts +0 -1
  804. package/serialization/types/Page.js +0 -1
  805. package/serialization/types/SearchButtonNode.d.ts +14 -0
  806. package/serialization/types/SearchButtonNode.js +35 -0
  807. package/serialization/types/SearchButtonNodeWrite.d.ts +13 -0
  808. package/serialization/types/SearchButtonNodeWrite.js +34 -0
  809. package/serialization/types/SelectNode.d.ts +15 -0
  810. package/serialization/types/SelectNode.js +36 -0
  811. package/serialization/types/SelectNodeChoicesItem.d.ts +13 -0
  812. package/serialization/types/SelectNodeChoicesItem.js +34 -0
  813. package/serialization/types/SelectNodeWrite.d.ts +14 -0
  814. package/serialization/types/SelectNodeWrite.js +35 -0
  815. package/serialization/types/SelectNodeWriteChoicesItem.d.ts +13 -0
  816. package/serialization/types/SelectNodeWriteChoicesItem.js +34 -0
  817. package/serialization/types/SiteMembership.d.ts +21 -0
  818. package/serialization/types/SiteMembership.js +42 -0
  819. package/serialization/types/SiteMembershipAuditLogItem.d.ts +15 -0
  820. package/serialization/types/SiteMembershipAuditLogItem.js +36 -0
  821. package/serialization/types/SiteMembershipAuditLogItemEventSubType.d.ts +10 -0
  822. package/serialization/types/SiteMembershipAuditLogItemEventSubType.js +31 -0
  823. package/serialization/types/SkuFieldData.d.ts +4 -0
  824. package/serialization/types/SkuFieldData.js +4 -0
  825. package/serialization/types/SkuFieldDataPrice.d.ts +1 -0
  826. package/serialization/types/SkuFieldDataPrice.js +1 -0
  827. package/serialization/types/StaticFieldType.d.ts +1 -1
  828. package/serialization/types/StaticFieldType.js +1 -1
  829. package/serialization/types/SubmitButtonNode.d.ts +15 -0
  830. package/serialization/types/SubmitButtonNode.js +36 -0
  831. package/serialization/types/SubmitButtonNodeWrite.d.ts +14 -0
  832. package/serialization/types/SubmitButtonNodeWrite.js +35 -0
  833. package/serialization/types/TextInputNode.d.ts +14 -0
  834. package/serialization/types/TextInputNode.js +35 -0
  835. package/serialization/types/TextInputNodeWrite.d.ts +13 -0
  836. package/serialization/types/TextInputNodeWrite.js +34 -0
  837. package/serialization/types/TriggerType.d.ts +1 -1
  838. package/serialization/types/TriggerType.js +1 -0
  839. package/serialization/types/UserAccess.d.ts +15 -0
  840. package/serialization/types/UserAccess.js +36 -0
  841. package/serialization/types/UserAccessAuditLogItem.d.ts +15 -0
  842. package/serialization/types/UserAccessAuditLogItem.js +36 -0
  843. package/serialization/types/UserAccessAuditLogItemEventSubType.d.ts +10 -0
  844. package/serialization/types/UserAccessAuditLogItemEventSubType.js +31 -0
  845. package/serialization/types/WorkspaceAuditLogItem.d.ts +37 -0
  846. package/serialization/types/WorkspaceAuditLogItem.js +54 -0
  847. package/serialization/types/WorkspaceAuditLogItemActor.d.ts +13 -0
  848. package/serialization/types/WorkspaceAuditLogItemActor.js +34 -0
  849. package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.d.ts +10 -0
  850. package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.js +31 -0
  851. package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.d.ts +13 -0
  852. package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.js +34 -0
  853. package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.d.ts +13 -0
  854. package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.js +34 -0
  855. package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.d.ts +10 -0
  856. package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.js +31 -0
  857. package/serialization/types/WorkspaceAuditLogItemPayloadUserAccessMethod.d.ts +10 -0
  858. package/serialization/types/WorkspaceAuditLogItemPayloadUserAccessMethod.js +31 -0
  859. package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.d.ts +10 -0
  860. package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.js +31 -0
  861. package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.d.ts +13 -0
  862. package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.js +34 -0
  863. package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.d.ts +10 -0
  864. package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.js +31 -0
  865. package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.d.ts +10 -0
  866. package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.js +31 -0
  867. package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.d.ts +13 -0
  868. package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.js +34 -0
  869. package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.d.ts +10 -0
  870. package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.js +31 -0
  871. package/serialization/types/WorkspaceAuditLogItemWorkspace.d.ts +13 -0
  872. package/serialization/types/WorkspaceAuditLogItemWorkspace.js +34 -0
  873. package/serialization/types/WorkspaceAuditLogResponse.d.ts +15 -0
  874. package/serialization/types/WorkspaceAuditLogResponse.js +36 -0
  875. package/serialization/types/WorkspaceInvitation.d.ts +19 -0
  876. package/serialization/types/WorkspaceInvitation.js +40 -0
  877. package/serialization/types/WorkspaceInvitationAuditLogItem.d.ts +15 -0
  878. package/serialization/types/WorkspaceInvitationAuditLogItem.js +36 -0
  879. package/serialization/types/WorkspaceInvitationAuditLogItemEventSubType.d.ts +10 -0
  880. package/serialization/types/WorkspaceInvitationAuditLogItemEventSubType.js +37 -0
  881. package/serialization/types/WorkspaceMembership.d.ts +19 -0
  882. package/serialization/types/WorkspaceMembership.js +40 -0
  883. package/serialization/types/WorkspaceMembershipAuditLogItem.d.ts +15 -0
  884. package/serialization/types/WorkspaceMembershipAuditLogItem.js +36 -0
  885. package/serialization/types/WorkspaceMembershipAuditLogItemEventSubType.d.ts +10 -0
  886. package/serialization/types/WorkspaceMembershipAuditLogItemEventSubType.js +31 -0
  887. package/serialization/types/index.d.ts +51 -1
  888. package/serialization/types/index.js +51 -1
  889. package/version.d.ts +1 -1
  890. package/version.js +1 -1
  891. package/wrapper/AssetsUtilitiesClient.d.ts +1 -1
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface CommentThreadAuthor {
5
+ /** The unique identifier of the author */
6
+ userId: string;
7
+ /** Email of the author */
8
+ email: string;
9
+ /** Name of the author */
10
+ name: string;
11
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Webflow from "../index";
5
+ /**
6
+ * A list of comment threads on the site. Contains the content of the first reply.
7
+ */
8
+ export interface CommentThreadList {
9
+ comments: Webflow.CommentThread[];
10
+ pagination: Webflow.CommentThreadListPagination;
11
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface CommentThreadListPagination {
5
+ /** The limit specified in the request (default 100) */
6
+ limit: number;
7
+ /** The offset specified for pagination */
8
+ offset: number;
9
+ /** Total number of comment threads */
10
+ total: number;
11
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface CommentThreadMentionedUsersItem {
5
+ /** The unique identifier of the mentioned user */
6
+ userId: string;
7
+ /** Email of the user */
8
+ email: string;
9
+ /** Name of the User */
10
+ name: string;
11
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Webflow from "../index";
5
5
  /**
6
- * The Component DOM schema represents the content structure of a component. Similar to Page DOM, it captures various content nodes and their associated attributes, but specifically for a component's structure. Each node has a unique identifier and can contain text, images, or nested component instances.
6
+ * The Component DOM schema represents the content structure of a component. Similar to Page DOM, it captures various content nodes and their associated attributes, but specifically for a component's structure. Each node has a unique identifier and can contain text, images, select or text inputs, submit buttons, or nested component instances.
7
7
  */
8
8
  export interface ComponentDom {
9
9
  /** Component ID */
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface CustomRole {
5
+ /** The name of the custom role */
6
+ roleName?: string;
7
+ /** The previous name of the custom role */
8
+ previousRoleName?: string;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Webflow from "../index";
5
+ export interface CustomRoleAuditLogItem {
6
+ eventSubType?: Webflow.CustomRoleAuditLogItemEventSubType;
7
+ payload?: Webflow.CustomRole;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type CustomRoleAuditLogItemEventSubType = "role_created" | "role_updated" | "role_deleted";
5
+ export declare const CustomRoleAuditLogItemEventSubType: {
6
+ readonly RoleCreated: "role_created";
7
+ readonly RoleUpdated: "role_updated";
8
+ readonly RoleDeleted: "role_deleted";
9
+ };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.CustomRoleAuditLogItemEventSubType = void 0;
7
+ exports.CustomRoleAuditLogItemEventSubType = {
8
+ RoleCreated: "role_created",
9
+ RoleUpdated: "role_updated",
10
+ RoleDeleted: "role_deleted",
11
+ };
@@ -4,21 +4,23 @@
4
4
  /**
5
5
  * Choose these appropriate field type for your collection data
6
6
  */
7
- export declare type FieldType = "Color" | "DateTime" | "Email" | "ExtFileRef" | "Image" | "Link" | "MultiImage" | "MultiReference" | "Number" | "Phone" | "PlainText" | "Reference" | "RichText" | "Switch" | "Video";
7
+ export declare type FieldType = "Color" | "DateTime" | "Email" | "ExtFileRef" | "File" | "Image" | "Link" | "MultiImage" | "MultiReference" | "Number" | "Option" | "Phone" | "PlainText" | "Reference" | "RichText" | "Switch" | "VideoLink";
8
8
  export declare const FieldType: {
9
9
  readonly Color: "Color";
10
10
  readonly DateTime: "DateTime";
11
11
  readonly Email: "Email";
12
12
  readonly ExtFileRef: "ExtFileRef";
13
+ readonly File: "File";
13
14
  readonly Image: "Image";
14
15
  readonly Link: "Link";
15
16
  readonly MultiImage: "MultiImage";
16
17
  readonly MultiReference: "MultiReference";
17
18
  readonly Number: "Number";
19
+ readonly Option: "Option";
18
20
  readonly Phone: "Phone";
19
21
  readonly PlainText: "PlainText";
20
22
  readonly Reference: "Reference";
21
23
  readonly RichText: "RichText";
22
24
  readonly Switch: "Switch";
23
- readonly Video: "Video";
25
+ readonly VideoLink: "VideoLink";
24
26
  };
@@ -9,15 +9,17 @@ exports.FieldType = {
9
9
  DateTime: "DateTime",
10
10
  Email: "Email",
11
11
  ExtFileRef: "ExtFileRef",
12
+ File: "File",
12
13
  Image: "Image",
13
14
  Link: "Link",
14
15
  MultiImage: "MultiImage",
15
16
  MultiReference: "MultiReference",
16
17
  Number: "Number",
18
+ Option: "Option",
17
19
  Phone: "Phone",
18
20
  PlainText: "PlainText",
19
21
  Reference: "Reference",
20
22
  RichText: "RichText",
21
23
  Switch: "Switch",
22
- Video: "Video",
24
+ VideoLink: "VideoLink",
23
25
  };
@@ -5,7 +5,7 @@ import * as Webflow from "../index";
5
5
  /**
6
6
  * A generic representation of a content element within the Document Object Model (DOM). Each node has a unique identifier and a specific type that determines its content structure and attributes.
7
7
  */
8
- export declare type Node = Webflow.Node.Text | Webflow.Node.Image | Webflow.Node.ComponentInstance;
8
+ export declare type Node = Webflow.Node.Text | Webflow.Node.Image | Webflow.Node.ComponentInstance | Webflow.Node.TextInput | Webflow.Node.Select | Webflow.Node.SubmitButton | Webflow.Node.SearchButton;
9
9
  export declare namespace Node {
10
10
  interface Text extends Webflow.TextNode {
11
11
  type: "text";
@@ -16,4 +16,16 @@ export declare namespace Node {
16
16
  interface ComponentInstance extends Webflow.ComponentNode {
17
17
  type: "component-instance";
18
18
  }
19
+ interface TextInput extends Webflow.TextInputNode {
20
+ type: "text-input";
21
+ }
22
+ interface Select extends Webflow.SelectNode {
23
+ type: "select";
24
+ }
25
+ interface SubmitButton extends Webflow.SubmitButtonNode {
26
+ type: "submit-button";
27
+ }
28
+ interface SearchButton extends Webflow.SearchButtonNode {
29
+ type: "search-button";
30
+ }
19
31
  }
@@ -30,8 +30,6 @@ export interface Page {
30
30
  canBranch?: boolean;
31
31
  /** Indicates whether the Page is a Branch of another Page [Page Branching](https://university.webflow.com/lesson/page-branching) */
32
32
  isBranch?: boolean;
33
- /** Indicates whether the Page is restricted by [Memberships Controls](https://university.webflow.com/lesson/webflow-memberships-overview#how-to-manage-page-restrictions) */
34
- isMembersOnly?: boolean;
35
33
  /** SEO-related fields for the Page */
36
34
  seo?: Webflow.PageSeo;
37
35
  /** Open Graph fields for the Page */
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Represents search button elements within the DOM. It contains the text of the button. Additional attributes can be associated with the text for styling or other purposes.
6
+ */
7
+ export interface SearchButtonNode {
8
+ /** Node UUID */
9
+ id: string;
10
+ /** The text content of the search button. */
11
+ value: string;
12
+ /** The custom attributes of the node */
13
+ attributes?: Record<string, string>;
14
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Update a search button node
6
+ */
7
+ export interface SearchButtonNodeWrite {
8
+ /** Node UUID */
9
+ nodeId: string;
10
+ /** The text content of the search button. */
11
+ value: string;
12
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Webflow from "../index";
5
+ /**
6
+ * Represents select elements within the DOM. It contains the list of choices in the select. Additional attributes can be associated with the text for styling or other purposes.
7
+ */
8
+ export interface SelectNode {
9
+ /** Node UUID */
10
+ id: string;
11
+ /** The list of choices in this select node. */
12
+ choices: Webflow.SelectNodeChoicesItem[];
13
+ /** The custom attributes of the node */
14
+ attributes?: Record<string, string>;
15
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface SelectNodeChoicesItem {
5
+ /** The value of the choice when selected. */
6
+ value: string;
7
+ /** The text to display for the choice. */
8
+ text: string;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Webflow from "../index";
5
+ /**
6
+ * Update choices on a select node
7
+ */
8
+ export interface SelectNodeWrite {
9
+ /** Node UUID */
10
+ nodeId: string;
11
+ /** The list of choices to set on the select node. */
12
+ choices: Webflow.SelectNodeWriteChoicesItem[];
13
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface SelectNodeWriteChoicesItem {
5
+ /** The value of the choice when selected. */
6
+ value: string;
7
+ /** The text to display for the choice. */
8
+ text: string;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Webflow from "../index";
5
+ export interface SiteMembership {
6
+ site?: Webflow.WorkspaceAuditLogItemPayloadSiteMembershipSite;
7
+ targetUser?: Webflow.WorkspaceAuditLogItemPayloadSiteMembershipTargetUser;
8
+ method?: Webflow.WorkspaceAuditLogItemPayloadSiteMembershipMethod;
9
+ userType?: Webflow.WorkspaceAuditLogItemPayloadSiteMembershipUserType;
10
+ /** The name of the role that was assigned to the user */
11
+ roleName?: string;
12
+ /** The previous role that the user had */
13
+ previousRoleName?: string;
14
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Webflow from "../index";
5
+ export interface SiteMembershipAuditLogItem {
6
+ eventSubType?: Webflow.SiteMembershipAuditLogItemEventSubType;
7
+ payload?: Webflow.SiteMembership;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type SiteMembershipAuditLogItemEventSubType = "user_added" | "user_removed" | "user_role_updated";
5
+ export declare const SiteMembershipAuditLogItemEventSubType: {
6
+ readonly UserAdded: "user_added";
7
+ readonly UserRemoved: "user_removed";
8
+ readonly UserRoleUpdated: "user_role_updated";
9
+ };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.SiteMembershipAuditLogItemEventSubType = void 0;
7
+ exports.SiteMembershipAuditLogItemEventSubType = {
8
+ UserAdded: "user_added",
9
+ UserRemoved: "user_removed",
10
+ UserRoleUpdated: "user_role_updated",
11
+ };
@@ -23,4 +23,10 @@ export interface SkuFieldData {
23
23
  trackInventory?: boolean;
24
24
  /** Quantity of SKU that will be tracked as items are ordered. */
25
25
  quantity?: number;
26
+ /** The URL for the main image of the SKU */
27
+ mainImage?: string;
28
+ /** A unique identifier for the SKU */
29
+ sku?: string;
30
+ /** The properties of the SKU */
31
+ skuProperties?: Webflow.SkuPropertyList[];
26
32
  }
@@ -9,4 +9,6 @@ export interface SkuFieldDataPrice {
9
9
  value?: number;
10
10
  /** Currency of Item */
11
11
  unit?: string;
12
+ /** Currency of Item (alternative representation) */
13
+ currency?: string;
12
14
  }
@@ -2,6 +2,6 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * A dictionary that maps a SKU property to a SKU value. The key of the dictionary is the SKU property ID, and the value is the SKU value ID.
5
+ * A mapping between SKU properties and their values, represented as key-value pairs. Each key represents a SKU Property ID (e.g. "color") and maps to its corresponding SKU Value ID (e.g. "blue"). This structure defines the specific variant combination for a SKU.
6
6
  */
7
7
  export declare type SkuValueList = Record<string, string>;
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * Choose these appropriate field type for your collection data
6
6
  */
7
- export declare type StaticFieldType = "Color" | "DateTime" | "Email" | "File" | "Image" | "Link" | "MultiImage" | "Number" | "Phone" | "PlainText" | "RichText" | "Switch" | "Video";
7
+ export declare type StaticFieldType = "Color" | "DateTime" | "Email" | "File" | "Image" | "Link" | "MultiImage" | "Number" | "Phone" | "PlainText" | "RichText" | "Switch" | "VideoLink";
8
8
  export declare const StaticFieldType: {
9
9
  readonly Color: "Color";
10
10
  readonly DateTime: "DateTime";
@@ -18,5 +18,5 @@ export declare const StaticFieldType: {
18
18
  readonly PlainText: "PlainText";
19
19
  readonly RichText: "RichText";
20
20
  readonly Switch: "Switch";
21
- readonly Video: "Video";
21
+ readonly VideoLink: "VideoLink";
22
22
  };
@@ -17,5 +17,5 @@ exports.StaticFieldType = {
17
17
  PlainText: "PlainText",
18
18
  RichText: "RichText",
19
19
  Switch: "Switch",
20
- Video: "Video",
20
+ VideoLink: "VideoLink",
21
21
  };
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Represents submit button elements within the DOM. It contains the text and waiting text of the button. Additional attributes can be associated with the text for styling or other purposes.
6
+ */
7
+ export interface SubmitButtonNode {
8
+ /** Node UUID */
9
+ id: string;
10
+ /** The text content of the submit button. */
11
+ value: string;
12
+ /** The text to show while the form is submitting. */
13
+ waitingText: string;
14
+ /** The custom attributes of the node */
15
+ attributes?: Record<string, string>;
16
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Update a submit button node
6
+ */
7
+ export interface SubmitButtonNodeWrite {
8
+ /** Node UUID */
9
+ nodeId: string;
10
+ /** The text content of the submit button. */
11
+ value?: string;
12
+ /** The text to show while the form is submitting. */
13
+ waitingText?: string;
14
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Represents text input and textarea elements within the DOM. It contains the placeholder text in the input. Additional attributes can be associated with the text for styling or other purposes.
6
+ */
7
+ export interface TextInputNode {
8
+ /** Node UUID */
9
+ id: string;
10
+ /** The placeholder text of the input node */
11
+ placeholder: string;
12
+ /** The custom attributes of the node */
13
+ attributes?: Record<string, string>;
14
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Update placeholder text on a text input node
6
+ */
7
+ export interface TextInputNodeWrite {
8
+ /** Node UUID */
9
+ nodeId: string;
10
+ /** The placeholder text of the input node */
11
+ placeholder: string;
12
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * The type of event that triggered the request. See the the documentation for details on [supported events](/data/reference/all-events).
6
6
  */
7
- export declare type TriggerType = "form_submission" | "site_publish" | "page_created" | "page_metadata_updated" | "page_deleted" | "ecomm_new_order" | "ecomm_order_changed" | "ecomm_inventory_changed" | "user_account_added" | "user_account_updated" | "user_account_deleted" | "collection_item_created" | "collection_item_changed" | "collection_item_deleted" | "collection_item_unpublished";
7
+ export declare type TriggerType = "form_submission" | "site_publish" | "page_created" | "page_metadata_updated" | "page_deleted" | "ecomm_new_order" | "ecomm_order_changed" | "ecomm_inventory_changed" | "user_account_added" | "user_account_updated" | "user_account_deleted" | "collection_item_created" | "collection_item_changed" | "collection_item_deleted" | "collection_item_unpublished" | "comment_created";
8
8
  export declare const TriggerType: {
9
9
  readonly FormSubmission: "form_submission";
10
10
  readonly SitePublish: "site_publish";
@@ -21,4 +21,5 @@ export declare const TriggerType: {
21
21
  readonly CollectionItemChanged: "collection_item_changed";
22
22
  readonly CollectionItemDeleted: "collection_item_deleted";
23
23
  readonly CollectionItemUnpublished: "collection_item_unpublished";
24
+ readonly CommentCreated: "comment_created";
24
25
  };
@@ -20,4 +20,5 @@ exports.TriggerType = {
20
20
  CollectionItemChanged: "collection_item_changed",
21
21
  CollectionItemDeleted: "collection_item_deleted",
22
22
  CollectionItemUnpublished: "collection_item_unpublished",
23
+ CommentCreated: "comment_created",
23
24
  };
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Webflow from "../index";
5
+ export interface UserAccess {
6
+ method?: Webflow.WorkspaceAuditLogItemPayloadUserAccessMethod;
7
+ /** The geolocation based on the logged IP address */
8
+ location?: string;
9
+ /** The captured IP address of the user */
10
+ ipAddress?: string;
11
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Webflow from "../index";
5
+ export interface UserAccessAuditLogItem {
6
+ eventSubType?: Webflow.UserAccessAuditLogItemEventSubType;
7
+ payload?: Webflow.UserAccess;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });