webflow-api 3.1.2 → 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.mock/definition/__package__.yml +657 -27
- package/.mock/definition/api.yml +9 -2
- package/.mock/definition/assets.yml +1 -1
- package/.mock/definition/collections/items.yml +21 -4
- package/.mock/definition/components.yml +31 -27
- package/.mock/definition/orders.yml +14 -14
- package/.mock/definition/pages.yml +35 -7
- package/.mock/definition/products.yml +156 -42
- package/.mock/definition/sites/comments.yml +325 -0
- package/.mock/definition/sites/redirects.yml +8 -8
- package/.mock/definition/sites/robotsTxt.yml +22 -3
- package/.mock/definition/sites/wellKnown.yml +114 -0
- package/.mock/definition/sites.yml +4 -4
- 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 +5 -5
- package/api/resources/sites/resources/redirects/client/Client.js +12 -12
- 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/Page.d.ts +0 -2
- 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 +5 -5
- package/dist/api/resources/sites/resources/redirects/client/Client.js +12 -12
- 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/Page.d.ts +0 -2
- 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/Page.d.ts +0 -1
- package/dist/serialization/types/Page.js +0 -1
- 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/AssetsUtilitiesClient.d.ts +1 -1
- package/environments.d.ts +15 -2
- package/environments.js +7 -1
- package/package.json +5 -1
- package/reference.md +678 -20
- 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/Page.d.ts +0 -1
- package/serialization/types/Page.js +0 -1
- 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/AssetsUtilitiesClient.d.ts +1 -1
|
@@ -84,13 +84,24 @@ service:
|
|
|
84
84
|
createdOn: '2023-03-17T18:47:35Z'
|
|
85
85
|
fieldData:
|
|
86
86
|
sku-values:
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
87
|
+
color: blue
|
|
88
|
+
size: small
|
|
89
|
+
name: Colorful T-shirt - Default
|
|
90
|
+
slug: colorful-t-shirt-default
|
|
90
91
|
price:
|
|
91
|
-
value:
|
|
92
|
+
value: 2499
|
|
92
93
|
unit: USD
|
|
94
|
+
currency: USD
|
|
93
95
|
quantity: 10
|
|
96
|
+
main-image: https://www.example.com/image.jpg
|
|
97
|
+
sku: '1234567890'
|
|
98
|
+
sku-properties:
|
|
99
|
+
- id: Color
|
|
100
|
+
name: Color
|
|
101
|
+
enum:
|
|
102
|
+
- id: id
|
|
103
|
+
name: Royal Blue
|
|
104
|
+
slug: royal-blue
|
|
94
105
|
pagination:
|
|
95
106
|
limit: 100
|
|
96
107
|
offset: 0
|
|
@@ -100,20 +111,14 @@ service:
|
|
|
100
111
|
method: POST
|
|
101
112
|
auth: true
|
|
102
113
|
docs: >
|
|
103
|
-
Create a new product and
|
|
114
|
+
Create a new ecommerce product and defaultSKU. A product, at minimum,
|
|
115
|
+
must have a single SKU.
|
|
104
116
|
|
|
105
117
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
To create a Product with multiple SKUs - for example a T-shirt in sizes
|
|
111
|
-
small, medium and large:
|
|
112
|
-
- Create parameters in `sku-properties`, also known as [product options and variants.](https://help.webflow.com/hc/en-us/articles/33961334531347-Create-product-options-and-variants).
|
|
113
|
-
- A single `sku-property` would be `color`. Within the `color` property, list the various colors of T-shirts as an array of `enum` values: `royal-blue`, `crimson-red`, and `forrest-green`.
|
|
114
|
-
- Once, you've created a Product and its `sku-properties` with `enum` values, Webflow will create a **default SKU**, which will automatically be a combination of the first `sku-properties` you've created.
|
|
115
|
-
- In our example, the default SKU will be a Royal Blue T-Shirt, because our first `enum` of our Color `sku-property` is Royal Blue.
|
|
116
|
-
- After you've created your product, you can create additional SKUs using the [Create SKU endpoint.](/data/reference/ecommerce/products/create-sku)
|
|
118
|
+
To create a product with multiple SKUs:
|
|
119
|
+
- First, create a list of `sku-properties`, also known as [product options](https://help.webflow.com/hc/en-us/articles/33961334531347-Create-product-options-and-variants). For example, a T-shirt product may have a "color" `sku-property`, with a list of enum values: red, yellow, and blue, another `sku-property` may be "size", with a list of enum values: small, medium, and large.
|
|
120
|
+
- Once, a product is created with a list of `sku-properties`, Webflow will create a **default SKU**, which is always a combination of the first `enum` values of each `sku-property`. (e.g. Small - Red - T-Shirt)
|
|
121
|
+
- After creation, you can create additional SKUs for the product, using the [Create SKUs endpoint.](/data/reference/ecommerce/products/create-sku)
|
|
117
122
|
|
|
118
123
|
Upon creation, the default product type will be `Advanced`, which
|
|
119
124
|
ensures all Product and SKU fields will be shown to users in the
|
|
@@ -133,8 +138,8 @@ service:
|
|
|
133
138
|
body:
|
|
134
139
|
properties:
|
|
135
140
|
publishStatus: optional<root.PublishStatus>
|
|
136
|
-
product:
|
|
137
|
-
sku:
|
|
141
|
+
product: ProductSkuCreateProduct
|
|
142
|
+
sku: ProductSkuCreateSku
|
|
138
143
|
content-type: application/json
|
|
139
144
|
response:
|
|
140
145
|
docs: Request was successful
|
|
@@ -151,7 +156,50 @@ service:
|
|
|
151
156
|
examples:
|
|
152
157
|
- path-parameters:
|
|
153
158
|
site_id: 580e63e98c9a982ac9b8b741
|
|
154
|
-
request:
|
|
159
|
+
request:
|
|
160
|
+
publishStatus: staging
|
|
161
|
+
product:
|
|
162
|
+
fieldData:
|
|
163
|
+
name: Colorful T-shirt
|
|
164
|
+
slug: colorful-t-shirt
|
|
165
|
+
description: >-
|
|
166
|
+
Our best-selling t-shirt available in multiple colors and
|
|
167
|
+
sizes
|
|
168
|
+
sku-properties:
|
|
169
|
+
- id: color
|
|
170
|
+
name: Color
|
|
171
|
+
enum:
|
|
172
|
+
- id: red
|
|
173
|
+
name: Red
|
|
174
|
+
slug: red
|
|
175
|
+
- id: yellow
|
|
176
|
+
name: Yellow
|
|
177
|
+
slug: yellow
|
|
178
|
+
- id: blue
|
|
179
|
+
name: Blue
|
|
180
|
+
slug: blue
|
|
181
|
+
- id: size
|
|
182
|
+
name: Size
|
|
183
|
+
enum:
|
|
184
|
+
- id: small
|
|
185
|
+
name: Small
|
|
186
|
+
slug: small
|
|
187
|
+
- id: medium
|
|
188
|
+
name: Medium
|
|
189
|
+
slug: medium
|
|
190
|
+
- id: large
|
|
191
|
+
name: Large
|
|
192
|
+
slug: large
|
|
193
|
+
sku:
|
|
194
|
+
fieldData:
|
|
195
|
+
name: Colorful T-shirt - Red Small
|
|
196
|
+
slug: colorful-t-shirt-red-small
|
|
197
|
+
price:
|
|
198
|
+
value: 2499
|
|
199
|
+
unit: USD
|
|
200
|
+
currency: USD
|
|
201
|
+
main-image: >-
|
|
202
|
+
https://rocketamp-sample-store.myshopify.com/cdn/shop/products/Gildan_2000_Antique_Cherry_Red_Front_1024x1024.jpg?v=1527232987
|
|
155
203
|
response:
|
|
156
204
|
body:
|
|
157
205
|
product:
|
|
@@ -187,13 +235,24 @@ service:
|
|
|
187
235
|
createdOn: '2023-03-17T18:47:35Z'
|
|
188
236
|
fieldData:
|
|
189
237
|
sku-values:
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
238
|
+
color: blue
|
|
239
|
+
size: small
|
|
240
|
+
name: Colorful T-shirt - Default
|
|
241
|
+
slug: colorful-t-shirt-default
|
|
193
242
|
price:
|
|
194
|
-
value:
|
|
243
|
+
value: 2499
|
|
195
244
|
unit: USD
|
|
245
|
+
currency: USD
|
|
196
246
|
quantity: 10
|
|
247
|
+
main-image: https://www.example.com/image.jpg
|
|
248
|
+
sku: '1234567890'
|
|
249
|
+
sku-properties:
|
|
250
|
+
- id: Color
|
|
251
|
+
name: Color
|
|
252
|
+
enum:
|
|
253
|
+
- id: id
|
|
254
|
+
name: Royal Blue
|
|
255
|
+
slug: royal-blue
|
|
197
256
|
get:
|
|
198
257
|
path: /sites/{site_id}/products/{product_id}
|
|
199
258
|
method: GET
|
|
@@ -264,13 +323,24 @@ service:
|
|
|
264
323
|
createdOn: '2023-03-17T18:47:35Z'
|
|
265
324
|
fieldData:
|
|
266
325
|
sku-values:
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
326
|
+
color: blue
|
|
327
|
+
size: small
|
|
328
|
+
name: Colorful T-shirt - Default
|
|
329
|
+
slug: colorful-t-shirt-default
|
|
270
330
|
price:
|
|
271
|
-
value:
|
|
331
|
+
value: 2499
|
|
272
332
|
unit: USD
|
|
333
|
+
currency: USD
|
|
273
334
|
quantity: 10
|
|
335
|
+
main-image: https://www.example.com/image.jpg
|
|
336
|
+
sku: '1234567890'
|
|
337
|
+
sku-properties:
|
|
338
|
+
- id: Color
|
|
339
|
+
name: Color
|
|
340
|
+
enum:
|
|
341
|
+
- id: id
|
|
342
|
+
name: Royal Blue
|
|
343
|
+
slug: royal-blue
|
|
274
344
|
update:
|
|
275
345
|
path: /sites/{site_id}/products/{product_id}
|
|
276
346
|
method: PATCH
|
|
@@ -370,7 +440,7 @@ service:
|
|
|
370
440
|
product_id:
|
|
371
441
|
type: string
|
|
372
442
|
docs: Unique identifier for a Product
|
|
373
|
-
display-name: Create
|
|
443
|
+
display-name: Create SKUs
|
|
374
444
|
request:
|
|
375
445
|
name: ProductsCreateSkuRequest
|
|
376
446
|
body:
|
|
@@ -398,11 +468,15 @@ service:
|
|
|
398
468
|
product_id: 580e63fc8c9a982ac9b8b745
|
|
399
469
|
request:
|
|
400
470
|
skus:
|
|
401
|
-
-
|
|
471
|
+
- fieldData:
|
|
472
|
+
name: Colorful T-shirt - Default
|
|
473
|
+
slug: colorful-t-shirt-default
|
|
474
|
+
price:
|
|
475
|
+
value: 2499
|
|
476
|
+
unit: USD
|
|
477
|
+
currency: USD
|
|
402
478
|
response:
|
|
403
479
|
body:
|
|
404
|
-
required:
|
|
405
|
-
key: value
|
|
406
480
|
skus:
|
|
407
481
|
- id: 580e63fc8c9a982ac9b8b745
|
|
408
482
|
cmsLocaleId: 653ad57de882f528b32e810e
|
|
@@ -411,13 +485,24 @@ service:
|
|
|
411
485
|
createdOn: '2023-03-17T18:47:35Z'
|
|
412
486
|
fieldData:
|
|
413
487
|
sku-values:
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
488
|
+
color: blue
|
|
489
|
+
size: small
|
|
490
|
+
name: Colorful T-shirt - Default
|
|
491
|
+
slug: colorful-t-shirt-default
|
|
417
492
|
price:
|
|
418
|
-
value:
|
|
493
|
+
value: 2499
|
|
419
494
|
unit: USD
|
|
495
|
+
currency: USD
|
|
420
496
|
quantity: 10
|
|
497
|
+
main-image: https://www.example.com/image.jpg
|
|
498
|
+
sku: '1234567890'
|
|
499
|
+
sku-properties:
|
|
500
|
+
- id: Color
|
|
501
|
+
name: Color
|
|
502
|
+
enum:
|
|
503
|
+
- id: id
|
|
504
|
+
name: Royal Blue
|
|
505
|
+
slug: royal-blue
|
|
421
506
|
update-sku:
|
|
422
507
|
path: /sites/{site_id}/products/{product_id}/skus/{sku_id}
|
|
423
508
|
method: PATCH
|
|
@@ -470,7 +555,14 @@ service:
|
|
|
470
555
|
product_id: 580e63fc8c9a982ac9b8b745
|
|
471
556
|
sku_id: 5e8518516e147040726cc415
|
|
472
557
|
request:
|
|
473
|
-
sku:
|
|
558
|
+
sku:
|
|
559
|
+
fieldData:
|
|
560
|
+
name: Colorful T-shirt - Default
|
|
561
|
+
slug: colorful-t-shirt-default
|
|
562
|
+
price:
|
|
563
|
+
value: 2499
|
|
564
|
+
unit: USD
|
|
565
|
+
currency: USD
|
|
474
566
|
response:
|
|
475
567
|
body:
|
|
476
568
|
id: 580e63fc8c9a982ac9b8b745
|
|
@@ -480,12 +572,14 @@ service:
|
|
|
480
572
|
createdOn: '2023-03-17T18:47:35Z'
|
|
481
573
|
fieldData:
|
|
482
574
|
sku-values:
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
575
|
+
color: blue
|
|
576
|
+
size: small
|
|
577
|
+
name: Colorful T-shirt - Default
|
|
578
|
+
slug: colorful-t-shirt-default
|
|
486
579
|
price:
|
|
487
|
-
value:
|
|
580
|
+
value: 2499
|
|
488
581
|
unit: USD
|
|
582
|
+
currency: USD
|
|
489
583
|
compare-at-price:
|
|
490
584
|
value: 100
|
|
491
585
|
unit: USD
|
|
@@ -498,12 +592,32 @@ service:
|
|
|
498
592
|
- {}
|
|
499
593
|
track-inventory: true
|
|
500
594
|
quantity: 10
|
|
595
|
+
main-image: https://www.example.com/image.jpg
|
|
596
|
+
sku: '1234567890'
|
|
597
|
+
sku-properties:
|
|
598
|
+
- id: Color
|
|
599
|
+
name: Color
|
|
600
|
+
enum:
|
|
601
|
+
- id: id
|
|
602
|
+
name: Royal Blue
|
|
603
|
+
slug: royal-blue
|
|
501
604
|
source:
|
|
502
605
|
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
503
606
|
types:
|
|
607
|
+
ProductSkuCreateProduct:
|
|
608
|
+
properties:
|
|
609
|
+
fieldData: optional<root.ProductFieldData>
|
|
610
|
+
source:
|
|
611
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
612
|
+
inline: true
|
|
613
|
+
ProductSkuCreateSku:
|
|
614
|
+
properties:
|
|
615
|
+
fieldData: optional<root.SkuFieldData>
|
|
616
|
+
source:
|
|
617
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
618
|
+
inline: true
|
|
504
619
|
ProductsCreateSkuResponse:
|
|
505
620
|
properties:
|
|
506
|
-
|
|
507
|
-
skus: optional<list<root.Sku>>
|
|
621
|
+
skus: list<root.Sku>
|
|
508
622
|
source:
|
|
509
623
|
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
types:
|
|
2
|
+
CommentsListCommentThreadsRequestSortBy:
|
|
3
|
+
enum:
|
|
4
|
+
- createdOn
|
|
5
|
+
- lastUpdated
|
|
6
|
+
source:
|
|
7
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
8
|
+
CommentsListCommentThreadsRequestSortOrder:
|
|
9
|
+
enum:
|
|
10
|
+
- asc
|
|
11
|
+
- desc
|
|
12
|
+
source:
|
|
13
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
14
|
+
CommentsGetCommentThreadRequestSortBy:
|
|
15
|
+
enum:
|
|
16
|
+
- createdOn
|
|
17
|
+
- lastUpdated
|
|
18
|
+
source:
|
|
19
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
20
|
+
CommentsGetCommentThreadRequestSortOrder:
|
|
21
|
+
enum:
|
|
22
|
+
- asc
|
|
23
|
+
- desc
|
|
24
|
+
source:
|
|
25
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
26
|
+
CommentsListCommentRepliesRequestSortBy:
|
|
27
|
+
enum:
|
|
28
|
+
- createdOn
|
|
29
|
+
- lastUpdated
|
|
30
|
+
source:
|
|
31
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
32
|
+
CommentsListCommentRepliesRequestSortOrder:
|
|
33
|
+
enum:
|
|
34
|
+
- asc
|
|
35
|
+
- desc
|
|
36
|
+
source:
|
|
37
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
38
|
+
imports:
|
|
39
|
+
root: ../__package__.yml
|
|
40
|
+
service:
|
|
41
|
+
auth: false
|
|
42
|
+
base-path: ''
|
|
43
|
+
endpoints:
|
|
44
|
+
list-comment-threads:
|
|
45
|
+
path: /sites/{site_id}/comments
|
|
46
|
+
method: GET
|
|
47
|
+
auth: true
|
|
48
|
+
docs: |
|
|
49
|
+
List all comment threads for a site.
|
|
50
|
+
|
|
51
|
+
<Note title="Timing of comment threads">
|
|
52
|
+
There may be a delay of up to 5 minutes before new comments appear in the system.
|
|
53
|
+
</Note>
|
|
54
|
+
|
|
55
|
+
Required scope | `comments:read`
|
|
56
|
+
source:
|
|
57
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
58
|
+
path-parameters:
|
|
59
|
+
site_id:
|
|
60
|
+
type: string
|
|
61
|
+
docs: Unique identifier for a Site
|
|
62
|
+
display-name: List Comment Threads
|
|
63
|
+
request:
|
|
64
|
+
name: CommentsListCommentThreadsRequest
|
|
65
|
+
query-parameters:
|
|
66
|
+
localeId:
|
|
67
|
+
type: optional<string>
|
|
68
|
+
docs: >-
|
|
69
|
+
Unique identifier for a specific locale. Applicable, when using
|
|
70
|
+
localization.
|
|
71
|
+
offset:
|
|
72
|
+
type: optional<double>
|
|
73
|
+
docs: >-
|
|
74
|
+
Offset used for pagination if the results have more than limit
|
|
75
|
+
records
|
|
76
|
+
limit:
|
|
77
|
+
type: optional<double>
|
|
78
|
+
docs: 'Maximum number of records to be returned (max limit: 100)'
|
|
79
|
+
sortBy:
|
|
80
|
+
type: optional<CommentsListCommentThreadsRequestSortBy>
|
|
81
|
+
docs: >-
|
|
82
|
+
Sort results by the provided value. Only allowed when sortOrder is
|
|
83
|
+
provided.
|
|
84
|
+
sortOrder:
|
|
85
|
+
type: optional<CommentsListCommentThreadsRequestSortOrder>
|
|
86
|
+
docs: Sorts the results by asc or desc
|
|
87
|
+
response:
|
|
88
|
+
docs: Request was successful
|
|
89
|
+
type: root.CommentThreadList
|
|
90
|
+
status-code: 200
|
|
91
|
+
errors:
|
|
92
|
+
- root.BadRequestError
|
|
93
|
+
- root.UnauthorizedError
|
|
94
|
+
- root.NotFoundError
|
|
95
|
+
- root.TooManyRequestsError
|
|
96
|
+
- root.InternalServerError
|
|
97
|
+
examples:
|
|
98
|
+
- path-parameters:
|
|
99
|
+
site_id: 580e63e98c9a982ac9b8b741
|
|
100
|
+
query-parameters:
|
|
101
|
+
localeId: 65427cf400e02b306eaa04a0
|
|
102
|
+
response:
|
|
103
|
+
body:
|
|
104
|
+
comments:
|
|
105
|
+
- id: 679d2ddb5196117ad04d1ffa
|
|
106
|
+
siteId: 679826b3b20b045e176bc4b5
|
|
107
|
+
pageId: 679826b3b20b045e176bc4bc
|
|
108
|
+
localeId: 67993753d910db250db64b3e
|
|
109
|
+
itemId: 580e64008c9a982ac9b8b754
|
|
110
|
+
breakpoint: main
|
|
111
|
+
url: >-
|
|
112
|
+
https://webflow.com/design/site-slug-4ec832?workflow=comment&commentId=679d2ddb5196117ad04d1ff8&pageId=679826b3b20b045e176bc4bc
|
|
113
|
+
content: 'Let''s go to the pub! [[6287ec36a841b25637c663df]] '
|
|
114
|
+
isResolved: false
|
|
115
|
+
author:
|
|
116
|
+
userId: 6287ec36a841b25637c663df
|
|
117
|
+
email: ford.prefect@heartofgold.spaceship
|
|
118
|
+
name: Ford Prefect
|
|
119
|
+
mentionedUsers:
|
|
120
|
+
- userId: 6287ec36a841b25637c663df
|
|
121
|
+
email: arthur.dent@heartofgold.spaceship
|
|
122
|
+
name: Arthur Dent
|
|
123
|
+
createdOn: '2025-01-31T20:08:59.759Z'
|
|
124
|
+
lastUpdated: '2025-01-31T20:08:59.759Z'
|
|
125
|
+
- id: 679d2ddb5196117ad04d1ffc
|
|
126
|
+
siteId: 679826b3b20b045e176bc4b5
|
|
127
|
+
pageId: 679826b3b20b045e176bc4bc
|
|
128
|
+
localeId: 67993753d910db250db64b3e
|
|
129
|
+
itemId: 580e64008c9a982ac9b8b754
|
|
130
|
+
breakpoint: main
|
|
131
|
+
url: >-
|
|
132
|
+
https://webflow.com/design/site-slug-4ec832?workflow=comment&commentId=679d2ddb5196117ad04d1ff8&pageId=679826b3b20b045e176bc4bc
|
|
133
|
+
content: >-
|
|
134
|
+
You have five minutes left to drink it
|
|
135
|
+
[[6287ec36a841b25637c663df]]
|
|
136
|
+
isResolved: false
|
|
137
|
+
author:
|
|
138
|
+
userId: 6287ec36a841b25637c663df
|
|
139
|
+
email: ford.prefect@heartofgold.spaceship
|
|
140
|
+
name: Ford Prefect
|
|
141
|
+
mentionedUsers:
|
|
142
|
+
- userId: 6287ec36a841b25637c663df
|
|
143
|
+
email: arthur.dent@heartofgold.spaceship
|
|
144
|
+
name: Arthur Dent
|
|
145
|
+
createdOn: '2025-01-31T20:08:59.759Z'
|
|
146
|
+
lastUpdated: '2025-01-31T20:08:59.759Z'
|
|
147
|
+
pagination:
|
|
148
|
+
limit: 2
|
|
149
|
+
offset: 0
|
|
150
|
+
total: 2
|
|
151
|
+
get-comment-thread:
|
|
152
|
+
path: /sites/{site_id}/comments/{comment_thread_id}
|
|
153
|
+
method: GET
|
|
154
|
+
auth: true
|
|
155
|
+
docs: |
|
|
156
|
+
Get details of a specific comment thread.
|
|
157
|
+
|
|
158
|
+
<Note title="Timing of comment threads">
|
|
159
|
+
There may be a delay of up to 5 minutes before new comments appear in the system.
|
|
160
|
+
</Note>
|
|
161
|
+
|
|
162
|
+
Required scope | `comments:read`
|
|
163
|
+
source:
|
|
164
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
165
|
+
path-parameters:
|
|
166
|
+
site_id:
|
|
167
|
+
type: string
|
|
168
|
+
docs: Unique identifier for a Site
|
|
169
|
+
comment_thread_id:
|
|
170
|
+
type: string
|
|
171
|
+
docs: Unique identifier for a Comment Thread
|
|
172
|
+
display-name: Get Comment Thread
|
|
173
|
+
request:
|
|
174
|
+
name: CommentsGetCommentThreadRequest
|
|
175
|
+
query-parameters:
|
|
176
|
+
localeId:
|
|
177
|
+
type: optional<string>
|
|
178
|
+
docs: >-
|
|
179
|
+
Unique identifier for a specific locale. Applicable, when using
|
|
180
|
+
localization.
|
|
181
|
+
offset:
|
|
182
|
+
type: optional<double>
|
|
183
|
+
docs: >-
|
|
184
|
+
Offset used for pagination if the results have more than limit
|
|
185
|
+
records
|
|
186
|
+
limit:
|
|
187
|
+
type: optional<double>
|
|
188
|
+
docs: 'Maximum number of records to be returned (max limit: 100)'
|
|
189
|
+
sortBy:
|
|
190
|
+
type: optional<CommentsGetCommentThreadRequestSortBy>
|
|
191
|
+
docs: >-
|
|
192
|
+
Sort results by the provided value. Only allowed when sortOrder is
|
|
193
|
+
provided.
|
|
194
|
+
sortOrder:
|
|
195
|
+
type: optional<CommentsGetCommentThreadRequestSortOrder>
|
|
196
|
+
docs: Sorts the results by asc or desc
|
|
197
|
+
response:
|
|
198
|
+
docs: Request was successful
|
|
199
|
+
type: root.CommentThread
|
|
200
|
+
status-code: 200
|
|
201
|
+
errors:
|
|
202
|
+
- root.BadRequestError
|
|
203
|
+
- root.UnauthorizedError
|
|
204
|
+
- root.NotFoundError
|
|
205
|
+
- root.TooManyRequestsError
|
|
206
|
+
- root.InternalServerError
|
|
207
|
+
examples:
|
|
208
|
+
- path-parameters:
|
|
209
|
+
site_id: 580e63e98c9a982ac9b8b741
|
|
210
|
+
comment_thread_id: 580e63e98c9a982ac9b8b741
|
|
211
|
+
query-parameters:
|
|
212
|
+
localeId: 65427cf400e02b306eaa04a0
|
|
213
|
+
response:
|
|
214
|
+
body:
|
|
215
|
+
id: 580e64008c9a982ac9b8b754
|
|
216
|
+
siteId: 580e64008c9a982ac9b8b754
|
|
217
|
+
pageId: 580e64008c9a982ac9b8b754
|
|
218
|
+
localeId: 580e64008c9a982ac9b8b754
|
|
219
|
+
itemId: 580e64008c9a982ac9b8b754
|
|
220
|
+
breakpoint: main
|
|
221
|
+
url: >-
|
|
222
|
+
https://webflow.com/design/site-slug-4ec832?workflow=comment&commentId=679d2ddb5196117ad04d1ff8&pageId=679826b3b20b045e176bc4bc
|
|
223
|
+
content: This is a comment reply
|
|
224
|
+
isResolved: true
|
|
225
|
+
author:
|
|
226
|
+
userId: userId
|
|
227
|
+
email: email
|
|
228
|
+
name: name
|
|
229
|
+
mentionedUsers:
|
|
230
|
+
- userId: 6287ec36a841b25637c663df
|
|
231
|
+
email: arthur.dent@heartofgold.spaceship
|
|
232
|
+
name: Arthur Dent
|
|
233
|
+
createdOn: '2023-03-17T18:47:35.560Z'
|
|
234
|
+
lastUpdated: '2023-03-17T18:47:35.560Z'
|
|
235
|
+
list-comment-replies:
|
|
236
|
+
path: /sites/{site_id}/comments/{comment_thread_id}/replies
|
|
237
|
+
method: GET
|
|
238
|
+
auth: true
|
|
239
|
+
docs: |
|
|
240
|
+
List all replies to a specific comment thread.
|
|
241
|
+
|
|
242
|
+
<Note title="Timing of comment threads">
|
|
243
|
+
There may be a delay of up to 5 minutes before new comments appear in the system.
|
|
244
|
+
</Note>
|
|
245
|
+
|
|
246
|
+
Required scope | `comments:read`
|
|
247
|
+
source:
|
|
248
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
249
|
+
path-parameters:
|
|
250
|
+
site_id:
|
|
251
|
+
type: string
|
|
252
|
+
docs: Unique identifier for a Site
|
|
253
|
+
comment_thread_id:
|
|
254
|
+
type: string
|
|
255
|
+
docs: Unique identifier for a Comment Thread
|
|
256
|
+
display-name: List Comment Replies
|
|
257
|
+
request:
|
|
258
|
+
name: CommentsListCommentRepliesRequest
|
|
259
|
+
query-parameters:
|
|
260
|
+
localeId:
|
|
261
|
+
type: optional<string>
|
|
262
|
+
docs: >-
|
|
263
|
+
Unique identifier for a specific locale. Applicable, when using
|
|
264
|
+
localization.
|
|
265
|
+
offset:
|
|
266
|
+
type: optional<double>
|
|
267
|
+
docs: >-
|
|
268
|
+
Offset used for pagination if the results have more than limit
|
|
269
|
+
records
|
|
270
|
+
limit:
|
|
271
|
+
type: optional<double>
|
|
272
|
+
docs: 'Maximum number of records to be returned (max limit: 100)'
|
|
273
|
+
sortBy:
|
|
274
|
+
type: optional<CommentsListCommentRepliesRequestSortBy>
|
|
275
|
+
docs: >-
|
|
276
|
+
Sort results by the provided value. Only allowed when sortOrder is
|
|
277
|
+
provided.
|
|
278
|
+
sortOrder:
|
|
279
|
+
type: optional<CommentsListCommentRepliesRequestSortOrder>
|
|
280
|
+
docs: Sorts the results by asc or desc
|
|
281
|
+
response:
|
|
282
|
+
docs: Request was successful
|
|
283
|
+
type: root.CommentReplyList
|
|
284
|
+
status-code: 200
|
|
285
|
+
errors:
|
|
286
|
+
- root.BadRequestError
|
|
287
|
+
- root.UnauthorizedError
|
|
288
|
+
- root.NotFoundError
|
|
289
|
+
- root.TooManyRequestsError
|
|
290
|
+
- root.InternalServerError
|
|
291
|
+
examples:
|
|
292
|
+
- path-parameters:
|
|
293
|
+
site_id: 580e63e98c9a982ac9b8b741
|
|
294
|
+
comment_thread_id: 580e63e98c9a982ac9b8b741
|
|
295
|
+
query-parameters:
|
|
296
|
+
localeId: 65427cf400e02b306eaa04a0
|
|
297
|
+
response:
|
|
298
|
+
body:
|
|
299
|
+
comments:
|
|
300
|
+
- id: 679d2ddb5196117ad04d1ffa
|
|
301
|
+
commentId: 679d2ddb5196117ad04d1ff8
|
|
302
|
+
siteId: 679826b3b20b045e176bc4b5
|
|
303
|
+
pageId: 679826b3b20b045e176bc4bc
|
|
304
|
+
localeId: 67993753d910db250db64b3e
|
|
305
|
+
breakpoint: main
|
|
306
|
+
content: >-
|
|
307
|
+
This comment mentions another user
|
|
308
|
+
[[6287ec36a841b25637c663df]]
|
|
309
|
+
isResolved: false
|
|
310
|
+
author:
|
|
311
|
+
id: id
|
|
312
|
+
email: email
|
|
313
|
+
name: name
|
|
314
|
+
mentionedUsers:
|
|
315
|
+
- id: id
|
|
316
|
+
email: arthur.dent@example.com
|
|
317
|
+
name: Arthur Dent
|
|
318
|
+
lastUpdated: '2025-01-31T20:08:59.759Z'
|
|
319
|
+
createdOn: '2025-01-31T20:08:59.759Z'
|
|
320
|
+
pagination:
|
|
321
|
+
limit: 2
|
|
322
|
+
offset: 0
|
|
323
|
+
total: 1
|
|
324
|
+
source:
|
|
325
|
+
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
@@ -9,7 +9,7 @@ service:
|
|
|
9
9
|
method: GET
|
|
10
10
|
auth: true
|
|
11
11
|
docs: >
|
|
12
|
-
Fetch a list of all
|
|
12
|
+
Fetch a list of all 301 redirect rules configured for a specific site.
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
Use this endpoint to review, audit, or manage the redirection rules that
|
|
@@ -27,7 +27,7 @@ service:
|
|
|
27
27
|
site_id:
|
|
28
28
|
type: string
|
|
29
29
|
docs: Unique identifier for a Site
|
|
30
|
-
display-name: Get
|
|
30
|
+
display-name: Get 301 redirects
|
|
31
31
|
response:
|
|
32
32
|
docs: Request was successful
|
|
33
33
|
type: root.Redirects
|
|
@@ -59,7 +59,7 @@ service:
|
|
|
59
59
|
method: POST
|
|
60
60
|
auth: true
|
|
61
61
|
docs: >
|
|
62
|
-
Add a new
|
|
62
|
+
Add a new 301 redirection rule to a site.
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
This endpoint allows you to define a source path (`fromUrl`) and its
|
|
@@ -79,7 +79,7 @@ service:
|
|
|
79
79
|
site_id:
|
|
80
80
|
type: string
|
|
81
81
|
docs: Unique identifier for a Site
|
|
82
|
-
display-name: Create a
|
|
82
|
+
display-name: Create a 301 redirect
|
|
83
83
|
request:
|
|
84
84
|
body: root.Redirect
|
|
85
85
|
content-type: application/json
|
|
@@ -110,7 +110,7 @@ service:
|
|
|
110
110
|
method: DELETE
|
|
111
111
|
auth: true
|
|
112
112
|
docs: >
|
|
113
|
-
Remove a
|
|
113
|
+
Remove a 301 redirection rule from a site.
|
|
114
114
|
|
|
115
115
|
|
|
116
116
|
This is useful for cleaning up outdated or unnecessary redirects,
|
|
@@ -132,7 +132,7 @@ service:
|
|
|
132
132
|
redirect_id:
|
|
133
133
|
type: string
|
|
134
134
|
docs: Unique identifier site rediect
|
|
135
|
-
display-name: Delete
|
|
135
|
+
display-name: Delete 301 redirects
|
|
136
136
|
response:
|
|
137
137
|
docs: Request was successful
|
|
138
138
|
type: root.Redirects
|
|
@@ -165,7 +165,7 @@ service:
|
|
|
165
165
|
method: PATCH
|
|
166
166
|
auth: true
|
|
167
167
|
docs: >
|
|
168
|
-
Update a
|
|
168
|
+
Update a 301 redirection rule from a site.
|
|
169
169
|
|
|
170
170
|
|
|
171
171
|
<Warning title="Enterprise Only">This endpoint requires an Enterprise
|
|
@@ -182,7 +182,7 @@ service:
|
|
|
182
182
|
redirect_id:
|
|
183
183
|
type: string
|
|
184
184
|
docs: Unique identifier site rediect
|
|
185
|
-
display-name: Update
|
|
185
|
+
display-name: Update 301 redirect
|
|
186
186
|
request:
|
|
187
187
|
body: root.Redirect
|
|
188
188
|
content-type: application/json
|