featurebase-node 0.3.0 → 0.5.0
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/CHANGELOG.md +17 -0
- package/README.md +31 -0
- package/client.d.mts +12 -6
- package/client.d.mts.map +1 -1
- package/client.d.ts +12 -6
- package/client.d.ts.map +1 -1
- package/client.js +10 -0
- package/client.js.map +1 -1
- package/client.mjs +10 -0
- package/client.mjs.map +1 -1
- package/core/pagination.d.mts +54 -0
- package/core/pagination.d.mts.map +1 -0
- package/core/pagination.d.ts +54 -0
- package/core/pagination.d.ts.map +1 -0
- package/core/pagination.js +101 -0
- package/core/pagination.js.map +1 -0
- package/core/pagination.mjs +95 -0
- package/core/pagination.mjs.map +1 -0
- package/index.d.mts +1 -0
- package/index.d.mts.map +1 -1
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -0
- package/index.mjs.map +1 -1
- package/package.json +11 -1
- package/pagination.d.mts +2 -0
- package/pagination.d.mts.map +1 -0
- package/pagination.d.ts +2 -0
- package/pagination.d.ts.map +1 -0
- package/pagination.js +6 -0
- package/pagination.js.map +1 -0
- package/pagination.mjs +2 -0
- package/pagination.mjs.map +1 -0
- package/resources/changelogs/changelogs.d.mts +16 -60
- package/resources/changelogs/changelogs.d.mts.map +1 -1
- package/resources/changelogs/changelogs.d.ts +16 -60
- package/resources/changelogs/changelogs.d.ts.map +1 -1
- package/resources/changelogs/changelogs.js +41 -9
- package/resources/changelogs/changelogs.js.map +1 -1
- package/resources/changelogs/changelogs.mjs +41 -9
- package/resources/changelogs/changelogs.mjs.map +1 -1
- package/resources/changelogs/index.d.mts +1 -1
- package/resources/changelogs/index.d.mts.map +1 -1
- package/resources/changelogs/index.d.ts +1 -1
- package/resources/changelogs/index.d.ts.map +1 -1
- package/resources/changelogs/subscribers.d.mts +2 -2
- package/resources/changelogs/subscribers.d.mts.map +1 -1
- package/resources/changelogs/subscribers.d.ts +2 -2
- package/resources/changelogs/subscribers.d.ts.map +1 -1
- package/resources/changelogs/subscribers.js +10 -2
- package/resources/changelogs/subscribers.js.map +1 -1
- package/resources/changelogs/subscribers.mjs +10 -2
- package/resources/changelogs/subscribers.mjs.map +1 -1
- package/resources/feedback/boards.d.mts +2 -2
- package/resources/feedback/boards.d.mts.map +1 -1
- package/resources/feedback/boards.d.ts +2 -2
- package/resources/feedback/boards.d.ts.map +1 -1
- package/resources/feedback/boards.js +10 -2
- package/resources/feedback/boards.js.map +1 -1
- package/resources/feedback/boards.mjs +10 -2
- package/resources/feedback/boards.mjs.map +1 -1
- package/resources/feedback/comments.d.mts +15 -59
- package/resources/feedback/comments.d.mts.map +1 -1
- package/resources/feedback/comments.d.ts +15 -59
- package/resources/feedback/comments.d.ts.map +1 -1
- package/resources/feedback/comments.js +36 -8
- package/resources/feedback/comments.js.map +1 -1
- package/resources/feedback/comments.mjs +36 -8
- package/resources/feedback/comments.mjs.map +1 -1
- package/resources/feedback/custom-fields.d.mts +2 -2
- package/resources/feedback/custom-fields.d.mts.map +1 -1
- package/resources/feedback/custom-fields.d.ts +2 -2
- package/resources/feedback/custom-fields.d.ts.map +1 -1
- package/resources/feedback/custom-fields.js +10 -2
- package/resources/feedback/custom-fields.js.map +1 -1
- package/resources/feedback/custom-fields.mjs +10 -2
- package/resources/feedback/custom-fields.mjs.map +1 -1
- package/resources/feedback/feedback.d.mts +4 -4
- package/resources/feedback/feedback.d.mts.map +1 -1
- package/resources/feedback/feedback.d.ts +4 -4
- package/resources/feedback/feedback.d.ts.map +1 -1
- package/resources/feedback/feedback.mjs.map +1 -1
- package/resources/feedback/index.d.mts +2 -2
- package/resources/feedback/index.d.mts.map +1 -1
- package/resources/feedback/index.d.ts +2 -2
- package/resources/feedback/index.d.ts.map +1 -1
- package/resources/feedback/post-statuses.d.mts +2 -2
- package/resources/feedback/post-statuses.d.mts.map +1 -1
- package/resources/feedback/post-statuses.d.ts +2 -2
- package/resources/feedback/post-statuses.d.ts.map +1 -1
- package/resources/feedback/post-statuses.js +10 -2
- package/resources/feedback/post-statuses.js.map +1 -1
- package/resources/feedback/post-statuses.mjs +10 -2
- package/resources/feedback/post-statuses.mjs.map +1 -1
- package/resources/feedback/posts/index.d.mts +2 -2
- package/resources/feedback/posts/index.d.mts.map +1 -1
- package/resources/feedback/posts/index.d.ts +2 -2
- package/resources/feedback/posts/index.d.ts.map +1 -1
- package/resources/feedback/posts/index.js.map +1 -1
- package/resources/feedback/posts/index.mjs.map +1 -1
- package/resources/feedback/posts/posts.d.mts +16 -61
- package/resources/feedback/posts/posts.d.mts.map +1 -1
- package/resources/feedback/posts/posts.d.ts +16 -61
- package/resources/feedback/posts/posts.d.ts.map +1 -1
- package/resources/feedback/posts/posts.js +31 -7
- package/resources/feedback/posts/posts.js.map +1 -1
- package/resources/feedback/posts/posts.mjs +31 -7
- package/resources/feedback/posts/posts.mjs.map +1 -1
- package/resources/feedback/posts/voters.d.mts +82 -127
- package/resources/feedback/posts/voters.d.mts.map +1 -1
- package/resources/feedback/posts/voters.d.ts +82 -127
- package/resources/feedback/posts/voters.d.ts.map +1 -1
- package/resources/feedback/posts/voters.js +22 -6
- package/resources/feedback/posts/voters.js.map +1 -1
- package/resources/feedback/posts/voters.mjs +22 -6
- package/resources/feedback/posts/voters.mjs.map +1 -1
- package/resources/help-center/articles.d.mts +14 -32
- package/resources/help-center/articles.d.mts.map +1 -1
- package/resources/help-center/articles.d.ts +14 -32
- package/resources/help-center/articles.d.ts.map +1 -1
- package/resources/help-center/articles.js +31 -7
- package/resources/help-center/articles.js.map +1 -1
- package/resources/help-center/articles.mjs +31 -7
- package/resources/help-center/articles.mjs.map +1 -1
- package/resources/help-center/collections.d.mts +14 -33
- package/resources/help-center/collections.d.mts.map +1 -1
- package/resources/help-center/collections.d.ts +14 -33
- package/resources/help-center/collections.d.ts.map +1 -1
- package/resources/help-center/collections.js +31 -8
- package/resources/help-center/collections.js.map +1 -1
- package/resources/help-center/collections.mjs +31 -8
- package/resources/help-center/collections.mjs.map +1 -1
- package/resources/help-center/help-center.d.mts +8 -8
- package/resources/help-center/help-center.d.mts.map +1 -1
- package/resources/help-center/help-center.d.ts +8 -8
- package/resources/help-center/help-center.d.ts.map +1 -1
- package/resources/help-center/help-center.mjs.map +1 -1
- package/resources/help-center/help-centers.d.mts +11 -30
- package/resources/help-center/help-centers.d.mts.map +1 -1
- package/resources/help-center/help-centers.d.ts +11 -30
- package/resources/help-center/help-centers.d.ts.map +1 -1
- package/resources/help-center/help-centers.js +16 -5
- package/resources/help-center/help-centers.js.map +1 -1
- package/resources/help-center/help-centers.mjs +16 -5
- package/resources/help-center/help-centers.mjs.map +1 -1
- package/resources/help-center/index.d.mts +4 -4
- package/resources/help-center/index.d.mts.map +1 -1
- package/resources/help-center/index.d.ts +4 -4
- package/resources/help-center/index.d.ts.map +1 -1
- package/resources/help-center/redirect-rules.d.mts +15 -34
- package/resources/help-center/redirect-rules.d.mts.map +1 -1
- package/resources/help-center/redirect-rules.d.ts +15 -34
- package/resources/help-center/redirect-rules.d.ts.map +1 -1
- package/resources/help-center/redirect-rules.js +36 -9
- package/resources/help-center/redirect-rules.js.map +1 -1
- package/resources/help-center/redirect-rules.mjs +36 -9
- package/resources/help-center/redirect-rules.mjs.map +1 -1
- package/resources/index.d.mts +3 -3
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +3 -3
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs.map +1 -1
- package/resources/organization/admins.d.mts +3 -3
- package/resources/organization/admins.d.mts.map +1 -1
- package/resources/organization/admins.d.ts +3 -3
- package/resources/organization/admins.d.ts.map +1 -1
- package/resources/organization/admins.js +15 -3
- package/resources/organization/admins.js.map +1 -1
- package/resources/organization/admins.mjs +15 -3
- package/resources/organization/admins.mjs.map +1 -1
- package/resources/organization/brands.d.mts +7 -28
- package/resources/organization/brands.d.mts.map +1 -1
- package/resources/organization/brands.d.ts +7 -28
- package/resources/organization/brands.d.ts.map +1 -1
- package/resources/organization/brands.js +12 -3
- package/resources/organization/brands.js.map +1 -1
- package/resources/organization/brands.mjs +12 -3
- package/resources/organization/brands.mjs.map +1 -1
- package/resources/organization/index.d.mts +1 -1
- package/resources/organization/index.d.mts.map +1 -1
- package/resources/organization/index.d.ts +1 -1
- package/resources/organization/index.d.ts.map +1 -1
- package/resources/organization/organization.d.mts +2 -2
- package/resources/organization/organization.d.mts.map +1 -1
- package/resources/organization/organization.d.ts +2 -2
- package/resources/organization/organization.d.ts.map +1 -1
- package/resources/organization/organization.js.map +1 -1
- package/resources/organization/organization.mjs.map +1 -1
- package/resources/organization/teams.d.mts +2 -2
- package/resources/organization/teams.d.mts.map +1 -1
- package/resources/organization/teams.d.ts +2 -2
- package/resources/organization/teams.d.ts.map +1 -1
- package/resources/organization/teams.js +10 -2
- package/resources/organization/teams.js.map +1 -1
- package/resources/organization/teams.mjs +10 -2
- package/resources/organization/teams.mjs.map +1 -1
- package/resources/support/conversation-tags.d.mts +4 -4
- package/resources/support/conversation-tags.d.mts.map +1 -1
- package/resources/support/conversation-tags.d.ts +4 -4
- package/resources/support/conversation-tags.d.ts.map +1 -1
- package/resources/support/conversation-tags.js +20 -4
- package/resources/support/conversation-tags.js.map +1 -1
- package/resources/support/conversation-tags.mjs +20 -4
- package/resources/support/conversation-tags.mjs.map +1 -1
- package/resources/support/conversations/conversations.d.mts +17 -36
- package/resources/support/conversations/conversations.d.mts.map +1 -1
- package/resources/support/conversations/conversations.d.ts +17 -36
- package/resources/support/conversations/conversations.d.ts.map +1 -1
- package/resources/support/conversations/conversations.js +41 -10
- package/resources/support/conversations/conversations.js.map +1 -1
- package/resources/support/conversations/conversations.mjs +41 -10
- package/resources/support/conversations/conversations.mjs.map +1 -1
- package/resources/support/conversations/index.d.mts +1 -1
- package/resources/support/conversations/index.d.mts.map +1 -1
- package/resources/support/conversations/index.d.ts +1 -1
- package/resources/support/conversations/index.d.ts.map +1 -1
- package/resources/support/conversations/participants.d.mts +2 -2
- package/resources/support/conversations/participants.d.mts.map +1 -1
- package/resources/support/conversations/participants.d.ts +2 -2
- package/resources/support/conversations/participants.d.ts.map +1 -1
- package/resources/support/conversations/participants.js +10 -2
- package/resources/support/conversations/participants.js.map +1 -1
- package/resources/support/conversations/participants.mjs +10 -2
- package/resources/support/conversations/participants.mjs.map +1 -1
- package/resources/support/conversations/tags.d.mts +2 -2
- package/resources/support/conversations/tags.d.mts.map +1 -1
- package/resources/support/conversations/tags.d.ts +2 -2
- package/resources/support/conversations/tags.d.ts.map +1 -1
- package/resources/support/conversations/tags.js +10 -2
- package/resources/support/conversations/tags.js.map +1 -1
- package/resources/support/conversations/tags.mjs +10 -2
- package/resources/support/conversations/tags.mjs.map +1 -1
- package/resources/support/index.d.mts +2 -2
- package/resources/support/index.d.mts.map +1 -1
- package/resources/support/index.d.ts +2 -2
- package/resources/support/index.d.ts.map +1 -1
- package/resources/support/support.d.mts +4 -4
- package/resources/support/support.d.mts.map +1 -1
- package/resources/support/support.d.ts +4 -4
- package/resources/support/support.d.ts.map +1 -1
- package/resources/support/support.mjs.map +1 -1
- package/resources/support/tickets/categories.d.mts +2 -2
- package/resources/support/tickets/categories.d.mts.map +1 -1
- package/resources/support/tickets/categories.d.ts +2 -2
- package/resources/support/tickets/categories.d.ts.map +1 -1
- package/resources/support/tickets/categories.js +10 -2
- package/resources/support/tickets/categories.js.map +1 -1
- package/resources/support/tickets/categories.mjs +10 -2
- package/resources/support/tickets/categories.mjs.map +1 -1
- package/resources/support/tickets/custom-fields.d.mts +2 -2
- package/resources/support/tickets/custom-fields.d.mts.map +1 -1
- package/resources/support/tickets/custom-fields.d.ts +2 -2
- package/resources/support/tickets/custom-fields.d.ts.map +1 -1
- package/resources/support/tickets/custom-fields.js +10 -2
- package/resources/support/tickets/custom-fields.js.map +1 -1
- package/resources/support/tickets/custom-fields.mjs +10 -2
- package/resources/support/tickets/custom-fields.mjs.map +1 -1
- package/resources/support/tickets/index.d.mts +1 -1
- package/resources/support/tickets/index.d.mts.map +1 -1
- package/resources/support/tickets/index.d.ts +1 -1
- package/resources/support/tickets/index.d.ts.map +1 -1
- package/resources/support/tickets/statuses.d.mts +2 -2
- package/resources/support/tickets/statuses.d.mts.map +1 -1
- package/resources/support/tickets/statuses.d.ts +2 -2
- package/resources/support/tickets/statuses.d.ts.map +1 -1
- package/resources/support/tickets/statuses.js +10 -2
- package/resources/support/tickets/statuses.js.map +1 -1
- package/resources/support/tickets/statuses.mjs +10 -2
- package/resources/support/tickets/statuses.mjs.map +1 -1
- package/resources/support/tickets/tickets.d.mts +16 -34
- package/resources/support/tickets/tickets.d.mts.map +1 -1
- package/resources/support/tickets/tickets.d.ts +16 -34
- package/resources/support/tickets/tickets.d.ts.map +1 -1
- package/resources/support/tickets/tickets.js +36 -8
- package/resources/support/tickets/tickets.js.map +1 -1
- package/resources/support/tickets/tickets.mjs +36 -8
- package/resources/support/tickets/tickets.mjs.map +1 -1
- package/resources/surveys.d.mts +37 -82
- package/resources/surveys.d.mts.map +1 -1
- package/resources/surveys.d.ts +37 -82
- package/resources/surveys.d.ts.map +1 -1
- package/resources/surveys.js +19 -6
- package/resources/surveys.js.map +1 -1
- package/resources/surveys.mjs +19 -6
- package/resources/surveys.mjs.map +1 -1
- package/resources/users/companies/companies.d.mts +14 -33
- package/resources/users/companies/companies.d.mts.map +1 -1
- package/resources/users/companies/companies.d.ts +14 -33
- package/resources/users/companies/companies.d.ts.map +1 -1
- package/resources/users/companies/companies.js +31 -7
- package/resources/users/companies/companies.js.map +1 -1
- package/resources/users/companies/companies.mjs +31 -7
- package/resources/users/companies/companies.mjs.map +1 -1
- package/resources/users/companies/contacts.d.mts +14 -19
- package/resources/users/companies/contacts.d.mts.map +1 -1
- package/resources/users/companies/contacts.d.ts +14 -19
- package/resources/users/companies/contacts.d.ts.map +1 -1
- package/resources/users/companies/contacts.js +23 -8
- package/resources/users/companies/contacts.js.map +1 -1
- package/resources/users/companies/contacts.mjs +23 -8
- package/resources/users/companies/contacts.mjs.map +1 -1
- package/resources/users/companies/index.d.mts +1 -1
- package/resources/users/companies/index.d.mts.map +1 -1
- package/resources/users/companies/index.d.ts +1 -1
- package/resources/users/companies/index.d.ts.map +1 -1
- package/resources/users/contacts/by-user-id/by-user-id.d.mts +2 -2
- package/resources/users/contacts/by-user-id/by-user-id.d.mts.map +1 -1
- package/resources/users/contacts/by-user-id/by-user-id.d.ts +2 -2
- package/resources/users/contacts/by-user-id/by-user-id.d.ts.map +1 -1
- package/resources/users/contacts/by-user-id/by-user-id.js +10 -2
- package/resources/users/contacts/by-user-id/by-user-id.js.map +1 -1
- package/resources/users/contacts/by-user-id/by-user-id.mjs +10 -2
- package/resources/users/contacts/by-user-id/by-user-id.mjs.map +1 -1
- package/resources/users/contacts/by-user-id/email-preferences.d.mts +2 -2
- package/resources/users/contacts/by-user-id/email-preferences.d.mts.map +1 -1
- package/resources/users/contacts/by-user-id/email-preferences.d.ts +2 -2
- package/resources/users/contacts/by-user-id/email-preferences.d.ts.map +1 -1
- package/resources/users/contacts/by-user-id/email-preferences.js +10 -2
- package/resources/users/contacts/by-user-id/email-preferences.js.map +1 -1
- package/resources/users/contacts/by-user-id/email-preferences.mjs +10 -2
- package/resources/users/contacts/by-user-id/email-preferences.mjs.map +1 -1
- package/resources/users/contacts/contacts.d.mts +15 -19
- package/resources/users/contacts/contacts.d.mts.map +1 -1
- package/resources/users/contacts/contacts.d.ts +15 -19
- package/resources/users/contacts/contacts.d.ts.map +1 -1
- package/resources/users/contacts/contacts.js +36 -8
- package/resources/users/contacts/contacts.js.map +1 -1
- package/resources/users/contacts/contacts.mjs +36 -8
- package/resources/users/contacts/contacts.mjs.map +1 -1
- package/resources/users/contacts/email-preferences.d.mts +2 -2
- package/resources/users/contacts/email-preferences.d.mts.map +1 -1
- package/resources/users/contacts/email-preferences.d.ts +2 -2
- package/resources/users/contacts/email-preferences.d.ts.map +1 -1
- package/resources/users/contacts/email-preferences.js +10 -2
- package/resources/users/contacts/email-preferences.js.map +1 -1
- package/resources/users/contacts/email-preferences.mjs +10 -2
- package/resources/users/contacts/email-preferences.mjs.map +1 -1
- package/resources/users/contacts/index.d.mts +1 -1
- package/resources/users/contacts/index.d.mts.map +1 -1
- package/resources/users/contacts/index.d.ts +1 -1
- package/resources/users/contacts/index.d.ts.map +1 -1
- package/resources/users/contacts/index.js.map +1 -1
- package/resources/users/contacts/index.mjs.map +1 -1
- package/resources/users/index.d.mts +2 -2
- package/resources/users/index.d.mts.map +1 -1
- package/resources/users/index.d.ts +2 -2
- package/resources/users/index.d.ts.map +1 -1
- package/resources/users/index.js.map +1 -1
- package/resources/users/index.mjs.map +1 -1
- package/resources/users/users.d.mts +4 -4
- package/resources/users/users.d.mts.map +1 -1
- package/resources/users/users.d.ts +4 -4
- package/resources/users/users.d.ts.map +1 -1
- package/resources/users/users.js.map +1 -1
- package/resources/users/users.mjs.map +1 -1
- package/resources/webhooks.d.mts +15 -33
- package/resources/webhooks.d.mts.map +1 -1
- package/resources/webhooks.d.ts +15 -33
- package/resources/webhooks.d.ts.map +1 -1
- package/resources/webhooks.js +36 -8
- package/resources/webhooks.js.map +1 -1
- package/resources/webhooks.mjs +36 -8
- package/resources/webhooks.mjs.map +1 -1
- package/src/client.ts +41 -10
- package/src/core/pagination.ts +157 -0
- package/src/index.ts +1 -0
- package/src/pagination.ts +2 -0
- package/src/resources/changelogs/changelogs.ts +53 -78
- package/src/resources/changelogs/index.ts +1 -1
- package/src/resources/changelogs/subscribers.ts +12 -4
- package/src/resources/feedback/boards.ts +12 -4
- package/src/resources/feedback/comments.ts +47 -76
- package/src/resources/feedback/custom-fields.ts +12 -4
- package/src/resources/feedback/feedback.ts +4 -4
- package/src/resources/feedback/index.ts +2 -2
- package/src/resources/feedback/post-statuses.ts +12 -4
- package/src/resources/feedback/posts/index.ts +2 -1
- package/src/resources/feedback/posts/posts.ts +43 -75
- package/src/resources/feedback/posts/voters.ts +105 -146
- package/src/resources/help-center/articles.ts +41 -43
- package/src/resources/help-center/collections.ts +41 -44
- package/src/resources/help-center/help-center.ts +8 -8
- package/src/resources/help-center/help-centers.ts +23 -38
- package/src/resources/help-center/index.ts +4 -4
- package/src/resources/help-center/redirect-rules.ts +47 -46
- package/src/resources/index.ts +6 -5
- package/src/resources/organization/admins.ts +18 -6
- package/src/resources/organization/brands.ts +19 -36
- package/src/resources/organization/index.ts +1 -1
- package/src/resources/organization/organization.ts +2 -2
- package/src/resources/organization/teams.ts +12 -4
- package/src/resources/support/conversation-tags.ts +24 -8
- package/src/resources/support/conversations/conversations.ts +54 -49
- package/src/resources/support/conversations/index.ts +1 -1
- package/src/resources/support/conversations/participants.ts +12 -4
- package/src/resources/support/conversations/tags.ts +12 -4
- package/src/resources/support/index.ts +2 -2
- package/src/resources/support/support.ts +4 -4
- package/src/resources/support/tickets/categories.ts +12 -4
- package/src/resources/support/tickets/custom-fields.ts +12 -4
- package/src/resources/support/tickets/index.ts +1 -1
- package/src/resources/support/tickets/statuses.ts +12 -4
- package/src/resources/support/tickets/tickets.ts +48 -46
- package/src/resources/surveys.ts +71 -107
- package/src/resources/users/companies/companies.ts +41 -44
- package/src/resources/users/companies/contacts.ts +41 -31
- package/src/resources/users/companies/index.ts +1 -1
- package/src/resources/users/contacts/by-user-id/by-user-id.ts +12 -4
- package/src/resources/users/contacts/by-user-id/email-preferences.ts +12 -4
- package/src/resources/users/contacts/contacts.ts +50 -27
- package/src/resources/users/contacts/email-preferences.ts +12 -4
- package/src/resources/users/contacts/index.ts +1 -0
- package/src/resources/users/index.ts +2 -1
- package/src/resources/users/users.ts +4 -2
- package/src/resources/webhooks.ts +47 -45
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
import { APIResource } from '../../../core/resource';
|
|
4
4
|
import * as CompaniesAPI from '../../users/companies/companies';
|
|
5
5
|
import { APIPromise } from '../../../core/api-promise';
|
|
6
|
+
import { CursorPage, type CursorPageParams, PagePromise } from '../../../core/pagination';
|
|
6
7
|
import { buildHeaders } from '../../../internal/headers';
|
|
7
8
|
import { RequestOptions } from '../../../internal/request-options';
|
|
8
9
|
import { path } from '../../../internal/utils/path';
|
|
@@ -50,22 +51,29 @@ export class Voters extends APIResource {
|
|
|
50
51
|
*
|
|
51
52
|
* @example
|
|
52
53
|
* ```ts
|
|
53
|
-
*
|
|
54
|
+
* // Automatically fetches more pages as needed.
|
|
55
|
+
* for await (const voterListResponse of client.feedback.posts.voters.list(
|
|
54
56
|
* '507f1f77bcf86cd799439011',
|
|
55
|
-
* )
|
|
57
|
+
* )) {
|
|
58
|
+
* // ...
|
|
59
|
+
* }
|
|
56
60
|
* ```
|
|
57
61
|
*/
|
|
58
62
|
list(
|
|
59
63
|
id: string,
|
|
60
64
|
params: VoterListParams | null | undefined = {},
|
|
61
65
|
options?: RequestOptions,
|
|
62
|
-
):
|
|
66
|
+
): PagePromise<VoterListResponsesCursorPage, VoterListResponse> {
|
|
63
67
|
const { 'Featurebase-Version': featurebaseVersion, ...query } = params ?? {};
|
|
64
|
-
return this._client.
|
|
68
|
+
return this._client.getAPIList(path`/v2/posts/${id}/voters`, CursorPage<VoterListResponse>, {
|
|
65
69
|
query,
|
|
66
70
|
...options,
|
|
67
71
|
headers: buildHeaders([
|
|
68
|
-
{
|
|
72
|
+
{
|
|
73
|
+
...(featurebaseVersion?.toString() != null ?
|
|
74
|
+
{ 'Featurebase-Version': featurebaseVersion?.toString() }
|
|
75
|
+
: undefined),
|
|
76
|
+
},
|
|
69
77
|
options?.headers,
|
|
70
78
|
]),
|
|
71
79
|
});
|
|
@@ -122,7 +130,11 @@ export class Voters extends APIResource {
|
|
|
122
130
|
body,
|
|
123
131
|
...options,
|
|
124
132
|
headers: buildHeaders([
|
|
125
|
-
{
|
|
133
|
+
{
|
|
134
|
+
...(featurebaseVersion?.toString() != null ?
|
|
135
|
+
{ 'Featurebase-Version': featurebaseVersion?.toString() }
|
|
136
|
+
: undefined),
|
|
137
|
+
},
|
|
126
138
|
options?.headers,
|
|
127
139
|
]),
|
|
128
140
|
});
|
|
@@ -169,157 +181,114 @@ export class Voters extends APIResource {
|
|
|
169
181
|
body,
|
|
170
182
|
...options,
|
|
171
183
|
headers: buildHeaders([
|
|
172
|
-
{
|
|
184
|
+
{
|
|
185
|
+
...(featurebaseVersion?.toString() != null ?
|
|
186
|
+
{ 'Featurebase-Version': featurebaseVersion?.toString() }
|
|
187
|
+
: undefined),
|
|
188
|
+
},
|
|
173
189
|
options?.headers,
|
|
174
190
|
]),
|
|
175
191
|
});
|
|
176
192
|
}
|
|
177
193
|
}
|
|
178
194
|
|
|
195
|
+
export type VoterListResponsesCursorPage = CursorPage<VoterListResponse>;
|
|
196
|
+
|
|
179
197
|
export interface VoterListResponse {
|
|
180
198
|
/**
|
|
181
|
-
*
|
|
199
|
+
* Unique identifier
|
|
182
200
|
*/
|
|
183
|
-
|
|
201
|
+
id: string;
|
|
184
202
|
|
|
185
203
|
/**
|
|
186
|
-
*
|
|
204
|
+
* User display name
|
|
187
205
|
*/
|
|
188
|
-
|
|
206
|
+
name: string;
|
|
189
207
|
|
|
190
208
|
/**
|
|
191
209
|
* Object type identifier
|
|
192
210
|
*/
|
|
193
|
-
object: '
|
|
211
|
+
object: 'contact';
|
|
194
212
|
|
|
195
213
|
/**
|
|
196
|
-
*
|
|
214
|
+
* Type of user
|
|
197
215
|
*/
|
|
198
|
-
|
|
199
|
-
}
|
|
216
|
+
type: 'admin' | 'customer' | 'guest' | 'integration' | 'bot' | 'lead';
|
|
200
217
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
*/
|
|
206
|
-
id: string;
|
|
207
|
-
|
|
208
|
-
/**
|
|
209
|
-
* User display name
|
|
210
|
-
*/
|
|
211
|
-
name: string;
|
|
212
|
-
|
|
213
|
-
/**
|
|
214
|
-
* Object type identifier
|
|
215
|
-
*/
|
|
216
|
-
object: 'contact';
|
|
217
|
-
|
|
218
|
-
/**
|
|
219
|
-
* Type of user
|
|
220
|
-
*/
|
|
221
|
-
type: 'admin' | 'customer' | 'guest' | 'integration' | 'bot' | 'lead';
|
|
222
|
-
|
|
223
|
-
/**
|
|
224
|
-
* Number of comments created
|
|
225
|
-
*/
|
|
226
|
-
commentsCreated?: number;
|
|
227
|
-
|
|
228
|
-
/**
|
|
229
|
-
* Companies the user belongs to
|
|
230
|
-
*/
|
|
231
|
-
companies?: Array<CompaniesAPI.Company>;
|
|
232
|
-
|
|
233
|
-
/**
|
|
234
|
-
* Custom field values on the user
|
|
235
|
-
*/
|
|
236
|
-
customFields?: { [key: string]: unknown };
|
|
237
|
-
|
|
238
|
-
/**
|
|
239
|
-
* User description/bio
|
|
240
|
-
*/
|
|
241
|
-
description?: string;
|
|
242
|
-
|
|
243
|
-
/**
|
|
244
|
-
* User email
|
|
245
|
-
*/
|
|
246
|
-
email?: string | null;
|
|
247
|
-
|
|
248
|
-
/**
|
|
249
|
-
* Last activity ISO timestamp
|
|
250
|
-
*/
|
|
251
|
-
lastActivity?: string;
|
|
252
|
-
|
|
253
|
-
/**
|
|
254
|
-
* User locale
|
|
255
|
-
*/
|
|
256
|
-
locale?: string;
|
|
257
|
-
|
|
258
|
-
/**
|
|
259
|
-
* Whether manually opted out from changelog
|
|
260
|
-
*/
|
|
261
|
-
manuallyOptedOutFromChangelog?: boolean;
|
|
262
|
-
|
|
263
|
-
/**
|
|
264
|
-
* Organization ID the user belongs to
|
|
265
|
-
*/
|
|
266
|
-
organizationId?: string;
|
|
267
|
-
|
|
268
|
-
/**
|
|
269
|
-
* Number of posts created
|
|
270
|
-
*/
|
|
271
|
-
postsCreated?: number;
|
|
272
|
-
|
|
273
|
-
/**
|
|
274
|
-
* Profile picture URL
|
|
275
|
-
*/
|
|
276
|
-
profilePicture?: string | null;
|
|
277
|
-
|
|
278
|
-
/**
|
|
279
|
-
* User roles
|
|
280
|
-
*/
|
|
281
|
-
roles?: Array<string>;
|
|
282
|
-
|
|
283
|
-
/**
|
|
284
|
-
* Whether subscribed to changelog
|
|
285
|
-
*/
|
|
286
|
-
subscribedToChangelog?: boolean;
|
|
287
|
-
|
|
288
|
-
/**
|
|
289
|
-
* External user ID from SSO
|
|
290
|
-
*/
|
|
291
|
-
userId?: string;
|
|
292
|
-
|
|
293
|
-
/**
|
|
294
|
-
* Whether email is verified
|
|
295
|
-
*/
|
|
296
|
-
verified?: boolean;
|
|
297
|
-
}
|
|
218
|
+
/**
|
|
219
|
+
* Number of comments created
|
|
220
|
+
*/
|
|
221
|
+
commentsCreated?: number;
|
|
298
222
|
|
|
299
223
|
/**
|
|
300
|
-
*
|
|
224
|
+
* Companies the user belongs to
|
|
301
225
|
*/
|
|
302
|
-
|
|
303
|
-
/**
|
|
304
|
-
* Items per page
|
|
305
|
-
*/
|
|
306
|
-
limit: number;
|
|
226
|
+
companies?: Array<CompaniesAPI.Company>;
|
|
307
227
|
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
228
|
+
/**
|
|
229
|
+
* Custom field values on the user
|
|
230
|
+
*/
|
|
231
|
+
customFields?: { [key: string]: unknown };
|
|
312
232
|
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
233
|
+
/**
|
|
234
|
+
* User description/bio
|
|
235
|
+
*/
|
|
236
|
+
description?: string;
|
|
317
237
|
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
238
|
+
/**
|
|
239
|
+
* User email
|
|
240
|
+
*/
|
|
241
|
+
email?: string | null;
|
|
242
|
+
|
|
243
|
+
/**
|
|
244
|
+
* Last activity ISO timestamp
|
|
245
|
+
*/
|
|
246
|
+
lastActivity?: string;
|
|
247
|
+
|
|
248
|
+
/**
|
|
249
|
+
* User locale
|
|
250
|
+
*/
|
|
251
|
+
locale?: string;
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* Whether manually opted out from changelog
|
|
255
|
+
*/
|
|
256
|
+
manuallyOptedOutFromChangelog?: boolean;
|
|
257
|
+
|
|
258
|
+
/**
|
|
259
|
+
* Organization ID the user belongs to
|
|
260
|
+
*/
|
|
261
|
+
organizationId?: string;
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* Number of posts created
|
|
265
|
+
*/
|
|
266
|
+
postsCreated?: number;
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* Profile picture URL
|
|
270
|
+
*/
|
|
271
|
+
profilePicture?: string | null;
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* User roles
|
|
275
|
+
*/
|
|
276
|
+
roles?: Array<string>;
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* Whether subscribed to changelog
|
|
280
|
+
*/
|
|
281
|
+
subscribedToChangelog?: boolean;
|
|
282
|
+
|
|
283
|
+
/**
|
|
284
|
+
* External user ID from SSO
|
|
285
|
+
*/
|
|
286
|
+
userId?: string;
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* Whether email is verified
|
|
290
|
+
*/
|
|
291
|
+
verified?: boolean;
|
|
323
292
|
}
|
|
324
293
|
|
|
325
294
|
export interface VoterAddResponse {
|
|
@@ -366,23 +335,12 @@ export interface VoterRemoveResponse {
|
|
|
366
335
|
removed: true;
|
|
367
336
|
}
|
|
368
337
|
|
|
369
|
-
export interface VoterListParams {
|
|
370
|
-
/**
|
|
371
|
-
* Query param: An opaque cursor for pagination. Use the nextCursor value from a
|
|
372
|
-
* previous response to fetch the next page of results.
|
|
373
|
-
*/
|
|
374
|
-
cursor?: string;
|
|
375
|
-
|
|
376
|
-
/**
|
|
377
|
-
* Query param: A limit on the number of voters to be returned, between 1 and 100.
|
|
378
|
-
*/
|
|
379
|
-
limit?: number;
|
|
380
|
-
|
|
338
|
+
export interface VoterListParams extends CursorPageParams {
|
|
381
339
|
/**
|
|
382
340
|
* Header param: API version for this request. Defaults to your organization's
|
|
383
341
|
* configured API version if not specified.
|
|
384
342
|
*/
|
|
385
|
-
'Featurebase-Version'?:
|
|
343
|
+
'Featurebase-Version'?: '2026-01-01.nova' | '2025-12-12.clover';
|
|
386
344
|
}
|
|
387
345
|
|
|
388
346
|
export interface VoterAddParams {
|
|
@@ -415,7 +373,7 @@ export interface VoterAddParams {
|
|
|
415
373
|
* Header param: API version for this request. Defaults to your organization's
|
|
416
374
|
* configured API version if not specified.
|
|
417
375
|
*/
|
|
418
|
-
'Featurebase-Version'?:
|
|
376
|
+
'Featurebase-Version'?: '2026-01-01.nova' | '2025-12-12.clover';
|
|
419
377
|
}
|
|
420
378
|
|
|
421
379
|
export interface VoterRemoveParams {
|
|
@@ -438,7 +396,7 @@ export interface VoterRemoveParams {
|
|
|
438
396
|
* Header param: API version for this request. Defaults to your organization's
|
|
439
397
|
* configured API version if not specified.
|
|
440
398
|
*/
|
|
441
|
-
'Featurebase-Version'?:
|
|
399
|
+
'Featurebase-Version'?: '2026-01-01.nova' | '2025-12-12.clover';
|
|
442
400
|
}
|
|
443
401
|
|
|
444
402
|
export declare namespace Voters {
|
|
@@ -446,6 +404,7 @@ export declare namespace Voters {
|
|
|
446
404
|
type VoterListResponse as VoterListResponse,
|
|
447
405
|
type VoterAddResponse as VoterAddResponse,
|
|
448
406
|
type VoterRemoveResponse as VoterRemoveResponse,
|
|
407
|
+
type VoterListResponsesCursorPage as VoterListResponsesCursorPage,
|
|
449
408
|
type VoterListParams as VoterListParams,
|
|
450
409
|
type VoterAddParams as VoterAddParams,
|
|
451
410
|
type VoterRemoveParams as VoterRemoveParams,
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
import { APIResource } from '../../core/resource';
|
|
4
4
|
import * as ArticlesAPI from './articles';
|
|
5
5
|
import { APIPromise } from '../../core/api-promise';
|
|
6
|
+
import { CursorPage, type CursorPageParams, PagePromise } from '../../core/pagination';
|
|
6
7
|
import { buildHeaders } from '../../internal/headers';
|
|
7
8
|
import { RequestOptions } from '../../internal/request-options';
|
|
8
9
|
import { path } from '../../internal/utils/path';
|
|
@@ -64,7 +65,11 @@ export class Articles extends APIResource {
|
|
|
64
65
|
body,
|
|
65
66
|
...options,
|
|
66
67
|
headers: buildHeaders([
|
|
67
|
-
{
|
|
68
|
+
{
|
|
69
|
+
...(featurebaseVersion?.toString() != null ?
|
|
70
|
+
{ 'Featurebase-Version': featurebaseVersion?.toString() }
|
|
71
|
+
: undefined),
|
|
72
|
+
},
|
|
68
73
|
options?.headers,
|
|
69
74
|
]),
|
|
70
75
|
});
|
|
@@ -129,7 +134,11 @@ export class Articles extends APIResource {
|
|
|
129
134
|
query,
|
|
130
135
|
...options,
|
|
131
136
|
headers: buildHeaders([
|
|
132
|
-
{
|
|
137
|
+
{
|
|
138
|
+
...(featurebaseVersion?.toString() != null ?
|
|
139
|
+
{ 'Featurebase-Version': featurebaseVersion?.toString() }
|
|
140
|
+
: undefined),
|
|
141
|
+
},
|
|
133
142
|
options?.headers,
|
|
134
143
|
]),
|
|
135
144
|
});
|
|
@@ -192,7 +201,11 @@ export class Articles extends APIResource {
|
|
|
192
201
|
body,
|
|
193
202
|
...options,
|
|
194
203
|
headers: buildHeaders([
|
|
195
|
-
{
|
|
204
|
+
{
|
|
205
|
+
...(featurebaseVersion?.toString() != null ?
|
|
206
|
+
{ 'Featurebase-Version': featurebaseVersion?.toString() }
|
|
207
|
+
: undefined),
|
|
208
|
+
},
|
|
196
209
|
options?.headers,
|
|
197
210
|
]),
|
|
198
211
|
});
|
|
@@ -250,19 +263,26 @@ export class Articles extends APIResource {
|
|
|
250
263
|
*
|
|
251
264
|
* @example
|
|
252
265
|
* ```ts
|
|
253
|
-
*
|
|
266
|
+
* // Automatically fetches more pages as needed.
|
|
267
|
+
* for await (const article of client.helpCenter.articles.list()) {
|
|
268
|
+
* // ...
|
|
269
|
+
* }
|
|
254
270
|
* ```
|
|
255
271
|
*/
|
|
256
272
|
list(
|
|
257
273
|
params: ArticleListParams | null | undefined = {},
|
|
258
274
|
options?: RequestOptions,
|
|
259
|
-
):
|
|
275
|
+
): PagePromise<ArticlesCursorPage, Article> {
|
|
260
276
|
const { 'Featurebase-Version': featurebaseVersion, ...query } = params ?? {};
|
|
261
|
-
return this._client.
|
|
277
|
+
return this._client.getAPIList('/v2/help_center/articles', CursorPage<Article>, {
|
|
262
278
|
query,
|
|
263
279
|
...options,
|
|
264
280
|
headers: buildHeaders([
|
|
265
|
-
{
|
|
281
|
+
{
|
|
282
|
+
...(featurebaseVersion?.toString() != null ?
|
|
283
|
+
{ 'Featurebase-Version': featurebaseVersion?.toString() }
|
|
284
|
+
: undefined),
|
|
285
|
+
},
|
|
266
286
|
options?.headers,
|
|
267
287
|
]),
|
|
268
288
|
});
|
|
@@ -303,13 +323,19 @@ export class Articles extends APIResource {
|
|
|
303
323
|
return this._client.delete(path`/v2/help_center/articles/${id}`, {
|
|
304
324
|
...options,
|
|
305
325
|
headers: buildHeaders([
|
|
306
|
-
{
|
|
326
|
+
{
|
|
327
|
+
...(featurebaseVersion?.toString() != null ?
|
|
328
|
+
{ 'Featurebase-Version': featurebaseVersion?.toString() }
|
|
329
|
+
: undefined),
|
|
330
|
+
},
|
|
307
331
|
options?.headers,
|
|
308
332
|
]),
|
|
309
333
|
});
|
|
310
334
|
}
|
|
311
335
|
}
|
|
312
336
|
|
|
337
|
+
export type ArticlesCursorPage = CursorPage<Article>;
|
|
338
|
+
|
|
313
339
|
export interface Article {
|
|
314
340
|
/**
|
|
315
341
|
* Article unique identifier
|
|
@@ -837,23 +863,6 @@ export interface ArticleTranslationInputNova {
|
|
|
837
863
|
title?: string;
|
|
838
864
|
}
|
|
839
865
|
|
|
840
|
-
export interface ArticleListResponse {
|
|
841
|
-
/**
|
|
842
|
-
* Array of article objects
|
|
843
|
-
*/
|
|
844
|
-
data: Array<Article>;
|
|
845
|
-
|
|
846
|
-
/**
|
|
847
|
-
* Cursor for fetching the next page (cursor-based pagination)
|
|
848
|
-
*/
|
|
849
|
-
nextCursor: string | null;
|
|
850
|
-
|
|
851
|
-
/**
|
|
852
|
-
* Object type identifier
|
|
853
|
-
*/
|
|
854
|
-
object: 'list';
|
|
855
|
-
}
|
|
856
|
-
|
|
857
866
|
export interface ArticleDeleteResponse {
|
|
858
867
|
/**
|
|
859
868
|
* Unique identifier of the deleted article
|
|
@@ -918,7 +927,7 @@ export interface ArticleCreateParams {
|
|
|
918
927
|
* Header param: API version for this request. Defaults to your organization's
|
|
919
928
|
* configured API version if not specified.
|
|
920
929
|
*/
|
|
921
|
-
'Featurebase-Version'?:
|
|
930
|
+
'Featurebase-Version'?: '2026-01-01.nova' | '2025-12-12.clover';
|
|
922
931
|
}
|
|
923
932
|
|
|
924
933
|
export namespace ArticleCreateParams {
|
|
@@ -1022,7 +1031,7 @@ export interface ArticleRetrieveParams {
|
|
|
1022
1031
|
* Header param: API version for this request. Defaults to your organization's
|
|
1023
1032
|
* configured API version if not specified.
|
|
1024
1033
|
*/
|
|
1025
|
-
'Featurebase-Version'?:
|
|
1034
|
+
'Featurebase-Version'?: '2026-01-01.nova' | '2025-12-12.clover';
|
|
1026
1035
|
}
|
|
1027
1036
|
|
|
1028
1037
|
export interface ArticleUpdateParams {
|
|
@@ -1075,7 +1084,7 @@ export interface ArticleUpdateParams {
|
|
|
1075
1084
|
* Header param: API version for this request. Defaults to your organization's
|
|
1076
1085
|
* configured API version if not specified.
|
|
1077
1086
|
*/
|
|
1078
|
-
'Featurebase-Version'?:
|
|
1087
|
+
'Featurebase-Version'?: '2026-01-01.nova' | '2025-12-12.clover';
|
|
1079
1088
|
}
|
|
1080
1089
|
|
|
1081
1090
|
export namespace ArticleUpdateParams {
|
|
@@ -1169,24 +1178,13 @@ export namespace ArticleUpdateParams {
|
|
|
1169
1178
|
}
|
|
1170
1179
|
}
|
|
1171
1180
|
|
|
1172
|
-
export interface ArticleListParams {
|
|
1173
|
-
/**
|
|
1174
|
-
* Query param: An opaque cursor for pagination. Use the nextCursor value from a
|
|
1175
|
-
* previous response to fetch the next page of results.
|
|
1176
|
-
*/
|
|
1177
|
-
cursor?: string;
|
|
1178
|
-
|
|
1181
|
+
export interface ArticleListParams extends CursorPageParams {
|
|
1179
1182
|
/**
|
|
1180
1183
|
* Query param: Filter articles by help center ID. If omitted, returns articles
|
|
1181
1184
|
* across all help centers.
|
|
1182
1185
|
*/
|
|
1183
1186
|
helpCenterId?: string;
|
|
1184
1187
|
|
|
1185
|
-
/**
|
|
1186
|
-
* Query param: A limit on the number of objects to be returned, between 1 and 100.
|
|
1187
|
-
*/
|
|
1188
|
-
limit?: number;
|
|
1189
|
-
|
|
1190
1188
|
/**
|
|
1191
1189
|
* Query param: Filter articles by parent collection ID
|
|
1192
1190
|
*/
|
|
@@ -1202,7 +1200,7 @@ export interface ArticleListParams {
|
|
|
1202
1200
|
* Header param: API version for this request. Defaults to your organization's
|
|
1203
1201
|
* configured API version if not specified.
|
|
1204
1202
|
*/
|
|
1205
|
-
'Featurebase-Version'?:
|
|
1203
|
+
'Featurebase-Version'?: '2026-01-01.nova' | '2025-12-12.clover';
|
|
1206
1204
|
}
|
|
1207
1205
|
|
|
1208
1206
|
export interface ArticleDeleteParams {
|
|
@@ -1210,7 +1208,7 @@ export interface ArticleDeleteParams {
|
|
|
1210
1208
|
* API version for this request. Defaults to your organization's configured API
|
|
1211
1209
|
* version if not specified.
|
|
1212
1210
|
*/
|
|
1213
|
-
'Featurebase-Version'?:
|
|
1211
|
+
'Featurebase-Version'?: '2026-01-01.nova' | '2025-12-12.clover';
|
|
1214
1212
|
}
|
|
1215
1213
|
|
|
1216
1214
|
export declare namespace Articles {
|
|
@@ -1220,8 +1218,8 @@ export declare namespace Articles {
|
|
|
1220
1218
|
type ArticleIconInputNova as ArticleIconInputNova,
|
|
1221
1219
|
type ArticleTranslation as ArticleTranslation,
|
|
1222
1220
|
type ArticleTranslationInputNova as ArticleTranslationInputNova,
|
|
1223
|
-
type ArticleListResponse as ArticleListResponse,
|
|
1224
1221
|
type ArticleDeleteResponse as ArticleDeleteResponse,
|
|
1222
|
+
type ArticlesCursorPage as ArticlesCursorPage,
|
|
1225
1223
|
type ArticleCreateParams as ArticleCreateParams,
|
|
1226
1224
|
type ArticleRetrieveParams as ArticleRetrieveParams,
|
|
1227
1225
|
type ArticleUpdateParams as ArticleUpdateParams,
|