featurebase-node 0.13.0 → 0.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/api-promise.d.mts +1 -0
- package/api-promise.d.mts.map +1 -1
- package/api-promise.d.ts +1 -0
- package/api-promise.d.ts.map +1 -1
- package/api-promise.mjs +1 -0
- package/api-promise.mjs.map +1 -1
- package/client.d.mts +21 -3
- package/client.d.mts.map +1 -1
- package/client.d.ts +21 -3
- package/client.d.ts.map +1 -1
- package/client.js +27 -1
- package/client.js.map +1 -1
- package/client.mjs +27 -1
- package/client.mjs.map +1 -1
- package/core/api-promise.d.mts.map +1 -1
- package/core/api-promise.d.ts.map +1 -1
- package/core/api-promise.mjs.map +1 -1
- package/core/error.mjs.map +1 -1
- package/core/pagination.d.mts.map +1 -1
- package/core/pagination.d.ts.map +1 -1
- package/core/pagination.mjs.map +1 -1
- package/core/resource.d.mts.map +1 -1
- package/core/resource.d.ts.map +1 -1
- package/core/uploads.d.mts.map +1 -1
- package/core/uploads.d.ts.map +1 -1
- package/core/uploads.mjs.map +1 -1
- package/error.d.mts +1 -0
- package/error.d.mts.map +1 -1
- package/error.d.ts +1 -0
- package/error.d.ts.map +1 -1
- package/error.mjs +1 -0
- package/error.mjs.map +1 -1
- package/index.d.mts.map +1 -1
- package/index.d.ts.map +1 -1
- package/index.mjs.map +1 -1
- package/internal/detect-platform.mjs.map +1 -1
- package/internal/headers.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.mjs.map +1 -1
- package/internal/qs/formats.d.mts.map +1 -1
- package/internal/qs/formats.d.ts.map +1 -1
- package/internal/qs/index.d.mts +2 -2
- package/internal/qs/index.d.mts.map +1 -1
- package/internal/qs/index.d.ts +2 -2
- package/internal/qs/index.d.ts.map +1 -1
- package/internal/qs/index.mjs.map +1 -1
- package/internal/qs/stringify.d.mts.map +1 -1
- package/internal/qs/stringify.d.ts.map +1 -1
- package/internal/qs/stringify.mjs.map +1 -1
- package/internal/qs/utils.d.mts.map +1 -1
- package/internal/qs/utils.d.ts.map +1 -1
- package/internal/qs/utils.mjs.map +1 -1
- package/internal/request-options.d.mts.map +1 -1
- package/internal/request-options.d.ts.map +1 -1
- package/internal/shims.d.mts +6 -0
- package/internal/shims.d.mts.map +1 -1
- package/internal/shims.d.ts +6 -0
- package/internal/shims.d.ts.map +1 -1
- package/internal/to-file.d.mts.map +1 -1
- package/internal/to-file.d.ts.map +1 -1
- package/internal/to-file.mjs.map +1 -1
- package/internal/types.d.mts +4 -4
- package/internal/types.d.mts.map +1 -1
- package/internal/types.d.ts +4 -4
- package/internal/types.d.ts.map +1 -1
- package/internal/uploads.d.mts.map +1 -1
- package/internal/uploads.d.ts.map +1 -1
- package/internal/uploads.mjs.map +1 -1
- package/internal/utils/base64.mjs.map +1 -1
- package/internal/utils/log.d.mts.map +1 -1
- package/internal/utils/log.d.ts.map +1 -1
- package/internal/utils/log.mjs.map +1 -1
- package/internal/utils/path.mjs.map +1 -1
- package/internal/utils/query.mjs.map +1 -1
- package/internal/utils/values.mjs.map +1 -1
- package/internal/utils.d.mts.map +1 -1
- package/internal/utils.d.ts.map +1 -1
- package/internal/utils.mjs.map +1 -1
- package/package.json +16 -10
- package/pagination.d.mts +1 -0
- package/pagination.d.mts.map +1 -1
- package/pagination.d.ts +1 -0
- package/pagination.d.ts.map +1 -1
- package/pagination.mjs +1 -0
- package/pagination.mjs.map +1 -1
- package/resource.d.mts +1 -0
- package/resource.d.mts.map +1 -1
- package/resource.d.ts +1 -0
- package/resource.d.ts.map +1 -1
- package/resource.mjs +1 -0
- package/resource.mjs.map +1 -1
- package/resources/audit-logs.d.mts +233 -0
- package/resources/audit-logs.d.mts.map +1 -0
- package/resources/audit-logs.d.ts +233 -0
- package/resources/audit-logs.d.ts.map +1 -0
- package/resources/audit-logs.js +122 -0
- package/resources/audit-logs.js.map +1 -0
- package/resources/audit-logs.mjs +118 -0
- package/resources/audit-logs.mjs.map +1 -0
- package/resources/changelogs/changelogs.d.mts +106 -106
- package/resources/changelogs/changelogs.d.mts.map +1 -1
- package/resources/changelogs/changelogs.d.ts +106 -106
- package/resources/changelogs/changelogs.d.ts.map +1 -1
- package/resources/changelogs/changelogs.js +74 -74
- package/resources/changelogs/changelogs.js.map +1 -1
- package/resources/changelogs/changelogs.mjs +74 -74
- 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/index.mjs.map +1 -1
- package/resources/changelogs/subscribers.d.mts.map +1 -1
- package/resources/changelogs/subscribers.d.ts.map +1 -1
- package/resources/changelogs/subscribers.mjs.map +1 -1
- package/resources/changelogs.d.mts.map +1 -1
- package/resources/changelogs.d.ts.map +1 -1
- package/resources/changelogs.mjs.map +1 -1
- package/resources/conversation-attributes.d.mts +117 -0
- package/resources/conversation-attributes.d.mts.map +1 -0
- package/resources/conversation-attributes.d.ts +117 -0
- package/resources/conversation-attributes.d.ts.map +1 -0
- package/resources/conversation-attributes.js +61 -0
- package/resources/conversation-attributes.js.map +1 -0
- package/resources/conversation-attributes.mjs +57 -0
- package/resources/conversation-attributes.mjs.map +1 -0
- package/resources/feedback/boards.d.mts +17 -17
- package/resources/feedback/boards.d.mts.map +1 -1
- package/resources/feedback/boards.d.ts +17 -17
- package/resources/feedback/boards.d.ts.map +1 -1
- package/resources/feedback/boards.js +20 -20
- package/resources/feedback/boards.js.map +1 -1
- package/resources/feedback/boards.mjs +20 -20
- package/resources/feedback/boards.mjs.map +1 -1
- package/resources/feedback/comments.d.mts +129 -191
- package/resources/feedback/comments.d.mts.map +1 -1
- package/resources/feedback/comments.d.ts +129 -191
- package/resources/feedback/comments.d.ts.map +1 -1
- package/resources/feedback/comments.js +93 -93
- package/resources/feedback/comments.js.map +1 -1
- package/resources/feedback/comments.mjs +93 -93
- package/resources/feedback/comments.mjs.map +1 -1
- package/resources/feedback/custom-fields.d.mts +34 -34
- package/resources/feedback/custom-fields.d.mts.map +1 -1
- package/resources/feedback/custom-fields.d.ts +34 -34
- package/resources/feedback/custom-fields.d.ts.map +1 -1
- package/resources/feedback/custom-fields.js +36 -36
- package/resources/feedback/custom-fields.js.map +1 -1
- package/resources/feedback/custom-fields.mjs +36 -36
- package/resources/feedback/custom-fields.mjs.map +1 -1
- package/resources/feedback/feedback.d.mts +7 -7
- package/resources/feedback/feedback.d.mts.map +1 -1
- package/resources/feedback/feedback.d.ts +7 -7
- package/resources/feedback/feedback.d.ts.map +1 -1
- package/resources/feedback/feedback.js.map +1 -1
- package/resources/feedback/feedback.mjs.map +1 -1
- package/resources/feedback/index.d.mts +5 -5
- package/resources/feedback/index.d.mts.map +1 -1
- package/resources/feedback/index.d.ts +5 -5
- package/resources/feedback/index.d.ts.map +1 -1
- package/resources/feedback/index.js.map +1 -1
- package/resources/feedback/index.mjs.map +1 -1
- package/resources/feedback/post-statuses.d.mts +18 -18
- package/resources/feedback/post-statuses.d.mts.map +1 -1
- package/resources/feedback/post-statuses.d.ts +18 -18
- package/resources/feedback/post-statuses.d.ts.map +1 -1
- package/resources/feedback/post-statuses.js +23 -23
- package/resources/feedback/post-statuses.js.map +1 -1
- package/resources/feedback/post-statuses.mjs +23 -23
- package/resources/feedback/post-statuses.mjs.map +1 -1
- package/resources/feedback/posts/index.d.mts +1 -1
- package/resources/feedback/posts/index.d.mts.map +1 -1
- package/resources/feedback/posts/index.d.ts +1 -1
- 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 +187 -260
- package/resources/feedback/posts/posts.d.mts.map +1 -1
- package/resources/feedback/posts/posts.d.ts +187 -260
- package/resources/feedback/posts/posts.d.ts.map +1 -1
- package/resources/feedback/posts/posts.js +75 -75
- package/resources/feedback/posts/posts.js.map +1 -1
- package/resources/feedback/posts/posts.mjs +75 -75
- package/resources/feedback/posts/posts.mjs.map +1 -1
- package/resources/feedback/posts/voters.d.mts.map +1 -1
- package/resources/feedback/posts/voters.d.ts.map +1 -1
- package/resources/feedback/posts/voters.mjs.map +1 -1
- package/resources/feedback/posts.d.mts.map +1 -1
- package/resources/feedback/posts.d.ts.map +1 -1
- package/resources/feedback/posts.mjs.map +1 -1
- package/resources/feedback.d.mts.map +1 -1
- package/resources/feedback.d.ts.map +1 -1
- package/resources/feedback.mjs.map +1 -1
- package/resources/help-center/articles.d.mts +98 -152
- package/resources/help-center/articles.d.mts.map +1 -1
- package/resources/help-center/articles.d.ts +98 -152
- package/resources/help-center/articles.d.ts.map +1 -1
- package/resources/help-center/articles.js +73 -73
- package/resources/help-center/articles.js.map +1 -1
- package/resources/help-center/articles.mjs +73 -73
- package/resources/help-center/articles.mjs.map +1 -1
- package/resources/help-center/collections.d.mts +64 -64
- package/resources/help-center/collections.d.mts.map +1 -1
- package/resources/help-center/collections.d.ts +64 -64
- package/resources/help-center/collections.d.ts.map +1 -1
- package/resources/help-center/collections.js +65 -65
- package/resources/help-center/collections.js.map +1 -1
- package/resources/help-center/collections.mjs +65 -65
- package/resources/help-center/collections.mjs.map +1 -1
- package/resources/help-center/help-center.d.mts +5 -5
- package/resources/help-center/help-center.d.mts.map +1 -1
- package/resources/help-center/help-center.d.ts +5 -5
- package/resources/help-center/help-center.d.ts.map +1 -1
- package/resources/help-center/help-center.js.map +1 -1
- package/resources/help-center/help-center.mjs.map +1 -1
- package/resources/help-center/help-centers.d.mts +43 -43
- package/resources/help-center/help-centers.d.mts.map +1 -1
- package/resources/help-center/help-centers.d.ts +43 -43
- package/resources/help-center/help-centers.d.ts.map +1 -1
- package/resources/help-center/help-centers.js +43 -43
- package/resources/help-center/help-centers.js.map +1 -1
- package/resources/help-center/help-centers.mjs +43 -43
- 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/index.js.map +1 -1
- package/resources/help-center/index.mjs.map +1 -1
- package/resources/help-center/redirect-rules.d.mts +117 -117
- package/resources/help-center/redirect-rules.d.mts.map +1 -1
- package/resources/help-center/redirect-rules.d.ts +117 -117
- package/resources/help-center/redirect-rules.d.ts.map +1 -1
- package/resources/help-center/redirect-rules.js +112 -112
- package/resources/help-center/redirect-rules.js.map +1 -1
- package/resources/help-center/redirect-rules.mjs +112 -112
- package/resources/help-center/redirect-rules.mjs.map +1 -1
- package/resources/help-center.d.mts.map +1 -1
- package/resources/help-center.d.ts.map +1 -1
- package/resources/help-center.mjs.map +1 -1
- package/resources/index.d.mts +6 -3
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +6 -3
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +7 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +3 -0
- package/resources/index.mjs.map +1 -1
- package/resources/organization/admins.d.mts +33 -23
- package/resources/organization/admins.d.mts.map +1 -1
- package/resources/organization/admins.d.ts +33 -23
- package/resources/organization/admins.d.ts.map +1 -1
- package/resources/organization/admins.js +27 -25
- package/resources/organization/admins.js.map +1 -1
- package/resources/organization/admins.mjs +27 -25
- package/resources/organization/admins.mjs.map +1 -1
- package/resources/organization/brands.d.mts +50 -50
- package/resources/organization/brands.d.mts.map +1 -1
- package/resources/organization/brands.d.ts +50 -50
- package/resources/organization/brands.d.ts.map +1 -1
- package/resources/organization/brands.js +54 -54
- package/resources/organization/brands.js.map +1 -1
- package/resources/organization/brands.mjs +54 -54
- package/resources/organization/brands.mjs.map +1 -1
- package/resources/organization/index.d.mts +3 -3
- package/resources/organization/index.d.mts.map +1 -1
- package/resources/organization/index.d.ts +3 -3
- package/resources/organization/index.d.ts.map +1 -1
- package/resources/organization/index.mjs.map +1 -1
- package/resources/organization/organization.d.mts +3 -3
- package/resources/organization/organization.d.mts.map +1 -1
- package/resources/organization/organization.d.ts +3 -3
- package/resources/organization/organization.d.ts.map +1 -1
- package/resources/organization/organization.mjs.map +1 -1
- package/resources/organization/teams.d.mts +45 -45
- package/resources/organization/teams.d.mts.map +1 -1
- package/resources/organization/teams.d.ts +45 -45
- package/resources/organization/teams.d.ts.map +1 -1
- package/resources/organization/teams.js +44 -44
- package/resources/organization/teams.js.map +1 -1
- package/resources/organization/teams.mjs +44 -44
- package/resources/organization/teams.mjs.map +1 -1
- package/resources/organization.d.mts.map +1 -1
- package/resources/organization.d.ts.map +1 -1
- package/resources/organization.mjs.map +1 -1
- package/resources/reports.d.mts +641 -0
- package/resources/reports.d.mts.map +1 -0
- package/resources/reports.d.ts +641 -0
- package/resources/reports.d.ts.map +1 -0
- package/resources/reports.js +238 -0
- package/resources/reports.js.map +1 -0
- package/resources/reports.mjs +234 -0
- package/resources/reports.mjs.map +1 -0
- package/resources/support/conversation-tags.d.mts +40 -40
- package/resources/support/conversation-tags.d.mts.map +1 -1
- package/resources/support/conversation-tags.d.ts +40 -40
- package/resources/support/conversation-tags.d.ts.map +1 -1
- package/resources/support/conversation-tags.js +32 -32
- package/resources/support/conversation-tags.js.map +1 -1
- package/resources/support/conversation-tags.mjs +32 -32
- package/resources/support/conversation-tags.mjs.map +1 -1
- package/resources/support/conversations/conversations.d.mts +599 -705
- package/resources/support/conversations/conversations.d.mts.map +1 -1
- package/resources/support/conversations/conversations.d.ts +599 -705
- package/resources/support/conversations/conversations.d.ts.map +1 -1
- package/resources/support/conversations/conversations.js +289 -288
- package/resources/support/conversations/conversations.js.map +1 -1
- package/resources/support/conversations/conversations.mjs +289 -288
- 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/index.js.map +1 -1
- package/resources/support/conversations/index.mjs.map +1 -1
- package/resources/support/conversations/participants.d.mts.map +1 -1
- package/resources/support/conversations/participants.d.ts.map +1 -1
- package/resources/support/conversations/participants.mjs.map +1 -1
- package/resources/support/conversations.d.mts.map +1 -1
- package/resources/support/conversations.d.ts.map +1 -1
- package/resources/support/conversations.mjs.map +1 -1
- package/resources/support/index.d.mts +3 -3
- package/resources/support/index.d.mts.map +1 -1
- package/resources/support/index.d.ts +3 -3
- package/resources/support/index.d.ts.map +1 -1
- package/resources/support/index.js.map +1 -1
- package/resources/support/index.mjs.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.js.map +1 -1
- package/resources/support/support.mjs.map +1 -1
- package/resources/support/tickets/categories.d.mts +18 -18
- package/resources/support/tickets/categories.d.mts.map +1 -1
- package/resources/support/tickets/categories.d.ts +18 -18
- package/resources/support/tickets/categories.d.ts.map +1 -1
- package/resources/support/tickets/categories.js +25 -25
- package/resources/support/tickets/categories.js.map +1 -1
- package/resources/support/tickets/categories.mjs +25 -25
- package/resources/support/tickets/categories.mjs.map +1 -1
- package/resources/support/tickets/custom-fields.d.mts +20 -20
- package/resources/support/tickets/custom-fields.d.mts.map +1 -1
- package/resources/support/tickets/custom-fields.d.ts +20 -20
- package/resources/support/tickets/custom-fields.d.ts.map +1 -1
- package/resources/support/tickets/custom-fields.js +19 -19
- package/resources/support/tickets/custom-fields.js.map +1 -1
- package/resources/support/tickets/custom-fields.mjs +19 -19
- package/resources/support/tickets/custom-fields.mjs.map +1 -1
- package/resources/support/tickets/index.d.mts +4 -4
- package/resources/support/tickets/index.d.mts.map +1 -1
- package/resources/support/tickets/index.d.ts +4 -4
- package/resources/support/tickets/index.d.ts.map +1 -1
- package/resources/support/tickets/index.mjs.map +1 -1
- package/resources/support/tickets/statuses.d.mts +17 -17
- package/resources/support/tickets/statuses.d.mts.map +1 -1
- package/resources/support/tickets/statuses.d.ts +17 -17
- package/resources/support/tickets/statuses.d.ts.map +1 -1
- package/resources/support/tickets/statuses.js +21 -21
- package/resources/support/tickets/statuses.js.map +1 -1
- package/resources/support/tickets/statuses.mjs +21 -21
- package/resources/support/tickets/statuses.mjs.map +1 -1
- package/resources/support/tickets/tickets.d.mts +69 -69
- package/resources/support/tickets/tickets.d.mts.map +1 -1
- package/resources/support/tickets/tickets.d.ts +69 -69
- package/resources/support/tickets/tickets.d.ts.map +1 -1
- package/resources/support/tickets/tickets.js +44 -44
- package/resources/support/tickets/tickets.js.map +1 -1
- package/resources/support/tickets/tickets.mjs +44 -44
- package/resources/support/tickets/tickets.mjs.map +1 -1
- package/resources/support/tickets.d.mts.map +1 -1
- package/resources/support/tickets.d.ts.map +1 -1
- package/resources/support/tickets.mjs.map +1 -1
- package/resources/support.d.mts.map +1 -1
- package/resources/support.d.ts.map +1 -1
- package/resources/support.mjs.map +1 -1
- package/resources/surveys.d.mts +41 -41
- package/resources/surveys.d.mts.map +1 -1
- package/resources/surveys.d.ts +41 -41
- package/resources/surveys.d.ts.map +1 -1
- package/resources/surveys.js +44 -44
- package/resources/surveys.js.map +1 -1
- package/resources/surveys.mjs +44 -44
- package/resources/surveys.mjs.map +1 -1
- package/resources/users/companies/companies.d.mts +116 -157
- package/resources/users/companies/companies.d.mts.map +1 -1
- package/resources/users/companies/companies.d.ts +116 -157
- package/resources/users/companies/companies.d.ts.map +1 -1
- package/resources/users/companies/companies.js +125 -125
- package/resources/users/companies/companies.js.map +1 -1
- package/resources/users/companies/companies.mjs +125 -125
- package/resources/users/companies/companies.mjs.map +1 -1
- package/resources/users/companies/contacts.d.mts.map +1 -1
- package/resources/users/companies/contacts.d.ts.map +1 -1
- 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/companies/index.mjs.map +1 -1
- package/resources/users/companies.d.mts.map +1 -1
- package/resources/users/companies.d.ts.map +1 -1
- package/resources/users/companies.mjs.map +1 -1
- 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.map +1 -1
- 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.map +1 -1
- package/resources/users/contacts/by-user-id/email-preferences.d.ts.map +1 -1
- package/resources/users/contacts/by-user-id/email-preferences.mjs.map +1 -1
- package/resources/users/contacts/by-user-id/index.d.mts.map +1 -1
- package/resources/users/contacts/by-user-id/index.d.ts.map +1 -1
- package/resources/users/contacts/by-user-id/index.mjs.map +1 -1
- package/resources/users/contacts/by-user-id.d.mts.map +1 -1
- package/resources/users/contacts/by-user-id.d.ts.map +1 -1
- package/resources/users/contacts/by-user-id.mjs.map +1 -1
- package/resources/users/contacts/contacts.d.mts +196 -235
- package/resources/users/contacts/contacts.d.mts.map +1 -1
- package/resources/users/contacts/contacts.d.ts +196 -235
- package/resources/users/contacts/contacts.d.ts.map +1 -1
- package/resources/users/contacts/contacts.js +186 -184
- package/resources/users/contacts/contacts.js.map +1 -1
- package/resources/users/contacts/contacts.mjs +186 -184
- package/resources/users/contacts/contacts.mjs.map +1 -1
- package/resources/users/contacts/email-preferences.d.mts.map +1 -1
- package/resources/users/contacts/email-preferences.d.ts.map +1 -1
- 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.mjs.map +1 -1
- package/resources/users/contacts.d.mts.map +1 -1
- package/resources/users/contacts.d.ts.map +1 -1
- package/resources/users/contacts.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.mjs.map +1 -1
- package/resources/users/users.d.mts +2 -2
- package/resources/users/users.d.mts.map +1 -1
- package/resources/users/users.d.ts +2 -2
- package/resources/users/users.d.ts.map +1 -1
- package/resources/users/users.mjs.map +1 -1
- package/resources/users.d.mts.map +1 -1
- package/resources/users.d.ts.map +1 -1
- package/resources/users.mjs.map +1 -1
- package/resources/webhooks.d.mts +80 -78
- package/resources/webhooks.d.mts.map +1 -1
- package/resources/webhooks.d.ts +80 -78
- package/resources/webhooks.d.ts.map +1 -1
- package/resources/webhooks.js +79 -77
- package/resources/webhooks.js.map +1 -1
- package/resources/webhooks.mjs +79 -77
- package/resources/webhooks.mjs.map +1 -1
- package/resources.d.mts.map +1 -1
- package/resources.d.ts.map +1 -1
- package/resources.mjs.map +1 -1
- package/src/client.ts +98 -4
- package/src/resources/audit-logs.ts +607 -0
- package/src/resources/changelogs/changelogs.ts +170 -170
- package/src/resources/changelogs/index.ts +1 -1
- package/src/resources/conversation-attributes.ts +181 -0
- package/src/resources/feedback/boards.ts +28 -28
- package/src/resources/feedback/comments.ts +153 -226
- package/src/resources/feedback/custom-fields.ts +44 -44
- package/src/resources/feedback/feedback.ts +19 -5
- package/src/resources/feedback/index.ts +12 -5
- package/src/resources/feedback/post-statuses.ts +31 -31
- package/src/resources/feedback/posts/index.ts +7 -1
- package/src/resources/feedback/posts/posts.ts +230 -311
- package/src/resources/help-center/articles.ts +123 -186
- package/src/resources/help-center/collections.ts +84 -84
- package/src/resources/help-center/help-center.ts +7 -5
- package/src/resources/help-center/help-centers.ts +55 -55
- package/src/resources/help-center/index.ts +6 -5
- package/src/resources/help-center/redirect-rules.ts +174 -174
- package/src/resources/index.ts +37 -3
- package/src/resources/organization/admins.ts +45 -33
- package/src/resources/organization/brands.ts +66 -66
- package/src/resources/organization/index.ts +3 -3
- package/src/resources/organization/organization.ts +3 -3
- package/src/resources/organization/teams.ts +52 -52
- package/src/resources/reports.ts +908 -0
- package/src/resources/support/conversation-tags.ts +59 -59
- package/src/resources/support/conversations/conversations.ts +723 -850
- package/src/resources/support/conversations/index.ts +11 -6
- package/src/resources/support/index.ts +14 -9
- package/src/resources/support/support.ts +21 -11
- package/src/resources/support/tickets/categories.ts +33 -33
- package/src/resources/support/tickets/custom-fields.ts +27 -27
- package/src/resources/support/tickets/index.ts +4 -4
- package/src/resources/support/tickets/statuses.ts +29 -29
- package/src/resources/support/tickets/tickets.ts +95 -95
- package/src/resources/surveys.ts +58 -58
- package/src/resources/users/companies/companies.ts +155 -204
- package/src/resources/users/companies/index.ts +2 -2
- package/src/resources/users/contacts/contacts.ts +235 -282
- package/src/resources/users/contacts/index.ts +3 -3
- package/src/resources/users/index.ts +5 -5
- package/src/resources/users/users.ts +5 -5
- package/src/resources/webhooks.ts +100 -95
- package/src/version.ts +1 -1
- package/uploads.d.mts +1 -0
- package/uploads.d.mts.map +1 -1
- package/uploads.d.ts +1 -0
- package/uploads.d.ts.map +1 -1
- package/uploads.mjs +1 -0
- package/uploads.mjs.map +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/surveys.js
CHANGED
|
@@ -11,41 +11,41 @@ const path_1 = require("../internal/utils/path.js");
|
|
|
11
11
|
*/
|
|
12
12
|
class Surveys extends resource_1.APIResource {
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Returns all surveys configured in your Featurebase organization.
|
|
15
15
|
*
|
|
16
|
-
*
|
|
16
|
+
* ### Query Parameters
|
|
17
17
|
*
|
|
18
|
-
*
|
|
18
|
+
* - `limit` - Number of items to return (1-100, default 10)
|
|
19
|
+
* - `cursor` - Cursor for pagination
|
|
20
|
+
* - `type` - Filter by survey page type (text, link, rating, multiple-choice)
|
|
21
|
+
* - `isActive` - Filter by active status
|
|
19
22
|
*
|
|
20
|
-
*
|
|
23
|
+
* ### Response Format
|
|
24
|
+
*
|
|
25
|
+
* Returns a list object with:
|
|
26
|
+
*
|
|
27
|
+
* - `object` - Always "list"
|
|
28
|
+
* - `data` - Array of survey objects
|
|
29
|
+
* - `nextCursor` - Cursor for next page (null if no more results)
|
|
30
|
+
*
|
|
31
|
+
* ### Survey Object
|
|
32
|
+
*
|
|
33
|
+
* Each survey includes:
|
|
21
34
|
*
|
|
22
35
|
* - `id` - Unique identifier
|
|
23
36
|
* - `title` - Survey title
|
|
24
37
|
* - `description` - Survey description
|
|
25
38
|
* - `isActive` - Whether the survey is active
|
|
26
39
|
* - `responseCount` - Number of responses received
|
|
27
|
-
* - `targeting` - Targeting configuration
|
|
40
|
+
* - `targeting` - Targeting configuration (segments, URLs, CSS selectors)
|
|
28
41
|
* - `pages` - Array of survey pages/questions
|
|
29
42
|
* - `createdAt` - ISO 8601 timestamp when created
|
|
30
43
|
* - `updatedAt` - ISO 8601 timestamp when last updated
|
|
31
|
-
*
|
|
32
|
-
* ### Survey Pages
|
|
33
|
-
*
|
|
34
|
-
* Each page represents a question or screen in the survey:
|
|
35
|
-
*
|
|
36
|
-
* - `type` - Page type (text, link, rating, multiple-choice)
|
|
37
|
-
* - `title` - Question title
|
|
38
|
-
* - `description` - Optional description
|
|
39
|
-
* - `logic` - Conditional logic rules
|
|
40
|
-
* - `defaultAction` - Default action when no logic matches
|
|
41
|
-
*
|
|
42
|
-
* ### Errors
|
|
43
|
-
*
|
|
44
|
-
* - `404` - Survey not found in your organization
|
|
45
44
|
*/
|
|
46
|
-
|
|
47
|
-
const { 'Featurebase-Version': featurebaseVersion } = params ?? {};
|
|
48
|
-
return this._client.
|
|
45
|
+
list(params = {}, options) {
|
|
46
|
+
const { 'Featurebase-Version': featurebaseVersion, ...query } = params ?? {};
|
|
47
|
+
return this._client.getAPIList('/v2/surveys', (pagination_1.CursorPage), {
|
|
48
|
+
query,
|
|
49
49
|
...options,
|
|
50
50
|
headers: (0, headers_1.buildHeaders)([
|
|
51
51
|
{
|
|
@@ -58,41 +58,41 @@ class Surveys extends resource_1.APIResource {
|
|
|
58
58
|
});
|
|
59
59
|
}
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
62
|
-
*
|
|
63
|
-
* ### Query Parameters
|
|
64
|
-
*
|
|
65
|
-
* - `limit` - Number of items to return (1-100, default 10)
|
|
66
|
-
* - `cursor` - Cursor for pagination
|
|
67
|
-
* - `type` - Filter by survey page type (text, link, rating, multiple-choice)
|
|
68
|
-
* - `isActive` - Filter by active status
|
|
69
|
-
*
|
|
70
|
-
* ### Response Format
|
|
71
|
-
*
|
|
72
|
-
* Returns a list object with:
|
|
61
|
+
* Retrieves a single survey by its unique identifier.
|
|
73
62
|
*
|
|
74
|
-
*
|
|
75
|
-
* - `data` - Array of survey objects
|
|
76
|
-
* - `nextCursor` - Cursor for next page (null if no more results)
|
|
63
|
+
* Returns the survey object if found in your organization.
|
|
77
64
|
*
|
|
78
|
-
* ###
|
|
65
|
+
* ### Response
|
|
79
66
|
*
|
|
80
|
-
*
|
|
67
|
+
* Returns a survey object with:
|
|
81
68
|
*
|
|
82
69
|
* - `id` - Unique identifier
|
|
83
70
|
* - `title` - Survey title
|
|
84
71
|
* - `description` - Survey description
|
|
85
72
|
* - `isActive` - Whether the survey is active
|
|
86
73
|
* - `responseCount` - Number of responses received
|
|
87
|
-
* - `targeting` - Targeting configuration
|
|
74
|
+
* - `targeting` - Targeting configuration
|
|
88
75
|
* - `pages` - Array of survey pages/questions
|
|
89
76
|
* - `createdAt` - ISO 8601 timestamp when created
|
|
90
77
|
* - `updatedAt` - ISO 8601 timestamp when last updated
|
|
78
|
+
*
|
|
79
|
+
* ### Survey Pages
|
|
80
|
+
*
|
|
81
|
+
* Each page represents a question or screen in the survey:
|
|
82
|
+
*
|
|
83
|
+
* - `type` - Page type (text, link, rating, multiple-choice)
|
|
84
|
+
* - `title` - Question title
|
|
85
|
+
* - `description` - Optional description
|
|
86
|
+
* - `logic` - Conditional logic rules
|
|
87
|
+
* - `defaultAction` - Default action when no logic matches
|
|
88
|
+
*
|
|
89
|
+
* ### Errors
|
|
90
|
+
*
|
|
91
|
+
* - `404` - Survey not found in your organization
|
|
91
92
|
*/
|
|
92
|
-
|
|
93
|
-
const { 'Featurebase-Version': featurebaseVersion
|
|
94
|
-
return this._client.
|
|
95
|
-
query,
|
|
93
|
+
retrieve(id, params = {}, options) {
|
|
94
|
+
const { 'Featurebase-Version': featurebaseVersion } = params ?? {};
|
|
95
|
+
return this._client.get((0, path_1.path) `/v2/surveys/${id}`, {
|
|
96
96
|
...options,
|
|
97
97
|
headers: (0, headers_1.buildHeaders)([
|
|
98
98
|
{
|
package/resources/surveys.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"surveys.js","sourceRoot":"","sources":["../src/resources/surveys.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C,sDAAoF;AACpF,oDAAmD;AAEnD,oDAA8C;AAE9C;;GAEG;AACH,MAAa,OAAQ,SAAQ,sBAAW;IACtC
|
|
1
|
+
{"version":3,"file":"surveys.js","sourceRoot":"","sources":["../src/resources/surveys.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C,sDAAoF;AACpF,oDAAmD;AAEnD,oDAA8C;AAE9C;;GAEG;AACH,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+BG;IACH,IAAI,CACF,SAA8C,EAAE,EAChD,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QAC7E,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,aAAa,EAAE,CAAA,uBAAkB,CAAA,EAAE;YAChE,KAAK;YACL,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB;oBACE,GAAG,CAAC,kBAAkB,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC;wBAC1C,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,QAAQ,EAAE,EAAE;wBAC3D,CAAC,CAAC,SAAS,CAAC;iBACb;gBACD,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgCG;IACH,QAAQ,CACN,EAAU,EACV,SAAkD,EAAE,EACpD,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACnE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,eAAe,EAAE,EAAE,EAAE;YAC/C,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB;oBACE,GAAG,CAAC,kBAAkB,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC;wBAC1C,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,QAAQ,EAAE,EAAE;wBAC3D,CAAC,CAAC,SAAS,CAAC;iBACb;gBACD,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACH,aAAa,CACX,EAAU,EACV,SAAuD,EAAE,EACzD,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QAC7E,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,IAAA,WAAI,EAAA,eAAe,EAAE,YAAY,EACjC,CAAA,uBAAuC,CAAA,EACvC;YACE,KAAK;YACL,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB;oBACE,GAAG,CAAC,kBAAkB,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC;wBAC1C,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,QAAQ,EAAE,EAAE;wBAC3D,CAAC,CAAC,SAAS,CAAC;iBACb;gBACD,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CACF,CAAC;IACJ,CAAC;CACF;AArKD,0BAqKC"}
|
package/resources/surveys.mjs
CHANGED
|
@@ -8,41 +8,41 @@ import { path } from "../internal/utils/path.mjs";
|
|
|
8
8
|
*/
|
|
9
9
|
export class Surveys extends APIResource {
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* Returns all surveys configured in your Featurebase organization.
|
|
12
12
|
*
|
|
13
|
-
*
|
|
13
|
+
* ### Query Parameters
|
|
14
14
|
*
|
|
15
|
-
*
|
|
15
|
+
* - `limit` - Number of items to return (1-100, default 10)
|
|
16
|
+
* - `cursor` - Cursor for pagination
|
|
17
|
+
* - `type` - Filter by survey page type (text, link, rating, multiple-choice)
|
|
18
|
+
* - `isActive` - Filter by active status
|
|
16
19
|
*
|
|
17
|
-
*
|
|
20
|
+
* ### Response Format
|
|
21
|
+
*
|
|
22
|
+
* Returns a list object with:
|
|
23
|
+
*
|
|
24
|
+
* - `object` - Always "list"
|
|
25
|
+
* - `data` - Array of survey objects
|
|
26
|
+
* - `nextCursor` - Cursor for next page (null if no more results)
|
|
27
|
+
*
|
|
28
|
+
* ### Survey Object
|
|
29
|
+
*
|
|
30
|
+
* Each survey includes:
|
|
18
31
|
*
|
|
19
32
|
* - `id` - Unique identifier
|
|
20
33
|
* - `title` - Survey title
|
|
21
34
|
* - `description` - Survey description
|
|
22
35
|
* - `isActive` - Whether the survey is active
|
|
23
36
|
* - `responseCount` - Number of responses received
|
|
24
|
-
* - `targeting` - Targeting configuration
|
|
37
|
+
* - `targeting` - Targeting configuration (segments, URLs, CSS selectors)
|
|
25
38
|
* - `pages` - Array of survey pages/questions
|
|
26
39
|
* - `createdAt` - ISO 8601 timestamp when created
|
|
27
40
|
* - `updatedAt` - ISO 8601 timestamp when last updated
|
|
28
|
-
*
|
|
29
|
-
* ### Survey Pages
|
|
30
|
-
*
|
|
31
|
-
* Each page represents a question or screen in the survey:
|
|
32
|
-
*
|
|
33
|
-
* - `type` - Page type (text, link, rating, multiple-choice)
|
|
34
|
-
* - `title` - Question title
|
|
35
|
-
* - `description` - Optional description
|
|
36
|
-
* - `logic` - Conditional logic rules
|
|
37
|
-
* - `defaultAction` - Default action when no logic matches
|
|
38
|
-
*
|
|
39
|
-
* ### Errors
|
|
40
|
-
*
|
|
41
|
-
* - `404` - Survey not found in your organization
|
|
42
41
|
*/
|
|
43
|
-
|
|
44
|
-
const { 'Featurebase-Version': featurebaseVersion } = params ?? {};
|
|
45
|
-
return this._client.
|
|
42
|
+
list(params = {}, options) {
|
|
43
|
+
const { 'Featurebase-Version': featurebaseVersion, ...query } = params ?? {};
|
|
44
|
+
return this._client.getAPIList('/v2/surveys', (CursorPage), {
|
|
45
|
+
query,
|
|
46
46
|
...options,
|
|
47
47
|
headers: buildHeaders([
|
|
48
48
|
{
|
|
@@ -55,41 +55,41 @@ export class Surveys extends APIResource {
|
|
|
55
55
|
});
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
* ### Query Parameters
|
|
61
|
-
*
|
|
62
|
-
* - `limit` - Number of items to return (1-100, default 10)
|
|
63
|
-
* - `cursor` - Cursor for pagination
|
|
64
|
-
* - `type` - Filter by survey page type (text, link, rating, multiple-choice)
|
|
65
|
-
* - `isActive` - Filter by active status
|
|
66
|
-
*
|
|
67
|
-
* ### Response Format
|
|
68
|
-
*
|
|
69
|
-
* Returns a list object with:
|
|
58
|
+
* Retrieves a single survey by its unique identifier.
|
|
70
59
|
*
|
|
71
|
-
*
|
|
72
|
-
* - `data` - Array of survey objects
|
|
73
|
-
* - `nextCursor` - Cursor for next page (null if no more results)
|
|
60
|
+
* Returns the survey object if found in your organization.
|
|
74
61
|
*
|
|
75
|
-
* ###
|
|
62
|
+
* ### Response
|
|
76
63
|
*
|
|
77
|
-
*
|
|
64
|
+
* Returns a survey object with:
|
|
78
65
|
*
|
|
79
66
|
* - `id` - Unique identifier
|
|
80
67
|
* - `title` - Survey title
|
|
81
68
|
* - `description` - Survey description
|
|
82
69
|
* - `isActive` - Whether the survey is active
|
|
83
70
|
* - `responseCount` - Number of responses received
|
|
84
|
-
* - `targeting` - Targeting configuration
|
|
71
|
+
* - `targeting` - Targeting configuration
|
|
85
72
|
* - `pages` - Array of survey pages/questions
|
|
86
73
|
* - `createdAt` - ISO 8601 timestamp when created
|
|
87
74
|
* - `updatedAt` - ISO 8601 timestamp when last updated
|
|
75
|
+
*
|
|
76
|
+
* ### Survey Pages
|
|
77
|
+
*
|
|
78
|
+
* Each page represents a question or screen in the survey:
|
|
79
|
+
*
|
|
80
|
+
* - `type` - Page type (text, link, rating, multiple-choice)
|
|
81
|
+
* - `title` - Question title
|
|
82
|
+
* - `description` - Optional description
|
|
83
|
+
* - `logic` - Conditional logic rules
|
|
84
|
+
* - `defaultAction` - Default action when no logic matches
|
|
85
|
+
*
|
|
86
|
+
* ### Errors
|
|
87
|
+
*
|
|
88
|
+
* - `404` - Survey not found in your organization
|
|
88
89
|
*/
|
|
89
|
-
|
|
90
|
-
const { 'Featurebase-Version': featurebaseVersion
|
|
91
|
-
return this._client.
|
|
92
|
-
query,
|
|
90
|
+
retrieve(id, params = {}, options) {
|
|
91
|
+
const { 'Featurebase-Version': featurebaseVersion } = params ?? {};
|
|
92
|
+
return this._client.get(path `/v2/surveys/${id}`, {
|
|
93
93
|
...options,
|
|
94
94
|
headers: buildHeaders([
|
|
95
95
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"surveys.mjs","sourceRoot":"","sources":["../src/resources/surveys.ts"],"names":[],"mappings":"AAAA,sFAAsF;
|
|
1
|
+
{"version":3,"file":"surveys.mjs","sourceRoot":"","sources":["../src/resources/surveys.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAI/C,OAAO,EAAE,UAAU,EAAsC,+BAA2B;AACpF,OAAO,EAAE,YAAY,EAAE,gCAA4B;AAEnD,OAAO,EAAE,IAAI,EAAE,mCAA+B;AAE9C;;GAEG;AACH,MAAM,OAAO,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+BG;IACH,IAAI,CACF,SAA8C,EAAE,EAChD,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QAC7E,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,aAAa,EAAE,CAAA,UAAkB,CAAA,EAAE;YAChE,KAAK;YACL,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB;oBACE,GAAG,CAAC,kBAAkB,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC;wBAC1C,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,QAAQ,EAAE,EAAE;wBAC3D,CAAC,CAAC,SAAS,CAAC;iBACb;gBACD,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgCG;IACH,QAAQ,CACN,EAAU,EACV,SAAkD,EAAE,EACpD,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACnE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,eAAe,EAAE,EAAE,EAAE;YAC/C,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB;oBACE,GAAG,CAAC,kBAAkB,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC;wBAC1C,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,QAAQ,EAAE,EAAE;wBAC3D,CAAC,CAAC,SAAS,CAAC;iBACb;gBACD,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACH,aAAa,CACX,EAAU,EACV,SAAuD,EAAE,EACzD,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QAC7E,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,IAAI,CAAA,eAAe,EAAE,YAAY,EACjC,CAAA,UAAuC,CAAA,EACvC;YACE,KAAK;YACL,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB;oBACE,GAAG,CAAC,kBAAkB,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC;wBAC1C,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,QAAQ,EAAE,EAAE;wBAC3D,CAAC,CAAC,SAAS,CAAC;iBACb;gBACD,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CACF,CAAC;IACJ,CAAC;CACF"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
+
import * as PostsAPI from "../../feedback/posts/posts.mjs";
|
|
2
3
|
import * as ContactsAPI from "./contacts.mjs";
|
|
3
4
|
import { ContactAttachParams, ContactAttachResponse, ContactListParams, ContactRemoveParams, ContactRemoveResponse, Contacts } from "./contacts.mjs";
|
|
4
5
|
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
@@ -9,68 +10,6 @@ import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
|
9
10
|
*/
|
|
10
11
|
export declare class Companies extends APIResource {
|
|
11
12
|
contacts: ContactsAPI.Contacts;
|
|
12
|
-
/**
|
|
13
|
-
* Retrieves a single company by its Featurebase ID.
|
|
14
|
-
*
|
|
15
|
-
* ### Path Parameters
|
|
16
|
-
*
|
|
17
|
-
* - `id` - The Featurebase internal ID of the company (MongoDB ObjectId)
|
|
18
|
-
*
|
|
19
|
-
* ### Response
|
|
20
|
-
*
|
|
21
|
-
* Returns a company object with:
|
|
22
|
-
*
|
|
23
|
-
* - `id` - Featurebase internal ID
|
|
24
|
-
* - `companyId` - External company ID from your system
|
|
25
|
-
* - `name` - Company name
|
|
26
|
-
* - `monthlySpend` - Monthly spend/revenue
|
|
27
|
-
* - `industry` - Industry
|
|
28
|
-
* - `website` - Company website URL
|
|
29
|
-
* - `plan` - Plan/tier name
|
|
30
|
-
* - `linkedUsers` - Number of users linked to this company
|
|
31
|
-
* - `companySize` - Employee headcount
|
|
32
|
-
* - `lastActivity` - Last activity timestamp
|
|
33
|
-
* - `customFields` - Custom field values
|
|
34
|
-
* - `createdAt` - Creation timestamp
|
|
35
|
-
* - `updatedAt` - Last update timestamp
|
|
36
|
-
*
|
|
37
|
-
* ### Example Response
|
|
38
|
-
*
|
|
39
|
-
* ```json
|
|
40
|
-
* {
|
|
41
|
-
* "object": "company",
|
|
42
|
-
* "id": "507f1f77bcf86cd799439011",
|
|
43
|
-
* "companyId": "comp_12345",
|
|
44
|
-
* "name": "Acme Inc",
|
|
45
|
-
* "monthlySpend": 5000,
|
|
46
|
-
* "industry": "Technology",
|
|
47
|
-
* "website": "https://acme.com",
|
|
48
|
-
* "plan": "enterprise",
|
|
49
|
-
* "linkedUsers": 15,
|
|
50
|
-
* "companySize": 250,
|
|
51
|
-
* "lastActivity": "2025-01-15T00:00:00.000Z",
|
|
52
|
-
* "customFields": { "location": "Europe" },
|
|
53
|
-
* "createdAt": "2025-01-01T12:00:00.000Z",
|
|
54
|
-
* "updatedAt": "2025-01-10T15:30:00.000Z"
|
|
55
|
-
* }
|
|
56
|
-
* ```
|
|
57
|
-
*
|
|
58
|
-
* ### Error Responses
|
|
59
|
-
*
|
|
60
|
-
* - **404 Not Found** - Company with the specified ID does not exist
|
|
61
|
-
*
|
|
62
|
-
* ### Version Availability
|
|
63
|
-
*
|
|
64
|
-
* This endpoint is only available in API version 2026-01-01.nova and newer.
|
|
65
|
-
*
|
|
66
|
-
* @example
|
|
67
|
-
* ```ts
|
|
68
|
-
* const company = await client.users.companies.retrieve(
|
|
69
|
-
* '507f1f77bcf86cd799439011',
|
|
70
|
-
* );
|
|
71
|
-
* ```
|
|
72
|
-
*/
|
|
73
|
-
retrieve(id: string, params?: CompanyRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<Company>;
|
|
74
13
|
/**
|
|
75
14
|
* Returns all companies in your organization with cursor-based pagination.
|
|
76
15
|
*
|
|
@@ -145,43 +84,6 @@ export declare class Companies extends APIResource {
|
|
|
145
84
|
* ```
|
|
146
85
|
*/
|
|
147
86
|
list(params?: CompanyListParams | null | undefined, options?: RequestOptions): PagePromise<CompaniesCursorPage, Company>;
|
|
148
|
-
/**
|
|
149
|
-
* Deletes a company by its Featurebase ID.
|
|
150
|
-
*
|
|
151
|
-
* This will also remove the company from all linked users' associations.
|
|
152
|
-
*
|
|
153
|
-
* ### Path Parameters
|
|
154
|
-
*
|
|
155
|
-
* - `id` - The Featurebase internal ID of the company (MongoDB ObjectId)
|
|
156
|
-
*
|
|
157
|
-
* ### Response
|
|
158
|
-
*
|
|
159
|
-
* Returns a deletion confirmation object:
|
|
160
|
-
*
|
|
161
|
-
* ```json
|
|
162
|
-
* {
|
|
163
|
-
* "id": "507f1f77bcf86cd799439011",
|
|
164
|
-
* "object": "company",
|
|
165
|
-
* "deleted": true
|
|
166
|
-
* }
|
|
167
|
-
* ```
|
|
168
|
-
*
|
|
169
|
-
* ### Error Responses
|
|
170
|
-
*
|
|
171
|
-
* - **404 Not Found** - Company with the specified ID does not exist
|
|
172
|
-
*
|
|
173
|
-
* ### Version Availability
|
|
174
|
-
*
|
|
175
|
-
* This endpoint is only available in API version 2026-01-01.nova and newer.
|
|
176
|
-
*
|
|
177
|
-
* @example
|
|
178
|
-
* ```ts
|
|
179
|
-
* const deletedCompany = await client.users.companies.delete(
|
|
180
|
-
* '507f1f77bcf86cd799439011',
|
|
181
|
-
* );
|
|
182
|
-
* ```
|
|
183
|
-
*/
|
|
184
|
-
delete(id: string, params?: CompanyDeleteParams | null | undefined, options?: RequestOptions): APIPromise<DeletedCompany>;
|
|
185
87
|
/**
|
|
186
88
|
* Creates a new company or updates an existing one.
|
|
187
89
|
*
|
|
@@ -258,6 +160,105 @@ export declare class Companies extends APIResource {
|
|
|
258
160
|
* ```
|
|
259
161
|
*/
|
|
260
162
|
createOrUpdate(params: CompanyCreateOrUpdateParams, options?: RequestOptions): APIPromise<Company>;
|
|
163
|
+
/**
|
|
164
|
+
* Retrieves a single company by its Featurebase ID.
|
|
165
|
+
*
|
|
166
|
+
* ### Path Parameters
|
|
167
|
+
*
|
|
168
|
+
* - `id` - The Featurebase internal ID of the company (MongoDB ObjectId)
|
|
169
|
+
*
|
|
170
|
+
* ### Response
|
|
171
|
+
*
|
|
172
|
+
* Returns a company object with:
|
|
173
|
+
*
|
|
174
|
+
* - `id` - Featurebase internal ID
|
|
175
|
+
* - `companyId` - External company ID from your system
|
|
176
|
+
* - `name` - Company name
|
|
177
|
+
* - `monthlySpend` - Monthly spend/revenue
|
|
178
|
+
* - `industry` - Industry
|
|
179
|
+
* - `website` - Company website URL
|
|
180
|
+
* - `plan` - Plan/tier name
|
|
181
|
+
* - `linkedUsers` - Number of users linked to this company
|
|
182
|
+
* - `companySize` - Employee headcount
|
|
183
|
+
* - `lastActivity` - Last activity timestamp
|
|
184
|
+
* - `customFields` - Custom field values
|
|
185
|
+
* - `createdAt` - Creation timestamp
|
|
186
|
+
* - `updatedAt` - Last update timestamp
|
|
187
|
+
*
|
|
188
|
+
* ### Example Response
|
|
189
|
+
*
|
|
190
|
+
* ```json
|
|
191
|
+
* {
|
|
192
|
+
* "object": "company",
|
|
193
|
+
* "id": "507f1f77bcf86cd799439011",
|
|
194
|
+
* "companyId": "comp_12345",
|
|
195
|
+
* "name": "Acme Inc",
|
|
196
|
+
* "monthlySpend": 5000,
|
|
197
|
+
* "industry": "Technology",
|
|
198
|
+
* "website": "https://acme.com",
|
|
199
|
+
* "plan": "enterprise",
|
|
200
|
+
* "linkedUsers": 15,
|
|
201
|
+
* "companySize": 250,
|
|
202
|
+
* "lastActivity": "2025-01-15T00:00:00.000Z",
|
|
203
|
+
* "customFields": { "location": "Europe" },
|
|
204
|
+
* "createdAt": "2025-01-01T12:00:00.000Z",
|
|
205
|
+
* "updatedAt": "2025-01-10T15:30:00.000Z"
|
|
206
|
+
* }
|
|
207
|
+
* ```
|
|
208
|
+
*
|
|
209
|
+
* ### Error Responses
|
|
210
|
+
*
|
|
211
|
+
* - **404 Not Found** - Company with the specified ID does not exist
|
|
212
|
+
*
|
|
213
|
+
* ### Version Availability
|
|
214
|
+
*
|
|
215
|
+
* This endpoint is only available in API version 2026-01-01.nova and newer.
|
|
216
|
+
*
|
|
217
|
+
* @example
|
|
218
|
+
* ```ts
|
|
219
|
+
* const company = await client.users.companies.retrieve(
|
|
220
|
+
* '507f1f77bcf86cd799439011',
|
|
221
|
+
* );
|
|
222
|
+
* ```
|
|
223
|
+
*/
|
|
224
|
+
retrieve(id: string, params?: CompanyRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<Company>;
|
|
225
|
+
/**
|
|
226
|
+
* Deletes a company by its Featurebase ID.
|
|
227
|
+
*
|
|
228
|
+
* This will also remove the company from all linked users' associations.
|
|
229
|
+
*
|
|
230
|
+
* ### Path Parameters
|
|
231
|
+
*
|
|
232
|
+
* - `id` - The Featurebase internal ID of the company (MongoDB ObjectId)
|
|
233
|
+
*
|
|
234
|
+
* ### Response
|
|
235
|
+
*
|
|
236
|
+
* Returns a deletion confirmation object:
|
|
237
|
+
*
|
|
238
|
+
* ```json
|
|
239
|
+
* {
|
|
240
|
+
* "id": "507f1f77bcf86cd799439011",
|
|
241
|
+
* "object": "company",
|
|
242
|
+
* "deleted": true
|
|
243
|
+
* }
|
|
244
|
+
* ```
|
|
245
|
+
*
|
|
246
|
+
* ### Error Responses
|
|
247
|
+
*
|
|
248
|
+
* - **404 Not Found** - Company with the specified ID does not exist
|
|
249
|
+
*
|
|
250
|
+
* ### Version Availability
|
|
251
|
+
*
|
|
252
|
+
* This endpoint is only available in API version 2026-01-01.nova and newer.
|
|
253
|
+
*
|
|
254
|
+
* @example
|
|
255
|
+
* ```ts
|
|
256
|
+
* const deletedCompany = await client.users.companies.delete(
|
|
257
|
+
* '507f1f77bcf86cd799439011',
|
|
258
|
+
* );
|
|
259
|
+
* ```
|
|
260
|
+
*/
|
|
261
|
+
delete(id: string, params?: CompanyDeleteParams | null | undefined, options?: RequestOptions): APIPromise<DeletedCompany>;
|
|
261
262
|
/**
|
|
262
263
|
* Permanently deletes a company by its external company ID (the `companyId` from
|
|
263
264
|
* your system).
|
|
@@ -566,13 +567,6 @@ export declare namespace CompanySearchResponse {
|
|
|
566
567
|
};
|
|
567
568
|
}
|
|
568
569
|
}
|
|
569
|
-
export interface CompanyRetrieveParams {
|
|
570
|
-
/**
|
|
571
|
-
* API version for this request. Defaults to your organization's configured API
|
|
572
|
-
* version if not specified.
|
|
573
|
-
*/
|
|
574
|
-
'Featurebase-Version'?: '2026-01-01.nova' | '2025-12-12.clover';
|
|
575
|
-
}
|
|
576
570
|
export interface CompanyListParams extends CursorPageParams {
|
|
577
571
|
/**
|
|
578
572
|
* Header param: API version for this request. Defaults to your organization's
|
|
@@ -580,13 +574,6 @@ export interface CompanyListParams extends CursorPageParams {
|
|
|
580
574
|
*/
|
|
581
575
|
'Featurebase-Version'?: '2026-01-01.nova' | '2025-12-12.clover';
|
|
582
576
|
}
|
|
583
|
-
export interface CompanyDeleteParams {
|
|
584
|
-
/**
|
|
585
|
-
* API version for this request. Defaults to your organization's configured API
|
|
586
|
-
* version if not specified.
|
|
587
|
-
*/
|
|
588
|
-
'Featurebase-Version'?: '2026-01-01.nova' | '2025-12-12.clover';
|
|
589
|
-
}
|
|
590
577
|
export interface CompanyCreateOrUpdateParams {
|
|
591
578
|
/**
|
|
592
579
|
* Body param: External company ID from your system. Used as the unique identifier
|
|
@@ -643,6 +630,20 @@ export declare namespace CompanyCreateOrUpdateParams {
|
|
|
643
630
|
tier?: string;
|
|
644
631
|
}
|
|
645
632
|
}
|
|
633
|
+
export interface CompanyRetrieveParams {
|
|
634
|
+
/**
|
|
635
|
+
* API version for this request. Defaults to your organization's configured API
|
|
636
|
+
* version if not specified.
|
|
637
|
+
*/
|
|
638
|
+
'Featurebase-Version'?: '2026-01-01.nova' | '2025-12-12.clover';
|
|
639
|
+
}
|
|
640
|
+
export interface CompanyDeleteParams {
|
|
641
|
+
/**
|
|
642
|
+
* API version for this request. Defaults to your organization's configured API
|
|
643
|
+
* version if not specified.
|
|
644
|
+
*/
|
|
645
|
+
'Featurebase-Version'?: '2026-01-01.nova' | '2025-12-12.clover';
|
|
646
|
+
}
|
|
646
647
|
export interface CompanyDeleteByCompanyIDParams {
|
|
647
648
|
/**
|
|
648
649
|
* API version for this request. Defaults to your organization's configured API
|
|
@@ -664,7 +665,7 @@ export interface CompanySearchParams {
|
|
|
664
665
|
* Body param: Structured filter AST. Either a single filter clause or one
|
|
665
666
|
* top-level AND group (max 15 clauses). Top-level OR groups are not yet supported.
|
|
666
667
|
*/
|
|
667
|
-
query?:
|
|
668
|
+
query?: PostsAPI.SearchFilter | PostsAPI.SearchFilterGroup;
|
|
668
669
|
/**
|
|
669
670
|
* Body param: Sort field + direction. Defaults to `createdAt:desc`. The chosen
|
|
670
671
|
* sort axis is encoded in the cursor; switching `sort` mid-pagination returns
|
|
@@ -679,50 +680,8 @@ export interface CompanySearchParams {
|
|
|
679
680
|
*/
|
|
680
681
|
'Featurebase-Version'?: '2026-01-01.nova' | '2025-12-12.clover';
|
|
681
682
|
}
|
|
682
|
-
export declare namespace CompanySearchParams {
|
|
683
|
-
interface SearchFilter {
|
|
684
|
-
/**
|
|
685
|
-
* Field name to filter on (e.g. `state`, `tag_ids`, `created_at`)
|
|
686
|
-
*/
|
|
687
|
-
field: string;
|
|
688
|
-
/**
|
|
689
|
-
* Comparison operator
|
|
690
|
-
*/
|
|
691
|
-
operator: '=' | '!=' | 'IN' | 'NIN' | '>' | '<' | '>=' | '<=' | '~' | '!~' | '^' | '$';
|
|
692
|
-
/**
|
|
693
|
-
* Value to compare against (primitive or array of primitives)
|
|
694
|
-
*/
|
|
695
|
-
value: string | number | boolean | Array<string | number> | null;
|
|
696
|
-
}
|
|
697
|
-
interface SearchFilterGroup {
|
|
698
|
-
/**
|
|
699
|
-
* Group operator: AND (all match) or OR (any match)
|
|
700
|
-
*/
|
|
701
|
-
operator: 'AND' | 'OR';
|
|
702
|
-
/**
|
|
703
|
-
* Array of filter clauses (1-15 entries)
|
|
704
|
-
*/
|
|
705
|
-
value: Array<SearchFilterGroup.Value>;
|
|
706
|
-
}
|
|
707
|
-
namespace SearchFilterGroup {
|
|
708
|
-
interface Value {
|
|
709
|
-
/**
|
|
710
|
-
* Field name to filter on (e.g. `state`, `tag_ids`, `created_at`)
|
|
711
|
-
*/
|
|
712
|
-
field: string;
|
|
713
|
-
/**
|
|
714
|
-
* Comparison operator
|
|
715
|
-
*/
|
|
716
|
-
operator: '=' | '!=' | 'IN' | 'NIN' | '>' | '<' | '>=' | '<=' | '~' | '!~' | '^' | '$';
|
|
717
|
-
/**
|
|
718
|
-
* Value to compare against (primitive or array of primitives)
|
|
719
|
-
*/
|
|
720
|
-
value: string | number | boolean | Array<string | number> | null;
|
|
721
|
-
}
|
|
722
|
-
}
|
|
723
|
-
}
|
|
724
683
|
export declare namespace Companies {
|
|
725
|
-
export { type Company as Company, type DeletedCompany as DeletedCompany, type CompanySearchResponse as CompanySearchResponse, type CompaniesCursorPage as CompaniesCursorPage, type
|
|
684
|
+
export { type Company as Company, type DeletedCompany as DeletedCompany, type CompanySearchResponse as CompanySearchResponse, type CompaniesCursorPage as CompaniesCursorPage, type CompanyListParams as CompanyListParams, type CompanyCreateOrUpdateParams as CompanyCreateOrUpdateParams, type CompanyRetrieveParams as CompanyRetrieveParams, type CompanyDeleteParams as CompanyDeleteParams, type CompanyDeleteByCompanyIDParams as CompanyDeleteByCompanyIDParams, type CompanySearchParams as CompanySearchParams, };
|
|
726
685
|
export { Contacts as Contacts, type ContactAttachResponse as ContactAttachResponse, type ContactRemoveResponse as ContactRemoveResponse, type ContactListParams as ContactListParams, type ContactAttachParams as ContactAttachParams, type ContactRemoveParams as ContactRemoveParams, };
|
|
727
686
|
}
|
|
728
687
|
//# sourceMappingURL=companies.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"companies.d.mts","sourceRoot":"","sources":["../../../src/resources/users/companies/companies.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"companies.d.mts","sourceRoot":"","sources":["../../../src/resources/users/companies/companies.ts"],"names":[],"mappings":"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"}
|