webflow-api 3.1.2 → 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.mock/definition/__package__.yml +657 -27
- package/.mock/definition/api.yml +9 -2
- package/.mock/definition/assets.yml +1 -1
- package/.mock/definition/collections/items.yml +21 -4
- package/.mock/definition/components.yml +31 -27
- package/.mock/definition/orders.yml +14 -14
- package/.mock/definition/pages.yml +35 -7
- package/.mock/definition/products.yml +156 -42
- package/.mock/definition/sites/comments.yml +325 -0
- package/.mock/definition/sites/redirects.yml +8 -8
- package/.mock/definition/sites/robotsTxt.yml +22 -3
- package/.mock/definition/sites/wellKnown.yml +114 -0
- package/.mock/definition/sites.yml +4 -4
- package/.mock/definition/workspaces/auditLogs.yml +119 -0
- package/.mock/fern.config.json +1 -1
- package/Client.d.ts +4 -1
- package/Client.js +5 -0
- package/api/resources/accessGroups/client/Client.d.ts +1 -1
- package/api/resources/accessGroups/client/Client.js +2 -2
- package/api/resources/assets/client/Client.d.ts +1 -1
- package/api/resources/assets/client/Client.js +16 -16
- package/api/resources/collections/client/Client.d.ts +1 -1
- package/api/resources/collections/client/Client.js +8 -8
- package/api/resources/collections/resources/fields/client/Client.d.ts +1 -1
- package/api/resources/collections/resources/fields/client/Client.js +6 -6
- package/api/resources/collections/resources/items/client/Client.d.ts +23 -5
- package/api/resources/collections/resources/items/client/Client.js +57 -36
- package/api/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.d.ts +6 -2
- package/api/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.d.ts +6 -2
- package/api/resources/components/client/Client.d.ts +18 -2
- package/api/resources/components/client/Client.js +27 -11
- package/api/resources/components/client/requests/ComponentDomWrite.d.ts +16 -0
- package/api/resources/components/client/requests/ComponentsGetContentRequest.d.ts +0 -5
- package/api/resources/components/types/ComponentDomWriteNodesItem.d.ts +1 -1
- package/api/resources/ecommerce/client/Client.d.ts +1 -1
- package/api/resources/ecommerce/client/Client.js +2 -2
- package/api/resources/forms/client/Client.d.ts +1 -1
- package/api/resources/forms/client/Client.js +14 -14
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +2 -1
- package/api/resources/inventory/client/Client.d.ts +1 -1
- package/api/resources/inventory/client/Client.js +4 -4
- package/api/resources/orders/client/Client.d.ts +1 -1
- package/api/resources/orders/client/Client.js +12 -12
- package/api/resources/pages/client/Client.d.ts +18 -2
- package/api/resources/pages/client/Client.js +27 -11
- package/api/resources/pages/client/requests/PageDomWrite.d.ts +16 -0
- package/api/resources/pages/resources/scripts/client/Client.d.ts +1 -1
- package/api/resources/pages/resources/scripts/client/Client.js +6 -6
- package/api/resources/pages/types/PageDomWriteNodesItem.d.ts +1 -1
- package/api/resources/products/client/Client.d.ts +84 -14
- package/api/resources/products/client/Client.js +95 -25
- package/api/resources/products/client/requests/ProductSkuCreate.d.ts +57 -3
- package/api/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +11 -1
- package/api/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +11 -1
- package/api/resources/products/types/ProductSkuCreateProduct.d.ts +7 -0
- package/api/resources/products/types/ProductSkuCreateProduct.js +5 -0
- package/api/resources/products/types/ProductSkuCreateSku.d.ts +7 -0
- package/api/resources/products/types/ProductSkuCreateSku.js +5 -0
- package/api/resources/products/types/index.d.ts +2 -0
- package/api/resources/products/types/index.js +2 -0
- package/api/resources/scripts/client/Client.d.ts +1 -1
- package/api/resources/scripts/client/Client.js +6 -6
- package/api/resources/sites/client/Client.d.ts +7 -1
- package/api/resources/sites/client/Client.js +28 -18
- package/api/resources/sites/index.d.ts +1 -1
- package/api/resources/sites/index.js +1 -1
- package/api/resources/sites/resources/activityLogs/client/Client.d.ts +1 -1
- package/api/resources/sites/resources/activityLogs/client/Client.js +2 -2
- package/api/resources/sites/resources/comments/client/Client.d.ts +104 -0
- package/api/resources/sites/resources/comments/client/Client.js +426 -0
- package/api/resources/sites/resources/comments/client/index.d.ts +1 -0
- package/api/resources/sites/resources/comments/client/index.js +17 -0
- package/api/resources/sites/resources/comments/client/requests/CommentsGetCommentThreadRequest.d.ts +32 -0
- package/api/resources/sites/resources/comments/client/requests/CommentsGetCommentThreadRequest.js +5 -0
- package/api/resources/sites/resources/comments/client/requests/CommentsListCommentRepliesRequest.d.ts +32 -0
- package/api/resources/sites/resources/comments/client/requests/CommentsListCommentRepliesRequest.js +5 -0
- package/api/resources/sites/resources/comments/client/requests/CommentsListCommentThreadsRequest.d.ts +32 -0
- package/api/resources/sites/resources/comments/client/requests/CommentsListCommentThreadsRequest.js +5 -0
- package/api/resources/sites/resources/comments/client/requests/index.d.ts +3 -0
- package/api/resources/sites/resources/comments/client/requests/index.js +2 -0
- package/api/resources/sites/resources/comments/index.d.ts +2 -0
- package/api/resources/sites/resources/comments/index.js +18 -0
- package/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.d.ts +8 -0
- package/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.js +10 -0
- package/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.d.ts +8 -0
- package/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.js +10 -0
- package/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.d.ts +8 -0
- package/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.js +10 -0
- package/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.d.ts +8 -0
- package/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.js +10 -0
- package/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.d.ts +8 -0
- package/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.js +10 -0
- package/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.d.ts +8 -0
- package/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.js +10 -0
- package/api/resources/sites/resources/comments/types/index.d.ts +6 -0
- package/api/resources/sites/resources/comments/types/index.js +22 -0
- package/api/resources/sites/resources/index.d.ts +6 -0
- package/api/resources/sites/resources/index.js +7 -1
- package/api/resources/sites/resources/plans/client/Client.d.ts +1 -1
- package/api/resources/sites/resources/plans/client/Client.js +2 -2
- package/api/resources/sites/resources/redirects/client/Client.d.ts +5 -5
- package/api/resources/sites/resources/redirects/client/Client.js +12 -12
- package/api/resources/sites/resources/robotsTxt/client/Client.d.ts +9 -1
- package/api/resources/sites/resources/robotsTxt/client/Client.js +16 -8
- package/api/resources/sites/resources/scripts/client/Client.d.ts +1 -1
- package/api/resources/sites/resources/scripts/client/Client.js +8 -8
- package/api/resources/sites/resources/wellKnown/client/Client.d.ts +81 -0
- package/api/resources/sites/resources/wellKnown/client/Client.js +268 -0
- package/api/resources/sites/resources/wellKnown/client/index.d.ts +1 -0
- package/api/resources/sites/resources/wellKnown/client/index.js +17 -0
- package/api/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.d.ts +11 -0
- package/api/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.js +5 -0
- package/api/resources/sites/resources/wellKnown/client/requests/WellKnownFile.d.ts +19 -0
- package/api/resources/sites/resources/wellKnown/client/requests/WellKnownFile.js +5 -0
- package/api/resources/sites/resources/wellKnown/client/requests/index.d.ts +2 -0
- package/api/resources/sites/resources/wellKnown/client/requests/index.js +2 -0
- package/api/resources/sites/resources/wellKnown/index.d.ts +2 -0
- package/api/resources/sites/resources/wellKnown/index.js +18 -0
- package/api/resources/sites/resources/wellKnown/types/WellKnownFileContentType.d.ts +11 -0
- package/api/resources/sites/resources/wellKnown/types/WellKnownFileContentType.js +10 -0
- package/api/resources/sites/resources/wellKnown/types/index.d.ts +1 -0
- package/api/resources/sites/resources/wellKnown/types/index.js +17 -0
- package/api/resources/token/client/Client.d.ts +1 -1
- package/api/resources/token/client/Client.js +4 -4
- package/api/resources/users/client/Client.d.ts +1 -1
- package/api/resources/users/client/Client.js +10 -10
- package/api/resources/webhooks/client/Client.d.ts +1 -1
- package/api/resources/webhooks/client/Client.js +8 -8
- package/api/resources/workspaces/client/Client.d.ts +28 -0
- package/api/resources/workspaces/client/Client.js +17 -0
- package/api/resources/workspaces/client/index.d.ts +1 -0
- package/api/resources/workspaces/client/index.js +2 -0
- package/api/resources/workspaces/index.d.ts +2 -0
- package/api/resources/workspaces/index.js +18 -0
- package/api/resources/workspaces/resources/auditLogs/client/Client.d.ts +51 -0
- package/api/resources/workspaces/resources/auditLogs/client/Client.js +182 -0
- package/api/resources/workspaces/resources/auditLogs/client/index.d.ts +1 -0
- package/api/resources/workspaces/resources/auditLogs/client/index.js +17 -0
- package/api/resources/workspaces/resources/auditLogs/client/requests/AuditLogsGetWorkspaceAuditLogsRequest.d.ts +37 -0
- package/api/resources/workspaces/resources/auditLogs/client/requests/AuditLogsGetWorkspaceAuditLogsRequest.js +5 -0
- package/api/resources/workspaces/resources/auditLogs/client/requests/index.d.ts +1 -0
- package/api/resources/workspaces/resources/auditLogs/client/requests/index.js +2 -0
- package/api/resources/workspaces/resources/auditLogs/index.d.ts +2 -0
- package/api/resources/workspaces/resources/auditLogs/index.js +18 -0
- package/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +11 -0
- package/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +13 -0
- package/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.d.ts +8 -0
- package/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.js +10 -0
- package/api/resources/workspaces/resources/auditLogs/types/index.d.ts +2 -0
- package/api/resources/workspaces/resources/auditLogs/types/index.js +18 -0
- package/api/resources/workspaces/resources/index.d.ts +3 -0
- package/api/resources/workspaces/resources/index.js +32 -0
- package/api/types/CommentReply.d.ts +32 -0
- package/api/types/CommentReply.js +5 -0
- package/api/types/CommentReplyAuthor.d.ts +11 -0
- package/api/types/CommentReplyAuthor.js +5 -0
- package/api/types/CommentReplyList.d.ts +11 -0
- package/api/types/CommentReplyList.js +5 -0
- package/api/types/CommentReplyListPagination.d.ts +11 -0
- package/api/types/CommentReplyListPagination.js +5 -0
- package/api/types/CommentReplyMentionedUsersItem.d.ts +11 -0
- package/api/types/CommentReplyMentionedUsersItem.js +5 -0
- package/api/types/CommentThread.d.ts +34 -0
- package/api/types/CommentThread.js +5 -0
- package/api/types/CommentThreadAuthor.d.ts +11 -0
- package/api/types/CommentThreadAuthor.js +5 -0
- package/api/types/CommentThreadList.d.ts +11 -0
- package/api/types/CommentThreadList.js +5 -0
- package/api/types/CommentThreadListPagination.d.ts +11 -0
- package/api/types/CommentThreadListPagination.js +5 -0
- package/api/types/CommentThreadMentionedUsersItem.d.ts +11 -0
- package/api/types/CommentThreadMentionedUsersItem.js +5 -0
- package/api/types/ComponentDom.d.ts +1 -1
- package/api/types/CustomRole.d.ts +9 -0
- package/api/types/CustomRole.js +5 -0
- package/api/types/CustomRoleAuditLogItem.d.ts +8 -0
- package/api/types/CustomRoleAuditLogItem.js +5 -0
- package/api/types/CustomRoleAuditLogItemEventSubType.d.ts +9 -0
- package/api/types/CustomRoleAuditLogItemEventSubType.js +11 -0
- package/api/types/FieldType.d.ts +4 -2
- package/api/types/FieldType.js +3 -1
- package/api/types/Node.d.ts +13 -1
- package/api/types/Page.d.ts +0 -2
- package/api/types/SearchButtonNode.d.ts +14 -0
- package/api/types/SearchButtonNode.js +5 -0
- package/api/types/SearchButtonNodeWrite.d.ts +12 -0
- package/api/types/SearchButtonNodeWrite.js +5 -0
- package/api/types/SelectNode.d.ts +15 -0
- package/api/types/SelectNode.js +5 -0
- package/api/types/SelectNodeChoicesItem.d.ts +9 -0
- package/api/types/SelectNodeChoicesItem.js +5 -0
- package/api/types/SelectNodeWrite.d.ts +13 -0
- package/api/types/SelectNodeWrite.js +5 -0
- package/api/types/SelectNodeWriteChoicesItem.d.ts +9 -0
- package/api/types/SelectNodeWriteChoicesItem.js +5 -0
- package/api/types/SiteMembership.d.ts +14 -0
- package/api/types/SiteMembership.js +5 -0
- package/api/types/SiteMembershipAuditLogItem.d.ts +8 -0
- package/api/types/SiteMembershipAuditLogItem.js +5 -0
- package/api/types/SiteMembershipAuditLogItemEventSubType.d.ts +9 -0
- package/api/types/SiteMembershipAuditLogItemEventSubType.js +11 -0
- package/api/types/SkuFieldData.d.ts +6 -0
- package/api/types/SkuFieldDataPrice.d.ts +2 -0
- package/api/types/SkuValueList.d.ts +1 -1
- package/api/types/StaticFieldType.d.ts +2 -2
- package/api/types/StaticFieldType.js +1 -1
- package/api/types/SubmitButtonNode.d.ts +16 -0
- package/api/types/SubmitButtonNode.js +5 -0
- package/api/types/SubmitButtonNodeWrite.d.ts +14 -0
- package/api/types/SubmitButtonNodeWrite.js +5 -0
- package/api/types/TextInputNode.d.ts +14 -0
- package/api/types/TextInputNode.js +5 -0
- package/api/types/TextInputNodeWrite.d.ts +12 -0
- package/api/types/TextInputNodeWrite.js +5 -0
- package/api/types/TriggerType.d.ts +2 -1
- package/api/types/TriggerType.js +1 -0
- package/api/types/UserAccess.d.ts +11 -0
- package/api/types/UserAccess.js +5 -0
- package/api/types/UserAccessAuditLogItem.d.ts +8 -0
- package/api/types/UserAccessAuditLogItem.js +5 -0
- package/api/types/UserAccessAuditLogItemEventSubType.d.ts +8 -0
- package/api/types/UserAccessAuditLogItemEventSubType.js +10 -0
- package/api/types/WorkspaceAuditLogItem.d.ts +27 -0
- package/api/types/WorkspaceAuditLogItem.js +5 -0
- package/api/types/WorkspaceAuditLogItemActor.d.ts +7 -0
- package/api/types/WorkspaceAuditLogItemActor.js +5 -0
- package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.d.ts +11 -0
- package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.js +13 -0
- package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.d.ts +7 -0
- package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.js +5 -0
- package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.d.ts +7 -0
- package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.js +5 -0
- package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.d.ts +10 -0
- package/api/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.js +12 -0
- package/api/types/WorkspaceAuditLogItemPayloadUserAccessMethod.d.ts +10 -0
- package/api/types/WorkspaceAuditLogItemPayloadUserAccessMethod.js +12 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.d.ts +9 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.js +11 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.d.ts +7 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.js +5 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.d.ts +10 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.js +12 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.d.ts +9 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.js +11 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.d.ts +7 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.js +5 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.d.ts +10 -0
- package/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.js +12 -0
- package/api/types/WorkspaceAuditLogItemWorkspace.d.ts +7 -0
- package/api/types/WorkspaceAuditLogItemWorkspace.js +5 -0
- package/api/types/WorkspaceAuditLogResponse.d.ts +8 -0
- package/api/types/WorkspaceAuditLogResponse.js +5 -0
- package/api/types/WorkspaceInvitation.d.ts +13 -0
- package/api/types/WorkspaceInvitation.js +5 -0
- package/api/types/WorkspaceInvitationAuditLogItem.d.ts +8 -0
- package/api/types/WorkspaceInvitationAuditLogItem.js +5 -0
- package/api/types/WorkspaceInvitationAuditLogItemEventSubType.d.ts +11 -0
- package/api/types/WorkspaceInvitationAuditLogItemEventSubType.js +13 -0
- package/api/types/WorkspaceMembership.d.ts +13 -0
- package/api/types/WorkspaceMembership.js +5 -0
- package/api/types/WorkspaceMembershipAuditLogItem.d.ts +8 -0
- package/api/types/WorkspaceMembershipAuditLogItem.js +5 -0
- package/api/types/WorkspaceMembershipAuditLogItemEventSubType.d.ts +9 -0
- package/api/types/WorkspaceMembershipAuditLogItemEventSubType.js +11 -0
- package/api/types/index.d.ts +51 -1
- package/api/types/index.js +51 -1
- package/dist/Client.d.ts +4 -1
- package/dist/Client.js +5 -0
- package/dist/api/resources/accessGroups/client/Client.d.ts +1 -1
- package/dist/api/resources/accessGroups/client/Client.js +2 -2
- package/dist/api/resources/assets/client/Client.d.ts +1 -1
- package/dist/api/resources/assets/client/Client.js +16 -16
- package/dist/api/resources/collections/client/Client.d.ts +1 -1
- package/dist/api/resources/collections/client/Client.js +8 -8
- package/dist/api/resources/collections/resources/fields/client/Client.d.ts +1 -1
- package/dist/api/resources/collections/resources/fields/client/Client.js +6 -6
- package/dist/api/resources/collections/resources/items/client/Client.d.ts +23 -5
- package/dist/api/resources/collections/resources/items/client/Client.js +57 -36
- package/dist/api/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.d.ts +6 -2
- package/dist/api/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.d.ts +6 -2
- package/dist/api/resources/components/client/Client.d.ts +18 -2
- package/dist/api/resources/components/client/Client.js +27 -11
- package/dist/api/resources/components/client/requests/ComponentDomWrite.d.ts +16 -0
- package/dist/api/resources/components/client/requests/ComponentsGetContentRequest.d.ts +0 -5
- package/dist/api/resources/components/types/ComponentDomWriteNodesItem.d.ts +1 -1
- package/dist/api/resources/ecommerce/client/Client.d.ts +1 -1
- package/dist/api/resources/ecommerce/client/Client.js +2 -2
- package/dist/api/resources/forms/client/Client.d.ts +1 -1
- package/dist/api/resources/forms/client/Client.js +14 -14
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +2 -1
- package/dist/api/resources/inventory/client/Client.d.ts +1 -1
- package/dist/api/resources/inventory/client/Client.js +4 -4
- package/dist/api/resources/orders/client/Client.d.ts +1 -1
- package/dist/api/resources/orders/client/Client.js +12 -12
- package/dist/api/resources/pages/client/Client.d.ts +18 -2
- package/dist/api/resources/pages/client/Client.js +27 -11
- package/dist/api/resources/pages/client/requests/PageDomWrite.d.ts +16 -0
- package/dist/api/resources/pages/resources/scripts/client/Client.d.ts +1 -1
- package/dist/api/resources/pages/resources/scripts/client/Client.js +6 -6
- package/dist/api/resources/pages/types/PageDomWriteNodesItem.d.ts +1 -1
- package/dist/api/resources/products/client/Client.d.ts +84 -14
- package/dist/api/resources/products/client/Client.js +95 -25
- package/dist/api/resources/products/client/requests/ProductSkuCreate.d.ts +57 -3
- package/dist/api/resources/products/client/requests/ProductsCreateSkuRequest.d.ts +11 -1
- package/dist/api/resources/products/client/requests/ProductsUpdateSkuRequest.d.ts +11 -1
- package/dist/api/resources/products/types/ProductSkuCreateProduct.d.ts +7 -0
- package/dist/api/resources/products/types/ProductSkuCreateProduct.js +5 -0
- package/dist/api/resources/products/types/ProductSkuCreateSku.d.ts +7 -0
- package/dist/api/resources/products/types/ProductSkuCreateSku.js +5 -0
- package/dist/api/resources/products/types/index.d.ts +2 -0
- package/dist/api/resources/products/types/index.js +2 -0
- package/dist/api/resources/scripts/client/Client.d.ts +1 -1
- package/dist/api/resources/scripts/client/Client.js +6 -6
- package/dist/api/resources/sites/client/Client.d.ts +7 -1
- package/dist/api/resources/sites/client/Client.js +28 -18
- package/dist/api/resources/sites/index.d.ts +1 -1
- package/dist/api/resources/sites/index.js +1 -1
- package/dist/api/resources/sites/resources/activityLogs/client/Client.d.ts +1 -1
- package/dist/api/resources/sites/resources/activityLogs/client/Client.js +2 -2
- package/dist/api/resources/sites/resources/comments/client/Client.d.ts +104 -0
- package/dist/api/resources/sites/resources/comments/client/Client.js +426 -0
- package/dist/api/resources/sites/resources/comments/client/index.d.ts +1 -0
- package/dist/api/resources/sites/resources/comments/client/index.js +17 -0
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsGetCommentThreadRequest.d.ts +32 -0
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsGetCommentThreadRequest.js +5 -0
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsListCommentRepliesRequest.d.ts +32 -0
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsListCommentRepliesRequest.js +5 -0
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsListCommentThreadsRequest.d.ts +32 -0
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsListCommentThreadsRequest.js +5 -0
- package/dist/api/resources/sites/resources/comments/client/requests/index.d.ts +3 -0
- package/dist/api/resources/sites/resources/comments/client/requests/index.js +2 -0
- package/dist/api/resources/sites/resources/comments/index.d.ts +2 -0
- package/dist/api/resources/sites/resources/comments/index.js +18 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.d.ts +8 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.js +10 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.d.ts +8 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.js +10 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.d.ts +8 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.js +10 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.d.ts +8 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.js +10 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.d.ts +8 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.js +10 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.d.ts +8 -0
- package/dist/api/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.js +10 -0
- package/dist/api/resources/sites/resources/comments/types/index.d.ts +6 -0
- package/dist/api/resources/sites/resources/comments/types/index.js +22 -0
- package/dist/api/resources/sites/resources/index.d.ts +6 -0
- package/dist/api/resources/sites/resources/index.js +7 -1
- package/dist/api/resources/sites/resources/plans/client/Client.d.ts +1 -1
- package/dist/api/resources/sites/resources/plans/client/Client.js +2 -2
- package/dist/api/resources/sites/resources/redirects/client/Client.d.ts +5 -5
- package/dist/api/resources/sites/resources/redirects/client/Client.js +12 -12
- package/dist/api/resources/sites/resources/robotsTxt/client/Client.d.ts +9 -1
- package/dist/api/resources/sites/resources/robotsTxt/client/Client.js +16 -8
- package/dist/api/resources/sites/resources/scripts/client/Client.d.ts +1 -1
- package/dist/api/resources/sites/resources/scripts/client/Client.js +8 -8
- package/dist/api/resources/sites/resources/wellKnown/client/Client.d.ts +81 -0
- package/dist/api/resources/sites/resources/wellKnown/client/Client.js +268 -0
- package/dist/api/resources/sites/resources/wellKnown/client/index.d.ts +1 -0
- package/dist/api/resources/sites/resources/wellKnown/client/index.js +17 -0
- package/dist/api/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.d.ts +11 -0
- package/dist/api/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.js +5 -0
- package/dist/api/resources/sites/resources/wellKnown/client/requests/WellKnownFile.d.ts +19 -0
- package/dist/api/resources/sites/resources/wellKnown/client/requests/WellKnownFile.js +5 -0
- package/dist/api/resources/sites/resources/wellKnown/client/requests/index.d.ts +2 -0
- package/dist/api/resources/sites/resources/wellKnown/client/requests/index.js +2 -0
- package/dist/api/resources/sites/resources/wellKnown/index.d.ts +2 -0
- package/dist/api/resources/sites/resources/wellKnown/index.js +18 -0
- package/dist/api/resources/sites/resources/wellKnown/types/WellKnownFileContentType.d.ts +11 -0
- package/dist/api/resources/sites/resources/wellKnown/types/WellKnownFileContentType.js +10 -0
- package/dist/api/resources/sites/resources/wellKnown/types/index.d.ts +1 -0
- package/dist/api/resources/sites/resources/wellKnown/types/index.js +17 -0
- package/dist/api/resources/token/client/Client.d.ts +1 -1
- package/dist/api/resources/token/client/Client.js +4 -4
- package/dist/api/resources/users/client/Client.d.ts +1 -1
- package/dist/api/resources/users/client/Client.js +10 -10
- package/dist/api/resources/webhooks/client/Client.d.ts +1 -1
- package/dist/api/resources/webhooks/client/Client.js +8 -8
- package/dist/api/resources/workspaces/client/Client.d.ts +28 -0
- package/dist/api/resources/workspaces/client/Client.js +17 -0
- package/dist/api/resources/workspaces/client/index.d.ts +1 -0
- package/dist/api/resources/workspaces/client/index.js +2 -0
- package/dist/api/resources/workspaces/index.d.ts +2 -0
- package/dist/api/resources/workspaces/index.js +18 -0
- package/dist/api/resources/workspaces/resources/auditLogs/client/Client.d.ts +51 -0
- package/dist/api/resources/workspaces/resources/auditLogs/client/Client.js +182 -0
- package/dist/api/resources/workspaces/resources/auditLogs/client/index.d.ts +1 -0
- package/dist/api/resources/workspaces/resources/auditLogs/client/index.js +17 -0
- package/dist/api/resources/workspaces/resources/auditLogs/client/requests/AuditLogsGetWorkspaceAuditLogsRequest.d.ts +37 -0
- package/dist/api/resources/workspaces/resources/auditLogs/client/requests/AuditLogsGetWorkspaceAuditLogsRequest.js +5 -0
- package/dist/api/resources/workspaces/resources/auditLogs/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workspaces/resources/auditLogs/client/requests/index.js +2 -0
- package/dist/api/resources/workspaces/resources/auditLogs/index.d.ts +2 -0
- package/dist/api/resources/workspaces/resources/auditLogs/index.js +18 -0
- package/dist/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +11 -0
- package/dist/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +13 -0
- package/dist/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.d.ts +8 -0
- package/dist/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.js +10 -0
- package/dist/api/resources/workspaces/resources/auditLogs/types/index.d.ts +2 -0
- package/dist/api/resources/workspaces/resources/auditLogs/types/index.js +18 -0
- package/dist/api/resources/workspaces/resources/index.d.ts +3 -0
- package/dist/api/resources/workspaces/resources/index.js +32 -0
- package/dist/api/types/CommentReply.d.ts +32 -0
- package/dist/api/types/CommentReply.js +5 -0
- package/dist/api/types/CommentReplyAuthor.d.ts +11 -0
- package/dist/api/types/CommentReplyAuthor.js +5 -0
- package/dist/api/types/CommentReplyList.d.ts +11 -0
- package/dist/api/types/CommentReplyList.js +5 -0
- package/dist/api/types/CommentReplyListPagination.d.ts +11 -0
- package/dist/api/types/CommentReplyListPagination.js +5 -0
- package/dist/api/types/CommentReplyMentionedUsersItem.d.ts +11 -0
- package/dist/api/types/CommentReplyMentionedUsersItem.js +5 -0
- package/dist/api/types/CommentThread.d.ts +34 -0
- package/dist/api/types/CommentThread.js +5 -0
- package/dist/api/types/CommentThreadAuthor.d.ts +11 -0
- package/dist/api/types/CommentThreadAuthor.js +5 -0
- package/dist/api/types/CommentThreadList.d.ts +11 -0
- package/dist/api/types/CommentThreadList.js +5 -0
- package/dist/api/types/CommentThreadListPagination.d.ts +11 -0
- package/dist/api/types/CommentThreadListPagination.js +5 -0
- package/dist/api/types/CommentThreadMentionedUsersItem.d.ts +11 -0
- package/dist/api/types/CommentThreadMentionedUsersItem.js +5 -0
- package/dist/api/types/ComponentDom.d.ts +1 -1
- package/dist/api/types/CustomRole.d.ts +9 -0
- package/dist/api/types/CustomRole.js +5 -0
- package/dist/api/types/CustomRoleAuditLogItem.d.ts +8 -0
- package/dist/api/types/CustomRoleAuditLogItem.js +5 -0
- package/dist/api/types/CustomRoleAuditLogItemEventSubType.d.ts +9 -0
- package/dist/api/types/CustomRoleAuditLogItemEventSubType.js +11 -0
- package/dist/api/types/FieldType.d.ts +4 -2
- package/dist/api/types/FieldType.js +3 -1
- package/dist/api/types/Node.d.ts +13 -1
- package/dist/api/types/Page.d.ts +0 -2
- package/dist/api/types/SearchButtonNode.d.ts +14 -0
- package/dist/api/types/SearchButtonNode.js +5 -0
- package/dist/api/types/SearchButtonNodeWrite.d.ts +12 -0
- package/dist/api/types/SearchButtonNodeWrite.js +5 -0
- package/dist/api/types/SelectNode.d.ts +15 -0
- package/dist/api/types/SelectNode.js +5 -0
- package/dist/api/types/SelectNodeChoicesItem.d.ts +9 -0
- package/dist/api/types/SelectNodeChoicesItem.js +5 -0
- package/dist/api/types/SelectNodeWrite.d.ts +13 -0
- package/dist/api/types/SelectNodeWrite.js +5 -0
- package/dist/api/types/SelectNodeWriteChoicesItem.d.ts +9 -0
- package/dist/api/types/SelectNodeWriteChoicesItem.js +5 -0
- package/dist/api/types/SiteMembership.d.ts +14 -0
- package/dist/api/types/SiteMembership.js +5 -0
- package/dist/api/types/SiteMembershipAuditLogItem.d.ts +8 -0
- package/dist/api/types/SiteMembershipAuditLogItem.js +5 -0
- package/dist/api/types/SiteMembershipAuditLogItemEventSubType.d.ts +9 -0
- package/dist/api/types/SiteMembershipAuditLogItemEventSubType.js +11 -0
- package/dist/api/types/SkuFieldData.d.ts +6 -0
- package/dist/api/types/SkuFieldDataPrice.d.ts +2 -0
- package/dist/api/types/SkuValueList.d.ts +1 -1
- package/dist/api/types/StaticFieldType.d.ts +2 -2
- package/dist/api/types/StaticFieldType.js +1 -1
- package/dist/api/types/SubmitButtonNode.d.ts +16 -0
- package/dist/api/types/SubmitButtonNode.js +5 -0
- package/dist/api/types/SubmitButtonNodeWrite.d.ts +14 -0
- package/dist/api/types/SubmitButtonNodeWrite.js +5 -0
- package/dist/api/types/TextInputNode.d.ts +14 -0
- package/dist/api/types/TextInputNode.js +5 -0
- package/dist/api/types/TextInputNodeWrite.d.ts +12 -0
- package/dist/api/types/TextInputNodeWrite.js +5 -0
- package/dist/api/types/TriggerType.d.ts +2 -1
- package/dist/api/types/TriggerType.js +1 -0
- package/dist/api/types/UserAccess.d.ts +11 -0
- package/dist/api/types/UserAccess.js +5 -0
- package/dist/api/types/UserAccessAuditLogItem.d.ts +8 -0
- package/dist/api/types/UserAccessAuditLogItem.js +5 -0
- package/dist/api/types/UserAccessAuditLogItemEventSubType.d.ts +8 -0
- package/dist/api/types/UserAccessAuditLogItemEventSubType.js +10 -0
- package/dist/api/types/WorkspaceAuditLogItem.d.ts +27 -0
- package/dist/api/types/WorkspaceAuditLogItem.js +5 -0
- package/dist/api/types/WorkspaceAuditLogItemActor.d.ts +7 -0
- package/dist/api/types/WorkspaceAuditLogItemActor.js +5 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.d.ts +11 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.js +13 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.d.ts +7 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.js +5 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.d.ts +7 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.js +5 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.d.ts +10 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.js +12 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadUserAccessMethod.d.ts +10 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadUserAccessMethod.js +12 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.d.ts +9 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.js +11 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.d.ts +7 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.js +5 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.d.ts +10 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.js +12 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.d.ts +9 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.js +11 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.d.ts +7 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.js +5 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.d.ts +10 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.js +12 -0
- package/dist/api/types/WorkspaceAuditLogItemWorkspace.d.ts +7 -0
- package/dist/api/types/WorkspaceAuditLogItemWorkspace.js +5 -0
- package/dist/api/types/WorkspaceAuditLogResponse.d.ts +8 -0
- package/dist/api/types/WorkspaceAuditLogResponse.js +5 -0
- package/dist/api/types/WorkspaceInvitation.d.ts +13 -0
- package/dist/api/types/WorkspaceInvitation.js +5 -0
- package/dist/api/types/WorkspaceInvitationAuditLogItem.d.ts +8 -0
- package/dist/api/types/WorkspaceInvitationAuditLogItem.js +5 -0
- package/dist/api/types/WorkspaceInvitationAuditLogItemEventSubType.d.ts +11 -0
- package/dist/api/types/WorkspaceInvitationAuditLogItemEventSubType.js +13 -0
- package/dist/api/types/WorkspaceMembership.d.ts +13 -0
- package/dist/api/types/WorkspaceMembership.js +5 -0
- package/dist/api/types/WorkspaceMembershipAuditLogItem.d.ts +8 -0
- package/dist/api/types/WorkspaceMembershipAuditLogItem.js +5 -0
- package/dist/api/types/WorkspaceMembershipAuditLogItemEventSubType.d.ts +9 -0
- package/dist/api/types/WorkspaceMembershipAuditLogItemEventSubType.js +11 -0
- package/dist/api/types/index.d.ts +51 -1
- package/dist/api/types/index.js +51 -1
- package/dist/environments.d.ts +15 -2
- package/dist/environments.js +7 -1
- package/dist/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.d.ts +1 -1
- package/dist/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.js +1 -1
- package/dist/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.d.ts +1 -1
- package/dist/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.js +1 -1
- package/dist/serialization/resources/components/types/ComponentDomWriteNodesItem.d.ts +5 -1
- package/dist/serialization/resources/components/types/ComponentDomWriteNodesItem.js +12 -1
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +2 -1
- package/dist/serialization/resources/pages/types/PageDomWriteNodesItem.d.ts +5 -1
- package/dist/serialization/resources/pages/types/PageDomWriteNodesItem.js +12 -1
- package/dist/serialization/resources/products/client/requests/ProductSkuCreate.d.ts +4 -4
- package/dist/serialization/resources/products/client/requests/ProductSkuCreate.js +4 -4
- package/dist/serialization/resources/products/types/ProductSkuCreateProduct.d.ts +13 -0
- package/dist/serialization/resources/products/types/ProductSkuCreateProduct.js +34 -0
- package/dist/serialization/resources/products/types/ProductSkuCreateSku.d.ts +13 -0
- package/dist/serialization/resources/products/types/ProductSkuCreateSku.js +34 -0
- package/dist/serialization/resources/products/types/index.d.ts +2 -0
- package/dist/serialization/resources/products/types/index.js +2 -0
- package/dist/serialization/resources/sites/index.d.ts +1 -0
- package/dist/serialization/resources/sites/index.js +1 -0
- package/dist/serialization/resources/sites/resources/comments/index.d.ts +1 -0
- package/dist/serialization/resources/sites/resources/comments/index.js +17 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.d.ts +10 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.js +31 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.d.ts +10 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.js +31 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.d.ts +10 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.js +31 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.d.ts +10 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.js +31 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.d.ts +10 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.js +31 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.d.ts +10 -0
- package/dist/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.js +31 -0
- package/dist/serialization/resources/sites/resources/comments/types/index.d.ts +6 -0
- package/dist/serialization/resources/sites/resources/comments/types/index.js +22 -0
- package/dist/serialization/resources/sites/resources/index.d.ts +5 -0
- package/dist/serialization/resources/sites/resources/index.js +34 -0
- package/dist/serialization/resources/sites/resources/wellKnown/client/index.d.ts +1 -0
- package/dist/serialization/resources/sites/resources/wellKnown/client/index.js +17 -0
- package/dist/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.d.ts +12 -0
- package/dist/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.js +33 -0
- package/dist/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownFile.d.ts +15 -0
- package/dist/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownFile.js +36 -0
- package/dist/serialization/resources/sites/resources/wellKnown/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/sites/resources/wellKnown/client/requests/index.js +7 -0
- package/dist/serialization/resources/sites/resources/wellKnown/index.d.ts +2 -0
- package/dist/serialization/resources/sites/resources/wellKnown/index.js +18 -0
- package/dist/serialization/resources/sites/resources/wellKnown/types/WellKnownFileContentType.d.ts +10 -0
- package/dist/serialization/resources/sites/resources/wellKnown/types/WellKnownFileContentType.js +31 -0
- package/dist/serialization/resources/sites/resources/wellKnown/types/index.d.ts +1 -0
- package/dist/serialization/resources/sites/resources/wellKnown/types/index.js +17 -0
- package/dist/serialization/resources/workspaces/index.d.ts +1 -0
- package/dist/serialization/resources/workspaces/index.js +17 -0
- package/dist/serialization/resources/workspaces/resources/auditLogs/index.d.ts +1 -0
- package/dist/serialization/resources/workspaces/resources/auditLogs/index.js +17 -0
- package/dist/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +10 -0
- package/dist/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +37 -0
- package/dist/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.d.ts +10 -0
- package/dist/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.js +31 -0
- package/dist/serialization/resources/workspaces/resources/auditLogs/types/index.d.ts +2 -0
- package/dist/serialization/resources/workspaces/resources/auditLogs/types/index.js +18 -0
- package/dist/serialization/resources/workspaces/resources/index.d.ts +2 -0
- package/dist/serialization/resources/workspaces/resources/index.js +31 -0
- package/dist/serialization/types/CommentReply.d.ts +25 -0
- package/dist/serialization/types/CommentReply.js +46 -0
- package/dist/serialization/types/CommentReplyAuthor.d.ts +14 -0
- package/dist/serialization/types/CommentReplyAuthor.js +35 -0
- package/dist/serialization/types/CommentReplyList.d.ts +15 -0
- package/dist/serialization/types/CommentReplyList.js +36 -0
- package/dist/serialization/types/CommentReplyListPagination.d.ts +14 -0
- package/dist/serialization/types/CommentReplyListPagination.js +35 -0
- package/dist/serialization/types/CommentReplyMentionedUsersItem.d.ts +14 -0
- package/dist/serialization/types/CommentReplyMentionedUsersItem.js +35 -0
- package/dist/serialization/types/CommentThread.d.ts +26 -0
- package/dist/serialization/types/CommentThread.js +47 -0
- package/dist/serialization/types/CommentThreadAuthor.d.ts +14 -0
- package/dist/serialization/types/CommentThreadAuthor.js +35 -0
- package/dist/serialization/types/CommentThreadList.d.ts +15 -0
- package/dist/serialization/types/CommentThreadList.js +36 -0
- package/dist/serialization/types/CommentThreadListPagination.d.ts +14 -0
- package/dist/serialization/types/CommentThreadListPagination.js +35 -0
- package/dist/serialization/types/CommentThreadMentionedUsersItem.d.ts +14 -0
- package/dist/serialization/types/CommentThreadMentionedUsersItem.js +35 -0
- package/dist/serialization/types/CustomRole.d.ts +13 -0
- package/dist/serialization/types/CustomRole.js +34 -0
- package/dist/serialization/types/CustomRoleAuditLogItem.d.ts +15 -0
- package/dist/serialization/types/CustomRoleAuditLogItem.js +36 -0
- package/dist/serialization/types/CustomRoleAuditLogItemEventSubType.d.ts +10 -0
- package/dist/serialization/types/CustomRoleAuditLogItemEventSubType.js +31 -0
- package/dist/serialization/types/FieldType.d.ts +1 -1
- package/dist/serialization/types/FieldType.js +3 -1
- package/dist/serialization/types/Node.d.ts +17 -1
- package/dist/serialization/types/Node.js +8 -0
- package/dist/serialization/types/Page.d.ts +0 -1
- package/dist/serialization/types/Page.js +0 -1
- package/dist/serialization/types/SearchButtonNode.d.ts +14 -0
- package/dist/serialization/types/SearchButtonNode.js +35 -0
- package/dist/serialization/types/SearchButtonNodeWrite.d.ts +13 -0
- package/dist/serialization/types/SearchButtonNodeWrite.js +34 -0
- package/dist/serialization/types/SelectNode.d.ts +15 -0
- package/dist/serialization/types/SelectNode.js +36 -0
- package/dist/serialization/types/SelectNodeChoicesItem.d.ts +13 -0
- package/dist/serialization/types/SelectNodeChoicesItem.js +34 -0
- package/dist/serialization/types/SelectNodeWrite.d.ts +14 -0
- package/dist/serialization/types/SelectNodeWrite.js +35 -0
- package/dist/serialization/types/SelectNodeWriteChoicesItem.d.ts +13 -0
- package/dist/serialization/types/SelectNodeWriteChoicesItem.js +34 -0
- package/dist/serialization/types/SiteMembership.d.ts +21 -0
- package/dist/serialization/types/SiteMembership.js +42 -0
- package/dist/serialization/types/SiteMembershipAuditLogItem.d.ts +15 -0
- package/dist/serialization/types/SiteMembershipAuditLogItem.js +36 -0
- package/dist/serialization/types/SiteMembershipAuditLogItemEventSubType.d.ts +10 -0
- package/dist/serialization/types/SiteMembershipAuditLogItemEventSubType.js +31 -0
- package/dist/serialization/types/SkuFieldData.d.ts +4 -0
- package/dist/serialization/types/SkuFieldData.js +4 -0
- package/dist/serialization/types/SkuFieldDataPrice.d.ts +1 -0
- package/dist/serialization/types/SkuFieldDataPrice.js +1 -0
- package/dist/serialization/types/StaticFieldType.d.ts +1 -1
- package/dist/serialization/types/StaticFieldType.js +1 -1
- package/dist/serialization/types/SubmitButtonNode.d.ts +15 -0
- package/dist/serialization/types/SubmitButtonNode.js +36 -0
- package/dist/serialization/types/SubmitButtonNodeWrite.d.ts +14 -0
- package/dist/serialization/types/SubmitButtonNodeWrite.js +35 -0
- package/dist/serialization/types/TextInputNode.d.ts +14 -0
- package/dist/serialization/types/TextInputNode.js +35 -0
- package/dist/serialization/types/TextInputNodeWrite.d.ts +13 -0
- package/dist/serialization/types/TextInputNodeWrite.js +34 -0
- package/dist/serialization/types/TriggerType.d.ts +1 -1
- package/dist/serialization/types/TriggerType.js +1 -0
- package/dist/serialization/types/UserAccess.d.ts +15 -0
- package/dist/serialization/types/UserAccess.js +36 -0
- package/dist/serialization/types/UserAccessAuditLogItem.d.ts +15 -0
- package/dist/serialization/types/UserAccessAuditLogItem.js +36 -0
- package/dist/serialization/types/UserAccessAuditLogItemEventSubType.d.ts +10 -0
- package/dist/serialization/types/UserAccessAuditLogItemEventSubType.js +31 -0
- package/dist/serialization/types/WorkspaceAuditLogItem.d.ts +37 -0
- package/dist/serialization/types/WorkspaceAuditLogItem.js +54 -0
- package/dist/serialization/types/WorkspaceAuditLogItemActor.d.ts +13 -0
- package/dist/serialization/types/WorkspaceAuditLogItemActor.js +34 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.d.ts +10 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.js +31 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.d.ts +13 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.js +34 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.d.ts +13 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.js +34 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.d.ts +10 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.js +31 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadUserAccessMethod.d.ts +10 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadUserAccessMethod.js +31 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.d.ts +10 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.js +31 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.d.ts +13 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.js +34 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.d.ts +10 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.js +31 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.d.ts +10 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.js +31 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.d.ts +13 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.js +34 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.d.ts +10 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.js +31 -0
- package/dist/serialization/types/WorkspaceAuditLogItemWorkspace.d.ts +13 -0
- package/dist/serialization/types/WorkspaceAuditLogItemWorkspace.js +34 -0
- package/dist/serialization/types/WorkspaceAuditLogResponse.d.ts +15 -0
- package/dist/serialization/types/WorkspaceAuditLogResponse.js +36 -0
- package/dist/serialization/types/WorkspaceInvitation.d.ts +19 -0
- package/dist/serialization/types/WorkspaceInvitation.js +40 -0
- package/dist/serialization/types/WorkspaceInvitationAuditLogItem.d.ts +15 -0
- package/dist/serialization/types/WorkspaceInvitationAuditLogItem.js +36 -0
- package/dist/serialization/types/WorkspaceInvitationAuditLogItemEventSubType.d.ts +10 -0
- package/dist/serialization/types/WorkspaceInvitationAuditLogItemEventSubType.js +37 -0
- package/dist/serialization/types/WorkspaceMembership.d.ts +19 -0
- package/dist/serialization/types/WorkspaceMembership.js +40 -0
- package/dist/serialization/types/WorkspaceMembershipAuditLogItem.d.ts +15 -0
- package/dist/serialization/types/WorkspaceMembershipAuditLogItem.js +36 -0
- package/dist/serialization/types/WorkspaceMembershipAuditLogItemEventSubType.d.ts +10 -0
- package/dist/serialization/types/WorkspaceMembershipAuditLogItemEventSubType.js +31 -0
- package/dist/serialization/types/index.d.ts +51 -1
- package/dist/serialization/types/index.js +51 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/AssetsUtilitiesClient.d.ts +1 -1
- package/environments.d.ts +15 -2
- package/environments.js +7 -1
- package/package.json +5 -1
- package/reference.md +678 -20
- package/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.d.ts +1 -1
- package/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsLiveRequest.js +1 -1
- package/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.d.ts +1 -1
- package/serialization/resources/collections/resources/items/client/requests/ItemsDeleteItemsRequest.js +1 -1
- package/serialization/resources/components/types/ComponentDomWriteNodesItem.d.ts +5 -1
- package/serialization/resources/components/types/ComponentDomWriteNodesItem.js +12 -1
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +2 -1
- package/serialization/resources/pages/types/PageDomWriteNodesItem.d.ts +5 -1
- package/serialization/resources/pages/types/PageDomWriteNodesItem.js +12 -1
- package/serialization/resources/products/client/requests/ProductSkuCreate.d.ts +4 -4
- package/serialization/resources/products/client/requests/ProductSkuCreate.js +4 -4
- package/serialization/resources/products/types/ProductSkuCreateProduct.d.ts +13 -0
- package/serialization/resources/products/types/ProductSkuCreateProduct.js +34 -0
- package/serialization/resources/products/types/ProductSkuCreateSku.d.ts +13 -0
- package/serialization/resources/products/types/ProductSkuCreateSku.js +34 -0
- package/serialization/resources/products/types/index.d.ts +2 -0
- package/serialization/resources/products/types/index.js +2 -0
- package/serialization/resources/sites/index.d.ts +1 -0
- package/serialization/resources/sites/index.js +1 -0
- package/serialization/resources/sites/resources/comments/index.d.ts +1 -0
- package/serialization/resources/sites/resources/comments/index.js +17 -0
- package/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.d.ts +10 -0
- package/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortBy.js +31 -0
- package/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.d.ts +10 -0
- package/serialization/resources/sites/resources/comments/types/CommentsGetCommentThreadRequestSortOrder.js +31 -0
- package/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.d.ts +10 -0
- package/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortBy.js +31 -0
- package/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.d.ts +10 -0
- package/serialization/resources/sites/resources/comments/types/CommentsListCommentRepliesRequestSortOrder.js +31 -0
- package/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.d.ts +10 -0
- package/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortBy.js +31 -0
- package/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.d.ts +10 -0
- package/serialization/resources/sites/resources/comments/types/CommentsListCommentThreadsRequestSortOrder.js +31 -0
- package/serialization/resources/sites/resources/comments/types/index.d.ts +6 -0
- package/serialization/resources/sites/resources/comments/types/index.js +22 -0
- package/serialization/resources/sites/resources/index.d.ts +5 -0
- package/serialization/resources/sites/resources/index.js +34 -0
- package/serialization/resources/sites/resources/wellKnown/client/index.d.ts +1 -0
- package/serialization/resources/sites/resources/wellKnown/client/index.js +17 -0
- package/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.d.ts +12 -0
- package/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownDeleteRequest.js +33 -0
- package/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownFile.d.ts +15 -0
- package/serialization/resources/sites/resources/wellKnown/client/requests/WellKnownFile.js +36 -0
- package/serialization/resources/sites/resources/wellKnown/client/requests/index.d.ts +2 -0
- package/serialization/resources/sites/resources/wellKnown/client/requests/index.js +7 -0
- package/serialization/resources/sites/resources/wellKnown/index.d.ts +2 -0
- package/serialization/resources/sites/resources/wellKnown/index.js +18 -0
- package/serialization/resources/sites/resources/wellKnown/types/WellKnownFileContentType.d.ts +10 -0
- package/serialization/resources/sites/resources/wellKnown/types/WellKnownFileContentType.js +31 -0
- package/serialization/resources/sites/resources/wellKnown/types/index.d.ts +1 -0
- package/serialization/resources/sites/resources/wellKnown/types/index.js +17 -0
- package/serialization/resources/workspaces/index.d.ts +1 -0
- package/serialization/resources/workspaces/index.js +17 -0
- package/serialization/resources/workspaces/resources/auditLogs/index.d.ts +1 -0
- package/serialization/resources/workspaces/resources/auditLogs/index.js +17 -0
- package/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +10 -0
- package/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +37 -0
- package/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.d.ts +10 -0
- package/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestSortOrder.js +31 -0
- package/serialization/resources/workspaces/resources/auditLogs/types/index.d.ts +2 -0
- package/serialization/resources/workspaces/resources/auditLogs/types/index.js +18 -0
- package/serialization/resources/workspaces/resources/index.d.ts +2 -0
- package/serialization/resources/workspaces/resources/index.js +31 -0
- package/serialization/types/CommentReply.d.ts +25 -0
- package/serialization/types/CommentReply.js +46 -0
- package/serialization/types/CommentReplyAuthor.d.ts +14 -0
- package/serialization/types/CommentReplyAuthor.js +35 -0
- package/serialization/types/CommentReplyList.d.ts +15 -0
- package/serialization/types/CommentReplyList.js +36 -0
- package/serialization/types/CommentReplyListPagination.d.ts +14 -0
- package/serialization/types/CommentReplyListPagination.js +35 -0
- package/serialization/types/CommentReplyMentionedUsersItem.d.ts +14 -0
- package/serialization/types/CommentReplyMentionedUsersItem.js +35 -0
- package/serialization/types/CommentThread.d.ts +26 -0
- package/serialization/types/CommentThread.js +47 -0
- package/serialization/types/CommentThreadAuthor.d.ts +14 -0
- package/serialization/types/CommentThreadAuthor.js +35 -0
- package/serialization/types/CommentThreadList.d.ts +15 -0
- package/serialization/types/CommentThreadList.js +36 -0
- package/serialization/types/CommentThreadListPagination.d.ts +14 -0
- package/serialization/types/CommentThreadListPagination.js +35 -0
- package/serialization/types/CommentThreadMentionedUsersItem.d.ts +14 -0
- package/serialization/types/CommentThreadMentionedUsersItem.js +35 -0
- package/serialization/types/CustomRole.d.ts +13 -0
- package/serialization/types/CustomRole.js +34 -0
- package/serialization/types/CustomRoleAuditLogItem.d.ts +15 -0
- package/serialization/types/CustomRoleAuditLogItem.js +36 -0
- package/serialization/types/CustomRoleAuditLogItemEventSubType.d.ts +10 -0
- package/serialization/types/CustomRoleAuditLogItemEventSubType.js +31 -0
- package/serialization/types/FieldType.d.ts +1 -1
- package/serialization/types/FieldType.js +3 -1
- package/serialization/types/Node.d.ts +17 -1
- package/serialization/types/Node.js +8 -0
- package/serialization/types/Page.d.ts +0 -1
- package/serialization/types/Page.js +0 -1
- package/serialization/types/SearchButtonNode.d.ts +14 -0
- package/serialization/types/SearchButtonNode.js +35 -0
- package/serialization/types/SearchButtonNodeWrite.d.ts +13 -0
- package/serialization/types/SearchButtonNodeWrite.js +34 -0
- package/serialization/types/SelectNode.d.ts +15 -0
- package/serialization/types/SelectNode.js +36 -0
- package/serialization/types/SelectNodeChoicesItem.d.ts +13 -0
- package/serialization/types/SelectNodeChoicesItem.js +34 -0
- package/serialization/types/SelectNodeWrite.d.ts +14 -0
- package/serialization/types/SelectNodeWrite.js +35 -0
- package/serialization/types/SelectNodeWriteChoicesItem.d.ts +13 -0
- package/serialization/types/SelectNodeWriteChoicesItem.js +34 -0
- package/serialization/types/SiteMembership.d.ts +21 -0
- package/serialization/types/SiteMembership.js +42 -0
- package/serialization/types/SiteMembershipAuditLogItem.d.ts +15 -0
- package/serialization/types/SiteMembershipAuditLogItem.js +36 -0
- package/serialization/types/SiteMembershipAuditLogItemEventSubType.d.ts +10 -0
- package/serialization/types/SiteMembershipAuditLogItemEventSubType.js +31 -0
- package/serialization/types/SkuFieldData.d.ts +4 -0
- package/serialization/types/SkuFieldData.js +4 -0
- package/serialization/types/SkuFieldDataPrice.d.ts +1 -0
- package/serialization/types/SkuFieldDataPrice.js +1 -0
- package/serialization/types/StaticFieldType.d.ts +1 -1
- package/serialization/types/StaticFieldType.js +1 -1
- package/serialization/types/SubmitButtonNode.d.ts +15 -0
- package/serialization/types/SubmitButtonNode.js +36 -0
- package/serialization/types/SubmitButtonNodeWrite.d.ts +14 -0
- package/serialization/types/SubmitButtonNodeWrite.js +35 -0
- package/serialization/types/TextInputNode.d.ts +14 -0
- package/serialization/types/TextInputNode.js +35 -0
- package/serialization/types/TextInputNodeWrite.d.ts +13 -0
- package/serialization/types/TextInputNodeWrite.js +34 -0
- package/serialization/types/TriggerType.d.ts +1 -1
- package/serialization/types/TriggerType.js +1 -0
- package/serialization/types/UserAccess.d.ts +15 -0
- package/serialization/types/UserAccess.js +36 -0
- package/serialization/types/UserAccessAuditLogItem.d.ts +15 -0
- package/serialization/types/UserAccessAuditLogItem.js +36 -0
- package/serialization/types/UserAccessAuditLogItemEventSubType.d.ts +10 -0
- package/serialization/types/UserAccessAuditLogItemEventSubType.js +31 -0
- package/serialization/types/WorkspaceAuditLogItem.d.ts +37 -0
- package/serialization/types/WorkspaceAuditLogItem.js +54 -0
- package/serialization/types/WorkspaceAuditLogItemActor.d.ts +13 -0
- package/serialization/types/WorkspaceAuditLogItemActor.js +34 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.d.ts +10 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipMethod.js +31 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.d.ts +13 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipSite.js +34 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.d.ts +13 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipTargetUser.js +34 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.d.ts +10 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSiteMembershipUserType.js +31 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadUserAccessMethod.d.ts +10 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadUserAccessMethod.js +31 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.d.ts +10 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationMethod.js +31 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.d.ts +13 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationTargetUser.js +34 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.d.ts +10 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceInvitationUserType.js +31 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.d.ts +10 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipMethod.js +31 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.d.ts +13 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipTargetUser.js +34 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.d.ts +10 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadWorkspaceMembershipUserType.js +31 -0
- package/serialization/types/WorkspaceAuditLogItemWorkspace.d.ts +13 -0
- package/serialization/types/WorkspaceAuditLogItemWorkspace.js +34 -0
- package/serialization/types/WorkspaceAuditLogResponse.d.ts +15 -0
- package/serialization/types/WorkspaceAuditLogResponse.js +36 -0
- package/serialization/types/WorkspaceInvitation.d.ts +19 -0
- package/serialization/types/WorkspaceInvitation.js +40 -0
- package/serialization/types/WorkspaceInvitationAuditLogItem.d.ts +15 -0
- package/serialization/types/WorkspaceInvitationAuditLogItem.js +36 -0
- package/serialization/types/WorkspaceInvitationAuditLogItemEventSubType.d.ts +10 -0
- package/serialization/types/WorkspaceInvitationAuditLogItemEventSubType.js +37 -0
- package/serialization/types/WorkspaceMembership.d.ts +19 -0
- package/serialization/types/WorkspaceMembership.js +40 -0
- package/serialization/types/WorkspaceMembershipAuditLogItem.d.ts +15 -0
- package/serialization/types/WorkspaceMembershipAuditLogItem.js +36 -0
- package/serialization/types/WorkspaceMembershipAuditLogItemEventSubType.d.ts +10 -0
- package/serialization/types/WorkspaceMembershipAuditLogItemEventSubType.js +31 -0
- package/serialization/types/index.d.ts +51 -1
- package/serialization/types/index.js +51 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/AssetsUtilitiesClient.d.ts +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.Workspaces = void 0;
|
|
7
|
+
const Client_1 = require("../resources/auditLogs/client/Client");
|
|
8
|
+
class Workspaces {
|
|
9
|
+
constructor(_options) {
|
|
10
|
+
this._options = _options;
|
|
11
|
+
}
|
|
12
|
+
get auditLogs() {
|
|
13
|
+
var _a;
|
|
14
|
+
return ((_a = this._auditLogs) !== null && _a !== void 0 ? _a : (this._auditLogs = new Client_1.AuditLogs(this._options)));
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
exports.Workspaces = Workspaces;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./resources"), exports);
|
|
18
|
+
__exportStar(require("./client"), exports);
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as environments from "../../../../../../environments";
|
|
5
|
+
import * as core from "../../../../../../core";
|
|
6
|
+
import * as Webflow from "../../../../../index";
|
|
7
|
+
export declare namespace AuditLogs {
|
|
8
|
+
interface Options {
|
|
9
|
+
environment?: core.Supplier<environments.WebflowEnvironment | environments.WebflowEnvironmentUrls>;
|
|
10
|
+
accessToken: core.Supplier<core.BearerToken>;
|
|
11
|
+
}
|
|
12
|
+
interface RequestOptions {
|
|
13
|
+
/** The maximum time to wait for a response in seconds. */
|
|
14
|
+
timeoutInSeconds?: number;
|
|
15
|
+
/** The number of times to retry the request. Defaults to 2. */
|
|
16
|
+
maxRetries?: number;
|
|
17
|
+
/** A hook to abort the request. */
|
|
18
|
+
abortSignal?: AbortSignal;
|
|
19
|
+
/** Additional headers to include in the request. */
|
|
20
|
+
headers?: Record<string, string>;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
export declare class AuditLogs {
|
|
24
|
+
protected readonly _options: AuditLogs.Options;
|
|
25
|
+
constructor(_options: AuditLogs.Options);
|
|
26
|
+
/**
|
|
27
|
+
* Get audit logs for a workspace.
|
|
28
|
+
*
|
|
29
|
+
* <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>
|
|
30
|
+
*
|
|
31
|
+
* Required scope | `workspace_activity:read`
|
|
32
|
+
*
|
|
33
|
+
* @param {string} workspaceIdOrSlug - Unique identifier or slug for a Workspace
|
|
34
|
+
* @param {Webflow.workspaces.AuditLogsGetWorkspaceAuditLogsRequest} request
|
|
35
|
+
* @param {AuditLogs.RequestOptions} requestOptions - Request-specific configuration.
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link Webflow.UnauthorizedError}
|
|
38
|
+
* @throws {@link Webflow.ForbiddenError}
|
|
39
|
+
* @throws {@link Webflow.NotFoundError}
|
|
40
|
+
* @throws {@link Webflow.TooManyRequestsError}
|
|
41
|
+
* @throws {@link Webflow.InternalServerError}
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* await client.workspaces.auditLogs.getWorkspaceAuditLogs("hitchhikers-workspace", {
|
|
45
|
+
* from: "2024-04-22T16:00:31Z",
|
|
46
|
+
* to: "2024-04-22T16:00:31Z"
|
|
47
|
+
* })
|
|
48
|
+
*/
|
|
49
|
+
getWorkspaceAuditLogs(workspaceIdOrSlug: string, request?: Webflow.workspaces.AuditLogsGetWorkspaceAuditLogsRequest, requestOptions?: AuditLogs.RequestOptions): Promise<Webflow.WorkspaceAuditLogResponse>;
|
|
50
|
+
protected _getAuthorizationHeader(): Promise<string>;
|
|
51
|
+
}
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
38
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
39
|
+
};
|
|
40
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41
|
+
exports.AuditLogs = void 0;
|
|
42
|
+
const environments = __importStar(require("../../../../../../environments"));
|
|
43
|
+
const core = __importStar(require("../../../../../../core"));
|
|
44
|
+
const Webflow = __importStar(require("../../../../../index"));
|
|
45
|
+
const url_join_1 = __importDefault(require("url-join"));
|
|
46
|
+
const serializers = __importStar(require("../../../../../../serialization/index"));
|
|
47
|
+
const errors = __importStar(require("../../../../../../errors/index"));
|
|
48
|
+
class AuditLogs {
|
|
49
|
+
constructor(_options) {
|
|
50
|
+
this._options = _options;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Get audit logs for a workspace.
|
|
54
|
+
*
|
|
55
|
+
* <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>
|
|
56
|
+
*
|
|
57
|
+
* Required scope | `workspace_activity:read`
|
|
58
|
+
*
|
|
59
|
+
* @param {string} workspaceIdOrSlug - Unique identifier or slug for a Workspace
|
|
60
|
+
* @param {Webflow.workspaces.AuditLogsGetWorkspaceAuditLogsRequest} request
|
|
61
|
+
* @param {AuditLogs.RequestOptions} requestOptions - Request-specific configuration.
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link Webflow.UnauthorizedError}
|
|
64
|
+
* @throws {@link Webflow.ForbiddenError}
|
|
65
|
+
* @throws {@link Webflow.NotFoundError}
|
|
66
|
+
* @throws {@link Webflow.TooManyRequestsError}
|
|
67
|
+
* @throws {@link Webflow.InternalServerError}
|
|
68
|
+
*
|
|
69
|
+
* @example
|
|
70
|
+
* await client.workspaces.auditLogs.getWorkspaceAuditLogs("hitchhikers-workspace", {
|
|
71
|
+
* from: "2024-04-22T16:00:31Z",
|
|
72
|
+
* to: "2024-04-22T16:00:31Z"
|
|
73
|
+
* })
|
|
74
|
+
*/
|
|
75
|
+
getWorkspaceAuditLogs(workspaceIdOrSlug, request = {}, requestOptions) {
|
|
76
|
+
var _a;
|
|
77
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
78
|
+
const { limit, offset, sortOrder, eventType, from: from_, to } = request;
|
|
79
|
+
const _queryParams = {};
|
|
80
|
+
if (limit != null) {
|
|
81
|
+
_queryParams["limit"] = limit.toString();
|
|
82
|
+
}
|
|
83
|
+
if (offset != null) {
|
|
84
|
+
_queryParams["offset"] = offset.toString();
|
|
85
|
+
}
|
|
86
|
+
if (sortOrder != null) {
|
|
87
|
+
_queryParams["sortOrder"] = sortOrder;
|
|
88
|
+
}
|
|
89
|
+
if (eventType != null) {
|
|
90
|
+
_queryParams["eventType"] = eventType;
|
|
91
|
+
}
|
|
92
|
+
if (from_ != null) {
|
|
93
|
+
_queryParams["from"] = from_.toISOString();
|
|
94
|
+
}
|
|
95
|
+
if (to != null) {
|
|
96
|
+
_queryParams["to"] = to.toISOString();
|
|
97
|
+
}
|
|
98
|
+
const _response = yield core.fetcher({
|
|
99
|
+
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.WebflowEnvironment.DataApi).base, `workspaces/${encodeURIComponent(workspaceIdOrSlug)}/audit_logs`),
|
|
100
|
+
method: "GET",
|
|
101
|
+
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "webflow-api", "X-Fern-SDK-Version": "3.1.4", "User-Agent": "webflow-api/3.1.4", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
102
|
+
contentType: "application/json",
|
|
103
|
+
queryParameters: _queryParams,
|
|
104
|
+
requestType: "json",
|
|
105
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
106
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
107
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
108
|
+
});
|
|
109
|
+
if (_response.ok) {
|
|
110
|
+
return serializers.WorkspaceAuditLogResponse.parseOrThrow(_response.body, {
|
|
111
|
+
unrecognizedObjectKeys: "passthrough",
|
|
112
|
+
allowUnrecognizedUnionMembers: true,
|
|
113
|
+
allowUnrecognizedEnumValues: true,
|
|
114
|
+
skipValidation: true,
|
|
115
|
+
breadcrumbsPrefix: ["response"],
|
|
116
|
+
});
|
|
117
|
+
}
|
|
118
|
+
if (_response.error.reason === "status-code") {
|
|
119
|
+
switch (_response.error.statusCode) {
|
|
120
|
+
case 401:
|
|
121
|
+
throw new Webflow.UnauthorizedError(serializers.Error_.parseOrThrow(_response.error.body, {
|
|
122
|
+
unrecognizedObjectKeys: "passthrough",
|
|
123
|
+
allowUnrecognizedUnionMembers: true,
|
|
124
|
+
allowUnrecognizedEnumValues: true,
|
|
125
|
+
skipValidation: true,
|
|
126
|
+
breadcrumbsPrefix: ["response"],
|
|
127
|
+
}));
|
|
128
|
+
case 403:
|
|
129
|
+
throw new Webflow.ForbiddenError(_response.error.body);
|
|
130
|
+
case 404:
|
|
131
|
+
throw new Webflow.NotFoundError(serializers.Error_.parseOrThrow(_response.error.body, {
|
|
132
|
+
unrecognizedObjectKeys: "passthrough",
|
|
133
|
+
allowUnrecognizedUnionMembers: true,
|
|
134
|
+
allowUnrecognizedEnumValues: true,
|
|
135
|
+
skipValidation: true,
|
|
136
|
+
breadcrumbsPrefix: ["response"],
|
|
137
|
+
}));
|
|
138
|
+
case 429:
|
|
139
|
+
throw new Webflow.TooManyRequestsError(serializers.Error_.parseOrThrow(_response.error.body, {
|
|
140
|
+
unrecognizedObjectKeys: "passthrough",
|
|
141
|
+
allowUnrecognizedUnionMembers: true,
|
|
142
|
+
allowUnrecognizedEnumValues: true,
|
|
143
|
+
skipValidation: true,
|
|
144
|
+
breadcrumbsPrefix: ["response"],
|
|
145
|
+
}));
|
|
146
|
+
case 500:
|
|
147
|
+
throw new Webflow.InternalServerError(serializers.Error_.parseOrThrow(_response.error.body, {
|
|
148
|
+
unrecognizedObjectKeys: "passthrough",
|
|
149
|
+
allowUnrecognizedUnionMembers: true,
|
|
150
|
+
allowUnrecognizedEnumValues: true,
|
|
151
|
+
skipValidation: true,
|
|
152
|
+
breadcrumbsPrefix: ["response"],
|
|
153
|
+
}));
|
|
154
|
+
default:
|
|
155
|
+
throw new errors.WebflowError({
|
|
156
|
+
statusCode: _response.error.statusCode,
|
|
157
|
+
body: _response.error.body,
|
|
158
|
+
});
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
switch (_response.error.reason) {
|
|
162
|
+
case "non-json":
|
|
163
|
+
throw new errors.WebflowError({
|
|
164
|
+
statusCode: _response.error.statusCode,
|
|
165
|
+
body: _response.error.rawBody,
|
|
166
|
+
});
|
|
167
|
+
case "timeout":
|
|
168
|
+
throw new errors.WebflowTimeoutError("Timeout exceeded when calling GET /workspaces/{workspace_id_or_slug}/audit_logs.");
|
|
169
|
+
case "unknown":
|
|
170
|
+
throw new errors.WebflowError({
|
|
171
|
+
message: _response.error.errorMessage,
|
|
172
|
+
});
|
|
173
|
+
}
|
|
174
|
+
});
|
|
175
|
+
}
|
|
176
|
+
_getAuthorizationHeader() {
|
|
177
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
178
|
+
return `Bearer ${yield core.Supplier.get(this._options.accessToken)}`;
|
|
179
|
+
});
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
exports.AuditLogs = AuditLogs;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Webflow from "../../../../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {
|
|
8
|
+
* from: "2024-04-22T16:00:31Z",
|
|
9
|
+
* to: "2024-04-22T16:00:31Z"
|
|
10
|
+
* }
|
|
11
|
+
*/
|
|
12
|
+
export interface AuditLogsGetWorkspaceAuditLogsRequest {
|
|
13
|
+
/**
|
|
14
|
+
* Maximum number of records to be returned (max limit: 100)
|
|
15
|
+
*/
|
|
16
|
+
limit?: number;
|
|
17
|
+
/**
|
|
18
|
+
* Offset used for pagination if the results have more than limit records
|
|
19
|
+
*/
|
|
20
|
+
offset?: number;
|
|
21
|
+
/**
|
|
22
|
+
* Sorts the results by asc or desc
|
|
23
|
+
*/
|
|
24
|
+
sortOrder?: Webflow.workspaces.AuditLogsGetWorkspaceAuditLogsRequestSortOrder;
|
|
25
|
+
/**
|
|
26
|
+
* The event type to filter by
|
|
27
|
+
*/
|
|
28
|
+
eventType?: Webflow.workspaces.AuditLogsGetWorkspaceAuditLogsRequestEventType;
|
|
29
|
+
/**
|
|
30
|
+
* The start date to filter by
|
|
31
|
+
*/
|
|
32
|
+
from?: Date;
|
|
33
|
+
/**
|
|
34
|
+
* The end date to filter by
|
|
35
|
+
*/
|
|
36
|
+
to?: Date;
|
|
37
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type AuditLogsGetWorkspaceAuditLogsRequest } from "./AuditLogsGetWorkspaceAuditLogsRequest";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
18
|
+
__exportStar(require("./client"), exports);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type AuditLogsGetWorkspaceAuditLogsRequestEventType = "user_access" | "custom_role" | "workspace_membership" | "site_membership" | "workspace_invitation";
|
|
5
|
+
export declare const AuditLogsGetWorkspaceAuditLogsRequestEventType: {
|
|
6
|
+
readonly UserAccess: "user_access";
|
|
7
|
+
readonly CustomRole: "custom_role";
|
|
8
|
+
readonly WorkspaceMembership: "workspace_membership";
|
|
9
|
+
readonly SiteMembership: "site_membership";
|
|
10
|
+
readonly WorkspaceInvitation: "workspace_invitation";
|
|
11
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.AuditLogsGetWorkspaceAuditLogsRequestEventType = void 0;
|
|
7
|
+
exports.AuditLogsGetWorkspaceAuditLogsRequestEventType = {
|
|
8
|
+
UserAccess: "user_access",
|
|
9
|
+
CustomRole: "custom_role",
|
|
10
|
+
WorkspaceMembership: "workspace_membership",
|
|
11
|
+
SiteMembership: "site_membership",
|
|
12
|
+
WorkspaceInvitation: "workspace_invitation",
|
|
13
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type AuditLogsGetWorkspaceAuditLogsRequestSortOrder = "asc" | "desc";
|
|
5
|
+
export declare const AuditLogsGetWorkspaceAuditLogsRequestSortOrder: {
|
|
6
|
+
readonly Asc: "asc";
|
|
7
|
+
readonly Desc: "desc";
|
|
8
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.AuditLogsGetWorkspaceAuditLogsRequestSortOrder = void 0;
|
|
7
|
+
exports.AuditLogsGetWorkspaceAuditLogsRequestSortOrder = {
|
|
8
|
+
Asc: "asc",
|
|
9
|
+
Desc: "desc",
|
|
10
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./AuditLogsGetWorkspaceAuditLogsRequestSortOrder"), exports);
|
|
18
|
+
__exportStar(require("./AuditLogsGetWorkspaceAuditLogsRequestEventType"), exports);
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.auditLogs = void 0;
|
|
30
|
+
exports.auditLogs = __importStar(require("./auditLogs"));
|
|
31
|
+
__exportStar(require("./auditLogs/types"), exports);
|
|
32
|
+
__exportStar(require("./auditLogs/client/requests"), exports);
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Webflow from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* A comment thread represents a conversation between users on a specific page. Each comment thread has a unique identifier and can contain multiple comments.
|
|
7
|
+
*/
|
|
8
|
+
export interface CommentReply {
|
|
9
|
+
/** Unique identifier for the comment thread */
|
|
10
|
+
id: string;
|
|
11
|
+
/** The comment reply unique identifier */
|
|
12
|
+
commentId: string;
|
|
13
|
+
/** The site unique identifier */
|
|
14
|
+
siteId: string;
|
|
15
|
+
/** The page unique identifier */
|
|
16
|
+
pageId: string;
|
|
17
|
+
/** The locale unique identifier */
|
|
18
|
+
localeId?: string;
|
|
19
|
+
/** The breakpoint the comment was left on */
|
|
20
|
+
breakpoint: string;
|
|
21
|
+
/** The content of the comment reply */
|
|
22
|
+
content: string;
|
|
23
|
+
/** Boolean determining if the comment thread is resolved */
|
|
24
|
+
isResolved: boolean;
|
|
25
|
+
author: Webflow.CommentReplyAuthor;
|
|
26
|
+
/** List of mentioned users is an empty array until email notifications are sent. */
|
|
27
|
+
mentionedUsers?: Webflow.CommentReplyMentionedUsersItem[];
|
|
28
|
+
/** The date the item was last updated */
|
|
29
|
+
lastUpdated: string;
|
|
30
|
+
/** The date the item was created */
|
|
31
|
+
createdOn: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface CommentReplyAuthor {
|
|
5
|
+
/** The unique identifier of the author */
|
|
6
|
+
id: string;
|
|
7
|
+
/** Email of the author */
|
|
8
|
+
email: string;
|
|
9
|
+
/** Name of the author */
|
|
10
|
+
name: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Webflow from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* A list of comment replies.
|
|
7
|
+
*/
|
|
8
|
+
export interface CommentReplyList {
|
|
9
|
+
comments: Webflow.CommentReply[];
|
|
10
|
+
pagination: Webflow.CommentReplyListPagination;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface CommentReplyListPagination {
|
|
5
|
+
/** The limit specified in the request (default 100) */
|
|
6
|
+
limit: number;
|
|
7
|
+
/** The offset specified for pagination */
|
|
8
|
+
offset: number;
|
|
9
|
+
/** Total number of comment replies */
|
|
10
|
+
total: number;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface CommentReplyMentionedUsersItem {
|
|
5
|
+
/** The unique identifier of the mentioned user */
|
|
6
|
+
id: string;
|
|
7
|
+
/** Email of the user */
|
|
8
|
+
email: string;
|
|
9
|
+
/** Name of the User */
|
|
10
|
+
name: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Webflow from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* A comment thread represents a conversation between users on a specific page. Each comment thread has a unique identifier and can contain multiple comments. Retrieve comment replies using the replies API endpoint.
|
|
7
|
+
*/
|
|
8
|
+
export interface CommentThread {
|
|
9
|
+
/** Unique identifier for the comment thread */
|
|
10
|
+
id: string;
|
|
11
|
+
/** The site unique identifier */
|
|
12
|
+
siteId: string;
|
|
13
|
+
/** The page unique identifier */
|
|
14
|
+
pageId: string;
|
|
15
|
+
/** The locale unique identifier */
|
|
16
|
+
localeId?: string;
|
|
17
|
+
/** The item unique identifier */
|
|
18
|
+
itemId?: string;
|
|
19
|
+
/** The breakpoint the comment was left on */
|
|
20
|
+
breakpoint: string;
|
|
21
|
+
/** The URL of the page the comment was left on */
|
|
22
|
+
url: string;
|
|
23
|
+
/** The content of the comment reply */
|
|
24
|
+
content: string;
|
|
25
|
+
/** Boolean determining if the comment thread is resolved */
|
|
26
|
+
isResolved: boolean;
|
|
27
|
+
author: Webflow.CommentThreadAuthor;
|
|
28
|
+
/** List of mentioned users. This is an empty array until email notifications are sent, which can take up to 5 minutes after the comment is created. */
|
|
29
|
+
mentionedUsers: Webflow.CommentThreadMentionedUsersItem[];
|
|
30
|
+
/** The date the item was created */
|
|
31
|
+
createdOn: string;
|
|
32
|
+
/** The date the item was last updated */
|
|
33
|
+
lastUpdated: string;
|
|
34
|
+
}
|