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
package/reference.md
CHANGED
|
@@ -1164,7 +1164,7 @@ await client.pages.updatePageSettings("63c720f9347c2139b248e552", {
|
|
|
1164
1164
|
<dl>
|
|
1165
1165
|
<dd>
|
|
1166
1166
|
|
|
1167
|
-
Get content from a static page. This includes text nodes, image nodes, and component instances with [property overrides](https://help.webflow.com/hc/en-us/articles/33961219350547-Component-properties#how-to-modify-property-values-on-component-instances).
|
|
1167
|
+
Get content from a static page. This includes text nodes, image nodes, select nodes, text input nodes, submit button nodes, and component instances with [property overrides](https://help.webflow.com/hc/en-us/articles/33961219350547-Component-properties#how-to-modify-property-values-on-component-instances).
|
|
1168
1168
|
|
|
1169
1169
|
To retrieve the static content of a component instance, use the [Get Component Content](/data/reference/pages-and-components/components/get-content) endpoint.
|
|
1170
1170
|
|
|
@@ -1281,6 +1281,28 @@ await client.pages.updateStaticContent("63c720f9347c2139b248e552", {
|
|
|
1281
1281
|
nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad627",
|
|
1282
1282
|
text: "<div><h3>Don't Panic!</h3><p>Always know where your towel is.</p></div>",
|
|
1283
1283
|
},
|
|
1284
|
+
{
|
|
1285
|
+
nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad635",
|
|
1286
|
+
choices: [
|
|
1287
|
+
{
|
|
1288
|
+
value: "choice-1",
|
|
1289
|
+
text: "First choice",
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
value: "choice-2",
|
|
1293
|
+
text: "Second choice",
|
|
1294
|
+
},
|
|
1295
|
+
],
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad642",
|
|
1299
|
+
placeholder: "Enter something here...",
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad671",
|
|
1303
|
+
value: "Submit",
|
|
1304
|
+
waitingText: "Submitting...",
|
|
1305
|
+
},
|
|
1284
1306
|
{
|
|
1285
1307
|
nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad629",
|
|
1286
1308
|
propertyOverrides: [
|
|
@@ -1425,7 +1447,7 @@ await client.components.list("580e63e98c9a982ac9b8b741");
|
|
|
1425
1447
|
<dl>
|
|
1426
1448
|
<dd>
|
|
1427
1449
|
|
|
1428
|
-
Get static content from a component definition. This includes text nodes, image nodes and nested component instances.
|
|
1450
|
+
Get static content from a component definition. This includes text nodes, image nodes, select nodes, text input nodes, submit button nodes, and nested component instances.
|
|
1429
1451
|
To retrieve dynamic content set by component properties, use the [get component properties](/data/reference/pages-and-components/components/get-properties) endpoint.
|
|
1430
1452
|
|
|
1431
1453
|
<Note>If you do not provide a Locale ID in your request, the response will return any content that can be localized from the Primary locale.</Note>
|
|
@@ -1549,6 +1571,28 @@ await client.components.updateContent("580e63e98c9a982ac9b8b741", "8505ba55-ef72
|
|
|
1549
1571
|
nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad627",
|
|
1550
1572
|
text: "<div><h3>Don't Panic!</h3><p>Always know where your towel is.</p></div>",
|
|
1551
1573
|
},
|
|
1574
|
+
{
|
|
1575
|
+
nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad635",
|
|
1576
|
+
choices: [
|
|
1577
|
+
{
|
|
1578
|
+
value: "choice-1",
|
|
1579
|
+
text: "First choice",
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
value: "choice-2",
|
|
1583
|
+
text: "Second choice",
|
|
1584
|
+
},
|
|
1585
|
+
],
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad642",
|
|
1589
|
+
placeholder: "Enter something here...",
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad671",
|
|
1593
|
+
value: "Submit",
|
|
1594
|
+
waitingText: "Submitting...",
|
|
1595
|
+
},
|
|
1552
1596
|
{
|
|
1553
1597
|
nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad629",
|
|
1554
1598
|
propertyOverrides: [
|
|
@@ -3920,17 +3964,13 @@ await client.products.list("580e63e98c9a982ac9b8b741");
|
|
|
3920
3964
|
<dl>
|
|
3921
3965
|
<dd>
|
|
3922
3966
|
|
|
3923
|
-
Create a new product and SKU.
|
|
3967
|
+
Create a new ecommerce product and defaultSKU. A product, at minimum, must have a single SKU.
|
|
3924
3968
|
|
|
3925
|
-
|
|
3969
|
+
To create a product with multiple SKUs:
|
|
3926
3970
|
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
-
|
|
3930
|
-
- 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`.
|
|
3931
|
-
- 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.
|
|
3932
|
-
- 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.
|
|
3933
|
-
- After you've created your product, you can create additional SKUs using the [Create SKU endpoint.](/data/reference/ecommerce/products/create-sku)
|
|
3971
|
+
- 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.
|
|
3972
|
+
- 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)
|
|
3973
|
+
- After creation, you can create additional SKUs for the product, using the [Create SKUs endpoint.](/data/reference/ecommerce/products/create-sku)
|
|
3934
3974
|
|
|
3935
3975
|
Upon creation, the default product type will be `Advanced`, which ensures all Product and SKU fields will be shown to users in the Designer.
|
|
3936
3976
|
|
|
@@ -3950,7 +3990,73 @@ Required scope | `ecommerce:write`
|
|
|
3950
3990
|
<dd>
|
|
3951
3991
|
|
|
3952
3992
|
```typescript
|
|
3953
|
-
await client.products.create("580e63e98c9a982ac9b8b741"
|
|
3993
|
+
await client.products.create("580e63e98c9a982ac9b8b741", {
|
|
3994
|
+
publishStatus: "staging",
|
|
3995
|
+
product: {
|
|
3996
|
+
fieldData: {
|
|
3997
|
+
name: "Colorful T-shirt",
|
|
3998
|
+
slug: "colorful-t-shirt",
|
|
3999
|
+
description: "Our best-selling t-shirt available in multiple colors and sizes",
|
|
4000
|
+
skuProperties: [
|
|
4001
|
+
{
|
|
4002
|
+
id: "color",
|
|
4003
|
+
name: "Color",
|
|
4004
|
+
enum: [
|
|
4005
|
+
{
|
|
4006
|
+
id: "red",
|
|
4007
|
+
name: "Red",
|
|
4008
|
+
slug: "red",
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
id: "yellow",
|
|
4012
|
+
name: "Yellow",
|
|
4013
|
+
slug: "yellow",
|
|
4014
|
+
},
|
|
4015
|
+
{
|
|
4016
|
+
id: "blue",
|
|
4017
|
+
name: "Blue",
|
|
4018
|
+
slug: "blue",
|
|
4019
|
+
},
|
|
4020
|
+
],
|
|
4021
|
+
},
|
|
4022
|
+
{
|
|
4023
|
+
id: "size",
|
|
4024
|
+
name: "Size",
|
|
4025
|
+
enum: [
|
|
4026
|
+
{
|
|
4027
|
+
id: "small",
|
|
4028
|
+
name: "Small",
|
|
4029
|
+
slug: "small",
|
|
4030
|
+
},
|
|
4031
|
+
{
|
|
4032
|
+
id: "medium",
|
|
4033
|
+
name: "Medium",
|
|
4034
|
+
slug: "medium",
|
|
4035
|
+
},
|
|
4036
|
+
{
|
|
4037
|
+
id: "large",
|
|
4038
|
+
name: "Large",
|
|
4039
|
+
slug: "large",
|
|
4040
|
+
},
|
|
4041
|
+
],
|
|
4042
|
+
},
|
|
4043
|
+
],
|
|
4044
|
+
},
|
|
4045
|
+
},
|
|
4046
|
+
sku: {
|
|
4047
|
+
fieldData: {
|
|
4048
|
+
name: "Colorful T-shirt - Red Small",
|
|
4049
|
+
slug: "colorful-t-shirt-red-small",
|
|
4050
|
+
price: {
|
|
4051
|
+
value: 2499,
|
|
4052
|
+
unit: "USD",
|
|
4053
|
+
currency: "USD",
|
|
4054
|
+
},
|
|
4055
|
+
mainImage:
|
|
4056
|
+
"https://rocketamp-sample-store.myshopify.com/cdn/shop/products/Gildan_2000_Antique_Cherry_Red_Front_1024x1024.jpg?v=1527232987",
|
|
4057
|
+
},
|
|
4058
|
+
},
|
|
4059
|
+
});
|
|
3954
4060
|
```
|
|
3955
4061
|
|
|
3956
4062
|
</dd>
|
|
@@ -4183,7 +4289,19 @@ Required scope | `ecommerce:write`
|
|
|
4183
4289
|
|
|
4184
4290
|
```typescript
|
|
4185
4291
|
await client.products.createSku("580e63e98c9a982ac9b8b741", "580e63fc8c9a982ac9b8b745", {
|
|
4186
|
-
skus: [
|
|
4292
|
+
skus: [
|
|
4293
|
+
{
|
|
4294
|
+
fieldData: {
|
|
4295
|
+
name: "Colorful T-shirt - Default",
|
|
4296
|
+
slug: "colorful-t-shirt-default",
|
|
4297
|
+
price: {
|
|
4298
|
+
value: 2499,
|
|
4299
|
+
unit: "USD",
|
|
4300
|
+
currency: "USD",
|
|
4301
|
+
},
|
|
4302
|
+
},
|
|
4303
|
+
},
|
|
4304
|
+
],
|
|
4187
4305
|
});
|
|
4188
4306
|
```
|
|
4189
4307
|
|
|
@@ -4268,7 +4386,17 @@ Required scope | `ecommerce:write`
|
|
|
4268
4386
|
|
|
4269
4387
|
```typescript
|
|
4270
4388
|
await client.products.updateSku("580e63e98c9a982ac9b8b741", "580e63fc8c9a982ac9b8b745", "5e8518516e147040726cc415", {
|
|
4271
|
-
sku: {
|
|
4389
|
+
sku: {
|
|
4390
|
+
fieldData: {
|
|
4391
|
+
name: "Colorful T-shirt - Default",
|
|
4392
|
+
slug: "colorful-t-shirt-default",
|
|
4393
|
+
price: {
|
|
4394
|
+
value: 2499,
|
|
4395
|
+
unit: "USD",
|
|
4396
|
+
currency: "USD",
|
|
4397
|
+
},
|
|
4398
|
+
},
|
|
4399
|
+
},
|
|
4272
4400
|
});
|
|
4273
4401
|
```
|
|
4274
4402
|
|
|
@@ -5459,7 +5587,13 @@ Required scope | `CMS:write`
|
|
|
5459
5587
|
<dd>
|
|
5460
5588
|
|
|
5461
5589
|
```typescript
|
|
5462
|
-
await client.collections.items.deleteItems("580e63fc8c9a982ac9b8b745"
|
|
5590
|
+
await client.collections.items.deleteItems("580e63fc8c9a982ac9b8b745", {
|
|
5591
|
+
items: [
|
|
5592
|
+
{
|
|
5593
|
+
id: "580e64008c9a982ac9b8b754",
|
|
5594
|
+
},
|
|
5595
|
+
],
|
|
5596
|
+
});
|
|
5463
5597
|
```
|
|
5464
5598
|
|
|
5465
5599
|
</dd>
|
|
@@ -5628,6 +5762,11 @@ await client.collections.items.updateItems("580e63fc8c9a982ac9b8b745", {
|
|
|
5628
5762
|
|
|
5629
5763
|
List all published items in a collection.
|
|
5630
5764
|
|
|
5765
|
+
<Note title="Serve data with the Content Delivery API">
|
|
5766
|
+
To serve content to your other frontends applications, enterprise sites have access to a dedicated [content delivery API](/data/docs/cms-content-delivery), available at api-cdn.webflow.com.
|
|
5767
|
+
|
|
5768
|
+
</Note>
|
|
5769
|
+
|
|
5631
5770
|
Required scope | `CMS:read`
|
|
5632
5771
|
|
|
5633
5772
|
</dd>
|
|
@@ -5803,7 +5942,13 @@ Required scope | `CMS:write`
|
|
|
5803
5942
|
<dd>
|
|
5804
5943
|
|
|
5805
5944
|
```typescript
|
|
5806
|
-
await client.collections.items.deleteItemsLive("580e63fc8c9a982ac9b8b745"
|
|
5945
|
+
await client.collections.items.deleteItemsLive("580e63fc8c9a982ac9b8b745", {
|
|
5946
|
+
items: [
|
|
5947
|
+
{
|
|
5948
|
+
id: "580e64008c9a982ac9b8b754",
|
|
5949
|
+
},
|
|
5950
|
+
],
|
|
5951
|
+
});
|
|
5807
5952
|
```
|
|
5808
5953
|
|
|
5809
5954
|
</dd>
|
|
@@ -6306,6 +6451,11 @@ await client.collections.items.updateItem("580e63fc8c9a982ac9b8b745", "580e64008
|
|
|
6306
6451
|
|
|
6307
6452
|
Get details of a selected Collection live Item.
|
|
6308
6453
|
|
|
6454
|
+
<Note title="Serve data with the Content Delivery API">
|
|
6455
|
+
To serve content to your other frontends applications, enterprise sites have access to a dedicated [content delivery API](/data/docs/cms-content-delivery), available at api-cdn.webflow.com.
|
|
6456
|
+
|
|
6457
|
+
</Note>
|
|
6458
|
+
|
|
6309
6459
|
Required scope | `CMS:read`
|
|
6310
6460
|
|
|
6311
6461
|
</dd>
|
|
@@ -7247,6 +7397,8 @@ await client.sites.plans.getSitePlan("580e63e98c9a982ac9b8b741");
|
|
|
7247
7397
|
|
|
7248
7398
|
Retrieve the robots.txt configuration for various user agents.
|
|
7249
7399
|
|
|
7400
|
+
<Warning title="Enterprise Only">This endpoint requires an Enterprise workspace.</Warning>
|
|
7401
|
+
|
|
7250
7402
|
Required scope: `site_config:read`
|
|
7251
7403
|
|
|
7252
7404
|
</dd>
|
|
@@ -7312,6 +7464,8 @@ await client.sites.robotsTxt.get("580e63e98c9a982ac9b8b741");
|
|
|
7312
7464
|
|
|
7313
7465
|
Replace the `robots.txt` configuration for various user agents.
|
|
7314
7466
|
|
|
7467
|
+
<Warning title="Enterprise Only">This endpoint requires an Enterprise workspace.</Warning>
|
|
7468
|
+
|
|
7315
7469
|
Required scope | `site_config:write`
|
|
7316
7470
|
|
|
7317
7471
|
</dd>
|
|
@@ -7396,6 +7550,8 @@ Remove specific rules for a user-agent in your `robots.txt` file. To delete all
|
|
|
7396
7550
|
|
|
7397
7551
|
**Note:** Deleting a user-agent with no rules will make the user-agent's access unrestricted unless other directives apply.
|
|
7398
7552
|
|
|
7553
|
+
<Warning title="Enterprise Only">This endpoint requires an Enterprise workspace.</Warning>
|
|
7554
|
+
|
|
7399
7555
|
Required scope: `site_config:write`
|
|
7400
7556
|
|
|
7401
7557
|
</dd>
|
|
@@ -7477,6 +7633,8 @@ await client.sites.robotsTxt.delete("580e63e98c9a982ac9b8b741", {
|
|
|
7477
7633
|
|
|
7478
7634
|
Update the `robots.txt` configuration for various user agents.
|
|
7479
7635
|
|
|
7636
|
+
<Warning title="Enterprise Only">This endpoint requires an Enterprise workspace.</Warning>
|
|
7637
|
+
|
|
7480
7638
|
Required scope | `site_config:write`
|
|
7481
7639
|
|
|
7482
7640
|
</dd>
|
|
@@ -7545,6 +7703,171 @@ await client.sites.robotsTxt.patch("580e63e98c9a982ac9b8b741", {
|
|
|
7545
7703
|
</dl>
|
|
7546
7704
|
</details>
|
|
7547
7705
|
|
|
7706
|
+
## Sites WellKnown
|
|
7707
|
+
|
|
7708
|
+
<details><summary><code>client.sites.wellKnown.<a href="/src/api/resources/sites/resources/wellKnown/client/Client.ts">put</a>(siteId, { ...params }) -> void</code></summary>
|
|
7709
|
+
<dl>
|
|
7710
|
+
<dd>
|
|
7711
|
+
|
|
7712
|
+
#### 📝 Description
|
|
7713
|
+
|
|
7714
|
+
<dl>
|
|
7715
|
+
<dd>
|
|
7716
|
+
|
|
7717
|
+
<dl>
|
|
7718
|
+
<dd>
|
|
7719
|
+
|
|
7720
|
+
Upload a supported well-known file to a site.
|
|
7721
|
+
|
|
7722
|
+
The current restrictions on well-known files are as follows:
|
|
7723
|
+
|
|
7724
|
+
- Each file must be smaller than 100kb
|
|
7725
|
+
- Less than 30 total files
|
|
7726
|
+
- Have one of the following file extensions (or no extension): `.txt`, `.json`, `.noext`
|
|
7727
|
+
|
|
7728
|
+
<Note title=".noext">
|
|
7729
|
+
`.noext` is a special file extension that removes other extensions. For example, `apple-app-site-association.noext.txt` will be uploaded as `apple-app-site-association`. Use this extension for tools that have trouble uploading extensionless files.
|
|
7730
|
+
</Note>
|
|
7731
|
+
|
|
7732
|
+
<Warning title="Enterprise Only">This endpoint requires an Enterprise workspace.</Warning>
|
|
7733
|
+
|
|
7734
|
+
Required scope: `site_config:write`
|
|
7735
|
+
|
|
7736
|
+
</dd>
|
|
7737
|
+
</dl>
|
|
7738
|
+
</dd>
|
|
7739
|
+
</dl>
|
|
7740
|
+
|
|
7741
|
+
#### 🔌 Usage
|
|
7742
|
+
|
|
7743
|
+
<dl>
|
|
7744
|
+
<dd>
|
|
7745
|
+
|
|
7746
|
+
<dl>
|
|
7747
|
+
<dd>
|
|
7748
|
+
|
|
7749
|
+
```typescript
|
|
7750
|
+
await client.sites.wellKnown.put("580e63e98c9a982ac9b8b741", {
|
|
7751
|
+
fileName: "fileName",
|
|
7752
|
+
fileData: "fileData",
|
|
7753
|
+
});
|
|
7754
|
+
```
|
|
7755
|
+
|
|
7756
|
+
</dd>
|
|
7757
|
+
</dl>
|
|
7758
|
+
</dd>
|
|
7759
|
+
</dl>
|
|
7760
|
+
|
|
7761
|
+
#### ⚙️ Parameters
|
|
7762
|
+
|
|
7763
|
+
<dl>
|
|
7764
|
+
<dd>
|
|
7765
|
+
|
|
7766
|
+
<dl>
|
|
7767
|
+
<dd>
|
|
7768
|
+
|
|
7769
|
+
**siteId:** `string` — Unique identifier for a Site
|
|
7770
|
+
|
|
7771
|
+
</dd>
|
|
7772
|
+
</dl>
|
|
7773
|
+
|
|
7774
|
+
<dl>
|
|
7775
|
+
<dd>
|
|
7776
|
+
|
|
7777
|
+
**request:** `Webflow.sites.WellKnownFile`
|
|
7778
|
+
|
|
7779
|
+
</dd>
|
|
7780
|
+
</dl>
|
|
7781
|
+
|
|
7782
|
+
<dl>
|
|
7783
|
+
<dd>
|
|
7784
|
+
|
|
7785
|
+
**requestOptions:** `WellKnown.RequestOptions`
|
|
7786
|
+
|
|
7787
|
+
</dd>
|
|
7788
|
+
</dl>
|
|
7789
|
+
</dd>
|
|
7790
|
+
</dl>
|
|
7791
|
+
|
|
7792
|
+
</dd>
|
|
7793
|
+
</dl>
|
|
7794
|
+
</details>
|
|
7795
|
+
|
|
7796
|
+
<details><summary><code>client.sites.wellKnown.<a href="/src/api/resources/sites/resources/wellKnown/client/Client.ts">delete</a>(siteId, { ...params }) -> void</code></summary>
|
|
7797
|
+
<dl>
|
|
7798
|
+
<dd>
|
|
7799
|
+
|
|
7800
|
+
#### 📝 Description
|
|
7801
|
+
|
|
7802
|
+
<dl>
|
|
7803
|
+
<dd>
|
|
7804
|
+
|
|
7805
|
+
<dl>
|
|
7806
|
+
<dd>
|
|
7807
|
+
|
|
7808
|
+
Delete existing well-known files from a site.
|
|
7809
|
+
|
|
7810
|
+
<Warning title="Enterprise Only">This endpoint requires an Enterprise workspace.</Warning>
|
|
7811
|
+
|
|
7812
|
+
Required scope: `site_config:write`
|
|
7813
|
+
|
|
7814
|
+
</dd>
|
|
7815
|
+
</dl>
|
|
7816
|
+
</dd>
|
|
7817
|
+
</dl>
|
|
7818
|
+
|
|
7819
|
+
#### 🔌 Usage
|
|
7820
|
+
|
|
7821
|
+
<dl>
|
|
7822
|
+
<dd>
|
|
7823
|
+
|
|
7824
|
+
<dl>
|
|
7825
|
+
<dd>
|
|
7826
|
+
|
|
7827
|
+
```typescript
|
|
7828
|
+
await client.sites.wellKnown.delete("580e63e98c9a982ac9b8b741");
|
|
7829
|
+
```
|
|
7830
|
+
|
|
7831
|
+
</dd>
|
|
7832
|
+
</dl>
|
|
7833
|
+
</dd>
|
|
7834
|
+
</dl>
|
|
7835
|
+
|
|
7836
|
+
#### ⚙️ Parameters
|
|
7837
|
+
|
|
7838
|
+
<dl>
|
|
7839
|
+
<dd>
|
|
7840
|
+
|
|
7841
|
+
<dl>
|
|
7842
|
+
<dd>
|
|
7843
|
+
|
|
7844
|
+
**siteId:** `string` — Unique identifier for a Site
|
|
7845
|
+
|
|
7846
|
+
</dd>
|
|
7847
|
+
</dl>
|
|
7848
|
+
|
|
7849
|
+
<dl>
|
|
7850
|
+
<dd>
|
|
7851
|
+
|
|
7852
|
+
**request:** `Webflow.sites.WellKnownDeleteRequest`
|
|
7853
|
+
|
|
7854
|
+
</dd>
|
|
7855
|
+
</dl>
|
|
7856
|
+
|
|
7857
|
+
<dl>
|
|
7858
|
+
<dd>
|
|
7859
|
+
|
|
7860
|
+
**requestOptions:** `WellKnown.RequestOptions`
|
|
7861
|
+
|
|
7862
|
+
</dd>
|
|
7863
|
+
</dl>
|
|
7864
|
+
</dd>
|
|
7865
|
+
</dl>
|
|
7866
|
+
|
|
7867
|
+
</dd>
|
|
7868
|
+
</dl>
|
|
7869
|
+
</details>
|
|
7870
|
+
|
|
7548
7871
|
## Sites ActivityLogs
|
|
7549
7872
|
|
|
7550
7873
|
<details><summary><code>client.sites.activityLogs.<a href="/src/api/resources/sites/resources/activityLogs/client/Client.ts">list</a>(siteId, { ...params }) -> Webflow.SiteActivityLogResponse</code></summary>
|
|
@@ -7622,6 +7945,261 @@ await client.sites.activityLogs.list("580e63e98c9a982ac9b8b741");
|
|
|
7622
7945
|
</dl>
|
|
7623
7946
|
</details>
|
|
7624
7947
|
|
|
7948
|
+
## Sites Comments
|
|
7949
|
+
|
|
7950
|
+
<details><summary><code>client.sites.comments.<a href="/src/api/resources/sites/resources/comments/client/Client.ts">listCommentThreads</a>(siteId, { ...params }) -> Webflow.CommentThreadList</code></summary>
|
|
7951
|
+
<dl>
|
|
7952
|
+
<dd>
|
|
7953
|
+
|
|
7954
|
+
#### 📝 Description
|
|
7955
|
+
|
|
7956
|
+
<dl>
|
|
7957
|
+
<dd>
|
|
7958
|
+
|
|
7959
|
+
<dl>
|
|
7960
|
+
<dd>
|
|
7961
|
+
|
|
7962
|
+
List all comment threads for a site.
|
|
7963
|
+
|
|
7964
|
+
<Note title="Timing of comment threads">
|
|
7965
|
+
There may be a delay of up to 5 minutes before new comments appear in the system.
|
|
7966
|
+
</Note>
|
|
7967
|
+
|
|
7968
|
+
Required scope | `comments:read`
|
|
7969
|
+
|
|
7970
|
+
</dd>
|
|
7971
|
+
</dl>
|
|
7972
|
+
</dd>
|
|
7973
|
+
</dl>
|
|
7974
|
+
|
|
7975
|
+
#### 🔌 Usage
|
|
7976
|
+
|
|
7977
|
+
<dl>
|
|
7978
|
+
<dd>
|
|
7979
|
+
|
|
7980
|
+
<dl>
|
|
7981
|
+
<dd>
|
|
7982
|
+
|
|
7983
|
+
```typescript
|
|
7984
|
+
await client.sites.comments.listCommentThreads("580e63e98c9a982ac9b8b741", {
|
|
7985
|
+
localeId: "65427cf400e02b306eaa04a0",
|
|
7986
|
+
});
|
|
7987
|
+
```
|
|
7988
|
+
|
|
7989
|
+
</dd>
|
|
7990
|
+
</dl>
|
|
7991
|
+
</dd>
|
|
7992
|
+
</dl>
|
|
7993
|
+
|
|
7994
|
+
#### ⚙️ Parameters
|
|
7995
|
+
|
|
7996
|
+
<dl>
|
|
7997
|
+
<dd>
|
|
7998
|
+
|
|
7999
|
+
<dl>
|
|
8000
|
+
<dd>
|
|
8001
|
+
|
|
8002
|
+
**siteId:** `string` — Unique identifier for a Site
|
|
8003
|
+
|
|
8004
|
+
</dd>
|
|
8005
|
+
</dl>
|
|
8006
|
+
|
|
8007
|
+
<dl>
|
|
8008
|
+
<dd>
|
|
8009
|
+
|
|
8010
|
+
**request:** `Webflow.sites.CommentsListCommentThreadsRequest`
|
|
8011
|
+
|
|
8012
|
+
</dd>
|
|
8013
|
+
</dl>
|
|
8014
|
+
|
|
8015
|
+
<dl>
|
|
8016
|
+
<dd>
|
|
8017
|
+
|
|
8018
|
+
**requestOptions:** `Comments.RequestOptions`
|
|
8019
|
+
|
|
8020
|
+
</dd>
|
|
8021
|
+
</dl>
|
|
8022
|
+
</dd>
|
|
8023
|
+
</dl>
|
|
8024
|
+
|
|
8025
|
+
</dd>
|
|
8026
|
+
</dl>
|
|
8027
|
+
</details>
|
|
8028
|
+
|
|
8029
|
+
<details><summary><code>client.sites.comments.<a href="/src/api/resources/sites/resources/comments/client/Client.ts">getCommentThread</a>(siteId, commentThreadId, { ...params }) -> Webflow.CommentThread</code></summary>
|
|
8030
|
+
<dl>
|
|
8031
|
+
<dd>
|
|
8032
|
+
|
|
8033
|
+
#### 📝 Description
|
|
8034
|
+
|
|
8035
|
+
<dl>
|
|
8036
|
+
<dd>
|
|
8037
|
+
|
|
8038
|
+
<dl>
|
|
8039
|
+
<dd>
|
|
8040
|
+
|
|
8041
|
+
Get details of a specific comment thread.
|
|
8042
|
+
|
|
8043
|
+
<Note title="Timing of comment threads">
|
|
8044
|
+
There may be a delay of up to 5 minutes before new comments appear in the system.
|
|
8045
|
+
</Note>
|
|
8046
|
+
|
|
8047
|
+
Required scope | `comments:read`
|
|
8048
|
+
|
|
8049
|
+
</dd>
|
|
8050
|
+
</dl>
|
|
8051
|
+
</dd>
|
|
8052
|
+
</dl>
|
|
8053
|
+
|
|
8054
|
+
#### 🔌 Usage
|
|
8055
|
+
|
|
8056
|
+
<dl>
|
|
8057
|
+
<dd>
|
|
8058
|
+
|
|
8059
|
+
<dl>
|
|
8060
|
+
<dd>
|
|
8061
|
+
|
|
8062
|
+
```typescript
|
|
8063
|
+
await client.sites.comments.getCommentThread("580e63e98c9a982ac9b8b741", "580e63e98c9a982ac9b8b741", {
|
|
8064
|
+
localeId: "65427cf400e02b306eaa04a0",
|
|
8065
|
+
});
|
|
8066
|
+
```
|
|
8067
|
+
|
|
8068
|
+
</dd>
|
|
8069
|
+
</dl>
|
|
8070
|
+
</dd>
|
|
8071
|
+
</dl>
|
|
8072
|
+
|
|
8073
|
+
#### ⚙️ Parameters
|
|
8074
|
+
|
|
8075
|
+
<dl>
|
|
8076
|
+
<dd>
|
|
8077
|
+
|
|
8078
|
+
<dl>
|
|
8079
|
+
<dd>
|
|
8080
|
+
|
|
8081
|
+
**siteId:** `string` — Unique identifier for a Site
|
|
8082
|
+
|
|
8083
|
+
</dd>
|
|
8084
|
+
</dl>
|
|
8085
|
+
|
|
8086
|
+
<dl>
|
|
8087
|
+
<dd>
|
|
8088
|
+
|
|
8089
|
+
**commentThreadId:** `string` — Unique identifier for a Comment Thread
|
|
8090
|
+
|
|
8091
|
+
</dd>
|
|
8092
|
+
</dl>
|
|
8093
|
+
|
|
8094
|
+
<dl>
|
|
8095
|
+
<dd>
|
|
8096
|
+
|
|
8097
|
+
**request:** `Webflow.sites.CommentsGetCommentThreadRequest`
|
|
8098
|
+
|
|
8099
|
+
</dd>
|
|
8100
|
+
</dl>
|
|
8101
|
+
|
|
8102
|
+
<dl>
|
|
8103
|
+
<dd>
|
|
8104
|
+
|
|
8105
|
+
**requestOptions:** `Comments.RequestOptions`
|
|
8106
|
+
|
|
8107
|
+
</dd>
|
|
8108
|
+
</dl>
|
|
8109
|
+
</dd>
|
|
8110
|
+
</dl>
|
|
8111
|
+
|
|
8112
|
+
</dd>
|
|
8113
|
+
</dl>
|
|
8114
|
+
</details>
|
|
8115
|
+
|
|
8116
|
+
<details><summary><code>client.sites.comments.<a href="/src/api/resources/sites/resources/comments/client/Client.ts">listCommentReplies</a>(siteId, commentThreadId, { ...params }) -> Webflow.CommentReplyList</code></summary>
|
|
8117
|
+
<dl>
|
|
8118
|
+
<dd>
|
|
8119
|
+
|
|
8120
|
+
#### 📝 Description
|
|
8121
|
+
|
|
8122
|
+
<dl>
|
|
8123
|
+
<dd>
|
|
8124
|
+
|
|
8125
|
+
<dl>
|
|
8126
|
+
<dd>
|
|
8127
|
+
|
|
8128
|
+
List all replies to a specific comment thread.
|
|
8129
|
+
|
|
8130
|
+
<Note title="Timing of comment threads">
|
|
8131
|
+
There may be a delay of up to 5 minutes before new comments appear in the system.
|
|
8132
|
+
</Note>
|
|
8133
|
+
|
|
8134
|
+
Required scope | `comments:read`
|
|
8135
|
+
|
|
8136
|
+
</dd>
|
|
8137
|
+
</dl>
|
|
8138
|
+
</dd>
|
|
8139
|
+
</dl>
|
|
8140
|
+
|
|
8141
|
+
#### 🔌 Usage
|
|
8142
|
+
|
|
8143
|
+
<dl>
|
|
8144
|
+
<dd>
|
|
8145
|
+
|
|
8146
|
+
<dl>
|
|
8147
|
+
<dd>
|
|
8148
|
+
|
|
8149
|
+
```typescript
|
|
8150
|
+
await client.sites.comments.listCommentReplies("580e63e98c9a982ac9b8b741", "580e63e98c9a982ac9b8b741", {
|
|
8151
|
+
localeId: "65427cf400e02b306eaa04a0",
|
|
8152
|
+
});
|
|
8153
|
+
```
|
|
8154
|
+
|
|
8155
|
+
</dd>
|
|
8156
|
+
</dl>
|
|
8157
|
+
</dd>
|
|
8158
|
+
</dl>
|
|
8159
|
+
|
|
8160
|
+
#### ⚙️ Parameters
|
|
8161
|
+
|
|
8162
|
+
<dl>
|
|
8163
|
+
<dd>
|
|
8164
|
+
|
|
8165
|
+
<dl>
|
|
8166
|
+
<dd>
|
|
8167
|
+
|
|
8168
|
+
**siteId:** `string` — Unique identifier for a Site
|
|
8169
|
+
|
|
8170
|
+
</dd>
|
|
8171
|
+
</dl>
|
|
8172
|
+
|
|
8173
|
+
<dl>
|
|
8174
|
+
<dd>
|
|
8175
|
+
|
|
8176
|
+
**commentThreadId:** `string` — Unique identifier for a Comment Thread
|
|
8177
|
+
|
|
8178
|
+
</dd>
|
|
8179
|
+
</dl>
|
|
8180
|
+
|
|
8181
|
+
<dl>
|
|
8182
|
+
<dd>
|
|
8183
|
+
|
|
8184
|
+
**request:** `Webflow.sites.CommentsListCommentRepliesRequest`
|
|
8185
|
+
|
|
8186
|
+
</dd>
|
|
8187
|
+
</dl>
|
|
8188
|
+
|
|
8189
|
+
<dl>
|
|
8190
|
+
<dd>
|
|
8191
|
+
|
|
8192
|
+
**requestOptions:** `Comments.RequestOptions`
|
|
8193
|
+
|
|
8194
|
+
</dd>
|
|
8195
|
+
</dl>
|
|
8196
|
+
</dd>
|
|
8197
|
+
</dl>
|
|
8198
|
+
|
|
8199
|
+
</dd>
|
|
8200
|
+
</dl>
|
|
8201
|
+
</details>
|
|
8202
|
+
|
|
7625
8203
|
## Sites Scripts
|
|
7626
8204
|
|
|
7627
8205
|
<details><summary><code>client.sites.scripts.<a href="/src/api/resources/sites/resources/scripts/client/Client.ts">getCustomCode</a>(siteId) -> Webflow.ScriptApplyList</code></summary>
|
|
@@ -7929,3 +8507,83 @@ await client.sites.scripts.listCustomCodeBlocks("580e63e98c9a982ac9b8b741");
|
|
|
7929
8507
|
</dd>
|
|
7930
8508
|
</dl>
|
|
7931
8509
|
</details>
|
|
8510
|
+
|
|
8511
|
+
## Workspaces AuditLogs
|
|
8512
|
+
|
|
8513
|
+
<details><summary><code>client.workspaces.auditLogs.<a href="/src/api/resources/workspaces/resources/auditLogs/client/Client.ts">getWorkspaceAuditLogs</a>(workspaceIdOrSlug, { ...params }) -> Webflow.WorkspaceAuditLogResponse</code></summary>
|
|
8514
|
+
<dl>
|
|
8515
|
+
<dd>
|
|
8516
|
+
|
|
8517
|
+
#### 📝 Description
|
|
8518
|
+
|
|
8519
|
+
<dl>
|
|
8520
|
+
<dd>
|
|
8521
|
+
|
|
8522
|
+
<dl>
|
|
8523
|
+
<dd>
|
|
8524
|
+
|
|
8525
|
+
Get audit logs for a workspace.
|
|
8526
|
+
|
|
8527
|
+
<Warning title="Enterprise & workspace API token only">This endpoint requires an Enterprise workspace and a workspace token with the `workspace_activity:read` scope. Create a workspace token from your workspace dashboard integrations page to use this endpoint.</Warning>
|
|
8528
|
+
|
|
8529
|
+
Required scope | `workspace_activity:read`
|
|
8530
|
+
|
|
8531
|
+
</dd>
|
|
8532
|
+
</dl>
|
|
8533
|
+
</dd>
|
|
8534
|
+
</dl>
|
|
8535
|
+
|
|
8536
|
+
#### 🔌 Usage
|
|
8537
|
+
|
|
8538
|
+
<dl>
|
|
8539
|
+
<dd>
|
|
8540
|
+
|
|
8541
|
+
<dl>
|
|
8542
|
+
<dd>
|
|
8543
|
+
|
|
8544
|
+
```typescript
|
|
8545
|
+
await client.workspaces.auditLogs.getWorkspaceAuditLogs("hitchhikers-workspace", {
|
|
8546
|
+
from: "2024-04-22T16:00:31Z",
|
|
8547
|
+
to: "2024-04-22T16:00:31Z",
|
|
8548
|
+
});
|
|
8549
|
+
```
|
|
8550
|
+
|
|
8551
|
+
</dd>
|
|
8552
|
+
</dl>
|
|
8553
|
+
</dd>
|
|
8554
|
+
</dl>
|
|
8555
|
+
|
|
8556
|
+
#### ⚙️ Parameters
|
|
8557
|
+
|
|
8558
|
+
<dl>
|
|
8559
|
+
<dd>
|
|
8560
|
+
|
|
8561
|
+
<dl>
|
|
8562
|
+
<dd>
|
|
8563
|
+
|
|
8564
|
+
**workspaceIdOrSlug:** `string` — Unique identifier or slug for a Workspace
|
|
8565
|
+
|
|
8566
|
+
</dd>
|
|
8567
|
+
</dl>
|
|
8568
|
+
|
|
8569
|
+
<dl>
|
|
8570
|
+
<dd>
|
|
8571
|
+
|
|
8572
|
+
**request:** `Webflow.workspaces.AuditLogsGetWorkspaceAuditLogsRequest`
|
|
8573
|
+
|
|
8574
|
+
</dd>
|
|
8575
|
+
</dl>
|
|
8576
|
+
|
|
8577
|
+
<dl>
|
|
8578
|
+
<dd>
|
|
8579
|
+
|
|
8580
|
+
**requestOptions:** `AuditLogs.RequestOptions`
|
|
8581
|
+
|
|
8582
|
+
</dd>
|
|
8583
|
+
</dl>
|
|
8584
|
+
</dd>
|
|
8585
|
+
</dl>
|
|
8586
|
+
|
|
8587
|
+
</dd>
|
|
8588
|
+
</dl>
|
|
8589
|
+
</details>
|