@foru-ms/sdk 2.0.8 → 2.1.1
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/README.md +1 -1
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/Client.d.ts +4 -1
- package/dist/cjs/Client.js +16 -11
- package/dist/cjs/api/resources/auth/client/Client.d.ts +17 -14
- package/dist/cjs/api/resources/auth/client/Client.js +16 -13
- package/dist/cjs/api/resources/auth/client/requests/ForgotPasswordAuthRequest.d.ts +10 -0
- package/dist/cjs/api/resources/auth/client/requests/LoginAuthRequest.d.ts +13 -0
- package/dist/cjs/api/resources/auth/client/requests/RegisterAuthRequest.d.ts +24 -0
- package/dist/cjs/api/resources/auth/client/requests/ResetPasswordAuthRequest.d.ts +16 -0
- package/dist/cjs/api/resources/auth/client/requests/index.d.ts +4 -4
- package/dist/cjs/api/resources/auth/index.d.ts +0 -1
- package/dist/cjs/api/resources/auth/index.js +0 -1
- package/dist/cjs/api/resources/index.d.ts +2 -1
- package/dist/cjs/api/resources/index.js +3 -2
- package/dist/cjs/api/resources/integrations/client/Client.d.ts +44 -21
- package/dist/cjs/api/resources/integrations/client/Client.js +54 -37
- package/dist/cjs/api/resources/integrations/client/requests/CreateIntegrationsRequest.d.ts +18 -0
- package/dist/cjs/api/resources/integrations/client/requests/DeleteIntegrationsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/integrations/client/requests/ListIntegrationsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/integrations/client/requests/RetrieveIntegrationsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/integrations/client/requests/UpdateIntegrationsRequest.d.ts +18 -0
- package/dist/cjs/api/resources/integrations/client/requests/index.d.ts +5 -5
- package/dist/cjs/api/resources/integrations/types/UpdateIntegrationsResponse.d.ts +32 -0
- package/dist/cjs/api/resources/integrations/types/UpdateIntegrationsResponse.js +19 -0
- package/dist/cjs/api/resources/integrations/types/index.d.ts +1 -5
- package/dist/cjs/api/resources/integrations/types/index.js +1 -5
- package/dist/cjs/api/resources/notifications/client/Client.d.ts +34 -21
- package/dist/cjs/api/resources/notifications/client/Client.js +46 -37
- package/dist/cjs/api/resources/notifications/client/requests/CreateNotificationsRequest.d.ts +37 -0
- package/dist/cjs/api/resources/notifications/client/requests/CreateNotificationsRequest.js +14 -0
- package/dist/cjs/api/resources/notifications/client/requests/DeleteNotificationsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/notifications/client/requests/ListNotificationsRequest.d.ts +15 -0
- package/dist/cjs/api/resources/notifications/client/requests/RetrieveNotificationsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/notifications/client/requests/UpdateNotificationsRequest.d.ts +24 -0
- package/dist/cjs/api/resources/notifications/client/requests/UpdateNotificationsRequest.js +14 -0
- package/dist/cjs/api/resources/notifications/client/requests/index.d.ts +5 -5
- package/dist/cjs/api/resources/notifications/client/requests/index.js +5 -0
- package/dist/cjs/api/resources/notifications/types/ListNotificationsRequestStatus.d.ts +7 -0
- package/dist/cjs/api/resources/notifications/types/ListNotificationsRequestStatus.js +10 -0
- package/dist/cjs/api/resources/notifications/types/UpdateNotificationsResponse.d.ts +30 -0
- package/dist/cjs/api/resources/notifications/types/index.d.ts +2 -5
- package/dist/cjs/api/resources/notifications/types/index.js +2 -5
- package/dist/cjs/api/resources/posts/client/Client.d.ts +68 -67
- package/dist/cjs/api/resources/posts/client/Client.js +110 -163
- package/dist/cjs/api/resources/posts/client/requests/CreatePostsRequest.d.ts +18 -0
- package/dist/cjs/api/resources/posts/client/requests/CreateReactionPostsRequest.d.ts +27 -0
- package/dist/cjs/api/resources/posts/client/requests/CreateReactionPostsRequest.js +14 -0
- package/dist/cjs/api/resources/posts/client/requests/DeletePostPostsRequest.d.ts +13 -0
- package/dist/cjs/api/resources/posts/client/requests/DeletePostsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/posts/client/requests/DeleteReactionPostsRequest.d.ts +13 -0
- package/dist/cjs/api/resources/posts/client/requests/ListPostsPostsRequest.d.ts +23 -0
- package/dist/cjs/api/resources/posts/client/requests/ListPostsRequest.d.ts +19 -0
- package/dist/cjs/api/resources/posts/client/requests/ListReactionsPostsRequest.d.ts +17 -0
- package/dist/cjs/api/resources/posts/client/requests/RetrievePostPostsRequest.d.ts +13 -0
- package/dist/cjs/api/resources/posts/client/requests/RetrievePostsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/posts/client/requests/RetrieveReactionPostsRequest.d.ts +13 -0
- package/dist/cjs/api/resources/posts/client/requests/UpdatePostsRequest.d.ts +18 -0
- package/dist/cjs/api/resources/posts/client/requests/index.d.ts +12 -13
- package/dist/cjs/api/resources/posts/client/requests/index.js +3 -0
- package/dist/cjs/api/resources/posts/types/DeleteReactionPostsResponse.d.ts +8 -0
- package/dist/cjs/api/resources/posts/types/ListPostsPostsRequestSort.d.ts +5 -0
- package/dist/cjs/api/resources/posts/types/ListPostsPostsRequestSort.js +8 -0
- package/dist/cjs/api/resources/posts/types/ListPostsPostsRequestType.d.ts +8 -0
- package/dist/cjs/api/resources/posts/types/ListPostsPostsRequestType.js +11 -0
- package/dist/cjs/api/resources/posts/types/ListPostsRequestSort.d.ts +5 -0
- package/dist/cjs/api/resources/posts/types/ListPostsRequestSort.js +8 -0
- package/dist/cjs/api/resources/posts/types/ListPostsRequestType.d.ts +8 -0
- package/dist/cjs/api/resources/posts/types/ListPostsRequestType.js +11 -0
- package/dist/cjs/api/resources/posts/types/ListReactionsPostsRequestType.d.ts +7 -0
- package/dist/cjs/api/resources/posts/types/ListReactionsPostsRequestType.js +10 -0
- package/dist/cjs/api/resources/posts/types/RetrievePostPostsResponse.d.ts +27 -0
- package/dist/cjs/api/resources/posts/types/RetrieveReactionPostsResponse.d.ts +19 -0
- package/dist/cjs/api/resources/posts/types/UpdatePostsResponse.d.ts +23 -0
- package/dist/cjs/api/resources/posts/types/index.d.ts +9 -13
- package/dist/cjs/api/resources/posts/types/index.js +9 -13
- package/dist/cjs/api/resources/privateMessages/client/Client.d.ts +68 -33
- package/dist/cjs/api/resources/privateMessages/client/Client.js +137 -70
- package/dist/cjs/api/resources/privateMessages/client/requests/CreatePrivateMessagesRequest.d.ts +21 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/CreateReplyPrivateMessagesRequest.d.ts +24 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/DeletePrivateMessagesRequest.d.ts +10 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/DeleteReplyPrivateMessagesRequest.d.ts +13 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/ListPrivateMessagesRequest.d.ts +12 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/ListRepliesPrivateMessagesRequest.d.ts +14 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/RetrievePrivateMessagesRequest.d.ts +10 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/RetrieveReplyPrivateMessagesRequest.d.ts +13 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/UpdatePrivateMessagesRequest.d.ts +16 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/index.d.ts +9 -8
- package/dist/cjs/api/resources/privateMessages/types/RetrieveReplyPrivateMessagesResponse.d.ts +14 -0
- package/dist/cjs/api/resources/privateMessages/types/UpdatePrivateMessagesResponse.d.ts +26 -0
- package/dist/cjs/api/resources/privateMessages/types/index.d.ts +2 -8
- package/dist/cjs/api/resources/privateMessages/types/index.js +2 -8
- package/dist/cjs/api/resources/reports/client/Client.d.ts +48 -17
- package/dist/cjs/api/resources/reports/client/Client.js +120 -32
- package/dist/cjs/api/resources/reports/client/requests/CreateReportsRequest.d.ts +22 -0
- package/dist/cjs/api/resources/reports/client/requests/DeleteReportsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/reports/client/requests/ListReportsRequest.d.ts +16 -0
- package/dist/cjs/api/resources/reports/client/requests/RetrieveReportsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/reports/client/requests/UpdateReportsRequest.d.ts +16 -0
- package/dist/cjs/api/resources/reports/client/requests/index.d.ts +5 -4
- package/dist/cjs/api/resources/reports/types/UpdateReportsResponse.d.ts +28 -0
- package/dist/cjs/api/resources/reports/types/index.d.ts +1 -4
- package/dist/cjs/api/resources/reports/types/index.js +1 -4
- package/dist/cjs/api/resources/roles/client/Client.d.ts +34 -21
- package/dist/cjs/api/resources/roles/client/Client.js +46 -37
- package/dist/cjs/api/resources/roles/client/requests/CreateRolesRequest.d.ts +18 -0
- package/dist/cjs/api/resources/roles/client/requests/DeleteRolesRequest.d.ts +10 -0
- package/dist/cjs/api/resources/roles/client/requests/ListRolesRequest.d.ts +15 -0
- package/dist/cjs/api/resources/roles/client/requests/RetrieveRolesRequest.d.ts +10 -0
- package/dist/cjs/api/resources/roles/client/requests/UpdateRolesRequest.d.ts +20 -0
- package/dist/cjs/api/resources/roles/client/requests/index.d.ts +5 -5
- package/dist/cjs/api/resources/roles/types/ListRolesRequestSort.d.ts +6 -0
- package/dist/cjs/api/resources/roles/types/ListRolesRequestSort.js +9 -0
- package/dist/cjs/api/resources/roles/types/UpdateRolesResponse.d.ts +22 -0
- package/dist/cjs/api/resources/roles/types/index.d.ts +2 -5
- package/dist/cjs/api/resources/roles/types/index.js +2 -5
- package/dist/cjs/api/resources/search/client/Client.d.ts +29 -0
- package/dist/cjs/api/resources/search/client/Client.js +115 -0
- package/dist/cjs/api/resources/search/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/search/client/index.js +2 -0
- package/dist/cjs/api/resources/search/index.d.ts +2 -0
- package/dist/cjs/api/resources/search/index.js +18 -0
- package/dist/cjs/api/resources/search/types/SearchSearchResponse.d.ts +33 -0
- package/dist/cjs/api/resources/search/types/SearchSearchResponse.js +22 -0
- package/dist/cjs/api/resources/search/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/search/types/index.js +17 -0
- package/dist/cjs/api/resources/ssOs/client/Client.d.ts +44 -21
- package/dist/cjs/api/resources/ssOs/client/Client.js +54 -37
- package/dist/cjs/api/resources/ssOs/client/requests/CreateSsOsRequest.d.ts +24 -0
- package/dist/cjs/api/resources/ssOs/client/requests/DeleteSsOsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/ssOs/client/requests/ListSsOsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/ssOs/client/requests/RetrieveSsOsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/ssOs/client/requests/UpdateSsOsRequest.d.ts +24 -0
- package/dist/cjs/api/resources/ssOs/client/requests/index.d.ts +5 -5
- package/dist/cjs/api/resources/ssOs/types/UpdateSsOsResponse.d.ts +29 -0
- package/dist/cjs/api/resources/ssOs/types/UpdateSsOsResponse.js +16 -0
- package/dist/cjs/api/resources/ssOs/types/index.d.ts +1 -5
- package/dist/cjs/api/resources/ssOs/types/index.js +1 -5
- package/dist/cjs/api/resources/tags/client/Client.d.ts +48 -33
- package/dist/cjs/api/resources/tags/client/Client.js +69 -68
- package/dist/cjs/api/resources/tags/client/requests/CreateTagsRequest.d.ts +18 -0
- package/dist/cjs/api/resources/tags/client/requests/DeleteSubscriberTagsRequest.d.ts +13 -0
- package/dist/cjs/api/resources/tags/client/requests/DeleteTagsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/tags/client/requests/ListSubscribersTagsRequest.d.ts +14 -0
- package/dist/cjs/api/resources/tags/client/requests/ListTagsRequest.d.ts +12 -0
- package/dist/cjs/api/resources/tags/client/requests/RetrieveSubscriberTagsRequest.d.ts +13 -0
- package/dist/cjs/api/resources/tags/client/requests/RetrieveTagsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/tags/client/requests/UpdateTagsRequest.d.ts +20 -0
- package/dist/cjs/api/resources/tags/client/requests/index.d.ts +8 -8
- package/dist/cjs/api/resources/tags/types/RetrieveSubscriberTagsResponse.d.ts +19 -0
- package/dist/cjs/api/resources/tags/types/UpdateTagsResponse.d.ts +22 -0
- package/dist/cjs/api/resources/tags/types/index.d.ts +2 -8
- package/dist/cjs/api/resources/tags/types/index.js +2 -8
- package/dist/cjs/api/resources/threads/client/Client.d.ts +94 -91
- package/dist/cjs/api/resources/threads/client/Client.js +149 -209
- package/dist/cjs/api/resources/threads/client/requests/CreatePollThreadsRequest.d.ts +35 -0
- package/dist/cjs/api/resources/threads/client/requests/CreateReactionThreadsRequest.d.ts +27 -0
- package/dist/cjs/api/resources/threads/client/requests/CreateReactionThreadsRequest.js +14 -0
- package/dist/cjs/api/resources/threads/client/requests/CreateThreadsRequest.d.ts +46 -0
- package/dist/cjs/api/resources/threads/client/requests/DeletePostThreadsRequest.d.ts +13 -0
- package/dist/cjs/api/resources/threads/client/requests/DeleteReactionThreadsRequest.d.ts +13 -0
- package/dist/cjs/api/resources/threads/client/requests/DeleteSubscriberThreadsRequest.d.ts +13 -0
- package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/threads/client/requests/ListPostsThreadsRequest.d.ts +23 -0
- package/dist/cjs/api/resources/threads/client/requests/ListReactionsThreadsRequest.d.ts +17 -0
- package/dist/cjs/api/resources/threads/client/requests/ListSubscribersThreadsRequest.d.ts +14 -0
- package/dist/cjs/api/resources/threads/client/requests/ListThreadsRequest.d.ts +19 -0
- package/dist/cjs/api/resources/threads/client/requests/RetrievePollThreadsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/threads/client/requests/RetrievePostThreadsRequest.d.ts +13 -0
- package/dist/cjs/api/resources/threads/client/requests/RetrieveReactionThreadsRequest.d.ts +13 -0
- package/dist/cjs/api/resources/threads/client/requests/RetrieveSubscriberThreadsRequest.d.ts +13 -0
- package/dist/cjs/api/resources/threads/client/requests/RetrieveThreadsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/threads/client/requests/UpdatePollThreadsRequest.d.ts +18 -0
- package/dist/cjs/api/resources/threads/client/requests/UpdateThreadsRequest.d.ts +22 -0
- package/dist/cjs/api/resources/threads/client/requests/index.d.ts +18 -19
- package/dist/cjs/api/resources/threads/client/requests/index.js +3 -0
- package/dist/cjs/api/resources/threads/types/DeleteReactionThreadsResponse.d.ts +8 -0
- package/dist/cjs/api/resources/threads/types/ListPostsThreadsRequestSort.d.ts +5 -0
- package/dist/cjs/api/resources/threads/types/ListPostsThreadsRequestSort.js +8 -0
- package/dist/cjs/api/resources/threads/types/ListPostsThreadsRequestType.d.ts +8 -0
- package/dist/cjs/api/resources/threads/types/ListPostsThreadsRequestType.js +11 -0
- package/dist/cjs/api/resources/threads/types/ListReactionsThreadsRequestType.d.ts +7 -0
- package/dist/cjs/api/resources/threads/types/ListReactionsThreadsRequestType.js +10 -0
- package/dist/cjs/api/resources/threads/types/ListThreadsRequestSort.d.ts +6 -0
- package/dist/cjs/api/resources/threads/types/ListThreadsRequestSort.js +9 -0
- package/dist/cjs/api/resources/threads/types/RetrievePostThreadsResponse.d.ts +26 -0
- package/dist/cjs/api/resources/threads/types/RetrieveReactionThreadsResponse.d.ts +19 -0
- package/dist/cjs/api/resources/threads/types/RetrieveSubscriberThreadsResponse.d.ts +19 -0
- package/dist/cjs/api/resources/threads/types/UpdateThreadsResponse.d.ts +55 -0
- package/dist/cjs/api/resources/threads/types/index.d.ts +9 -19
- package/dist/cjs/api/resources/threads/types/index.js +9 -19
- package/dist/cjs/api/resources/users/client/Client.d.ts +75 -41
- package/dist/cjs/api/resources/users/client/Client.js +152 -94
- package/dist/cjs/api/resources/users/client/requests/CreateUsersRequest.d.ts +26 -0
- package/dist/cjs/api/resources/users/client/requests/DeleteFollowerUsersRequest.d.ts +13 -0
- package/dist/cjs/api/resources/users/client/requests/DeleteFollowingUsersRequest.d.ts +13 -0
- package/dist/cjs/api/resources/users/client/requests/DeleteUsersRequest.d.ts +10 -0
- package/dist/cjs/api/resources/users/client/requests/ListFollowersUsersRequest.d.ts +14 -0
- package/dist/cjs/api/resources/users/client/requests/ListFollowingUsersRequest.d.ts +14 -0
- package/dist/cjs/api/resources/users/client/requests/ListUsersRequest.d.ts +15 -0
- package/dist/cjs/api/resources/users/client/requests/RetrieveFollowerUsersRequest.d.ts +13 -0
- package/dist/cjs/api/resources/users/client/requests/RetrieveFollowingUsersRequest.d.ts +13 -0
- package/dist/cjs/api/resources/users/client/requests/RetrieveUsersRequest.d.ts +10 -0
- package/dist/cjs/api/resources/users/client/requests/UpdateUsersRequest.d.ts +28 -0
- package/dist/cjs/api/resources/users/client/requests/index.d.ts +11 -10
- package/dist/cjs/api/resources/users/types/ListUsersRequestSort.d.ts +5 -0
- package/dist/cjs/api/resources/users/types/ListUsersRequestSort.js +8 -0
- package/dist/cjs/api/resources/users/types/RetrieveFollowerUsersResponse.d.ts +19 -0
- package/dist/cjs/api/resources/users/types/RetrieveFollowingUsersResponse.d.ts +19 -0
- package/dist/cjs/api/resources/users/types/UpdateUsersResponse.d.ts +43 -0
- package/dist/cjs/api/resources/users/types/index.d.ts +4 -10
- package/dist/cjs/api/resources/users/types/index.js +4 -10
- package/dist/cjs/api/resources/webhooks/client/Client.d.ts +74 -29
- package/dist/cjs/api/resources/webhooks/client/Client.js +151 -61
- package/dist/cjs/api/resources/webhooks/client/requests/CreateWebhooksRequest.d.ts +22 -0
- package/dist/cjs/api/resources/webhooks/client/requests/DeleteDeliveryWebhooksRequest.d.ts +13 -0
- package/dist/cjs/api/resources/webhooks/client/requests/DeleteWebhooksRequest.d.ts +10 -0
- package/dist/cjs/api/resources/webhooks/client/requests/ListDeliveriesWebhooksRequest.d.ts +14 -0
- package/dist/cjs/api/resources/webhooks/client/requests/ListWebhooksRequest.d.ts +10 -0
- package/dist/cjs/api/resources/webhooks/client/requests/RetrieveDeliveryWebhooksRequest.d.ts +13 -0
- package/dist/cjs/api/resources/webhooks/client/requests/RetrieveWebhooksRequest.d.ts +10 -0
- package/dist/cjs/api/resources/webhooks/client/requests/UpdateWebhooksRequest.d.ts +22 -0
- package/dist/cjs/api/resources/webhooks/client/requests/index.d.ts +8 -7
- package/dist/cjs/api/resources/webhooks/types/RetrieveDeliveryWebhooksResponse.d.ts +16 -0
- package/dist/cjs/api/resources/webhooks/types/UpdateWebhooksResponse.d.ts +26 -0
- package/dist/cjs/api/resources/webhooks/types/index.d.ts +2 -7
- package/dist/cjs/api/resources/webhooks/types/index.js +2 -7
- package/dist/cjs/api/types/Auth.d.ts +1 -0
- package/dist/cjs/api/types/AuthListResponse.d.ts +18 -0
- package/dist/cjs/api/types/AuthResponse.d.ts +6 -1
- package/dist/cjs/api/types/ForgotPasswordResponse.d.ts +9 -0
- package/dist/cjs/api/types/Integration.d.ts +27 -0
- package/dist/cjs/api/types/Integration.js +16 -0
- package/dist/cjs/api/types/IntegrationCreate.d.ts +2 -0
- package/dist/cjs/api/types/IntegrationList.d.ts +6 -0
- package/dist/cjs/api/types/IntegrationListResponse.d.ts +44 -0
- package/dist/cjs/api/types/IntegrationListResponse.js +25 -0
- package/dist/cjs/api/types/IntegrationResponse.d.ts +28 -21
- package/dist/cjs/api/types/IntegrationResponse.js +12 -9
- package/dist/cjs/api/types/IntegrationUpdate.d.ts +2 -0
- package/dist/cjs/api/types/LoginResponse.d.ts +22 -0
- package/dist/cjs/api/types/MeResponse.d.ts +31 -0
- package/dist/cjs/api/types/Notification.d.ts +25 -0
- package/dist/cjs/api/types/NotificationListResponse.d.ts +42 -0
- package/dist/cjs/api/types/NotificationResponse.d.ts +28 -23
- package/dist/cjs/api/types/Post.d.ts +18 -0
- package/dist/cjs/api/types/PostListResponse.d.ts +35 -0
- package/dist/cjs/api/types/PostPost.d.ts +22 -0
- package/dist/cjs/api/types/PostPostListResponse.d.ts +37 -0
- package/dist/cjs/api/types/PostPostResponse.d.ts +27 -0
- package/dist/cjs/api/types/PostReaction.d.ts +14 -0
- package/dist/cjs/api/types/PostReactionCreate.d.ts +18 -0
- package/dist/cjs/api/types/PostReactionCreate.js +14 -0
- package/dist/cjs/api/types/PostReactionListResponse.d.ts +29 -0
- package/dist/cjs/api/types/PostReactionResponse.d.ts +19 -0
- package/dist/cjs/api/types/PostResponse.d.ts +21 -16
- package/dist/cjs/api/types/PrivateMessage.d.ts +21 -0
- package/dist/cjs/api/types/PrivateMessageListResponse.d.ts +38 -0
- package/dist/cjs/api/types/PrivateMessageReply.d.ts +9 -0
- package/dist/cjs/api/types/PrivateMessageReplyCreate.d.ts +14 -0
- package/dist/cjs/api/types/PrivateMessageReplyListResponse.d.ts +24 -0
- package/dist/cjs/api/types/PrivateMessageReplyResponse.d.ts +14 -0
- package/dist/cjs/api/types/PrivateMessageResponse.d.ts +24 -19
- package/dist/cjs/api/types/PrivateMessageUpdate.d.ts +8 -0
- package/dist/cjs/api/types/RegisterResponse.d.ts +22 -0
- package/dist/cjs/api/types/Report.d.ts +23 -0
- package/dist/cjs/api/types/ReportListResponse.d.ts +40 -0
- package/dist/cjs/api/types/ReportResponse.d.ts +26 -21
- package/dist/cjs/api/types/ReportUpdate.d.ts +8 -0
- package/dist/cjs/api/types/ResetPasswordResponse.d.ts +8 -0
- package/dist/cjs/api/types/Role.d.ts +17 -0
- package/dist/cjs/api/types/RoleList.d.ts +19 -0
- package/dist/cjs/api/types/RoleList.js +13 -0
- package/dist/cjs/api/types/RoleListResponse.d.ts +34 -0
- package/dist/cjs/api/types/RoleResponse.d.ts +20 -15
- package/dist/cjs/api/types/Search.d.ts +1 -0
- package/dist/cjs/api/types/SearchListResponse.d.ts +18 -0
- package/dist/cjs/api/types/SearchResponse.d.ts +6 -0
- package/dist/cjs/api/types/Sso.d.ts +24 -0
- package/dist/cjs/api/types/Sso.js +13 -0
- package/dist/cjs/api/types/SsoCreate.d.ts +2 -0
- package/dist/cjs/api/types/SsoList.d.ts +6 -0
- package/dist/cjs/api/types/SsoListResponse.d.ts +41 -0
- package/dist/cjs/api/types/SsoListResponse.js +22 -0
- package/dist/cjs/api/types/SsoResponse.d.ts +25 -18
- package/dist/cjs/api/types/SsoResponse.js +9 -6
- package/dist/cjs/api/types/SsoUpdate.d.ts +2 -0
- package/dist/cjs/api/types/SuccessResponse.d.ts +8 -0
- package/dist/cjs/api/types/Tag.d.ts +17 -0
- package/dist/cjs/api/types/TagListResponse.d.ts +34 -0
- package/dist/cjs/api/types/TagResponse.d.ts +20 -15
- package/dist/cjs/api/types/TagSubscriber.d.ts +14 -0
- package/dist/cjs/api/types/TagSubscriberListResponse.d.ts +29 -0
- package/dist/cjs/api/types/TagSubscriberResponse.d.ts +19 -0
- package/dist/cjs/api/types/Thread.d.ts +30 -0
- package/dist/cjs/api/types/ThreadCreate.d.ts +6 -0
- package/dist/cjs/api/types/ThreadListResponse.d.ts +67 -0
- package/dist/cjs/api/types/ThreadPoll.d.ts +22 -0
- package/dist/cjs/api/types/ThreadPollCreate.d.ts +23 -0
- package/dist/cjs/api/types/ThreadPollListResponse.d.ts +37 -0
- package/dist/cjs/api/types/ThreadPollResponse.d.ts +27 -0
- package/dist/cjs/api/types/ThreadPost.d.ts +21 -0
- package/dist/cjs/api/types/ThreadPostListResponse.d.ts +36 -0
- package/dist/cjs/api/types/ThreadPostResponse.d.ts +26 -0
- package/dist/cjs/api/types/ThreadReaction.d.ts +14 -0
- package/dist/cjs/api/types/ThreadReactionCreate.d.ts +18 -0
- package/dist/cjs/api/types/ThreadReactionCreate.js +14 -0
- package/dist/cjs/api/types/ThreadReactionListResponse.d.ts +29 -0
- package/dist/cjs/api/types/ThreadReactionResponse.d.ts +19 -0
- package/dist/cjs/api/types/ThreadResponse.d.ts +46 -41
- package/dist/cjs/api/types/ThreadSubscriber.d.ts +14 -0
- package/dist/cjs/api/types/ThreadSubscriberListResponse.d.ts +29 -0
- package/dist/cjs/api/types/ThreadSubscriberResponse.d.ts +19 -0
- package/dist/cjs/api/types/User.d.ts +38 -0
- package/dist/cjs/api/types/UserCreate.d.ts +20 -0
- package/dist/cjs/api/types/UserFollower.d.ts +14 -0
- package/dist/cjs/api/types/UserFollowerListResponse.d.ts +29 -0
- package/dist/cjs/api/types/UserFollowerResponse.d.ts +19 -0
- package/dist/cjs/api/types/UserFollowing.d.ts +14 -0
- package/dist/cjs/api/types/UserFollowingListResponse.d.ts +29 -0
- package/dist/cjs/api/types/UserFollowingResponse.d.ts +19 -0
- package/dist/cjs/api/types/UserListResponse.d.ts +55 -0
- package/dist/cjs/api/types/UserListResponse.js +3 -0
- package/dist/cjs/api/types/UserResponse.d.ts +37 -32
- package/dist/cjs/api/types/Webhook.d.ts +21 -0
- package/dist/cjs/api/types/Webhook.js +3 -0
- package/dist/cjs/api/types/WebhookCreate.d.ts +4 -0
- package/dist/cjs/api/types/WebhookDelivery.d.ts +11 -0
- package/dist/cjs/api/types/WebhookDelivery.js +3 -0
- package/dist/cjs/api/types/WebhookDeliveryListResponse.d.ts +26 -0
- package/dist/cjs/api/types/WebhookDeliveryListResponse.js +3 -0
- package/dist/cjs/api/types/WebhookDeliveryResponse.d.ts +16 -0
- package/dist/cjs/api/types/WebhookDeliveryResponse.js +3 -0
- package/dist/cjs/api/types/WebhookListResponse.d.ts +38 -0
- package/dist/cjs/api/types/WebhookListResponse.js +3 -0
- package/dist/cjs/api/types/WebhookResponse.d.ts +24 -17
- package/dist/cjs/api/types/WebhookUpdate.d.ts +14 -0
- package/dist/cjs/api/types/WebhookUpdate.js +3 -0
- package/dist/cjs/api/types/index.d.ts +77 -0
- package/dist/cjs/api/types/index.js +77 -0
- package/dist/cjs/auth/HeaderAuthProvider.d.ts +14 -10
- package/dist/cjs/auth/HeaderAuthProvider.js +18 -9
- package/dist/cjs/core/fetcher/EndpointSupplier.d.ts +2 -2
- package/dist/cjs/core/fetcher/Fetcher.d.ts +1 -2
- package/dist/cjs/core/headers.d.ts +2 -2
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/Client.d.mts +4 -1
- package/dist/esm/Client.mjs +6 -1
- package/dist/esm/api/resources/auth/client/Client.d.mts +17 -14
- package/dist/esm/api/resources/auth/client/Client.mjs +16 -13
- package/dist/esm/api/resources/auth/client/requests/ForgotPasswordAuthRequest.d.mts +10 -0
- package/dist/esm/api/resources/auth/client/requests/LoginAuthRequest.d.mts +13 -0
- package/dist/esm/api/resources/auth/client/requests/RegisterAuthRequest.d.mts +24 -0
- package/dist/esm/api/resources/auth/client/requests/ResetPasswordAuthRequest.d.mts +16 -0
- package/dist/esm/api/resources/auth/client/requests/index.d.mts +4 -4
- package/dist/esm/api/resources/auth/index.d.mts +0 -1
- package/dist/esm/api/resources/auth/index.mjs +0 -1
- package/dist/esm/api/resources/index.d.mts +2 -1
- package/dist/esm/api/resources/index.mjs +2 -1
- package/dist/esm/api/resources/integrations/client/Client.d.mts +44 -21
- package/dist/esm/api/resources/integrations/client/Client.mjs +54 -37
- package/dist/esm/api/resources/integrations/client/requests/CreateIntegrationsRequest.d.mts +18 -0
- package/dist/esm/api/resources/integrations/client/requests/DeleteIntegrationsRequest.d.mts +10 -0
- package/dist/esm/api/resources/integrations/client/requests/ListIntegrationsRequest.d.mts +10 -0
- package/dist/esm/api/resources/integrations/client/requests/RetrieveIntegrationsRequest.d.mts +10 -0
- package/dist/esm/api/resources/integrations/client/requests/UpdateIntegrationsRequest.d.mts +18 -0
- package/dist/esm/api/resources/integrations/client/requests/index.d.mts +5 -5
- package/dist/esm/api/resources/integrations/types/UpdateIntegrationsResponse.d.mts +32 -0
- package/dist/esm/api/resources/integrations/types/UpdateIntegrationsResponse.mjs +16 -0
- package/dist/esm/api/resources/integrations/types/index.d.mts +1 -5
- package/dist/esm/api/resources/integrations/types/index.mjs +1 -5
- package/dist/esm/api/resources/notifications/client/Client.d.mts +34 -21
- package/dist/esm/api/resources/notifications/client/Client.mjs +46 -37
- package/dist/esm/api/resources/notifications/client/requests/CreateNotificationsRequest.d.mts +37 -0
- package/dist/esm/api/resources/notifications/client/requests/CreateNotificationsRequest.mjs +11 -0
- package/dist/esm/api/resources/notifications/client/requests/DeleteNotificationsRequest.d.mts +10 -0
- package/dist/esm/api/resources/notifications/client/requests/ListNotificationsRequest.d.mts +15 -0
- package/dist/esm/api/resources/notifications/client/requests/RetrieveNotificationsRequest.d.mts +10 -0
- package/dist/esm/api/resources/notifications/client/requests/UpdateNotificationsRequest.d.mts +24 -0
- package/dist/esm/api/resources/notifications/client/requests/UpdateNotificationsRequest.mjs +11 -0
- package/dist/esm/api/resources/notifications/client/requests/index.d.mts +5 -5
- package/dist/esm/api/resources/notifications/client/requests/index.mjs +2 -1
- package/dist/esm/api/resources/notifications/types/ListNotificationsRequestStatus.d.mts +7 -0
- package/dist/esm/api/resources/notifications/types/ListNotificationsRequestStatus.mjs +7 -0
- package/dist/esm/api/resources/notifications/types/UpdateNotificationsResponse.d.mts +30 -0
- package/dist/esm/api/resources/notifications/types/index.d.mts +2 -5
- package/dist/esm/api/resources/notifications/types/index.mjs +2 -5
- package/dist/esm/api/resources/posts/client/Client.d.mts +68 -67
- package/dist/esm/api/resources/posts/client/Client.mjs +110 -163
- package/dist/esm/api/resources/posts/client/requests/CreatePostsRequest.d.mts +18 -0
- package/dist/esm/api/resources/posts/client/requests/CreateReactionPostsRequest.d.mts +27 -0
- package/dist/esm/api/resources/posts/client/requests/CreateReactionPostsRequest.mjs +11 -0
- package/dist/esm/api/resources/posts/client/requests/DeletePostPostsRequest.d.mts +13 -0
- package/dist/esm/api/resources/posts/client/requests/DeletePostsRequest.d.mts +10 -0
- package/dist/esm/api/resources/posts/client/requests/DeleteReactionPostsRequest.d.mts +13 -0
- package/dist/esm/api/resources/posts/client/requests/ListPostsPostsRequest.d.mts +23 -0
- package/dist/esm/api/resources/posts/client/requests/ListPostsRequest.d.mts +19 -0
- package/dist/esm/api/resources/posts/client/requests/ListReactionsPostsRequest.d.mts +17 -0
- package/dist/esm/api/resources/posts/client/requests/RetrievePostPostsRequest.d.mts +13 -0
- package/dist/esm/api/resources/posts/client/requests/RetrievePostsRequest.d.mts +10 -0
- package/dist/esm/api/resources/posts/client/requests/RetrieveReactionPostsRequest.d.mts +13 -0
- package/dist/esm/api/resources/posts/client/requests/UpdatePostsRequest.d.mts +18 -0
- package/dist/esm/api/resources/posts/client/requests/index.d.mts +12 -13
- package/dist/esm/api/resources/posts/client/requests/index.mjs +1 -1
- package/dist/esm/api/resources/posts/types/DeleteReactionPostsResponse.d.mts +8 -0
- package/dist/esm/api/resources/posts/types/ListPostsPostsRequestSort.d.mts +5 -0
- package/dist/esm/api/resources/posts/types/ListPostsPostsRequestSort.mjs +5 -0
- package/dist/esm/api/resources/posts/types/ListPostsPostsRequestType.d.mts +8 -0
- package/dist/esm/api/resources/posts/types/ListPostsPostsRequestType.mjs +8 -0
- package/dist/esm/api/resources/posts/types/ListPostsRequestSort.d.mts +5 -0
- package/dist/esm/api/resources/posts/types/ListPostsRequestSort.mjs +5 -0
- package/dist/esm/api/resources/posts/types/ListPostsRequestType.d.mts +8 -0
- package/dist/esm/api/resources/posts/types/ListPostsRequestType.mjs +8 -0
- package/dist/esm/api/resources/posts/types/ListReactionsPostsRequestType.d.mts +7 -0
- package/dist/esm/api/resources/posts/types/ListReactionsPostsRequestType.mjs +7 -0
- package/dist/esm/api/resources/posts/types/RetrievePostPostsResponse.d.mts +27 -0
- package/dist/esm/api/resources/posts/types/RetrieveReactionPostsResponse.d.mts +19 -0
- package/dist/esm/api/resources/posts/types/UpdatePostsResponse.d.mts +23 -0
- package/dist/esm/api/resources/posts/types/index.d.mts +9 -13
- package/dist/esm/api/resources/posts/types/index.mjs +9 -13
- package/dist/esm/api/resources/privateMessages/client/Client.d.mts +68 -33
- package/dist/esm/api/resources/privateMessages/client/Client.mjs +137 -70
- package/dist/esm/api/resources/privateMessages/client/requests/CreatePrivateMessagesRequest.d.mts +21 -0
- package/dist/esm/api/resources/privateMessages/client/requests/CreateReplyPrivateMessagesRequest.d.mts +24 -0
- package/dist/esm/api/resources/privateMessages/client/requests/DeletePrivateMessagesRequest.d.mts +10 -0
- package/dist/esm/api/resources/privateMessages/client/requests/DeleteReplyPrivateMessagesRequest.d.mts +13 -0
- package/dist/esm/api/resources/privateMessages/client/requests/ListPrivateMessagesRequest.d.mts +12 -0
- package/dist/esm/api/resources/privateMessages/client/requests/ListRepliesPrivateMessagesRequest.d.mts +14 -0
- package/dist/esm/api/resources/privateMessages/client/requests/RetrievePrivateMessagesRequest.d.mts +10 -0
- package/dist/esm/api/resources/privateMessages/client/requests/RetrieveReplyPrivateMessagesRequest.d.mts +13 -0
- package/dist/esm/api/resources/privateMessages/client/requests/UpdatePrivateMessagesRequest.d.mts +16 -0
- package/dist/esm/api/resources/privateMessages/client/requests/index.d.mts +9 -8
- package/dist/esm/api/resources/privateMessages/types/RetrieveReplyPrivateMessagesResponse.d.mts +14 -0
- package/dist/esm/api/resources/privateMessages/types/UpdatePrivateMessagesResponse.d.mts +26 -0
- package/dist/esm/api/resources/privateMessages/types/index.d.mts +2 -8
- package/dist/esm/api/resources/privateMessages/types/index.mjs +2 -8
- package/dist/esm/api/resources/reports/client/Client.d.mts +48 -17
- package/dist/esm/api/resources/reports/client/Client.mjs +120 -32
- package/dist/esm/api/resources/reports/client/requests/CreateReportsRequest.d.mts +22 -0
- package/dist/esm/api/resources/reports/client/requests/DeleteReportsRequest.d.mts +10 -0
- package/dist/esm/api/resources/reports/client/requests/ListReportsRequest.d.mts +16 -0
- package/dist/esm/api/resources/reports/client/requests/RetrieveReportsRequest.d.mts +10 -0
- package/dist/esm/api/resources/reports/client/requests/UpdateReportsRequest.d.mts +16 -0
- package/dist/esm/api/resources/reports/client/requests/index.d.mts +5 -4
- package/dist/esm/api/resources/reports/types/UpdateReportsResponse.d.mts +28 -0
- package/dist/esm/api/resources/reports/types/index.d.mts +1 -4
- package/dist/esm/api/resources/reports/types/index.mjs +1 -4
- package/dist/esm/api/resources/roles/client/Client.d.mts +34 -21
- package/dist/esm/api/resources/roles/client/Client.mjs +46 -37
- package/dist/esm/api/resources/roles/client/requests/CreateRolesRequest.d.mts +18 -0
- package/dist/esm/api/resources/roles/client/requests/DeleteRolesRequest.d.mts +10 -0
- package/dist/esm/api/resources/roles/client/requests/ListRolesRequest.d.mts +15 -0
- package/dist/esm/api/resources/roles/client/requests/RetrieveRolesRequest.d.mts +10 -0
- package/dist/esm/api/resources/roles/client/requests/UpdateRolesRequest.d.mts +20 -0
- package/dist/esm/api/resources/roles/client/requests/index.d.mts +5 -5
- package/dist/esm/api/resources/roles/types/ListRolesRequestSort.d.mts +6 -0
- package/dist/esm/api/resources/roles/types/ListRolesRequestSort.mjs +6 -0
- package/dist/esm/api/resources/roles/types/UpdateRolesResponse.d.mts +22 -0
- package/dist/esm/api/resources/roles/types/index.d.mts +2 -5
- package/dist/esm/api/resources/roles/types/index.mjs +2 -5
- package/dist/esm/api/resources/search/client/Client.d.mts +29 -0
- package/dist/esm/api/resources/search/client/Client.mjs +78 -0
- package/dist/esm/api/resources/search/client/index.d.mts +1 -0
- package/dist/esm/api/resources/search/client/index.mjs +1 -0
- package/dist/esm/api/resources/search/index.d.mts +2 -0
- package/dist/esm/api/resources/search/index.mjs +2 -0
- package/dist/esm/api/resources/search/types/SearchSearchResponse.d.mts +33 -0
- package/dist/esm/api/resources/search/types/SearchSearchResponse.mjs +19 -0
- package/dist/esm/api/resources/search/types/index.d.mts +1 -0
- package/dist/esm/api/resources/search/types/index.mjs +1 -0
- package/dist/esm/api/resources/ssOs/client/Client.d.mts +44 -21
- package/dist/esm/api/resources/ssOs/client/Client.mjs +54 -37
- package/dist/esm/api/resources/ssOs/client/requests/CreateSsOsRequest.d.mts +24 -0
- package/dist/esm/api/resources/ssOs/client/requests/DeleteSsOsRequest.d.mts +10 -0
- package/dist/esm/api/resources/ssOs/client/requests/ListSsOsRequest.d.mts +10 -0
- package/dist/esm/api/resources/ssOs/client/requests/RetrieveSsOsRequest.d.mts +10 -0
- package/dist/esm/api/resources/ssOs/client/requests/UpdateSsOsRequest.d.mts +24 -0
- package/dist/esm/api/resources/ssOs/client/requests/index.d.mts +5 -5
- package/dist/esm/api/resources/ssOs/types/UpdateSsOsResponse.d.mts +29 -0
- package/dist/esm/api/resources/ssOs/types/UpdateSsOsResponse.mjs +13 -0
- package/dist/esm/api/resources/ssOs/types/index.d.mts +1 -5
- package/dist/esm/api/resources/ssOs/types/index.mjs +1 -5
- package/dist/esm/api/resources/tags/client/Client.d.mts +48 -33
- package/dist/esm/api/resources/tags/client/Client.mjs +69 -68
- package/dist/esm/api/resources/tags/client/requests/CreateTagsRequest.d.mts +18 -0
- package/dist/esm/api/resources/tags/client/requests/DeleteSubscriberTagsRequest.d.mts +13 -0
- package/dist/esm/api/resources/tags/client/requests/DeleteTagsRequest.d.mts +10 -0
- package/dist/esm/api/resources/tags/client/requests/ListSubscribersTagsRequest.d.mts +14 -0
- package/dist/esm/api/resources/tags/client/requests/ListTagsRequest.d.mts +12 -0
- package/dist/esm/api/resources/tags/client/requests/RetrieveSubscriberTagsRequest.d.mts +13 -0
- package/dist/esm/api/resources/tags/client/requests/RetrieveTagsRequest.d.mts +10 -0
- package/dist/esm/api/resources/tags/client/requests/UpdateTagsRequest.d.mts +20 -0
- package/dist/esm/api/resources/tags/client/requests/index.d.mts +8 -8
- package/dist/esm/api/resources/tags/types/RetrieveSubscriberTagsResponse.d.mts +19 -0
- package/dist/esm/api/resources/tags/types/UpdateTagsResponse.d.mts +22 -0
- package/dist/esm/api/resources/tags/types/index.d.mts +2 -8
- package/dist/esm/api/resources/tags/types/index.mjs +2 -8
- package/dist/esm/api/resources/threads/client/Client.d.mts +94 -91
- package/dist/esm/api/resources/threads/client/Client.mjs +149 -209
- package/dist/esm/api/resources/threads/client/requests/CreatePollThreadsRequest.d.mts +35 -0
- package/dist/esm/api/resources/threads/client/requests/CreateReactionThreadsRequest.d.mts +27 -0
- package/dist/esm/api/resources/threads/client/requests/CreateReactionThreadsRequest.mjs +11 -0
- package/dist/esm/api/resources/threads/client/requests/CreateThreadsRequest.d.mts +46 -0
- package/dist/esm/api/resources/threads/client/requests/DeletePostThreadsRequest.d.mts +13 -0
- package/dist/esm/api/resources/threads/client/requests/DeleteReactionThreadsRequest.d.mts +13 -0
- package/dist/esm/api/resources/threads/client/requests/DeleteSubscriberThreadsRequest.d.mts +13 -0
- package/dist/esm/api/resources/threads/client/requests/DeleteThreadsRequest.d.mts +10 -0
- package/dist/esm/api/resources/threads/client/requests/ListPostsThreadsRequest.d.mts +23 -0
- package/dist/esm/api/resources/threads/client/requests/ListReactionsThreadsRequest.d.mts +17 -0
- package/dist/esm/api/resources/threads/client/requests/ListSubscribersThreadsRequest.d.mts +14 -0
- package/dist/esm/api/resources/threads/client/requests/ListThreadsRequest.d.mts +19 -0
- package/dist/esm/api/resources/threads/client/requests/RetrievePollThreadsRequest.d.mts +10 -0
- package/dist/esm/api/resources/threads/client/requests/RetrievePostThreadsRequest.d.mts +13 -0
- package/dist/esm/api/resources/threads/client/requests/RetrieveReactionThreadsRequest.d.mts +13 -0
- package/dist/esm/api/resources/threads/client/requests/RetrieveSubscriberThreadsRequest.d.mts +13 -0
- package/dist/esm/api/resources/threads/client/requests/RetrieveThreadsRequest.d.mts +10 -0
- package/dist/esm/api/resources/threads/client/requests/UpdatePollThreadsRequest.d.mts +18 -0
- package/dist/esm/api/resources/threads/client/requests/UpdateThreadsRequest.d.mts +22 -0
- package/dist/esm/api/resources/threads/client/requests/index.d.mts +18 -19
- package/dist/esm/api/resources/threads/client/requests/index.mjs +1 -1
- package/dist/esm/api/resources/threads/types/DeleteReactionThreadsResponse.d.mts +8 -0
- package/dist/esm/api/resources/threads/types/ListPostsThreadsRequestSort.d.mts +5 -0
- package/dist/esm/api/resources/threads/types/ListPostsThreadsRequestSort.mjs +5 -0
- package/dist/esm/api/resources/threads/types/ListPostsThreadsRequestType.d.mts +8 -0
- package/dist/esm/api/resources/threads/types/ListPostsThreadsRequestType.mjs +8 -0
- package/dist/esm/api/resources/threads/types/ListReactionsThreadsRequestType.d.mts +7 -0
- package/dist/esm/api/resources/threads/types/ListReactionsThreadsRequestType.mjs +7 -0
- package/dist/esm/api/resources/threads/types/ListThreadsRequestSort.d.mts +6 -0
- package/dist/esm/api/resources/threads/types/ListThreadsRequestSort.mjs +6 -0
- package/dist/esm/api/resources/threads/types/RetrievePostThreadsResponse.d.mts +26 -0
- package/dist/esm/api/resources/threads/types/RetrieveReactionThreadsResponse.d.mts +19 -0
- package/dist/esm/api/resources/threads/types/RetrieveSubscriberThreadsResponse.d.mts +19 -0
- package/dist/esm/api/resources/threads/types/UpdateThreadsResponse.d.mts +55 -0
- package/dist/esm/api/resources/threads/types/index.d.mts +9 -19
- package/dist/esm/api/resources/threads/types/index.mjs +9 -19
- package/dist/esm/api/resources/users/client/Client.d.mts +75 -41
- package/dist/esm/api/resources/users/client/Client.mjs +152 -94
- package/dist/esm/api/resources/users/client/requests/CreateUsersRequest.d.mts +26 -0
- package/dist/esm/api/resources/users/client/requests/DeleteFollowerUsersRequest.d.mts +13 -0
- package/dist/esm/api/resources/users/client/requests/DeleteFollowingUsersRequest.d.mts +13 -0
- package/dist/esm/api/resources/users/client/requests/DeleteUsersRequest.d.mts +10 -0
- package/dist/esm/api/resources/users/client/requests/ListFollowersUsersRequest.d.mts +14 -0
- package/dist/esm/api/resources/users/client/requests/ListFollowingUsersRequest.d.mts +14 -0
- package/dist/esm/api/resources/users/client/requests/ListUsersRequest.d.mts +15 -0
- package/dist/esm/api/resources/users/client/requests/RetrieveFollowerUsersRequest.d.mts +13 -0
- package/dist/esm/api/resources/users/client/requests/RetrieveFollowingUsersRequest.d.mts +13 -0
- package/dist/esm/api/resources/users/client/requests/RetrieveUsersRequest.d.mts +10 -0
- package/dist/esm/api/resources/users/client/requests/UpdateUsersRequest.d.mts +28 -0
- package/dist/esm/api/resources/users/client/requests/index.d.mts +11 -10
- package/dist/esm/api/resources/users/types/ListUsersRequestSort.d.mts +5 -0
- package/dist/esm/api/resources/users/types/ListUsersRequestSort.mjs +5 -0
- package/dist/esm/api/resources/users/types/RetrieveFollowerUsersResponse.d.mts +19 -0
- package/dist/esm/api/resources/users/types/RetrieveFollowingUsersResponse.d.mts +19 -0
- package/dist/esm/api/resources/users/types/UpdateUsersResponse.d.mts +43 -0
- package/dist/esm/api/resources/users/types/index.d.mts +4 -10
- package/dist/esm/api/resources/users/types/index.mjs +4 -10
- package/dist/esm/api/resources/webhooks/client/Client.d.mts +74 -29
- package/dist/esm/api/resources/webhooks/client/Client.mjs +151 -61
- package/dist/esm/api/resources/webhooks/client/requests/CreateWebhooksRequest.d.mts +22 -0
- package/dist/esm/api/resources/webhooks/client/requests/DeleteDeliveryWebhooksRequest.d.mts +13 -0
- package/dist/esm/api/resources/webhooks/client/requests/DeleteWebhooksRequest.d.mts +10 -0
- package/dist/esm/api/resources/webhooks/client/requests/ListDeliveriesWebhooksRequest.d.mts +14 -0
- package/dist/esm/api/resources/webhooks/client/requests/ListWebhooksRequest.d.mts +10 -0
- package/dist/esm/api/resources/webhooks/client/requests/RetrieveDeliveryWebhooksRequest.d.mts +13 -0
- package/dist/esm/api/resources/webhooks/client/requests/RetrieveWebhooksRequest.d.mts +10 -0
- package/dist/esm/api/resources/webhooks/client/requests/UpdateWebhooksRequest.d.mts +22 -0
- package/dist/esm/api/resources/webhooks/client/requests/index.d.mts +8 -7
- package/dist/esm/api/resources/webhooks/types/RetrieveDeliveryWebhooksResponse.d.mts +16 -0
- package/dist/esm/api/resources/webhooks/types/UpdateWebhooksResponse.d.mts +26 -0
- package/dist/esm/api/resources/webhooks/types/index.d.mts +2 -7
- package/dist/esm/api/resources/webhooks/types/index.mjs +2 -7
- package/dist/esm/api/types/Auth.d.mts +1 -0
- package/dist/esm/api/types/AuthListResponse.d.mts +18 -0
- package/dist/esm/api/types/AuthResponse.d.mts +6 -1
- package/dist/esm/api/types/ForgotPasswordResponse.d.mts +9 -0
- package/dist/esm/api/types/Integration.d.mts +27 -0
- package/dist/esm/api/types/Integration.mjs +13 -0
- package/dist/esm/api/types/IntegrationCreate.d.mts +2 -0
- package/dist/esm/api/types/IntegrationList.d.mts +6 -0
- package/dist/esm/api/types/IntegrationListResponse.d.mts +44 -0
- package/dist/esm/api/types/IntegrationListResponse.mjs +22 -0
- package/dist/esm/api/types/IntegrationResponse.d.mts +28 -21
- package/dist/esm/api/types/IntegrationResponse.mjs +12 -9
- package/dist/esm/api/types/IntegrationUpdate.d.mts +2 -0
- package/dist/esm/api/types/LoginResponse.d.mts +22 -0
- package/dist/esm/api/types/MeResponse.d.mts +31 -0
- package/dist/esm/api/types/Notification.d.mts +25 -0
- package/dist/esm/api/types/NotificationListResponse.d.mts +42 -0
- package/dist/esm/api/types/NotificationResponse.d.mts +28 -23
- package/dist/esm/api/types/Post.d.mts +18 -0
- package/dist/esm/api/types/PostListResponse.d.mts +35 -0
- package/dist/esm/api/types/PostPost.d.mts +22 -0
- package/dist/esm/api/types/PostPostListResponse.d.mts +37 -0
- package/dist/esm/api/types/PostPostResponse.d.mts +27 -0
- package/dist/esm/api/types/PostReaction.d.mts +14 -0
- package/dist/esm/api/types/PostReactionCreate.d.mts +18 -0
- package/dist/esm/api/types/PostReactionCreate.mjs +11 -0
- package/dist/esm/api/types/PostReactionListResponse.d.mts +29 -0
- package/dist/esm/api/types/PostReactionResponse.d.mts +19 -0
- package/dist/esm/api/types/PostResponse.d.mts +21 -16
- package/dist/esm/api/types/PrivateMessage.d.mts +21 -0
- package/dist/esm/api/types/PrivateMessageListResponse.d.mts +38 -0
- package/dist/esm/api/types/PrivateMessageReply.d.mts +9 -0
- package/dist/esm/api/types/PrivateMessageReplyCreate.d.mts +14 -0
- package/dist/esm/api/types/PrivateMessageReplyListResponse.d.mts +24 -0
- package/dist/esm/api/types/PrivateMessageReplyResponse.d.mts +14 -0
- package/dist/esm/api/types/PrivateMessageResponse.d.mts +24 -19
- package/dist/esm/api/types/PrivateMessageUpdate.d.mts +8 -0
- package/dist/esm/api/types/RegisterResponse.d.mts +22 -0
- package/dist/esm/api/types/Report.d.mts +23 -0
- package/dist/esm/api/types/ReportListResponse.d.mts +40 -0
- package/dist/esm/api/types/ReportResponse.d.mts +26 -21
- package/dist/esm/api/types/ReportUpdate.d.mts +8 -0
- package/dist/esm/api/types/ResetPasswordResponse.d.mts +8 -0
- package/dist/esm/api/types/Role.d.mts +17 -0
- package/dist/esm/api/types/RoleList.d.mts +19 -0
- package/dist/esm/api/types/RoleList.mjs +10 -0
- package/dist/esm/api/types/RoleListResponse.d.mts +34 -0
- package/dist/esm/api/types/RoleResponse.d.mts +20 -15
- package/dist/esm/api/types/Search.d.mts +1 -0
- package/dist/esm/api/types/SearchListResponse.d.mts +18 -0
- package/dist/esm/api/types/SearchResponse.d.mts +6 -0
- package/dist/esm/api/types/Sso.d.mts +24 -0
- package/dist/esm/api/types/Sso.mjs +10 -0
- package/dist/esm/api/types/SsoCreate.d.mts +2 -0
- package/dist/esm/api/types/SsoList.d.mts +6 -0
- package/dist/esm/api/types/SsoListResponse.d.mts +41 -0
- package/dist/esm/api/types/SsoListResponse.mjs +19 -0
- package/dist/esm/api/types/SsoResponse.d.mts +25 -18
- package/dist/esm/api/types/SsoResponse.mjs +9 -6
- package/dist/esm/api/types/SsoUpdate.d.mts +2 -0
- package/dist/esm/api/types/SuccessResponse.d.mts +8 -0
- package/dist/esm/api/types/Tag.d.mts +17 -0
- package/dist/esm/api/types/TagListResponse.d.mts +34 -0
- package/dist/esm/api/types/TagResponse.d.mts +20 -15
- package/dist/esm/api/types/TagSubscriber.d.mts +14 -0
- package/dist/esm/api/types/TagSubscriberListResponse.d.mts +29 -0
- package/dist/esm/api/types/TagSubscriberResponse.d.mts +19 -0
- package/dist/esm/api/types/Thread.d.mts +30 -0
- package/dist/esm/api/types/ThreadCreate.d.mts +6 -0
- package/dist/esm/api/types/ThreadListResponse.d.mts +67 -0
- package/dist/esm/api/types/ThreadPoll.d.mts +22 -0
- package/dist/esm/api/types/ThreadPollCreate.d.mts +23 -0
- package/dist/esm/api/types/ThreadPollListResponse.d.mts +37 -0
- package/dist/esm/api/types/ThreadPollResponse.d.mts +27 -0
- package/dist/esm/api/types/ThreadPost.d.mts +21 -0
- package/dist/esm/api/types/ThreadPostListResponse.d.mts +36 -0
- package/dist/esm/api/types/ThreadPostResponse.d.mts +26 -0
- package/dist/esm/api/types/ThreadReaction.d.mts +14 -0
- package/dist/esm/api/types/ThreadReactionCreate.d.mts +18 -0
- package/dist/esm/api/types/ThreadReactionCreate.mjs +11 -0
- package/dist/esm/api/types/ThreadReactionListResponse.d.mts +29 -0
- package/dist/esm/api/types/ThreadReactionResponse.d.mts +19 -0
- package/dist/esm/api/types/ThreadResponse.d.mts +46 -41
- package/dist/esm/api/types/ThreadSubscriber.d.mts +14 -0
- package/dist/esm/api/types/ThreadSubscriberListResponse.d.mts +29 -0
- package/dist/esm/api/types/ThreadSubscriberResponse.d.mts +19 -0
- package/dist/esm/api/types/User.d.mts +38 -0
- package/dist/esm/api/types/UserCreate.d.mts +20 -0
- package/dist/esm/api/types/UserFollower.d.mts +14 -0
- package/dist/esm/api/types/UserFollowerListResponse.d.mts +29 -0
- package/dist/esm/api/types/UserFollowerResponse.d.mts +19 -0
- package/dist/esm/api/types/UserFollowing.d.mts +14 -0
- package/dist/esm/api/types/UserFollowingListResponse.d.mts +29 -0
- package/dist/esm/api/types/UserFollowingResponse.d.mts +19 -0
- package/dist/esm/api/types/UserListResponse.d.mts +55 -0
- package/dist/esm/api/types/UserListResponse.mjs +2 -0
- package/dist/esm/api/types/UserResponse.d.mts +37 -32
- package/dist/esm/api/types/Webhook.d.mts +21 -0
- package/dist/esm/api/types/Webhook.mjs +2 -0
- package/dist/esm/api/types/WebhookCreate.d.mts +4 -0
- package/dist/esm/api/types/WebhookDelivery.d.mts +11 -0
- package/dist/esm/api/types/WebhookDelivery.mjs +2 -0
- package/dist/esm/api/types/WebhookDeliveryListResponse.d.mts +26 -0
- package/dist/esm/api/types/WebhookDeliveryListResponse.mjs +2 -0
- package/dist/esm/api/types/WebhookDeliveryResponse.d.mts +16 -0
- package/dist/esm/api/types/WebhookDeliveryResponse.mjs +2 -0
- package/dist/esm/api/types/WebhookListResponse.d.mts +38 -0
- package/dist/esm/api/types/WebhookListResponse.mjs +2 -0
- package/dist/esm/api/types/WebhookResponse.d.mts +24 -17
- package/dist/esm/api/types/WebhookUpdate.d.mts +14 -0
- package/dist/esm/api/types/WebhookUpdate.mjs +2 -0
- package/dist/esm/api/types/index.d.mts +77 -0
- package/dist/esm/api/types/index.mjs +77 -0
- package/dist/esm/auth/HeaderAuthProvider.d.mts +14 -10
- package/dist/esm/auth/HeaderAuthProvider.mjs +18 -9
- package/dist/esm/core/fetcher/EndpointSupplier.d.mts +2 -2
- package/dist/esm/core/fetcher/Fetcher.d.mts +1 -2
- package/dist/esm/core/headers.d.mts +2 -2
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +2 -2
- package/reference.md +1469 -369
- package/dist/cjs/api/resources/auth/client/requests/PostAuthForgotPasswordRequest.d.ts +0 -10
- package/dist/cjs/api/resources/auth/client/requests/PostAuthLoginRequest.d.ts +0 -13
- package/dist/cjs/api/resources/auth/client/requests/PostAuthRegisterRequest.d.ts +0 -24
- package/dist/cjs/api/resources/auth/client/requests/PostAuthResetPasswordRequest.d.ts +0 -16
- package/dist/cjs/api/resources/auth/types/GetAuthMeResponse.d.ts +0 -9
- package/dist/cjs/api/resources/auth/types/PostAuthForgotPasswordResponse.d.ts +0 -9
- package/dist/cjs/api/resources/auth/types/PostAuthLoginResponse.d.ts +0 -22
- package/dist/cjs/api/resources/auth/types/PostAuthRegisterResponse.d.ts +0 -22
- package/dist/cjs/api/resources/auth/types/PostAuthResetPasswordResponse.d.ts +0 -8
- package/dist/cjs/api/resources/auth/types/index.d.ts +0 -5
- package/dist/cjs/api/resources/auth/types/index.js +0 -21
- package/dist/cjs/api/resources/integrations/client/requests/DeleteIntegrationsIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/integrations/client/requests/GetIntegrationsIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/integrations/client/requests/GetIntegrationsRequest.d.ts +0 -9
- package/dist/cjs/api/resources/integrations/client/requests/PatchIntegrationsIdRequest.d.ts +0 -15
- package/dist/cjs/api/resources/integrations/client/requests/PostIntegrationsRequest.d.ts +0 -16
- package/dist/cjs/api/resources/integrations/types/DeleteIntegrationsIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/integrations/types/GetIntegrationsIdResponse.d.ts +0 -30
- package/dist/cjs/api/resources/integrations/types/GetIntegrationsIdResponse.js +0 -19
- package/dist/cjs/api/resources/integrations/types/GetIntegrationsResponse.d.ts +0 -42
- package/dist/cjs/api/resources/integrations/types/GetIntegrationsResponse.js +0 -25
- package/dist/cjs/api/resources/integrations/types/PatchIntegrationsIdResponse.d.ts +0 -30
- package/dist/cjs/api/resources/integrations/types/PatchIntegrationsIdResponse.js +0 -19
- package/dist/cjs/api/resources/integrations/types/PostIntegrationsResponse.d.ts +0 -30
- package/dist/cjs/api/resources/integrations/types/PostIntegrationsResponse.js +0 -19
- package/dist/cjs/api/resources/notifications/client/requests/DeleteNotificationsIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/notifications/client/requests/GetNotificationsIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/notifications/client/requests/GetNotificationsRequest.d.ts +0 -9
- package/dist/cjs/api/resources/notifications/client/requests/PatchNotificationsIdRequest.d.ts +0 -23
- package/dist/cjs/api/resources/notifications/client/requests/PatchNotificationsIdRequest.js +0 -14
- package/dist/cjs/api/resources/notifications/client/requests/PostNotificationsRequest.d.ts +0 -37
- package/dist/cjs/api/resources/notifications/client/requests/PostNotificationsRequest.js +0 -14
- package/dist/cjs/api/resources/notifications/types/DeleteNotificationsIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/notifications/types/GetNotificationsIdResponse.d.ts +0 -30
- package/dist/cjs/api/resources/notifications/types/GetNotificationsResponse.d.ts +0 -42
- package/dist/cjs/api/resources/notifications/types/PatchNotificationsIdResponse.d.ts +0 -30
- package/dist/cjs/api/resources/notifications/types/PostNotificationsResponse.d.ts +0 -30
- package/dist/cjs/api/resources/posts/client/requests/DeletePostsIdPostsSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/posts/client/requests/DeletePostsIdReactionsRequest.d.ts +0 -10
- package/dist/cjs/api/resources/posts/client/requests/DeletePostsIdReactionsSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/posts/client/requests/DeletePostsIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/posts/client/requests/GetPostsIdPostsRequest.d.ts +0 -14
- package/dist/cjs/api/resources/posts/client/requests/GetPostsIdPostsSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/posts/client/requests/GetPostsIdReactionsRequest.d.ts +0 -14
- package/dist/cjs/api/resources/posts/client/requests/GetPostsIdReactionsSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/posts/client/requests/GetPostsIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/posts/client/requests/GetPostsRequest.d.ts +0 -9
- package/dist/cjs/api/resources/posts/client/requests/PatchPostsIdRequest.d.ts +0 -17
- package/dist/cjs/api/resources/posts/client/requests/PostPostsIdReactionsRequest.d.ts +0 -27
- package/dist/cjs/api/resources/posts/client/requests/PostPostsIdReactionsRequest.js +0 -14
- package/dist/cjs/api/resources/posts/client/requests/PostPostsRequest.d.ts +0 -18
- package/dist/cjs/api/resources/posts/types/DeletePostsIdPostsSubIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/posts/types/DeletePostsIdReactionsResponse.d.ts +0 -3
- package/dist/cjs/api/resources/posts/types/DeletePostsIdReactionsSubIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/posts/types/DeletePostsIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/posts/types/GetPostsIdPostsResponse.d.ts +0 -16
- package/dist/cjs/api/resources/posts/types/GetPostsIdPostsSubIdResponse.d.ts +0 -6
- package/dist/cjs/api/resources/posts/types/GetPostsIdReactionsResponse.d.ts +0 -16
- package/dist/cjs/api/resources/posts/types/GetPostsIdReactionsSubIdResponse.d.ts +0 -6
- package/dist/cjs/api/resources/posts/types/GetPostsIdResponse.d.ts +0 -23
- package/dist/cjs/api/resources/posts/types/GetPostsResponse.d.ts +0 -35
- package/dist/cjs/api/resources/posts/types/PatchPostsIdResponse.d.ts +0 -23
- package/dist/cjs/api/resources/posts/types/PostPostsIdReactionsResponse.d.ts +0 -6
- package/dist/cjs/api/resources/posts/types/PostPostsResponse.d.ts +0 -23
- package/dist/cjs/api/resources/privateMessages/client/requests/DeletePrivateMessagesIdRepliesSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/privateMessages/client/requests/DeletePrivateMessagesIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRepliesRequest.d.ts +0 -14
- package/dist/cjs/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRepliesSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/privateMessages/client/requests/GetPrivateMessagesRequest.d.ts +0 -9
- package/dist/cjs/api/resources/privateMessages/client/requests/PostPrivateMessagesIdRepliesRequest.d.ts +0 -24
- package/dist/cjs/api/resources/privateMessages/client/requests/PostPrivateMessagesRequest.d.ts +0 -21
- package/dist/cjs/api/resources/privateMessages/types/DeletePrivateMessagesIdRepliesSubIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/privateMessages/types/DeletePrivateMessagesIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/privateMessages/types/GetPrivateMessagesIdRepliesResponse.d.ts +0 -16
- package/dist/cjs/api/resources/privateMessages/types/GetPrivateMessagesIdRepliesSubIdResponse.d.ts +0 -6
- package/dist/cjs/api/resources/privateMessages/types/GetPrivateMessagesIdResponse.d.ts +0 -26
- package/dist/cjs/api/resources/privateMessages/types/GetPrivateMessagesResponse.d.ts +0 -38
- package/dist/cjs/api/resources/privateMessages/types/PostPrivateMessagesIdRepliesResponse.d.ts +0 -6
- package/dist/cjs/api/resources/privateMessages/types/PostPrivateMessagesResponse.d.ts +0 -26
- package/dist/cjs/api/resources/reports/client/requests/DeleteReportsIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/reports/client/requests/GetReportsIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/reports/client/requests/GetReportsRequest.d.ts +0 -9
- package/dist/cjs/api/resources/reports/client/requests/PostReportsRequest.d.ts +0 -22
- package/dist/cjs/api/resources/reports/types/DeleteReportsIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/reports/types/GetReportsIdResponse.d.ts +0 -28
- package/dist/cjs/api/resources/reports/types/GetReportsResponse.d.ts +0 -40
- package/dist/cjs/api/resources/reports/types/PostReportsResponse.d.ts +0 -28
- package/dist/cjs/api/resources/roles/client/requests/DeleteRolesIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/roles/client/requests/GetRolesIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/roles/client/requests/GetRolesRequest.d.ts +0 -9
- package/dist/cjs/api/resources/roles/client/requests/PatchRolesIdRequest.d.ts +0 -19
- package/dist/cjs/api/resources/roles/client/requests/PostRolesRequest.d.ts +0 -18
- package/dist/cjs/api/resources/roles/types/DeleteRolesIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/roles/types/GetRolesIdResponse.d.ts +0 -22
- package/dist/cjs/api/resources/roles/types/GetRolesResponse.d.ts +0 -34
- package/dist/cjs/api/resources/roles/types/PatchRolesIdResponse.d.ts +0 -22
- package/dist/cjs/api/resources/roles/types/PostRolesResponse.d.ts +0 -22
- package/dist/cjs/api/resources/ssOs/client/requests/DeleteSsoIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/ssOs/client/requests/GetSsoIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/ssOs/client/requests/GetSsoRequest.d.ts +0 -9
- package/dist/cjs/api/resources/ssOs/client/requests/PatchSsoIdRequest.d.ts +0 -21
- package/dist/cjs/api/resources/ssOs/client/requests/PostSsoRequest.d.ts +0 -22
- package/dist/cjs/api/resources/ssOs/types/DeleteSsoIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/ssOs/types/GetSsoIdResponse.d.ts +0 -27
- package/dist/cjs/api/resources/ssOs/types/GetSsoIdResponse.js +0 -16
- package/dist/cjs/api/resources/ssOs/types/GetSsoResponse.d.ts +0 -39
- package/dist/cjs/api/resources/ssOs/types/GetSsoResponse.js +0 -22
- package/dist/cjs/api/resources/ssOs/types/PatchSsoIdResponse.d.ts +0 -27
- package/dist/cjs/api/resources/ssOs/types/PatchSsoIdResponse.js +0 -16
- package/dist/cjs/api/resources/ssOs/types/PostSsoResponse.d.ts +0 -27
- package/dist/cjs/api/resources/ssOs/types/PostSsoResponse.js +0 -16
- package/dist/cjs/api/resources/tags/client/requests/DeleteTagsIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/tags/client/requests/DeleteTagsIdSubscribersSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/tags/client/requests/GetTagsIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/tags/client/requests/GetTagsIdSubscribersRequest.d.ts +0 -14
- package/dist/cjs/api/resources/tags/client/requests/GetTagsIdSubscribersSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/tags/client/requests/GetTagsRequest.d.ts +0 -9
- package/dist/cjs/api/resources/tags/client/requests/PatchTagsIdRequest.d.ts +0 -19
- package/dist/cjs/api/resources/tags/client/requests/PostTagsRequest.d.ts +0 -18
- package/dist/cjs/api/resources/tags/types/DeleteTagsIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/tags/types/DeleteTagsIdSubscribersSubIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/tags/types/GetTagsIdResponse.d.ts +0 -22
- package/dist/cjs/api/resources/tags/types/GetTagsIdSubscribersResponse.d.ts +0 -16
- package/dist/cjs/api/resources/tags/types/GetTagsIdSubscribersSubIdResponse.d.ts +0 -6
- package/dist/cjs/api/resources/tags/types/GetTagsResponse.d.ts +0 -34
- package/dist/cjs/api/resources/tags/types/PatchTagsIdResponse.d.ts +0 -22
- package/dist/cjs/api/resources/tags/types/PostTagsResponse.d.ts +0 -22
- package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdPostsSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdReactionsRequest.d.ts +0 -10
- package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdReactionsSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdSubscribersSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdPollRequest.d.ts +0 -10
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdPostsRequest.d.ts +0 -14
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdPostsSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdReactionsRequest.d.ts +0 -14
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdReactionsSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdSubscribersRequest.d.ts +0 -14
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdSubscribersSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsRequest.d.ts +0 -9
- package/dist/cjs/api/resources/threads/client/requests/PatchThreadsIdPollRequest.d.ts +0 -18
- package/dist/cjs/api/resources/threads/client/requests/PatchThreadsIdRequest.d.ts +0 -21
- package/dist/cjs/api/resources/threads/client/requests/PostThreadsIdPollRequest.d.ts +0 -35
- package/dist/cjs/api/resources/threads/client/requests/PostThreadsIdReactionsRequest.d.ts +0 -27
- package/dist/cjs/api/resources/threads/client/requests/PostThreadsIdReactionsRequest.js +0 -14
- package/dist/cjs/api/resources/threads/client/requests/PostThreadsRequest.d.ts +0 -40
- package/dist/cjs/api/resources/threads/types/DeleteThreadsIdPostsSubIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/threads/types/DeleteThreadsIdReactionsResponse.d.ts +0 -3
- package/dist/cjs/api/resources/threads/types/DeleteThreadsIdReactionsSubIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/threads/types/DeleteThreadsIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/threads/types/DeleteThreadsIdSubscribersSubIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/threads/types/GetThreadsIdPollResponse.d.ts +0 -6
- package/dist/cjs/api/resources/threads/types/GetThreadsIdPostsResponse.d.ts +0 -16
- package/dist/cjs/api/resources/threads/types/GetThreadsIdPostsSubIdResponse.d.ts +0 -6
- package/dist/cjs/api/resources/threads/types/GetThreadsIdReactionsResponse.d.ts +0 -16
- package/dist/cjs/api/resources/threads/types/GetThreadsIdReactionsSubIdResponse.d.ts +0 -6
- package/dist/cjs/api/resources/threads/types/GetThreadsIdResponse.d.ts +0 -55
- package/dist/cjs/api/resources/threads/types/GetThreadsIdSubscribersResponse.d.ts +0 -16
- package/dist/cjs/api/resources/threads/types/GetThreadsIdSubscribersSubIdResponse.d.ts +0 -6
- package/dist/cjs/api/resources/threads/types/GetThreadsResponse.d.ts +0 -67
- package/dist/cjs/api/resources/threads/types/PatchThreadsIdPollResponse.d.ts +0 -6
- package/dist/cjs/api/resources/threads/types/PatchThreadsIdResponse.d.ts +0 -55
- package/dist/cjs/api/resources/threads/types/PostThreadsIdPollResponse.d.ts +0 -6
- package/dist/cjs/api/resources/threads/types/PostThreadsIdReactionsResponse.d.ts +0 -6
- package/dist/cjs/api/resources/threads/types/PostThreadsResponse.d.ts +0 -55
- package/dist/cjs/api/resources/users/client/requests/DeleteUsersIdFollowersSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/users/client/requests/DeleteUsersIdFollowingSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/users/client/requests/DeleteUsersIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/users/client/requests/GetUsersIdFollowersRequest.d.ts +0 -14
- package/dist/cjs/api/resources/users/client/requests/GetUsersIdFollowersSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/users/client/requests/GetUsersIdFollowingRequest.d.ts +0 -14
- package/dist/cjs/api/resources/users/client/requests/GetUsersIdFollowingSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/users/client/requests/GetUsersIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/users/client/requests/GetUsersRequest.d.ts +0 -9
- package/dist/cjs/api/resources/users/client/requests/PatchUsersIdRequest.d.ts +0 -27
- package/dist/cjs/api/resources/users/types/DeleteUsersIdFollowersSubIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/users/types/DeleteUsersIdFollowingSubIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/users/types/DeleteUsersIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/users/types/GetUsersIdFollowersResponse.d.ts +0 -16
- package/dist/cjs/api/resources/users/types/GetUsersIdFollowersSubIdResponse.d.ts +0 -6
- package/dist/cjs/api/resources/users/types/GetUsersIdFollowingResponse.d.ts +0 -16
- package/dist/cjs/api/resources/users/types/GetUsersIdFollowingSubIdResponse.d.ts +0 -6
- package/dist/cjs/api/resources/users/types/GetUsersIdResponse.d.ts +0 -43
- package/dist/cjs/api/resources/users/types/GetUsersResponse.d.ts +0 -55
- package/dist/cjs/api/resources/users/types/PatchUsersIdResponse.d.ts +0 -43
- package/dist/cjs/api/resources/webhooks/client/requests/DeleteWebhooksIdDeliveriesSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/webhooks/client/requests/DeleteWebhooksIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/webhooks/client/requests/GetWebhooksIdDeliveriesRequest.d.ts +0 -14
- package/dist/cjs/api/resources/webhooks/client/requests/GetWebhooksIdDeliveriesSubIdRequest.d.ts +0 -13
- package/dist/cjs/api/resources/webhooks/client/requests/GetWebhooksIdRequest.d.ts +0 -9
- package/dist/cjs/api/resources/webhooks/client/requests/GetWebhooksRequest.d.ts +0 -9
- package/dist/cjs/api/resources/webhooks/client/requests/PostWebhooksRequest.d.ts +0 -18
- package/dist/cjs/api/resources/webhooks/types/DeleteWebhooksIdDeliveriesSubIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/webhooks/types/DeleteWebhooksIdResponse.d.ts +0 -3
- package/dist/cjs/api/resources/webhooks/types/GetWebhooksIdDeliveriesResponse.d.ts +0 -16
- package/dist/cjs/api/resources/webhooks/types/GetWebhooksIdDeliveriesSubIdResponse.d.ts +0 -6
- package/dist/cjs/api/resources/webhooks/types/GetWebhooksIdResponse.d.ts +0 -24
- package/dist/cjs/api/resources/webhooks/types/GetWebhooksResponse.d.ts +0 -36
- package/dist/cjs/api/resources/webhooks/types/PostWebhooksResponse.d.ts +0 -24
- package/dist/esm/api/resources/auth/client/requests/PostAuthForgotPasswordRequest.d.mts +0 -10
- package/dist/esm/api/resources/auth/client/requests/PostAuthLoginRequest.d.mts +0 -13
- package/dist/esm/api/resources/auth/client/requests/PostAuthRegisterRequest.d.mts +0 -24
- package/dist/esm/api/resources/auth/client/requests/PostAuthResetPasswordRequest.d.mts +0 -16
- package/dist/esm/api/resources/auth/types/GetAuthMeResponse.d.mts +0 -9
- package/dist/esm/api/resources/auth/types/PostAuthForgotPasswordResponse.d.mts +0 -9
- package/dist/esm/api/resources/auth/types/PostAuthLoginResponse.d.mts +0 -22
- package/dist/esm/api/resources/auth/types/PostAuthRegisterResponse.d.mts +0 -22
- package/dist/esm/api/resources/auth/types/PostAuthResetPasswordResponse.d.mts +0 -8
- package/dist/esm/api/resources/auth/types/index.d.mts +0 -5
- package/dist/esm/api/resources/auth/types/index.mjs +0 -5
- package/dist/esm/api/resources/integrations/client/requests/DeleteIntegrationsIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/integrations/client/requests/GetIntegrationsIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/integrations/client/requests/GetIntegrationsRequest.d.mts +0 -9
- package/dist/esm/api/resources/integrations/client/requests/PatchIntegrationsIdRequest.d.mts +0 -15
- package/dist/esm/api/resources/integrations/client/requests/PostIntegrationsRequest.d.mts +0 -16
- package/dist/esm/api/resources/integrations/types/DeleteIntegrationsIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/integrations/types/GetIntegrationsIdResponse.d.mts +0 -30
- package/dist/esm/api/resources/integrations/types/GetIntegrationsIdResponse.mjs +0 -16
- package/dist/esm/api/resources/integrations/types/GetIntegrationsResponse.d.mts +0 -42
- package/dist/esm/api/resources/integrations/types/GetIntegrationsResponse.mjs +0 -22
- package/dist/esm/api/resources/integrations/types/PatchIntegrationsIdResponse.d.mts +0 -30
- package/dist/esm/api/resources/integrations/types/PatchIntegrationsIdResponse.mjs +0 -16
- package/dist/esm/api/resources/integrations/types/PostIntegrationsResponse.d.mts +0 -30
- package/dist/esm/api/resources/integrations/types/PostIntegrationsResponse.mjs +0 -16
- package/dist/esm/api/resources/notifications/client/requests/DeleteNotificationsIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/notifications/client/requests/GetNotificationsIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/notifications/client/requests/GetNotificationsRequest.d.mts +0 -9
- package/dist/esm/api/resources/notifications/client/requests/PatchNotificationsIdRequest.d.mts +0 -23
- package/dist/esm/api/resources/notifications/client/requests/PatchNotificationsIdRequest.mjs +0 -11
- package/dist/esm/api/resources/notifications/client/requests/PostNotificationsRequest.d.mts +0 -37
- package/dist/esm/api/resources/notifications/client/requests/PostNotificationsRequest.mjs +0 -11
- package/dist/esm/api/resources/notifications/types/DeleteNotificationsIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/notifications/types/GetNotificationsIdResponse.d.mts +0 -30
- package/dist/esm/api/resources/notifications/types/GetNotificationsResponse.d.mts +0 -42
- package/dist/esm/api/resources/notifications/types/PatchNotificationsIdResponse.d.mts +0 -30
- package/dist/esm/api/resources/notifications/types/PostNotificationsResponse.d.mts +0 -30
- package/dist/esm/api/resources/posts/client/requests/DeletePostsIdPostsSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/posts/client/requests/DeletePostsIdReactionsRequest.d.mts +0 -10
- package/dist/esm/api/resources/posts/client/requests/DeletePostsIdReactionsSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/posts/client/requests/DeletePostsIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/posts/client/requests/GetPostsIdPostsRequest.d.mts +0 -14
- package/dist/esm/api/resources/posts/client/requests/GetPostsIdPostsSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/posts/client/requests/GetPostsIdReactionsRequest.d.mts +0 -14
- package/dist/esm/api/resources/posts/client/requests/GetPostsIdReactionsSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/posts/client/requests/GetPostsIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/posts/client/requests/GetPostsRequest.d.mts +0 -9
- package/dist/esm/api/resources/posts/client/requests/PatchPostsIdRequest.d.mts +0 -17
- package/dist/esm/api/resources/posts/client/requests/PostPostsIdReactionsRequest.d.mts +0 -27
- package/dist/esm/api/resources/posts/client/requests/PostPostsIdReactionsRequest.mjs +0 -11
- package/dist/esm/api/resources/posts/client/requests/PostPostsRequest.d.mts +0 -18
- package/dist/esm/api/resources/posts/types/DeletePostsIdPostsSubIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/posts/types/DeletePostsIdReactionsResponse.d.mts +0 -3
- package/dist/esm/api/resources/posts/types/DeletePostsIdReactionsSubIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/posts/types/DeletePostsIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/posts/types/GetPostsIdPostsResponse.d.mts +0 -16
- package/dist/esm/api/resources/posts/types/GetPostsIdPostsSubIdResponse.d.mts +0 -6
- package/dist/esm/api/resources/posts/types/GetPostsIdReactionsResponse.d.mts +0 -16
- package/dist/esm/api/resources/posts/types/GetPostsIdReactionsSubIdResponse.d.mts +0 -6
- package/dist/esm/api/resources/posts/types/GetPostsIdResponse.d.mts +0 -23
- package/dist/esm/api/resources/posts/types/GetPostsResponse.d.mts +0 -35
- package/dist/esm/api/resources/posts/types/PatchPostsIdResponse.d.mts +0 -23
- package/dist/esm/api/resources/posts/types/PostPostsIdReactionsResponse.d.mts +0 -6
- package/dist/esm/api/resources/posts/types/PostPostsResponse.d.mts +0 -23
- package/dist/esm/api/resources/privateMessages/client/requests/DeletePrivateMessagesIdRepliesSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/privateMessages/client/requests/DeletePrivateMessagesIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRepliesRequest.d.mts +0 -14
- package/dist/esm/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRepliesSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/privateMessages/client/requests/GetPrivateMessagesRequest.d.mts +0 -9
- package/dist/esm/api/resources/privateMessages/client/requests/PostPrivateMessagesIdRepliesRequest.d.mts +0 -24
- package/dist/esm/api/resources/privateMessages/client/requests/PostPrivateMessagesRequest.d.mts +0 -21
- package/dist/esm/api/resources/privateMessages/types/DeletePrivateMessagesIdRepliesSubIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/privateMessages/types/DeletePrivateMessagesIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/privateMessages/types/GetPrivateMessagesIdRepliesResponse.d.mts +0 -16
- package/dist/esm/api/resources/privateMessages/types/GetPrivateMessagesIdRepliesSubIdResponse.d.mts +0 -6
- package/dist/esm/api/resources/privateMessages/types/GetPrivateMessagesIdResponse.d.mts +0 -26
- package/dist/esm/api/resources/privateMessages/types/GetPrivateMessagesResponse.d.mts +0 -38
- package/dist/esm/api/resources/privateMessages/types/PostPrivateMessagesIdRepliesResponse.d.mts +0 -6
- package/dist/esm/api/resources/privateMessages/types/PostPrivateMessagesResponse.d.mts +0 -26
- package/dist/esm/api/resources/reports/client/requests/DeleteReportsIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/reports/client/requests/GetReportsIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/reports/client/requests/GetReportsRequest.d.mts +0 -9
- package/dist/esm/api/resources/reports/client/requests/PostReportsRequest.d.mts +0 -22
- package/dist/esm/api/resources/reports/types/DeleteReportsIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/reports/types/GetReportsIdResponse.d.mts +0 -28
- package/dist/esm/api/resources/reports/types/GetReportsResponse.d.mts +0 -40
- package/dist/esm/api/resources/reports/types/PostReportsResponse.d.mts +0 -28
- package/dist/esm/api/resources/roles/client/requests/DeleteRolesIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/roles/client/requests/GetRolesIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/roles/client/requests/GetRolesRequest.d.mts +0 -9
- package/dist/esm/api/resources/roles/client/requests/PatchRolesIdRequest.d.mts +0 -19
- package/dist/esm/api/resources/roles/client/requests/PostRolesRequest.d.mts +0 -18
- package/dist/esm/api/resources/roles/types/DeleteRolesIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/roles/types/GetRolesIdResponse.d.mts +0 -22
- package/dist/esm/api/resources/roles/types/GetRolesResponse.d.mts +0 -34
- package/dist/esm/api/resources/roles/types/PatchRolesIdResponse.d.mts +0 -22
- package/dist/esm/api/resources/roles/types/PostRolesResponse.d.mts +0 -22
- package/dist/esm/api/resources/ssOs/client/requests/DeleteSsoIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/ssOs/client/requests/GetSsoIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/ssOs/client/requests/GetSsoRequest.d.mts +0 -9
- package/dist/esm/api/resources/ssOs/client/requests/PatchSsoIdRequest.d.mts +0 -21
- package/dist/esm/api/resources/ssOs/client/requests/PostSsoRequest.d.mts +0 -22
- package/dist/esm/api/resources/ssOs/types/DeleteSsoIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/ssOs/types/GetSsoIdResponse.d.mts +0 -27
- package/dist/esm/api/resources/ssOs/types/GetSsoIdResponse.mjs +0 -13
- package/dist/esm/api/resources/ssOs/types/GetSsoResponse.d.mts +0 -39
- package/dist/esm/api/resources/ssOs/types/GetSsoResponse.mjs +0 -19
- package/dist/esm/api/resources/ssOs/types/PatchSsoIdResponse.d.mts +0 -27
- package/dist/esm/api/resources/ssOs/types/PatchSsoIdResponse.mjs +0 -13
- package/dist/esm/api/resources/ssOs/types/PostSsoResponse.d.mts +0 -27
- package/dist/esm/api/resources/ssOs/types/PostSsoResponse.mjs +0 -13
- package/dist/esm/api/resources/tags/client/requests/DeleteTagsIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/tags/client/requests/DeleteTagsIdSubscribersSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/tags/client/requests/GetTagsIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/tags/client/requests/GetTagsIdSubscribersRequest.d.mts +0 -14
- package/dist/esm/api/resources/tags/client/requests/GetTagsIdSubscribersSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/tags/client/requests/GetTagsRequest.d.mts +0 -9
- package/dist/esm/api/resources/tags/client/requests/PatchTagsIdRequest.d.mts +0 -19
- package/dist/esm/api/resources/tags/client/requests/PostTagsRequest.d.mts +0 -18
- package/dist/esm/api/resources/tags/types/DeleteTagsIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/tags/types/DeleteTagsIdSubscribersSubIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/tags/types/GetTagsIdResponse.d.mts +0 -22
- package/dist/esm/api/resources/tags/types/GetTagsIdSubscribersResponse.d.mts +0 -16
- package/dist/esm/api/resources/tags/types/GetTagsIdSubscribersSubIdResponse.d.mts +0 -6
- package/dist/esm/api/resources/tags/types/GetTagsResponse.d.mts +0 -34
- package/dist/esm/api/resources/tags/types/PatchTagsIdResponse.d.mts +0 -22
- package/dist/esm/api/resources/tags/types/PostTagsResponse.d.mts +0 -22
- package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdPostsSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdReactionsRequest.d.mts +0 -10
- package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdReactionsSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdSubscribersSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdPollRequest.d.mts +0 -10
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdPostsRequest.d.mts +0 -14
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdPostsSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdReactionsRequest.d.mts +0 -14
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdReactionsSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdSubscribersRequest.d.mts +0 -14
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdSubscribersSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/threads/client/requests/GetThreadsRequest.d.mts +0 -9
- package/dist/esm/api/resources/threads/client/requests/PatchThreadsIdPollRequest.d.mts +0 -18
- package/dist/esm/api/resources/threads/client/requests/PatchThreadsIdRequest.d.mts +0 -21
- package/dist/esm/api/resources/threads/client/requests/PostThreadsIdPollRequest.d.mts +0 -35
- package/dist/esm/api/resources/threads/client/requests/PostThreadsIdReactionsRequest.d.mts +0 -27
- package/dist/esm/api/resources/threads/client/requests/PostThreadsIdReactionsRequest.mjs +0 -11
- package/dist/esm/api/resources/threads/client/requests/PostThreadsRequest.d.mts +0 -40
- package/dist/esm/api/resources/threads/types/DeleteThreadsIdPostsSubIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/threads/types/DeleteThreadsIdReactionsResponse.d.mts +0 -3
- package/dist/esm/api/resources/threads/types/DeleteThreadsIdReactionsSubIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/threads/types/DeleteThreadsIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/threads/types/DeleteThreadsIdSubscribersSubIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/threads/types/GetThreadsIdPollResponse.d.mts +0 -6
- package/dist/esm/api/resources/threads/types/GetThreadsIdPostsResponse.d.mts +0 -16
- package/dist/esm/api/resources/threads/types/GetThreadsIdPostsSubIdResponse.d.mts +0 -6
- package/dist/esm/api/resources/threads/types/GetThreadsIdReactionsResponse.d.mts +0 -16
- package/dist/esm/api/resources/threads/types/GetThreadsIdReactionsSubIdResponse.d.mts +0 -6
- package/dist/esm/api/resources/threads/types/GetThreadsIdResponse.d.mts +0 -55
- package/dist/esm/api/resources/threads/types/GetThreadsIdSubscribersResponse.d.mts +0 -16
- package/dist/esm/api/resources/threads/types/GetThreadsIdSubscribersSubIdResponse.d.mts +0 -6
- package/dist/esm/api/resources/threads/types/GetThreadsResponse.d.mts +0 -67
- package/dist/esm/api/resources/threads/types/PatchThreadsIdPollResponse.d.mts +0 -6
- package/dist/esm/api/resources/threads/types/PatchThreadsIdResponse.d.mts +0 -55
- package/dist/esm/api/resources/threads/types/PostThreadsIdPollResponse.d.mts +0 -6
- package/dist/esm/api/resources/threads/types/PostThreadsIdReactionsResponse.d.mts +0 -6
- package/dist/esm/api/resources/threads/types/PostThreadsResponse.d.mts +0 -55
- package/dist/esm/api/resources/users/client/requests/DeleteUsersIdFollowersSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/users/client/requests/DeleteUsersIdFollowingSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/users/client/requests/DeleteUsersIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/users/client/requests/GetUsersIdFollowersRequest.d.mts +0 -14
- package/dist/esm/api/resources/users/client/requests/GetUsersIdFollowersSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/users/client/requests/GetUsersIdFollowingRequest.d.mts +0 -14
- package/dist/esm/api/resources/users/client/requests/GetUsersIdFollowingSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/users/client/requests/GetUsersIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/users/client/requests/GetUsersRequest.d.mts +0 -9
- package/dist/esm/api/resources/users/client/requests/PatchUsersIdRequest.d.mts +0 -27
- package/dist/esm/api/resources/users/types/DeleteUsersIdFollowersSubIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/users/types/DeleteUsersIdFollowingSubIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/users/types/DeleteUsersIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/users/types/GetUsersIdFollowersResponse.d.mts +0 -16
- package/dist/esm/api/resources/users/types/GetUsersIdFollowersSubIdResponse.d.mts +0 -6
- package/dist/esm/api/resources/users/types/GetUsersIdFollowingResponse.d.mts +0 -16
- package/dist/esm/api/resources/users/types/GetUsersIdFollowingSubIdResponse.d.mts +0 -6
- package/dist/esm/api/resources/users/types/GetUsersIdResponse.d.mts +0 -43
- package/dist/esm/api/resources/users/types/GetUsersResponse.d.mts +0 -55
- package/dist/esm/api/resources/users/types/PatchUsersIdResponse.d.mts +0 -43
- package/dist/esm/api/resources/webhooks/client/requests/DeleteWebhooksIdDeliveriesSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/webhooks/client/requests/DeleteWebhooksIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/webhooks/client/requests/GetWebhooksIdDeliveriesRequest.d.mts +0 -14
- package/dist/esm/api/resources/webhooks/client/requests/GetWebhooksIdDeliveriesSubIdRequest.d.mts +0 -13
- package/dist/esm/api/resources/webhooks/client/requests/GetWebhooksIdRequest.d.mts +0 -9
- package/dist/esm/api/resources/webhooks/client/requests/GetWebhooksRequest.d.mts +0 -9
- package/dist/esm/api/resources/webhooks/client/requests/PostWebhooksRequest.d.mts +0 -18
- package/dist/esm/api/resources/webhooks/types/DeleteWebhooksIdDeliveriesSubIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/webhooks/types/DeleteWebhooksIdResponse.d.mts +0 -3
- package/dist/esm/api/resources/webhooks/types/GetWebhooksIdDeliveriesResponse.d.mts +0 -16
- package/dist/esm/api/resources/webhooks/types/GetWebhooksIdDeliveriesSubIdResponse.d.mts +0 -6
- package/dist/esm/api/resources/webhooks/types/GetWebhooksIdResponse.d.mts +0 -24
- package/dist/esm/api/resources/webhooks/types/GetWebhooksResponse.d.mts +0 -36
- package/dist/esm/api/resources/webhooks/types/PostWebhooksResponse.d.mts +0 -24
- /package/dist/cjs/api/resources/auth/client/requests/{PostAuthForgotPasswordRequest.js → ForgotPasswordAuthRequest.js} +0 -0
- /package/dist/cjs/api/resources/auth/client/requests/{PostAuthLoginRequest.js → LoginAuthRequest.js} +0 -0
- /package/dist/cjs/api/resources/auth/client/requests/{PostAuthRegisterRequest.js → RegisterAuthRequest.js} +0 -0
- /package/dist/cjs/api/resources/auth/client/requests/{PostAuthResetPasswordRequest.js → ResetPasswordAuthRequest.js} +0 -0
- /package/dist/cjs/api/resources/{auth/types/GetAuthMeResponse.js → integrations/client/requests/CreateIntegrationsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{auth/types/PostAuthForgotPasswordResponse.js → integrations/client/requests/DeleteIntegrationsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{auth/types/PostAuthLoginResponse.js → integrations/client/requests/ListIntegrationsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{auth/types/PostAuthRegisterResponse.js → integrations/client/requests/RetrieveIntegrationsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{auth/types/PostAuthResetPasswordResponse.js → integrations/client/requests/UpdateIntegrationsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{integrations/client/requests/DeleteIntegrationsIdRequest.js → notifications/client/requests/DeleteNotificationsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{integrations/client/requests/GetIntegrationsIdRequest.js → notifications/client/requests/ListNotificationsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{integrations/client/requests/GetIntegrationsRequest.js → notifications/client/requests/RetrieveNotificationsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{integrations/client/requests/PatchIntegrationsIdRequest.js → notifications/types/UpdateNotificationsResponse.js} +0 -0
- /package/dist/cjs/api/resources/{integrations/client/requests/PostIntegrationsRequest.js → posts/client/requests/CreatePostsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{integrations/types/DeleteIntegrationsIdResponse.js → posts/client/requests/DeletePostPostsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{notifications/client/requests/DeleteNotificationsIdRequest.js → posts/client/requests/DeletePostsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{notifications/client/requests/GetNotificationsIdRequest.js → posts/client/requests/DeleteReactionPostsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{notifications/client/requests/GetNotificationsRequest.js → posts/client/requests/ListPostsPostsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{notifications/types/DeleteNotificationsIdResponse.js → posts/client/requests/ListPostsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{notifications/types/GetNotificationsIdResponse.js → posts/client/requests/ListReactionsPostsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{notifications/types/GetNotificationsResponse.js → posts/client/requests/RetrievePostPostsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{notifications/types/PatchNotificationsIdResponse.js → posts/client/requests/RetrievePostsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{notifications/types/PostNotificationsResponse.js → posts/client/requests/RetrieveReactionPostsRequest.js} +0 -0
- /package/dist/cjs/api/resources/posts/client/requests/{DeletePostsIdPostsSubIdRequest.js → UpdatePostsRequest.js} +0 -0
- /package/dist/cjs/api/resources/posts/{client/requests/DeletePostsIdReactionsRequest.js → types/DeleteReactionPostsResponse.js} +0 -0
- /package/dist/cjs/api/resources/posts/{client/requests/DeletePostsIdReactionsSubIdRequest.js → types/RetrievePostPostsResponse.js} +0 -0
- /package/dist/cjs/api/resources/posts/{client/requests/DeletePostsIdRequest.js → types/RetrieveReactionPostsResponse.js} +0 -0
- /package/dist/cjs/api/resources/posts/{client/requests/GetPostsIdPostsRequest.js → types/UpdatePostsResponse.js} +0 -0
- /package/dist/cjs/api/resources/{posts/client/requests/GetPostsIdPostsSubIdRequest.js → privateMessages/client/requests/CreatePrivateMessagesRequest.js} +0 -0
- /package/dist/cjs/api/resources/{posts/client/requests/GetPostsIdReactionsRequest.js → privateMessages/client/requests/CreateReplyPrivateMessagesRequest.js} +0 -0
- /package/dist/cjs/api/resources/{posts/client/requests/GetPostsIdReactionsSubIdRequest.js → privateMessages/client/requests/DeletePrivateMessagesRequest.js} +0 -0
- /package/dist/cjs/api/resources/{posts/client/requests/GetPostsIdRequest.js → privateMessages/client/requests/DeleteReplyPrivateMessagesRequest.js} +0 -0
- /package/dist/cjs/api/resources/{posts/client/requests/GetPostsRequest.js → privateMessages/client/requests/ListPrivateMessagesRequest.js} +0 -0
- /package/dist/cjs/api/resources/{posts/client/requests/PatchPostsIdRequest.js → privateMessages/client/requests/ListRepliesPrivateMessagesRequest.js} +0 -0
- /package/dist/cjs/api/resources/{posts/client/requests/PostPostsRequest.js → privateMessages/client/requests/RetrievePrivateMessagesRequest.js} +0 -0
- /package/dist/cjs/api/resources/{posts/types/DeletePostsIdPostsSubIdResponse.js → privateMessages/client/requests/RetrieveReplyPrivateMessagesRequest.js} +0 -0
- /package/dist/cjs/api/resources/{posts/types/DeletePostsIdReactionsResponse.js → privateMessages/client/requests/UpdatePrivateMessagesRequest.js} +0 -0
- /package/dist/cjs/api/resources/{posts/types/DeletePostsIdReactionsSubIdResponse.js → privateMessages/types/RetrieveReplyPrivateMessagesResponse.js} +0 -0
- /package/dist/cjs/api/resources/{posts/types/DeletePostsIdResponse.js → privateMessages/types/UpdatePrivateMessagesResponse.js} +0 -0
- /package/dist/cjs/api/resources/{posts/types/GetPostsIdPostsResponse.js → reports/client/requests/CreateReportsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{posts/types/GetPostsIdPostsSubIdResponse.js → reports/client/requests/DeleteReportsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{posts/types/GetPostsIdReactionsResponse.js → reports/client/requests/ListReportsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{posts/types/GetPostsIdReactionsSubIdResponse.js → reports/client/requests/RetrieveReportsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{posts/types/GetPostsIdResponse.js → reports/client/requests/UpdateReportsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{posts/types/GetPostsResponse.js → reports/types/UpdateReportsResponse.js} +0 -0
- /package/dist/cjs/api/resources/{posts/types/PatchPostsIdResponse.js → roles/client/requests/CreateRolesRequest.js} +0 -0
- /package/dist/cjs/api/resources/{posts/types/PostPostsIdReactionsResponse.js → roles/client/requests/DeleteRolesRequest.js} +0 -0
- /package/dist/cjs/api/resources/{posts/types/PostPostsResponse.js → roles/client/requests/ListRolesRequest.js} +0 -0
- /package/dist/cjs/api/resources/{privateMessages/client/requests/DeletePrivateMessagesIdRepliesSubIdRequest.js → roles/client/requests/RetrieveRolesRequest.js} +0 -0
- /package/dist/cjs/api/resources/{privateMessages/client/requests/DeletePrivateMessagesIdRequest.js → roles/client/requests/UpdateRolesRequest.js} +0 -0
- /package/dist/cjs/api/resources/{privateMessages/client/requests/GetPrivateMessagesIdRepliesRequest.js → roles/types/UpdateRolesResponse.js} +0 -0
- /package/dist/cjs/api/resources/{privateMessages/client/requests/GetPrivateMessagesIdRepliesSubIdRequest.js → ssOs/client/requests/CreateSsOsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{privateMessages/client/requests/GetPrivateMessagesIdRequest.js → ssOs/client/requests/DeleteSsOsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{privateMessages/client/requests/GetPrivateMessagesRequest.js → ssOs/client/requests/ListSsOsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{privateMessages/client/requests/PostPrivateMessagesIdRepliesRequest.js → ssOs/client/requests/RetrieveSsOsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{privateMessages/client/requests/PostPrivateMessagesRequest.js → ssOs/client/requests/UpdateSsOsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{privateMessages/types/DeletePrivateMessagesIdRepliesSubIdResponse.js → tags/client/requests/CreateTagsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{privateMessages/types/DeletePrivateMessagesIdResponse.js → tags/client/requests/DeleteSubscriberTagsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{privateMessages/types/GetPrivateMessagesIdRepliesResponse.js → tags/client/requests/DeleteTagsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{privateMessages/types/GetPrivateMessagesIdRepliesSubIdResponse.js → tags/client/requests/ListSubscribersTagsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{privateMessages/types/GetPrivateMessagesIdResponse.js → tags/client/requests/ListTagsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{privateMessages/types/GetPrivateMessagesResponse.js → tags/client/requests/RetrieveSubscriberTagsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{privateMessages/types/PostPrivateMessagesIdRepliesResponse.js → tags/client/requests/RetrieveTagsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{privateMessages/types/PostPrivateMessagesResponse.js → tags/client/requests/UpdateTagsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{reports/client/requests/DeleteReportsIdRequest.js → tags/types/RetrieveSubscriberTagsResponse.js} +0 -0
- /package/dist/cjs/api/resources/{reports/client/requests/GetReportsIdRequest.js → tags/types/UpdateTagsResponse.js} +0 -0
- /package/dist/cjs/api/resources/{reports/client/requests/GetReportsRequest.js → threads/client/requests/CreatePollThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{reports/client/requests/PostReportsRequest.js → threads/client/requests/CreateThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{reports/types/DeleteReportsIdResponse.js → threads/client/requests/DeletePostThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{reports/types/GetReportsIdResponse.js → threads/client/requests/DeleteReactionThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{reports/types/GetReportsResponse.js → threads/client/requests/DeleteSubscriberThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{reports/types/PostReportsResponse.js → threads/client/requests/DeleteThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{roles/client/requests/DeleteRolesIdRequest.js → threads/client/requests/ListPostsThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{roles/client/requests/GetRolesIdRequest.js → threads/client/requests/ListReactionsThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{roles/client/requests/GetRolesRequest.js → threads/client/requests/ListSubscribersThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{roles/client/requests/PatchRolesIdRequest.js → threads/client/requests/ListThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{roles/client/requests/PostRolesRequest.js → threads/client/requests/RetrievePollThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{roles/types/DeleteRolesIdResponse.js → threads/client/requests/RetrievePostThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{roles/types/GetRolesIdResponse.js → threads/client/requests/RetrieveReactionThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{roles/types/GetRolesResponse.js → threads/client/requests/RetrieveSubscriberThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{roles/types/PatchRolesIdResponse.js → threads/client/requests/RetrieveThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{roles/types/PostRolesResponse.js → threads/client/requests/UpdatePollThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{ssOs/client/requests/DeleteSsoIdRequest.js → threads/client/requests/UpdateThreadsRequest.js} +0 -0
- /package/dist/cjs/api/resources/{ssOs/client/requests/GetSsoIdRequest.js → threads/types/DeleteReactionThreadsResponse.js} +0 -0
- /package/dist/cjs/api/resources/{ssOs/client/requests/GetSsoRequest.js → threads/types/RetrievePostThreadsResponse.js} +0 -0
- /package/dist/cjs/api/resources/{ssOs/client/requests/PatchSsoIdRequest.js → threads/types/RetrieveReactionThreadsResponse.js} +0 -0
- /package/dist/cjs/api/resources/{ssOs/client/requests/PostSsoRequest.js → threads/types/RetrieveSubscriberThreadsResponse.js} +0 -0
- /package/dist/cjs/api/resources/{ssOs/types/DeleteSsoIdResponse.js → threads/types/UpdateThreadsResponse.js} +0 -0
- /package/dist/cjs/api/resources/{tags/client/requests/DeleteTagsIdRequest.js → users/client/requests/CreateUsersRequest.js} +0 -0
- /package/dist/cjs/api/resources/{tags/client/requests/DeleteTagsIdSubscribersSubIdRequest.js → users/client/requests/DeleteFollowerUsersRequest.js} +0 -0
- /package/dist/cjs/api/resources/{tags/client/requests/GetTagsIdRequest.js → users/client/requests/DeleteFollowingUsersRequest.js} +0 -0
- /package/dist/cjs/api/resources/{tags/client/requests/GetTagsIdSubscribersRequest.js → users/client/requests/DeleteUsersRequest.js} +0 -0
- /package/dist/cjs/api/resources/{tags/client/requests/GetTagsIdSubscribersSubIdRequest.js → users/client/requests/ListFollowersUsersRequest.js} +0 -0
- /package/dist/cjs/api/resources/{tags/client/requests/GetTagsRequest.js → users/client/requests/ListFollowingUsersRequest.js} +0 -0
- /package/dist/cjs/api/resources/{tags/client/requests/PatchTagsIdRequest.js → users/client/requests/ListUsersRequest.js} +0 -0
- /package/dist/cjs/api/resources/{tags/client/requests/PostTagsRequest.js → users/client/requests/RetrieveFollowerUsersRequest.js} +0 -0
- /package/dist/cjs/api/resources/{tags/types/DeleteTagsIdResponse.js → users/client/requests/RetrieveFollowingUsersRequest.js} +0 -0
- /package/dist/cjs/api/resources/{tags/types/DeleteTagsIdSubscribersSubIdResponse.js → users/client/requests/RetrieveUsersRequest.js} +0 -0
- /package/dist/cjs/api/resources/{tags/types/GetTagsIdResponse.js → users/client/requests/UpdateUsersRequest.js} +0 -0
- /package/dist/cjs/api/resources/{tags/types/GetTagsIdSubscribersResponse.js → users/types/RetrieveFollowerUsersResponse.js} +0 -0
- /package/dist/cjs/api/resources/{tags/types/GetTagsIdSubscribersSubIdResponse.js → users/types/RetrieveFollowingUsersResponse.js} +0 -0
- /package/dist/cjs/api/resources/{tags/types/GetTagsResponse.js → users/types/UpdateUsersResponse.js} +0 -0
- /package/dist/cjs/api/resources/{tags/types/PatchTagsIdResponse.js → webhooks/client/requests/CreateWebhooksRequest.js} +0 -0
- /package/dist/cjs/api/resources/{tags/types/PostTagsResponse.js → webhooks/client/requests/DeleteDeliveryWebhooksRequest.js} +0 -0
- /package/dist/cjs/api/resources/{threads/client/requests/DeleteThreadsIdPostsSubIdRequest.js → webhooks/client/requests/DeleteWebhooksRequest.js} +0 -0
- /package/dist/cjs/api/resources/{threads/client/requests/DeleteThreadsIdReactionsRequest.js → webhooks/client/requests/ListDeliveriesWebhooksRequest.js} +0 -0
- /package/dist/cjs/api/resources/{threads/client/requests/DeleteThreadsIdReactionsSubIdRequest.js → webhooks/client/requests/ListWebhooksRequest.js} +0 -0
- /package/dist/cjs/api/resources/{threads/client/requests/DeleteThreadsIdRequest.js → webhooks/client/requests/RetrieveDeliveryWebhooksRequest.js} +0 -0
- /package/dist/cjs/api/resources/{threads/client/requests/DeleteThreadsIdSubscribersSubIdRequest.js → webhooks/client/requests/RetrieveWebhooksRequest.js} +0 -0
- /package/dist/cjs/api/resources/{threads/client/requests/GetThreadsIdPollRequest.js → webhooks/client/requests/UpdateWebhooksRequest.js} +0 -0
- /package/dist/cjs/api/resources/{threads/client/requests/GetThreadsIdPostsRequest.js → webhooks/types/RetrieveDeliveryWebhooksResponse.js} +0 -0
- /package/dist/cjs/api/resources/{threads/client/requests/GetThreadsIdPostsSubIdRequest.js → webhooks/types/UpdateWebhooksResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/client/requests/GetThreadsIdReactionsRequest.js → types/Auth.js} +0 -0
- /package/dist/cjs/api/{resources/threads/client/requests/GetThreadsIdReactionsSubIdRequest.js → types/AuthListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/client/requests/GetThreadsIdRequest.js → types/ForgotPasswordResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/client/requests/GetThreadsIdSubscribersRequest.js → types/IntegrationList.js} +0 -0
- /package/dist/cjs/api/{resources/threads/client/requests/GetThreadsIdSubscribersSubIdRequest.js → types/LoginResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/client/requests/GetThreadsRequest.js → types/MeResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/client/requests/PatchThreadsIdPollRequest.js → types/Notification.js} +0 -0
- /package/dist/cjs/api/{resources/threads/client/requests/PatchThreadsIdRequest.js → types/NotificationListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/client/requests/PostThreadsIdPollRequest.js → types/Post.js} +0 -0
- /package/dist/cjs/api/{resources/threads/client/requests/PostThreadsRequest.js → types/PostListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/DeleteThreadsIdPostsSubIdResponse.js → types/PostPost.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/DeleteThreadsIdReactionsResponse.js → types/PostPostListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/DeleteThreadsIdReactionsSubIdResponse.js → types/PostPostResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/DeleteThreadsIdResponse.js → types/PostReaction.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/DeleteThreadsIdSubscribersSubIdResponse.js → types/PostReactionListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/GetThreadsIdPollResponse.js → types/PostReactionResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/GetThreadsIdPostsResponse.js → types/PrivateMessage.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/GetThreadsIdPostsSubIdResponse.js → types/PrivateMessageListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/GetThreadsIdReactionsResponse.js → types/PrivateMessageReply.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/GetThreadsIdReactionsSubIdResponse.js → types/PrivateMessageReplyCreate.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/GetThreadsIdResponse.js → types/PrivateMessageReplyListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/GetThreadsIdSubscribersResponse.js → types/PrivateMessageReplyResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/GetThreadsIdSubscribersSubIdResponse.js → types/PrivateMessageUpdate.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/GetThreadsResponse.js → types/RegisterResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/PatchThreadsIdPollResponse.js → types/Report.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/PatchThreadsIdResponse.js → types/ReportListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/PostThreadsIdPollResponse.js → types/ReportUpdate.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/PostThreadsIdReactionsResponse.js → types/ResetPasswordResponse.js} +0 -0
- /package/dist/cjs/api/{resources/threads/types/PostThreadsResponse.js → types/Role.js} +0 -0
- /package/dist/cjs/api/{resources/users/client/requests/DeleteUsersIdFollowersSubIdRequest.js → types/RoleListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/users/client/requests/DeleteUsersIdFollowingSubIdRequest.js → types/Search.js} +0 -0
- /package/dist/cjs/api/{resources/users/client/requests/DeleteUsersIdRequest.js → types/SearchListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/users/client/requests/GetUsersIdFollowersRequest.js → types/SearchResponse.js} +0 -0
- /package/dist/cjs/api/{resources/users/client/requests/GetUsersIdFollowersSubIdRequest.js → types/SsoList.js} +0 -0
- /package/dist/cjs/api/{resources/users/client/requests/GetUsersIdFollowingRequest.js → types/SuccessResponse.js} +0 -0
- /package/dist/cjs/api/{resources/users/client/requests/GetUsersIdFollowingSubIdRequest.js → types/Tag.js} +0 -0
- /package/dist/cjs/api/{resources/users/client/requests/GetUsersIdRequest.js → types/TagListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/users/client/requests/GetUsersRequest.js → types/TagSubscriber.js} +0 -0
- /package/dist/cjs/api/{resources/users/client/requests/PatchUsersIdRequest.js → types/TagSubscriberListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/users/types/DeleteUsersIdFollowersSubIdResponse.js → types/TagSubscriberResponse.js} +0 -0
- /package/dist/cjs/api/{resources/users/types/DeleteUsersIdFollowingSubIdResponse.js → types/Thread.js} +0 -0
- /package/dist/cjs/api/{resources/users/types/DeleteUsersIdResponse.js → types/ThreadListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/users/types/GetUsersIdFollowersResponse.js → types/ThreadPoll.js} +0 -0
- /package/dist/cjs/api/{resources/users/types/GetUsersIdFollowersSubIdResponse.js → types/ThreadPollCreate.js} +0 -0
- /package/dist/cjs/api/{resources/users/types/GetUsersIdFollowingResponse.js → types/ThreadPollListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/users/types/GetUsersIdFollowingSubIdResponse.js → types/ThreadPollResponse.js} +0 -0
- /package/dist/cjs/api/{resources/users/types/GetUsersIdResponse.js → types/ThreadPost.js} +0 -0
- /package/dist/cjs/api/{resources/users/types/GetUsersResponse.js → types/ThreadPostListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/users/types/PatchUsersIdResponse.js → types/ThreadPostResponse.js} +0 -0
- /package/dist/cjs/api/{resources/webhooks/client/requests/DeleteWebhooksIdDeliveriesSubIdRequest.js → types/ThreadReaction.js} +0 -0
- /package/dist/cjs/api/{resources/webhooks/client/requests/DeleteWebhooksIdRequest.js → types/ThreadReactionListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/webhooks/client/requests/GetWebhooksIdDeliveriesRequest.js → types/ThreadReactionResponse.js} +0 -0
- /package/dist/cjs/api/{resources/webhooks/client/requests/GetWebhooksIdDeliveriesSubIdRequest.js → types/ThreadSubscriber.js} +0 -0
- /package/dist/cjs/api/{resources/webhooks/client/requests/GetWebhooksIdRequest.js → types/ThreadSubscriberListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/webhooks/client/requests/GetWebhooksRequest.js → types/ThreadSubscriberResponse.js} +0 -0
- /package/dist/cjs/api/{resources/webhooks/client/requests/PostWebhooksRequest.js → types/User.js} +0 -0
- /package/dist/cjs/api/{resources/webhooks/types/DeleteWebhooksIdDeliveriesSubIdResponse.js → types/UserCreate.js} +0 -0
- /package/dist/cjs/api/{resources/webhooks/types/DeleteWebhooksIdResponse.js → types/UserFollower.js} +0 -0
- /package/dist/cjs/api/{resources/webhooks/types/GetWebhooksIdDeliveriesResponse.js → types/UserFollowerListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/webhooks/types/GetWebhooksIdDeliveriesSubIdResponse.js → types/UserFollowerResponse.js} +0 -0
- /package/dist/cjs/api/{resources/webhooks/types/GetWebhooksIdResponse.js → types/UserFollowing.js} +0 -0
- /package/dist/cjs/api/{resources/webhooks/types/GetWebhooksResponse.js → types/UserFollowingListResponse.js} +0 -0
- /package/dist/cjs/api/{resources/webhooks/types/PostWebhooksResponse.js → types/UserFollowingResponse.js} +0 -0
- /package/dist/esm/api/resources/auth/client/requests/{PostAuthForgotPasswordRequest.mjs → ForgotPasswordAuthRequest.mjs} +0 -0
- /package/dist/esm/api/resources/auth/client/requests/{PostAuthLoginRequest.mjs → LoginAuthRequest.mjs} +0 -0
- /package/dist/esm/api/resources/auth/client/requests/{PostAuthRegisterRequest.mjs → RegisterAuthRequest.mjs} +0 -0
- /package/dist/esm/api/resources/auth/client/requests/{PostAuthResetPasswordRequest.mjs → ResetPasswordAuthRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{auth/types/GetAuthMeResponse.mjs → integrations/client/requests/CreateIntegrationsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{auth/types/PostAuthForgotPasswordResponse.mjs → integrations/client/requests/DeleteIntegrationsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{auth/types/PostAuthLoginResponse.mjs → integrations/client/requests/ListIntegrationsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{auth/types/PostAuthRegisterResponse.mjs → integrations/client/requests/RetrieveIntegrationsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{auth/types/PostAuthResetPasswordResponse.mjs → integrations/client/requests/UpdateIntegrationsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{integrations/client/requests/DeleteIntegrationsIdRequest.mjs → notifications/client/requests/DeleteNotificationsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{integrations/client/requests/GetIntegrationsIdRequest.mjs → notifications/client/requests/ListNotificationsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{integrations/client/requests/GetIntegrationsRequest.mjs → notifications/client/requests/RetrieveNotificationsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{integrations/client/requests/PatchIntegrationsIdRequest.mjs → notifications/types/UpdateNotificationsResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{integrations/client/requests/PostIntegrationsRequest.mjs → posts/client/requests/CreatePostsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{integrations/types/DeleteIntegrationsIdResponse.mjs → posts/client/requests/DeletePostPostsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{notifications/client/requests/DeleteNotificationsIdRequest.mjs → posts/client/requests/DeletePostsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{notifications/client/requests/GetNotificationsIdRequest.mjs → posts/client/requests/DeleteReactionPostsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{notifications/client/requests/GetNotificationsRequest.mjs → posts/client/requests/ListPostsPostsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{notifications/types/DeleteNotificationsIdResponse.mjs → posts/client/requests/ListPostsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{notifications/types/GetNotificationsIdResponse.mjs → posts/client/requests/ListReactionsPostsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{notifications/types/GetNotificationsResponse.mjs → posts/client/requests/RetrievePostPostsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{notifications/types/PatchNotificationsIdResponse.mjs → posts/client/requests/RetrievePostsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{notifications/types/PostNotificationsResponse.mjs → posts/client/requests/RetrieveReactionPostsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/posts/client/requests/{DeletePostsIdPostsSubIdRequest.mjs → UpdatePostsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/posts/{client/requests/DeletePostsIdReactionsRequest.mjs → types/DeleteReactionPostsResponse.mjs} +0 -0
- /package/dist/esm/api/resources/posts/{client/requests/DeletePostsIdReactionsSubIdRequest.mjs → types/RetrievePostPostsResponse.mjs} +0 -0
- /package/dist/esm/api/resources/posts/{client/requests/DeletePostsIdRequest.mjs → types/RetrieveReactionPostsResponse.mjs} +0 -0
- /package/dist/esm/api/resources/posts/{client/requests/GetPostsIdPostsRequest.mjs → types/UpdatePostsResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/client/requests/GetPostsIdPostsSubIdRequest.mjs → privateMessages/client/requests/CreatePrivateMessagesRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/client/requests/GetPostsIdReactionsRequest.mjs → privateMessages/client/requests/CreateReplyPrivateMessagesRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/client/requests/GetPostsIdReactionsSubIdRequest.mjs → privateMessages/client/requests/DeletePrivateMessagesRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/client/requests/GetPostsIdRequest.mjs → privateMessages/client/requests/DeleteReplyPrivateMessagesRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/client/requests/GetPostsRequest.mjs → privateMessages/client/requests/ListPrivateMessagesRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/client/requests/PatchPostsIdRequest.mjs → privateMessages/client/requests/ListRepliesPrivateMessagesRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/client/requests/PostPostsRequest.mjs → privateMessages/client/requests/RetrievePrivateMessagesRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/types/DeletePostsIdPostsSubIdResponse.mjs → privateMessages/client/requests/RetrieveReplyPrivateMessagesRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/types/DeletePostsIdReactionsResponse.mjs → privateMessages/client/requests/UpdatePrivateMessagesRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/types/DeletePostsIdReactionsSubIdResponse.mjs → privateMessages/types/RetrieveReplyPrivateMessagesResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/types/DeletePostsIdResponse.mjs → privateMessages/types/UpdatePrivateMessagesResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/types/GetPostsIdPostsResponse.mjs → reports/client/requests/CreateReportsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/types/GetPostsIdPostsSubIdResponse.mjs → reports/client/requests/DeleteReportsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/types/GetPostsIdReactionsResponse.mjs → reports/client/requests/ListReportsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/types/GetPostsIdReactionsSubIdResponse.mjs → reports/client/requests/RetrieveReportsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/types/GetPostsIdResponse.mjs → reports/client/requests/UpdateReportsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/types/GetPostsResponse.mjs → reports/types/UpdateReportsResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/types/PatchPostsIdResponse.mjs → roles/client/requests/CreateRolesRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/types/PostPostsIdReactionsResponse.mjs → roles/client/requests/DeleteRolesRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{posts/types/PostPostsResponse.mjs → roles/client/requests/ListRolesRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{privateMessages/client/requests/DeletePrivateMessagesIdRepliesSubIdRequest.mjs → roles/client/requests/RetrieveRolesRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{privateMessages/client/requests/DeletePrivateMessagesIdRequest.mjs → roles/client/requests/UpdateRolesRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{privateMessages/client/requests/GetPrivateMessagesIdRepliesRequest.mjs → roles/types/UpdateRolesResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{privateMessages/client/requests/GetPrivateMessagesIdRepliesSubIdRequest.mjs → ssOs/client/requests/CreateSsOsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{privateMessages/client/requests/GetPrivateMessagesIdRequest.mjs → ssOs/client/requests/DeleteSsOsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{privateMessages/client/requests/GetPrivateMessagesRequest.mjs → ssOs/client/requests/ListSsOsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{privateMessages/client/requests/PostPrivateMessagesIdRepliesRequest.mjs → ssOs/client/requests/RetrieveSsOsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{privateMessages/client/requests/PostPrivateMessagesRequest.mjs → ssOs/client/requests/UpdateSsOsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{privateMessages/types/DeletePrivateMessagesIdRepliesSubIdResponse.mjs → tags/client/requests/CreateTagsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{privateMessages/types/DeletePrivateMessagesIdResponse.mjs → tags/client/requests/DeleteSubscriberTagsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{privateMessages/types/GetPrivateMessagesIdRepliesResponse.mjs → tags/client/requests/DeleteTagsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{privateMessages/types/GetPrivateMessagesIdRepliesSubIdResponse.mjs → tags/client/requests/ListSubscribersTagsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{privateMessages/types/GetPrivateMessagesIdResponse.mjs → tags/client/requests/ListTagsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{privateMessages/types/GetPrivateMessagesResponse.mjs → tags/client/requests/RetrieveSubscriberTagsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{privateMessages/types/PostPrivateMessagesIdRepliesResponse.mjs → tags/client/requests/RetrieveTagsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{privateMessages/types/PostPrivateMessagesResponse.mjs → tags/client/requests/UpdateTagsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{reports/client/requests/DeleteReportsIdRequest.mjs → tags/types/RetrieveSubscriberTagsResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{reports/client/requests/GetReportsIdRequest.mjs → tags/types/UpdateTagsResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{reports/client/requests/GetReportsRequest.mjs → threads/client/requests/CreatePollThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{reports/client/requests/PostReportsRequest.mjs → threads/client/requests/CreateThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{reports/types/DeleteReportsIdResponse.mjs → threads/client/requests/DeletePostThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{reports/types/GetReportsIdResponse.mjs → threads/client/requests/DeleteReactionThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{reports/types/GetReportsResponse.mjs → threads/client/requests/DeleteSubscriberThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{reports/types/PostReportsResponse.mjs → threads/client/requests/DeleteThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{roles/client/requests/DeleteRolesIdRequest.mjs → threads/client/requests/ListPostsThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{roles/client/requests/GetRolesIdRequest.mjs → threads/client/requests/ListReactionsThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{roles/client/requests/GetRolesRequest.mjs → threads/client/requests/ListSubscribersThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{roles/client/requests/PatchRolesIdRequest.mjs → threads/client/requests/ListThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{roles/client/requests/PostRolesRequest.mjs → threads/client/requests/RetrievePollThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{roles/types/DeleteRolesIdResponse.mjs → threads/client/requests/RetrievePostThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{roles/types/GetRolesIdResponse.mjs → threads/client/requests/RetrieveReactionThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{roles/types/GetRolesResponse.mjs → threads/client/requests/RetrieveSubscriberThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{roles/types/PatchRolesIdResponse.mjs → threads/client/requests/RetrieveThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{roles/types/PostRolesResponse.mjs → threads/client/requests/UpdatePollThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{ssOs/client/requests/DeleteSsoIdRequest.mjs → threads/client/requests/UpdateThreadsRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{ssOs/client/requests/GetSsoIdRequest.mjs → threads/types/DeleteReactionThreadsResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{ssOs/client/requests/GetSsoRequest.mjs → threads/types/RetrievePostThreadsResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{ssOs/client/requests/PatchSsoIdRequest.mjs → threads/types/RetrieveReactionThreadsResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{ssOs/client/requests/PostSsoRequest.mjs → threads/types/RetrieveSubscriberThreadsResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{ssOs/types/DeleteSsoIdResponse.mjs → threads/types/UpdateThreadsResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{tags/client/requests/DeleteTagsIdRequest.mjs → users/client/requests/CreateUsersRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{tags/client/requests/DeleteTagsIdSubscribersSubIdRequest.mjs → users/client/requests/DeleteFollowerUsersRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{tags/client/requests/GetTagsIdRequest.mjs → users/client/requests/DeleteFollowingUsersRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{tags/client/requests/GetTagsIdSubscribersRequest.mjs → users/client/requests/DeleteUsersRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{tags/client/requests/GetTagsIdSubscribersSubIdRequest.mjs → users/client/requests/ListFollowersUsersRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{tags/client/requests/GetTagsRequest.mjs → users/client/requests/ListFollowingUsersRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{tags/client/requests/PatchTagsIdRequest.mjs → users/client/requests/ListUsersRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{tags/client/requests/PostTagsRequest.mjs → users/client/requests/RetrieveFollowerUsersRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{tags/types/DeleteTagsIdResponse.mjs → users/client/requests/RetrieveFollowingUsersRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{tags/types/DeleteTagsIdSubscribersSubIdResponse.mjs → users/client/requests/RetrieveUsersRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{tags/types/GetTagsIdResponse.mjs → users/client/requests/UpdateUsersRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{tags/types/GetTagsIdSubscribersResponse.mjs → users/types/RetrieveFollowerUsersResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{tags/types/GetTagsIdSubscribersSubIdResponse.mjs → users/types/RetrieveFollowingUsersResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{tags/types/GetTagsResponse.mjs → users/types/UpdateUsersResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{tags/types/PatchTagsIdResponse.mjs → webhooks/client/requests/CreateWebhooksRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{tags/types/PostTagsResponse.mjs → webhooks/client/requests/DeleteDeliveryWebhooksRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{threads/client/requests/DeleteThreadsIdPostsSubIdRequest.mjs → webhooks/client/requests/DeleteWebhooksRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{threads/client/requests/DeleteThreadsIdReactionsRequest.mjs → webhooks/client/requests/ListDeliveriesWebhooksRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{threads/client/requests/DeleteThreadsIdReactionsSubIdRequest.mjs → webhooks/client/requests/ListWebhooksRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{threads/client/requests/DeleteThreadsIdRequest.mjs → webhooks/client/requests/RetrieveDeliveryWebhooksRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{threads/client/requests/DeleteThreadsIdSubscribersSubIdRequest.mjs → webhooks/client/requests/RetrieveWebhooksRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{threads/client/requests/GetThreadsIdPollRequest.mjs → webhooks/client/requests/UpdateWebhooksRequest.mjs} +0 -0
- /package/dist/esm/api/resources/{threads/client/requests/GetThreadsIdPostsRequest.mjs → webhooks/types/RetrieveDeliveryWebhooksResponse.mjs} +0 -0
- /package/dist/esm/api/resources/{threads/client/requests/GetThreadsIdPostsSubIdRequest.mjs → webhooks/types/UpdateWebhooksResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/client/requests/GetThreadsIdReactionsRequest.mjs → types/Auth.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/client/requests/GetThreadsIdReactionsSubIdRequest.mjs → types/AuthListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/client/requests/GetThreadsIdRequest.mjs → types/ForgotPasswordResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/client/requests/GetThreadsIdSubscribersRequest.mjs → types/IntegrationList.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/client/requests/GetThreadsIdSubscribersSubIdRequest.mjs → types/LoginResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/client/requests/GetThreadsRequest.mjs → types/MeResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/client/requests/PatchThreadsIdPollRequest.mjs → types/Notification.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/client/requests/PatchThreadsIdRequest.mjs → types/NotificationListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/client/requests/PostThreadsIdPollRequest.mjs → types/Post.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/client/requests/PostThreadsRequest.mjs → types/PostListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/DeleteThreadsIdPostsSubIdResponse.mjs → types/PostPost.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/DeleteThreadsIdReactionsResponse.mjs → types/PostPostListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/DeleteThreadsIdReactionsSubIdResponse.mjs → types/PostPostResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/DeleteThreadsIdResponse.mjs → types/PostReaction.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/DeleteThreadsIdSubscribersSubIdResponse.mjs → types/PostReactionListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/GetThreadsIdPollResponse.mjs → types/PostReactionResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/GetThreadsIdPostsResponse.mjs → types/PrivateMessage.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/GetThreadsIdPostsSubIdResponse.mjs → types/PrivateMessageListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/GetThreadsIdReactionsResponse.mjs → types/PrivateMessageReply.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/GetThreadsIdReactionsSubIdResponse.mjs → types/PrivateMessageReplyCreate.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/GetThreadsIdResponse.mjs → types/PrivateMessageReplyListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/GetThreadsIdSubscribersResponse.mjs → types/PrivateMessageReplyResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/GetThreadsIdSubscribersSubIdResponse.mjs → types/PrivateMessageUpdate.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/GetThreadsResponse.mjs → types/RegisterResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/PatchThreadsIdPollResponse.mjs → types/Report.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/PatchThreadsIdResponse.mjs → types/ReportListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/PostThreadsIdPollResponse.mjs → types/ReportUpdate.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/PostThreadsIdReactionsResponse.mjs → types/ResetPasswordResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/threads/types/PostThreadsResponse.mjs → types/Role.mjs} +0 -0
- /package/dist/esm/api/{resources/users/client/requests/DeleteUsersIdFollowersSubIdRequest.mjs → types/RoleListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/users/client/requests/DeleteUsersIdFollowingSubIdRequest.mjs → types/Search.mjs} +0 -0
- /package/dist/esm/api/{resources/users/client/requests/DeleteUsersIdRequest.mjs → types/SearchListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/users/client/requests/GetUsersIdFollowersRequest.mjs → types/SearchResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/users/client/requests/GetUsersIdFollowersSubIdRequest.mjs → types/SsoList.mjs} +0 -0
- /package/dist/esm/api/{resources/users/client/requests/GetUsersIdFollowingRequest.mjs → types/SuccessResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/users/client/requests/GetUsersIdFollowingSubIdRequest.mjs → types/Tag.mjs} +0 -0
- /package/dist/esm/api/{resources/users/client/requests/GetUsersIdRequest.mjs → types/TagListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/users/client/requests/GetUsersRequest.mjs → types/TagSubscriber.mjs} +0 -0
- /package/dist/esm/api/{resources/users/client/requests/PatchUsersIdRequest.mjs → types/TagSubscriberListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/users/types/DeleteUsersIdFollowersSubIdResponse.mjs → types/TagSubscriberResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/users/types/DeleteUsersIdFollowingSubIdResponse.mjs → types/Thread.mjs} +0 -0
- /package/dist/esm/api/{resources/users/types/DeleteUsersIdResponse.mjs → types/ThreadListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/users/types/GetUsersIdFollowersResponse.mjs → types/ThreadPoll.mjs} +0 -0
- /package/dist/esm/api/{resources/users/types/GetUsersIdFollowersSubIdResponse.mjs → types/ThreadPollCreate.mjs} +0 -0
- /package/dist/esm/api/{resources/users/types/GetUsersIdFollowingResponse.mjs → types/ThreadPollListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/users/types/GetUsersIdFollowingSubIdResponse.mjs → types/ThreadPollResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/users/types/GetUsersIdResponse.mjs → types/ThreadPost.mjs} +0 -0
- /package/dist/esm/api/{resources/users/types/GetUsersResponse.mjs → types/ThreadPostListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/users/types/PatchUsersIdResponse.mjs → types/ThreadPostResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/webhooks/client/requests/DeleteWebhooksIdDeliveriesSubIdRequest.mjs → types/ThreadReaction.mjs} +0 -0
- /package/dist/esm/api/{resources/webhooks/client/requests/DeleteWebhooksIdRequest.mjs → types/ThreadReactionListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/webhooks/client/requests/GetWebhooksIdDeliveriesRequest.mjs → types/ThreadReactionResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/webhooks/client/requests/GetWebhooksIdDeliveriesSubIdRequest.mjs → types/ThreadSubscriber.mjs} +0 -0
- /package/dist/esm/api/{resources/webhooks/client/requests/GetWebhooksIdRequest.mjs → types/ThreadSubscriberListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/webhooks/client/requests/GetWebhooksRequest.mjs → types/ThreadSubscriberResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/webhooks/client/requests/PostWebhooksRequest.mjs → types/User.mjs} +0 -0
- /package/dist/esm/api/{resources/webhooks/types/DeleteWebhooksIdDeliveriesSubIdResponse.mjs → types/UserCreate.mjs} +0 -0
- /package/dist/esm/api/{resources/webhooks/types/DeleteWebhooksIdResponse.mjs → types/UserFollower.mjs} +0 -0
- /package/dist/esm/api/{resources/webhooks/types/GetWebhooksIdDeliveriesResponse.mjs → types/UserFollowerListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/webhooks/types/GetWebhooksIdDeliveriesSubIdResponse.mjs → types/UserFollowerResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/webhooks/types/GetWebhooksIdResponse.mjs → types/UserFollowing.mjs} +0 -0
- /package/dist/esm/api/{resources/webhooks/types/GetWebhooksResponse.mjs → types/UserFollowingListResponse.mjs} +0 -0
- /package/dist/esm/api/{resources/webhooks/types/PostWebhooksResponse.mjs → types/UserFollowingResponse.mjs} +0 -0
|
@@ -26,12 +26,17 @@ import * as environments from "../../../../environments.mjs";
|
|
|
26
26
|
import { handleNonStatusCodeError } from "../../../../errors/handleNonStatusCodeError.mjs";
|
|
27
27
|
import * as errors from "../../../../errors/index.mjs";
|
|
28
28
|
import * as Forum from "../../../index.mjs";
|
|
29
|
+
/**
|
|
30
|
+
* Operations for roles
|
|
31
|
+
*/
|
|
29
32
|
export class RolesClient {
|
|
30
|
-
constructor(options) {
|
|
33
|
+
constructor(options = {}) {
|
|
31
34
|
this._options = normalizeClientOptionsWithAuth(options);
|
|
32
35
|
}
|
|
33
36
|
/**
|
|
34
|
-
*
|
|
37
|
+
* Retrieve a paginated list of roles. Use cursor for pagination.
|
|
38
|
+
*
|
|
39
|
+
* @param {Forum.ListRolesRequest} request
|
|
35
40
|
* @param {RolesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
36
41
|
*
|
|
37
42
|
* @throws {@link Forum.UnauthorizedError}
|
|
@@ -40,25 +45,21 @@ export class RolesClient {
|
|
|
40
45
|
* @throws {@link Forum.InternalServerError}
|
|
41
46
|
*
|
|
42
47
|
* @example
|
|
43
|
-
* await client.roles.
|
|
48
|
+
* await client.roles.list()
|
|
44
49
|
*/
|
|
45
|
-
|
|
46
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
50
|
+
list(request = {}, requestOptions) {
|
|
51
|
+
return core.HttpResponsePromise.fromPromise(this.__list(request, requestOptions));
|
|
47
52
|
}
|
|
48
|
-
|
|
53
|
+
__list() {
|
|
49
54
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
50
55
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
51
|
-
const {
|
|
52
|
-
const _queryParams = {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
59
|
-
if (search != null) {
|
|
60
|
-
_queryParams.search = search;
|
|
61
|
-
}
|
|
56
|
+
const { limit, cursor, search, sort } = request;
|
|
57
|
+
const _queryParams = {
|
|
58
|
+
limit,
|
|
59
|
+
cursor,
|
|
60
|
+
search,
|
|
61
|
+
sort: sort != null ? sort : undefined,
|
|
62
|
+
};
|
|
62
63
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
63
64
|
const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
64
65
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
@@ -97,7 +98,9 @@ export class RolesClient {
|
|
|
97
98
|
});
|
|
98
99
|
}
|
|
99
100
|
/**
|
|
100
|
-
*
|
|
101
|
+
* Create a new role.
|
|
102
|
+
*
|
|
103
|
+
* @param {Forum.CreateRolesRequest} request
|
|
101
104
|
* @param {RolesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
102
105
|
*
|
|
103
106
|
* @throws {@link Forum.BadRequestError}
|
|
@@ -107,14 +110,14 @@ export class RolesClient {
|
|
|
107
110
|
* @throws {@link Forum.InternalServerError}
|
|
108
111
|
*
|
|
109
112
|
* @example
|
|
110
|
-
* await client.roles.
|
|
113
|
+
* await client.roles.create({
|
|
111
114
|
* name: "name"
|
|
112
115
|
* })
|
|
113
116
|
*/
|
|
114
|
-
|
|
115
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
117
|
+
create(request, requestOptions) {
|
|
118
|
+
return core.HttpResponsePromise.fromPromise(this.__create(request, requestOptions));
|
|
116
119
|
}
|
|
117
|
-
|
|
120
|
+
__create(request, requestOptions) {
|
|
118
121
|
return __awaiter(this, void 0, void 0, function* () {
|
|
119
122
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
120
123
|
const _authRequest = yield this._options.authProvider.getAuthRequest();
|
|
@@ -160,7 +163,9 @@ export class RolesClient {
|
|
|
160
163
|
});
|
|
161
164
|
}
|
|
162
165
|
/**
|
|
163
|
-
*
|
|
166
|
+
* Retrieve a role by ID or slug (if supported).
|
|
167
|
+
*
|
|
168
|
+
* @param {Forum.RetrieveRolesRequest} request
|
|
164
169
|
* @param {RolesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
165
170
|
*
|
|
166
171
|
* @throws {@link Forum.UnauthorizedError}
|
|
@@ -170,14 +175,14 @@ export class RolesClient {
|
|
|
170
175
|
* @throws {@link Forum.InternalServerError}
|
|
171
176
|
*
|
|
172
177
|
* @example
|
|
173
|
-
* await client.roles.
|
|
178
|
+
* await client.roles.retrieve({
|
|
174
179
|
* id: "id"
|
|
175
180
|
* })
|
|
176
181
|
*/
|
|
177
|
-
|
|
178
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
182
|
+
retrieve(request, requestOptions) {
|
|
183
|
+
return core.HttpResponsePromise.fromPromise(this.__retrieve(request, requestOptions));
|
|
179
184
|
}
|
|
180
|
-
|
|
185
|
+
__retrieve(request, requestOptions) {
|
|
181
186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
182
187
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
183
188
|
const { id } = request;
|
|
@@ -221,7 +226,9 @@ export class RolesClient {
|
|
|
221
226
|
});
|
|
222
227
|
}
|
|
223
228
|
/**
|
|
224
|
-
*
|
|
229
|
+
* Permanently delete a role.
|
|
230
|
+
*
|
|
231
|
+
* @param {Forum.DeleteRolesRequest} request
|
|
225
232
|
* @param {RolesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
226
233
|
*
|
|
227
234
|
* @throws {@link Forum.UnauthorizedError}
|
|
@@ -231,14 +238,14 @@ export class RolesClient {
|
|
|
231
238
|
* @throws {@link Forum.InternalServerError}
|
|
232
239
|
*
|
|
233
240
|
* @example
|
|
234
|
-
* await client.roles.
|
|
241
|
+
* await client.roles.delete({
|
|
235
242
|
* id: "id"
|
|
236
243
|
* })
|
|
237
244
|
*/
|
|
238
|
-
|
|
239
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
245
|
+
delete(request, requestOptions) {
|
|
246
|
+
return core.HttpResponsePromise.fromPromise(this.__delete(request, requestOptions));
|
|
240
247
|
}
|
|
241
|
-
|
|
248
|
+
__delete(request, requestOptions) {
|
|
242
249
|
return __awaiter(this, void 0, void 0, function* () {
|
|
243
250
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
244
251
|
const { id } = request;
|
|
@@ -282,7 +289,9 @@ export class RolesClient {
|
|
|
282
289
|
});
|
|
283
290
|
}
|
|
284
291
|
/**
|
|
285
|
-
*
|
|
292
|
+
* Update an existing role. Only provided fields will be modified.
|
|
293
|
+
*
|
|
294
|
+
* @param {Forum.UpdateRolesRequest} request
|
|
286
295
|
* @param {RolesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
287
296
|
*
|
|
288
297
|
* @throws {@link Forum.BadRequestError}
|
|
@@ -293,14 +302,14 @@ export class RolesClient {
|
|
|
293
302
|
* @throws {@link Forum.InternalServerError}
|
|
294
303
|
*
|
|
295
304
|
* @example
|
|
296
|
-
* await client.roles.
|
|
305
|
+
* await client.roles.update({
|
|
297
306
|
* id: "id"
|
|
298
307
|
* })
|
|
299
308
|
*/
|
|
300
|
-
|
|
301
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
309
|
+
update(request, requestOptions) {
|
|
310
|
+
return core.HttpResponsePromise.fromPromise(this.__update(request, requestOptions));
|
|
302
311
|
}
|
|
303
|
-
|
|
312
|
+
__update(request, requestOptions) {
|
|
304
313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
305
314
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
306
315
|
const { id } = request, _body = __rest(request, ["id"]);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @example
|
|
3
|
+
* {
|
|
4
|
+
* name: "name"
|
|
5
|
+
* }
|
|
6
|
+
*/
|
|
7
|
+
export interface CreateRolesRequest {
|
|
8
|
+
/** Role name */
|
|
9
|
+
name: string;
|
|
10
|
+
/** Role slug (unique identifier) */
|
|
11
|
+
slug?: string;
|
|
12
|
+
/** Role description */
|
|
13
|
+
description?: string;
|
|
14
|
+
/** Role color hex */
|
|
15
|
+
color?: string;
|
|
16
|
+
/** Extended data */
|
|
17
|
+
extendedData?: Record<string, unknown>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type * as Forum from "../../../../index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* @example
|
|
4
|
+
* {}
|
|
5
|
+
*/
|
|
6
|
+
export interface ListRolesRequest {
|
|
7
|
+
/** Items per page (max 75) */
|
|
8
|
+
limit?: number;
|
|
9
|
+
/** Cursor for pagination */
|
|
10
|
+
cursor?: string;
|
|
11
|
+
/** Search by name or slug */
|
|
12
|
+
search?: string;
|
|
13
|
+
/** Sort order */
|
|
14
|
+
sort?: Forum.ListRolesRequestSort;
|
|
15
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @example
|
|
3
|
+
* {
|
|
4
|
+
* id: "id"
|
|
5
|
+
* }
|
|
6
|
+
*/
|
|
7
|
+
export interface UpdateRolesRequest {
|
|
8
|
+
/** Role ID */
|
|
9
|
+
id: string;
|
|
10
|
+
/** Role name */
|
|
11
|
+
name?: string;
|
|
12
|
+
/** Role slug (unique identifier) */
|
|
13
|
+
slug?: string;
|
|
14
|
+
/** Role description */
|
|
15
|
+
description?: string;
|
|
16
|
+
/** Role color hex */
|
|
17
|
+
color?: string;
|
|
18
|
+
/** Extended data */
|
|
19
|
+
extendedData?: Record<string, unknown>;
|
|
20
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export type {
|
|
2
|
-
export type {
|
|
3
|
-
export type {
|
|
4
|
-
export type {
|
|
5
|
-
export type {
|
|
1
|
+
export type { CreateRolesRequest } from "./CreateRolesRequest.mjs";
|
|
2
|
+
export type { DeleteRolesRequest } from "./DeleteRolesRequest.mjs";
|
|
3
|
+
export type { ListRolesRequest } from "./ListRolesRequest.mjs";
|
|
4
|
+
export type { RetrieveRolesRequest } from "./RetrieveRolesRequest.mjs";
|
|
5
|
+
export type { UpdateRolesRequest } from "./UpdateRolesRequest.mjs";
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export interface UpdateRolesResponse {
|
|
2
|
+
data?: UpdateRolesResponse.Data;
|
|
3
|
+
}
|
|
4
|
+
export declare namespace UpdateRolesResponse {
|
|
5
|
+
interface Data {
|
|
6
|
+
/** Role name */
|
|
7
|
+
name: string;
|
|
8
|
+
/** Role slug (unique identifier) */
|
|
9
|
+
slug?: string;
|
|
10
|
+
/** Role description */
|
|
11
|
+
description?: string;
|
|
12
|
+
/** Role color hex */
|
|
13
|
+
color?: string;
|
|
14
|
+
/** Extended data */
|
|
15
|
+
extendedData?: Record<string, unknown>;
|
|
16
|
+
id: string;
|
|
17
|
+
/** Role creation timestamp */
|
|
18
|
+
createdAt: string;
|
|
19
|
+
/** Role last update timestamp */
|
|
20
|
+
updatedAt: string;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
export * from "./
|
|
2
|
-
export * from "./
|
|
3
|
-
export * from "./GetRolesResponse.mjs";
|
|
4
|
-
export * from "./PatchRolesIdResponse.mjs";
|
|
5
|
-
export * from "./PostRolesResponse.mjs";
|
|
1
|
+
export * from "./ListRolesRequestSort.mjs";
|
|
2
|
+
export * from "./UpdateRolesResponse.mjs";
|
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
export * from "./
|
|
2
|
-
export * from "./
|
|
3
|
-
export * from "./GetRolesResponse.mjs";
|
|
4
|
-
export * from "./PatchRolesIdResponse.mjs";
|
|
5
|
-
export * from "./PostRolesResponse.mjs";
|
|
1
|
+
export * from "./ListRolesRequestSort.mjs";
|
|
2
|
+
export * from "./UpdateRolesResponse.mjs";
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { BaseClientOptions, BaseRequestOptions } from "../../../../BaseClient.mjs";
|
|
2
|
+
import { type NormalizedClientOptions } from "../../../../BaseClient.mjs";
|
|
3
|
+
import * as core from "../../../../core/index.mjs";
|
|
4
|
+
import * as Forum from "../../../index.mjs";
|
|
5
|
+
export declare namespace SearchClient {
|
|
6
|
+
type Options = BaseClientOptions;
|
|
7
|
+
interface RequestOptions extends BaseRequestOptions {
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Operations for search
|
|
12
|
+
*/
|
|
13
|
+
export declare class SearchClient {
|
|
14
|
+
protected readonly _options: NormalizedClientOptions<SearchClient.Options>;
|
|
15
|
+
constructor(options?: SearchClient.Options);
|
|
16
|
+
/**
|
|
17
|
+
* @param {SearchClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
18
|
+
*
|
|
19
|
+
* @throws {@link Forum.BadRequestError}
|
|
20
|
+
* @throws {@link Forum.PaymentRequiredError}
|
|
21
|
+
* @throws {@link Forum.TooManyRequestsError}
|
|
22
|
+
* @throws {@link Forum.InternalServerError}
|
|
23
|
+
*
|
|
24
|
+
* @example
|
|
25
|
+
* await client.search.search()
|
|
26
|
+
*/
|
|
27
|
+
search(requestOptions?: SearchClient.RequestOptions): core.HttpResponsePromise<Forum.SearchSearchResponse>;
|
|
28
|
+
private __search;
|
|
29
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
import { normalizeClientOptions } from "../../../../BaseClient.mjs";
|
|
12
|
+
import { mergeHeaders } from "../../../../core/headers.mjs";
|
|
13
|
+
import * as core from "../../../../core/index.mjs";
|
|
14
|
+
import * as environments from "../../../../environments.mjs";
|
|
15
|
+
import { handleNonStatusCodeError } from "../../../../errors/handleNonStatusCodeError.mjs";
|
|
16
|
+
import * as errors from "../../../../errors/index.mjs";
|
|
17
|
+
import * as Forum from "../../../index.mjs";
|
|
18
|
+
/**
|
|
19
|
+
* Operations for search
|
|
20
|
+
*/
|
|
21
|
+
export class SearchClient {
|
|
22
|
+
constructor(options = {}) {
|
|
23
|
+
this._options = normalizeClientOptions(options);
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @param {SearchClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
27
|
+
*
|
|
28
|
+
* @throws {@link Forum.BadRequestError}
|
|
29
|
+
* @throws {@link Forum.PaymentRequiredError}
|
|
30
|
+
* @throws {@link Forum.TooManyRequestsError}
|
|
31
|
+
* @throws {@link Forum.InternalServerError}
|
|
32
|
+
*
|
|
33
|
+
* @example
|
|
34
|
+
* await client.search.search()
|
|
35
|
+
*/
|
|
36
|
+
search(requestOptions) {
|
|
37
|
+
return core.HttpResponsePromise.fromPromise(this.__search(requestOptions));
|
|
38
|
+
}
|
|
39
|
+
__search(requestOptions) {
|
|
40
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
41
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
42
|
+
const _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
43
|
+
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
44
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ForumEnvironment.Production, "search/"),
|
|
45
|
+
method: "GET",
|
|
46
|
+
headers: _headers,
|
|
47
|
+
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
48
|
+
timeoutMs: ((_g = (_e = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _e !== void 0 ? _e : (_f = this._options) === null || _f === void 0 ? void 0 : _f.timeoutInSeconds) !== null && _g !== void 0 ? _g : 60) * 1000,
|
|
49
|
+
maxRetries: (_h = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _h !== void 0 ? _h : (_j = this._options) === null || _j === void 0 ? void 0 : _j.maxRetries,
|
|
50
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
51
|
+
fetchFn: (_k = this._options) === null || _k === void 0 ? void 0 : _k.fetch,
|
|
52
|
+
logging: this._options.logging,
|
|
53
|
+
});
|
|
54
|
+
if (_response.ok) {
|
|
55
|
+
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
56
|
+
}
|
|
57
|
+
if (_response.error.reason === "status-code") {
|
|
58
|
+
switch (_response.error.statusCode) {
|
|
59
|
+
case 400:
|
|
60
|
+
throw new Forum.BadRequestError(_response.error.body, _response.rawResponse);
|
|
61
|
+
case 402:
|
|
62
|
+
throw new Forum.PaymentRequiredError(_response.error.body, _response.rawResponse);
|
|
63
|
+
case 429:
|
|
64
|
+
throw new Forum.TooManyRequestsError(_response.error.body, _response.rawResponse);
|
|
65
|
+
case 500:
|
|
66
|
+
throw new Forum.InternalServerError(_response.error.body, _response.rawResponse);
|
|
67
|
+
default:
|
|
68
|
+
throw new errors.ForumError({
|
|
69
|
+
statusCode: _response.error.statusCode,
|
|
70
|
+
body: _response.error.body,
|
|
71
|
+
rawResponse: _response.rawResponse,
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
return handleNonStatusCodeError(_response.error, _response.rawResponse, "GET", "/search/");
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export interface SearchSearchResponse {
|
|
2
|
+
data?: SearchSearchResponse.Data;
|
|
3
|
+
}
|
|
4
|
+
export declare namespace SearchSearchResponse {
|
|
5
|
+
interface Data {
|
|
6
|
+
items: Data.Items.Item[];
|
|
7
|
+
nextCursor: string | null;
|
|
8
|
+
hasMore: boolean;
|
|
9
|
+
}
|
|
10
|
+
namespace Data {
|
|
11
|
+
type Items = Items.Item[];
|
|
12
|
+
namespace Items {
|
|
13
|
+
interface Item {
|
|
14
|
+
type: Item.Type;
|
|
15
|
+
id: string;
|
|
16
|
+
title?: string;
|
|
17
|
+
body?: string;
|
|
18
|
+
username?: string;
|
|
19
|
+
name?: string;
|
|
20
|
+
createdAt?: string;
|
|
21
|
+
}
|
|
22
|
+
namespace Item {
|
|
23
|
+
const Type: {
|
|
24
|
+
readonly Thread: "thread";
|
|
25
|
+
readonly Post: "post";
|
|
26
|
+
readonly User: "user";
|
|
27
|
+
readonly Tag: "tag";
|
|
28
|
+
};
|
|
29
|
+
type Type = (typeof Type)[keyof typeof Type];
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
export var SearchSearchResponse;
|
|
3
|
+
(function (SearchSearchResponse) {
|
|
4
|
+
let Data;
|
|
5
|
+
(function (Data) {
|
|
6
|
+
let Items;
|
|
7
|
+
(function (Items) {
|
|
8
|
+
let Item;
|
|
9
|
+
(function (Item) {
|
|
10
|
+
Item.Type = {
|
|
11
|
+
Thread: "thread",
|
|
12
|
+
Post: "post",
|
|
13
|
+
User: "user",
|
|
14
|
+
Tag: "tag",
|
|
15
|
+
};
|
|
16
|
+
})(Item = Items.Item || (Items.Item = {}));
|
|
17
|
+
})(Items = Data.Items || (Data.Items = {}));
|
|
18
|
+
})(Data = SearchSearchResponse.Data || (SearchSearchResponse.Data = {}));
|
|
19
|
+
})(SearchSearchResponse || (SearchSearchResponse = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./SearchSearchResponse.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./SearchSearchResponse.mjs";
|
|
@@ -7,11 +7,18 @@ export declare namespace SsOsClient {
|
|
|
7
7
|
interface RequestOptions extends BaseRequestOptions {
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* Operations for sso
|
|
12
|
+
*/
|
|
10
13
|
export declare class SsOsClient {
|
|
11
14
|
protected readonly _options: NormalizedClientOptionsWithAuth<SsOsClient.Options>;
|
|
12
|
-
constructor(options
|
|
15
|
+
constructor(options?: SsOsClient.Options);
|
|
13
16
|
/**
|
|
14
|
-
*
|
|
17
|
+
* Retrieve a paginated list of ssos. Use cursor for pagination.
|
|
18
|
+
*
|
|
19
|
+
* **Requires feature: sso**
|
|
20
|
+
*
|
|
21
|
+
* @param {Forum.ListSsOsRequest} request
|
|
15
22
|
* @param {SsOsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
16
23
|
*
|
|
17
24
|
* @throws {@link Forum.UnauthorizedError}
|
|
@@ -20,12 +27,16 @@ export declare class SsOsClient {
|
|
|
20
27
|
* @throws {@link Forum.InternalServerError}
|
|
21
28
|
*
|
|
22
29
|
* @example
|
|
23
|
-
* await client.ssOs.
|
|
30
|
+
* await client.ssOs.list()
|
|
24
31
|
*/
|
|
25
|
-
|
|
26
|
-
private
|
|
32
|
+
list(request?: Forum.ListSsOsRequest, requestOptions?: SsOsClient.RequestOptions): core.HttpResponsePromise<Forum.SsoListResponse>;
|
|
33
|
+
private __list;
|
|
27
34
|
/**
|
|
28
|
-
*
|
|
35
|
+
* Create an new sso.
|
|
36
|
+
*
|
|
37
|
+
* **Requires feature: sso**
|
|
38
|
+
*
|
|
39
|
+
* @param {Forum.CreateSsOsRequest} request
|
|
29
40
|
* @param {SsOsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
30
41
|
*
|
|
31
42
|
* @throws {@link Forum.BadRequestError}
|
|
@@ -35,7 +46,7 @@ export declare class SsOsClient {
|
|
|
35
46
|
* @throws {@link Forum.InternalServerError}
|
|
36
47
|
*
|
|
37
48
|
* @example
|
|
38
|
-
* await client.ssOs.
|
|
49
|
+
* await client.ssOs.create({
|
|
39
50
|
* name: "name",
|
|
40
51
|
* clientId: "clientId",
|
|
41
52
|
* clientSecret: "clientSecret",
|
|
@@ -45,10 +56,14 @@ export declare class SsOsClient {
|
|
|
45
56
|
* userInfoEndpoint: "userInfoEndpoint"
|
|
46
57
|
* })
|
|
47
58
|
*/
|
|
48
|
-
|
|
49
|
-
private
|
|
59
|
+
create(request: Forum.CreateSsOsRequest, requestOptions?: SsOsClient.RequestOptions): core.HttpResponsePromise<Forum.SsoResponse>;
|
|
60
|
+
private __create;
|
|
50
61
|
/**
|
|
51
|
-
*
|
|
62
|
+
* Retrieve an sso by ID or slug (if supported).
|
|
63
|
+
*
|
|
64
|
+
* **Requires feature: sso**
|
|
65
|
+
*
|
|
66
|
+
* @param {Forum.RetrieveSsOsRequest} request
|
|
52
67
|
* @param {SsOsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
53
68
|
*
|
|
54
69
|
* @throws {@link Forum.UnauthorizedError}
|
|
@@ -58,14 +73,18 @@ export declare class SsOsClient {
|
|
|
58
73
|
* @throws {@link Forum.InternalServerError}
|
|
59
74
|
*
|
|
60
75
|
* @example
|
|
61
|
-
* await client.ssOs.
|
|
76
|
+
* await client.ssOs.retrieve({
|
|
62
77
|
* id: "id"
|
|
63
78
|
* })
|
|
64
79
|
*/
|
|
65
|
-
|
|
66
|
-
private
|
|
80
|
+
retrieve(request: Forum.RetrieveSsOsRequest, requestOptions?: SsOsClient.RequestOptions): core.HttpResponsePromise<Forum.SsoResponse>;
|
|
81
|
+
private __retrieve;
|
|
67
82
|
/**
|
|
68
|
-
*
|
|
83
|
+
* Permanently delete an sso.
|
|
84
|
+
*
|
|
85
|
+
* **Requires feature: sso**
|
|
86
|
+
*
|
|
87
|
+
* @param {Forum.DeleteSsOsRequest} request
|
|
69
88
|
* @param {SsOsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
70
89
|
*
|
|
71
90
|
* @throws {@link Forum.UnauthorizedError}
|
|
@@ -75,14 +94,18 @@ export declare class SsOsClient {
|
|
|
75
94
|
* @throws {@link Forum.InternalServerError}
|
|
76
95
|
*
|
|
77
96
|
* @example
|
|
78
|
-
* await client.ssOs.
|
|
97
|
+
* await client.ssOs.delete({
|
|
79
98
|
* id: "id"
|
|
80
99
|
* })
|
|
81
100
|
*/
|
|
82
|
-
|
|
83
|
-
private
|
|
101
|
+
delete(request: Forum.DeleteSsOsRequest, requestOptions?: SsOsClient.RequestOptions): core.HttpResponsePromise<Forum.SuccessResponse>;
|
|
102
|
+
private __delete;
|
|
84
103
|
/**
|
|
85
|
-
*
|
|
104
|
+
* Update an existing sso. Only provided fields will be modified.
|
|
105
|
+
*
|
|
106
|
+
* **Requires feature: sso**
|
|
107
|
+
*
|
|
108
|
+
* @param {Forum.UpdateSsOsRequest} request
|
|
86
109
|
* @param {SsOsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
87
110
|
*
|
|
88
111
|
* @throws {@link Forum.BadRequestError}
|
|
@@ -93,10 +116,10 @@ export declare class SsOsClient {
|
|
|
93
116
|
* @throws {@link Forum.InternalServerError}
|
|
94
117
|
*
|
|
95
118
|
* @example
|
|
96
|
-
* await client.ssOs.
|
|
119
|
+
* await client.ssOs.update({
|
|
97
120
|
* id: "id"
|
|
98
121
|
* })
|
|
99
122
|
*/
|
|
100
|
-
|
|
101
|
-
private
|
|
123
|
+
update(request: Forum.UpdateSsOsRequest, requestOptions?: SsOsClient.RequestOptions): core.HttpResponsePromise<Forum.UpdateSsOsResponse>;
|
|
124
|
+
private __update;
|
|
102
125
|
}
|