webflow-api 3.1.1 → 3.1.3
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.
- package/.mock/definition/__package__.yml +657 -20
- package/.mock/definition/api.yml +9 -2
- package/.mock/definition/collections/items.yml +21 -4
- package/.mock/definition/components.yml +31 -27
- package/.mock/definition/pages.yml +35 -3
- package/.mock/definition/products.yml +156 -42
- package/.mock/definition/sites/comments.yml +325 -0
- package/.mock/definition/sites/robotsTxt.yml +22 -3
- package/.mock/definition/sites/wellKnown.yml +114 -0
- package/.mock/definition/sites.yml +1 -1
- package/.mock/definition/workspaces/auditLogs.yml +119 -0
- package/.mock/fern.config.json +1 -1
- package/Client.d.ts +4 -1
- package/Client.js +5 -0
- package/api/resources/accessGroups/client/Client.d.ts +1 -1
- package/api/resources/accessGroups/client/Client.js +2 -2
- package/api/resources/assets/client/Client.d.ts +1 -1
- package/api/resources/assets/client/Client.js +16 -16
- package/api/resources/collections/client/Client.d.ts +1 -1
- package/api/resources/collections/client/Client.js +8 -8
- package/api/resources/collections/resources/fields/client/Client.d.ts +1 -1
- package/api/resources/collections/resources/fields/client/Client.js +6 -6
- package/api/resources/collections/resources/items/client/Client.d.ts +23 -5
- package/api/resources/collections/resources/items/client/Client.js +57 -36
- package/api/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.d.ts +6 -2
- package/api/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.d.ts +6 -2
- package/api/resources/components/client/Client.d.ts +18 -2
- package/api/resources/components/client/Client.js +27 -11
- package/api/resources/components/client/requests/ComponentDomWrite.d.ts +16 -0
- package/api/resources/components/client/requests/ComponentsGetContentRequest.d.ts +0 -5
- package/api/resources/components/types/ComponentDomWriteNodesItem.d.ts +1 -1
- package/api/resources/ecommerce/client/Client.d.ts +1 -1
- package/api/resources/ecommerce/client/Client.js +2 -2
- package/api/resources/forms/client/Client.d.ts +1 -1
- package/api/resources/forms/client/Client.js +14 -14
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +2 -1
- package/api/resources/inventory/client/Client.d.ts +1 -1
- package/api/resources/inventory/client/Client.js +4 -4
- package/api/resources/orders/client/Client.d.ts +1 -1
- package/api/resources/orders/client/Client.js +12 -12
- package/api/resources/pages/client/Client.d.ts +18 -2
- package/api/resources/pages/client/Client.js +27 -11
- package/api/resources/pages/client/requests/PageDomWrite.d.ts +16 -0
- package/api/resources/pages/resources/scripts/client/Client.d.ts +1 -1
- package/api/resources/pages/resources/scripts/client/Client.js +6 -6
- package/api/resources/pages/types/PageDomWriteNodesItem.d.ts +1 -1
- package/api/resources/products/client/Client.d.ts +84 -14
- package/api/resources/products/client/Client.js +95 -25
- package/api/resources/products/client/requests/ProductSkuCreate.d.ts +57 -3
- package/api/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +11 -1
- package/api/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +11 -1
- package/api/resources/products/types/ProductSkuCreateProduct.d.ts +7 -0
- package/api/resources/products/types/ProductSkuCreateProduct.js +5 -0
- package/api/resources/products/types/ProductSkuCreateSku.d.ts +7 -0
- package/api/resources/products/types/ProductSkuCreateSku.js +5 -0
- package/api/resources/products/types/index.d.ts +2 -0
- package/api/resources/products/types/index.js +2 -0
- package/api/resources/scripts/client/Client.d.ts +1 -1
- package/api/resources/scripts/client/Client.js +6 -6
- package/api/resources/sites/client/Client.d.ts +7 -1
- package/api/resources/sites/client/Client.js +28 -18
- package/api/resources/sites/index.d.ts +1 -1
- package/api/resources/sites/index.js +1 -1
- package/api/resources/sites/resources/activityLogs/client/Client.d.ts +1 -1
- package/api/resources/sites/resources/activityLogs/client/Client.js +2 -2
- package/api/resources/sites/resources/comments/client/Client.d.ts +104 -0
- package/api/resources/sites/resources/comments/client/Client.js +426 -0
- package/api/resources/sites/resources/comments/client/index.d.ts +1 -0
- package/api/resources/sites/resources/comments/client/index.js +17 -0
- package/api/resources/sites/resources/comments/client/requests/CommentsGetCommentThreadRequest.d.ts +32 -0
- package/api/resources/sites/resources/comments/client/requests/CommentsGetCommentThreadRequest.js +5 -0
- package/api/resources/sites/resources/comments/client/requests/CommentsListCommentRepliesRequest.d.ts +32 -0
- package/api/resources/sites/resources/comments/client/requests/CommentsListCommentRepliesRequest.js +5 -0
- package/api/resources/sites/resources/comments/client/requests/CommentsListCommentThreadsRequest.d.ts +32 -0
- package/api/resources/sites/resources/comments/client/requests/CommentsListCommentThreadsRequest.js +5 -0
- package/api/resources/sites/resources/comments/client/requests/index.d.ts +3 -0
- package/api/resources/sites/resources/comments/client/requests/index.js +2 -0
- package/api/resources/sites/resources/comments/index.d.ts +2 -0
- package/api/resources/sites/resources/comments/index.js +18 -0
- package/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.d.ts +8 -0
- package/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.js +10 -0
- package/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.d.ts +8 -0
- package/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.js +10 -0
- package/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.d.ts +8 -0
- package/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.js +10 -0
- package/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.d.ts +8 -0
- package/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.js +10 -0
- package/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.d.ts +8 -0
- package/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.js +10 -0
- package/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.d.ts +8 -0
- package/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.js +10 -0
- package/api/resources/sites/resources/comments/types/index.d.ts +6 -0
- package/api/resources/sites/resources/comments/types/index.js +22 -0
- package/api/resources/sites/resources/index.d.ts +6 -0
- package/api/resources/sites/resources/index.js +7 -1
- package/api/resources/sites/resources/plans/client/Client.d.ts +1 -1
- package/api/resources/sites/resources/plans/client/Client.js +2 -2
- package/api/resources/sites/resources/redirects/client/Client.d.ts +1 -1
- package/api/resources/sites/resources/redirects/client/Client.js +8 -8
- package/api/resources/sites/resources/robotsTxt/client/Client.d.ts +9 -1
- package/api/resources/sites/resources/robotsTxt/client/Client.js +16 -8
- package/api/resources/sites/resources/scripts/client/Client.d.ts +1 -1
- package/api/resources/sites/resources/scripts/client/Client.js +8 -8
- package/api/resources/sites/resources/wellKnown/client/Client.d.ts +81 -0
- package/api/resources/sites/resources/wellKnown/client/Client.js +268 -0
- package/api/resources/sites/resources/wellKnown/client/index.d.ts +1 -0
- package/api/resources/sites/resources/wellKnown/client/index.js +17 -0
- package/api/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.d.ts +11 -0
- package/api/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.js +5 -0
- package/api/resources/sites/resources/wellKnown/client/requests/WellKnownFile.d.ts +19 -0
- package/api/resources/sites/resources/wellKnown/client/requests/WellKnownFile.js +5 -0
- package/api/resources/sites/resources/wellKnown/client/requests/index.d.ts +2 -0
- package/api/resources/sites/resources/wellKnown/client/requests/index.js +2 -0
- package/api/resources/sites/resources/wellKnown/index.d.ts +2 -0
- package/api/resources/sites/resources/wellKnown/index.js +18 -0
- package/api/resources/sites/resources/wellKnown/types/WellKnownFileContentType.d.ts +11 -0
- package/api/resources/sites/resources/wellKnown/types/WellKnownFileContentType.js +10 -0
- package/api/resources/sites/resources/wellKnown/types/index.d.ts +1 -0
- package/api/resources/sites/resources/wellKnown/types/index.js +17 -0
- package/api/resources/token/client/Client.d.ts +1 -1
- package/api/resources/token/client/Client.js +4 -4
- package/api/resources/users/client/Client.d.ts +1 -1
- package/api/resources/users/client/Client.js +10 -10
- package/api/resources/webhooks/client/Client.d.ts +1 -1
- package/api/resources/webhooks/client/Client.js +8 -8
- package/api/resources/workspaces/client/Client.d.ts +28 -0
- package/api/resources/workspaces/client/Client.js +17 -0
- package/api/resources/workspaces/client/index.d.ts +1 -0
- package/api/resources/workspaces/client/index.js +2 -0
- package/api/resources/workspaces/index.d.ts +2 -0
- package/api/resources/workspaces/index.js +18 -0
- package/api/resources/workspaces/resources/auditLogs/client/Client.d.ts +51 -0
- package/api/resources/workspaces/resources/auditLogs/client/Client.js +182 -0
- package/api/resources/workspaces/resources/auditLogs/client/index.d.ts +1 -0
- package/api/resources/workspaces/resources/auditLogs/client/index.js +17 -0
- package/api/resources/workspaces/resources/auditLogs/client/requests/AuditLogsGetWorkspaceAuditLogsRequest.d.ts +37 -0
- package/api/resources/workspaces/resources/auditLogs/client/requests/AuditLogsGetWorkspaceAuditLogsRequest.js +5 -0
- package/api/resources/workspaces/resources/auditLogs/client/requests/index.d.ts +1 -0
- package/api/resources/workspaces/resources/auditLogs/client/requests/index.js +2 -0
- package/api/resources/workspaces/resources/auditLogs/index.d.ts +2 -0
- package/api/resources/workspaces/resources/auditLogs/index.js +18 -0
- package/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +11 -0
- package/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +13 -0
- package/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.d.ts +8 -0
- package/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.js +10 -0
- package/api/resources/workspaces/resources/auditLogs/types/index.d.ts +2 -0
- package/api/resources/workspaces/resources/auditLogs/types/index.js +18 -0
- package/api/resources/workspaces/resources/index.d.ts +3 -0
- package/api/resources/workspaces/resources/index.js +32 -0
- package/api/types/CommentReply.d.ts +32 -0
- package/api/types/CommentReply.js +5 -0
- package/api/types/CommentReplyAuthor.d.ts +11 -0
- package/api/types/CommentReplyAuthor.js +5 -0
- package/api/types/CommentReplyList.d.ts +11 -0
- package/api/types/CommentReplyList.js +5 -0
- package/api/types/CommentReplyListPagination.d.ts +11 -0
- package/api/types/CommentReplyListPagination.js +5 -0
- package/api/types/CommentReplyMentionedUsersItem.d.ts +11 -0
- package/api/types/CommentReplyMentionedUsersItem.js +5 -0
- package/api/types/CommentThread.d.ts +34 -0
- package/api/types/CommentThread.js +5 -0
- package/api/types/CommentThreadAuthor.d.ts +11 -0
- package/api/types/CommentThreadAuthor.js +5 -0
- package/api/types/CommentThreadList.d.ts +11 -0
- package/api/types/CommentThreadList.js +5 -0
- package/api/types/CommentThreadListPagination.d.ts +11 -0
- package/api/types/CommentThreadListPagination.js +5 -0
- package/api/types/CommentThreadMentionedUsersItem.d.ts +11 -0
- package/api/types/CommentThreadMentionedUsersItem.js +5 -0
- package/api/types/ComponentDom.d.ts +1 -1
- package/api/types/CustomRole.d.ts +9 -0
- package/api/types/CustomRole.js +5 -0
- package/api/types/CustomRoleAuditLogItem.d.ts +8 -0
- package/api/types/CustomRoleAuditLogItem.js +5 -0
- package/api/types/CustomRoleAuditLogItemEventSubType.d.ts +9 -0
- package/api/types/CustomRoleAuditLogItemEventSubType.js +11 -0
- package/api/types/FieldType.d.ts +4 -2
- package/api/types/FieldType.js +3 -1
- package/api/types/Node.d.ts +13 -1
- package/api/types/SearchButtonNode.d.ts +14 -0
- package/api/types/SearchButtonNode.js +5 -0
- package/api/types/SearchButtonNodeWrite.d.ts +12 -0
- package/api/types/SearchButtonNodeWrite.js +5 -0
- package/api/types/SelectNode.d.ts +15 -0
- package/api/types/SelectNode.js +5 -0
- package/api/types/SelectNodeChoicesItem.d.ts +9 -0
- package/api/types/SelectNodeChoicesItem.js +5 -0
- package/api/types/SelectNodeWrite.d.ts +13 -0
- package/api/types/SelectNodeWrite.js +5 -0
- package/api/types/SelectNodeWriteChoicesItem.d.ts +9 -0
- package/api/types/SelectNodeWriteChoicesItem.js +5 -0
- package/api/types/SiteMembership.d.ts +14 -0
- package/api/types/SiteMembership.js +5 -0
- package/api/types/SiteMembershipAuditLogItem.d.ts +8 -0
- package/api/types/SiteMembershipAuditLogItem.js +5 -0
- package/api/types/SiteMembershipAuditLogItemEventSubType.d.ts +9 -0
- package/api/types/SiteMembershipAuditLogItemEventSubType.js +11 -0
- package/api/types/SkuFieldData.d.ts +6 -0
- package/api/types/SkuFieldDataPrice.d.ts +2 -0
- package/api/types/SkuValueList.d.ts +1 -1
- package/api/types/StaticFieldType.d.ts +2 -2
- package/api/types/StaticFieldType.js +1 -1
- package/api/types/SubmitButtonNode.d.ts +16 -0
- package/api/types/SubmitButtonNode.js +5 -0
- package/api/types/SubmitButtonNodeWrite.d.ts +14 -0
- package/api/types/SubmitButtonNodeWrite.js +5 -0
- package/api/types/TextInputNode.d.ts +14 -0
- package/api/types/TextInputNode.js +5 -0
- package/api/types/TextInputNodeWrite.d.ts +12 -0
- package/api/types/TextInputNodeWrite.js +5 -0
- package/api/types/TriggerType.d.ts +2 -1
- package/api/types/TriggerType.js +1 -0
- package/api/types/UserAccess.d.ts +11 -0
- package/api/types/UserAccess.js +5 -0
- package/api/types/UserAccessAuditLogItem.d.ts +8 -0
- package/api/types/UserAccessAuditLogItem.js +5 -0
- package/api/types/UserAccessAuditLogItemEventSubType.d.ts +8 -0
- package/api/types/UserAccessAuditLogItemEventSubType.js +10 -0
- package/api/types/WorkspaceAuditLogItem.d.ts +27 -0
- package/api/types/WorkspaceAuditLogItem.js +5 -0
- package/api/types/WorkspaceAuditLogItemActor.d.ts +7 -0
- package/api/types/WorkspaceAuditLogItemActor.js +5 -0
- package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.d.ts +11 -0
- package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.js +13 -0
- package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.d.ts +7 -0
- package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.js +5 -0
- package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.d.ts +7 -0
- package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.js +5 -0
- package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.d.ts +10 -0
- package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.js +12 -0
- package/api/types/WorkspaceAuditLogItemPayloadUserAccessMethod.d.ts +10 -0
- package/api/types/WorkspaceAuditLogItemPayloadUserAccessMethod.js +12 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.d.ts +9 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.js +11 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.d.ts +7 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.js +5 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.d.ts +10 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.js +12 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.d.ts +9 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.js +11 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.d.ts +7 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.js +5 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.d.ts +10 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.js +12 -0
- package/api/types/WorkspaceAuditLogItemWorkspace.d.ts +7 -0
- package/api/types/WorkspaceAuditLogItemWorkspace.js +5 -0
- package/api/types/WorkspaceAuditLogResponse.d.ts +8 -0
- package/api/types/WorkspaceAuditLogResponse.js +5 -0
- package/api/types/WorkspaceInvitation.d.ts +13 -0
- package/api/types/WorkspaceInvitation.js +5 -0
- package/api/types/WorkspaceInvitationAuditLogItem.d.ts +8 -0
- package/api/types/WorkspaceInvitationAuditLogItem.js +5 -0
- package/api/types/WorkspaceInvitationAuditLogItemEventSubType.d.ts +11 -0
- package/api/types/WorkspaceInvitationAuditLogItemEventSubType.js +13 -0
- package/api/types/WorkspaceMembership.d.ts +13 -0
- package/api/types/WorkspaceMembership.js +5 -0
- package/api/types/WorkspaceMembershipAuditLogItem.d.ts +8 -0
- package/api/types/WorkspaceMembershipAuditLogItem.js +5 -0
- package/api/types/WorkspaceMembershipAuditLogItemEventSubType.d.ts +9 -0
- package/api/types/WorkspaceMembershipAuditLogItemEventSubType.js +11 -0
- package/api/types/index.d.ts +51 -1
- package/api/types/index.js +51 -1
- package/dist/Client.d.ts +4 -1
- package/dist/Client.js +5 -0
- package/dist/api/resources/accessGroups/client/Client.d.ts +1 -1
- package/dist/api/resources/accessGroups/client/Client.js +2 -2
- package/dist/api/resources/assets/client/Client.d.ts +1 -1
- package/dist/api/resources/assets/client/Client.js +16 -16
- package/dist/api/resources/collections/client/Client.d.ts +1 -1
- package/dist/api/resources/collections/client/Client.js +8 -8
- package/dist/api/resources/collections/resources/fields/client/Client.d.ts +1 -1
- package/dist/api/resources/collections/resources/fields/client/Client.js +6 -6
- package/dist/api/resources/collections/resources/items/client/Client.d.ts +23 -5
- package/dist/api/resources/collections/resources/items/client/Client.js +57 -36
- package/dist/api/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.d.ts +6 -2
- package/dist/api/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.d.ts +6 -2
- package/dist/api/resources/components/client/Client.d.ts +18 -2
- package/dist/api/resources/components/client/Client.js +27 -11
- package/dist/api/resources/components/client/requests/ComponentDomWrite.d.ts +16 -0
- package/dist/api/resources/components/client/requests/ComponentsGetContentRequest.d.ts +0 -5
- package/dist/api/resources/components/types/ComponentDomWriteNodesItem.d.ts +1 -1
- package/dist/api/resources/ecommerce/client/Client.d.ts +1 -1
- package/dist/api/resources/ecommerce/client/Client.js +2 -2
- package/dist/api/resources/forms/client/Client.d.ts +1 -1
- package/dist/api/resources/forms/client/Client.js +14 -14
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +2 -1
- package/dist/api/resources/inventory/client/Client.d.ts +1 -1
- package/dist/api/resources/inventory/client/Client.js +4 -4
- package/dist/api/resources/orders/client/Client.d.ts +1 -1
- package/dist/api/resources/orders/client/Client.js +12 -12
- package/dist/api/resources/pages/client/Client.d.ts +18 -2
- package/dist/api/resources/pages/client/Client.js +27 -11
- package/dist/api/resources/pages/client/requests/PageDomWrite.d.ts +16 -0
- package/dist/api/resources/pages/resources/scripts/client/Client.d.ts +1 -1
- package/dist/api/resources/pages/resources/scripts/client/Client.js +6 -6
- package/dist/api/resources/pages/types/PageDomWriteNodesItem.d.ts +1 -1
- package/dist/api/resources/products/client/Client.d.ts +84 -14
- package/dist/api/resources/products/client/Client.js +95 -25
- package/dist/api/resources/products/client/requests/ProductSkuCreate.d.ts +57 -3
- package/dist/api/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +11 -1
- package/dist/api/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +11 -1
- package/dist/api/resources/products/types/ProductSkuCreateProduct.d.ts +7 -0
- package/dist/api/resources/products/types/ProductSkuCreateProduct.js +5 -0
- package/dist/api/resources/products/types/ProductSkuCreateSku.d.ts +7 -0
- package/dist/api/resources/products/types/ProductSkuCreateSku.js +5 -0
- package/dist/api/resources/products/types/index.d.ts +2 -0
- package/dist/api/resources/products/types/index.js +2 -0
- package/dist/api/resources/scripts/client/Client.d.ts +1 -1
- package/dist/api/resources/scripts/client/Client.js +6 -6
- package/dist/api/resources/sites/client/Client.d.ts +7 -1
- package/dist/api/resources/sites/client/Client.js +28 -18
- package/dist/api/resources/sites/index.d.ts +1 -1
- package/dist/api/resources/sites/index.js +1 -1
- package/dist/api/resources/sites/resources/activityLogs/client/Client.d.ts +1 -1
- package/dist/api/resources/sites/resources/activityLogs/client/Client.js +2 -2
- package/dist/api/resources/sites/resources/comments/client/Client.d.ts +104 -0
- package/dist/api/resources/sites/resources/comments/client/Client.js +426 -0
- package/dist/api/resources/sites/resources/comments/client/index.d.ts +1 -0
- package/dist/api/resources/sites/resources/comments/client/index.js +17 -0
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsGetCommentThreadRequest.d.ts +32 -0
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsGetCommentThreadRequest.js +5 -0
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsListCommentRepliesRequest.d.ts +32 -0
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsListCommentRepliesRequest.js +5 -0
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsListCommentThreadsRequest.d.ts +32 -0
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsListCommentThreadsRequest.js +5 -0
- package/dist/api/resources/sites/resources/comments/client/requests/index.d.ts +3 -0
- package/dist/api/resources/sites/resources/comments/client/requests/index.js +2 -0
- package/dist/api/resources/sites/resources/comments/index.d.ts +2 -0
- package/dist/api/resources/sites/resources/comments/index.js +18 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.d.ts +8 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.js +10 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.d.ts +8 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.js +10 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.d.ts +8 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.js +10 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.d.ts +8 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.js +10 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.d.ts +8 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.js +10 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.d.ts +8 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.js +10 -0
- package/dist/api/resources/sites/resources/comments/types/index.d.ts +6 -0
- package/dist/api/resources/sites/resources/comments/types/index.js +22 -0
- package/dist/api/resources/sites/resources/index.d.ts +6 -0
- package/dist/api/resources/sites/resources/index.js +7 -1
- package/dist/api/resources/sites/resources/plans/client/Client.d.ts +1 -1
- package/dist/api/resources/sites/resources/plans/client/Client.js +2 -2
- package/dist/api/resources/sites/resources/redirects/client/Client.d.ts +1 -1
- package/dist/api/resources/sites/resources/redirects/client/Client.js +8 -8
- package/dist/api/resources/sites/resources/robotsTxt/client/Client.d.ts +9 -1
- package/dist/api/resources/sites/resources/robotsTxt/client/Client.js +16 -8
- package/dist/api/resources/sites/resources/scripts/client/Client.d.ts +1 -1
- package/dist/api/resources/sites/resources/scripts/client/Client.js +8 -8
- package/dist/api/resources/sites/resources/wellKnown/client/Client.d.ts +81 -0
- package/dist/api/resources/sites/resources/wellKnown/client/Client.js +268 -0
- package/dist/api/resources/sites/resources/wellKnown/client/index.d.ts +1 -0
- package/dist/api/resources/sites/resources/wellKnown/client/index.js +17 -0
- package/dist/api/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.d.ts +11 -0
- package/dist/api/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.js +5 -0
- package/dist/api/resources/sites/resources/wellKnown/client/requests/WellKnownFile.d.ts +19 -0
- package/dist/api/resources/sites/resources/wellKnown/client/requests/WellKnownFile.js +5 -0
- package/dist/api/resources/sites/resources/wellKnown/client/requests/index.d.ts +2 -0
- package/dist/api/resources/sites/resources/wellKnown/client/requests/index.js +2 -0
- package/dist/api/resources/sites/resources/wellKnown/index.d.ts +2 -0
- package/dist/api/resources/sites/resources/wellKnown/index.js +18 -0
- package/dist/api/resources/sites/resources/wellKnown/types/WellKnownFileContentType.d.ts +11 -0
- package/dist/api/resources/sites/resources/wellKnown/types/WellKnownFileContentType.js +10 -0
- package/dist/api/resources/sites/resources/wellKnown/types/index.d.ts +1 -0
- package/dist/api/resources/sites/resources/wellKnown/types/index.js +17 -0
- package/dist/api/resources/token/client/Client.d.ts +1 -1
- package/dist/api/resources/token/client/Client.js +4 -4
- package/dist/api/resources/users/client/Client.d.ts +1 -1
- package/dist/api/resources/users/client/Client.js +10 -10
- package/dist/api/resources/webhooks/client/Client.d.ts +1 -1
- package/dist/api/resources/webhooks/client/Client.js +8 -8
- package/dist/api/resources/workspaces/client/Client.d.ts +28 -0
- package/dist/api/resources/workspaces/client/Client.js +17 -0
- package/dist/api/resources/workspaces/client/index.d.ts +1 -0
- package/dist/api/resources/workspaces/client/index.js +2 -0
- package/dist/api/resources/workspaces/index.d.ts +2 -0
- package/dist/api/resources/workspaces/index.js +18 -0
- package/dist/api/resources/workspaces/resources/auditLogs/client/Client.d.ts +51 -0
- package/dist/api/resources/workspaces/resources/auditLogs/client/Client.js +182 -0
- package/dist/api/resources/workspaces/resources/auditLogs/client/index.d.ts +1 -0
- package/dist/api/resources/workspaces/resources/auditLogs/client/index.js +17 -0
- package/dist/api/resources/workspaces/resources/auditLogs/client/requests/AuditLogsGetWorkspaceAuditLogsRequest.d.ts +37 -0
- package/dist/api/resources/workspaces/resources/auditLogs/client/requests/AuditLogsGetWorkspaceAuditLogsRequest.js +5 -0
- package/dist/api/resources/workspaces/resources/auditLogs/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workspaces/resources/auditLogs/client/requests/index.js +2 -0
- package/dist/api/resources/workspaces/resources/auditLogs/index.d.ts +2 -0
- package/dist/api/resources/workspaces/resources/auditLogs/index.js +18 -0
- package/dist/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +11 -0
- package/dist/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +13 -0
- package/dist/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.d.ts +8 -0
- package/dist/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.js +10 -0
- package/dist/api/resources/workspaces/resources/auditLogs/types/index.d.ts +2 -0
- package/dist/api/resources/workspaces/resources/auditLogs/types/index.js +18 -0
- package/dist/api/resources/workspaces/resources/index.d.ts +3 -0
- package/dist/api/resources/workspaces/resources/index.js +32 -0
- package/dist/api/types/CommentReply.d.ts +32 -0
- package/dist/api/types/CommentReply.js +5 -0
- package/dist/api/types/CommentReplyAuthor.d.ts +11 -0
- package/dist/api/types/CommentReplyAuthor.js +5 -0
- package/dist/api/types/CommentReplyList.d.ts +11 -0
- package/dist/api/types/CommentReplyList.js +5 -0
- package/dist/api/types/CommentReplyListPagination.d.ts +11 -0
- package/dist/api/types/CommentReplyListPagination.js +5 -0
- package/dist/api/types/CommentReplyMentionedUsersItem.d.ts +11 -0
- package/dist/api/types/CommentReplyMentionedUsersItem.js +5 -0
- package/dist/api/types/CommentThread.d.ts +34 -0
- package/dist/api/types/CommentThread.js +5 -0
- package/dist/api/types/CommentThreadAuthor.d.ts +11 -0
- package/dist/api/types/CommentThreadAuthor.js +5 -0
- package/dist/api/types/CommentThreadList.d.ts +11 -0
- package/dist/api/types/CommentThreadList.js +5 -0
- package/dist/api/types/CommentThreadListPagination.d.ts +11 -0
- package/dist/api/types/CommentThreadListPagination.js +5 -0
- package/dist/api/types/CommentThreadMentionedUsersItem.d.ts +11 -0
- package/dist/api/types/CommentThreadMentionedUsersItem.js +5 -0
- package/dist/api/types/ComponentDom.d.ts +1 -1
- package/dist/api/types/CustomRole.d.ts +9 -0
- package/dist/api/types/CustomRole.js +5 -0
- package/dist/api/types/CustomRoleAuditLogItem.d.ts +8 -0
- package/dist/api/types/CustomRoleAuditLogItem.js +5 -0
- package/dist/api/types/CustomRoleAuditLogItemEventSubType.d.ts +9 -0
- package/dist/api/types/CustomRoleAuditLogItemEventSubType.js +11 -0
- package/dist/api/types/FieldType.d.ts +4 -2
- package/dist/api/types/FieldType.js +3 -1
- package/dist/api/types/Node.d.ts +13 -1
- package/dist/api/types/SearchButtonNode.d.ts +14 -0
- package/dist/api/types/SearchButtonNode.js +5 -0
- package/dist/api/types/SearchButtonNodeWrite.d.ts +12 -0
- package/dist/api/types/SearchButtonNodeWrite.js +5 -0
- package/dist/api/types/SelectNode.d.ts +15 -0
- package/dist/api/types/SelectNode.js +5 -0
- package/dist/api/types/SelectNodeChoicesItem.d.ts +9 -0
- package/dist/api/types/SelectNodeChoicesItem.js +5 -0
- package/dist/api/types/SelectNodeWrite.d.ts +13 -0
- package/dist/api/types/SelectNodeWrite.js +5 -0
- package/dist/api/types/SelectNodeWriteChoicesItem.d.ts +9 -0
- package/dist/api/types/SelectNodeWriteChoicesItem.js +5 -0
- package/dist/api/types/SiteMembership.d.ts +14 -0
- package/dist/api/types/SiteMembership.js +5 -0
- package/dist/api/types/SiteMembershipAuditLogItem.d.ts +8 -0
- package/dist/api/types/SiteMembershipAuditLogItem.js +5 -0
- package/dist/api/types/SiteMembershipAuditLogItemEventSubType.d.ts +9 -0
- package/dist/api/types/SiteMembershipAuditLogItemEventSubType.js +11 -0
- package/dist/api/types/SkuFieldData.d.ts +6 -0
- package/dist/api/types/SkuFieldDataPrice.d.ts +2 -0
- package/dist/api/types/SkuValueList.d.ts +1 -1
- package/dist/api/types/StaticFieldType.d.ts +2 -2
- package/dist/api/types/StaticFieldType.js +1 -1
- package/dist/api/types/SubmitButtonNode.d.ts +16 -0
- package/dist/api/types/SubmitButtonNode.js +5 -0
- package/dist/api/types/SubmitButtonNodeWrite.d.ts +14 -0
- package/dist/api/types/SubmitButtonNodeWrite.js +5 -0
- package/dist/api/types/TextInputNode.d.ts +14 -0
- package/dist/api/types/TextInputNode.js +5 -0
- package/dist/api/types/TextInputNodeWrite.d.ts +12 -0
- package/dist/api/types/TextInputNodeWrite.js +5 -0
- package/dist/api/types/TriggerType.d.ts +2 -1
- package/dist/api/types/TriggerType.js +1 -0
- package/dist/api/types/UserAccess.d.ts +11 -0
- package/dist/api/types/UserAccess.js +5 -0
- package/dist/api/types/UserAccessAuditLogItem.d.ts +8 -0
- package/dist/api/types/UserAccessAuditLogItem.js +5 -0
- package/dist/api/types/UserAccessAuditLogItemEventSubType.d.ts +8 -0
- package/dist/api/types/UserAccessAuditLogItemEventSubType.js +10 -0
- package/dist/api/types/WorkspaceAuditLogItem.d.ts +27 -0
- package/dist/api/types/WorkspaceAuditLogItem.js +5 -0
- package/dist/api/types/WorkspaceAuditLogItemActor.d.ts +7 -0
- package/dist/api/types/WorkspaceAuditLogItemActor.js +5 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.d.ts +11 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.js +13 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.d.ts +7 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.js +5 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.d.ts +7 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.js +5 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.d.ts +10 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.js +12 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadUserAccessMethod.d.ts +10 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadUserAccessMethod.js +12 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.d.ts +9 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.js +11 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.d.ts +7 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.js +5 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.d.ts +10 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.js +12 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.d.ts +9 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.js +11 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.d.ts +7 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.js +5 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.d.ts +10 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.js +12 -0
- package/dist/api/types/WorkspaceAuditLogItemWorkspace.d.ts +7 -0
- package/dist/api/types/WorkspaceAuditLogItemWorkspace.js +5 -0
- package/dist/api/types/WorkspaceAuditLogResponse.d.ts +8 -0
- package/dist/api/types/WorkspaceAuditLogResponse.js +5 -0
- package/dist/api/types/WorkspaceInvitation.d.ts +13 -0
- package/dist/api/types/WorkspaceInvitation.js +5 -0
- package/dist/api/types/WorkspaceInvitationAuditLogItem.d.ts +8 -0
- package/dist/api/types/WorkspaceInvitationAuditLogItem.js +5 -0
- package/dist/api/types/WorkspaceInvitationAuditLogItemEventSubType.d.ts +11 -0
- package/dist/api/types/WorkspaceInvitationAuditLogItemEventSubType.js +13 -0
- package/dist/api/types/WorkspaceMembership.d.ts +13 -0
- package/dist/api/types/WorkspaceMembership.js +5 -0
- package/dist/api/types/WorkspaceMembershipAuditLogItem.d.ts +8 -0
- package/dist/api/types/WorkspaceMembershipAuditLogItem.js +5 -0
- package/dist/api/types/WorkspaceMembershipAuditLogItemEventSubType.d.ts +9 -0
- package/dist/api/types/WorkspaceMembershipAuditLogItemEventSubType.js +11 -0
- package/dist/api/types/index.d.ts +51 -1
- package/dist/api/types/index.js +51 -1
- package/dist/environments.d.ts +15 -2
- package/dist/environments.js +7 -1
- package/dist/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.d.ts +1 -1
- package/dist/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.js +1 -1
- package/dist/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.d.ts +1 -1
- package/dist/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.js +1 -1
- package/dist/serialization/resources/components/types/ComponentDomWriteNodesItem.d.ts +5 -1
- package/dist/serialization/resources/components/types/ComponentDomWriteNodesItem.js +12 -1
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +2 -1
- package/dist/serialization/resources/pages/types/PageDomWriteNodesItem.d.ts +5 -1
- package/dist/serialization/resources/pages/types/PageDomWriteNodesItem.js +12 -1
- package/dist/serialization/resources/products/client/requests/ProductSkuCreate.d.ts +4 -4
- package/dist/serialization/resources/products/client/requests/ProductSkuCreate.js +4 -4
- package/dist/serialization/resources/products/types/ProductSkuCreateProduct.d.ts +13 -0
- package/dist/serialization/resources/products/types/ProductSkuCreateProduct.js +34 -0
- package/dist/serialization/resources/products/types/ProductSkuCreateSku.d.ts +13 -0
- package/dist/serialization/resources/products/types/ProductSkuCreateSku.js +34 -0
- package/dist/serialization/resources/products/types/index.d.ts +2 -0
- package/dist/serialization/resources/products/types/index.js +2 -0
- package/dist/serialization/resources/sites/index.d.ts +1 -0
- package/dist/serialization/resources/sites/index.js +1 -0
- package/dist/serialization/resources/sites/resources/comments/index.d.ts +1 -0
- package/dist/serialization/resources/sites/resources/comments/index.js +17 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.d.ts +10 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.js +31 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.d.ts +10 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.js +31 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.d.ts +10 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.js +31 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.d.ts +10 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.js +31 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.d.ts +10 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.js +31 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.d.ts +10 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.js +31 -0
- package/dist/serialization/resources/sites/resources/comments/types/index.d.ts +6 -0
- package/dist/serialization/resources/sites/resources/comments/types/index.js +22 -0
- package/dist/serialization/resources/sites/resources/index.d.ts +5 -0
- package/dist/serialization/resources/sites/resources/index.js +34 -0
- package/dist/serialization/resources/sites/resources/wellKnown/client/index.d.ts +1 -0
- package/dist/serialization/resources/sites/resources/wellKnown/client/index.js +17 -0
- package/dist/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.d.ts +12 -0
- package/dist/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.js +33 -0
- package/dist/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownFile.d.ts +15 -0
- package/dist/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownFile.js +36 -0
- package/dist/serialization/resources/sites/resources/wellKnown/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/sites/resources/wellKnown/client/requests/index.js +7 -0
- package/dist/serialization/resources/sites/resources/wellKnown/index.d.ts +2 -0
- package/dist/serialization/resources/sites/resources/wellKnown/index.js +18 -0
- package/dist/serialization/resources/sites/resources/wellKnown/types/WellKnownFileContentType.d.ts +10 -0
- package/dist/serialization/resources/sites/resources/wellKnown/types/WellKnownFileContentType.js +31 -0
- package/dist/serialization/resources/sites/resources/wellKnown/types/index.d.ts +1 -0
- package/dist/serialization/resources/sites/resources/wellKnown/types/index.js +17 -0
- package/dist/serialization/resources/workspaces/index.d.ts +1 -0
- package/dist/serialization/resources/workspaces/index.js +17 -0
- package/dist/serialization/resources/workspaces/resources/auditLogs/index.d.ts +1 -0
- package/dist/serialization/resources/workspaces/resources/auditLogs/index.js +17 -0
- package/dist/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +10 -0
- package/dist/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +37 -0
- package/dist/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.d.ts +10 -0
- package/dist/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.js +31 -0
- package/dist/serialization/resources/workspaces/resources/auditLogs/types/index.d.ts +2 -0
- package/dist/serialization/resources/workspaces/resources/auditLogs/types/index.js +18 -0
- package/dist/serialization/resources/workspaces/resources/index.d.ts +2 -0
- package/dist/serialization/resources/workspaces/resources/index.js +31 -0
- package/dist/serialization/types/CommentReply.d.ts +25 -0
- package/dist/serialization/types/CommentReply.js +46 -0
- package/dist/serialization/types/CommentReplyAuthor.d.ts +14 -0
- package/dist/serialization/types/CommentReplyAuthor.js +35 -0
- package/dist/serialization/types/CommentReplyList.d.ts +15 -0
- package/dist/serialization/types/CommentReplyList.js +36 -0
- package/dist/serialization/types/CommentReplyListPagination.d.ts +14 -0
- package/dist/serialization/types/CommentReplyListPagination.js +35 -0
- package/dist/serialization/types/CommentReplyMentionedUsersItem.d.ts +14 -0
- package/dist/serialization/types/CommentReplyMentionedUsersItem.js +35 -0
- package/dist/serialization/types/CommentThread.d.ts +26 -0
- package/dist/serialization/types/CommentThread.js +47 -0
- package/dist/serialization/types/CommentThreadAuthor.d.ts +14 -0
- package/dist/serialization/types/CommentThreadAuthor.js +35 -0
- package/dist/serialization/types/CommentThreadList.d.ts +15 -0
- package/dist/serialization/types/CommentThreadList.js +36 -0
- package/dist/serialization/types/CommentThreadListPagination.d.ts +14 -0
- package/dist/serialization/types/CommentThreadListPagination.js +35 -0
- package/dist/serialization/types/CommentThreadMentionedUsersItem.d.ts +14 -0
- package/dist/serialization/types/CommentThreadMentionedUsersItem.js +35 -0
- package/dist/serialization/types/CustomRole.d.ts +13 -0
- package/dist/serialization/types/CustomRole.js +34 -0
- package/dist/serialization/types/CustomRoleAuditLogItem.d.ts +15 -0
- package/dist/serialization/types/CustomRoleAuditLogItem.js +36 -0
- package/dist/serialization/types/CustomRoleAuditLogItemEventSubType.d.ts +10 -0
- package/dist/serialization/types/CustomRoleAuditLogItemEventSubType.js +31 -0
- package/dist/serialization/types/FieldType.d.ts +1 -1
- package/dist/serialization/types/FieldType.js +3 -1
- package/dist/serialization/types/Node.d.ts +17 -1
- package/dist/serialization/types/Node.js +8 -0
- package/dist/serialization/types/SearchButtonNode.d.ts +14 -0
- package/dist/serialization/types/SearchButtonNode.js +35 -0
- package/dist/serialization/types/SearchButtonNodeWrite.d.ts +13 -0
- package/dist/serialization/types/SearchButtonNodeWrite.js +34 -0
- package/dist/serialization/types/SelectNode.d.ts +15 -0
- package/dist/serialization/types/SelectNode.js +36 -0
- package/dist/serialization/types/SelectNodeChoicesItem.d.ts +13 -0
- package/dist/serialization/types/SelectNodeChoicesItem.js +34 -0
- package/dist/serialization/types/SelectNodeWrite.d.ts +14 -0
- package/dist/serialization/types/SelectNodeWrite.js +35 -0
- package/dist/serialization/types/SelectNodeWriteChoicesItem.d.ts +13 -0
- package/dist/serialization/types/SelectNodeWriteChoicesItem.js +34 -0
- package/dist/serialization/types/SiteMembership.d.ts +21 -0
- package/dist/serialization/types/SiteMembership.js +42 -0
- package/dist/serialization/types/SiteMembershipAuditLogItem.d.ts +15 -0
- package/dist/serialization/types/SiteMembershipAuditLogItem.js +36 -0
- package/dist/serialization/types/SiteMembershipAuditLogItemEventSubType.d.ts +10 -0
- package/dist/serialization/types/SiteMembershipAuditLogItemEventSubType.js +31 -0
- package/dist/serialization/types/SkuFieldData.d.ts +4 -0
- package/dist/serialization/types/SkuFieldData.js +4 -0
- package/dist/serialization/types/SkuFieldDataPrice.d.ts +1 -0
- package/dist/serialization/types/SkuFieldDataPrice.js +1 -0
- package/dist/serialization/types/StaticFieldType.d.ts +1 -1
- package/dist/serialization/types/StaticFieldType.js +1 -1
- package/dist/serialization/types/SubmitButtonNode.d.ts +15 -0
- package/dist/serialization/types/SubmitButtonNode.js +36 -0
- package/dist/serialization/types/SubmitButtonNodeWrite.d.ts +14 -0
- package/dist/serialization/types/SubmitButtonNodeWrite.js +35 -0
- package/dist/serialization/types/TextInputNode.d.ts +14 -0
- package/dist/serialization/types/TextInputNode.js +35 -0
- package/dist/serialization/types/TextInputNodeWrite.d.ts +13 -0
- package/dist/serialization/types/TextInputNodeWrite.js +34 -0
- package/dist/serialization/types/TriggerType.d.ts +1 -1
- package/dist/serialization/types/TriggerType.js +1 -0
- package/dist/serialization/types/UserAccess.d.ts +15 -0
- package/dist/serialization/types/UserAccess.js +36 -0
- package/dist/serialization/types/UserAccessAuditLogItem.d.ts +15 -0
- package/dist/serialization/types/UserAccessAuditLogItem.js +36 -0
- package/dist/serialization/types/UserAccessAuditLogItemEventSubType.d.ts +10 -0
- package/dist/serialization/types/UserAccessAuditLogItemEventSubType.js +31 -0
- package/dist/serialization/types/WorkspaceAuditLogItem.d.ts +37 -0
- package/dist/serialization/types/WorkspaceAuditLogItem.js +54 -0
- package/dist/serialization/types/WorkspaceAuditLogItemActor.d.ts +13 -0
- package/dist/serialization/types/WorkspaceAuditLogItemActor.js +34 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.d.ts +10 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.js +31 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.d.ts +13 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.js +34 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.d.ts +13 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.js +34 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.d.ts +10 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.js +31 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadUserAccessMethod.d.ts +10 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadUserAccessMethod.js +31 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.d.ts +10 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.js +31 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.d.ts +13 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.js +34 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.d.ts +10 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.js +31 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.d.ts +10 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.js +31 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.d.ts +13 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.js +34 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.d.ts +10 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.js +31 -0
- package/dist/serialization/types/WorkspaceAuditLogItemWorkspace.d.ts +13 -0
- package/dist/serialization/types/WorkspaceAuditLogItemWorkspace.js +34 -0
- package/dist/serialization/types/WorkspaceAuditLogResponse.d.ts +15 -0
- package/dist/serialization/types/WorkspaceAuditLogResponse.js +36 -0
- package/dist/serialization/types/WorkspaceInvitation.d.ts +19 -0
- package/dist/serialization/types/WorkspaceInvitation.js +40 -0
- package/dist/serialization/types/WorkspaceInvitationAuditLogItem.d.ts +15 -0
- package/dist/serialization/types/WorkspaceInvitationAuditLogItem.js +36 -0
- package/dist/serialization/types/WorkspaceInvitationAuditLogItemEventSubType.d.ts +10 -0
- package/dist/serialization/types/WorkspaceInvitationAuditLogItemEventSubType.js +37 -0
- package/dist/serialization/types/WorkspaceMembership.d.ts +19 -0
- package/dist/serialization/types/WorkspaceMembership.js +40 -0
- package/dist/serialization/types/WorkspaceMembershipAuditLogItem.d.ts +15 -0
- package/dist/serialization/types/WorkspaceMembershipAuditLogItem.js +36 -0
- package/dist/serialization/types/WorkspaceMembershipAuditLogItemEventSubType.d.ts +10 -0
- package/dist/serialization/types/WorkspaceMembershipAuditLogItemEventSubType.js +31 -0
- package/dist/serialization/types/index.d.ts +51 -1
- package/dist/serialization/types/index.js +51 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/AssetsClient.d.ts +12 -0
- package/dist/wrapper/AssetsClient.js +16 -0
- package/dist/wrapper/AssetsUtilitiesClient.d.ts +49 -0
- package/dist/wrapper/AssetsUtilitiesClient.js +121 -0
- package/dist/wrapper/WebflowClient.d.ts +3 -0
- package/dist/wrapper/WebflowClient.js +5 -0
- package/environments.d.ts +15 -2
- package/environments.js +7 -1
- package/package.json +7 -3
- package/reference.md +674 -16
- package/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.d.ts +1 -1
- package/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.js +1 -1
- package/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.d.ts +1 -1
- package/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.js +1 -1
- package/serialization/resources/components/types/ComponentDomWriteNodesItem.d.ts +5 -1
- package/serialization/resources/components/types/ComponentDomWriteNodesItem.js +12 -1
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +2 -1
- package/serialization/resources/pages/types/PageDomWriteNodesItem.d.ts +5 -1
- package/serialization/resources/pages/types/PageDomWriteNodesItem.js +12 -1
- package/serialization/resources/products/client/requests/ProductSkuCreate.d.ts +4 -4
- package/serialization/resources/products/client/requests/ProductSkuCreate.js +4 -4
- package/serialization/resources/products/types/ProductSkuCreateProduct.d.ts +13 -0
- package/serialization/resources/products/types/ProductSkuCreateProduct.js +34 -0
- package/serialization/resources/products/types/ProductSkuCreateSku.d.ts +13 -0
- package/serialization/resources/products/types/ProductSkuCreateSku.js +34 -0
- package/serialization/resources/products/types/index.d.ts +2 -0
- package/serialization/resources/products/types/index.js +2 -0
- package/serialization/resources/sites/index.d.ts +1 -0
- package/serialization/resources/sites/index.js +1 -0
- package/serialization/resources/sites/resources/comments/index.d.ts +1 -0
- package/serialization/resources/sites/resources/comments/index.js +17 -0
- package/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.d.ts +10 -0
- package/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.js +31 -0
- package/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.d.ts +10 -0
- package/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.js +31 -0
- package/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.d.ts +10 -0
- package/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.js +31 -0
- package/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.d.ts +10 -0
- package/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.js +31 -0
- package/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.d.ts +10 -0
- package/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.js +31 -0
- package/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.d.ts +10 -0
- package/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.js +31 -0
- package/serialization/resources/sites/resources/comments/types/index.d.ts +6 -0
- package/serialization/resources/sites/resources/comments/types/index.js +22 -0
- package/serialization/resources/sites/resources/index.d.ts +5 -0
- package/serialization/resources/sites/resources/index.js +34 -0
- package/serialization/resources/sites/resources/wellKnown/client/index.d.ts +1 -0
- package/serialization/resources/sites/resources/wellKnown/client/index.js +17 -0
- package/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.d.ts +12 -0
- package/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.js +33 -0
- package/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownFile.d.ts +15 -0
- package/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownFile.js +36 -0
- package/serialization/resources/sites/resources/wellKnown/client/requests/index.d.ts +2 -0
- package/serialization/resources/sites/resources/wellKnown/client/requests/index.js +7 -0
- package/serialization/resources/sites/resources/wellKnown/index.d.ts +2 -0
- package/serialization/resources/sites/resources/wellKnown/index.js +18 -0
- package/serialization/resources/sites/resources/wellKnown/types/WellKnownFileContentType.d.ts +10 -0
- package/serialization/resources/sites/resources/wellKnown/types/WellKnownFileContentType.js +31 -0
- package/serialization/resources/sites/resources/wellKnown/types/index.d.ts +1 -0
- package/serialization/resources/sites/resources/wellKnown/types/index.js +17 -0
- package/serialization/resources/workspaces/index.d.ts +1 -0
- package/serialization/resources/workspaces/index.js +17 -0
- package/serialization/resources/workspaces/resources/auditLogs/index.d.ts +1 -0
- package/serialization/resources/workspaces/resources/auditLogs/index.js +17 -0
- package/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +10 -0
- package/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +37 -0
- package/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.d.ts +10 -0
- package/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.js +31 -0
- package/serialization/resources/workspaces/resources/auditLogs/types/index.d.ts +2 -0
- package/serialization/resources/workspaces/resources/auditLogs/types/index.js +18 -0
- package/serialization/resources/workspaces/resources/index.d.ts +2 -0
- package/serialization/resources/workspaces/resources/index.js +31 -0
- package/serialization/types/CommentReply.d.ts +25 -0
- package/serialization/types/CommentReply.js +46 -0
- package/serialization/types/CommentReplyAuthor.d.ts +14 -0
- package/serialization/types/CommentReplyAuthor.js +35 -0
- package/serialization/types/CommentReplyList.d.ts +15 -0
- package/serialization/types/CommentReplyList.js +36 -0
- package/serialization/types/CommentReplyListPagination.d.ts +14 -0
- package/serialization/types/CommentReplyListPagination.js +35 -0
- package/serialization/types/CommentReplyMentionedUsersItem.d.ts +14 -0
- package/serialization/types/CommentReplyMentionedUsersItem.js +35 -0
- package/serialization/types/CommentThread.d.ts +26 -0
- package/serialization/types/CommentThread.js +47 -0
- package/serialization/types/CommentThreadAuthor.d.ts +14 -0
- package/serialization/types/CommentThreadAuthor.js +35 -0
- package/serialization/types/CommentThreadList.d.ts +15 -0
- package/serialization/types/CommentThreadList.js +36 -0
- package/serialization/types/CommentThreadListPagination.d.ts +14 -0
- package/serialization/types/CommentThreadListPagination.js +35 -0
- package/serialization/types/CommentThreadMentionedUsersItem.d.ts +14 -0
- package/serialization/types/CommentThreadMentionedUsersItem.js +35 -0
- package/serialization/types/CustomRole.d.ts +13 -0
- package/serialization/types/CustomRole.js +34 -0
- package/serialization/types/CustomRoleAuditLogItem.d.ts +15 -0
- package/serialization/types/CustomRoleAuditLogItem.js +36 -0
- package/serialization/types/CustomRoleAuditLogItemEventSubType.d.ts +10 -0
- package/serialization/types/CustomRoleAuditLogItemEventSubType.js +31 -0
- package/serialization/types/FieldType.d.ts +1 -1
- package/serialization/types/FieldType.js +3 -1
- package/serialization/types/Node.d.ts +17 -1
- package/serialization/types/Node.js +8 -0
- package/serialization/types/SearchButtonNode.d.ts +14 -0
- package/serialization/types/SearchButtonNode.js +35 -0
- package/serialization/types/SearchButtonNodeWrite.d.ts +13 -0
- package/serialization/types/SearchButtonNodeWrite.js +34 -0
- package/serialization/types/SelectNode.d.ts +15 -0
- package/serialization/types/SelectNode.js +36 -0
- package/serialization/types/SelectNodeChoicesItem.d.ts +13 -0
- package/serialization/types/SelectNodeChoicesItem.js +34 -0
- package/serialization/types/SelectNodeWrite.d.ts +14 -0
- package/serialization/types/SelectNodeWrite.js +35 -0
- package/serialization/types/SelectNodeWriteChoicesItem.d.ts +13 -0
- package/serialization/types/SelectNodeWriteChoicesItem.js +34 -0
- package/serialization/types/SiteMembership.d.ts +21 -0
- package/serialization/types/SiteMembership.js +42 -0
- package/serialization/types/SiteMembershipAuditLogItem.d.ts +15 -0
- package/serialization/types/SiteMembershipAuditLogItem.js +36 -0
- package/serialization/types/SiteMembershipAuditLogItemEventSubType.d.ts +10 -0
- package/serialization/types/SiteMembershipAuditLogItemEventSubType.js +31 -0
- package/serialization/types/SkuFieldData.d.ts +4 -0
- package/serialization/types/SkuFieldData.js +4 -0
- package/serialization/types/SkuFieldDataPrice.d.ts +1 -0
- package/serialization/types/SkuFieldDataPrice.js +1 -0
- package/serialization/types/StaticFieldType.d.ts +1 -1
- package/serialization/types/StaticFieldType.js +1 -1
- package/serialization/types/SubmitButtonNode.d.ts +15 -0
- package/serialization/types/SubmitButtonNode.js +36 -0
- package/serialization/types/SubmitButtonNodeWrite.d.ts +14 -0
- package/serialization/types/SubmitButtonNodeWrite.js +35 -0
- package/serialization/types/TextInputNode.d.ts +14 -0
- package/serialization/types/TextInputNode.js +35 -0
- package/serialization/types/TextInputNodeWrite.d.ts +13 -0
- package/serialization/types/TextInputNodeWrite.js +34 -0
- package/serialization/types/TriggerType.d.ts +1 -1
- package/serialization/types/TriggerType.js +1 -0
- package/serialization/types/UserAccess.d.ts +15 -0
- package/serialization/types/UserAccess.js +36 -0
- package/serialization/types/UserAccessAuditLogItem.d.ts +15 -0
- package/serialization/types/UserAccessAuditLogItem.js +36 -0
- package/serialization/types/UserAccessAuditLogItemEventSubType.d.ts +10 -0
- package/serialization/types/UserAccessAuditLogItemEventSubType.js +31 -0
- package/serialization/types/WorkspaceAuditLogItem.d.ts +37 -0
- package/serialization/types/WorkspaceAuditLogItem.js +54 -0
- package/serialization/types/WorkspaceAuditLogItemActor.d.ts +13 -0
- package/serialization/types/WorkspaceAuditLogItemActor.js +34 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.d.ts +10 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.js +31 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.d.ts +13 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.js +34 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.d.ts +13 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.js +34 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.d.ts +10 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.js +31 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadUserAccessMethod.d.ts +10 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadUserAccessMethod.js +31 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.d.ts +10 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.js +31 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.d.ts +13 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.js +34 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.d.ts +10 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.js +31 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.d.ts +10 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.js +31 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.d.ts +13 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.js +34 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.d.ts +10 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.js +31 -0
- package/serialization/types/WorkspaceAuditLogItemWorkspace.d.ts +13 -0
- package/serialization/types/WorkspaceAuditLogItemWorkspace.js +34 -0
- package/serialization/types/WorkspaceAuditLogResponse.d.ts +15 -0
- package/serialization/types/WorkspaceAuditLogResponse.js +36 -0
- package/serialization/types/WorkspaceInvitation.d.ts +19 -0
- package/serialization/types/WorkspaceInvitation.js +40 -0
- package/serialization/types/WorkspaceInvitationAuditLogItem.d.ts +15 -0
- package/serialization/types/WorkspaceInvitationAuditLogItem.js +36 -0
- package/serialization/types/WorkspaceInvitationAuditLogItemEventSubType.d.ts +10 -0
- package/serialization/types/WorkspaceInvitationAuditLogItemEventSubType.js +37 -0
- package/serialization/types/WorkspaceMembership.d.ts +19 -0
- package/serialization/types/WorkspaceMembership.js +40 -0
- package/serialization/types/WorkspaceMembershipAuditLogItem.d.ts +15 -0
- package/serialization/types/WorkspaceMembershipAuditLogItem.js +36 -0
- package/serialization/types/WorkspaceMembershipAuditLogItemEventSubType.d.ts +10 -0
- package/serialization/types/WorkspaceMembershipAuditLogItemEventSubType.js +31 -0
- package/serialization/types/index.d.ts +51 -1
- package/serialization/types/index.js +51 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/AssetsClient.d.ts +12 -0
- package/wrapper/AssetsClient.js +16 -0
- package/wrapper/AssetsUtilitiesClient.d.ts +49 -0
- package/wrapper/AssetsUtilitiesClient.js +121 -0
- package/wrapper/WebflowClient.d.ts +3 -0
- package/wrapper/WebflowClient.js +5 -0
|
@@ -339,6 +339,276 @@ types:
|
|
|
339
339
|
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
340
340
|
InvalidScopes: unknown
|
|
341
341
|
NotEnterprisePlanWorkspace: unknown
|
|
342
|
+
WorkspaceAuditLogItemPayloadUserAccessMethod:
|
|
343
|
+
enum:
|
|
344
|
+
- dashboard
|
|
345
|
+
- sso
|
|
346
|
+
- api
|
|
347
|
+
- google
|
|
348
|
+
inline: true
|
|
349
|
+
source:
|
|
350
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
351
|
+
User access:
|
|
352
|
+
properties:
|
|
353
|
+
method: optional<WorkspaceAuditLogItemPayloadUserAccessMethod>
|
|
354
|
+
location:
|
|
355
|
+
type: optional<string>
|
|
356
|
+
docs: The geolocation based on the logged IP address
|
|
357
|
+
ipAddress:
|
|
358
|
+
type: optional<string>
|
|
359
|
+
docs: The captured IP address of the user
|
|
360
|
+
source:
|
|
361
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
362
|
+
UserAccessAuditLogItemEventSubType:
|
|
363
|
+
enum:
|
|
364
|
+
- login
|
|
365
|
+
- logout
|
|
366
|
+
inline: true
|
|
367
|
+
source:
|
|
368
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
369
|
+
UserAccessAuditLogItem:
|
|
370
|
+
properties:
|
|
371
|
+
eventSubType: optional<UserAccessAuditLogItemEventSubType>
|
|
372
|
+
payload: optional<User access>
|
|
373
|
+
source:
|
|
374
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
375
|
+
Custom role:
|
|
376
|
+
properties:
|
|
377
|
+
roleName:
|
|
378
|
+
type: optional<string>
|
|
379
|
+
docs: The name of the custom role
|
|
380
|
+
previousRoleName:
|
|
381
|
+
type: optional<string>
|
|
382
|
+
docs: The previous name of the custom role
|
|
383
|
+
source:
|
|
384
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
385
|
+
CustomRoleAuditLogItemEventSubType:
|
|
386
|
+
enum:
|
|
387
|
+
- role_created
|
|
388
|
+
- role_updated
|
|
389
|
+
- role_deleted
|
|
390
|
+
inline: true
|
|
391
|
+
source:
|
|
392
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
393
|
+
CustomRoleAuditLogItem:
|
|
394
|
+
properties:
|
|
395
|
+
eventSubType: optional<CustomRoleAuditLogItemEventSubType>
|
|
396
|
+
payload: optional<Custom role>
|
|
397
|
+
source:
|
|
398
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
399
|
+
WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser:
|
|
400
|
+
properties:
|
|
401
|
+
id: optional<string>
|
|
402
|
+
email: optional<string>
|
|
403
|
+
source:
|
|
404
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
405
|
+
inline: true
|
|
406
|
+
WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod:
|
|
407
|
+
enum:
|
|
408
|
+
- sso
|
|
409
|
+
- dashboard
|
|
410
|
+
- admin
|
|
411
|
+
inline: true
|
|
412
|
+
source:
|
|
413
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
414
|
+
WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType:
|
|
415
|
+
enum:
|
|
416
|
+
- member
|
|
417
|
+
- guest
|
|
418
|
+
- reviewer
|
|
419
|
+
- client
|
|
420
|
+
inline: true
|
|
421
|
+
source:
|
|
422
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
423
|
+
Workspace membership:
|
|
424
|
+
properties:
|
|
425
|
+
targetUser: optional<WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser>
|
|
426
|
+
method: optional<WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod>
|
|
427
|
+
userType: optional<WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType>
|
|
428
|
+
roleName:
|
|
429
|
+
type: optional<string>
|
|
430
|
+
docs: The name of the role that was assigned to the user
|
|
431
|
+
previousRoleName:
|
|
432
|
+
type: optional<string>
|
|
433
|
+
docs: The previous role that the user had
|
|
434
|
+
source:
|
|
435
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
436
|
+
WorkspaceMembershipAuditLogItemEventSubType:
|
|
437
|
+
enum:
|
|
438
|
+
- user_added
|
|
439
|
+
- user_removed
|
|
440
|
+
- user_role_updated
|
|
441
|
+
inline: true
|
|
442
|
+
source:
|
|
443
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
444
|
+
WorkspaceMembershipAuditLogItem:
|
|
445
|
+
properties:
|
|
446
|
+
eventSubType: optional<WorkspaceMembershipAuditLogItemEventSubType>
|
|
447
|
+
payload: optional<Workspace membership>
|
|
448
|
+
source:
|
|
449
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
450
|
+
WorkspaceAuditLogItemPayloadSiteMembershipSite:
|
|
451
|
+
properties:
|
|
452
|
+
id: optional<string>
|
|
453
|
+
slug: optional<string>
|
|
454
|
+
source:
|
|
455
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
456
|
+
inline: true
|
|
457
|
+
WorkspaceAuditLogItemPayloadSiteMembershipTargetUser:
|
|
458
|
+
properties:
|
|
459
|
+
id: optional<string>
|
|
460
|
+
email: optional<string>
|
|
461
|
+
source:
|
|
462
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
463
|
+
inline: true
|
|
464
|
+
WorkspaceAuditLogItemPayloadSiteMembershipMethod:
|
|
465
|
+
enum:
|
|
466
|
+
- sso
|
|
467
|
+
- invite
|
|
468
|
+
- scim
|
|
469
|
+
- dashboard
|
|
470
|
+
- admin
|
|
471
|
+
inline: true
|
|
472
|
+
source:
|
|
473
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
474
|
+
WorkspaceAuditLogItemPayloadSiteMembershipUserType:
|
|
475
|
+
enum:
|
|
476
|
+
- member
|
|
477
|
+
- guest
|
|
478
|
+
- reviewer
|
|
479
|
+
- client
|
|
480
|
+
inline: true
|
|
481
|
+
source:
|
|
482
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
483
|
+
Site membership:
|
|
484
|
+
properties:
|
|
485
|
+
site: optional<WorkspaceAuditLogItemPayloadSiteMembershipSite>
|
|
486
|
+
targetUser: optional<WorkspaceAuditLogItemPayloadSiteMembershipTargetUser>
|
|
487
|
+
method: optional<WorkspaceAuditLogItemPayloadSiteMembershipMethod>
|
|
488
|
+
userType: optional<WorkspaceAuditLogItemPayloadSiteMembershipUserType>
|
|
489
|
+
roleName:
|
|
490
|
+
type: optional<string>
|
|
491
|
+
docs: The name of the role that was assigned to the user
|
|
492
|
+
previousRoleName:
|
|
493
|
+
type: optional<string>
|
|
494
|
+
docs: The previous role that the user had
|
|
495
|
+
source:
|
|
496
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
497
|
+
SiteMembershipAuditLogItemEventSubType:
|
|
498
|
+
enum:
|
|
499
|
+
- user_added
|
|
500
|
+
- user_removed
|
|
501
|
+
- user_role_updated
|
|
502
|
+
inline: true
|
|
503
|
+
source:
|
|
504
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
505
|
+
SiteMembershipAuditLogItem:
|
|
506
|
+
properties:
|
|
507
|
+
eventSubType: optional<SiteMembershipAuditLogItemEventSubType>
|
|
508
|
+
payload: optional<Site membership>
|
|
509
|
+
source:
|
|
510
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
511
|
+
WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser:
|
|
512
|
+
properties:
|
|
513
|
+
id: optional<string>
|
|
514
|
+
email: optional<string>
|
|
515
|
+
source:
|
|
516
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
517
|
+
inline: true
|
|
518
|
+
WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod:
|
|
519
|
+
enum:
|
|
520
|
+
- sso
|
|
521
|
+
- dashboard
|
|
522
|
+
- admin
|
|
523
|
+
inline: true
|
|
524
|
+
source:
|
|
525
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
526
|
+
WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType:
|
|
527
|
+
enum:
|
|
528
|
+
- member
|
|
529
|
+
- guest
|
|
530
|
+
- reviewer
|
|
531
|
+
- client
|
|
532
|
+
inline: true
|
|
533
|
+
source:
|
|
534
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
535
|
+
Workspace invitation:
|
|
536
|
+
properties:
|
|
537
|
+
targetUser: optional<WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser>
|
|
538
|
+
method: optional<WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod>
|
|
539
|
+
userType: optional<WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType>
|
|
540
|
+
roleName:
|
|
541
|
+
type: optional<string>
|
|
542
|
+
docs: The name of the role that was assigned to the user
|
|
543
|
+
previousRoleName:
|
|
544
|
+
type: optional<string>
|
|
545
|
+
docs: The previous role that the user had
|
|
546
|
+
source:
|
|
547
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
548
|
+
WorkspaceInvitationAuditLogItemEventSubType:
|
|
549
|
+
enum:
|
|
550
|
+
- invite_sent
|
|
551
|
+
- invite_accepted
|
|
552
|
+
- invite_updated
|
|
553
|
+
- invite_canceled
|
|
554
|
+
- invite_declined
|
|
555
|
+
inline: true
|
|
556
|
+
source:
|
|
557
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
558
|
+
WorkspaceInvitationAuditLogItem:
|
|
559
|
+
properties:
|
|
560
|
+
eventSubType: optional<WorkspaceInvitationAuditLogItemEventSubType>
|
|
561
|
+
payload: optional<Workspace invitation>
|
|
562
|
+
source:
|
|
563
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
564
|
+
WorkspaceAuditLogItemActor:
|
|
565
|
+
properties:
|
|
566
|
+
id: optional<string>
|
|
567
|
+
email: optional<string>
|
|
568
|
+
source:
|
|
569
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
570
|
+
inline: true
|
|
571
|
+
WorkspaceAuditLogItemWorkspace:
|
|
572
|
+
properties:
|
|
573
|
+
id: optional<string>
|
|
574
|
+
slug: optional<string>
|
|
575
|
+
source:
|
|
576
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
577
|
+
inline: true
|
|
578
|
+
WorkspaceAuditLogItem:
|
|
579
|
+
discriminant: eventType
|
|
580
|
+
base-properties:
|
|
581
|
+
timestamp: optional<datetime>
|
|
582
|
+
actor: optional<WorkspaceAuditLogItemActor>
|
|
583
|
+
workspace: optional<WorkspaceAuditLogItemWorkspace>
|
|
584
|
+
union:
|
|
585
|
+
user_access: UserAccessAuditLogItem
|
|
586
|
+
custom_role: CustomRoleAuditLogItem
|
|
587
|
+
workspace_membership: WorkspaceMembershipAuditLogItem
|
|
588
|
+
site_membership: SiteMembershipAuditLogItem
|
|
589
|
+
workspace_invitation: WorkspaceInvitationAuditLogItem
|
|
590
|
+
source:
|
|
591
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
592
|
+
Pagination:
|
|
593
|
+
docs: Pagination object
|
|
594
|
+
properties:
|
|
595
|
+
limit:
|
|
596
|
+
type: double
|
|
597
|
+
docs: The limit used for pagination
|
|
598
|
+
offset:
|
|
599
|
+
type: double
|
|
600
|
+
docs: The offset used for pagination
|
|
601
|
+
total:
|
|
602
|
+
type: double
|
|
603
|
+
docs: The total number of records
|
|
604
|
+
source:
|
|
605
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
606
|
+
WorkspaceAuditLogResponse:
|
|
607
|
+
properties:
|
|
608
|
+
items: optional<list<WorkspaceAuditLogItem>>
|
|
609
|
+
pagination: optional<Pagination>
|
|
610
|
+
source:
|
|
611
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
342
612
|
Sites:
|
|
343
613
|
properties:
|
|
344
614
|
sites: optional<list<Site>>
|
|
@@ -367,20 +637,6 @@ types:
|
|
|
367
637
|
docs: The target URL path where the user or client will be redirected.
|
|
368
638
|
source:
|
|
369
639
|
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
370
|
-
Pagination:
|
|
371
|
-
docs: Pagination object
|
|
372
|
-
properties:
|
|
373
|
-
limit:
|
|
374
|
-
type: double
|
|
375
|
-
docs: The limit used for pagination
|
|
376
|
-
offset:
|
|
377
|
-
type: double
|
|
378
|
-
docs: The offset used for pagination
|
|
379
|
-
total:
|
|
380
|
-
type: double
|
|
381
|
-
docs: The total number of records
|
|
382
|
-
source:
|
|
383
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
384
640
|
Redirects:
|
|
385
641
|
docs: Site redirects response
|
|
386
642
|
properties:
|
|
@@ -614,7 +870,7 @@ types:
|
|
|
614
870
|
- PlainText
|
|
615
871
|
- RichText
|
|
616
872
|
- Switch
|
|
617
|
-
-
|
|
873
|
+
- VideoLink
|
|
618
874
|
docs: Choose these appropriate field type for your collection data
|
|
619
875
|
inline: true
|
|
620
876
|
source:
|
|
@@ -754,17 +1010,19 @@ types:
|
|
|
754
1010
|
- DateTime
|
|
755
1011
|
- Email
|
|
756
1012
|
- ExtFileRef
|
|
1013
|
+
- File
|
|
757
1014
|
- Image
|
|
758
1015
|
- Link
|
|
759
1016
|
- MultiImage
|
|
760
1017
|
- MultiReference
|
|
761
1018
|
- Number
|
|
1019
|
+
- Option
|
|
762
1020
|
- Phone
|
|
763
1021
|
- PlainText
|
|
764
1022
|
- Reference
|
|
765
1023
|
- RichText
|
|
766
1024
|
- Switch
|
|
767
|
-
-
|
|
1025
|
+
- VideoLink
|
|
768
1026
|
docs: Choose these appropriate field type for your collection data
|
|
769
1027
|
inline: true
|
|
770
1028
|
source:
|
|
@@ -1132,6 +1390,222 @@ types:
|
|
|
1132
1390
|
fieldData: optional<CollectionItemPatchSingleFieldData>
|
|
1133
1391
|
source:
|
|
1134
1392
|
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1393
|
+
CommentThreadAuthor:
|
|
1394
|
+
properties:
|
|
1395
|
+
userId:
|
|
1396
|
+
type: string
|
|
1397
|
+
docs: The unique identifier of the author
|
|
1398
|
+
email:
|
|
1399
|
+
type: string
|
|
1400
|
+
docs: Email of the author
|
|
1401
|
+
name:
|
|
1402
|
+
type: string
|
|
1403
|
+
docs: Name of the author
|
|
1404
|
+
source:
|
|
1405
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1406
|
+
inline: true
|
|
1407
|
+
CommentThreadMentionedUsersItem:
|
|
1408
|
+
properties:
|
|
1409
|
+
userId:
|
|
1410
|
+
type: string
|
|
1411
|
+
docs: The unique identifier of the mentioned user
|
|
1412
|
+
email:
|
|
1413
|
+
type: string
|
|
1414
|
+
docs: Email of the user
|
|
1415
|
+
name:
|
|
1416
|
+
type: string
|
|
1417
|
+
docs: Name of the User
|
|
1418
|
+
source:
|
|
1419
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1420
|
+
inline: true
|
|
1421
|
+
CommentThread:
|
|
1422
|
+
docs: >
|
|
1423
|
+
A comment thread represents a conversation between users on a specific
|
|
1424
|
+
page. Each comment thread has a unique identifier and can contain multiple
|
|
1425
|
+
comments. Retrieve comment replies using the replies API endpoint.
|
|
1426
|
+
properties:
|
|
1427
|
+
id:
|
|
1428
|
+
type: string
|
|
1429
|
+
docs: Unique identifier for the comment thread
|
|
1430
|
+
access: read-only
|
|
1431
|
+
siteId:
|
|
1432
|
+
type: string
|
|
1433
|
+
docs: The site unique identifier
|
|
1434
|
+
access: read-only
|
|
1435
|
+
pageId:
|
|
1436
|
+
type: string
|
|
1437
|
+
docs: The page unique identifier
|
|
1438
|
+
access: read-only
|
|
1439
|
+
localeId:
|
|
1440
|
+
type: optional<string>
|
|
1441
|
+
docs: The locale unique identifier
|
|
1442
|
+
access: read-only
|
|
1443
|
+
itemId:
|
|
1444
|
+
type: optional<string>
|
|
1445
|
+
docs: The item unique identifier
|
|
1446
|
+
access: read-only
|
|
1447
|
+
breakpoint:
|
|
1448
|
+
type: string
|
|
1449
|
+
docs: The breakpoint the comment was left on
|
|
1450
|
+
access: read-only
|
|
1451
|
+
url:
|
|
1452
|
+
type: string
|
|
1453
|
+
docs: The URL of the page the comment was left on
|
|
1454
|
+
access: read-only
|
|
1455
|
+
content:
|
|
1456
|
+
type: string
|
|
1457
|
+
docs: The content of the comment reply
|
|
1458
|
+
isResolved:
|
|
1459
|
+
type: boolean
|
|
1460
|
+
docs: Boolean determining if the comment thread is resolved
|
|
1461
|
+
default: false
|
|
1462
|
+
author: CommentThreadAuthor
|
|
1463
|
+
mentionedUsers:
|
|
1464
|
+
docs: >-
|
|
1465
|
+
List of mentioned users. This is an empty array until email
|
|
1466
|
+
notifications are sent, which can take up to 5 minutes after the
|
|
1467
|
+
comment is created.
|
|
1468
|
+
type: list<CommentThreadMentionedUsersItem>
|
|
1469
|
+
createdOn:
|
|
1470
|
+
type: string
|
|
1471
|
+
docs: The date the item was created
|
|
1472
|
+
access: read-only
|
|
1473
|
+
lastUpdated:
|
|
1474
|
+
type: string
|
|
1475
|
+
docs: The date the item was last updated
|
|
1476
|
+
access: read-only
|
|
1477
|
+
source:
|
|
1478
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1479
|
+
CommentThreadListPagination:
|
|
1480
|
+
properties:
|
|
1481
|
+
limit:
|
|
1482
|
+
type: double
|
|
1483
|
+
docs: The limit specified in the request (default 100)
|
|
1484
|
+
default: 100
|
|
1485
|
+
offset:
|
|
1486
|
+
type: double
|
|
1487
|
+
docs: The offset specified for pagination
|
|
1488
|
+
default: 0
|
|
1489
|
+
total:
|
|
1490
|
+
type: double
|
|
1491
|
+
docs: Total number of comment threads
|
|
1492
|
+
source:
|
|
1493
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1494
|
+
inline: true
|
|
1495
|
+
CommentThreadList:
|
|
1496
|
+
docs: >
|
|
1497
|
+
A list of comment threads on the site. Contains the content of the first
|
|
1498
|
+
reply.
|
|
1499
|
+
properties:
|
|
1500
|
+
comments: list<CommentThread>
|
|
1501
|
+
pagination: CommentThreadListPagination
|
|
1502
|
+
source:
|
|
1503
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1504
|
+
CommentReplyAuthor:
|
|
1505
|
+
properties:
|
|
1506
|
+
id:
|
|
1507
|
+
type: string
|
|
1508
|
+
docs: The unique identifier of the author
|
|
1509
|
+
email:
|
|
1510
|
+
type: string
|
|
1511
|
+
docs: Email of the author
|
|
1512
|
+
name:
|
|
1513
|
+
type: string
|
|
1514
|
+
docs: Name of the author
|
|
1515
|
+
source:
|
|
1516
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1517
|
+
inline: true
|
|
1518
|
+
CommentReplyMentionedUsersItem:
|
|
1519
|
+
properties:
|
|
1520
|
+
id:
|
|
1521
|
+
type: string
|
|
1522
|
+
docs: The unique identifier of the mentioned user
|
|
1523
|
+
email:
|
|
1524
|
+
type: string
|
|
1525
|
+
docs: Email of the user
|
|
1526
|
+
name:
|
|
1527
|
+
type: string
|
|
1528
|
+
docs: Name of the User
|
|
1529
|
+
source:
|
|
1530
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1531
|
+
inline: true
|
|
1532
|
+
CommentReply:
|
|
1533
|
+
docs: >
|
|
1534
|
+
A comment thread represents a conversation between users on a specific
|
|
1535
|
+
page. Each comment thread has a unique identifier and can contain multiple
|
|
1536
|
+
comments.
|
|
1537
|
+
properties:
|
|
1538
|
+
id:
|
|
1539
|
+
type: string
|
|
1540
|
+
docs: Unique identifier for the comment thread
|
|
1541
|
+
access: read-only
|
|
1542
|
+
commentId:
|
|
1543
|
+
type: string
|
|
1544
|
+
docs: The comment reply unique identifier
|
|
1545
|
+
access: read-only
|
|
1546
|
+
siteId:
|
|
1547
|
+
type: string
|
|
1548
|
+
docs: The site unique identifier
|
|
1549
|
+
access: read-only
|
|
1550
|
+
pageId:
|
|
1551
|
+
type: string
|
|
1552
|
+
docs: The page unique identifier
|
|
1553
|
+
access: read-only
|
|
1554
|
+
localeId:
|
|
1555
|
+
type: optional<string>
|
|
1556
|
+
docs: The locale unique identifier
|
|
1557
|
+
access: read-only
|
|
1558
|
+
breakpoint:
|
|
1559
|
+
type: string
|
|
1560
|
+
docs: The breakpoint the comment was left on
|
|
1561
|
+
access: read-only
|
|
1562
|
+
content:
|
|
1563
|
+
type: string
|
|
1564
|
+
docs: The content of the comment reply
|
|
1565
|
+
isResolved:
|
|
1566
|
+
type: boolean
|
|
1567
|
+
docs: Boolean determining if the comment thread is resolved
|
|
1568
|
+
default: false
|
|
1569
|
+
author: CommentReplyAuthor
|
|
1570
|
+
mentionedUsers:
|
|
1571
|
+
type: optional<list<CommentReplyMentionedUsersItem>>
|
|
1572
|
+
docs: >-
|
|
1573
|
+
List of mentioned users is an empty array until email notifications
|
|
1574
|
+
are sent.
|
|
1575
|
+
lastUpdated:
|
|
1576
|
+
type: string
|
|
1577
|
+
docs: The date the item was last updated
|
|
1578
|
+
access: read-only
|
|
1579
|
+
createdOn:
|
|
1580
|
+
type: string
|
|
1581
|
+
docs: The date the item was created
|
|
1582
|
+
access: read-only
|
|
1583
|
+
source:
|
|
1584
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1585
|
+
CommentReplyListPagination:
|
|
1586
|
+
properties:
|
|
1587
|
+
limit:
|
|
1588
|
+
type: double
|
|
1589
|
+
docs: The limit specified in the request (default 100)
|
|
1590
|
+
default: 100
|
|
1591
|
+
offset:
|
|
1592
|
+
type: double
|
|
1593
|
+
docs: The offset specified for pagination
|
|
1594
|
+
default: 0
|
|
1595
|
+
total:
|
|
1596
|
+
type: double
|
|
1597
|
+
docs: Total number of comment replies
|
|
1598
|
+
source:
|
|
1599
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1600
|
+
inline: true
|
|
1601
|
+
CommentReplyList:
|
|
1602
|
+
docs: |
|
|
1603
|
+
A list of comment replies.
|
|
1604
|
+
properties:
|
|
1605
|
+
comments: list<CommentReply>
|
|
1606
|
+
pagination: CommentReplyListPagination
|
|
1607
|
+
source:
|
|
1608
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1135
1609
|
PageSeo:
|
|
1136
1610
|
docs: SEO-related fields for the Page
|
|
1137
1611
|
properties:
|
|
@@ -1377,6 +1851,92 @@ types:
|
|
|
1377
1851
|
type: list<ComponentProperty>
|
|
1378
1852
|
source:
|
|
1379
1853
|
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1854
|
+
TextInputNode:
|
|
1855
|
+
docs: >
|
|
1856
|
+
Represents text input and textarea elements within the DOM. It contains
|
|
1857
|
+
the placeholder text in the input. Additional attributes can be associated
|
|
1858
|
+
with the text for styling or other purposes.
|
|
1859
|
+
properties:
|
|
1860
|
+
id:
|
|
1861
|
+
type: string
|
|
1862
|
+
docs: Node UUID
|
|
1863
|
+
access: read-only
|
|
1864
|
+
placeholder:
|
|
1865
|
+
type: string
|
|
1866
|
+
docs: The placeholder text of the input node
|
|
1867
|
+
attributes:
|
|
1868
|
+
type: optional<map<string, string>>
|
|
1869
|
+
docs: The custom attributes of the node
|
|
1870
|
+
source:
|
|
1871
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1872
|
+
SelectNodeChoicesItem:
|
|
1873
|
+
properties:
|
|
1874
|
+
value:
|
|
1875
|
+
type: string
|
|
1876
|
+
docs: The value of the choice when selected.
|
|
1877
|
+
text:
|
|
1878
|
+
type: string
|
|
1879
|
+
docs: The text to display for the choice.
|
|
1880
|
+
source:
|
|
1881
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1882
|
+
inline: true
|
|
1883
|
+
SelectNode:
|
|
1884
|
+
docs: >
|
|
1885
|
+
Represents select elements within the DOM. It contains the list of choices
|
|
1886
|
+
in the select. Additional attributes can be associated with the text for
|
|
1887
|
+
styling or other purposes.
|
|
1888
|
+
properties:
|
|
1889
|
+
id:
|
|
1890
|
+
type: string
|
|
1891
|
+
docs: Node UUID
|
|
1892
|
+
access: read-only
|
|
1893
|
+
choices:
|
|
1894
|
+
docs: The list of choices in this select node.
|
|
1895
|
+
type: list<SelectNodeChoicesItem>
|
|
1896
|
+
attributes:
|
|
1897
|
+
type: optional<map<string, string>>
|
|
1898
|
+
docs: The custom attributes of the node
|
|
1899
|
+
source:
|
|
1900
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1901
|
+
SubmitButtonNode:
|
|
1902
|
+
docs: >
|
|
1903
|
+
Represents submit button elements within the DOM. It contains the text and
|
|
1904
|
+
waiting text of the button. Additional attributes can be associated with
|
|
1905
|
+
the text for styling or other purposes.
|
|
1906
|
+
properties:
|
|
1907
|
+
id:
|
|
1908
|
+
type: string
|
|
1909
|
+
docs: Node UUID
|
|
1910
|
+
access: read-only
|
|
1911
|
+
value:
|
|
1912
|
+
type: string
|
|
1913
|
+
docs: The text content of the submit button.
|
|
1914
|
+
waitingText:
|
|
1915
|
+
type: string
|
|
1916
|
+
docs: The text to show while the form is submitting.
|
|
1917
|
+
attributes:
|
|
1918
|
+
type: optional<map<string, string>>
|
|
1919
|
+
docs: The custom attributes of the node
|
|
1920
|
+
source:
|
|
1921
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1922
|
+
SearchButtonNode:
|
|
1923
|
+
docs: >
|
|
1924
|
+
Represents search button elements within the DOM. It contains the text of
|
|
1925
|
+
the button. Additional attributes can be associated with the text for
|
|
1926
|
+
styling or other purposes.
|
|
1927
|
+
properties:
|
|
1928
|
+
id:
|
|
1929
|
+
type: string
|
|
1930
|
+
docs: Node UUID
|
|
1931
|
+
access: read-only
|
|
1932
|
+
value:
|
|
1933
|
+
type: string
|
|
1934
|
+
docs: The text content of the search button.
|
|
1935
|
+
attributes:
|
|
1936
|
+
type: optional<map<string, string>>
|
|
1937
|
+
docs: The custom attributes of the node
|
|
1938
|
+
source:
|
|
1939
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1380
1940
|
Node:
|
|
1381
1941
|
discriminant: type
|
|
1382
1942
|
base-properties: {}
|
|
@@ -1388,6 +1948,10 @@ types:
|
|
|
1388
1948
|
text: TextNode
|
|
1389
1949
|
image: ImageNode
|
|
1390
1950
|
component-instance: ComponentNode
|
|
1951
|
+
text-input: TextInputNode
|
|
1952
|
+
select: SelectNode
|
|
1953
|
+
submit-button: SubmitButtonNode
|
|
1954
|
+
search-button: SearchButtonNode
|
|
1391
1955
|
source:
|
|
1392
1956
|
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1393
1957
|
Dom:
|
|
@@ -1457,6 +2021,64 @@ types:
|
|
|
1457
2021
|
type: list<ComponentInstanceNodePropertyOverridesWritePropertyOverridesItem>
|
|
1458
2022
|
source:
|
|
1459
2023
|
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
2024
|
+
SelectNodeWriteChoicesItem:
|
|
2025
|
+
properties:
|
|
2026
|
+
value:
|
|
2027
|
+
type: string
|
|
2028
|
+
docs: The value of the choice when selected.
|
|
2029
|
+
text:
|
|
2030
|
+
type: string
|
|
2031
|
+
docs: The text to display for the choice.
|
|
2032
|
+
source:
|
|
2033
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
2034
|
+
inline: true
|
|
2035
|
+
SelectNodeWrite:
|
|
2036
|
+
docs: Update choices on a select node
|
|
2037
|
+
properties:
|
|
2038
|
+
nodeId:
|
|
2039
|
+
type: string
|
|
2040
|
+
docs: Node UUID
|
|
2041
|
+
choices:
|
|
2042
|
+
docs: The list of choices to set on the select node.
|
|
2043
|
+
type: list<SelectNodeWriteChoicesItem>
|
|
2044
|
+
source:
|
|
2045
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
2046
|
+
TextInputNodeWrite:
|
|
2047
|
+
docs: Update placeholder text on a text input node
|
|
2048
|
+
properties:
|
|
2049
|
+
nodeId:
|
|
2050
|
+
type: string
|
|
2051
|
+
docs: Node UUID
|
|
2052
|
+
placeholder:
|
|
2053
|
+
type: string
|
|
2054
|
+
docs: The placeholder text of the input node
|
|
2055
|
+
source:
|
|
2056
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
2057
|
+
SubmitButtonNodeWrite:
|
|
2058
|
+
docs: Update a submit button node
|
|
2059
|
+
properties:
|
|
2060
|
+
nodeId:
|
|
2061
|
+
type: string
|
|
2062
|
+
docs: Node UUID
|
|
2063
|
+
value:
|
|
2064
|
+
type: optional<string>
|
|
2065
|
+
docs: The text content of the submit button.
|
|
2066
|
+
waitingText:
|
|
2067
|
+
type: optional<string>
|
|
2068
|
+
docs: The text to show while the form is submitting.
|
|
2069
|
+
source:
|
|
2070
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
2071
|
+
SearchButtonNodeWrite:
|
|
2072
|
+
docs: Update a search button node
|
|
2073
|
+
properties:
|
|
2074
|
+
nodeId:
|
|
2075
|
+
type: string
|
|
2076
|
+
docs: Node UUID
|
|
2077
|
+
value:
|
|
2078
|
+
type: string
|
|
2079
|
+
docs: The text content of the search button.
|
|
2080
|
+
source:
|
|
2081
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
1460
2082
|
Component:
|
|
1461
2083
|
docs: The Component object
|
|
1462
2084
|
properties:
|
|
@@ -1497,8 +2119,8 @@ types:
|
|
|
1497
2119
|
The Component DOM schema represents the content structure of a component.
|
|
1498
2120
|
Similar to Page DOM, it captures various content nodes and their
|
|
1499
2121
|
associated attributes, but specifically for a component's structure. Each
|
|
1500
|
-
node has a unique identifier and can contain text, images, or
|
|
1501
|
-
component instances.
|
|
2122
|
+
node has a unique identifier and can contain text, images, select or text
|
|
2123
|
+
inputs, submit buttons, or nested component instances.
|
|
1502
2124
|
properties:
|
|
1503
2125
|
componentId:
|
|
1504
2126
|
type: optional<string>
|
|
@@ -1892,6 +2514,7 @@ types:
|
|
|
1892
2514
|
- collection_item_changed
|
|
1893
2515
|
- collection_item_deleted
|
|
1894
2516
|
- collection_item_unpublished
|
|
2517
|
+
- comment_created
|
|
1895
2518
|
docs: >
|
|
1896
2519
|
The type of event that triggered the request. See the the documentation
|
|
1897
2520
|
for details on [supported events](/data/reference/all-events).
|
|
@@ -2432,8 +3055,10 @@ types:
|
|
|
2432
3055
|
SkuValueList:
|
|
2433
3056
|
type: map<string, string>
|
|
2434
3057
|
docs: >
|
|
2435
|
-
A
|
|
2436
|
-
|
|
3058
|
+
A mapping between SKU properties and their values, represented as
|
|
3059
|
+
key-value pairs. Each key represents a SKU Property ID (e.g. "color") and
|
|
3060
|
+
maps to its corresponding SKU Value ID (e.g. "blue"). This structure
|
|
3061
|
+
defines the specific variant combination for a SKU.
|
|
2437
3062
|
SkuFieldDataPrice:
|
|
2438
3063
|
docs: price of SKU
|
|
2439
3064
|
properties:
|
|
@@ -2443,6 +3068,9 @@ types:
|
|
|
2443
3068
|
unit:
|
|
2444
3069
|
type: optional<string>
|
|
2445
3070
|
docs: Currency of Item
|
|
3071
|
+
currency:
|
|
3072
|
+
type: optional<string>
|
|
3073
|
+
docs: Currency of Item (alternative representation)
|
|
2446
3074
|
source:
|
|
2447
3075
|
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
2448
3076
|
inline: true
|
|
@@ -2561,6 +3189,15 @@ types:
|
|
|
2561
3189
|
quantity:
|
|
2562
3190
|
type: optional<double>
|
|
2563
3191
|
docs: Quantity of SKU that will be tracked as items are ordered.
|
|
3192
|
+
main-image:
|
|
3193
|
+
type: optional<string>
|
|
3194
|
+
docs: The URL for the main image of the SKU
|
|
3195
|
+
sku:
|
|
3196
|
+
type: optional<string>
|
|
3197
|
+
docs: A unique identifier for the SKU
|
|
3198
|
+
sku-properties:
|
|
3199
|
+
type: optional<list<SkuPropertyList>>
|
|
3200
|
+
docs: The properties of the SKU
|
|
2564
3201
|
source:
|
|
2565
3202
|
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
2566
3203
|
Sku:
|