@foru-ms/sdk 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/api/resources/integrations/types/GetIntegrationsIdResponse.d.ts +26 -2
- package/dist/cjs/api/resources/integrations/types/GetIntegrationsIdResponse.js +16 -0
- package/dist/cjs/api/resources/integrations/types/GetIntegrationsResponse.d.ts +25 -1
- package/dist/cjs/api/resources/integrations/types/GetIntegrationsResponse.js +19 -0
- package/dist/cjs/api/resources/integrations/types/PatchIntegrationsIdResponse.d.ts +26 -2
- package/dist/cjs/api/resources/integrations/types/PatchIntegrationsIdResponse.js +16 -0
- package/dist/cjs/api/resources/integrations/types/PostIntegrationsResponse.d.ts +26 -2
- package/dist/cjs/api/resources/integrations/types/PostIntegrationsResponse.js +16 -0
- package/dist/cjs/api/resources/notifications/client/requests/PostNotificationsRequest.d.ts +23 -7
- package/dist/cjs/api/resources/notifications/client/requests/PostNotificationsRequest.js +11 -0
- package/dist/cjs/api/resources/notifications/types/GetNotificationsIdResponse.d.ts +26 -2
- package/dist/cjs/api/resources/notifications/types/GetNotificationsResponse.d.ts +25 -1
- package/dist/cjs/api/resources/notifications/types/PatchNotificationsIdResponse.d.ts +26 -2
- package/dist/cjs/api/resources/notifications/types/PostNotificationsResponse.d.ts +26 -2
- package/dist/cjs/api/resources/posts/client/Client.d.ts +136 -0
- package/dist/cjs/api/resources/posts/client/Client.js +500 -0
- package/dist/cjs/api/resources/posts/client/requests/DeletePostsIdPostsSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/posts/client/requests/DeletePostsIdPostsSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/posts/client/requests/DeletePostsIdReactionsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/posts/client/requests/DeletePostsIdReactionsRequest.js +3 -0
- package/dist/cjs/api/resources/posts/client/requests/DeletePostsIdReactionsSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/posts/client/requests/DeletePostsIdReactionsSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/posts/client/requests/GetPostsIdPostsRequest.d.ts +14 -0
- package/dist/cjs/api/resources/posts/client/requests/GetPostsIdPostsRequest.js +3 -0
- package/dist/cjs/api/resources/posts/client/requests/GetPostsIdPostsSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/posts/client/requests/GetPostsIdPostsSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/posts/client/requests/GetPostsIdReactionsRequest.d.ts +14 -0
- package/dist/cjs/api/resources/posts/client/requests/GetPostsIdReactionsRequest.js +3 -0
- package/dist/cjs/api/resources/posts/client/requests/GetPostsIdReactionsSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/posts/client/requests/GetPostsIdReactionsSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/posts/client/requests/PostPostsIdReactionsRequest.d.ts +27 -0
- package/dist/cjs/api/resources/posts/client/requests/PostPostsIdReactionsRequest.js +14 -0
- package/dist/cjs/api/resources/posts/client/requests/index.d.ts +8 -0
- package/dist/cjs/api/resources/posts/types/DeletePostsIdPostsSubIdResponse.d.ts +3 -0
- package/dist/cjs/api/resources/posts/types/DeletePostsIdPostsSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/posts/types/DeletePostsIdReactionsResponse.d.ts +3 -0
- package/dist/cjs/api/resources/posts/types/DeletePostsIdReactionsResponse.js +3 -0
- package/dist/cjs/api/resources/posts/types/DeletePostsIdReactionsSubIdResponse.d.ts +3 -0
- package/dist/cjs/api/resources/posts/types/DeletePostsIdReactionsSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/posts/types/GetPostsIdPostsResponse.d.ts +16 -0
- package/dist/cjs/api/resources/posts/types/GetPostsIdPostsResponse.js +3 -0
- package/dist/cjs/api/resources/posts/types/GetPostsIdPostsSubIdResponse.d.ts +6 -0
- package/dist/cjs/api/resources/posts/types/GetPostsIdPostsSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/posts/types/GetPostsIdReactionsResponse.d.ts +16 -0
- package/dist/cjs/api/resources/posts/types/GetPostsIdReactionsResponse.js +3 -0
- package/dist/cjs/api/resources/posts/types/GetPostsIdReactionsSubIdResponse.d.ts +6 -0
- package/dist/cjs/api/resources/posts/types/GetPostsIdReactionsSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/posts/types/GetPostsIdResponse.d.ts +6 -0
- package/dist/cjs/api/resources/posts/types/GetPostsResponse.d.ts +6 -0
- package/dist/cjs/api/resources/posts/types/PatchPostsIdResponse.d.ts +6 -0
- package/dist/cjs/api/resources/posts/types/PostPostsIdReactionsResponse.d.ts +6 -0
- package/dist/cjs/api/resources/posts/types/PostPostsIdReactionsResponse.js +3 -0
- package/dist/cjs/api/resources/posts/types/PostPostsResponse.d.ts +6 -0
- package/dist/cjs/api/resources/posts/types/index.d.ts +8 -0
- package/dist/cjs/api/resources/posts/types/index.js +8 -0
- package/dist/cjs/api/resources/privateMessages/client/Client.d.ts +69 -0
- package/dist/cjs/api/resources/privateMessages/client/Client.js +272 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/DeletePrivateMessagesIdRepliesSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/DeletePrivateMessagesIdRepliesSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRepliesRequest.d.ts +14 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRepliesRequest.js +3 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRepliesSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRepliesSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/PostPrivateMessagesIdRepliesRequest.d.ts +24 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/PostPrivateMessagesIdRepliesRequest.js +3 -0
- package/dist/cjs/api/resources/privateMessages/client/requests/index.d.ts +4 -0
- package/dist/cjs/api/resources/privateMessages/types/DeletePrivateMessagesIdRepliesSubIdResponse.d.ts +3 -0
- package/dist/cjs/api/resources/privateMessages/types/DeletePrivateMessagesIdRepliesSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/privateMessages/types/GetPrivateMessagesIdRepliesResponse.d.ts +16 -0
- package/dist/cjs/api/resources/privateMessages/types/GetPrivateMessagesIdRepliesResponse.js +3 -0
- package/dist/cjs/api/resources/privateMessages/types/GetPrivateMessagesIdRepliesSubIdResponse.d.ts +6 -0
- package/dist/cjs/api/resources/privateMessages/types/GetPrivateMessagesIdRepliesSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/privateMessages/types/GetPrivateMessagesIdResponse.d.ts +22 -2
- package/dist/cjs/api/resources/privateMessages/types/GetPrivateMessagesResponse.d.ts +21 -1
- package/dist/cjs/api/resources/privateMessages/types/PostPrivateMessagesIdRepliesResponse.d.ts +6 -0
- package/dist/cjs/api/resources/privateMessages/types/PostPrivateMessagesIdRepliesResponse.js +3 -0
- package/dist/cjs/api/resources/privateMessages/types/PostPrivateMessagesResponse.d.ts +22 -2
- package/dist/cjs/api/resources/privateMessages/types/index.d.ts +4 -0
- package/dist/cjs/api/resources/privateMessages/types/index.js +4 -0
- package/dist/cjs/api/resources/reports/types/GetReportsIdResponse.d.ts +6 -0
- package/dist/cjs/api/resources/reports/types/GetReportsResponse.d.ts +6 -0
- package/dist/cjs/api/resources/reports/types/PostReportsResponse.d.ts +6 -0
- package/dist/cjs/api/resources/roles/types/GetRolesIdResponse.d.ts +4 -0
- package/dist/cjs/api/resources/roles/types/GetRolesResponse.d.ts +4 -0
- package/dist/cjs/api/resources/roles/types/PatchRolesIdResponse.d.ts +4 -0
- package/dist/cjs/api/resources/roles/types/PostRolesResponse.d.ts +4 -0
- package/dist/cjs/api/resources/ssOs/types/GetSsoIdResponse.d.ts +23 -2
- package/dist/cjs/api/resources/ssOs/types/GetSsoIdResponse.js +13 -0
- package/dist/cjs/api/resources/ssOs/types/GetSsoResponse.d.ts +22 -1
- package/dist/cjs/api/resources/ssOs/types/GetSsoResponse.js +16 -0
- package/dist/cjs/api/resources/ssOs/types/PatchSsoIdResponse.d.ts +23 -2
- package/dist/cjs/api/resources/ssOs/types/PatchSsoIdResponse.js +13 -0
- package/dist/cjs/api/resources/ssOs/types/PostSsoResponse.d.ts +23 -2
- package/dist/cjs/api/resources/ssOs/types/PostSsoResponse.js +13 -0
- package/dist/cjs/api/resources/tags/client/Client.d.ts +50 -0
- package/dist/cjs/api/resources/tags/client/Client.js +189 -0
- package/dist/cjs/api/resources/tags/client/requests/DeleteTagsIdSubscribersSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/tags/client/requests/DeleteTagsIdSubscribersSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/tags/client/requests/GetTagsIdSubscribersRequest.d.ts +14 -0
- package/dist/cjs/api/resources/tags/client/requests/GetTagsIdSubscribersRequest.js +3 -0
- package/dist/cjs/api/resources/tags/client/requests/GetTagsIdSubscribersSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/tags/client/requests/GetTagsIdSubscribersSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/tags/client/requests/index.d.ts +3 -0
- package/dist/cjs/api/resources/tags/types/DeleteTagsIdSubscribersSubIdResponse.d.ts +3 -0
- package/dist/cjs/api/resources/tags/types/DeleteTagsIdSubscribersSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/tags/types/GetTagsIdResponse.d.ts +4 -0
- package/dist/cjs/api/resources/tags/types/GetTagsIdSubscribersResponse.d.ts +16 -0
- package/dist/cjs/api/resources/tags/types/GetTagsIdSubscribersResponse.js +3 -0
- package/dist/cjs/api/resources/tags/types/GetTagsIdSubscribersSubIdResponse.d.ts +6 -0
- package/dist/cjs/api/resources/tags/types/GetTagsIdSubscribersSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/tags/types/GetTagsResponse.d.ts +4 -0
- package/dist/cjs/api/resources/tags/types/PatchTagsIdResponse.d.ts +4 -0
- package/dist/cjs/api/resources/tags/types/PostTagsResponse.d.ts +4 -0
- package/dist/cjs/api/resources/tags/types/index.d.ts +3 -0
- package/dist/cjs/api/resources/tags/types/index.js +3 -0
- package/dist/cjs/api/resources/threads/client/Client.d.ts +240 -0
- package/dist/cjs/api/resources/threads/client/Client.js +885 -0
- package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdPostsSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdPostsSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdReactionsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdReactionsRequest.js +3 -0
- package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdReactionsSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdReactionsSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdSubscribersSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/threads/client/requests/DeleteThreadsIdSubscribersSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdPollRequest.d.ts +10 -0
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdPollRequest.js +3 -0
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdPostsRequest.d.ts +14 -0
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdPostsRequest.js +3 -0
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdPostsSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdPostsSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdReactionsRequest.d.ts +14 -0
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdReactionsRequest.js +3 -0
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdReactionsSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdReactionsSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdSubscribersRequest.d.ts +14 -0
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdSubscribersRequest.js +3 -0
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdSubscribersSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/threads/client/requests/GetThreadsIdSubscribersSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/threads/client/requests/PatchThreadsIdPollRequest.d.ts +18 -0
- package/dist/cjs/api/resources/threads/client/requests/PatchThreadsIdPollRequest.js +3 -0
- package/dist/cjs/api/resources/threads/client/requests/PostThreadsIdPollRequest.d.ts +35 -0
- package/dist/cjs/api/resources/threads/client/requests/PostThreadsIdPollRequest.js +3 -0
- package/dist/cjs/api/resources/threads/client/requests/PostThreadsIdReactionsRequest.d.ts +27 -0
- package/dist/cjs/api/resources/threads/client/requests/PostThreadsIdReactionsRequest.js +14 -0
- package/dist/cjs/api/resources/threads/client/requests/index.d.ts +14 -0
- package/dist/cjs/api/resources/threads/types/DeleteThreadsIdPostsSubIdResponse.d.ts +3 -0
- package/dist/cjs/api/resources/threads/types/DeleteThreadsIdPostsSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/threads/types/DeleteThreadsIdReactionsResponse.d.ts +3 -0
- package/dist/cjs/api/resources/threads/types/DeleteThreadsIdReactionsResponse.js +3 -0
- package/dist/cjs/api/resources/threads/types/DeleteThreadsIdReactionsSubIdResponse.d.ts +3 -0
- package/dist/cjs/api/resources/threads/types/DeleteThreadsIdReactionsSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/threads/types/DeleteThreadsIdSubscribersSubIdResponse.d.ts +3 -0
- package/dist/cjs/api/resources/threads/types/DeleteThreadsIdSubscribersSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/threads/types/GetThreadsIdPollResponse.d.ts +6 -0
- package/dist/cjs/api/resources/threads/types/GetThreadsIdPollResponse.js +3 -0
- package/dist/cjs/api/resources/threads/types/GetThreadsIdPostsResponse.d.ts +16 -0
- package/dist/cjs/api/resources/threads/types/GetThreadsIdPostsResponse.js +3 -0
- package/dist/cjs/api/resources/threads/types/GetThreadsIdPostsSubIdResponse.d.ts +6 -0
- package/dist/cjs/api/resources/threads/types/GetThreadsIdPostsSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/threads/types/GetThreadsIdReactionsResponse.d.ts +16 -0
- package/dist/cjs/api/resources/threads/types/GetThreadsIdReactionsResponse.js +3 -0
- package/dist/cjs/api/resources/threads/types/GetThreadsIdReactionsSubIdResponse.d.ts +6 -0
- package/dist/cjs/api/resources/threads/types/GetThreadsIdReactionsSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/threads/types/GetThreadsIdResponse.d.ts +14 -0
- package/dist/cjs/api/resources/threads/types/GetThreadsIdSubscribersResponse.d.ts +16 -0
- package/dist/cjs/api/resources/threads/types/GetThreadsIdSubscribersResponse.js +3 -0
- package/dist/cjs/api/resources/threads/types/GetThreadsIdSubscribersSubIdResponse.d.ts +6 -0
- package/dist/cjs/api/resources/threads/types/GetThreadsIdSubscribersSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/threads/types/GetThreadsResponse.d.ts +14 -0
- package/dist/cjs/api/resources/threads/types/PatchThreadsIdPollResponse.d.ts +6 -0
- package/dist/cjs/api/resources/threads/types/PatchThreadsIdPollResponse.js +3 -0
- package/dist/cjs/api/resources/threads/types/PatchThreadsIdResponse.d.ts +14 -0
- package/dist/cjs/api/resources/threads/types/PostThreadsIdPollResponse.d.ts +6 -0
- package/dist/cjs/api/resources/threads/types/PostThreadsIdPollResponse.js +3 -0
- package/dist/cjs/api/resources/threads/types/PostThreadsIdReactionsResponse.d.ts +6 -0
- package/dist/cjs/api/resources/threads/types/PostThreadsIdReactionsResponse.js +3 -0
- package/dist/cjs/api/resources/threads/types/PostThreadsResponse.d.ts +14 -0
- package/dist/cjs/api/resources/threads/types/index.d.ts +14 -0
- package/dist/cjs/api/resources/threads/types/index.js +14 -0
- package/dist/cjs/api/resources/users/client/Client.d.ts +100 -0
- package/dist/cjs/api/resources/users/client/Client.js +378 -0
- package/dist/cjs/api/resources/users/client/requests/DeleteUsersIdFollowersSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/users/client/requests/DeleteUsersIdFollowersSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/users/client/requests/DeleteUsersIdFollowingSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/users/client/requests/DeleteUsersIdFollowingSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/users/client/requests/GetUsersIdFollowersRequest.d.ts +14 -0
- package/dist/cjs/api/resources/users/client/requests/GetUsersIdFollowersRequest.js +3 -0
- package/dist/cjs/api/resources/users/client/requests/GetUsersIdFollowersSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/users/client/requests/GetUsersIdFollowersSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/users/client/requests/GetUsersIdFollowingRequest.d.ts +14 -0
- package/dist/cjs/api/resources/users/client/requests/GetUsersIdFollowingRequest.js +3 -0
- package/dist/cjs/api/resources/users/client/requests/GetUsersIdFollowingSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/users/client/requests/GetUsersIdFollowingSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/users/client/requests/index.d.ts +6 -0
- package/dist/cjs/api/resources/users/types/DeleteUsersIdFollowersSubIdResponse.d.ts +3 -0
- package/dist/cjs/api/resources/users/types/DeleteUsersIdFollowersSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/users/types/DeleteUsersIdFollowingSubIdResponse.d.ts +3 -0
- package/dist/cjs/api/resources/users/types/DeleteUsersIdFollowingSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/users/types/GetUsersIdFollowersResponse.d.ts +16 -0
- package/dist/cjs/api/resources/users/types/GetUsersIdFollowersResponse.js +3 -0
- package/dist/cjs/api/resources/users/types/GetUsersIdFollowersSubIdResponse.d.ts +6 -0
- package/dist/cjs/api/resources/users/types/GetUsersIdFollowersSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/users/types/GetUsersIdFollowingResponse.d.ts +16 -0
- package/dist/cjs/api/resources/users/types/GetUsersIdFollowingResponse.js +3 -0
- package/dist/cjs/api/resources/users/types/GetUsersIdFollowingSubIdResponse.d.ts +6 -0
- package/dist/cjs/api/resources/users/types/GetUsersIdFollowingSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/users/types/GetUsersIdResponse.d.ts +34 -14
- package/dist/cjs/api/resources/users/types/GetUsersIdResponse.js +0 -12
- package/dist/cjs/api/resources/users/types/GetUsersResponse.d.ts +34 -14
- package/dist/cjs/api/resources/users/types/GetUsersResponse.js +0 -15
- package/dist/cjs/api/resources/users/types/PatchUsersIdResponse.d.ts +34 -14
- package/dist/cjs/api/resources/users/types/PatchUsersIdResponse.js +0 -12
- package/dist/cjs/api/resources/users/types/index.d.ts +6 -0
- package/dist/cjs/api/resources/users/types/index.js +6 -0
- package/dist/cjs/api/resources/webhooks/client/Client.d.ts +50 -0
- package/dist/cjs/api/resources/webhooks/client/Client.js +192 -0
- package/dist/cjs/api/resources/webhooks/client/requests/DeleteWebhooksIdDeliveriesSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/webhooks/client/requests/DeleteWebhooksIdDeliveriesSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/webhooks/client/requests/GetWebhooksIdDeliveriesRequest.d.ts +14 -0
- package/dist/cjs/api/resources/webhooks/client/requests/GetWebhooksIdDeliveriesRequest.js +3 -0
- package/dist/cjs/api/resources/webhooks/client/requests/GetWebhooksIdDeliveriesSubIdRequest.d.ts +13 -0
- package/dist/cjs/api/resources/webhooks/client/requests/GetWebhooksIdDeliveriesSubIdRequest.js +3 -0
- package/dist/cjs/api/resources/webhooks/client/requests/index.d.ts +3 -0
- package/dist/cjs/api/resources/webhooks/types/DeleteWebhooksIdDeliveriesSubIdResponse.d.ts +3 -0
- package/dist/cjs/api/resources/webhooks/types/DeleteWebhooksIdDeliveriesSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/webhooks/types/GetWebhooksIdDeliveriesResponse.d.ts +16 -0
- package/dist/cjs/api/resources/webhooks/types/GetWebhooksIdDeliveriesResponse.js +3 -0
- package/dist/cjs/api/resources/webhooks/types/GetWebhooksIdDeliveriesSubIdResponse.d.ts +6 -0
- package/dist/cjs/api/resources/webhooks/types/GetWebhooksIdDeliveriesSubIdResponse.js +3 -0
- package/dist/cjs/api/resources/webhooks/types/GetWebhooksIdResponse.d.ts +20 -2
- package/dist/cjs/api/resources/webhooks/types/GetWebhooksResponse.d.ts +19 -1
- package/dist/cjs/api/resources/webhooks/types/PostWebhooksResponse.d.ts +20 -2
- package/dist/cjs/api/resources/webhooks/types/index.d.ts +3 -0
- package/dist/cjs/api/resources/webhooks/types/index.js +3 -0
- package/dist/cjs/api/types/IntegrationResponse.d.ts +25 -0
- package/dist/cjs/api/types/IntegrationResponse.js +16 -0
- package/dist/cjs/api/types/NotificationCreate.d.ts +23 -7
- package/dist/cjs/api/types/NotificationCreate.js +11 -0
- package/dist/cjs/api/types/NotificationList.d.ts +10 -8
- package/dist/cjs/api/types/NotificationList.js +6 -4
- package/dist/cjs/api/types/NotificationResponse.d.ts +25 -0
- package/dist/cjs/api/types/NotificationResponse.js +3 -0
- package/dist/cjs/api/types/PostResponse.d.ts +6 -0
- package/dist/cjs/api/types/PrivateMessageResponse.d.ts +21 -0
- package/dist/cjs/api/types/PrivateMessageResponse.js +3 -0
- package/dist/cjs/api/types/ReportResponse.d.ts +6 -0
- package/dist/cjs/api/types/RoleResponse.d.ts +4 -0
- package/dist/cjs/api/types/SsoResponse.d.ts +22 -0
- package/dist/cjs/api/types/SsoResponse.js +13 -0
- package/dist/cjs/api/types/TagResponse.d.ts +4 -0
- package/dist/cjs/api/types/ThreadResponse.d.ts +14 -0
- package/dist/cjs/api/types/UserResponse.d.ts +34 -14
- package/dist/cjs/api/types/UserResponse.js +0 -9
- package/dist/cjs/api/types/WebhookResponse.d.ts +19 -0
- package/dist/cjs/api/types/WebhookResponse.js +3 -0
- package/dist/cjs/api/types/index.d.ts +5 -0
- package/dist/cjs/api/types/index.js +5 -0
- 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/api/resources/integrations/types/GetIntegrationsIdResponse.d.mts +26 -2
- package/dist/esm/api/resources/integrations/types/GetIntegrationsIdResponse.mjs +15 -1
- package/dist/esm/api/resources/integrations/types/GetIntegrationsResponse.d.mts +25 -1
- package/dist/esm/api/resources/integrations/types/GetIntegrationsResponse.mjs +18 -1
- package/dist/esm/api/resources/integrations/types/PatchIntegrationsIdResponse.d.mts +26 -2
- package/dist/esm/api/resources/integrations/types/PatchIntegrationsIdResponse.mjs +15 -1
- package/dist/esm/api/resources/integrations/types/PostIntegrationsResponse.d.mts +26 -2
- package/dist/esm/api/resources/integrations/types/PostIntegrationsResponse.mjs +15 -1
- package/dist/esm/api/resources/notifications/client/requests/PostNotificationsRequest.d.mts +23 -7
- package/dist/esm/api/resources/notifications/client/requests/PostNotificationsRequest.mjs +10 -1
- package/dist/esm/api/resources/notifications/types/GetNotificationsIdResponse.d.mts +26 -2
- package/dist/esm/api/resources/notifications/types/GetNotificationsResponse.d.mts +25 -1
- package/dist/esm/api/resources/notifications/types/PatchNotificationsIdResponse.d.mts +26 -2
- package/dist/esm/api/resources/notifications/types/PostNotificationsResponse.d.mts +26 -2
- package/dist/esm/api/resources/posts/client/Client.d.mts +136 -0
- package/dist/esm/api/resources/posts/client/Client.mjs +500 -0
- package/dist/esm/api/resources/posts/client/requests/DeletePostsIdPostsSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/posts/client/requests/DeletePostsIdPostsSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/posts/client/requests/DeletePostsIdReactionsRequest.d.mts +10 -0
- package/dist/esm/api/resources/posts/client/requests/DeletePostsIdReactionsRequest.mjs +2 -0
- package/dist/esm/api/resources/posts/client/requests/DeletePostsIdReactionsSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/posts/client/requests/DeletePostsIdReactionsSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/posts/client/requests/GetPostsIdPostsRequest.d.mts +14 -0
- package/dist/esm/api/resources/posts/client/requests/GetPostsIdPostsRequest.mjs +2 -0
- package/dist/esm/api/resources/posts/client/requests/GetPostsIdPostsSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/posts/client/requests/GetPostsIdPostsSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/posts/client/requests/GetPostsIdReactionsRequest.d.mts +14 -0
- package/dist/esm/api/resources/posts/client/requests/GetPostsIdReactionsRequest.mjs +2 -0
- package/dist/esm/api/resources/posts/client/requests/GetPostsIdReactionsSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/posts/client/requests/GetPostsIdReactionsSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/posts/client/requests/PostPostsIdReactionsRequest.d.mts +27 -0
- package/dist/esm/api/resources/posts/client/requests/PostPostsIdReactionsRequest.mjs +11 -0
- package/dist/esm/api/resources/posts/client/requests/index.d.mts +8 -0
- package/dist/esm/api/resources/posts/types/DeletePostsIdPostsSubIdResponse.d.mts +3 -0
- package/dist/esm/api/resources/posts/types/DeletePostsIdPostsSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/posts/types/DeletePostsIdReactionsResponse.d.mts +3 -0
- package/dist/esm/api/resources/posts/types/DeletePostsIdReactionsResponse.mjs +2 -0
- package/dist/esm/api/resources/posts/types/DeletePostsIdReactionsSubIdResponse.d.mts +3 -0
- package/dist/esm/api/resources/posts/types/DeletePostsIdReactionsSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/posts/types/GetPostsIdPostsResponse.d.mts +16 -0
- package/dist/esm/api/resources/posts/types/GetPostsIdPostsResponse.mjs +2 -0
- package/dist/esm/api/resources/posts/types/GetPostsIdPostsSubIdResponse.d.mts +6 -0
- package/dist/esm/api/resources/posts/types/GetPostsIdPostsSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/posts/types/GetPostsIdReactionsResponse.d.mts +16 -0
- package/dist/esm/api/resources/posts/types/GetPostsIdReactionsResponse.mjs +2 -0
- package/dist/esm/api/resources/posts/types/GetPostsIdReactionsSubIdResponse.d.mts +6 -0
- package/dist/esm/api/resources/posts/types/GetPostsIdReactionsSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/posts/types/GetPostsIdResponse.d.mts +6 -0
- package/dist/esm/api/resources/posts/types/GetPostsResponse.d.mts +6 -0
- package/dist/esm/api/resources/posts/types/PatchPostsIdResponse.d.mts +6 -0
- package/dist/esm/api/resources/posts/types/PostPostsIdReactionsResponse.d.mts +6 -0
- package/dist/esm/api/resources/posts/types/PostPostsIdReactionsResponse.mjs +2 -0
- package/dist/esm/api/resources/posts/types/PostPostsResponse.d.mts +6 -0
- package/dist/esm/api/resources/posts/types/index.d.mts +8 -0
- package/dist/esm/api/resources/posts/types/index.mjs +8 -0
- package/dist/esm/api/resources/privateMessages/client/Client.d.mts +69 -0
- package/dist/esm/api/resources/privateMessages/client/Client.mjs +272 -0
- package/dist/esm/api/resources/privateMessages/client/requests/DeletePrivateMessagesIdRepliesSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/privateMessages/client/requests/DeletePrivateMessagesIdRepliesSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRepliesRequest.d.mts +14 -0
- package/dist/esm/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRepliesRequest.mjs +2 -0
- package/dist/esm/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRepliesSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/privateMessages/client/requests/GetPrivateMessagesIdRepliesSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/privateMessages/client/requests/PostPrivateMessagesIdRepliesRequest.d.mts +24 -0
- package/dist/esm/api/resources/privateMessages/client/requests/PostPrivateMessagesIdRepliesRequest.mjs +2 -0
- package/dist/esm/api/resources/privateMessages/client/requests/index.d.mts +4 -0
- package/dist/esm/api/resources/privateMessages/types/DeletePrivateMessagesIdRepliesSubIdResponse.d.mts +3 -0
- package/dist/esm/api/resources/privateMessages/types/DeletePrivateMessagesIdRepliesSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/privateMessages/types/GetPrivateMessagesIdRepliesResponse.d.mts +16 -0
- package/dist/esm/api/resources/privateMessages/types/GetPrivateMessagesIdRepliesResponse.mjs +2 -0
- package/dist/esm/api/resources/privateMessages/types/GetPrivateMessagesIdRepliesSubIdResponse.d.mts +6 -0
- package/dist/esm/api/resources/privateMessages/types/GetPrivateMessagesIdRepliesSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/privateMessages/types/GetPrivateMessagesIdResponse.d.mts +22 -2
- package/dist/esm/api/resources/privateMessages/types/GetPrivateMessagesResponse.d.mts +21 -1
- package/dist/esm/api/resources/privateMessages/types/PostPrivateMessagesIdRepliesResponse.d.mts +6 -0
- package/dist/esm/api/resources/privateMessages/types/PostPrivateMessagesIdRepliesResponse.mjs +2 -0
- package/dist/esm/api/resources/privateMessages/types/PostPrivateMessagesResponse.d.mts +22 -2
- package/dist/esm/api/resources/privateMessages/types/index.d.mts +4 -0
- package/dist/esm/api/resources/privateMessages/types/index.mjs +4 -0
- package/dist/esm/api/resources/reports/types/GetReportsIdResponse.d.mts +6 -0
- package/dist/esm/api/resources/reports/types/GetReportsResponse.d.mts +6 -0
- package/dist/esm/api/resources/reports/types/PostReportsResponse.d.mts +6 -0
- package/dist/esm/api/resources/roles/types/GetRolesIdResponse.d.mts +4 -0
- package/dist/esm/api/resources/roles/types/GetRolesResponse.d.mts +4 -0
- package/dist/esm/api/resources/roles/types/PatchRolesIdResponse.d.mts +4 -0
- package/dist/esm/api/resources/roles/types/PostRolesResponse.d.mts +4 -0
- package/dist/esm/api/resources/ssOs/types/GetSsoIdResponse.d.mts +23 -2
- package/dist/esm/api/resources/ssOs/types/GetSsoIdResponse.mjs +12 -1
- package/dist/esm/api/resources/ssOs/types/GetSsoResponse.d.mts +22 -1
- package/dist/esm/api/resources/ssOs/types/GetSsoResponse.mjs +15 -1
- package/dist/esm/api/resources/ssOs/types/PatchSsoIdResponse.d.mts +23 -2
- package/dist/esm/api/resources/ssOs/types/PatchSsoIdResponse.mjs +12 -1
- package/dist/esm/api/resources/ssOs/types/PostSsoResponse.d.mts +23 -2
- package/dist/esm/api/resources/ssOs/types/PostSsoResponse.mjs +12 -1
- package/dist/esm/api/resources/tags/client/Client.d.mts +50 -0
- package/dist/esm/api/resources/tags/client/Client.mjs +189 -0
- package/dist/esm/api/resources/tags/client/requests/DeleteTagsIdSubscribersSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/tags/client/requests/DeleteTagsIdSubscribersSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/tags/client/requests/GetTagsIdSubscribersRequest.d.mts +14 -0
- package/dist/esm/api/resources/tags/client/requests/GetTagsIdSubscribersRequest.mjs +2 -0
- package/dist/esm/api/resources/tags/client/requests/GetTagsIdSubscribersSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/tags/client/requests/GetTagsIdSubscribersSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/tags/client/requests/index.d.mts +3 -0
- package/dist/esm/api/resources/tags/types/DeleteTagsIdSubscribersSubIdResponse.d.mts +3 -0
- package/dist/esm/api/resources/tags/types/DeleteTagsIdSubscribersSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/tags/types/GetTagsIdResponse.d.mts +4 -0
- package/dist/esm/api/resources/tags/types/GetTagsIdSubscribersResponse.d.mts +16 -0
- package/dist/esm/api/resources/tags/types/GetTagsIdSubscribersResponse.mjs +2 -0
- package/dist/esm/api/resources/tags/types/GetTagsIdSubscribersSubIdResponse.d.mts +6 -0
- package/dist/esm/api/resources/tags/types/GetTagsIdSubscribersSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/tags/types/GetTagsResponse.d.mts +4 -0
- package/dist/esm/api/resources/tags/types/PatchTagsIdResponse.d.mts +4 -0
- package/dist/esm/api/resources/tags/types/PostTagsResponse.d.mts +4 -0
- package/dist/esm/api/resources/tags/types/index.d.mts +3 -0
- package/dist/esm/api/resources/tags/types/index.mjs +3 -0
- package/dist/esm/api/resources/threads/client/Client.d.mts +240 -0
- package/dist/esm/api/resources/threads/client/Client.mjs +885 -0
- package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdPostsSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdPostsSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdReactionsRequest.d.mts +10 -0
- package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdReactionsRequest.mjs +2 -0
- package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdReactionsSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdReactionsSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdSubscribersSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/threads/client/requests/DeleteThreadsIdSubscribersSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdPollRequest.d.mts +10 -0
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdPollRequest.mjs +2 -0
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdPostsRequest.d.mts +14 -0
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdPostsRequest.mjs +2 -0
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdPostsSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdPostsSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdReactionsRequest.d.mts +14 -0
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdReactionsRequest.mjs +2 -0
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdReactionsSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdReactionsSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdSubscribersRequest.d.mts +14 -0
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdSubscribersRequest.mjs +2 -0
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdSubscribersSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/threads/client/requests/GetThreadsIdSubscribersSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/threads/client/requests/PatchThreadsIdPollRequest.d.mts +18 -0
- package/dist/esm/api/resources/threads/client/requests/PatchThreadsIdPollRequest.mjs +2 -0
- package/dist/esm/api/resources/threads/client/requests/PostThreadsIdPollRequest.d.mts +35 -0
- package/dist/esm/api/resources/threads/client/requests/PostThreadsIdPollRequest.mjs +2 -0
- package/dist/esm/api/resources/threads/client/requests/PostThreadsIdReactionsRequest.d.mts +27 -0
- package/dist/esm/api/resources/threads/client/requests/PostThreadsIdReactionsRequest.mjs +11 -0
- package/dist/esm/api/resources/threads/client/requests/index.d.mts +14 -0
- package/dist/esm/api/resources/threads/types/DeleteThreadsIdPostsSubIdResponse.d.mts +3 -0
- package/dist/esm/api/resources/threads/types/DeleteThreadsIdPostsSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/threads/types/DeleteThreadsIdReactionsResponse.d.mts +3 -0
- package/dist/esm/api/resources/threads/types/DeleteThreadsIdReactionsResponse.mjs +2 -0
- package/dist/esm/api/resources/threads/types/DeleteThreadsIdReactionsSubIdResponse.d.mts +3 -0
- package/dist/esm/api/resources/threads/types/DeleteThreadsIdReactionsSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/threads/types/DeleteThreadsIdSubscribersSubIdResponse.d.mts +3 -0
- package/dist/esm/api/resources/threads/types/DeleteThreadsIdSubscribersSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/threads/types/GetThreadsIdPollResponse.d.mts +6 -0
- package/dist/esm/api/resources/threads/types/GetThreadsIdPollResponse.mjs +2 -0
- package/dist/esm/api/resources/threads/types/GetThreadsIdPostsResponse.d.mts +16 -0
- package/dist/esm/api/resources/threads/types/GetThreadsIdPostsResponse.mjs +2 -0
- package/dist/esm/api/resources/threads/types/GetThreadsIdPostsSubIdResponse.d.mts +6 -0
- package/dist/esm/api/resources/threads/types/GetThreadsIdPostsSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/threads/types/GetThreadsIdReactionsResponse.d.mts +16 -0
- package/dist/esm/api/resources/threads/types/GetThreadsIdReactionsResponse.mjs +2 -0
- package/dist/esm/api/resources/threads/types/GetThreadsIdReactionsSubIdResponse.d.mts +6 -0
- package/dist/esm/api/resources/threads/types/GetThreadsIdReactionsSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/threads/types/GetThreadsIdResponse.d.mts +14 -0
- package/dist/esm/api/resources/threads/types/GetThreadsIdSubscribersResponse.d.mts +16 -0
- package/dist/esm/api/resources/threads/types/GetThreadsIdSubscribersResponse.mjs +2 -0
- package/dist/esm/api/resources/threads/types/GetThreadsIdSubscribersSubIdResponse.d.mts +6 -0
- package/dist/esm/api/resources/threads/types/GetThreadsIdSubscribersSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/threads/types/GetThreadsResponse.d.mts +14 -0
- package/dist/esm/api/resources/threads/types/PatchThreadsIdPollResponse.d.mts +6 -0
- package/dist/esm/api/resources/threads/types/PatchThreadsIdPollResponse.mjs +2 -0
- package/dist/esm/api/resources/threads/types/PatchThreadsIdResponse.d.mts +14 -0
- package/dist/esm/api/resources/threads/types/PostThreadsIdPollResponse.d.mts +6 -0
- package/dist/esm/api/resources/threads/types/PostThreadsIdPollResponse.mjs +2 -0
- package/dist/esm/api/resources/threads/types/PostThreadsIdReactionsResponse.d.mts +6 -0
- package/dist/esm/api/resources/threads/types/PostThreadsIdReactionsResponse.mjs +2 -0
- package/dist/esm/api/resources/threads/types/PostThreadsResponse.d.mts +14 -0
- package/dist/esm/api/resources/threads/types/index.d.mts +14 -0
- package/dist/esm/api/resources/threads/types/index.mjs +14 -0
- package/dist/esm/api/resources/users/client/Client.d.mts +100 -0
- package/dist/esm/api/resources/users/client/Client.mjs +378 -0
- package/dist/esm/api/resources/users/client/requests/DeleteUsersIdFollowersSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/users/client/requests/DeleteUsersIdFollowersSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/users/client/requests/DeleteUsersIdFollowingSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/users/client/requests/DeleteUsersIdFollowingSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/users/client/requests/GetUsersIdFollowersRequest.d.mts +14 -0
- package/dist/esm/api/resources/users/client/requests/GetUsersIdFollowersRequest.mjs +2 -0
- package/dist/esm/api/resources/users/client/requests/GetUsersIdFollowersSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/users/client/requests/GetUsersIdFollowersSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/users/client/requests/GetUsersIdFollowingRequest.d.mts +14 -0
- package/dist/esm/api/resources/users/client/requests/GetUsersIdFollowingRequest.mjs +2 -0
- package/dist/esm/api/resources/users/client/requests/GetUsersIdFollowingSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/users/client/requests/GetUsersIdFollowingSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/users/client/requests/index.d.mts +6 -0
- package/dist/esm/api/resources/users/types/DeleteUsersIdFollowersSubIdResponse.d.mts +3 -0
- package/dist/esm/api/resources/users/types/DeleteUsersIdFollowersSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/users/types/DeleteUsersIdFollowingSubIdResponse.d.mts +3 -0
- package/dist/esm/api/resources/users/types/DeleteUsersIdFollowingSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/users/types/GetUsersIdFollowersResponse.d.mts +16 -0
- package/dist/esm/api/resources/users/types/GetUsersIdFollowersResponse.mjs +2 -0
- package/dist/esm/api/resources/users/types/GetUsersIdFollowersSubIdResponse.d.mts +6 -0
- package/dist/esm/api/resources/users/types/GetUsersIdFollowersSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/users/types/GetUsersIdFollowingResponse.d.mts +16 -0
- package/dist/esm/api/resources/users/types/GetUsersIdFollowingResponse.mjs +2 -0
- package/dist/esm/api/resources/users/types/GetUsersIdFollowingSubIdResponse.d.mts +6 -0
- package/dist/esm/api/resources/users/types/GetUsersIdFollowingSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/users/types/GetUsersIdResponse.d.mts +34 -14
- package/dist/esm/api/resources/users/types/GetUsersIdResponse.mjs +1 -11
- package/dist/esm/api/resources/users/types/GetUsersResponse.d.mts +34 -14
- package/dist/esm/api/resources/users/types/GetUsersResponse.mjs +1 -14
- package/dist/esm/api/resources/users/types/PatchUsersIdResponse.d.mts +34 -14
- package/dist/esm/api/resources/users/types/PatchUsersIdResponse.mjs +1 -11
- package/dist/esm/api/resources/users/types/index.d.mts +6 -0
- package/dist/esm/api/resources/users/types/index.mjs +6 -0
- package/dist/esm/api/resources/webhooks/client/Client.d.mts +50 -0
- package/dist/esm/api/resources/webhooks/client/Client.mjs +192 -0
- package/dist/esm/api/resources/webhooks/client/requests/DeleteWebhooksIdDeliveriesSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/webhooks/client/requests/DeleteWebhooksIdDeliveriesSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/webhooks/client/requests/GetWebhooksIdDeliveriesRequest.d.mts +14 -0
- package/dist/esm/api/resources/webhooks/client/requests/GetWebhooksIdDeliveriesRequest.mjs +2 -0
- package/dist/esm/api/resources/webhooks/client/requests/GetWebhooksIdDeliveriesSubIdRequest.d.mts +13 -0
- package/dist/esm/api/resources/webhooks/client/requests/GetWebhooksIdDeliveriesSubIdRequest.mjs +2 -0
- package/dist/esm/api/resources/webhooks/client/requests/index.d.mts +3 -0
- package/dist/esm/api/resources/webhooks/types/DeleteWebhooksIdDeliveriesSubIdResponse.d.mts +3 -0
- package/dist/esm/api/resources/webhooks/types/DeleteWebhooksIdDeliveriesSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/webhooks/types/GetWebhooksIdDeliveriesResponse.d.mts +16 -0
- package/dist/esm/api/resources/webhooks/types/GetWebhooksIdDeliveriesResponse.mjs +2 -0
- package/dist/esm/api/resources/webhooks/types/GetWebhooksIdDeliveriesSubIdResponse.d.mts +6 -0
- package/dist/esm/api/resources/webhooks/types/GetWebhooksIdDeliveriesSubIdResponse.mjs +2 -0
- package/dist/esm/api/resources/webhooks/types/GetWebhooksIdResponse.d.mts +20 -2
- package/dist/esm/api/resources/webhooks/types/GetWebhooksResponse.d.mts +19 -1
- package/dist/esm/api/resources/webhooks/types/PostWebhooksResponse.d.mts +20 -2
- package/dist/esm/api/resources/webhooks/types/index.d.mts +3 -0
- package/dist/esm/api/resources/webhooks/types/index.mjs +3 -0
- package/dist/esm/api/types/IntegrationResponse.d.mts +25 -0
- package/dist/esm/api/types/IntegrationResponse.mjs +13 -0
- package/dist/esm/api/types/NotificationCreate.d.mts +23 -7
- package/dist/esm/api/types/NotificationCreate.mjs +10 -1
- package/dist/esm/api/types/NotificationList.d.mts +10 -8
- package/dist/esm/api/types/NotificationList.mjs +6 -4
- package/dist/esm/api/types/NotificationResponse.d.mts +25 -0
- package/dist/esm/api/types/NotificationResponse.mjs +2 -0
- package/dist/esm/api/types/PostResponse.d.mts +6 -0
- package/dist/esm/api/types/PrivateMessageResponse.d.mts +21 -0
- package/dist/esm/api/types/PrivateMessageResponse.mjs +2 -0
- package/dist/esm/api/types/ReportResponse.d.mts +6 -0
- package/dist/esm/api/types/RoleResponse.d.mts +4 -0
- package/dist/esm/api/types/SsoResponse.d.mts +22 -0
- package/dist/esm/api/types/SsoResponse.mjs +10 -0
- package/dist/esm/api/types/TagResponse.d.mts +4 -0
- package/dist/esm/api/types/ThreadResponse.d.mts +14 -0
- package/dist/esm/api/types/UserResponse.d.mts +34 -14
- package/dist/esm/api/types/UserResponse.mjs +1 -8
- package/dist/esm/api/types/WebhookResponse.d.mts +19 -0
- package/dist/esm/api/types/WebhookResponse.mjs +2 -0
- package/dist/esm/api/types/index.d.mts +5 -0
- package/dist/esm/api/types/index.mjs +5 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +2068 -74
|
@@ -1,4 +1,7 @@
|
|
|
1
|
+
export type { DeleteWebhooksIdDeliveriesSubIdRequest } from "./DeleteWebhooksIdDeliveriesSubIdRequest.js";
|
|
1
2
|
export type { DeleteWebhooksIdRequest } from "./DeleteWebhooksIdRequest.js";
|
|
3
|
+
export type { GetWebhooksIdDeliveriesRequest } from "./GetWebhooksIdDeliveriesRequest.js";
|
|
4
|
+
export type { GetWebhooksIdDeliveriesSubIdRequest } from "./GetWebhooksIdDeliveriesSubIdRequest.js";
|
|
2
5
|
export type { GetWebhooksIdRequest } from "./GetWebhooksIdRequest.js";
|
|
3
6
|
export type { GetWebhooksRequest } from "./GetWebhooksRequest.js";
|
|
4
7
|
export type { PostWebhooksRequest } from "./PostWebhooksRequest.js";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface GetWebhooksIdDeliveriesResponse {
|
|
2
|
+
data: GetWebhooksIdDeliveriesResponse.Data;
|
|
3
|
+
}
|
|
4
|
+
export declare namespace GetWebhooksIdDeliveriesResponse {
|
|
5
|
+
interface Data {
|
|
6
|
+
items: Data.Items.Item[];
|
|
7
|
+
nextCursor?: string;
|
|
8
|
+
count: number;
|
|
9
|
+
}
|
|
10
|
+
namespace Data {
|
|
11
|
+
type Items = Items.Item[];
|
|
12
|
+
namespace Items {
|
|
13
|
+
type Item = {};
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
export interface GetWebhooksIdResponse {
|
|
2
|
-
data
|
|
2
|
+
data?: GetWebhooksIdResponse.Data;
|
|
3
3
|
}
|
|
4
4
|
export declare namespace GetWebhooksIdResponse {
|
|
5
|
-
|
|
5
|
+
interface Data {
|
|
6
|
+
id: string;
|
|
7
|
+
/** Webhook name */
|
|
8
|
+
name: string;
|
|
9
|
+
/** Webhook endpoint URL */
|
|
10
|
+
url: string;
|
|
11
|
+
/** Event types to trigger on */
|
|
12
|
+
events: string[];
|
|
13
|
+
/** Whether webhook is active */
|
|
14
|
+
active: boolean;
|
|
15
|
+
/** Last trigger timestamp */
|
|
16
|
+
lastTriggered: string | null;
|
|
17
|
+
/** Consecutive failure count */
|
|
18
|
+
failureCount: number;
|
|
19
|
+
/** Webhook creation timestamp */
|
|
20
|
+
createdAt: string;
|
|
21
|
+
/** Webhook last update timestamp */
|
|
22
|
+
updatedAt: string;
|
|
23
|
+
}
|
|
6
24
|
}
|
|
@@ -5,7 +5,25 @@ export interface GetWebhooksResponse {
|
|
|
5
5
|
export declare namespace GetWebhooksResponse {
|
|
6
6
|
type Data = Data.Item[];
|
|
7
7
|
namespace Data {
|
|
8
|
-
|
|
8
|
+
interface Item {
|
|
9
|
+
id: string;
|
|
10
|
+
/** Webhook name */
|
|
11
|
+
name: string;
|
|
12
|
+
/** Webhook endpoint URL */
|
|
13
|
+
url: string;
|
|
14
|
+
/** Event types to trigger on */
|
|
15
|
+
events: string[];
|
|
16
|
+
/** Whether webhook is active */
|
|
17
|
+
active: boolean;
|
|
18
|
+
/** Last trigger timestamp */
|
|
19
|
+
lastTriggered: string | null;
|
|
20
|
+
/** Consecutive failure count */
|
|
21
|
+
failureCount: number;
|
|
22
|
+
/** Webhook creation timestamp */
|
|
23
|
+
createdAt: string;
|
|
24
|
+
/** Webhook last update timestamp */
|
|
25
|
+
updatedAt: string;
|
|
26
|
+
}
|
|
9
27
|
}
|
|
10
28
|
interface Meta {
|
|
11
29
|
total: number;
|
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
export interface PostWebhooksResponse {
|
|
2
|
-
data
|
|
2
|
+
data?: PostWebhooksResponse.Data;
|
|
3
3
|
}
|
|
4
4
|
export declare namespace PostWebhooksResponse {
|
|
5
|
-
|
|
5
|
+
interface Data {
|
|
6
|
+
id: string;
|
|
7
|
+
/** Webhook name */
|
|
8
|
+
name: string;
|
|
9
|
+
/** Webhook endpoint URL */
|
|
10
|
+
url: string;
|
|
11
|
+
/** Event types to trigger on */
|
|
12
|
+
events: string[];
|
|
13
|
+
/** Whether webhook is active */
|
|
14
|
+
active: boolean;
|
|
15
|
+
/** Last trigger timestamp */
|
|
16
|
+
lastTriggered: string | null;
|
|
17
|
+
/** Consecutive failure count */
|
|
18
|
+
failureCount: number;
|
|
19
|
+
/** Webhook creation timestamp */
|
|
20
|
+
createdAt: string;
|
|
21
|
+
/** Webhook last update timestamp */
|
|
22
|
+
updatedAt: string;
|
|
23
|
+
}
|
|
6
24
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
+
export * from "./DeleteWebhooksIdDeliveriesSubIdResponse.js";
|
|
1
2
|
export * from "./DeleteWebhooksIdResponse.js";
|
|
3
|
+
export * from "./GetWebhooksIdDeliveriesResponse.js";
|
|
4
|
+
export * from "./GetWebhooksIdDeliveriesSubIdResponse.js";
|
|
2
5
|
export * from "./GetWebhooksIdResponse.js";
|
|
3
6
|
export * from "./GetWebhooksResponse.js";
|
|
4
7
|
export * from "./PostWebhooksResponse.js";
|
|
@@ -14,7 +14,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./DeleteWebhooksIdDeliveriesSubIdResponse.js"), exports);
|
|
17
18
|
__exportStar(require("./DeleteWebhooksIdResponse.js"), exports);
|
|
19
|
+
__exportStar(require("./GetWebhooksIdDeliveriesResponse.js"), exports);
|
|
20
|
+
__exportStar(require("./GetWebhooksIdDeliveriesSubIdResponse.js"), exports);
|
|
18
21
|
__exportStar(require("./GetWebhooksIdResponse.js"), exports);
|
|
19
22
|
__exportStar(require("./GetWebhooksResponse.js"), exports);
|
|
20
23
|
__exportStar(require("./PostWebhooksResponse.js"), exports);
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface IntegrationResponse {
|
|
2
|
+
id: string;
|
|
3
|
+
/** Integration type */
|
|
4
|
+
type: IntegrationResponse.Type;
|
|
5
|
+
/** Integration name */
|
|
6
|
+
name: string;
|
|
7
|
+
/** Whether integration is active */
|
|
8
|
+
active: boolean;
|
|
9
|
+
/** Integration creation timestamp */
|
|
10
|
+
createdAt: string;
|
|
11
|
+
/** Integration last update timestamp */
|
|
12
|
+
updatedAt: string;
|
|
13
|
+
}
|
|
14
|
+
export declare namespace IntegrationResponse {
|
|
15
|
+
/** Integration type */
|
|
16
|
+
const Type: {
|
|
17
|
+
readonly Slack: "SLACK";
|
|
18
|
+
readonly Discord: "DISCORD";
|
|
19
|
+
readonly Salesforce: "SALESFORCE";
|
|
20
|
+
readonly Hubspot: "HUBSPOT";
|
|
21
|
+
readonly Okta: "OKTA";
|
|
22
|
+
readonly Auth0: "AUTH0";
|
|
23
|
+
};
|
|
24
|
+
type Type = (typeof Type)[keyof typeof Type];
|
|
25
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.IntegrationResponse = void 0;
|
|
5
|
+
var IntegrationResponse;
|
|
6
|
+
(function (IntegrationResponse) {
|
|
7
|
+
/** Integration type */
|
|
8
|
+
IntegrationResponse.Type = {
|
|
9
|
+
Slack: "SLACK",
|
|
10
|
+
Discord: "DISCORD",
|
|
11
|
+
Salesforce: "SALESFORCE",
|
|
12
|
+
Hubspot: "HUBSPOT",
|
|
13
|
+
Okta: "OKTA",
|
|
14
|
+
Auth0: "AUTH0",
|
|
15
|
+
};
|
|
16
|
+
})(IntegrationResponse || (exports.IntegrationResponse = IntegrationResponse = {}));
|
|
@@ -1,14 +1,30 @@
|
|
|
1
1
|
export interface NotificationCreate {
|
|
2
|
-
/** Target user ID to receive notification */
|
|
2
|
+
/** Target user ID to receive notification (maps to userId) */
|
|
3
3
|
userId: string;
|
|
4
|
+
/** User ID who triggered the notification (optional, defaults to authenticated user) */
|
|
5
|
+
notifierId?: string;
|
|
4
6
|
/** Notification type (e.g. mention, reply, follow) */
|
|
5
7
|
type: string;
|
|
6
|
-
/** Notification
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
|
|
8
|
+
/** Notification text content */
|
|
9
|
+
description?: string;
|
|
10
|
+
/** Related thread ID */
|
|
11
|
+
threadId?: string;
|
|
12
|
+
/** Related post ID */
|
|
13
|
+
postId?: string;
|
|
14
|
+
/** Related private message ID */
|
|
15
|
+
privateMessageId?: string;
|
|
16
|
+
/** Initial notification status */
|
|
17
|
+
status?: NotificationCreate.Status;
|
|
12
18
|
/** Additional notification data */
|
|
13
19
|
extendedData?: Record<string, unknown>;
|
|
14
20
|
}
|
|
21
|
+
export declare namespace NotificationCreate {
|
|
22
|
+
/** Initial notification status */
|
|
23
|
+
const Status: {
|
|
24
|
+
readonly Read: "read";
|
|
25
|
+
readonly Unread: "unread";
|
|
26
|
+
readonly Dismissed: "dismissed";
|
|
27
|
+
readonly Archived: "archived";
|
|
28
|
+
};
|
|
29
|
+
type Status = (typeof Status)[keyof typeof Status];
|
|
30
|
+
}
|
|
@@ -1,3 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.NotificationCreate = void 0;
|
|
5
|
+
var NotificationCreate;
|
|
6
|
+
(function (NotificationCreate) {
|
|
7
|
+
/** Initial notification status */
|
|
8
|
+
NotificationCreate.Status = {
|
|
9
|
+
Read: "read",
|
|
10
|
+
Unread: "unread",
|
|
11
|
+
Dismissed: "dismissed",
|
|
12
|
+
Archived: "archived",
|
|
13
|
+
};
|
|
14
|
+
})(NotificationCreate || (exports.NotificationCreate = NotificationCreate = {}));
|
|
@@ -3,16 +3,18 @@ export interface NotificationList {
|
|
|
3
3
|
limit?: number;
|
|
4
4
|
/** Cursor for pagination */
|
|
5
5
|
cursor?: string;
|
|
6
|
-
/** Filter
|
|
7
|
-
|
|
8
|
-
/** Filter by user ID (admin only) */
|
|
6
|
+
/** Filter by notification status */
|
|
7
|
+
status?: NotificationList.Status;
|
|
8
|
+
/** Filter by recipient user ID (admin only) */
|
|
9
9
|
userId?: string;
|
|
10
10
|
}
|
|
11
11
|
export declare namespace NotificationList {
|
|
12
|
-
/** Filter
|
|
13
|
-
const
|
|
14
|
-
readonly
|
|
15
|
-
readonly
|
|
12
|
+
/** Filter by notification status */
|
|
13
|
+
const Status: {
|
|
14
|
+
readonly Read: "read";
|
|
15
|
+
readonly Unread: "unread";
|
|
16
|
+
readonly Dismissed: "dismissed";
|
|
17
|
+
readonly Archived: "archived";
|
|
16
18
|
};
|
|
17
|
-
type
|
|
19
|
+
type Status = (typeof Status)[keyof typeof Status];
|
|
18
20
|
}
|
|
@@ -4,9 +4,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
4
4
|
exports.NotificationList = void 0;
|
|
5
5
|
var NotificationList;
|
|
6
6
|
(function (NotificationList) {
|
|
7
|
-
/** Filter
|
|
8
|
-
NotificationList.
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
/** Filter by notification status */
|
|
8
|
+
NotificationList.Status = {
|
|
9
|
+
Read: "read",
|
|
10
|
+
Unread: "unread",
|
|
11
|
+
Dismissed: "dismissed",
|
|
12
|
+
Archived: "archived",
|
|
11
13
|
};
|
|
12
14
|
})(NotificationList || (exports.NotificationList = NotificationList = {}));
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface NotificationResponse {
|
|
2
|
+
id: string;
|
|
3
|
+
/** Recipient user ID */
|
|
4
|
+
userId: string;
|
|
5
|
+
/** User ID who triggered the notification */
|
|
6
|
+
notifierId: string;
|
|
7
|
+
/** Notification type */
|
|
8
|
+
type: string | null;
|
|
9
|
+
/** Notification text content */
|
|
10
|
+
description: string | null;
|
|
11
|
+
/** Notification status (read, unread, dismissed, archived) */
|
|
12
|
+
status: string | null;
|
|
13
|
+
/** Related thread ID */
|
|
14
|
+
threadId: string | null;
|
|
15
|
+
/** Related post ID */
|
|
16
|
+
postId: string | null;
|
|
17
|
+
/** Related private message ID */
|
|
18
|
+
privateMessageId: string | null;
|
|
19
|
+
/** Additional notification data */
|
|
20
|
+
extendedData: Record<string, unknown> | null;
|
|
21
|
+
/** Notification creation timestamp */
|
|
22
|
+
createdAt: string;
|
|
23
|
+
/** Notification last update timestamp */
|
|
24
|
+
updatedAt: string;
|
|
25
|
+
}
|
|
@@ -9,4 +9,10 @@ export interface PostResponse {
|
|
|
9
9
|
parentId?: string;
|
|
10
10
|
extendedData?: Record<string, unknown>;
|
|
11
11
|
id: string;
|
|
12
|
+
/** Nesting level for threaded replies */
|
|
13
|
+
depth: number | null;
|
|
14
|
+
/** Post creation timestamp */
|
|
15
|
+
createdAt: string;
|
|
16
|
+
/** Post last update timestamp */
|
|
17
|
+
updatedAt: string;
|
|
12
18
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export interface PrivateMessageResponse {
|
|
2
|
+
/** Recipient User ID */
|
|
3
|
+
recipientId: string;
|
|
4
|
+
/** Sender user ID (required for API key auth, ignored for JWT auth) */
|
|
5
|
+
senderId?: string;
|
|
6
|
+
/** Message title (optional for replies) */
|
|
7
|
+
title?: string;
|
|
8
|
+
/** Message content */
|
|
9
|
+
body: string;
|
|
10
|
+
/** Parent Message ID (for replies) */
|
|
11
|
+
parentId?: string;
|
|
12
|
+
/** Extended data */
|
|
13
|
+
extendedData?: Record<string, unknown>;
|
|
14
|
+
id: string;
|
|
15
|
+
/** Message status (sent, delivered, read, archived) */
|
|
16
|
+
status: string | null;
|
|
17
|
+
/** Message sent timestamp */
|
|
18
|
+
createdAt: string;
|
|
19
|
+
/** Message last update timestamp */
|
|
20
|
+
updatedAt: string;
|
|
21
|
+
}
|
|
@@ -14,4 +14,10 @@ export interface ReportResponse {
|
|
|
14
14
|
/** ID of private message being reported */
|
|
15
15
|
privateMessageId?: string;
|
|
16
16
|
id: string;
|
|
17
|
+
/** Report status (pending, reviewed, resolved, dismissed) */
|
|
18
|
+
status: string | null;
|
|
19
|
+
/** Report creation timestamp */
|
|
20
|
+
createdAt: string;
|
|
21
|
+
/** Report last update timestamp */
|
|
22
|
+
updatedAt: string;
|
|
17
23
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export interface SsoResponse {
|
|
2
|
+
id: string;
|
|
3
|
+
/** SSO provider type */
|
|
4
|
+
provider: SsoResponse.Provider;
|
|
5
|
+
/** Email domain for this provider */
|
|
6
|
+
domain: string;
|
|
7
|
+
/** Whether SSO is active */
|
|
8
|
+
active: boolean;
|
|
9
|
+
/** SSO configuration creation timestamp */
|
|
10
|
+
createdAt: string;
|
|
11
|
+
/** SSO configuration last update timestamp */
|
|
12
|
+
updatedAt: string;
|
|
13
|
+
}
|
|
14
|
+
export declare namespace SsoResponse {
|
|
15
|
+
/** SSO provider type */
|
|
16
|
+
const Provider: {
|
|
17
|
+
readonly Okta: "OKTA";
|
|
18
|
+
readonly Auth0: "AUTH0";
|
|
19
|
+
readonly Saml: "SAML";
|
|
20
|
+
};
|
|
21
|
+
type Provider = (typeof Provider)[keyof typeof Provider];
|
|
22
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.SsoResponse = void 0;
|
|
5
|
+
var SsoResponse;
|
|
6
|
+
(function (SsoResponse) {
|
|
7
|
+
/** SSO provider type */
|
|
8
|
+
SsoResponse.Provider = {
|
|
9
|
+
Okta: "OKTA",
|
|
10
|
+
Auth0: "AUTH0",
|
|
11
|
+
Saml: "SAML",
|
|
12
|
+
};
|
|
13
|
+
})(SsoResponse || (exports.SsoResponse = SsoResponse = {}));
|
|
@@ -10,6 +10,20 @@ export interface ThreadResponse {
|
|
|
10
10
|
/** Poll data */
|
|
11
11
|
poll?: ThreadResponse.Poll;
|
|
12
12
|
id: string;
|
|
13
|
+
/** URL-friendly identifier */
|
|
14
|
+
slug: string | null;
|
|
15
|
+
/** Whether thread is locked */
|
|
16
|
+
locked: boolean | null;
|
|
17
|
+
/** Whether thread is pinned */
|
|
18
|
+
pinned: boolean | null;
|
|
19
|
+
/** View count */
|
|
20
|
+
views: number;
|
|
21
|
+
/** Number of posts/replies */
|
|
22
|
+
postsCount: number;
|
|
23
|
+
/** Timestamp of the last post */
|
|
24
|
+
lastPostAt: string | null;
|
|
25
|
+
/** Custom metadata */
|
|
26
|
+
extendedData: Record<string, unknown> | null;
|
|
13
27
|
createdAt: string;
|
|
14
28
|
updatedAt: string;
|
|
15
29
|
}
|
|
@@ -1,18 +1,38 @@
|
|
|
1
1
|
export interface UserResponse {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
|
|
2
|
+
id: string;
|
|
3
|
+
username: string;
|
|
4
|
+
/** Display name */
|
|
5
|
+
displayName: string | null;
|
|
6
|
+
/** User bio */
|
|
7
|
+
bio: string | null;
|
|
8
|
+
/** Forum signature */
|
|
9
|
+
signature: string | null;
|
|
10
|
+
/** User website URL */
|
|
11
|
+
url: string | null;
|
|
12
|
+
/** Total posts by user */
|
|
13
|
+
postsCount?: number;
|
|
14
|
+
/** Total threads by user */
|
|
15
|
+
threadsCount?: number;
|
|
16
|
+
/** Online status */
|
|
17
|
+
isOnline: boolean | null;
|
|
18
|
+
/** Last activity timestamp */
|
|
19
|
+
lastSeenAt: string | null;
|
|
20
|
+
/** User roles */
|
|
21
|
+
roles?: UserResponse.Roles.Item[];
|
|
22
|
+
/** Custom user data */
|
|
23
|
+
extendedData: Record<string, unknown> | null;
|
|
24
|
+
/** Account creation timestamp */
|
|
25
|
+
createdAt: string;
|
|
26
|
+
/** Profile last update timestamp */
|
|
27
|
+
updatedAt: string;
|
|
10
28
|
}
|
|
11
29
|
export declare namespace UserResponse {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
30
|
+
type Roles = Roles.Item[];
|
|
31
|
+
namespace Roles {
|
|
32
|
+
interface Item {
|
|
33
|
+
id: string;
|
|
34
|
+
name: string;
|
|
35
|
+
slug: string | null;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
18
38
|
}
|
|
@@ -1,12 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.UserResponse = void 0;
|
|
5
|
-
var UserResponse;
|
|
6
|
-
(function (UserResponse) {
|
|
7
|
-
/** Sort by creation date */
|
|
8
|
-
UserResponse.Sort = {
|
|
9
|
-
Newest: "newest",
|
|
10
|
-
Oldest: "oldest",
|
|
11
|
-
};
|
|
12
|
-
})(UserResponse || (exports.UserResponse = UserResponse = {}));
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export interface WebhookResponse {
|
|
2
|
+
id: string;
|
|
3
|
+
/** Webhook name */
|
|
4
|
+
name: string;
|
|
5
|
+
/** Webhook endpoint URL */
|
|
6
|
+
url: string;
|
|
7
|
+
/** Event types to trigger on */
|
|
8
|
+
events: string[];
|
|
9
|
+
/** Whether webhook is active */
|
|
10
|
+
active: boolean;
|
|
11
|
+
/** Last trigger timestamp */
|
|
12
|
+
lastTriggered: string | null;
|
|
13
|
+
/** Consecutive failure count */
|
|
14
|
+
failureCount: number;
|
|
15
|
+
/** Webhook creation timestamp */
|
|
16
|
+
createdAt: string;
|
|
17
|
+
/** Webhook last update timestamp */
|
|
18
|
+
updatedAt: string;
|
|
19
|
+
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
export * from "./AuthResponse.js";
|
|
2
2
|
export * from "./ErrorResponse.js";
|
|
3
3
|
export * from "./IntegrationCreate.js";
|
|
4
|
+
export * from "./IntegrationResponse.js";
|
|
4
5
|
export * from "./IntegrationUpdate.js";
|
|
5
6
|
export * from "./NotificationCreate.js";
|
|
6
7
|
export * from "./NotificationList.js";
|
|
8
|
+
export * from "./NotificationResponse.js";
|
|
7
9
|
export * from "./NotificationUpdate.js";
|
|
8
10
|
export * from "./PostCreate.js";
|
|
9
11
|
export * from "./PostList.js";
|
|
@@ -11,6 +13,7 @@ export * from "./PostResponse.js";
|
|
|
11
13
|
export * from "./PostUpdate.js";
|
|
12
14
|
export * from "./PrivateMessageCreate.js";
|
|
13
15
|
export * from "./PrivateMessageList.js";
|
|
16
|
+
export * from "./PrivateMessageResponse.js";
|
|
14
17
|
export * from "./ReportCreate.js";
|
|
15
18
|
export * from "./ReportList.js";
|
|
16
19
|
export * from "./ReportResponse.js";
|
|
@@ -18,6 +21,7 @@ export * from "./RoleCreate.js";
|
|
|
18
21
|
export * from "./RoleResponse.js";
|
|
19
22
|
export * from "./RoleUpdate.js";
|
|
20
23
|
export * from "./SsoCreate.js";
|
|
24
|
+
export * from "./SsoResponse.js";
|
|
21
25
|
export * from "./SsoUpdate.js";
|
|
22
26
|
export * from "./TagCreate.js";
|
|
23
27
|
export * from "./TagList.js";
|
|
@@ -32,3 +36,4 @@ export * from "./UserResponse.js";
|
|
|
32
36
|
export * from "./UserUpdate.js";
|
|
33
37
|
export * from "./WebhookCreate.js";
|
|
34
38
|
export * from "./WebhookList.js";
|
|
39
|
+
export * from "./WebhookResponse.js";
|
|
@@ -17,9 +17,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./AuthResponse.js"), exports);
|
|
18
18
|
__exportStar(require("./ErrorResponse.js"), exports);
|
|
19
19
|
__exportStar(require("./IntegrationCreate.js"), exports);
|
|
20
|
+
__exportStar(require("./IntegrationResponse.js"), exports);
|
|
20
21
|
__exportStar(require("./IntegrationUpdate.js"), exports);
|
|
21
22
|
__exportStar(require("./NotificationCreate.js"), exports);
|
|
22
23
|
__exportStar(require("./NotificationList.js"), exports);
|
|
24
|
+
__exportStar(require("./NotificationResponse.js"), exports);
|
|
23
25
|
__exportStar(require("./NotificationUpdate.js"), exports);
|
|
24
26
|
__exportStar(require("./PostCreate.js"), exports);
|
|
25
27
|
__exportStar(require("./PostList.js"), exports);
|
|
@@ -27,6 +29,7 @@ __exportStar(require("./PostResponse.js"), exports);
|
|
|
27
29
|
__exportStar(require("./PostUpdate.js"), exports);
|
|
28
30
|
__exportStar(require("./PrivateMessageCreate.js"), exports);
|
|
29
31
|
__exportStar(require("./PrivateMessageList.js"), exports);
|
|
32
|
+
__exportStar(require("./PrivateMessageResponse.js"), exports);
|
|
30
33
|
__exportStar(require("./ReportCreate.js"), exports);
|
|
31
34
|
__exportStar(require("./ReportList.js"), exports);
|
|
32
35
|
__exportStar(require("./ReportResponse.js"), exports);
|
|
@@ -34,6 +37,7 @@ __exportStar(require("./RoleCreate.js"), exports);
|
|
|
34
37
|
__exportStar(require("./RoleResponse.js"), exports);
|
|
35
38
|
__exportStar(require("./RoleUpdate.js"), exports);
|
|
36
39
|
__exportStar(require("./SsoCreate.js"), exports);
|
|
40
|
+
__exportStar(require("./SsoResponse.js"), exports);
|
|
37
41
|
__exportStar(require("./SsoUpdate.js"), exports);
|
|
38
42
|
__exportStar(require("./TagCreate.js"), exports);
|
|
39
43
|
__exportStar(require("./TagList.js"), exports);
|
|
@@ -48,3 +52,4 @@ __exportStar(require("./UserResponse.js"), exports);
|
|
|
48
52
|
__exportStar(require("./UserUpdate.js"), exports);
|
|
49
53
|
__exportStar(require("./WebhookCreate.js"), exports);
|
|
50
54
|
__exportStar(require("./WebhookList.js"), exports);
|
|
55
|
+
__exportStar(require("./WebhookResponse.js"), exports);
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.3";
|