featurebase-node 0.1.0 → 0.2.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 +8 -0
- package/README.md +8 -8
- package/client.d.mts +15 -90
- package/client.d.mts.map +1 -1
- package/client.d.ts +15 -90
- package/client.d.ts.map +1 -1
- package/client.js +15 -90
- package/client.js.map +1 -1
- package/client.mjs +15 -90
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/{boards.d.mts → feedback/boards.d.mts} +15 -3
- package/resources/feedback/boards.d.mts.map +1 -0
- package/resources/{boards.d.ts → feedback/boards.d.ts} +15 -3
- package/resources/feedback/boards.d.ts.map +1 -0
- package/resources/{boards.js → feedback/boards.js} +15 -3
- package/resources/feedback/boards.js.map +1 -0
- package/resources/{boards.mjs → feedback/boards.mjs} +15 -3
- package/resources/feedback/boards.mjs.map +1 -0
- package/resources/{comments.d.mts → feedback/comments.d.mts} +10 -10
- package/resources/feedback/comments.d.mts.map +1 -0
- package/resources/{comments.d.ts → feedback/comments.d.ts} +10 -10
- package/resources/feedback/comments.d.ts.map +1 -0
- package/resources/{comments.js → feedback/comments.js} +9 -9
- package/resources/feedback/comments.js.map +1 -0
- package/resources/{comments.mjs → feedback/comments.mjs} +9 -9
- package/resources/feedback/comments.mjs.map +1 -0
- package/resources/{custom-fields.d.mts → feedback/custom-fields.d.mts} +17 -3
- package/resources/feedback/custom-fields.d.mts.map +1 -0
- package/resources/{custom-fields.d.ts → feedback/custom-fields.d.ts} +17 -3
- package/resources/feedback/custom-fields.d.ts.map +1 -0
- package/resources/{custom-fields.js → feedback/custom-fields.js} +17 -3
- package/resources/feedback/custom-fields.js.map +1 -0
- package/resources/{custom-fields.mjs → feedback/custom-fields.mjs} +17 -3
- package/resources/feedback/custom-fields.mjs.map +1 -0
- package/resources/feedback/feedback.d.mts +26 -0
- package/resources/feedback/feedback.d.mts.map +1 -0
- package/resources/feedback/feedback.d.ts +26 -0
- package/resources/feedback/feedback.d.ts.map +1 -0
- package/resources/feedback/feedback.js +33 -0
- package/resources/feedback/feedback.js.map +1 -0
- package/resources/feedback/feedback.mjs +28 -0
- package/resources/feedback/feedback.mjs.map +1 -0
- package/resources/feedback/index.d.mts +7 -0
- package/resources/feedback/index.d.mts.map +1 -0
- package/resources/feedback/index.d.ts +7 -0
- package/resources/feedback/index.d.ts.map +1 -0
- package/resources/feedback/index.js +17 -0
- package/resources/feedback/index.js.map +1 -0
- package/resources/feedback/index.mjs +8 -0
- package/resources/feedback/index.mjs.map +1 -0
- package/resources/{post-statuses.d.mts → feedback/post-statuses.d.mts} +17 -3
- package/resources/feedback/post-statuses.d.mts.map +1 -0
- package/resources/{post-statuses.d.ts → feedback/post-statuses.d.ts} +17 -3
- package/resources/feedback/post-statuses.d.ts.map +1 -0
- package/resources/{post-statuses.js → feedback/post-statuses.js} +17 -3
- package/resources/feedback/post-statuses.js.map +1 -0
- package/resources/{post-statuses.mjs → feedback/post-statuses.mjs} +17 -3
- package/resources/feedback/post-statuses.mjs.map +1 -0
- package/resources/feedback/posts/index.d.mts.map +1 -0
- package/resources/feedback/posts/index.d.ts.map +1 -0
- package/resources/feedback/posts/index.js.map +1 -0
- package/resources/feedback/posts/index.mjs.map +1 -0
- package/resources/{posts → feedback/posts}/posts.d.mts +9 -9
- package/resources/feedback/posts/posts.d.mts.map +1 -0
- package/resources/{posts → feedback/posts}/posts.d.ts +9 -9
- package/resources/feedback/posts/posts.d.ts.map +1 -0
- package/resources/{posts → feedback/posts}/posts.js +9 -9
- package/resources/feedback/posts/posts.js.map +1 -0
- package/resources/{posts → feedback/posts}/posts.mjs +8 -8
- package/resources/feedback/posts/posts.mjs.map +1 -0
- package/resources/{posts → feedback/posts}/voters.d.mts +7 -7
- package/resources/feedback/posts/voters.d.mts.map +1 -0
- package/resources/{posts → feedback/posts}/voters.d.ts +7 -7
- package/resources/feedback/posts/voters.d.ts.map +1 -0
- package/resources/{posts → feedback/posts}/voters.js +6 -6
- package/resources/feedback/posts/voters.js.map +1 -0
- package/resources/{posts → feedback/posts}/voters.mjs +6 -6
- package/resources/feedback/posts/voters.mjs.map +1 -0
- package/resources/{posts.d.mts.map → feedback/posts.d.mts.map} +1 -1
- package/resources/{posts.d.ts.map → feedback/posts.d.ts.map} +1 -1
- package/resources/{posts.js → feedback/posts.js} +1 -1
- package/resources/feedback/posts.js.map +1 -0
- package/resources/feedback/posts.mjs.map +1 -0
- package/resources/feedback.d.mts +2 -0
- package/resources/feedback.d.mts.map +1 -0
- package/resources/feedback.d.ts +2 -0
- package/resources/feedback.d.ts.map +1 -0
- package/resources/feedback.js +6 -0
- package/resources/feedback.js.map +1 -0
- package/resources/feedback.mjs +3 -0
- package/resources/feedback.mjs.map +1 -0
- package/resources/index.d.mts +5 -15
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +5 -15
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +11 -31
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +5 -15
- package/resources/index.mjs.map +1 -1
- package/resources/integrations/index.d.mts +3 -0
- package/resources/integrations/index.d.mts.map +1 -0
- package/resources/integrations/index.d.ts +3 -0
- package/resources/integrations/index.d.ts.map +1 -0
- package/resources/integrations/index.js +9 -0
- package/resources/integrations/index.js.map +1 -0
- package/resources/integrations/index.mjs +4 -0
- package/resources/integrations/index.mjs.map +1 -0
- package/resources/integrations/integrations.d.mts +10 -0
- package/resources/integrations/integrations.d.mts.map +1 -0
- package/resources/integrations/integrations.d.ts +10 -0
- package/resources/integrations/integrations.d.ts.map +1 -0
- package/resources/integrations/integrations.js +17 -0
- package/resources/integrations/integrations.js.map +1 -0
- package/resources/integrations/integrations.mjs +12 -0
- package/resources/integrations/integrations.mjs.map +1 -0
- package/resources/{webhooks.d.mts → integrations/webhooks.d.mts} +12 -11
- package/resources/integrations/webhooks.d.mts.map +1 -0
- package/resources/{webhooks.d.ts → integrations/webhooks.d.ts} +12 -11
- package/resources/integrations/webhooks.d.ts.map +1 -0
- package/resources/{webhooks.js → integrations/webhooks.js} +12 -11
- package/resources/integrations/webhooks.js.map +1 -0
- package/resources/{webhooks.mjs → integrations/webhooks.mjs} +12 -11
- package/resources/integrations/webhooks.mjs.map +1 -0
- package/resources/integrations.d.mts +2 -0
- package/resources/integrations.d.mts.map +1 -0
- package/resources/integrations.d.ts +2 -0
- package/resources/integrations.d.ts.map +1 -0
- package/resources/integrations.js +6 -0
- package/resources/integrations.js.map +1 -0
- package/resources/integrations.mjs +3 -0
- package/resources/integrations.mjs.map +1 -0
- package/resources/{admins.d.mts → organization/admins.d.mts} +3 -3
- package/resources/organization/admins.d.mts.map +1 -0
- package/resources/{admins.d.ts → organization/admins.d.ts} +3 -3
- package/resources/organization/admins.d.ts.map +1 -0
- package/resources/{admins.js → organization/admins.js} +3 -3
- package/resources/organization/admins.js.map +1 -0
- package/resources/{admins.mjs → organization/admins.mjs} +3 -3
- package/resources/organization/admins.mjs.map +1 -0
- package/resources/{brands.d.mts → organization/brands.d.mts} +3 -3
- package/resources/organization/brands.d.mts.map +1 -0
- package/resources/{brands.d.ts → organization/brands.d.ts} +3 -3
- package/resources/organization/brands.d.ts.map +1 -0
- package/resources/{brands.js → organization/brands.js} +3 -3
- package/resources/organization/brands.js.map +1 -0
- package/resources/{brands.mjs → organization/brands.mjs} +3 -3
- package/resources/organization/brands.mjs.map +1 -0
- package/resources/organization/index.d.mts +5 -0
- package/resources/organization/index.d.mts.map +1 -0
- package/resources/organization/index.d.ts +5 -0
- package/resources/organization/index.d.ts.map +1 -0
- package/resources/organization/index.js +13 -0
- package/resources/organization/index.js.map +1 -0
- package/resources/organization/index.mjs +6 -0
- package/resources/organization/index.mjs.map +1 -0
- package/resources/organization/organization.d.mts +18 -0
- package/resources/organization/organization.d.mts.map +1 -0
- package/resources/organization/organization.d.ts +18 -0
- package/resources/organization/organization.d.ts.map +1 -0
- package/resources/organization/organization.js +25 -0
- package/resources/organization/organization.js.map +1 -0
- package/resources/organization/organization.mjs +20 -0
- package/resources/organization/organization.mjs.map +1 -0
- package/resources/{teams.d.mts → organization/teams.d.mts} +3 -3
- package/resources/organization/teams.d.mts.map +1 -0
- package/resources/{teams.d.ts → organization/teams.d.ts} +3 -3
- package/resources/organization/teams.d.ts.map +1 -0
- package/resources/{teams.js → organization/teams.js} +3 -3
- package/resources/organization/teams.js.map +1 -0
- package/resources/{teams.mjs → organization/teams.mjs} +3 -3
- package/resources/organization/teams.mjs.map +1 -0
- package/resources/organization.d.mts +2 -0
- package/resources/organization.d.mts.map +1 -0
- package/resources/organization.d.ts +2 -0
- package/resources/organization.d.ts.map +1 -0
- package/resources/organization.js +6 -0
- package/resources/organization.js.map +1 -0
- package/resources/organization.mjs +3 -0
- package/resources/organization.mjs.map +1 -0
- package/resources/{tags.d.mts → products/conversation-tags.d.mts} +31 -27
- package/resources/products/conversation-tags.d.mts.map +1 -0
- package/resources/{tags.d.ts → products/conversation-tags.d.ts} +31 -27
- package/resources/products/conversation-tags.d.ts.map +1 -0
- package/resources/{tags.js → products/conversation-tags.js} +21 -17
- package/resources/products/conversation-tags.js.map +1 -0
- package/resources/{tags.mjs → products/conversation-tags.mjs} +19 -15
- package/resources/products/conversation-tags.mjs.map +1 -0
- package/resources/{conversations → products/conversations}/conversations.d.mts +37 -36
- package/resources/products/conversations/conversations.d.mts.map +1 -0
- package/resources/{conversations → products/conversations}/conversations.d.ts +37 -36
- package/resources/products/conversations/conversations.d.ts.map +1 -0
- package/resources/{conversations → products/conversations}/conversations.js +32 -31
- package/resources/products/conversations/conversations.js.map +1 -0
- package/resources/{conversations → products/conversations}/conversations.mjs +31 -30
- package/resources/products/conversations/conversations.mjs.map +1 -0
- package/resources/products/conversations/index.d.mts.map +1 -0
- package/resources/products/conversations/index.d.ts.map +1 -0
- package/resources/products/conversations/index.js.map +1 -0
- package/resources/products/conversations/index.mjs.map +1 -0
- package/resources/{conversations → products/conversations}/participants.d.mts +11 -9
- package/resources/products/conversations/participants.d.mts.map +1 -0
- package/resources/{conversations → products/conversations}/participants.d.ts +11 -9
- package/resources/products/conversations/participants.d.ts.map +1 -0
- package/resources/{conversations → products/conversations}/participants.js +11 -9
- package/resources/products/conversations/participants.js.map +1 -0
- package/resources/{conversations → products/conversations}/participants.mjs +11 -9
- package/resources/products/conversations/participants.mjs.map +1 -0
- package/resources/{conversations → products/conversations}/tags.d.mts +5 -5
- package/resources/products/conversations/tags.d.mts.map +1 -0
- package/resources/{conversations → products/conversations}/tags.d.ts +5 -5
- package/resources/products/conversations/tags.d.ts.map +1 -0
- package/resources/{conversations → products/conversations}/tags.js +5 -5
- package/resources/products/conversations/tags.js.map +1 -0
- package/resources/{conversations → products/conversations}/tags.mjs +5 -5
- package/resources/products/conversations/tags.mjs.map +1 -0
- package/resources/products/conversations.d.mts.map +1 -0
- package/resources/products/conversations.d.ts.map +1 -0
- package/resources/{conversations.js → products/conversations.js} +1 -1
- package/resources/products/conversations.js.map +1 -0
- package/resources/products/conversations.mjs.map +1 -0
- package/resources/products/index.d.mts +6 -0
- package/resources/products/index.d.mts.map +1 -0
- package/resources/products/index.d.ts +6 -0
- package/resources/products/index.d.ts.map +1 -0
- package/resources/products/index.js +15 -0
- package/resources/products/index.js.map +1 -0
- package/resources/products/index.mjs +7 -0
- package/resources/products/index.mjs.map +1 -0
- package/resources/products/products.d.mts +22 -0
- package/resources/products/products.d.mts.map +1 -0
- package/resources/products/products.d.ts +22 -0
- package/resources/products/products.d.ts.map +1 -0
- package/resources/products/products.js +29 -0
- package/resources/products/products.js.map +1 -0
- package/resources/products/products.mjs +24 -0
- package/resources/products/products.mjs.map +1 -0
- package/resources/{surveys.d.mts → products/surveys.d.mts} +24 -4
- package/resources/products/surveys.d.mts.map +1 -0
- package/resources/{surveys.d.ts → products/surveys.d.ts} +24 -4
- package/resources/products/surveys.d.ts.map +1 -0
- package/resources/{surveys.js → products/surveys.js} +23 -3
- package/resources/products/surveys.js.map +1 -0
- package/resources/{surveys.mjs → products/surveys.mjs} +23 -3
- package/resources/products/surveys.mjs.map +1 -0
- package/resources/{tickets → products/tickets}/categories.d.mts +10 -8
- package/resources/products/tickets/categories.d.mts.map +1 -0
- package/resources/{tickets → products/tickets}/categories.d.ts +10 -8
- package/resources/products/tickets/categories.d.ts.map +1 -0
- package/resources/{tickets → products/tickets}/categories.js +9 -7
- package/resources/products/tickets/categories.js.map +1 -0
- package/resources/{tickets → products/tickets}/categories.mjs +9 -7
- package/resources/products/tickets/categories.mjs.map +1 -0
- package/resources/{tickets → products/tickets}/custom-fields.d.mts +6 -6
- package/resources/products/tickets/custom-fields.d.mts.map +1 -0
- package/resources/{tickets → products/tickets}/custom-fields.d.ts +6 -6
- package/resources/products/tickets/custom-fields.d.ts.map +1 -0
- package/resources/{tickets → products/tickets}/custom-fields.js +5 -5
- package/resources/products/tickets/custom-fields.js.map +1 -0
- package/resources/{tickets → products/tickets}/custom-fields.mjs +5 -5
- package/resources/products/tickets/custom-fields.mjs.map +1 -0
- package/resources/products/tickets/index.d.mts.map +1 -0
- package/resources/products/tickets/index.d.ts.map +1 -0
- package/resources/products/tickets/index.js.map +1 -0
- package/resources/products/tickets/index.mjs.map +1 -0
- package/resources/{tickets → products/tickets}/statuses.d.mts +10 -8
- package/resources/products/tickets/statuses.d.mts.map +1 -0
- package/resources/{tickets → products/tickets}/statuses.d.ts +10 -8
- package/resources/products/tickets/statuses.d.ts.map +1 -0
- package/resources/{tickets → products/tickets}/statuses.js +9 -7
- package/resources/products/tickets/statuses.js.map +1 -0
- package/resources/{tickets → products/tickets}/statuses.mjs +9 -7
- package/resources/products/tickets/statuses.mjs.map +1 -0
- package/resources/{tickets → products/tickets}/tickets.d.mts +10 -10
- package/resources/products/tickets/tickets.d.mts.map +1 -0
- package/resources/{tickets → products/tickets}/tickets.d.ts +10 -10
- package/resources/products/tickets/tickets.d.ts.map +1 -0
- package/resources/{tickets → products/tickets}/tickets.js +10 -10
- package/resources/products/tickets/tickets.js.map +1 -0
- package/resources/{tickets → products/tickets}/tickets.mjs +9 -9
- package/resources/products/tickets/tickets.mjs.map +1 -0
- package/resources/products/tickets.d.mts.map +1 -0
- package/resources/products/tickets.d.ts.map +1 -0
- package/resources/{tickets.js → products/tickets.js} +1 -1
- package/resources/products/tickets.js.map +1 -0
- package/resources/products/tickets.mjs.map +1 -0
- package/resources/products.d.mts +2 -0
- package/resources/products.d.mts.map +1 -0
- package/resources/products.d.ts +2 -0
- package/resources/products.d.ts.map +1 -0
- package/resources/products.js +6 -0
- package/resources/products.js.map +1 -0
- package/resources/products.mjs +3 -0
- package/resources/products.mjs.map +1 -0
- package/resources/{companies → users/companies}/companies.d.mts +12 -11
- package/resources/users/companies/companies.d.mts.map +1 -0
- package/resources/{companies → users/companies}/companies.d.ts +12 -11
- package/resources/users/companies/companies.d.ts.map +1 -0
- package/resources/{companies → users/companies}/companies.js +13 -12
- package/resources/users/companies/companies.js.map +1 -0
- package/resources/{companies → users/companies}/companies.mjs +12 -11
- package/resources/users/companies/companies.mjs.map +1 -0
- package/resources/{companies → users/companies}/contacts.d.mts +21 -18
- package/resources/users/companies/contacts.d.mts.map +1 -0
- package/resources/{companies → users/companies}/contacts.d.ts +21 -18
- package/resources/users/companies/contacts.d.ts.map +1 -0
- package/resources/{companies → users/companies}/contacts.js +17 -14
- package/resources/users/companies/contacts.js.map +1 -0
- package/resources/{companies → users/companies}/contacts.mjs +17 -14
- package/resources/users/companies/contacts.mjs.map +1 -0
- package/resources/users/companies/index.d.mts.map +1 -0
- package/resources/users/companies/index.d.ts.map +1 -0
- package/resources/users/companies/index.js.map +1 -0
- package/resources/users/companies/index.mjs.map +1 -0
- package/resources/users/companies.d.mts.map +1 -0
- package/resources/users/companies.d.ts.map +1 -0
- package/resources/{companies.js → users/companies.js} +1 -1
- package/resources/users/companies.js.map +1 -0
- package/resources/users/companies.mjs.map +1 -0
- package/resources/{contacts → users/contacts}/by-user-id/by-user-id.d.mts +8 -7
- package/resources/users/contacts/by-user-id/by-user-id.d.mts.map +1 -0
- package/resources/{contacts → users/contacts}/by-user-id/by-user-id.d.ts +8 -7
- package/resources/users/contacts/by-user-id/by-user-id.d.ts.map +1 -0
- package/resources/{contacts → users/contacts}/by-user-id/by-user-id.js +9 -8
- package/resources/users/contacts/by-user-id/by-user-id.js.map +1 -0
- package/resources/{contacts → users/contacts}/by-user-id/by-user-id.mjs +8 -7
- package/resources/users/contacts/by-user-id/by-user-id.mjs.map +1 -0
- package/resources/{contacts → users/contacts}/by-user-id/email-preferences.d.mts +5 -5
- package/resources/users/contacts/by-user-id/email-preferences.d.mts.map +1 -0
- package/resources/{contacts → users/contacts}/by-user-id/email-preferences.d.ts +5 -5
- package/resources/users/contacts/by-user-id/email-preferences.d.ts.map +1 -0
- package/resources/{contacts → users/contacts}/by-user-id/email-preferences.js +5 -5
- package/resources/users/contacts/by-user-id/email-preferences.js.map +1 -0
- package/resources/{contacts → users/contacts}/by-user-id/email-preferences.mjs +5 -5
- package/resources/users/contacts/by-user-id/email-preferences.mjs.map +1 -0
- package/resources/users/contacts/by-user-id/index.d.mts.map +1 -0
- package/resources/users/contacts/by-user-id/index.d.ts.map +1 -0
- package/resources/users/contacts/by-user-id/index.js.map +1 -0
- package/resources/users/contacts/by-user-id/index.mjs.map +1 -0
- package/resources/users/contacts/by-user-id.d.mts.map +1 -0
- package/resources/users/contacts/by-user-id.d.ts.map +1 -0
- package/resources/{contacts → users/contacts}/by-user-id.js +1 -1
- package/resources/users/contacts/by-user-id.js.map +1 -0
- package/resources/users/contacts/by-user-id.mjs.map +1 -0
- package/resources/{contacts → users/contacts}/contacts.d.mts +10 -9
- package/resources/users/contacts/contacts.d.mts.map +1 -0
- package/resources/{contacts → users/contacts}/contacts.d.ts +10 -9
- package/resources/users/contacts/contacts.d.ts.map +1 -0
- package/resources/{contacts → users/contacts}/contacts.js +11 -10
- package/resources/users/contacts/contacts.js.map +1 -0
- package/resources/{contacts → users/contacts}/contacts.mjs +10 -9
- package/resources/users/contacts/contacts.mjs.map +1 -0
- package/resources/{contacts → users/contacts}/email-preferences.d.mts +5 -5
- package/resources/users/contacts/email-preferences.d.mts.map +1 -0
- package/resources/{contacts → users/contacts}/email-preferences.d.ts +5 -5
- package/resources/users/contacts/email-preferences.d.ts.map +1 -0
- package/resources/{contacts → users/contacts}/email-preferences.js +5 -5
- package/resources/users/contacts/email-preferences.js.map +1 -0
- package/resources/{contacts → users/contacts}/email-preferences.mjs +5 -5
- package/resources/users/contacts/email-preferences.mjs.map +1 -0
- package/resources/users/contacts/index.d.mts.map +1 -0
- package/resources/users/contacts/index.d.ts.map +1 -0
- package/resources/users/contacts/index.js.map +1 -0
- package/resources/users/contacts/index.mjs.map +1 -0
- package/resources/users/contacts.d.mts.map +1 -0
- package/resources/users/contacts.d.ts.map +1 -0
- package/resources/{contacts.js → users/contacts.js} +1 -1
- package/resources/users/contacts.js.map +1 -0
- package/resources/users/contacts.mjs.map +1 -0
- package/resources/users/index.d.mts +4 -0
- package/resources/users/index.d.mts.map +1 -0
- package/resources/users/index.d.ts +4 -0
- package/resources/users/index.d.ts.map +1 -0
- package/resources/users/index.js +11 -0
- package/resources/users/index.js.map +1 -0
- package/resources/users/index.mjs +5 -0
- package/resources/users/index.mjs.map +1 -0
- package/resources/users/users.d.mts +14 -0
- package/resources/users/users.d.mts.map +1 -0
- package/resources/users/users.d.ts +14 -0
- package/resources/users/users.d.ts.map +1 -0
- package/resources/users/users.js +21 -0
- package/resources/users/users.js.map +1 -0
- package/resources/users/users.mjs +16 -0
- package/resources/users/users.mjs.map +1 -0
- package/resources/users.d.mts +2 -0
- package/resources/users.d.mts.map +1 -0
- package/resources/users.d.ts +2 -0
- package/resources/users.d.ts.map +1 -0
- package/resources/users.js +6 -0
- package/resources/users.js.map +1 -0
- package/resources/users.mjs +3 -0
- package/resources/users.mjs.map +1 -0
- package/src/client.ts +20 -391
- package/src/resources/{boards.ts → feedback/boards.ts} +17 -5
- package/src/resources/{comments.ts → feedback/comments.ts} +12 -12
- package/src/resources/{custom-fields.ts → feedback/custom-fields.ts} +19 -5
- package/src/resources/feedback/feedback.ts +113 -0
- package/src/resources/feedback/index.ts +48 -0
- package/src/resources/{post-statuses.ts → feedback/post-statuses.ts} +19 -5
- package/src/resources/{posts → feedback/posts}/posts.ts +11 -11
- package/src/resources/{posts → feedback/posts}/voters.ts +9 -9
- package/src/resources/feedback.ts +3 -0
- package/src/resources/index.ts +5 -162
- package/src/resources/integrations/index.ts +16 -0
- package/src/resources/integrations/integrations.ts +39 -0
- package/src/resources/{webhooks.ts → integrations/webhooks.ts} +14 -13
- package/src/resources/integrations.ts +3 -0
- package/src/resources/{admins.ts → organization/admins.ts} +5 -5
- package/src/resources/{brands.ts → organization/brands.ts} +5 -5
- package/src/resources/organization/index.ts +26 -0
- package/src/resources/organization/organization.ts +55 -0
- package/src/resources/{teams.ts → organization/teams.ts} +5 -5
- package/src/resources/organization.ts +3 -0
- package/src/resources/{tags.ts → products/conversation-tags.ts} +44 -34
- package/src/resources/{conversations → products/conversations}/conversations.ts +39 -38
- package/src/resources/{conversations → products/conversations}/participants.ts +13 -11
- package/src/resources/{conversations → products/conversations}/tags.ts +7 -7
- package/src/resources/products/index.ts +57 -0
- package/src/resources/products/products.ts +135 -0
- package/src/resources/{surveys.ts → products/surveys.ts} +26 -6
- package/src/resources/{tickets → products/tickets}/categories.ts +12 -10
- package/src/resources/{tickets → products/tickets}/custom-fields.ts +8 -8
- package/src/resources/{tickets → products/tickets}/statuses.ts +12 -10
- package/src/resources/{tickets → products/tickets}/tickets.ts +12 -12
- package/src/resources/products.ts +3 -0
- package/src/resources/{companies → users/companies}/companies.ts +14 -13
- package/src/resources/{companies → users/companies}/contacts.ts +23 -20
- package/src/resources/{contacts → users/contacts}/by-user-id/by-user-id.ts +10 -9
- package/src/resources/{contacts → users/contacts}/by-user-id/email-preferences.ts +7 -7
- package/src/resources/{contacts → users/contacts}/contacts.ts +12 -11
- package/src/resources/{contacts → users/contacts}/email-preferences.ts +7 -7
- package/src/resources/users/index.ts +30 -0
- package/src/resources/users/users.ts +71 -0
- package/src/resources/users.ts +3 -0
- 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
- package/resources/admins.d.mts.map +0 -1
- package/resources/admins.d.ts.map +0 -1
- package/resources/admins.js.map +0 -1
- package/resources/admins.mjs.map +0 -1
- package/resources/boards.d.mts.map +0 -1
- package/resources/boards.d.ts.map +0 -1
- package/resources/boards.js.map +0 -1
- package/resources/boards.mjs.map +0 -1
- package/resources/brands.d.mts.map +0 -1
- package/resources/brands.d.ts.map +0 -1
- package/resources/brands.js.map +0 -1
- package/resources/brands.mjs.map +0 -1
- package/resources/comments.d.mts.map +0 -1
- package/resources/comments.d.ts.map +0 -1
- package/resources/comments.js.map +0 -1
- package/resources/comments.mjs.map +0 -1
- package/resources/companies/companies.d.mts.map +0 -1
- package/resources/companies/companies.d.ts.map +0 -1
- package/resources/companies/companies.js.map +0 -1
- package/resources/companies/companies.mjs.map +0 -1
- package/resources/companies/contacts.d.mts.map +0 -1
- package/resources/companies/contacts.d.ts.map +0 -1
- package/resources/companies/contacts.js.map +0 -1
- package/resources/companies/contacts.mjs.map +0 -1
- package/resources/companies/index.d.mts.map +0 -1
- package/resources/companies/index.d.ts.map +0 -1
- package/resources/companies/index.js.map +0 -1
- package/resources/companies/index.mjs.map +0 -1
- package/resources/companies.d.mts.map +0 -1
- package/resources/companies.d.ts.map +0 -1
- package/resources/companies.js.map +0 -1
- package/resources/companies.mjs.map +0 -1
- package/resources/contacts/by-user-id/by-user-id.d.mts.map +0 -1
- package/resources/contacts/by-user-id/by-user-id.d.ts.map +0 -1
- package/resources/contacts/by-user-id/by-user-id.js.map +0 -1
- package/resources/contacts/by-user-id/by-user-id.mjs.map +0 -1
- package/resources/contacts/by-user-id/email-preferences.d.mts.map +0 -1
- package/resources/contacts/by-user-id/email-preferences.d.ts.map +0 -1
- package/resources/contacts/by-user-id/email-preferences.js.map +0 -1
- package/resources/contacts/by-user-id/email-preferences.mjs.map +0 -1
- package/resources/contacts/by-user-id/index.d.mts.map +0 -1
- package/resources/contacts/by-user-id/index.d.ts.map +0 -1
- package/resources/contacts/by-user-id/index.js.map +0 -1
- package/resources/contacts/by-user-id/index.mjs.map +0 -1
- package/resources/contacts/by-user-id.d.mts.map +0 -1
- package/resources/contacts/by-user-id.d.ts.map +0 -1
- package/resources/contacts/by-user-id.js.map +0 -1
- package/resources/contacts/by-user-id.mjs.map +0 -1
- package/resources/contacts/contacts.d.mts.map +0 -1
- package/resources/contacts/contacts.d.ts.map +0 -1
- package/resources/contacts/contacts.js.map +0 -1
- package/resources/contacts/contacts.mjs.map +0 -1
- package/resources/contacts/email-preferences.d.mts.map +0 -1
- package/resources/contacts/email-preferences.d.ts.map +0 -1
- package/resources/contacts/email-preferences.js.map +0 -1
- package/resources/contacts/email-preferences.mjs.map +0 -1
- package/resources/contacts/index.d.mts.map +0 -1
- package/resources/contacts/index.d.ts.map +0 -1
- package/resources/contacts/index.js.map +0 -1
- package/resources/contacts/index.mjs.map +0 -1
- package/resources/contacts.d.mts.map +0 -1
- package/resources/contacts.d.ts.map +0 -1
- package/resources/contacts.js.map +0 -1
- package/resources/contacts.mjs.map +0 -1
- package/resources/conversations/conversations.d.mts.map +0 -1
- package/resources/conversations/conversations.d.ts.map +0 -1
- package/resources/conversations/conversations.js.map +0 -1
- package/resources/conversations/conversations.mjs.map +0 -1
- package/resources/conversations/index.d.mts.map +0 -1
- package/resources/conversations/index.d.ts.map +0 -1
- package/resources/conversations/index.js.map +0 -1
- package/resources/conversations/index.mjs.map +0 -1
- package/resources/conversations/participants.d.mts.map +0 -1
- package/resources/conversations/participants.d.ts.map +0 -1
- package/resources/conversations/participants.js.map +0 -1
- package/resources/conversations/participants.mjs.map +0 -1
- package/resources/conversations/tags.d.mts.map +0 -1
- package/resources/conversations/tags.d.ts.map +0 -1
- package/resources/conversations/tags.js.map +0 -1
- package/resources/conversations/tags.mjs.map +0 -1
- package/resources/conversations.d.mts.map +0 -1
- package/resources/conversations.d.ts.map +0 -1
- package/resources/conversations.js.map +0 -1
- package/resources/conversations.mjs.map +0 -1
- package/resources/custom-fields.d.mts.map +0 -1
- package/resources/custom-fields.d.ts.map +0 -1
- package/resources/custom-fields.js.map +0 -1
- package/resources/custom-fields.mjs.map +0 -1
- package/resources/post-statuses.d.mts.map +0 -1
- package/resources/post-statuses.d.ts.map +0 -1
- package/resources/post-statuses.js.map +0 -1
- package/resources/post-statuses.mjs.map +0 -1
- package/resources/posts/index.d.mts.map +0 -1
- package/resources/posts/index.d.ts.map +0 -1
- package/resources/posts/index.js.map +0 -1
- package/resources/posts/index.mjs.map +0 -1
- package/resources/posts/posts.d.mts.map +0 -1
- package/resources/posts/posts.d.ts.map +0 -1
- package/resources/posts/posts.js.map +0 -1
- package/resources/posts/posts.mjs.map +0 -1
- package/resources/posts/voters.d.mts.map +0 -1
- package/resources/posts/voters.d.ts.map +0 -1
- package/resources/posts/voters.js.map +0 -1
- package/resources/posts/voters.mjs.map +0 -1
- package/resources/posts.js.map +0 -1
- package/resources/posts.mjs.map +0 -1
- package/resources/surveys.d.mts.map +0 -1
- package/resources/surveys.d.ts.map +0 -1
- package/resources/surveys.js.map +0 -1
- package/resources/surveys.mjs.map +0 -1
- package/resources/tags.d.mts.map +0 -1
- package/resources/tags.d.ts.map +0 -1
- package/resources/tags.js.map +0 -1
- package/resources/tags.mjs.map +0 -1
- package/resources/teams.d.mts.map +0 -1
- package/resources/teams.d.ts.map +0 -1
- package/resources/teams.js.map +0 -1
- package/resources/teams.mjs.map +0 -1
- package/resources/tickets/categories.d.mts.map +0 -1
- package/resources/tickets/categories.d.ts.map +0 -1
- package/resources/tickets/categories.js.map +0 -1
- package/resources/tickets/categories.mjs.map +0 -1
- package/resources/tickets/custom-fields.d.mts.map +0 -1
- package/resources/tickets/custom-fields.d.ts.map +0 -1
- package/resources/tickets/custom-fields.js.map +0 -1
- package/resources/tickets/custom-fields.mjs.map +0 -1
- package/resources/tickets/index.d.mts.map +0 -1
- package/resources/tickets/index.d.ts.map +0 -1
- package/resources/tickets/index.js.map +0 -1
- package/resources/tickets/index.mjs.map +0 -1
- package/resources/tickets/statuses.d.mts.map +0 -1
- package/resources/tickets/statuses.d.ts.map +0 -1
- package/resources/tickets/statuses.js.map +0 -1
- package/resources/tickets/statuses.mjs.map +0 -1
- package/resources/tickets/tickets.d.mts.map +0 -1
- package/resources/tickets/tickets.d.ts.map +0 -1
- package/resources/tickets/tickets.js.map +0 -1
- package/resources/tickets/tickets.mjs.map +0 -1
- package/resources/tickets.d.mts.map +0 -1
- package/resources/tickets.d.ts.map +0 -1
- package/resources/tickets.js.map +0 -1
- package/resources/tickets.mjs.map +0 -1
- package/resources/webhooks.d.mts.map +0 -1
- package/resources/webhooks.d.ts.map +0 -1
- package/resources/webhooks.js.map +0 -1
- package/resources/webhooks.mjs.map +0 -1
- /package/resources/{posts → feedback/posts}/index.d.mts +0 -0
- /package/resources/{posts → feedback/posts}/index.d.ts +0 -0
- /package/resources/{posts → feedback/posts}/index.js +0 -0
- /package/resources/{posts → feedback/posts}/index.mjs +0 -0
- /package/resources/{posts.d.mts → feedback/posts.d.mts} +0 -0
- /package/resources/{posts.d.ts → feedback/posts.d.ts} +0 -0
- /package/resources/{posts.mjs → feedback/posts.mjs} +0 -0
- /package/resources/{conversations → products/conversations}/index.d.mts +0 -0
- /package/resources/{conversations → products/conversations}/index.d.ts +0 -0
- /package/resources/{conversations → products/conversations}/index.js +0 -0
- /package/resources/{conversations → products/conversations}/index.mjs +0 -0
- /package/resources/{conversations.d.mts → products/conversations.d.mts} +0 -0
- /package/resources/{conversations.d.ts → products/conversations.d.ts} +0 -0
- /package/resources/{conversations.mjs → products/conversations.mjs} +0 -0
- /package/resources/{tickets → products/tickets}/index.d.mts +0 -0
- /package/resources/{tickets → products/tickets}/index.d.ts +0 -0
- /package/resources/{tickets → products/tickets}/index.js +0 -0
- /package/resources/{tickets → products/tickets}/index.mjs +0 -0
- /package/resources/{tickets.d.mts → products/tickets.d.mts} +0 -0
- /package/resources/{tickets.d.ts → products/tickets.d.ts} +0 -0
- /package/resources/{tickets.mjs → products/tickets.mjs} +0 -0
- /package/resources/{companies → users/companies}/index.d.mts +0 -0
- /package/resources/{companies → users/companies}/index.d.ts +0 -0
- /package/resources/{companies → users/companies}/index.js +0 -0
- /package/resources/{companies → users/companies}/index.mjs +0 -0
- /package/resources/{companies.d.mts → users/companies.d.mts} +0 -0
- /package/resources/{companies.d.ts → users/companies.d.ts} +0 -0
- /package/resources/{companies.mjs → users/companies.mjs} +0 -0
- /package/resources/{contacts → users/contacts}/by-user-id/index.d.mts +0 -0
- /package/resources/{contacts → users/contacts}/by-user-id/index.d.ts +0 -0
- /package/resources/{contacts → users/contacts}/by-user-id/index.js +0 -0
- /package/resources/{contacts → users/contacts}/by-user-id/index.mjs +0 -0
- /package/resources/{contacts → users/contacts}/by-user-id.d.mts +0 -0
- /package/resources/{contacts → users/contacts}/by-user-id.d.ts +0 -0
- /package/resources/{contacts → users/contacts}/by-user-id.mjs +0 -0
- /package/resources/{contacts → users/contacts}/index.d.mts +0 -0
- /package/resources/{contacts → users/contacts}/index.d.ts +0 -0
- /package/resources/{contacts → users/contacts}/index.js +0 -0
- /package/resources/{contacts → users/contacts}/index.mjs +0 -0
- /package/resources/{contacts.d.mts → users/contacts.d.mts} +0 -0
- /package/resources/{contacts.d.ts → users/contacts.d.ts} +0 -0
- /package/resources/{contacts.mjs → users/contacts.mjs} +0 -0
- /package/src/resources/{posts → feedback/posts}/index.ts +0 -0
- /package/src/resources/{posts.ts → feedback/posts.ts} +0 -0
- /package/src/resources/{conversations → products/conversations}/index.ts +0 -0
- /package/src/resources/{conversations.ts → products/conversations.ts} +0 -0
- /package/src/resources/{tickets → products/tickets}/index.ts +0 -0
- /package/src/resources/{tickets.ts → products/tickets.ts} +0 -0
- /package/src/resources/{companies → users/companies}/index.ts +0 -0
- /package/src/resources/{companies.ts → users/companies.ts} +0 -0
- /package/src/resources/{contacts → users/contacts}/by-user-id/index.ts +0 -0
- /package/src/resources/{contacts → users/contacts}/by-user-id.ts +0 -0
- /package/src/resources/{contacts → users/contacts}/index.ts +0 -0
- /package/src/resources/{contacts.ts → users/contacts.ts} +0 -0
package/src/client.ts
CHANGED
|
@@ -17,78 +17,6 @@ import * as Errors from './core/error';
|
|
|
17
17
|
import * as Uploads from './core/uploads';
|
|
18
18
|
import * as API from './resources/index';
|
|
19
19
|
import { APIPromise } from './core/api-promise';
|
|
20
|
-
import {
|
|
21
|
-
Admin,
|
|
22
|
-
AdminListParams,
|
|
23
|
-
AdminListResponse,
|
|
24
|
-
AdminListRolesParams,
|
|
25
|
-
AdminListRolesResponse,
|
|
26
|
-
AdminRetrieveParams,
|
|
27
|
-
Admins,
|
|
28
|
-
} from './resources/admins';
|
|
29
|
-
import { Board, BoardListParams, BoardListResponse, BoardRetrieveParams, Boards } from './resources/boards';
|
|
30
|
-
import { Brand, BrandListParams, BrandListResponse, BrandRetrieveParams, Brands } from './resources/brands';
|
|
31
|
-
import {
|
|
32
|
-
Comment,
|
|
33
|
-
CommentCreateParams,
|
|
34
|
-
CommentDelete0Params,
|
|
35
|
-
CommentDelete0Response,
|
|
36
|
-
CommentDelete1Params,
|
|
37
|
-
CommentDelete1Response,
|
|
38
|
-
CommentListParams,
|
|
39
|
-
CommentListResponse,
|
|
40
|
-
CommentRetrieveParams,
|
|
41
|
-
CommentUpdateParams,
|
|
42
|
-
Comments,
|
|
43
|
-
} from './resources/comments';
|
|
44
|
-
import {
|
|
45
|
-
CustomField,
|
|
46
|
-
CustomFieldList,
|
|
47
|
-
CustomFieldListParams,
|
|
48
|
-
CustomFieldRetrieveParams,
|
|
49
|
-
CustomFields,
|
|
50
|
-
} from './resources/custom-fields';
|
|
51
|
-
import {
|
|
52
|
-
PostStatus,
|
|
53
|
-
PostStatusListParams,
|
|
54
|
-
PostStatusListResponse,
|
|
55
|
-
PostStatusRetrieveParams,
|
|
56
|
-
PostStatuses,
|
|
57
|
-
} from './resources/post-statuses';
|
|
58
|
-
import {
|
|
59
|
-
Survey,
|
|
60
|
-
SurveyListParams,
|
|
61
|
-
SurveyListResponse,
|
|
62
|
-
SurveyNextAction,
|
|
63
|
-
SurveyRetrieveParams,
|
|
64
|
-
SurveyRetrieveResponsesParams,
|
|
65
|
-
SurveyRetrieveResponsesResponse,
|
|
66
|
-
Surveys,
|
|
67
|
-
} from './resources/surveys';
|
|
68
|
-
import {
|
|
69
|
-
ConversationTag,
|
|
70
|
-
TagCreateOrRenameParams,
|
|
71
|
-
TagDeleteParams,
|
|
72
|
-
TagDeleteResponse,
|
|
73
|
-
TagListParams,
|
|
74
|
-
TagListResponse,
|
|
75
|
-
TagRetrieveParams,
|
|
76
|
-
Tags,
|
|
77
|
-
} from './resources/tags';
|
|
78
|
-
import { Team, TeamListParams, TeamListResponse, TeamRetrieveParams, Teams } from './resources/teams';
|
|
79
|
-
import {
|
|
80
|
-
Webhook,
|
|
81
|
-
WebhookCreateParams,
|
|
82
|
-
WebhookDeleteParams,
|
|
83
|
-
WebhookDeleteResponse,
|
|
84
|
-
WebhookListParams,
|
|
85
|
-
WebhookListResponse,
|
|
86
|
-
WebhookRefreshSecretParams,
|
|
87
|
-
WebhookRequestConfigInput,
|
|
88
|
-
WebhookRetrieveParams,
|
|
89
|
-
WebhookUpdateParams,
|
|
90
|
-
Webhooks,
|
|
91
|
-
} from './resources/webhooks';
|
|
92
20
|
import {
|
|
93
21
|
Changelog,
|
|
94
22
|
ChangelogCreateParams,
|
|
@@ -103,79 +31,12 @@ import {
|
|
|
103
31
|
Changelogs,
|
|
104
32
|
PublishUnpublishSuccess,
|
|
105
33
|
} from './resources/changelogs/changelogs';
|
|
106
|
-
import {
|
|
107
|
-
Companies,
|
|
108
|
-
Company,
|
|
109
|
-
CompanyCreateOrUpdateParams,
|
|
110
|
-
CompanyDeleteByCompanyIDParams,
|
|
111
|
-
CompanyDeleteParams,
|
|
112
|
-
CompanyListParams,
|
|
113
|
-
CompanyListResponse,
|
|
114
|
-
CompanyRetrieveParams,
|
|
115
|
-
DeletedCompany,
|
|
116
|
-
} from './resources/companies/companies';
|
|
117
|
-
import {
|
|
118
|
-
Contact,
|
|
119
|
-
ContactBlockParams,
|
|
120
|
-
ContactBlockResponse,
|
|
121
|
-
ContactCreateOrUpdateParams,
|
|
122
|
-
ContactCreateOrUpdateResponse,
|
|
123
|
-
ContactDeleteParams,
|
|
124
|
-
ContactList,
|
|
125
|
-
ContactListParams,
|
|
126
|
-
ContactRetrieveParams,
|
|
127
|
-
ContactRetrieveResponse,
|
|
128
|
-
ContactUnblockParams,
|
|
129
|
-
ContactUnblockResponse,
|
|
130
|
-
Contacts,
|
|
131
|
-
DeletedContact,
|
|
132
|
-
} from './resources/contacts/contacts';
|
|
133
|
-
import {
|
|
134
|
-
Conversation,
|
|
135
|
-
ConversationCreateParams,
|
|
136
|
-
ConversationDeleteParams,
|
|
137
|
-
ConversationDeleteResponse,
|
|
138
|
-
ConversationListParams,
|
|
139
|
-
ConversationListResponse,
|
|
140
|
-
ConversationPart,
|
|
141
|
-
ConversationPartAuthor,
|
|
142
|
-
ConversationParticipant,
|
|
143
|
-
ConversationRedactParams,
|
|
144
|
-
ConversationReplyParams,
|
|
145
|
-
ConversationRetrieveParams,
|
|
146
|
-
ConversationTagApplication,
|
|
147
|
-
ConversationUpdateParams,
|
|
148
|
-
Conversations,
|
|
149
|
-
CsatEmailDelivery,
|
|
150
|
-
CsatRatedAgent,
|
|
151
|
-
CsatWorkflowLink,
|
|
152
|
-
EmailRecipients,
|
|
153
|
-
} from './resources/conversations/conversations';
|
|
34
|
+
import { Feedback } from './resources/feedback/feedback';
|
|
154
35
|
import { HelpCenter } from './resources/help-center/help-center';
|
|
155
|
-
import {
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
PostDeleteResponse,
|
|
160
|
-
PostListParams,
|
|
161
|
-
PostListResponse,
|
|
162
|
-
PostRetrieveParams,
|
|
163
|
-
PostUpdateParams,
|
|
164
|
-
Posts,
|
|
165
|
-
} from './resources/posts/posts';
|
|
166
|
-
import {
|
|
167
|
-
AuthorInput,
|
|
168
|
-
Ticket,
|
|
169
|
-
TicketCreateParams,
|
|
170
|
-
TicketDeleteParams,
|
|
171
|
-
TicketDeleteResponse,
|
|
172
|
-
TicketListParams,
|
|
173
|
-
TicketListResponse,
|
|
174
|
-
TicketReplyParams,
|
|
175
|
-
TicketRetrieveParams,
|
|
176
|
-
TicketUpdateParams,
|
|
177
|
-
Tickets,
|
|
178
|
-
} from './resources/tickets/tickets';
|
|
36
|
+
import { Integrations } from './resources/integrations/integrations';
|
|
37
|
+
import { Organization } from './resources/organization/organization';
|
|
38
|
+
import { Products } from './resources/products/products';
|
|
39
|
+
import { Users } from './resources/users/users';
|
|
179
40
|
import { type Fetch } from './internal/builtin-types';
|
|
180
41
|
import { HeadersLike, NullableHeaders, buildHeaders } from './internal/headers';
|
|
181
42
|
import { FinalRequestOptions, RequestOptions } from './internal/request-options';
|
|
@@ -885,121 +746,30 @@ export class Featurebase {
|
|
|
885
746
|
|
|
886
747
|
static toFile = Uploads.toFile;
|
|
887
748
|
|
|
888
|
-
|
|
889
|
-
* Boards (post categories) organize feedback into distinct containers with their own settings.
|
|
890
|
-
*/
|
|
891
|
-
boards: API.Boards = new API.Boards(this);
|
|
892
|
-
/**
|
|
893
|
-
* User-submitted feedback and feature requests. Posts belong to boards and can be upvoted, commented on, and tracked through statuses.
|
|
894
|
-
*/
|
|
895
|
-
posts: API.Posts = new API.Posts(this);
|
|
896
|
-
/**
|
|
897
|
-
* Post statuses define the workflow stages for posts (e.g., In Review, Active, Completed).
|
|
898
|
-
*/
|
|
899
|
-
postStatuses: API.PostStatuses = new API.PostStatuses(this);
|
|
749
|
+
feedback: API.Feedback = new API.Feedback(this);
|
|
900
750
|
/**
|
|
901
751
|
* Release notes and updates published by the organization. Changelogs keep users informed about new features, improvements, and fixes.
|
|
902
752
|
*/
|
|
903
753
|
changelogs: API.Changelogs = new API.Changelogs(this);
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
admins: API.Admins = new API.Admins(this);
|
|
908
|
-
/**
|
|
909
|
-
* Configurable input fields for posts in your Featurebase organization. Custom fields allow you to collect additional structured data when users create posts.
|
|
910
|
-
*/
|
|
911
|
-
customFields: API.CustomFields = new API.CustomFields(this);
|
|
912
|
-
/**
|
|
913
|
-
* Surveys allow you to collect targeted feedback from your users within your product. Surveys can be targeted to specific user segments or pages and can contain multiple questions with conditional logic.
|
|
914
|
-
*/
|
|
915
|
-
surveys: API.Surveys = new API.Surveys(this);
|
|
754
|
+
organization: API.Organization = new API.Organization(this);
|
|
755
|
+
users: API.Users = new API.Users(this);
|
|
756
|
+
products: API.Products = new API.Products(this);
|
|
916
757
|
helpCenter: API.HelpCenter = new API.HelpCenter(this);
|
|
917
|
-
|
|
918
|
-
* Contacts are the customers and leads in your Featurebase organization. Use this endpoint to list and retrieve contact information.
|
|
919
|
-
*/
|
|
920
|
-
contacts: API.Contacts = new API.Contacts(this);
|
|
921
|
-
/**
|
|
922
|
-
* Teams are groups within your Featurebase organization. Use this endpoint to list and retrieve team information for conversation assignment and organization management.
|
|
923
|
-
*/
|
|
924
|
-
teams: API.Teams = new API.Teams(this);
|
|
925
|
-
/**
|
|
926
|
-
* Companies represent organizations or businesses that your users belong to. Use this endpoint to list and retrieve company information.
|
|
927
|
-
*/
|
|
928
|
-
companies: API.Companies = new API.Companies(this);
|
|
929
|
-
/**
|
|
930
|
-
* Brands represent distinct brand identities within your organization. Each brand can have its own help center and email sending address. Use this endpoint to list and retrieve brand information.
|
|
931
|
-
*/
|
|
932
|
-
brands: API.Brands = new API.Brands(this);
|
|
933
|
-
/**
|
|
934
|
-
* Conversations are messenger/inbox conversations in your Featurebase organization. Use this endpoint to list and retrieve conversation information.
|
|
935
|
-
*/
|
|
936
|
-
conversations: API.Conversations = new API.Conversations(this);
|
|
937
|
-
/**
|
|
938
|
-
* Conversation tags let you organize, filter, and automate around inbox conversations. Use these endpoints to list, look up, create, rename, and delete workspace conversation tags.
|
|
939
|
-
*/
|
|
940
|
-
tags: API.Tags = new API.Tags(this);
|
|
941
|
-
/**
|
|
942
|
-
* Tickets represent support requests in your Featurebase organization. Create, update, reply to, and manage tickets via these endpoints.
|
|
943
|
-
*/
|
|
944
|
-
tickets: API.Tickets = new API.Tickets(this);
|
|
945
|
-
/**
|
|
946
|
-
* Webhooks allow you to receive real-time HTTP callbacks when events occur in your Featurebase organization. Configure webhook endpoints to subscribe to specific event types.
|
|
947
|
-
*/
|
|
948
|
-
webhooks: API.Webhooks = new API.Webhooks(this);
|
|
949
|
-
/**
|
|
950
|
-
* Threaded discussions on posts and changelogs. Comments support voting, moderation, and privacy controls.
|
|
951
|
-
*/
|
|
952
|
-
comments: API.Comments = new API.Comments(this);
|
|
758
|
+
integrations: API.Integrations = new API.Integrations(this);
|
|
953
759
|
}
|
|
954
760
|
|
|
955
|
-
Featurebase.
|
|
956
|
-
Featurebase.Posts = Posts;
|
|
957
|
-
Featurebase.PostStatuses = PostStatuses;
|
|
761
|
+
Featurebase.Feedback = Feedback;
|
|
958
762
|
Featurebase.Changelogs = Changelogs;
|
|
959
|
-
Featurebase.
|
|
960
|
-
Featurebase.
|
|
961
|
-
Featurebase.
|
|
763
|
+
Featurebase.Organization = Organization;
|
|
764
|
+
Featurebase.Users = Users;
|
|
765
|
+
Featurebase.Products = Products;
|
|
962
766
|
Featurebase.HelpCenter = HelpCenter;
|
|
963
|
-
Featurebase.
|
|
964
|
-
Featurebase.Teams = Teams;
|
|
965
|
-
Featurebase.Companies = Companies;
|
|
966
|
-
Featurebase.Brands = Brands;
|
|
967
|
-
Featurebase.Conversations = Conversations;
|
|
968
|
-
Featurebase.Tags = Tags;
|
|
969
|
-
Featurebase.Tickets = Tickets;
|
|
970
|
-
Featurebase.Webhooks = Webhooks;
|
|
971
|
-
Featurebase.Comments = Comments;
|
|
767
|
+
Featurebase.Integrations = Integrations;
|
|
972
768
|
|
|
973
769
|
export declare namespace Featurebase {
|
|
974
770
|
export type RequestOptions = Opts.RequestOptions;
|
|
975
771
|
|
|
976
|
-
export {
|
|
977
|
-
Boards as Boards,
|
|
978
|
-
type Board as Board,
|
|
979
|
-
type BoardListResponse as BoardListResponse,
|
|
980
|
-
type BoardRetrieveParams as BoardRetrieveParams,
|
|
981
|
-
type BoardListParams as BoardListParams,
|
|
982
|
-
};
|
|
983
|
-
|
|
984
|
-
export {
|
|
985
|
-
Posts as Posts,
|
|
986
|
-
type Post as Post,
|
|
987
|
-
type PostListResponse as PostListResponse,
|
|
988
|
-
type PostDeleteResponse as PostDeleteResponse,
|
|
989
|
-
type PostCreateParams as PostCreateParams,
|
|
990
|
-
type PostRetrieveParams as PostRetrieveParams,
|
|
991
|
-
type PostUpdateParams as PostUpdateParams,
|
|
992
|
-
type PostListParams as PostListParams,
|
|
993
|
-
type PostDeleteParams as PostDeleteParams,
|
|
994
|
-
};
|
|
995
|
-
|
|
996
|
-
export {
|
|
997
|
-
PostStatuses as PostStatuses,
|
|
998
|
-
type PostStatus as PostStatus,
|
|
999
|
-
type PostStatusListResponse as PostStatusListResponse,
|
|
1000
|
-
type PostStatusRetrieveParams as PostStatusRetrieveParams,
|
|
1001
|
-
type PostStatusListParams as PostStatusListParams,
|
|
1002
|
-
};
|
|
772
|
+
export { Feedback as Feedback };
|
|
1003
773
|
|
|
1004
774
|
export {
|
|
1005
775
|
Changelogs as Changelogs,
|
|
@@ -1016,154 +786,13 @@ export declare namespace Featurebase {
|
|
|
1016
786
|
type ChangelogUnpublishParams as ChangelogUnpublishParams,
|
|
1017
787
|
};
|
|
1018
788
|
|
|
1019
|
-
export {
|
|
1020
|
-
Admins as Admins,
|
|
1021
|
-
type Admin as Admin,
|
|
1022
|
-
type AdminListResponse as AdminListResponse,
|
|
1023
|
-
type AdminListRolesResponse as AdminListRolesResponse,
|
|
1024
|
-
type AdminRetrieveParams as AdminRetrieveParams,
|
|
1025
|
-
type AdminListParams as AdminListParams,
|
|
1026
|
-
type AdminListRolesParams as AdminListRolesParams,
|
|
1027
|
-
};
|
|
789
|
+
export { Organization as Organization };
|
|
1028
790
|
|
|
1029
|
-
export {
|
|
1030
|
-
CustomFields as CustomFields,
|
|
1031
|
-
type CustomField as CustomField,
|
|
1032
|
-
type CustomFieldList as CustomFieldList,
|
|
1033
|
-
type CustomFieldRetrieveParams as CustomFieldRetrieveParams,
|
|
1034
|
-
type CustomFieldListParams as CustomFieldListParams,
|
|
1035
|
-
};
|
|
791
|
+
export { Users as Users };
|
|
1036
792
|
|
|
1037
|
-
export {
|
|
1038
|
-
Surveys as Surveys,
|
|
1039
|
-
type Survey as Survey,
|
|
1040
|
-
type SurveyNextAction as SurveyNextAction,
|
|
1041
|
-
type SurveyListResponse as SurveyListResponse,
|
|
1042
|
-
type SurveyRetrieveResponsesResponse as SurveyRetrieveResponsesResponse,
|
|
1043
|
-
type SurveyRetrieveParams as SurveyRetrieveParams,
|
|
1044
|
-
type SurveyListParams as SurveyListParams,
|
|
1045
|
-
type SurveyRetrieveResponsesParams as SurveyRetrieveResponsesParams,
|
|
1046
|
-
};
|
|
793
|
+
export { Products as Products };
|
|
1047
794
|
|
|
1048
795
|
export { HelpCenter as HelpCenter };
|
|
1049
796
|
|
|
1050
|
-
export {
|
|
1051
|
-
Contacts as Contacts,
|
|
1052
|
-
type Contact as Contact,
|
|
1053
|
-
type ContactList as ContactList,
|
|
1054
|
-
type DeletedContact as DeletedContact,
|
|
1055
|
-
type ContactRetrieveResponse as ContactRetrieveResponse,
|
|
1056
|
-
type ContactBlockResponse as ContactBlockResponse,
|
|
1057
|
-
type ContactCreateOrUpdateResponse as ContactCreateOrUpdateResponse,
|
|
1058
|
-
type ContactUnblockResponse as ContactUnblockResponse,
|
|
1059
|
-
type ContactRetrieveParams as ContactRetrieveParams,
|
|
1060
|
-
type ContactListParams as ContactListParams,
|
|
1061
|
-
type ContactDeleteParams as ContactDeleteParams,
|
|
1062
|
-
type ContactBlockParams as ContactBlockParams,
|
|
1063
|
-
type ContactCreateOrUpdateParams as ContactCreateOrUpdateParams,
|
|
1064
|
-
type ContactUnblockParams as ContactUnblockParams,
|
|
1065
|
-
};
|
|
1066
|
-
|
|
1067
|
-
export {
|
|
1068
|
-
Teams as Teams,
|
|
1069
|
-
type Team as Team,
|
|
1070
|
-
type TeamListResponse as TeamListResponse,
|
|
1071
|
-
type TeamRetrieveParams as TeamRetrieveParams,
|
|
1072
|
-
type TeamListParams as TeamListParams,
|
|
1073
|
-
};
|
|
1074
|
-
|
|
1075
|
-
export {
|
|
1076
|
-
Companies as Companies,
|
|
1077
|
-
type Company as Company,
|
|
1078
|
-
type DeletedCompany as DeletedCompany,
|
|
1079
|
-
type CompanyListResponse as CompanyListResponse,
|
|
1080
|
-
type CompanyRetrieveParams as CompanyRetrieveParams,
|
|
1081
|
-
type CompanyListParams as CompanyListParams,
|
|
1082
|
-
type CompanyDeleteParams as CompanyDeleteParams,
|
|
1083
|
-
type CompanyCreateOrUpdateParams as CompanyCreateOrUpdateParams,
|
|
1084
|
-
type CompanyDeleteByCompanyIDParams as CompanyDeleteByCompanyIDParams,
|
|
1085
|
-
};
|
|
1086
|
-
|
|
1087
|
-
export {
|
|
1088
|
-
Brands as Brands,
|
|
1089
|
-
type Brand as Brand,
|
|
1090
|
-
type BrandListResponse as BrandListResponse,
|
|
1091
|
-
type BrandRetrieveParams as BrandRetrieveParams,
|
|
1092
|
-
type BrandListParams as BrandListParams,
|
|
1093
|
-
};
|
|
1094
|
-
|
|
1095
|
-
export {
|
|
1096
|
-
Conversations as Conversations,
|
|
1097
|
-
type Conversation as Conversation,
|
|
1098
|
-
type ConversationPart as ConversationPart,
|
|
1099
|
-
type ConversationPartAuthor as ConversationPartAuthor,
|
|
1100
|
-
type ConversationParticipant as ConversationParticipant,
|
|
1101
|
-
type ConversationTagApplication as ConversationTagApplication,
|
|
1102
|
-
type CsatEmailDelivery as CsatEmailDelivery,
|
|
1103
|
-
type CsatRatedAgent as CsatRatedAgent,
|
|
1104
|
-
type CsatWorkflowLink as CsatWorkflowLink,
|
|
1105
|
-
type EmailRecipients as EmailRecipients,
|
|
1106
|
-
type ConversationListResponse as ConversationListResponse,
|
|
1107
|
-
type ConversationDeleteResponse as ConversationDeleteResponse,
|
|
1108
|
-
type ConversationCreateParams as ConversationCreateParams,
|
|
1109
|
-
type ConversationRetrieveParams as ConversationRetrieveParams,
|
|
1110
|
-
type ConversationUpdateParams as ConversationUpdateParams,
|
|
1111
|
-
type ConversationListParams as ConversationListParams,
|
|
1112
|
-
type ConversationDeleteParams as ConversationDeleteParams,
|
|
1113
|
-
type ConversationRedactParams as ConversationRedactParams,
|
|
1114
|
-
type ConversationReplyParams as ConversationReplyParams,
|
|
1115
|
-
};
|
|
1116
|
-
|
|
1117
|
-
export {
|
|
1118
|
-
Tags as Tags,
|
|
1119
|
-
type ConversationTag as ConversationTag,
|
|
1120
|
-
type TagListResponse as TagListResponse,
|
|
1121
|
-
type TagDeleteResponse as TagDeleteResponse,
|
|
1122
|
-
type TagRetrieveParams as TagRetrieveParams,
|
|
1123
|
-
type TagListParams as TagListParams,
|
|
1124
|
-
type TagDeleteParams as TagDeleteParams,
|
|
1125
|
-
type TagCreateOrRenameParams as TagCreateOrRenameParams,
|
|
1126
|
-
};
|
|
1127
|
-
|
|
1128
|
-
export {
|
|
1129
|
-
Tickets as Tickets,
|
|
1130
|
-
type AuthorInput as AuthorInput,
|
|
1131
|
-
type Ticket as Ticket,
|
|
1132
|
-
type TicketListResponse as TicketListResponse,
|
|
1133
|
-
type TicketDeleteResponse as TicketDeleteResponse,
|
|
1134
|
-
type TicketCreateParams as TicketCreateParams,
|
|
1135
|
-
type TicketRetrieveParams as TicketRetrieveParams,
|
|
1136
|
-
type TicketUpdateParams as TicketUpdateParams,
|
|
1137
|
-
type TicketListParams as TicketListParams,
|
|
1138
|
-
type TicketDeleteParams as TicketDeleteParams,
|
|
1139
|
-
type TicketReplyParams as TicketReplyParams,
|
|
1140
|
-
};
|
|
1141
|
-
|
|
1142
|
-
export {
|
|
1143
|
-
Webhooks as Webhooks,
|
|
1144
|
-
type Webhook as Webhook,
|
|
1145
|
-
type WebhookRequestConfigInput as WebhookRequestConfigInput,
|
|
1146
|
-
type WebhookListResponse as WebhookListResponse,
|
|
1147
|
-
type WebhookDeleteResponse as WebhookDeleteResponse,
|
|
1148
|
-
type WebhookCreateParams as WebhookCreateParams,
|
|
1149
|
-
type WebhookRetrieveParams as WebhookRetrieveParams,
|
|
1150
|
-
type WebhookUpdateParams as WebhookUpdateParams,
|
|
1151
|
-
type WebhookListParams as WebhookListParams,
|
|
1152
|
-
type WebhookDeleteParams as WebhookDeleteParams,
|
|
1153
|
-
type WebhookRefreshSecretParams as WebhookRefreshSecretParams,
|
|
1154
|
-
};
|
|
1155
|
-
|
|
1156
|
-
export {
|
|
1157
|
-
Comments as Comments,
|
|
1158
|
-
type Comment as Comment,
|
|
1159
|
-
type CommentListResponse as CommentListResponse,
|
|
1160
|
-
type CommentDelete0Response as CommentDelete0Response,
|
|
1161
|
-
type CommentDelete1Response as CommentDelete1Response,
|
|
1162
|
-
type CommentCreateParams as CommentCreateParams,
|
|
1163
|
-
type CommentRetrieveParams as CommentRetrieveParams,
|
|
1164
|
-
type CommentUpdateParams as CommentUpdateParams,
|
|
1165
|
-
type CommentListParams as CommentListParams,
|
|
1166
|
-
type CommentDelete0Params as CommentDelete0Params,
|
|
1167
|
-
type CommentDelete1Params as CommentDelete1Params,
|
|
1168
|
-
};
|
|
797
|
+
export { Integrations as Integrations };
|
|
1169
798
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from '
|
|
4
|
-
import { APIPromise } from '
|
|
5
|
-
import { buildHeaders } from '
|
|
6
|
-
import { RequestOptions } from '
|
|
7
|
-
import { path } from '
|
|
3
|
+
import { APIResource } from '../../core/resource';
|
|
4
|
+
import { APIPromise } from '../../core/api-promise';
|
|
5
|
+
import { buildHeaders } from '../../internal/headers';
|
|
6
|
+
import { RequestOptions } from '../../internal/request-options';
|
|
7
|
+
import { path } from '../../internal/utils/path';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Boards (post categories) organize feedback into distinct containers with their own settings.
|
|
@@ -15,6 +15,13 @@ export class Boards extends APIResource {
|
|
|
15
15
|
*
|
|
16
16
|
* Returns the full board object including all access controls, feature toggles,
|
|
17
17
|
* and localization settings.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* ```ts
|
|
21
|
+
* const board = await client.feedback.boards.retrieve(
|
|
22
|
+
* '507f1f77bcf86cd799439011',
|
|
23
|
+
* );
|
|
24
|
+
* ```
|
|
18
25
|
*/
|
|
19
26
|
retrieve(
|
|
20
27
|
id: string,
|
|
@@ -42,6 +49,11 @@ export class Boards extends APIResource {
|
|
|
42
49
|
*
|
|
43
50
|
* This endpoint returns all boards without pagination. Organizations typically
|
|
44
51
|
* have a small number of boards.
|
|
52
|
+
*
|
|
53
|
+
* @example
|
|
54
|
+
* ```ts
|
|
55
|
+
* const boards = await client.feedback.boards.list();
|
|
56
|
+
* ```
|
|
45
57
|
*/
|
|
46
58
|
list(
|
|
47
59
|
params: BoardListParams | null | undefined = {},
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from '
|
|
4
|
-
import * as TicketsAPI from '
|
|
5
|
-
import { APIPromise } from '
|
|
6
|
-
import { buildHeaders } from '
|
|
7
|
-
import { RequestOptions } from '
|
|
8
|
-
import { path } from '
|
|
3
|
+
import { APIResource } from '../../core/resource';
|
|
4
|
+
import * as TicketsAPI from '../products/tickets/tickets';
|
|
5
|
+
import { APIPromise } from '../../core/api-promise';
|
|
6
|
+
import { buildHeaders } from '../../internal/headers';
|
|
7
|
+
import { RequestOptions } from '../../internal/request-options';
|
|
8
|
+
import { path } from '../../internal/utils/path';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* Threaded discussions on posts and changelogs. Comments support voting, moderation, and privacy controls.
|
|
@@ -71,7 +71,7 @@ export class Comments extends APIResource {
|
|
|
71
71
|
*
|
|
72
72
|
* @example
|
|
73
73
|
* ```ts
|
|
74
|
-
* const comment = await client.comments.create({
|
|
74
|
+
* const comment = await client.feedback.comments.create({
|
|
75
75
|
* content: '<p>This is a great idea!</p>',
|
|
76
76
|
* });
|
|
77
77
|
* ```
|
|
@@ -110,7 +110,7 @@ export class Comments extends APIResource {
|
|
|
110
110
|
*
|
|
111
111
|
* @example
|
|
112
112
|
* ```ts
|
|
113
|
-
* const comment = await client.comments.retrieve(
|
|
113
|
+
* const comment = await client.feedback.comments.retrieve(
|
|
114
114
|
* '507f1f77bcf86cd799439011',
|
|
115
115
|
* );
|
|
116
116
|
* ```
|
|
@@ -169,7 +169,7 @@ export class Comments extends APIResource {
|
|
|
169
169
|
*
|
|
170
170
|
* @example
|
|
171
171
|
* ```ts
|
|
172
|
-
* const comment = await client.comments.update(
|
|
172
|
+
* const comment = await client.feedback.comments.update(
|
|
173
173
|
* '507f1f77bcf86cd799439011',
|
|
174
174
|
* );
|
|
175
175
|
* ```
|
|
@@ -258,7 +258,7 @@ export class Comments extends APIResource {
|
|
|
258
258
|
*
|
|
259
259
|
* @example
|
|
260
260
|
* ```ts
|
|
261
|
-
* const comments = await client.comments.list();
|
|
261
|
+
* const comments = await client.feedback.comments.list();
|
|
262
262
|
* ```
|
|
263
263
|
*/
|
|
264
264
|
list(
|
|
@@ -319,7 +319,7 @@ export class Comments extends APIResource {
|
|
|
319
319
|
*
|
|
320
320
|
* @example
|
|
321
321
|
* ```ts
|
|
322
|
-
* const response = await client.comments.delete0(
|
|
322
|
+
* const response = await client.feedback.comments.delete0(
|
|
323
323
|
* '507f1f77bcf86cd799439011',
|
|
324
324
|
* );
|
|
325
325
|
* ```
|
|
@@ -394,7 +394,7 @@ export class Comments extends APIResource {
|
|
|
394
394
|
*
|
|
395
395
|
* @example
|
|
396
396
|
* ```ts
|
|
397
|
-
* const response = await client.comments.delete1({
|
|
397
|
+
* const response = await client.feedback.comments.delete1({
|
|
398
398
|
* id: '507f1f77bcf86cd799439011',
|
|
399
399
|
* });
|
|
400
400
|
* ```
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from '
|
|
4
|
-
import { APIPromise } from '
|
|
5
|
-
import { buildHeaders } from '
|
|
6
|
-
import { RequestOptions } from '
|
|
7
|
-
import { path } from '
|
|
3
|
+
import { APIResource } from '../../core/resource';
|
|
4
|
+
import { APIPromise } from '../../core/api-promise';
|
|
5
|
+
import { buildHeaders } from '../../internal/headers';
|
|
6
|
+
import { RequestOptions } from '../../internal/request-options';
|
|
7
|
+
import { path } from '../../internal/utils/path';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Configurable input fields for posts in your Featurebase organization. Custom fields allow you to collect additional structured data when users create posts.
|
|
@@ -31,6 +31,14 @@ export class CustomFields extends APIResource {
|
|
|
31
31
|
* ### Errors
|
|
32
32
|
*
|
|
33
33
|
* - `404` - Custom field not found in your organization
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* ```ts
|
|
37
|
+
* const customField =
|
|
38
|
+
* await client.feedback.customFields.retrieve(
|
|
39
|
+
* '65d26304b2e65b1e1278170c',
|
|
40
|
+
* );
|
|
41
|
+
* ```
|
|
34
42
|
*/
|
|
35
43
|
retrieve(
|
|
36
44
|
id: string,
|
|
@@ -82,6 +90,12 @@ export class CustomFields extends APIResource {
|
|
|
82
90
|
* - `multi-select` - Multiple-choice dropdown
|
|
83
91
|
* - `checkbox` - Boolean checkbox
|
|
84
92
|
* - `date` - Date picker
|
|
93
|
+
*
|
|
94
|
+
* @example
|
|
95
|
+
* ```ts
|
|
96
|
+
* const customFieldList =
|
|
97
|
+
* await client.feedback.customFields.list();
|
|
98
|
+
* ```
|
|
85
99
|
*/
|
|
86
100
|
list(
|
|
87
101
|
params: CustomFieldListParams | null | undefined = {},
|