intercom-client 6.0.0-alpha → 6.0.0-beta.2
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 +77 -0
- package/LICENSE +201 -0
- package/README.md +217 -111
- package/_shims/MultipartBody.d.ts +9 -0
- package/_shims/MultipartBody.d.ts.map +1 -0
- package/_shims/MultipartBody.js +16 -0
- package/_shims/MultipartBody.js.map +1 -0
- package/_shims/MultipartBody.mjs +12 -0
- package/_shims/MultipartBody.mjs.map +1 -0
- package/_shims/README.md +46 -0
- package/_shims/auto/runtime-bun.d.ts +5 -0
- package/_shims/auto/runtime-bun.d.ts.map +1 -0
- package/_shims/auto/runtime-bun.js +21 -0
- package/_shims/auto/runtime-bun.js.map +1 -0
- package/_shims/auto/runtime-bun.mjs +2 -0
- package/_shims/auto/runtime-bun.mjs.map +1 -0
- package/_shims/auto/runtime-node.d.ts +5 -0
- package/_shims/auto/runtime-node.d.ts.map +1 -0
- package/_shims/auto/runtime-node.js +21 -0
- package/_shims/auto/runtime-node.js.map +1 -0
- package/_shims/auto/runtime-node.mjs +2 -0
- package/_shims/auto/runtime-node.mjs.map +1 -0
- package/_shims/auto/runtime.d.ts +5 -0
- package/_shims/auto/runtime.d.ts.map +1 -0
- package/_shims/auto/runtime.js +21 -0
- package/_shims/auto/runtime.js.map +1 -0
- package/_shims/auto/runtime.mjs +2 -0
- package/_shims/auto/runtime.mjs.map +1 -0
- package/_shims/auto/types-node.d.ts +5 -0
- package/_shims/auto/types-node.d.ts.map +1 -0
- package/_shims/auto/types-node.js +21 -0
- package/_shims/auto/types-node.js.map +1 -0
- package/_shims/auto/types-node.mjs +2 -0
- package/_shims/auto/types-node.mjs.map +1 -0
- package/_shims/auto/types.d.ts +101 -0
- package/_shims/auto/types.js +3 -0
- package/_shims/auto/types.mjs +3 -0
- package/_shims/bun-runtime.d.ts +6 -0
- package/_shims/bun-runtime.d.ts.map +1 -0
- package/_shims/bun-runtime.js +14 -0
- package/_shims/bun-runtime.js.map +1 -0
- package/_shims/bun-runtime.mjs +10 -0
- package/_shims/bun-runtime.mjs.map +1 -0
- package/_shims/index.d.ts +81 -0
- package/_shims/index.js +13 -0
- package/_shims/index.mjs +7 -0
- package/_shims/manual-types.d.ts +12 -0
- package/_shims/manual-types.js +3 -0
- package/_shims/manual-types.mjs +3 -0
- package/_shims/node-runtime.d.ts +3 -0
- package/_shims/node-runtime.d.ts.map +1 -0
- package/_shims/node-runtime.js +89 -0
- package/_shims/node-runtime.js.map +1 -0
- package/_shims/node-runtime.mjs +56 -0
- package/_shims/node-runtime.mjs.map +1 -0
- package/_shims/node-types.d.ts +42 -0
- package/_shims/node-types.js +3 -0
- package/_shims/node-types.mjs +3 -0
- package/_shims/registry.d.ts +37 -0
- package/_shims/registry.d.ts.map +1 -0
- package/_shims/registry.js +41 -0
- package/_shims/registry.js.map +1 -0
- package/_shims/registry.mjs +37 -0
- package/_shims/registry.mjs.map +1 -0
- package/_shims/web-runtime.d.ts +5 -0
- package/_shims/web-runtime.d.ts.map +1 -0
- package/_shims/web-runtime.js +78 -0
- package/_shims/web-runtime.js.map +1 -0
- package/_shims/web-runtime.mjs +71 -0
- package/_shims/web-runtime.mjs.map +1 -0
- package/_shims/web-types.d.ts +83 -0
- package/_shims/web-types.js +3 -0
- package/_shims/web-types.mjs +3 -0
- package/core.d.ts +239 -0
- package/core.d.ts.map +1 -0
- package/core.js +881 -0
- package/core.js.map +1 -0
- package/core.mjs +850 -0
- package/core.mjs.map +1 -0
- package/error.d.ts +53 -0
- package/error.d.ts.map +1 -0
- package/error.js +143 -0
- package/error.js.map +1 -0
- package/error.mjs +127 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +296 -0
- package/index.d.ts +296 -4
- package/index.d.ts.map +1 -0
- package/index.js +145 -9
- package/index.js.map +1 -0
- package/index.mjs +142 -0
- package/index.mjs.map +1 -0
- package/package.json +99 -33
- package/pagination.d.ts +40 -0
- package/pagination.d.ts.map +1 -0
- package/pagination.js +41 -0
- package/pagination.js.map +1 -0
- package/pagination.mjs +37 -0
- package/pagination.mjs.map +1 -0
- package/resource.d.ts +6 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +11 -0
- package/resource.js.map +1 -0
- package/resource.mjs +7 -0
- package/resource.mjs.map +1 -0
- package/resources/admins/activity-logs.d.ts +144 -0
- package/resources/admins/activity-logs.d.ts.map +1 -0
- package/resources/admins/activity-logs.js +27 -0
- package/resources/admins/activity-logs.js.map +1 -0
- package/resources/admins/activity-logs.mjs +23 -0
- package/resources/admins/activity-logs.mjs.map +1 -0
- package/resources/admins/admins.d.ts +75 -0
- package/resources/admins/admins.d.ts.map +1 -0
- package/resources/admins/admins.js +87 -0
- package/resources/admins/admins.js.map +1 -0
- package/resources/admins/admins.mjs +60 -0
- package/resources/admins/admins.mjs.map +1 -0
- package/resources/admins/index.d.ts +3 -0
- package/resources/admins/index.d.ts.map +1 -0
- package/resources/admins/index.js +9 -0
- package/resources/admins/index.js.map +1 -0
- package/resources/admins/index.mjs +4 -0
- package/resources/admins/index.mjs.map +1 -0
- package/resources/articles.d.ts +496 -0
- package/resources/articles.d.ts.map +1 -0
- package/resources/articles.js +106 -0
- package/resources/articles.js.map +1 -0
- package/resources/articles.mjs +102 -0
- package/resources/articles.mjs.map +1 -0
- package/resources/companies/companies.d.ts +322 -0
- package/resources/companies/companies.d.ts.map +1 -0
- package/resources/companies/companies.js +153 -0
- package/resources/companies/companies.js.map +1 -0
- package/resources/companies/companies.mjs +126 -0
- package/resources/companies/companies.mjs.map +1 -0
- package/resources/companies/contacts.d.ts +47 -0
- package/resources/companies/contacts.d.ts.map +1 -0
- package/resources/companies/contacts.js +27 -0
- package/resources/companies/contacts.js.map +1 -0
- package/resources/companies/contacts.mjs +23 -0
- package/resources/companies/contacts.mjs.map +1 -0
- package/resources/companies/index.d.ts +4 -0
- package/resources/companies/index.d.ts.map +1 -0
- package/resources/companies/index.js +11 -0
- package/resources/companies/index.js.map +1 -0
- package/resources/companies/index.mjs +5 -0
- package/resources/companies/index.mjs.map +1 -0
- package/resources/companies/segments.d.ts +36 -0
- package/resources/companies/segments.d.ts.map +1 -0
- package/resources/companies/segments.js +27 -0
- package/resources/companies/segments.js.map +1 -0
- package/resources/companies/segments.mjs +23 -0
- package/resources/companies/segments.mjs.map +1 -0
- package/resources/contacts/companies.d.ts +99 -0
- package/resources/contacts/companies.d.ts.map +1 -0
- package/resources/contacts/companies.js +58 -0
- package/resources/contacts/companies.js.map +1 -0
- package/resources/contacts/companies.mjs +54 -0
- package/resources/contacts/companies.mjs.map +1 -0
- package/resources/contacts/contacts.d.ts +467 -0
- package/resources/contacts/contacts.d.ts.map +1 -0
- package/resources/contacts/contacts.js +315 -0
- package/resources/contacts/contacts.js.map +1 -0
- package/resources/contacts/contacts.mjs +288 -0
- package/resources/contacts/contacts.mjs.map +1 -0
- package/resources/contacts/index.d.ts +7 -0
- package/resources/contacts/index.d.ts.map +1 -0
- package/resources/contacts/index.js +17 -0
- package/resources/contacts/index.js.map +1 -0
- package/resources/contacts/index.mjs +8 -0
- package/resources/contacts/index.mjs.map +1 -0
- package/resources/contacts/notes.d.ts +71 -0
- package/resources/contacts/notes.d.ts.map +1 -0
- package/resources/contacts/notes.js +43 -0
- package/resources/contacts/notes.js.map +1 -0
- package/resources/contacts/notes.mjs +39 -0
- package/resources/contacts/notes.mjs.map +1 -0
- package/resources/contacts/segments.d.ts +36 -0
- package/resources/contacts/segments.d.ts.map +1 -0
- package/resources/contacts/segments.js +27 -0
- package/resources/contacts/segments.js.map +1 -0
- package/resources/contacts/segments.mjs +23 -0
- package/resources/contacts/segments.mjs.map +1 -0
- package/resources/contacts/subscriptions.d.ts +149 -0
- package/resources/contacts/subscriptions.d.ts.map +1 -0
- package/resources/contacts/subscriptions.js +68 -0
- package/resources/contacts/subscriptions.js.map +1 -0
- package/resources/contacts/subscriptions.mjs +64 -0
- package/resources/contacts/subscriptions.mjs.map +1 -0
- package/resources/contacts/tags.d.ts +53 -0
- package/resources/contacts/tags.d.ts.map +1 -0
- package/resources/contacts/tags.js +59 -0
- package/resources/contacts/tags.js.map +1 -0
- package/resources/contacts/tags.mjs +55 -0
- package/resources/contacts/tags.mjs.map +1 -0
- package/resources/conversations/conversations.d.ts +428 -0
- package/resources/conversations/conversations.d.ts.map +1 -0
- package/resources/conversations/conversations.js +298 -0
- package/resources/conversations/conversations.js.map +1 -0
- package/resources/conversations/conversations.mjs +270 -0
- package/resources/conversations/conversations.mjs.map +1 -0
- package/resources/conversations/customers.d.ts +145 -0
- package/resources/conversations/customers.d.ts.map +1 -0
- package/resources/conversations/customers.js +50 -0
- package/resources/conversations/customers.js.map +1 -0
- package/resources/conversations/customers.mjs +46 -0
- package/resources/conversations/customers.mjs.map +1 -0
- package/resources/conversations/index.d.ts +7 -0
- package/resources/conversations/index.d.ts.map +1 -0
- package/resources/conversations/index.js +18 -0
- package/resources/conversations/index.js.map +1 -0
- package/resources/conversations/index.mjs +8 -0
- package/resources/conversations/index.mjs.map +1 -0
- package/resources/conversations/parts.d.ts +110 -0
- package/resources/conversations/parts.d.ts.map +1 -0
- package/resources/conversations/parts.js +32 -0
- package/resources/conversations/parts.js.map +1 -0
- package/resources/conversations/parts.mjs +28 -0
- package/resources/conversations/parts.mjs.map +1 -0
- package/resources/conversations/reply.d.ts +163 -0
- package/resources/conversations/reply.d.ts.map +1 -0
- package/resources/conversations/reply.js +28 -0
- package/resources/conversations/reply.js.map +1 -0
- package/resources/conversations/reply.mjs +24 -0
- package/resources/conversations/reply.mjs.map +1 -0
- package/resources/conversations/run-assignment-rules.d.ts +24 -0
- package/resources/conversations/run-assignment-rules.d.ts.map +1 -0
- package/resources/conversations/run-assignment-rules.js +27 -0
- package/resources/conversations/run-assignment-rules.js.map +1 -0
- package/resources/conversations/run-assignment-rules.mjs +23 -0
- package/resources/conversations/run-assignment-rules.mjs.map +1 -0
- package/resources/conversations/tags.d.ts +47 -0
- package/resources/conversations/tags.d.ts.map +1 -0
- package/resources/conversations/tags.js +45 -0
- package/resources/conversations/tags.js.map +1 -0
- package/resources/conversations/tags.mjs +41 -0
- package/resources/conversations/tags.mjs.map +1 -0
- package/resources/data-attributes.d.ts +198 -0
- package/resources/data-attributes.d.ts.map +1 -0
- package/resources/data-attributes.js +60 -0
- package/resources/data-attributes.js.map +1 -0
- package/resources/data-attributes.mjs +56 -0
- package/resources/data-attributes.mjs.map +1 -0
- package/resources/data-events.d.ts +276 -0
- package/resources/data-events.d.ts.map +1 -0
- package/resources/data-events.js +148 -0
- package/resources/data-events.js.map +1 -0
- package/resources/data-events.mjs +144 -0
- package/resources/data-events.mjs.map +1 -0
- package/resources/data-exports.d.ts +77 -0
- package/resources/data-exports.d.ts.map +1 -0
- package/resources/data-exports.js +51 -0
- package/resources/data-exports.js.map +1 -0
- package/resources/data-exports.mjs +47 -0
- package/resources/data-exports.mjs.map +1 -0
- package/resources/download/content/content.d.ts +10 -0
- package/resources/download/content/content.d.ts.map +1 -0
- package/resources/download/content/content.js +40 -0
- package/resources/download/content/content.js.map +1 -0
- package/resources/download/content/content.mjs +13 -0
- package/resources/download/content/content.mjs.map +1 -0
- package/resources/download/content/data.d.ts +31 -0
- package/resources/download/content/data.d.ts.map +1 -0
- package/resources/download/content/data.js +28 -0
- package/resources/download/content/data.js.map +1 -0
- package/resources/download/content/data.mjs +24 -0
- package/resources/download/content/data.mjs.map +1 -0
- package/resources/download/content/index.d.ts +3 -0
- package/resources/download/content/index.d.ts.map +1 -0
- package/resources/download/content/index.js +9 -0
- package/resources/download/content/index.js.map +1 -0
- package/resources/download/content/index.mjs +4 -0
- package/resources/download/content/index.mjs.map +1 -0
- package/resources/download/download.d.ts +9 -0
- package/resources/download/download.d.ts.map +1 -0
- package/resources/download/download.js +40 -0
- package/resources/download/download.js.map +1 -0
- package/resources/download/download.mjs +13 -0
- package/resources/download/download.mjs.map +1 -0
- package/resources/download/index.d.ts +3 -0
- package/resources/download/index.d.ts.map +1 -0
- package/resources/download/index.js +9 -0
- package/resources/download/index.js.map +1 -0
- package/resources/download/index.mjs +4 -0
- package/resources/download/index.mjs.map +1 -0
- package/resources/export/content/content.d.ts +10 -0
- package/resources/export/content/content.d.ts.map +1 -0
- package/resources/export/content/content.js +40 -0
- package/resources/export/content/content.js.map +1 -0
- package/resources/export/content/content.mjs +13 -0
- package/resources/export/content/content.mjs.map +1 -0
- package/resources/export/content/data.d.ts +30 -0
- package/resources/export/content/data.d.ts.map +1 -0
- package/resources/export/content/data.js +27 -0
- package/resources/export/content/data.js.map +1 -0
- package/resources/export/content/data.mjs +23 -0
- package/resources/export/content/data.mjs.map +1 -0
- package/resources/export/content/index.d.ts +3 -0
- package/resources/export/content/index.d.ts.map +1 -0
- package/resources/export/content/index.js +9 -0
- package/resources/export/content/index.js.map +1 -0
- package/resources/export/content/index.mjs +4 -0
- package/resources/export/content/index.mjs.map +1 -0
- package/resources/export/export.d.ts +25 -0
- package/resources/export/export.d.ts.map +1 -0
- package/resources/export/export.js +56 -0
- package/resources/export/export.js.map +1 -0
- package/resources/export/export.mjs +29 -0
- package/resources/export/export.mjs.map +1 -0
- package/resources/export/index.d.ts +3 -0
- package/resources/export/index.d.ts.map +1 -0
- package/resources/export/index.js +9 -0
- package/resources/export/index.js.map +1 -0
- package/resources/export/index.mjs +4 -0
- package/resources/export/index.mjs.map +1 -0
- package/resources/help-center/collections.d.ts +237 -0
- package/resources/help-center/collections.d.ts.map +1 -0
- package/resources/help-center/collections.js +90 -0
- package/resources/help-center/collections.js.map +1 -0
- package/resources/help-center/collections.mjs +86 -0
- package/resources/help-center/collections.mjs.map +1 -0
- package/resources/help-center/help-center.d.ts +72 -0
- package/resources/help-center/help-center.d.ts.map +1 -0
- package/resources/help-center/help-center.js +43 -0
- package/resources/help-center/help-center.js.map +1 -0
- package/resources/help-center/help-center.mjs +16 -0
- package/resources/help-center/help-center.mjs.map +1 -0
- package/resources/help-center/help-centers.d.ts +37 -0
- package/resources/help-center/help-centers.d.ts.map +1 -0
- package/resources/help-center/help-centers.js +42 -0
- package/resources/help-center/help-centers.js.map +1 -0
- package/resources/help-center/help-centers.mjs +38 -0
- package/resources/help-center/help-centers.mjs.map +1 -0
- package/resources/help-center/index.d.ts +4 -0
- package/resources/help-center/index.d.ts.map +1 -0
- package/resources/help-center/index.js +11 -0
- package/resources/help-center/index.js.map +1 -0
- package/resources/help-center/index.mjs +5 -0
- package/resources/help-center/index.mjs.map +1 -0
- package/resources/index.d.ts +25 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +67 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +26 -0
- package/resources/index.mjs.map +1 -0
- package/resources/me.d.ts +131 -0
- package/resources/me.d.ts.map +1 -0
- package/resources/me.js +27 -0
- package/resources/me.js.map +1 -0
- package/resources/me.mjs +23 -0
- package/resources/me.mjs.map +1 -0
- package/resources/messages.d.ts +54 -0
- package/resources/messages.d.ts.map +1 -0
- package/resources/messages.js +42 -0
- package/resources/messages.js.map +1 -0
- package/resources/messages.mjs +38 -0
- package/resources/messages.mjs.map +1 -0
- package/resources/news/index.d.ts +4 -0
- package/resources/news/index.d.ts.map +1 -0
- package/resources/news/index.js +11 -0
- package/resources/news/index.js.map +1 -0
- package/resources/news/index.mjs +5 -0
- package/resources/news/index.mjs.map +1 -0
- package/resources/news/news-items.d.ts +311 -0
- package/resources/news/news-items.d.ts.map +1 -0
- package/resources/news/news-items.js +89 -0
- package/resources/news/news-items.js.map +1 -0
- package/resources/news/news-items.mjs +85 -0
- package/resources/news/news-items.mjs.map +1 -0
- package/resources/news/news.d.ts +24 -0
- package/resources/news/news.d.ts.map +1 -0
- package/resources/news/news.js +43 -0
- package/resources/news/news.js.map +1 -0
- package/resources/news/news.mjs +16 -0
- package/resources/news/news.mjs.map +1 -0
- package/resources/news/newsfeeds/index.d.ts +3 -0
- package/resources/news/newsfeeds/index.d.ts.map +1 -0
- package/resources/news/newsfeeds/index.js +9 -0
- package/resources/news/newsfeeds/index.js.map +1 -0
- package/resources/news/newsfeeds/index.mjs +4 -0
- package/resources/news/newsfeeds/index.mjs.map +1 -0
- package/resources/news/newsfeeds/items.d.ts +49 -0
- package/resources/news/newsfeeds/items.d.ts.map +1 -0
- package/resources/news/newsfeeds/items.js +27 -0
- package/resources/news/newsfeeds/items.js.map +1 -0
- package/resources/news/newsfeeds/items.mjs +23 -0
- package/resources/news/newsfeeds/items.mjs.map +1 -0
- package/resources/news/newsfeeds/newsfeeds.d.ts +96 -0
- package/resources/news/newsfeeds/newsfeeds.d.ts.map +1 -0
- package/resources/news/newsfeeds/newsfeeds.js +71 -0
- package/resources/news/newsfeeds/newsfeeds.js.map +1 -0
- package/resources/news/newsfeeds/newsfeeds.mjs +44 -0
- package/resources/news/newsfeeds/newsfeeds.mjs.map +1 -0
- package/resources/notes.d.ts +22 -0
- package/resources/notes.d.ts.map +1 -0
- package/resources/notes.js +27 -0
- package/resources/notes.js.map +1 -0
- package/resources/notes.mjs +23 -0
- package/resources/notes.mjs.map +1 -0
- package/resources/phone-call-redirects.d.ts +75 -0
- package/resources/phone-call-redirects.d.ts.map +1 -0
- package/resources/phone-call-redirects.js +32 -0
- package/resources/phone-call-redirects.js.map +1 -0
- package/resources/phone-call-redirects.mjs +28 -0
- package/resources/phone-call-redirects.mjs.map +1 -0
- package/resources/segments.d.ts +92 -0
- package/resources/segments.d.ts.map +1 -0
- package/resources/segments.js +43 -0
- package/resources/segments.js.map +1 -0
- package/resources/segments.mjs +39 -0
- package/resources/segments.mjs.map +1 -0
- package/resources/shared.d.ts +2159 -0
- package/resources/shared.d.ts.map +1 -0
- package/resources/shared.js +4 -0
- package/resources/shared.js.map +1 -0
- package/resources/shared.mjs +3 -0
- package/resources/shared.mjs.map +1 -0
- package/resources/subscription-types.d.ts +23 -0
- package/resources/subscription-types.d.ts.map +1 -0
- package/resources/subscription-types.js +27 -0
- package/resources/subscription-types.js.map +1 -0
- package/resources/subscription-types.mjs +23 -0
- package/resources/subscription-types.mjs.map +1 -0
- package/resources/tags.d.ts +179 -0
- package/resources/tags.d.ts.map +1 -0
- package/resources/tags.js +96 -0
- package/resources/tags.js.map +1 -0
- package/resources/tags.mjs +92 -0
- package/resources/tags.mjs.map +1 -0
- package/resources/teams.d.ts +90 -0
- package/resources/teams.d.ts.map +1 -0
- package/resources/teams.js +42 -0
- package/resources/teams.js.map +1 -0
- package/resources/teams.mjs +38 -0
- package/resources/teams.mjs.map +1 -0
- package/resources/ticket-types/attributes.d.ts +131 -0
- package/resources/ticket-types/attributes.d.ts.map +1 -0
- package/resources/ticket-types/attributes.js +44 -0
- package/resources/ticket-types/attributes.js.map +1 -0
- package/resources/ticket-types/attributes.mjs +40 -0
- package/resources/ticket-types/attributes.mjs.map +1 -0
- package/resources/ticket-types/index.d.ts +3 -0
- package/resources/ticket-types/index.d.ts.map +1 -0
- package/resources/ticket-types/index.js +9 -0
- package/resources/ticket-types/index.js.map +1 -0
- package/resources/ticket-types/index.mjs +4 -0
- package/resources/ticket-types/index.mjs.map +1 -0
- package/resources/ticket-types/ticket-types.d.ts +204 -0
- package/resources/ticket-types/ticket-types.d.ts.map +1 -0
- package/resources/ticket-types/ticket-types.js +109 -0
- package/resources/ticket-types/ticket-types.js.map +1 -0
- package/resources/ticket-types/ticket-types.mjs +82 -0
- package/resources/ticket-types/ticket-types.mjs.map +1 -0
- package/resources/tickets/index.d.ts +3 -0
- package/resources/tickets/index.d.ts.map +1 -0
- package/resources/tickets/index.js +9 -0
- package/resources/tickets/index.js.map +1 -0
- package/resources/tickets/index.mjs +4 -0
- package/resources/tickets/index.mjs.map +1 -0
- package/resources/tickets/tags.d.ts +47 -0
- package/resources/tickets/tags.d.ts.map +1 -0
- package/resources/tickets/tags.js +45 -0
- package/resources/tickets/tags.js.map +1 -0
- package/resources/tickets/tags.mjs +41 -0
- package/resources/tickets/tags.mjs.map +1 -0
- package/resources/tickets/tickets.d.ts +472 -0
- package/resources/tickets/tickets.d.ts.map +1 -0
- package/resources/tickets/tickets.js +191 -0
- package/resources/tickets/tickets.js.map +1 -0
- package/resources/tickets/tickets.mjs +164 -0
- package/resources/tickets/tickets.mjs.map +1 -0
- package/resources/visitors.d.ts +355 -0
- package/resources/visitors.d.ts.map +1 -0
- package/resources/visitors.js +73 -0
- package/resources/visitors.js.map +1 -0
- package/resources/visitors.mjs +69 -0
- package/resources/visitors.mjs.map +1 -0
- package/shims/node.d.ts +29 -0
- package/shims/node.d.ts.map +1 -0
- package/shims/node.js +31 -0
- package/shims/node.js.map +1 -0
- package/shims/node.mjs +5 -0
- package/shims/node.mjs.map +1 -0
- package/shims/web.d.ts +26 -0
- package/shims/web.d.ts.map +1 -0
- package/shims/web.js +31 -0
- package/shims/web.js.map +1 -0
- package/shims/web.mjs +5 -0
- package/shims/web.mjs.map +1 -0
- package/src/_shims/MultipartBody.ts +9 -0
- package/src/_shims/README.md +46 -0
- package/src/_shims/auto/runtime-bun.ts +4 -0
- package/src/_shims/auto/runtime-node.ts +4 -0
- package/src/_shims/auto/runtime.ts +4 -0
- package/src/_shims/auto/types-node.ts +4 -0
- package/src/_shims/auto/types.d.ts +101 -0
- package/src/_shims/auto/types.js +3 -0
- package/src/_shims/auto/types.mjs +3 -0
- package/src/_shims/bun-runtime.ts +14 -0
- package/src/_shims/index.d.ts +81 -0
- package/src/_shims/index.js +13 -0
- package/src/_shims/index.mjs +7 -0
- package/src/_shims/manual-types.d.ts +12 -0
- package/src/_shims/manual-types.js +3 -0
- package/src/_shims/manual-types.mjs +3 -0
- package/src/_shims/node-runtime.ts +81 -0
- package/src/_shims/node-types.d.ts +42 -0
- package/src/_shims/node-types.js +3 -0
- package/src/_shims/node-types.mjs +3 -0
- package/src/_shims/registry.ts +67 -0
- package/src/_shims/web-runtime.ts +103 -0
- package/src/_shims/web-types.d.ts +83 -0
- package/src/_shims/web-types.js +3 -0
- package/src/_shims/web-types.mjs +3 -0
- package/src/core.ts +1165 -0
- package/src/error.ts +146 -0
- package/src/index.ts +408 -0
- package/src/lib/.keep +4 -0
- package/src/pagination.ts +91 -0
- package/src/resource.ts +11 -0
- package/src/resources/admins/activity-logs.ts +269 -0
- package/src/resources/admins/admins.ts +200 -0
- package/src/resources/admins/index.ts +4 -0
- package/src/resources/articles.ts +806 -0
- package/src/resources/companies/companies.ts +645 -0
- package/src/resources/companies/contacts.ts +97 -0
- package/src/resources/companies/index.ts +17 -0
- package/src/resources/companies/segments.ts +84 -0
- package/src/resources/contacts/companies.ts +236 -0
- package/src/resources/contacts/contacts.ts +904 -0
- package/src/resources/contacts/index.ts +35 -0
- package/src/resources/contacts/notes.ts +152 -0
- package/src/resources/contacts/segments.ts +84 -0
- package/src/resources/contacts/subscriptions.ts +291 -0
- package/src/resources/contacts/tags.ts +181 -0
- package/src/resources/conversations/conversations.ts +754 -0
- package/src/resources/conversations/customers.ts +247 -0
- package/src/resources/conversations/index.ts +20 -0
- package/src/resources/conversations/parts.ts +224 -0
- package/src/resources/conversations/reply.ts +288 -0
- package/src/resources/conversations/run-assignment-rules.ts +70 -0
- package/src/resources/conversations/tags.ts +125 -0
- package/src/resources/data-attributes.ts +347 -0
- package/src/resources/data-events.ts +454 -0
- package/src/resources/data-exports.ts +120 -0
- package/src/resources/download/content/content.ts +13 -0
- package/src/resources/download/content/data.ts +78 -0
- package/src/resources/download/content/index.ts +4 -0
- package/src/resources/download/download.ts +12 -0
- package/src/resources/download/index.ts +4 -0
- package/src/resources/export/content/content.ts +13 -0
- package/src/resources/export/content/data.ts +76 -0
- package/src/resources/export/content/index.ts +4 -0
- package/src/resources/export/export.ts +72 -0
- package/src/resources/export/index.ts +4 -0
- package/src/resources/help-center/collections.ts +469 -0
- package/src/resources/help-center/help-center.ts +84 -0
- package/src/resources/help-center/help-centers.ts +124 -0
- package/src/resources/help-center/index.ts +15 -0
- package/src/resources/index.ts +114 -0
- package/src/resources/me.ts +193 -0
- package/src/resources/messages.ts +110 -0
- package/src/resources/news/index.ts +21 -0
- package/src/resources/news/news-items.ts +545 -0
- package/src/resources/news/news.ts +27 -0
- package/src/resources/news/newsfeeds/index.ts +10 -0
- package/src/resources/news/newsfeeds/items.ts +95 -0
- package/src/resources/news/newsfeeds/newsfeeds.ts +190 -0
- package/src/resources/notes.ts +68 -0
- package/src/resources/phone-call-redirects.ts +120 -0
- package/src/resources/segments.ts +188 -0
- package/src/resources/shared.ts +2609 -0
- package/src/resources/subscription-types.ts +67 -0
- package/src/resources/tags.ts +414 -0
- package/src/resources/teams.ts +179 -0
- package/src/resources/ticket-types/attributes.ts +240 -0
- package/src/resources/ticket-types/index.ts +12 -0
- package/src/resources/ticket-types/ticket-types.ts +391 -0
- package/src/resources/tickets/index.ts +13 -0
- package/src/resources/tickets/tags.ts +125 -0
- package/src/resources/tickets/tickets.ts +780 -0
- package/src/resources/visitors.ts +542 -0
- package/src/shims/node.ts +50 -0
- package/src/shims/web.ts +50 -0
- package/src/tsconfig.json +11 -0
- package/src/uploads.ts +248 -0
- package/src/version.ts +1 -0
- package/uploads.d.ts +75 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +165 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +152 -0
- package/uploads.mjs.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
- package/Client.d.ts +0 -91
- package/Client.js +0 -117
- package/api/errors/BadRequestError.d.ts +0 -7
- package/api/errors/BadRequestError.js +0 -41
- package/api/errors/ForbiddenError.d.ts +0 -8
- package/api/errors/ForbiddenError.js +0 -41
- package/api/errors/NotFoundError.d.ts +0 -7
- package/api/errors/NotFoundError.js +0 -41
- package/api/errors/UnauthorizedError.d.ts +0 -8
- package/api/errors/UnauthorizedError.js +0 -41
- package/api/errors/UnprocessableEntityError.d.ts +0 -7
- package/api/errors/UnprocessableEntityError.js +0 -41
- package/api/errors/index.d.ts +0 -5
- package/api/errors/index.js +0 -21
- package/api/index.d.ts +0 -4
- package/api/index.js +0 -19
- package/api/resources/admins/client/Client.d.ts +0 -101
- package/api/resources/admins/client/Client.js +0 -387
- package/api/resources/admins/client/index.d.ts +0 -1
- package/api/resources/admins/client/index.js +0 -17
- package/api/resources/admins/client/requests/AdminsAwayRequest.d.ts +0 -28
- package/api/resources/admins/client/requests/AdminsAwayRequest.js +0 -5
- package/api/resources/admins/client/requests/AdminsListAllActivityLogsRequest.d.ts +0 -19
- package/api/resources/admins/client/requests/AdminsListAllActivityLogsRequest.js +0 -5
- package/api/resources/admins/client/requests/index.d.ts +0 -2
- package/api/resources/admins/client/requests/index.js +0 -2
- package/api/resources/admins/index.d.ts +0 -2
- package/api/resources/admins/index.js +0 -18
- package/api/resources/admins/types/Admin.d.ts +0 -30
- package/api/resources/admins/types/Admin.js +0 -5
- package/api/resources/admins/types/index.d.ts +0 -1
- package/api/resources/admins/types/index.js +0 -17
- package/api/resources/aiAgent/index.d.ts +0 -1
- package/api/resources/aiAgent/index.js +0 -17
- package/api/resources/aiAgent/types/AiAgent.d.ts +0 -22
- package/api/resources/aiAgent/types/AiAgent.js +0 -5
- package/api/resources/aiAgent/types/AiAgentSourceType.d.ts +0 -14
- package/api/resources/aiAgent/types/AiAgentSourceType.js +0 -13
- package/api/resources/aiAgent/types/index.d.ts +0 -2
- package/api/resources/aiAgent/types/index.js +0 -18
- package/api/resources/aiContentSource/index.d.ts +0 -1
- package/api/resources/aiContentSource/index.js +0 -17
- package/api/resources/aiContentSource/types/ContentSource.d.ts +0 -17
- package/api/resources/aiContentSource/types/ContentSource.js +0 -5
- package/api/resources/aiContentSource/types/ContentSourceContentType.d.ts +0 -14
- package/api/resources/aiContentSource/types/ContentSourceContentType.js +0 -13
- package/api/resources/aiContentSource/types/index.d.ts +0 -2
- package/api/resources/aiContentSource/types/index.js +0 -18
- package/api/resources/articles/client/Client.d.ts +0 -142
- package/api/resources/articles/client/Client.js +0 -495
- package/api/resources/articles/client/index.d.ts +0 -1
- package/api/resources/articles/client/index.js +0 -17
- package/api/resources/articles/client/requests/ArticlesSearchRequest.d.ts +0 -25
- package/api/resources/articles/client/requests/ArticlesSearchRequest.js +0 -5
- package/api/resources/articles/client/requests/index.d.ts +0 -1
- package/api/resources/articles/client/requests/index.js +0 -2
- package/api/resources/articles/index.d.ts +0 -2
- package/api/resources/articles/index.js +0 -18
- package/api/resources/articles/types/Article.d.ts +0 -10
- package/api/resources/articles/types/Article.js +0 -5
- package/api/resources/articles/types/ArticleListItem.d.ts +0 -40
- package/api/resources/articles/types/ArticleListItem.js +0 -5
- package/api/resources/articles/types/ArticleListItemState.d.ts +0 -11
- package/api/resources/articles/types/ArticleListItemState.js +0 -10
- package/api/resources/articles/types/ArticleSearchHighlights.d.ts +0 -15
- package/api/resources/articles/types/ArticleSearchHighlights.js +0 -5
- package/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItem.d.ts +0 -13
- package/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItem.js +0 -5
- package/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItemType.d.ts +0 -11
- package/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItemType.js +0 -10
- package/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItem.d.ts +0 -13
- package/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItem.js +0 -5
- package/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItemType.d.ts +0 -11
- package/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItemType.js +0 -10
- package/api/resources/articles/types/ArticleSearchResponse.d.ts +0 -16
- package/api/resources/articles/types/ArticleSearchResponse.js +0 -5
- package/api/resources/articles/types/ArticleSearchResponseData.d.ts +0 -13
- package/api/resources/articles/types/ArticleSearchResponseData.js +0 -5
- package/api/resources/articles/types/index.d.ts +0 -10
- package/api/resources/articles/types/index.js +0 -26
- package/api/resources/companies/client/Client.d.ts +0 -237
- package/api/resources/companies/client/Client.js +0 -893
- package/api/resources/companies/client/index.d.ts +0 -1
- package/api/resources/companies/client/index.js +0 -17
- package/api/resources/companies/client/requests/CompaniesAttachContactRequest.d.ts +0 -23
- package/api/resources/companies/client/requests/CompaniesAttachContactRequest.js +0 -5
- package/api/resources/companies/client/requests/CompaniesListRequest.d.ts +0 -21
- package/api/resources/companies/client/requests/CompaniesListRequest.js +0 -5
- package/api/resources/companies/client/requests/CompaniesRetrieveRequest.d.ts +0 -33
- package/api/resources/companies/client/requests/CompaniesRetrieveRequest.js +0 -5
- package/api/resources/companies/client/requests/CompaniesScrollRequest.d.ts +0 -13
- package/api/resources/companies/client/requests/CompaniesScrollRequest.js +0 -5
- package/api/resources/companies/client/requests/index.d.ts +0 -4
- package/api/resources/companies/client/requests/index.js +0 -2
- package/api/resources/companies/index.d.ts +0 -2
- package/api/resources/companies/index.js +0 -18
- package/api/resources/companies/types/Company.d.ts +0 -46
- package/api/resources/companies/types/Company.js +0 -5
- package/api/resources/companies/types/CompanyPlan.d.ts +0 -11
- package/api/resources/companies/types/CompanyPlan.js +0 -5
- package/api/resources/companies/types/CompanySegments.d.ts +0 -12
- package/api/resources/companies/types/CompanySegments.js +0 -5
- package/api/resources/companies/types/CompanyTags.d.ts +0 -11
- package/api/resources/companies/types/CompanyTags.js +0 -5
- package/api/resources/companies/types/index.d.ts +0 -4
- package/api/resources/companies/types/index.js +0 -20
- package/api/resources/contacts/client/Client.d.ts +0 -363
- package/api/resources/contacts/client/Client.js +0 -1150
- package/api/resources/contacts/client/index.d.ts +0 -1
- package/api/resources/contacts/client/index.js +0 -17
- package/api/resources/contacts/client/requests/ContactsAttachToContactRequest.d.ts +0 -28
- package/api/resources/contacts/client/requests/ContactsAttachToContactRequest.js +0 -5
- package/api/resources/contacts/client/requests/MergeContactsRequest.d.ts +0 -16
- package/api/resources/contacts/client/requests/MergeContactsRequest.js +0 -5
- package/api/resources/contacts/client/requests/UpdateContactRequest.d.ts +0 -34
- package/api/resources/contacts/client/requests/UpdateContactRequest.js +0 -5
- package/api/resources/contacts/client/requests/index.d.ts +0 -3
- package/api/resources/contacts/client/requests/index.js +0 -2
- package/api/resources/contacts/index.d.ts +0 -2
- package/api/resources/contacts/index.js +0 -18
- package/api/resources/contacts/types/Contact.d.ts +0 -95
- package/api/resources/contacts/types/Contact.js +0 -5
- package/api/resources/contacts/types/ContactAvatar.d.ts +0 -9
- package/api/resources/contacts/types/ContactAvatar.js +0 -5
- package/api/resources/contacts/types/index.d.ts +0 -2
- package/api/resources/contacts/types/index.js +0 -18
- package/api/resources/conversations/client/Client.d.ts +0 -446
- package/api/resources/conversations/client/Client.js +0 -1153
- package/api/resources/conversations/client/index.d.ts +0 -1
- package/api/resources/conversations/client/index.js +0 -17
- package/api/resources/conversations/client/requests/AttachContactToConversationRequest.d.ts +0 -26
- package/api/resources/conversations/client/requests/AttachContactToConversationRequest.js +0 -5
- package/api/resources/conversations/client/requests/ConversationsFindRequest.d.ts +0 -13
- package/api/resources/conversations/client/requests/ConversationsFindRequest.js +0 -5
- package/api/resources/conversations/client/requests/ConversationsListRequest.d.ts +0 -17
- package/api/resources/conversations/client/requests/ConversationsListRequest.js +0 -5
- package/api/resources/conversations/client/requests/ConvertConversationToTicketRequest.d.ts +0 -20
- package/api/resources/conversations/client/requests/ConvertConversationToTicketRequest.js +0 -5
- package/api/resources/conversations/client/requests/CreateConversationRequest.d.ts +0 -28
- package/api/resources/conversations/client/requests/CreateConversationRequest.js +0 -5
- package/api/resources/conversations/client/requests/DetachContactFromConversationRequest.d.ts +0 -28
- package/api/resources/conversations/client/requests/DetachContactFromConversationRequest.js +0 -5
- package/api/resources/conversations/client/requests/UpdateConversationRequest.d.ts +0 -32
- package/api/resources/conversations/client/requests/UpdateConversationRequest.js +0 -5
- package/api/resources/conversations/client/requests/index.d.ts +0 -7
- package/api/resources/conversations/client/requests/index.js +0 -2
- package/api/resources/conversations/index.d.ts +0 -2
- package/api/resources/conversations/index.js +0 -18
- package/api/resources/conversations/types/AttachContactToConversationRequestCustomer.d.ts +0 -5
- package/api/resources/conversations/types/AttachContactToConversationRequestCustomer.js +0 -5
- package/api/resources/conversations/types/AttachContactToConversationRequestCustomerCustomer.d.ts +0 -9
- package/api/resources/conversations/types/AttachContactToConversationRequestCustomerCustomer.js +0 -5
- package/api/resources/conversations/types/AttachContactToConversationRequestCustomerIntercomUserId.d.ts +0 -9
- package/api/resources/conversations/types/AttachContactToConversationRequestCustomerIntercomUserId.js +0 -5
- package/api/resources/conversations/types/AttachContactToConversationRequestCustomerUserId.d.ts +0 -9
- package/api/resources/conversations/types/AttachContactToConversationRequestCustomerUserId.js +0 -5
- package/api/resources/conversations/types/Conversation.d.ts +0 -49
- package/api/resources/conversations/types/Conversation.js +0 -5
- package/api/resources/conversations/types/ConversationPriority.d.ts +0 -11
- package/api/resources/conversations/types/ConversationPriority.js +0 -10
- package/api/resources/conversations/types/ConversationState.d.ts +0 -12
- package/api/resources/conversations/types/ConversationState.js +0 -11
- package/api/resources/conversations/types/ConversationsManageRequestBody.d.ts +0 -19
- package/api/resources/conversations/types/ConversationsManageRequestBody.js +0 -5
- package/api/resources/conversations/types/CreateConversationRequestFrom.d.ts +0 -10
- package/api/resources/conversations/types/CreateConversationRequestFrom.js +0 -5
- package/api/resources/conversations/types/CreateConversationRequestFromType.d.ts +0 -12
- package/api/resources/conversations/types/CreateConversationRequestFromType.js +0 -11
- package/api/resources/conversations/types/index.d.ts +0 -10
- package/api/resources/conversations/types/index.js +0 -26
- package/api/resources/customObjectInstances/index.d.ts +0 -1
- package/api/resources/customObjectInstances/index.js +0 -17
- package/api/resources/customObjectInstances/types/CustomObjectInstance.d.ts +0 -16
- package/api/resources/customObjectInstances/types/CustomObjectInstance.js +0 -5
- package/api/resources/customObjectInstances/types/index.d.ts +0 -1
- package/api/resources/customObjectInstances/types/index.js +0 -17
- package/api/resources/dataAttributes/client/Client.d.ts +0 -136
- package/api/resources/dataAttributes/client/Client.js +0 -336
- package/api/resources/dataAttributes/client/index.d.ts +0 -1
- package/api/resources/dataAttributes/client/index.js +0 -17
- package/api/resources/dataAttributes/client/requests/CreateDataAttributeRequest.d.ts +0 -63
- package/api/resources/dataAttributes/client/requests/CreateDataAttributeRequest.js +0 -5
- package/api/resources/dataAttributes/client/requests/DataAttributesListRequest.d.ts +0 -18
- package/api/resources/dataAttributes/client/requests/DataAttributesListRequest.js +0 -5
- package/api/resources/dataAttributes/client/requests/UpdateDataAttributeRequest.d.ts +0 -41
- package/api/resources/dataAttributes/client/requests/UpdateDataAttributeRequest.js +0 -5
- package/api/resources/dataAttributes/client/requests/index.d.ts +0 -3
- package/api/resources/dataAttributes/client/requests/index.js +0 -2
- package/api/resources/dataAttributes/index.d.ts +0 -2
- package/api/resources/dataAttributes/index.js +0 -18
- package/api/resources/dataAttributes/types/CreateDataAttributeRequestDataType.d.ts +0 -15
- package/api/resources/dataAttributes/types/CreateDataAttributeRequestDataType.js +0 -14
- package/api/resources/dataAttributes/types/CreateDataAttributeRequestModel.d.ts +0 -11
- package/api/resources/dataAttributes/types/CreateDataAttributeRequestModel.js +0 -10
- package/api/resources/dataAttributes/types/DataAttribute.d.ts +0 -43
- package/api/resources/dataAttributes/types/DataAttribute.js +0 -5
- package/api/resources/dataAttributes/types/DataAttributeDataType.d.ts +0 -14
- package/api/resources/dataAttributes/types/DataAttributeDataType.js +0 -13
- package/api/resources/dataAttributes/types/DataAttributeModel.d.ts +0 -11
- package/api/resources/dataAttributes/types/DataAttributeModel.js +0 -10
- package/api/resources/dataAttributes/types/DataAttributesListRequestModel.d.ts +0 -9
- package/api/resources/dataAttributes/types/DataAttributesListRequestModel.js +0 -11
- package/api/resources/dataAttributes/types/index.d.ts +0 -6
- package/api/resources/dataAttributes/types/index.js +0 -22
- package/api/resources/dataEvents/index.d.ts +0 -1
- package/api/resources/dataEvents/index.js +0 -17
- package/api/resources/dataEvents/types/DataEvent.d.ts +0 -24
- package/api/resources/dataEvents/types/DataEvent.js +0 -5
- package/api/resources/dataEvents/types/index.d.ts +0 -1
- package/api/resources/dataEvents/types/index.js +0 -17
- package/api/resources/dataExport/client/Client.d.ts +0 -100
- package/api/resources/dataExport/client/Client.js +0 -310
- package/api/resources/dataExport/client/index.d.ts +0 -1
- package/api/resources/dataExport/client/index.js +0 -17
- package/api/resources/dataExport/client/requests/CreateDataExportsRequest.d.ts +0 -16
- package/api/resources/dataExport/client/requests/CreateDataExportsRequest.js +0 -5
- package/api/resources/dataExport/client/requests/index.d.ts +0 -1
- package/api/resources/dataExport/client/requests/index.js +0 -2
- package/api/resources/dataExport/index.d.ts +0 -2
- package/api/resources/dataExport/index.js +0 -18
- package/api/resources/dataExport/types/DataExport.d.ts +0 -17
- package/api/resources/dataExport/types/DataExport.js +0 -5
- package/api/resources/dataExport/types/DataExportStatus.d.ts +0 -15
- package/api/resources/dataExport/types/DataExportStatus.js +0 -14
- package/api/resources/dataExport/types/index.d.ts +0 -2
- package/api/resources/dataExport/types/index.js +0 -18
- package/api/resources/events/client/Client.d.ts +0 -127
- package/api/resources/events/client/Client.js +0 -318
- package/api/resources/events/client/index.d.ts +0 -1
- package/api/resources/events/client/index.js +0 -17
- package/api/resources/events/client/requests/CreateDataEventSummariesRequest.d.ts +0 -14
- package/api/resources/events/client/requests/CreateDataEventSummariesRequest.js +0 -5
- package/api/resources/events/client/requests/EventsListRequest.d.ts +0 -25
- package/api/resources/events/client/requests/EventsListRequest.js +0 -5
- package/api/resources/events/client/requests/index.d.ts +0 -2
- package/api/resources/events/client/requests/index.js +0 -2
- package/api/resources/events/index.d.ts +0 -2
- package/api/resources/events/index.js +0 -18
- package/api/resources/events/types/CreateDataEventSummariesRequestEventSummaries.d.ts +0 -16
- package/api/resources/events/types/CreateDataEventSummariesRequestEventSummaries.js +0 -5
- package/api/resources/events/types/EventsListRequestFilter.d.ts +0 -5
- package/api/resources/events/types/EventsListRequestFilter.js +0 -5
- package/api/resources/events/types/EventsListRequestFilterEmail.d.ts +0 -6
- package/api/resources/events/types/EventsListRequestFilterEmail.js +0 -5
- package/api/resources/events/types/EventsListRequestFilterIntercomUserId.d.ts +0 -6
- package/api/resources/events/types/EventsListRequestFilterIntercomUserId.js +0 -5
- package/api/resources/events/types/EventsListRequestFilterUserId.d.ts +0 -6
- package/api/resources/events/types/EventsListRequestFilterUserId.js +0 -5
- package/api/resources/events/types/index.d.ts +0 -5
- package/api/resources/events/types/index.js +0 -21
- package/api/resources/helpCenter/client/Client.d.ts +0 -60
- package/api/resources/helpCenter/client/Client.js +0 -196
- package/api/resources/helpCenter/client/index.d.ts +0 -1
- package/api/resources/helpCenter/client/index.js +0 -2
- package/api/resources/helpCenter/index.d.ts +0 -3
- package/api/resources/helpCenter/index.js +0 -19
- package/api/resources/helpCenter/resources/collections/client/Client.d.ts +0 -106
- package/api/resources/helpCenter/resources/collections/client/Client.js +0 -395
- package/api/resources/helpCenter/resources/collections/client/index.d.ts +0 -1
- package/api/resources/helpCenter/resources/collections/client/index.js +0 -17
- package/api/resources/helpCenter/resources/collections/client/requests/CreateCollectionRequest.d.ts +0 -27
- package/api/resources/helpCenter/resources/collections/client/requests/CreateCollectionRequest.js +0 -5
- package/api/resources/helpCenter/resources/collections/client/requests/UpdateCollectionRequest.d.ts +0 -24
- package/api/resources/helpCenter/resources/collections/client/requests/UpdateCollectionRequest.js +0 -5
- package/api/resources/helpCenter/resources/collections/client/requests/index.d.ts +0 -2
- package/api/resources/helpCenter/resources/collections/client/requests/index.js +0 -2
- package/api/resources/helpCenter/resources/collections/index.d.ts +0 -1
- package/api/resources/helpCenter/resources/collections/index.js +0 -17
- package/api/resources/helpCenter/resources/index.d.ts +0 -2
- package/api/resources/helpCenter/resources/index.js +0 -31
- package/api/resources/helpCenter/types/Collection.d.ts +0 -34
- package/api/resources/helpCenter/types/Collection.js +0 -5
- package/api/resources/helpCenter/types/HelpCenter.d.ts +0 -22
- package/api/resources/helpCenter/types/HelpCenter.js +0 -5
- package/api/resources/helpCenter/types/HelpCenterList.d.ts +0 -13
- package/api/resources/helpCenter/types/HelpCenterList.js +0 -5
- package/api/resources/helpCenter/types/index.d.ts +0 -3
- package/api/resources/helpCenter/types/index.js +0 -19
- package/api/resources/index.d.ts +0 -63
- package/api/resources/index.js +0 -92
- package/api/resources/messages/client/Client.d.ts +0 -145
- package/api/resources/messages/client/Client.js +0 -235
- package/api/resources/messages/client/index.d.ts +0 -1
- package/api/resources/messages/client/index.js +0 -2
- package/api/resources/messages/index.d.ts +0 -2
- package/api/resources/messages/index.js +0 -18
- package/api/resources/messages/types/Message.d.ts +0 -23
- package/api/resources/messages/types/Message.js +0 -5
- package/api/resources/messages/types/MessageMessageType.d.ts +0 -13
- package/api/resources/messages/types/MessageMessageType.js +0 -12
- package/api/resources/messages/types/index.d.ts +0 -2
- package/api/resources/messages/types/index.js +0 -18
- package/api/resources/news/client/Client.d.ts +0 -154
- package/api/resources/news/client/Client.js +0 -588
- package/api/resources/news/client/index.d.ts +0 -1
- package/api/resources/news/client/index.js +0 -2
- package/api/resources/news/index.d.ts +0 -2
- package/api/resources/news/index.js +0 -18
- package/api/resources/news/types/NewsItem.d.ts +0 -35
- package/api/resources/news/types/NewsItem.js +0 -5
- package/api/resources/news/types/NewsItemState.d.ts +0 -11
- package/api/resources/news/types/NewsItemState.js +0 -10
- package/api/resources/news/types/Newsfeed.d.ts +0 -18
- package/api/resources/news/types/Newsfeed.js +0 -5
- package/api/resources/news/types/NewsfeedAssignment.d.ts +0 -12
- package/api/resources/news/types/NewsfeedAssignment.js +0 -5
- package/api/resources/news/types/index.d.ts +0 -4
- package/api/resources/news/types/index.js +0 -20
- package/api/resources/notes/client/Client.d.ts +0 -89
- package/api/resources/notes/client/Client.js +0 -273
- package/api/resources/notes/client/index.d.ts +0 -1
- package/api/resources/notes/client/index.js +0 -17
- package/api/resources/notes/client/requests/NotesCreateRequest.d.ts +0 -33
- package/api/resources/notes/client/requests/NotesCreateRequest.js +0 -5
- package/api/resources/notes/client/requests/index.d.ts +0 -1
- package/api/resources/notes/client/requests/index.js +0 -2
- package/api/resources/notes/index.d.ts +0 -2
- package/api/resources/notes/index.js +0 -18
- package/api/resources/notes/types/Note.d.ts +0 -21
- package/api/resources/notes/types/Note.js +0 -5
- package/api/resources/notes/types/NoteContact.d.ts +0 -12
- package/api/resources/notes/types/NoteContact.js +0 -5
- package/api/resources/notes/types/index.d.ts +0 -2
- package/api/resources/notes/types/index.js +0 -18
- package/api/resources/phoneCallRedirect/client/Client.d.ts +0 -62
- package/api/resources/phoneCallRedirect/client/Client.js +0 -150
- package/api/resources/phoneCallRedirect/client/index.d.ts +0 -1
- package/api/resources/phoneCallRedirect/client/index.js +0 -2
- package/api/resources/phoneCallRedirect/index.d.ts +0 -1
- package/api/resources/phoneCallRedirect/index.js +0 -17
- package/api/resources/segments/client/Client.d.ts +0 -58
- package/api/resources/segments/client/Client.js +0 -198
- package/api/resources/segments/client/index.d.ts +0 -1
- package/api/resources/segments/client/index.js +0 -17
- package/api/resources/segments/client/requests/SegmentsListRequest.d.ts +0 -13
- package/api/resources/segments/client/requests/SegmentsListRequest.js +0 -5
- package/api/resources/segments/client/requests/index.d.ts +0 -1
- package/api/resources/segments/client/requests/index.js +0 -2
- package/api/resources/segments/index.d.ts +0 -2
- package/api/resources/segments/index.js +0 -18
- package/api/resources/segments/types/Segment.d.ts +0 -23
- package/api/resources/segments/types/Segment.js +0 -5
- package/api/resources/segments/types/SegmentPersonType.d.ts +0 -11
- package/api/resources/segments/types/SegmentPersonType.js +0 -10
- package/api/resources/segments/types/index.d.ts +0 -2
- package/api/resources/segments/types/index.js +0 -18
- package/api/resources/subscriptionTypes/index.d.ts +0 -1
- package/api/resources/subscriptionTypes/index.js +0 -17
- package/api/resources/subscriptionTypes/types/SubscriptionType.d.ts +0 -22
- package/api/resources/subscriptionTypes/types/SubscriptionType.js +0 -5
- package/api/resources/subscriptionTypes/types/SubscriptionTypeConsentType.d.ts +0 -11
- package/api/resources/subscriptionTypes/types/SubscriptionTypeConsentType.js +0 -10
- package/api/resources/subscriptionTypes/types/SubscriptionTypeContentTypesItem.d.ts +0 -8
- package/api/resources/subscriptionTypes/types/SubscriptionTypeContentTypesItem.js +0 -10
- package/api/resources/subscriptionTypes/types/SubscriptionTypeState.d.ts +0 -12
- package/api/resources/subscriptionTypes/types/SubscriptionTypeState.js +0 -11
- package/api/resources/subscriptionTypes/types/index.d.ts +0 -4
- package/api/resources/subscriptionTypes/types/index.js +0 -20
- package/api/resources/subscriptions/client/Client.d.ts +0 -41
- package/api/resources/subscriptions/client/Client.js +0 -124
- package/api/resources/subscriptions/client/index.d.ts +0 -1
- package/api/resources/subscriptions/client/index.js +0 -2
- package/api/resources/subscriptions/index.d.ts +0 -1
- package/api/resources/subscriptions/index.js +0 -17
- package/api/resources/tags/client/Client.d.ts +0 -224
- package/api/resources/tags/client/Client.js +0 -776
- package/api/resources/tags/client/index.d.ts +0 -1
- package/api/resources/tags/client/index.js +0 -17
- package/api/resources/tags/client/requests/TagsAttachRequest.d.ts +0 -22
- package/api/resources/tags/client/requests/TagsAttachRequest.js +0 -5
- package/api/resources/tags/client/requests/TagsDetachRequest.d.ts +0 -23
- package/api/resources/tags/client/requests/TagsDetachRequest.js +0 -5
- package/api/resources/tags/client/requests/TagsTagContactRequest.d.ts +0 -23
- package/api/resources/tags/client/requests/TagsTagContactRequest.js +0 -5
- package/api/resources/tags/client/requests/TagsTagConversationRequest.d.ts +0 -22
- package/api/resources/tags/client/requests/TagsTagConversationRequest.js +0 -5
- package/api/resources/tags/client/requests/TagsUntagConversationRequest.d.ts +0 -23
- package/api/resources/tags/client/requests/TagsUntagConversationRequest.js +0 -5
- package/api/resources/tags/client/requests/index.d.ts +0 -5
- package/api/resources/tags/client/requests/index.js +0 -2
- package/api/resources/tags/index.d.ts +0 -2
- package/api/resources/tags/index.js +0 -18
- package/api/resources/tags/types/Tag.d.ts +0 -18
- package/api/resources/tags/types/Tag.js +0 -5
- package/api/resources/tags/types/TagsCreateRequestBody.d.ts +0 -5
- package/api/resources/tags/types/TagsCreateRequestBody.js +0 -5
- package/api/resources/tags/types/index.d.ts +0 -2
- package/api/resources/tags/types/index.js +0 -18
- package/api/resources/teams/client/Client.d.ts +0 -57
- package/api/resources/teams/client/Client.js +0 -191
- package/api/resources/teams/client/index.d.ts +0 -1
- package/api/resources/teams/client/index.js +0 -2
- package/api/resources/teams/index.d.ts +0 -2
- package/api/resources/teams/index.js +0 -18
- package/api/resources/teams/types/Team.d.ts +0 -18
- package/api/resources/teams/types/Team.js +0 -5
- package/api/resources/teams/types/index.d.ts +0 -1
- package/api/resources/teams/types/index.js +0 -17
- package/api/resources/ticketTypeAttributes/client/Client.d.ts +0 -67
- package/api/resources/ticketTypeAttributes/client/Client.js +0 -201
- package/api/resources/ticketTypeAttributes/client/index.d.ts +0 -1
- package/api/resources/ticketTypeAttributes/client/index.js +0 -17
- package/api/resources/ticketTypeAttributes/client/requests/CreateTicketTypeAttributeRequest.d.ts +0 -35
- package/api/resources/ticketTypeAttributes/client/requests/CreateTicketTypeAttributeRequest.js +0 -5
- package/api/resources/ticketTypeAttributes/client/requests/UpdateTicketTypeAttributeRequest.d.ts +0 -31
- package/api/resources/ticketTypeAttributes/client/requests/UpdateTicketTypeAttributeRequest.js +0 -5
- package/api/resources/ticketTypeAttributes/client/requests/index.d.ts +0 -2
- package/api/resources/ticketTypeAttributes/client/requests/index.js +0 -2
- package/api/resources/ticketTypeAttributes/index.d.ts +0 -2
- package/api/resources/ticketTypeAttributes/index.js +0 -18
- package/api/resources/ticketTypeAttributes/types/CreateTicketTypeAttributeRequestDataType.d.ts +0 -16
- package/api/resources/ticketTypeAttributes/types/CreateTicketTypeAttributeRequestDataType.js +0 -15
- package/api/resources/ticketTypeAttributes/types/index.d.ts +0 -1
- package/api/resources/ticketTypeAttributes/types/index.js +0 -17
- package/api/resources/ticketTypes/client/Client.d.ts +0 -97
- package/api/resources/ticketTypes/client/Client.js +0 -329
- package/api/resources/ticketTypes/client/index.d.ts +0 -1
- package/api/resources/ticketTypes/client/index.js +0 -2
- package/api/resources/ticketTypes/index.d.ts +0 -1
- package/api/resources/ticketTypes/index.js +0 -17
- package/api/resources/tickets/client/Client.d.ts +0 -251
- package/api/resources/tickets/client/Client.js +0 -546
- package/api/resources/tickets/client/index.d.ts +0 -1
- package/api/resources/tickets/client/index.js +0 -17
- package/api/resources/tickets/client/requests/CreateTicketRequest.d.ts +0 -28
- package/api/resources/tickets/client/requests/CreateTicketRequest.js +0 -5
- package/api/resources/tickets/client/requests/UpdateTicketRequest.d.ts +0 -59
- package/api/resources/tickets/client/requests/UpdateTicketRequest.js +0 -5
- package/api/resources/tickets/client/requests/index.d.ts +0 -2
- package/api/resources/tickets/client/requests/index.js +0 -2
- package/api/resources/tickets/index.d.ts +0 -2
- package/api/resources/tickets/index.js +0 -18
- package/api/resources/tickets/types/CreateTicketRequestContactsItem.d.ts +0 -5
- package/api/resources/tickets/types/CreateTicketRequestContactsItem.js +0 -5
- package/api/resources/tickets/types/CreateTicketRequestContactsItemEmail.d.ts +0 -7
- package/api/resources/tickets/types/CreateTicketRequestContactsItemEmail.js +0 -5
- package/api/resources/tickets/types/CreateTicketRequestContactsItemExternalId.d.ts +0 -7
- package/api/resources/tickets/types/CreateTicketRequestContactsItemExternalId.js +0 -5
- package/api/resources/tickets/types/CreateTicketRequestContactsItemId.d.ts +0 -7
- package/api/resources/tickets/types/CreateTicketRequestContactsItemId.js +0 -5
- package/api/resources/tickets/types/Ticket.d.ts +0 -42
- package/api/resources/tickets/types/Ticket.js +0 -5
- package/api/resources/tickets/types/TicketCategory.d.ts +0 -12
- package/api/resources/tickets/types/TicketCategory.js +0 -11
- package/api/resources/tickets/types/TicketContacts.d.ts +0 -13
- package/api/resources/tickets/types/TicketContacts.js +0 -5
- package/api/resources/tickets/types/TicketPart.d.ts +0 -34
- package/api/resources/tickets/types/TicketPart.js +0 -5
- package/api/resources/tickets/types/TicketPartPreviousTicketState.d.ts +0 -13
- package/api/resources/tickets/types/TicketPartPreviousTicketState.js +0 -12
- package/api/resources/tickets/types/TicketPartTicketState.d.ts +0 -13
- package/api/resources/tickets/types/TicketPartTicketState.js +0 -12
- package/api/resources/tickets/types/TicketTicketState.d.ts +0 -13
- package/api/resources/tickets/types/TicketTicketState.js +0 -12
- package/api/resources/tickets/types/TicketType.d.ts +0 -30
- package/api/resources/tickets/types/TicketType.js +0 -5
- package/api/resources/tickets/types/TicketTypeCategory.d.ts +0 -12
- package/api/resources/tickets/types/TicketTypeCategory.js +0 -11
- package/api/resources/tickets/types/TicketsReplyRequestBody.d.ts +0 -5
- package/api/resources/tickets/types/TicketsReplyRequestBody.js +0 -5
- package/api/resources/tickets/types/UpdateTicketRequestAssignment.d.ts +0 -9
- package/api/resources/tickets/types/UpdateTicketRequestAssignment.js +0 -5
- package/api/resources/tickets/types/UpdateTicketRequestState.d.ts +0 -12
- package/api/resources/tickets/types/UpdateTicketRequestState.js +0 -11
- package/api/resources/tickets/types/index.d.ts +0 -16
- package/api/resources/tickets/types/index.js +0 -32
- package/api/resources/visitors/client/Client.d.ts +0 -97
- package/api/resources/visitors/client/Client.js +0 -288
- package/api/resources/visitors/client/index.d.ts +0 -1
- package/api/resources/visitors/client/index.js +0 -17
- package/api/resources/visitors/client/requests/ConvertVisitorRequest.d.ts +0 -25
- package/api/resources/visitors/client/requests/ConvertVisitorRequest.js +0 -5
- package/api/resources/visitors/client/requests/VisitorsFindRequest.d.ts +0 -15
- package/api/resources/visitors/client/requests/VisitorsFindRequest.js +0 -5
- package/api/resources/visitors/client/requests/index.d.ts +0 -2
- package/api/resources/visitors/client/requests/index.js +0 -2
- package/api/resources/visitors/index.d.ts +0 -2
- package/api/resources/visitors/index.js +0 -18
- package/api/resources/visitors/types/ConvertVisitorRequestUser.d.ts +0 -8
- package/api/resources/visitors/types/ConvertVisitorRequestUser.js +0 -5
- package/api/resources/visitors/types/ConvertVisitorRequestVisitor.d.ts +0 -8
- package/api/resources/visitors/types/ConvertVisitorRequestVisitor.js +0 -5
- package/api/resources/visitors/types/UserWithId.d.ts +0 -9
- package/api/resources/visitors/types/UserWithId.js +0 -5
- package/api/resources/visitors/types/UserWithUserId.d.ts +0 -9
- package/api/resources/visitors/types/UserWithUserId.js +0 -5
- package/api/resources/visitors/types/VisitorWithEmail.d.ts +0 -7
- package/api/resources/visitors/types/VisitorWithEmail.js +0 -5
- package/api/resources/visitors/types/VisitorWithId.d.ts +0 -7
- package/api/resources/visitors/types/VisitorWithId.js +0 -5
- package/api/resources/visitors/types/VisitorWithUserId.d.ts +0 -7
- package/api/resources/visitors/types/VisitorWithUserId.js +0 -5
- package/api/resources/visitors/types/index.d.ts +0 -7
- package/api/resources/visitors/types/index.js +0 -23
- package/api/types/ActivityLog.d.ts +0 -19
- package/api/types/ActivityLog.js +0 -5
- package/api/types/ActivityLogActivityType.d.ts +0 -73
- package/api/types/ActivityLogActivityType.js +0 -75
- package/api/types/ActivityLogList.d.ts +0 -14
- package/api/types/ActivityLogList.js +0 -5
- package/api/types/ActivityLogMetadata.d.ts +0 -26
- package/api/types/ActivityLogMetadata.js +0 -5
- package/api/types/ActivityLogPerformedBy.d.ts +0 -16
- package/api/types/ActivityLogPerformedBy.js +0 -5
- package/api/types/AddressableList.d.ts +0 -14
- package/api/types/AddressableList.js +0 -5
- package/api/types/AdminList.d.ts +0 -13
- package/api/types/AdminList.js +0 -5
- package/api/types/AdminPriorityLevel.d.ts +0 -12
- package/api/types/AdminPriorityLevel.js +0 -5
- package/api/types/AdminReplyConversationRequest.d.ts +0 -21
- package/api/types/AdminReplyConversationRequest.js +0 -5
- package/api/types/AdminReplyConversationRequestMessageType.d.ts +0 -8
- package/api/types/AdminReplyConversationRequestMessageType.js +0 -10
- package/api/types/AdminReplyTicketRequest.d.ts +0 -21
- package/api/types/AdminReplyTicketRequest.js +0 -5
- package/api/types/AdminReplyTicketRequestMessageType.d.ts +0 -9
- package/api/types/AdminReplyTicketRequestMessageType.js +0 -11
- package/api/types/AdminReplyTicketRequestReplyOptionsItem.d.ts +0 -9
- package/api/types/AdminReplyTicketRequestReplyOptionsItem.js +0 -5
- package/api/types/AdminWithApp.d.ts +0 -33
- package/api/types/AdminWithApp.js +0 -5
- package/api/types/AdminWithAppAvatar.d.ts +0 -12
- package/api/types/AdminWithAppAvatar.js +0 -5
- package/api/types/App.d.ts +0 -22
- package/api/types/App.js +0 -5
- package/api/types/ArticleContent.d.ts +0 -27
- package/api/types/ArticleContent.js +0 -5
- package/api/types/ArticleContentState.d.ts +0 -11
- package/api/types/ArticleContentState.js +0 -10
- package/api/types/ArticleList.d.ts +0 -16
- package/api/types/ArticleList.js +0 -5
- package/api/types/ArticleStatistics.d.ts +0 -22
- package/api/types/ArticleStatistics.js +0 -5
- package/api/types/ArticleTranslatedContent.d.ts +0 -85
- package/api/types/ArticleTranslatedContent.js +0 -5
- package/api/types/AssignConversationRequest.d.ts +0 -16
- package/api/types/AssignConversationRequest.js +0 -5
- package/api/types/AssignConversationRequestType.d.ts +0 -8
- package/api/types/AssignConversationRequestType.js +0 -10
- package/api/types/CloseConversationRequest.d.ts +0 -13
- package/api/types/CloseConversationRequest.js +0 -5
- package/api/types/CollectionList.d.ts +0 -16
- package/api/types/CollectionList.js +0 -5
- package/api/types/CompanyAttachedContacts.d.ts +0 -16
- package/api/types/CompanyAttachedContacts.js +0 -5
- package/api/types/CompanyAttachedSegments.d.ts +0 -13
- package/api/types/CompanyAttachedSegments.js +0 -5
- package/api/types/CompanyList.d.ts +0 -16
- package/api/types/CompanyList.js +0 -5
- package/api/types/CompanyScroll.d.ts +0 -17
- package/api/types/CompanyScroll.js +0 -5
- package/api/types/ContactArchived.d.ts +0 -16
- package/api/types/ContactArchived.js +0 -5
- package/api/types/ContactAttachedCompanies.d.ts +0 -16
- package/api/types/ContactAttachedCompanies.js +0 -5
- package/api/types/ContactCompanies.d.ts +0 -14
- package/api/types/ContactCompanies.js +0 -5
- package/api/types/ContactDeleted.d.ts +0 -16
- package/api/types/ContactDeleted.js +0 -5
- package/api/types/ContactList.d.ts +0 -16
- package/api/types/ContactList.js +0 -5
- package/api/types/ContactLocation.d.ts +0 -16
- package/api/types/ContactLocation.js +0 -5
- package/api/types/ContactNotes.d.ts +0 -17
- package/api/types/ContactNotes.js +0 -5
- package/api/types/ContactReference.d.ts +0 -14
- package/api/types/ContactReference.js +0 -5
- package/api/types/ContactReplyBaseRequest.d.ts +0 -13
- package/api/types/ContactReplyBaseRequest.js +0 -5
- package/api/types/ContactReplyConversationRequest.d.ts +0 -5
- package/api/types/ContactReplyConversationRequest.js +0 -5
- package/api/types/ContactReplyEmailRequest.d.ts +0 -13
- package/api/types/ContactReplyEmailRequest.js +0 -5
- package/api/types/ContactReplyIntercomUserIdRequest.d.ts +0 -13
- package/api/types/ContactReplyIntercomUserIdRequest.js +0 -5
- package/api/types/ContactReplyTicketEmailRequest.d.ts +0 -11
- package/api/types/ContactReplyTicketEmailRequest.js +0 -5
- package/api/types/ContactReplyTicketIntercomUserIdRequest.d.ts +0 -11
- package/api/types/ContactReplyTicketIntercomUserIdRequest.js +0 -5
- package/api/types/ContactReplyTicketRequest.d.ts +0 -5
- package/api/types/ContactReplyTicketRequest.js +0 -5
- package/api/types/ContactReplyTicketUserIdRequest.d.ts +0 -11
- package/api/types/ContactReplyTicketUserIdRequest.js +0 -5
- package/api/types/ContactReplyUserIdRequest.d.ts +0 -13
- package/api/types/ContactReplyUserIdRequest.js +0 -5
- package/api/types/ContactSegments.d.ts +0 -13
- package/api/types/ContactSegments.js +0 -5
- package/api/types/ContactSocialProfiles.d.ts +0 -11
- package/api/types/ContactSocialProfiles.js +0 -5
- package/api/types/ContactSubscriptionTypes.d.ts +0 -17
- package/api/types/ContactSubscriptionTypes.js +0 -5
- package/api/types/ContactTags.d.ts +0 -17
- package/api/types/ContactTags.js +0 -5
- package/api/types/ContactUnarchived.d.ts +0 -16
- package/api/types/ContactUnarchived.js +0 -5
- package/api/types/ContentSourcesList.d.ts +0 -11
- package/api/types/ContentSourcesList.js +0 -5
- package/api/types/ConversationAttachmentFiles.d.ts +0 -14
- package/api/types/ConversationAttachmentFiles.js +0 -5
- package/api/types/ConversationContacts.d.ts +0 -13
- package/api/types/ConversationContacts.js +0 -5
- package/api/types/ConversationFirstContactReply.d.ts +0 -14
- package/api/types/ConversationFirstContactReply.js +0 -5
- package/api/types/ConversationList.d.ts +0 -16
- package/api/types/ConversationList.js +0 -5
- package/api/types/ConversationPart.d.ts +0 -32
- package/api/types/ConversationPart.js +0 -5
- package/api/types/ConversationPartAuthor.d.ts +0 -16
- package/api/types/ConversationPartAuthor.js +0 -5
- package/api/types/ConversationParts.d.ts +0 -15
- package/api/types/ConversationParts.js +0 -5
- package/api/types/ConversationRating.d.ts +0 -17
- package/api/types/ConversationRating.js +0 -5
- package/api/types/ConversationSource.d.ts +0 -26
- package/api/types/ConversationSource.js +0 -5
- package/api/types/ConversationStatistics.d.ts +0 -46
- package/api/types/ConversationStatistics.js +0 -5
- package/api/types/ConversationTeammates.d.ts +0 -13
- package/api/types/ConversationTeammates.js +0 -5
- package/api/types/CreateArticleRequest.d.ts +0 -24
- package/api/types/CreateArticleRequest.js +0 -5
- package/api/types/CreateArticleRequestState.d.ts +0 -11
- package/api/types/CreateArticleRequestState.js +0 -10
- package/api/types/CreateContactRequest.d.ts +0 -8
- package/api/types/CreateContactRequest.js +0 -5
- package/api/types/CreateContactRequestWithEmail.d.ts +0 -23
- package/api/types/CreateContactRequestWithEmail.js +0 -5
- package/api/types/CreateContactRequestWithExternalId.d.ts +0 -23
- package/api/types/CreateContactRequestWithExternalId.js +0 -5
- package/api/types/CreateContactRequestWithRole.d.ts +0 -23
- package/api/types/CreateContactRequestWithRole.js +0 -5
- package/api/types/CreateDataEventRequest.d.ts +0 -8
- package/api/types/CreateDataEventRequest.js +0 -5
- package/api/types/CreateDataEventRequestWithEmail.d.ts +0 -13
- package/api/types/CreateDataEventRequestWithEmail.js +0 -5
- package/api/types/CreateDataEventRequestWithId.d.ts +0 -13
- package/api/types/CreateDataEventRequestWithId.js +0 -5
- package/api/types/CreateDataEventRequestWithUserId.d.ts +0 -13
- package/api/types/CreateDataEventRequestWithUserId.js +0 -5
- package/api/types/CreateMessageRequest.d.ts +0 -16
- package/api/types/CreateMessageRequest.js +0 -5
- package/api/types/CreateMessageRequestFrom.d.ts +0 -12
- package/api/types/CreateMessageRequestFrom.js +0 -5
- package/api/types/CreateMessageRequestTo.d.ts +0 -13
- package/api/types/CreateMessageRequestTo.js +0 -5
- package/api/types/CreateMessageRequestType.d.ts +0 -11
- package/api/types/CreateMessageRequestType.js +0 -10
- package/api/types/CreateMessageRequestWithEmail.d.ts +0 -20
- package/api/types/CreateMessageRequestWithEmail.js +0 -5
- package/api/types/CreateMessageRequestWithInapp.d.ts +0 -20
- package/api/types/CreateMessageRequestWithInapp.js +0 -5
- package/api/types/CreateOrUpdateCompanyRequest.d.ts +0 -26
- package/api/types/CreateOrUpdateCompanyRequest.js +0 -5
- package/api/types/CreateOrUpdateTagRequest.d.ts +0 -12
- package/api/types/CreateOrUpdateTagRequest.js +0 -5
- package/api/types/CreatePhoneSwitchRequest.d.ts +0 -12
- package/api/types/CreatePhoneSwitchRequest.js +0 -5
- package/api/types/CreateTicketReplyWithCommentRequest.d.ts +0 -5
- package/api/types/CreateTicketReplyWithCommentRequest.js +0 -5
- package/api/types/CreateTicketTypeRequest.d.ts +0 -20
- package/api/types/CreateTicketTypeRequest.js +0 -5
- package/api/types/CreateTicketTypeRequestCategory.d.ts +0 -12
- package/api/types/CreateTicketTypeRequestCategory.js +0 -11
- package/api/types/CursorPages.d.ts +0 -19
- package/api/types/CursorPages.js +0 -5
- package/api/types/CustomAttributes.d.ts +0 -8
- package/api/types/CustomAttributes.js +0 -5
- package/api/types/CustomAttributesValue.d.ts +0 -5
- package/api/types/CustomAttributesValue.js +0 -5
- package/api/types/CustomerRequest.d.ts +0 -5
- package/api/types/CustomerRequest.js +0 -5
- package/api/types/CustomerRequestEmail.d.ts +0 -7
- package/api/types/CustomerRequestEmail.js +0 -5
- package/api/types/CustomerRequestIntercomUserId.d.ts +0 -7
- package/api/types/CustomerRequestIntercomUserId.js +0 -5
- package/api/types/CustomerRequestUserId.d.ts +0 -7
- package/api/types/CustomerRequestUserId.js +0 -5
- package/api/types/DataAttributeList.d.ts +0 -13
- package/api/types/DataAttributeList.js +0 -5
- package/api/types/DataEventList.d.ts +0 -15
- package/api/types/DataEventList.js +0 -5
- package/api/types/DataEventListPages.d.ts +0 -10
- package/api/types/DataEventListPages.js +0 -5
- package/api/types/DataEventSummary.d.ts +0 -19
- package/api/types/DataEventSummary.js +0 -5
- package/api/types/DataEventSummaryItem.d.ts +0 -18
- package/api/types/DataEventSummaryItem.js +0 -5
- package/api/types/DataExportCsv.d.ts +0 -60
- package/api/types/DataExportCsv.js +0 -5
- package/api/types/DeletedArticleObject.d.ts +0 -14
- package/api/types/DeletedArticleObject.js +0 -5
- package/api/types/DeletedCollectionObject.d.ts +0 -14
- package/api/types/DeletedCollectionObject.js +0 -5
- package/api/types/DeletedCompanyObject.d.ts +0 -14
- package/api/types/DeletedCompanyObject.js +0 -5
- package/api/types/DeletedObject.d.ts +0 -14
- package/api/types/DeletedObject.js +0 -5
- package/api/types/ErrorErrorsItem.d.ts +0 -11
- package/api/types/ErrorErrorsItem.js +0 -5
- package/api/types/Error_.d.ts +0 -15
- package/api/types/Error_.js +0 -5
- package/api/types/FileAttribute.d.ts +0 -21
- package/api/types/FileAttribute.js +0 -5
- package/api/types/GroupContent.d.ts +0 -14
- package/api/types/GroupContent.js +0 -5
- package/api/types/GroupTranslatedContent.d.ts +0 -85
- package/api/types/GroupTranslatedContent.js +0 -5
- package/api/types/LinkedObject.d.ts +0 -15
- package/api/types/LinkedObject.js +0 -5
- package/api/types/LinkedObjectList.d.ts +0 -17
- package/api/types/LinkedObjectList.js +0 -5
- package/api/types/LinkedObjectType.d.ts +0 -11
- package/api/types/LinkedObjectType.js +0 -10
- package/api/types/MultipleFilterSearchRequest.d.ts +0 -12
- package/api/types/MultipleFilterSearchRequest.js +0 -5
- package/api/types/MultipleFilterSearchRequestOperator.d.ts +0 -11
- package/api/types/MultipleFilterSearchRequestOperator.js +0 -10
- package/api/types/MultipleFilterSearchRequestValue.d.ts +0 -11
- package/api/types/MultipleFilterSearchRequestValue.js +0 -5
- package/api/types/NewsItemRequest.d.ts +0 -25
- package/api/types/NewsItemRequest.js +0 -5
- package/api/types/NewsItemRequestState.d.ts +0 -11
- package/api/types/NewsItemRequestState.js +0 -10
- package/api/types/NoteList.d.ts +0 -16
- package/api/types/NoteList.js +0 -5
- package/api/types/OpenConversationRequest.d.ts +0 -10
- package/api/types/OpenConversationRequest.js +0 -5
- package/api/types/PagesLink.d.ts +0 -16
- package/api/types/PagesLink.js +0 -5
- package/api/types/PaginatedResponse.d.ts +0 -16
- package/api/types/PaginatedResponse.js +0 -5
- package/api/types/PaginatedResponseDataItem.d.ts +0 -13
- package/api/types/PaginatedResponseDataItem.js +0 -5
- package/api/types/PaginatedResponseType.d.ts +0 -11
- package/api/types/PaginatedResponseType.js +0 -10
- package/api/types/PartAttachment.d.ts +0 -22
- package/api/types/PartAttachment.js +0 -5
- package/api/types/PhoneSwitch.d.ts +0 -12
- package/api/types/PhoneSwitch.js +0 -5
- package/api/types/RedactConversationRequest.d.ts +0 -19
- package/api/types/RedactConversationRequest.js +0 -5
- package/api/types/RedactConversationRequestConversationPart.d.ts +0 -12
- package/api/types/RedactConversationRequestConversationPart.js +0 -5
- package/api/types/RedactConversationRequestSource.d.ts +0 -12
- package/api/types/RedactConversationRequestSource.js +0 -5
- package/api/types/Reference.d.ts +0 -12
- package/api/types/Reference.js +0 -5
- package/api/types/ReplyConversationRequest.d.ts +0 -5
- package/api/types/ReplyConversationRequest.js +0 -5
- package/api/types/SearchRequest.d.ts +0 -11
- package/api/types/SearchRequest.js +0 -5
- package/api/types/SearchRequestQuery.d.ts +0 -5
- package/api/types/SearchRequestQuery.js +0 -5
- package/api/types/SegmentList.d.ts +0 -15
- package/api/types/SegmentList.js +0 -5
- package/api/types/SingleFilterSearchRequest.d.ts +0 -15
- package/api/types/SingleFilterSearchRequest.js +0 -5
- package/api/types/SingleFilterSearchRequestOperator.d.ts +0 -19
- package/api/types/SingleFilterSearchRequestOperator.js +0 -18
- package/api/types/SlaApplied.d.ts +0 -16
- package/api/types/SlaApplied.js +0 -5
- package/api/types/SlaAppliedSlaStatus.d.ts +0 -13
- package/api/types/SlaAppliedSlaStatus.js +0 -12
- package/api/types/SnoozeConversationRequest.d.ts +0 -12
- package/api/types/SnoozeConversationRequest.js +0 -5
- package/api/types/SocialProfile.d.ts +0 -14
- package/api/types/SocialProfile.js +0 -5
- package/api/types/StartingAfterPaging.d.ts +0 -9
- package/api/types/StartingAfterPaging.js +0 -5
- package/api/types/SubscriptionTypeList.d.ts +0 -13
- package/api/types/SubscriptionTypeList.js +0 -5
- package/api/types/TagCompanyRequest.d.ts +0 -13
- package/api/types/TagCompanyRequest.js +0 -5
- package/api/types/TagCompanyRequestCompaniesItem.d.ts +0 -9
- package/api/types/TagCompanyRequestCompaniesItem.js +0 -5
- package/api/types/TagList.d.ts +0 -13
- package/api/types/TagList.js +0 -5
- package/api/types/TagMultipleUsersRequest.d.ts +0 -12
- package/api/types/TagMultipleUsersRequest.js +0 -5
- package/api/types/TagMultipleUsersRequestUsersItem.d.ts +0 -7
- package/api/types/TagMultipleUsersRequestUsersItem.js +0 -5
- package/api/types/Tags.d.ts +0 -13
- package/api/types/Tags.js +0 -5
- package/api/types/TeamList.d.ts +0 -13
- package/api/types/TeamList.js +0 -5
- package/api/types/TeamPriorityLevel.d.ts +0 -12
- package/api/types/TeamPriorityLevel.js +0 -5
- package/api/types/TicketCustomAttributes.d.ts +0 -8
- package/api/types/TicketCustomAttributes.js +0 -5
- package/api/types/TicketCustomAttributesValue.d.ts +0 -5
- package/api/types/TicketCustomAttributesValue.js +0 -5
- package/api/types/TicketList.d.ts +0 -16
- package/api/types/TicketList.js +0 -5
- package/api/types/TicketPartAuthor.d.ts +0 -17
- package/api/types/TicketPartAuthor.js +0 -5
- package/api/types/TicketPartAuthorType.d.ts +0 -13
- package/api/types/TicketPartAuthorType.js +0 -12
- package/api/types/TicketParts.d.ts +0 -15
- package/api/types/TicketParts.js +0 -5
- package/api/types/TicketReply.d.ts +0 -26
- package/api/types/TicketReply.js +0 -5
- package/api/types/TicketReplyPartType.d.ts +0 -12
- package/api/types/TicketReplyPartType.js +0 -11
- package/api/types/TicketRequestCustomAttributes.d.ts +0 -8
- package/api/types/TicketRequestCustomAttributes.js +0 -5
- package/api/types/TicketRequestCustomAttributesValue.d.ts +0 -4
- package/api/types/TicketRequestCustomAttributesValue.js +0 -5
- package/api/types/TicketTypeAttribute.d.ts +0 -42
- package/api/types/TicketTypeAttribute.js +0 -5
- package/api/types/TicketTypeAttributeList.d.ts +0 -13
- package/api/types/TicketTypeAttributeList.js +0 -5
- package/api/types/TicketTypeList.d.ts +0 -13
- package/api/types/TicketTypeList.js +0 -5
- package/api/types/Translation.d.ts +0 -14
- package/api/types/Translation.js +0 -5
- package/api/types/UntagCompanyRequest.d.ts +0 -13
- package/api/types/UntagCompanyRequest.js +0 -5
- package/api/types/UntagCompanyRequestCompaniesItem.d.ts +0 -11
- package/api/types/UntagCompanyRequestCompaniesItem.js +0 -5
- package/api/types/UpdateArticleRequest.d.ts +0 -24
- package/api/types/UpdateArticleRequest.js +0 -5
- package/api/types/UpdateArticleRequestState.d.ts +0 -11
- package/api/types/UpdateArticleRequestState.js +0 -10
- package/api/types/UpdateTicketTypeRequest.d.ts +0 -22
- package/api/types/UpdateTicketTypeRequest.js +0 -5
- package/api/types/UpdateTicketTypeRequestCategory.d.ts +0 -12
- package/api/types/UpdateTicketTypeRequestCategory.js +0 -11
- package/api/types/UpdateVisitorRequest.d.ts +0 -8
- package/api/types/UpdateVisitorRequest.js +0 -5
- package/api/types/UpdateVisitorRequestWithId.d.ts +0 -9
- package/api/types/UpdateVisitorRequestWithId.js +0 -5
- package/api/types/UpdateVisitorRequestWithUserId.d.ts +0 -9
- package/api/types/UpdateVisitorRequestWithUserId.js +0 -5
- package/api/types/Visitor.d.ts +0 -69
- package/api/types/Visitor.js +0 -5
- package/api/types/VisitorAvatar.d.ts +0 -9
- package/api/types/VisitorAvatar.js +0 -5
- package/api/types/VisitorCompanies.d.ts +0 -9
- package/api/types/VisitorCompanies.js +0 -5
- package/api/types/VisitorDeletedObject.d.ts +0 -14
- package/api/types/VisitorDeletedObject.js +0 -5
- package/api/types/VisitorLocationData.d.ts +0 -21
- package/api/types/VisitorLocationData.js +0 -5
- package/api/types/VisitorSegments.d.ts +0 -8
- package/api/types/VisitorSegments.js +0 -5
- package/api/types/VisitorSocialProfiles.d.ts +0 -8
- package/api/types/VisitorSocialProfiles.js +0 -5
- package/api/types/VisitorTags.d.ts +0 -9
- package/api/types/VisitorTags.js +0 -5
- package/api/types/VisitorTagsTagsItem.d.ts +0 -11
- package/api/types/VisitorTagsTagsItem.js +0 -5
- package/api/types/index.d.ts +0 -179
- package/api/types/index.js +0 -195
- package/api/version.d.ts +0 -5
- package/api/version.js +0 -5
- package/core/auth/BasicAuth.d.ts +0 -8
- package/core/auth/BasicAuth.js +0 -26
- package/core/auth/BearerToken.d.ts +0 -5
- package/core/auth/BearerToken.js +0 -15
- package/core/auth/index.d.ts +0 -2
- package/core/auth/index.js +0 -7
- package/core/fetcher/APIResponse.d.ts +0 -10
- package/core/fetcher/APIResponse.js +0 -2
- package/core/fetcher/Fetcher.d.ts +0 -38
- package/core/fetcher/Fetcher.js +0 -99
- package/core/fetcher/Supplier.d.ts +0 -4
- package/core/fetcher/Supplier.js +0 -22
- package/core/fetcher/createRequestUrl.d.ts +0 -1
- package/core/fetcher/createRequestUrl.js +0 -13
- package/core/fetcher/getFetchFn.d.ts +0 -4
- package/core/fetcher/getFetchFn.js +0 -55
- package/core/fetcher/getHeader.d.ts +0 -1
- package/core/fetcher/getHeader.js +0 -12
- package/core/fetcher/getRequestBody.d.ts +0 -7
- package/core/fetcher/getRequestBody.js +0 -23
- package/core/fetcher/getResponseBody.d.ts +0 -1
- package/core/fetcher/getResponseBody.js +0 -48
- package/core/fetcher/index.d.ts +0 -5
- package/core/fetcher/index.js +0 -9
- package/core/fetcher/makeRequest.d.ts +0 -1
- package/core/fetcher/makeRequest.js +0 -40
- package/core/fetcher/requestWithRetries.d.ts +0 -1
- package/core/fetcher/requestWithRetries.js +0 -32
- package/core/fetcher/signals.d.ts +0 -12
- package/core/fetcher/signals.js +0 -37
- package/core/index.d.ts +0 -5
- package/core/index.js +0 -21
- package/core/pagination/Page.d.ts +0 -29
- package/core/pagination/Page.js +0 -94
- package/core/pagination/Pageable.d.ts +0 -12
- package/core/pagination/Pageable.js +0 -10
- package/core/pagination/index.d.ts +0 -2
- package/core/pagination/index.js +0 -7
- package/core/runtime/index.d.ts +0 -1
- package/core/runtime/index.js +0 -5
- package/core/runtime/runtime.d.ts +0 -9
- package/core/runtime/runtime.js +0 -93
- package/core/utils/index.d.ts +0 -1
- package/core/utils/index.js +0 -5
- package/core/utils/setObjectProperty.d.ts +0 -11
- package/core/utils/setObjectProperty.js +0 -43
- package/dist/Client.d.ts +0 -91
- package/dist/Client.js +0 -117
- package/dist/api/errors/BadRequestError.d.ts +0 -7
- package/dist/api/errors/BadRequestError.js +0 -41
- package/dist/api/errors/ForbiddenError.d.ts +0 -8
- package/dist/api/errors/ForbiddenError.js +0 -41
- package/dist/api/errors/NotFoundError.d.ts +0 -7
- package/dist/api/errors/NotFoundError.js +0 -41
- package/dist/api/errors/UnauthorizedError.d.ts +0 -8
- package/dist/api/errors/UnauthorizedError.js +0 -41
- package/dist/api/errors/UnprocessableEntityError.d.ts +0 -7
- package/dist/api/errors/UnprocessableEntityError.js +0 -41
- package/dist/api/errors/index.d.ts +0 -5
- package/dist/api/errors/index.js +0 -21
- package/dist/api/index.d.ts +0 -4
- package/dist/api/index.js +0 -19
- package/dist/api/resources/admins/client/Client.d.ts +0 -101
- package/dist/api/resources/admins/client/Client.js +0 -387
- package/dist/api/resources/admins/client/index.d.ts +0 -1
- package/dist/api/resources/admins/client/index.js +0 -17
- package/dist/api/resources/admins/client/requests/AdminsAwayRequest.d.ts +0 -28
- package/dist/api/resources/admins/client/requests/AdminsAwayRequest.js +0 -5
- package/dist/api/resources/admins/client/requests/AdminsListAllActivityLogsRequest.d.ts +0 -19
- package/dist/api/resources/admins/client/requests/AdminsListAllActivityLogsRequest.js +0 -5
- package/dist/api/resources/admins/client/requests/index.d.ts +0 -2
- package/dist/api/resources/admins/client/requests/index.js +0 -2
- package/dist/api/resources/admins/index.d.ts +0 -2
- package/dist/api/resources/admins/index.js +0 -18
- package/dist/api/resources/admins/types/Admin.d.ts +0 -30
- package/dist/api/resources/admins/types/Admin.js +0 -5
- package/dist/api/resources/admins/types/index.d.ts +0 -1
- package/dist/api/resources/admins/types/index.js +0 -17
- package/dist/api/resources/aiAgent/index.d.ts +0 -1
- package/dist/api/resources/aiAgent/index.js +0 -17
- package/dist/api/resources/aiAgent/types/AiAgent.d.ts +0 -22
- package/dist/api/resources/aiAgent/types/AiAgent.js +0 -5
- package/dist/api/resources/aiAgent/types/AiAgentSourceType.d.ts +0 -14
- package/dist/api/resources/aiAgent/types/AiAgentSourceType.js +0 -13
- package/dist/api/resources/aiAgent/types/index.d.ts +0 -2
- package/dist/api/resources/aiAgent/types/index.js +0 -18
- package/dist/api/resources/aiContentSource/index.d.ts +0 -1
- package/dist/api/resources/aiContentSource/index.js +0 -17
- package/dist/api/resources/aiContentSource/types/ContentSource.d.ts +0 -17
- package/dist/api/resources/aiContentSource/types/ContentSource.js +0 -5
- package/dist/api/resources/aiContentSource/types/ContentSourceContentType.d.ts +0 -14
- package/dist/api/resources/aiContentSource/types/ContentSourceContentType.js +0 -13
- package/dist/api/resources/aiContentSource/types/index.d.ts +0 -2
- package/dist/api/resources/aiContentSource/types/index.js +0 -18
- package/dist/api/resources/articles/client/Client.d.ts +0 -142
- package/dist/api/resources/articles/client/Client.js +0 -495
- package/dist/api/resources/articles/client/index.d.ts +0 -1
- package/dist/api/resources/articles/client/index.js +0 -17
- package/dist/api/resources/articles/client/requests/ArticlesSearchRequest.d.ts +0 -25
- package/dist/api/resources/articles/client/requests/ArticlesSearchRequest.js +0 -5
- package/dist/api/resources/articles/client/requests/index.d.ts +0 -1
- package/dist/api/resources/articles/client/requests/index.js +0 -2
- package/dist/api/resources/articles/index.d.ts +0 -2
- package/dist/api/resources/articles/index.js +0 -18
- package/dist/api/resources/articles/types/Article.d.ts +0 -10
- package/dist/api/resources/articles/types/Article.js +0 -5
- package/dist/api/resources/articles/types/ArticleListItem.d.ts +0 -40
- package/dist/api/resources/articles/types/ArticleListItem.js +0 -5
- package/dist/api/resources/articles/types/ArticleListItemState.d.ts +0 -11
- package/dist/api/resources/articles/types/ArticleListItemState.js +0 -10
- package/dist/api/resources/articles/types/ArticleSearchHighlights.d.ts +0 -15
- package/dist/api/resources/articles/types/ArticleSearchHighlights.js +0 -5
- package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItem.d.ts +0 -13
- package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItem.js +0 -5
- package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItemType.d.ts +0 -11
- package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItemType.js +0 -10
- package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItem.d.ts +0 -13
- package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItem.js +0 -5
- package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItemType.d.ts +0 -11
- package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItemType.js +0 -10
- package/dist/api/resources/articles/types/ArticleSearchResponse.d.ts +0 -16
- package/dist/api/resources/articles/types/ArticleSearchResponse.js +0 -5
- package/dist/api/resources/articles/types/ArticleSearchResponseData.d.ts +0 -13
- package/dist/api/resources/articles/types/ArticleSearchResponseData.js +0 -5
- package/dist/api/resources/articles/types/index.d.ts +0 -10
- package/dist/api/resources/articles/types/index.js +0 -26
- package/dist/api/resources/companies/client/Client.d.ts +0 -237
- package/dist/api/resources/companies/client/Client.js +0 -893
- package/dist/api/resources/companies/client/index.d.ts +0 -1
- package/dist/api/resources/companies/client/index.js +0 -17
- package/dist/api/resources/companies/client/requests/CompaniesAttachContactRequest.d.ts +0 -23
- package/dist/api/resources/companies/client/requests/CompaniesAttachContactRequest.js +0 -5
- package/dist/api/resources/companies/client/requests/CompaniesListRequest.d.ts +0 -21
- package/dist/api/resources/companies/client/requests/CompaniesListRequest.js +0 -5
- package/dist/api/resources/companies/client/requests/CompaniesRetrieveRequest.d.ts +0 -33
- package/dist/api/resources/companies/client/requests/CompaniesRetrieveRequest.js +0 -5
- package/dist/api/resources/companies/client/requests/CompaniesScrollRequest.d.ts +0 -13
- package/dist/api/resources/companies/client/requests/CompaniesScrollRequest.js +0 -5
- package/dist/api/resources/companies/client/requests/index.d.ts +0 -4
- package/dist/api/resources/companies/client/requests/index.js +0 -2
- package/dist/api/resources/companies/index.d.ts +0 -2
- package/dist/api/resources/companies/index.js +0 -18
- package/dist/api/resources/companies/types/Company.d.ts +0 -46
- package/dist/api/resources/companies/types/Company.js +0 -5
- package/dist/api/resources/companies/types/CompanyPlan.d.ts +0 -11
- package/dist/api/resources/companies/types/CompanyPlan.js +0 -5
- package/dist/api/resources/companies/types/CompanySegments.d.ts +0 -12
- package/dist/api/resources/companies/types/CompanySegments.js +0 -5
- package/dist/api/resources/companies/types/CompanyTags.d.ts +0 -11
- package/dist/api/resources/companies/types/CompanyTags.js +0 -5
- package/dist/api/resources/companies/types/index.d.ts +0 -4
- package/dist/api/resources/companies/types/index.js +0 -20
- package/dist/api/resources/contacts/client/Client.d.ts +0 -363
- package/dist/api/resources/contacts/client/Client.js +0 -1150
- package/dist/api/resources/contacts/client/index.d.ts +0 -1
- package/dist/api/resources/contacts/client/index.js +0 -17
- package/dist/api/resources/contacts/client/requests/ContactsAttachToContactRequest.d.ts +0 -28
- package/dist/api/resources/contacts/client/requests/ContactsAttachToContactRequest.js +0 -5
- package/dist/api/resources/contacts/client/requests/MergeContactsRequest.d.ts +0 -16
- package/dist/api/resources/contacts/client/requests/MergeContactsRequest.js +0 -5
- package/dist/api/resources/contacts/client/requests/UpdateContactRequest.d.ts +0 -34
- package/dist/api/resources/contacts/client/requests/UpdateContactRequest.js +0 -5
- package/dist/api/resources/contacts/client/requests/index.d.ts +0 -3
- package/dist/api/resources/contacts/client/requests/index.js +0 -2
- package/dist/api/resources/contacts/index.d.ts +0 -2
- package/dist/api/resources/contacts/index.js +0 -18
- package/dist/api/resources/contacts/types/Contact.d.ts +0 -95
- package/dist/api/resources/contacts/types/Contact.js +0 -5
- package/dist/api/resources/contacts/types/ContactAvatar.d.ts +0 -9
- package/dist/api/resources/contacts/types/ContactAvatar.js +0 -5
- package/dist/api/resources/contacts/types/index.d.ts +0 -2
- package/dist/api/resources/contacts/types/index.js +0 -18
- package/dist/api/resources/conversations/client/Client.d.ts +0 -446
- package/dist/api/resources/conversations/client/Client.js +0 -1153
- package/dist/api/resources/conversations/client/index.d.ts +0 -1
- package/dist/api/resources/conversations/client/index.js +0 -17
- package/dist/api/resources/conversations/client/requests/AttachContactToConversationRequest.d.ts +0 -26
- package/dist/api/resources/conversations/client/requests/AttachContactToConversationRequest.js +0 -5
- package/dist/api/resources/conversations/client/requests/ConversationsFindRequest.d.ts +0 -13
- package/dist/api/resources/conversations/client/requests/ConversationsFindRequest.js +0 -5
- package/dist/api/resources/conversations/client/requests/ConversationsListRequest.d.ts +0 -17
- package/dist/api/resources/conversations/client/requests/ConversationsListRequest.js +0 -5
- package/dist/api/resources/conversations/client/requests/ConvertConversationToTicketRequest.d.ts +0 -20
- package/dist/api/resources/conversations/client/requests/ConvertConversationToTicketRequest.js +0 -5
- package/dist/api/resources/conversations/client/requests/CreateConversationRequest.d.ts +0 -28
- package/dist/api/resources/conversations/client/requests/CreateConversationRequest.js +0 -5
- package/dist/api/resources/conversations/client/requests/DetachContactFromConversationRequest.d.ts +0 -28
- package/dist/api/resources/conversations/client/requests/DetachContactFromConversationRequest.js +0 -5
- package/dist/api/resources/conversations/client/requests/UpdateConversationRequest.d.ts +0 -32
- package/dist/api/resources/conversations/client/requests/UpdateConversationRequest.js +0 -5
- package/dist/api/resources/conversations/client/requests/index.d.ts +0 -7
- package/dist/api/resources/conversations/client/requests/index.js +0 -2
- package/dist/api/resources/conversations/index.d.ts +0 -2
- package/dist/api/resources/conversations/index.js +0 -18
- package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomer.d.ts +0 -5
- package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomer.js +0 -5
- package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerCustomer.d.ts +0 -9
- package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerCustomer.js +0 -5
- package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerIntercomUserId.d.ts +0 -9
- package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerIntercomUserId.js +0 -5
- package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerUserId.d.ts +0 -9
- package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerUserId.js +0 -5
- package/dist/api/resources/conversations/types/Conversation.d.ts +0 -49
- package/dist/api/resources/conversations/types/Conversation.js +0 -5
- package/dist/api/resources/conversations/types/ConversationPriority.d.ts +0 -11
- package/dist/api/resources/conversations/types/ConversationPriority.js +0 -10
- package/dist/api/resources/conversations/types/ConversationState.d.ts +0 -12
- package/dist/api/resources/conversations/types/ConversationState.js +0 -11
- package/dist/api/resources/conversations/types/ConversationsManageRequestBody.d.ts +0 -19
- package/dist/api/resources/conversations/types/ConversationsManageRequestBody.js +0 -5
- package/dist/api/resources/conversations/types/CreateConversationRequestFrom.d.ts +0 -10
- package/dist/api/resources/conversations/types/CreateConversationRequestFrom.js +0 -5
- package/dist/api/resources/conversations/types/CreateConversationRequestFromType.d.ts +0 -12
- package/dist/api/resources/conversations/types/CreateConversationRequestFromType.js +0 -11
- package/dist/api/resources/conversations/types/index.d.ts +0 -10
- package/dist/api/resources/conversations/types/index.js +0 -26
- package/dist/api/resources/customObjectInstances/index.d.ts +0 -1
- package/dist/api/resources/customObjectInstances/index.js +0 -17
- package/dist/api/resources/customObjectInstances/types/CustomObjectInstance.d.ts +0 -16
- package/dist/api/resources/customObjectInstances/types/CustomObjectInstance.js +0 -5
- package/dist/api/resources/customObjectInstances/types/index.d.ts +0 -1
- package/dist/api/resources/customObjectInstances/types/index.js +0 -17
- package/dist/api/resources/dataAttributes/client/Client.d.ts +0 -136
- package/dist/api/resources/dataAttributes/client/Client.js +0 -336
- package/dist/api/resources/dataAttributes/client/index.d.ts +0 -1
- package/dist/api/resources/dataAttributes/client/index.js +0 -17
- package/dist/api/resources/dataAttributes/client/requests/CreateDataAttributeRequest.d.ts +0 -63
- package/dist/api/resources/dataAttributes/client/requests/CreateDataAttributeRequest.js +0 -5
- package/dist/api/resources/dataAttributes/client/requests/DataAttributesListRequest.d.ts +0 -18
- package/dist/api/resources/dataAttributes/client/requests/DataAttributesListRequest.js +0 -5
- package/dist/api/resources/dataAttributes/client/requests/UpdateDataAttributeRequest.d.ts +0 -41
- package/dist/api/resources/dataAttributes/client/requests/UpdateDataAttributeRequest.js +0 -5
- package/dist/api/resources/dataAttributes/client/requests/index.d.ts +0 -3
- package/dist/api/resources/dataAttributes/client/requests/index.js +0 -2
- package/dist/api/resources/dataAttributes/index.d.ts +0 -2
- package/dist/api/resources/dataAttributes/index.js +0 -18
- package/dist/api/resources/dataAttributes/types/CreateDataAttributeRequestDataType.d.ts +0 -15
- package/dist/api/resources/dataAttributes/types/CreateDataAttributeRequestDataType.js +0 -14
- package/dist/api/resources/dataAttributes/types/CreateDataAttributeRequestModel.d.ts +0 -11
- package/dist/api/resources/dataAttributes/types/CreateDataAttributeRequestModel.js +0 -10
- package/dist/api/resources/dataAttributes/types/DataAttribute.d.ts +0 -43
- package/dist/api/resources/dataAttributes/types/DataAttribute.js +0 -5
- package/dist/api/resources/dataAttributes/types/DataAttributeDataType.d.ts +0 -14
- package/dist/api/resources/dataAttributes/types/DataAttributeDataType.js +0 -13
- package/dist/api/resources/dataAttributes/types/DataAttributeModel.d.ts +0 -11
- package/dist/api/resources/dataAttributes/types/DataAttributeModel.js +0 -10
- package/dist/api/resources/dataAttributes/types/DataAttributesListRequestModel.d.ts +0 -9
- package/dist/api/resources/dataAttributes/types/DataAttributesListRequestModel.js +0 -11
- package/dist/api/resources/dataAttributes/types/index.d.ts +0 -6
- package/dist/api/resources/dataAttributes/types/index.js +0 -22
- package/dist/api/resources/dataEvents/index.d.ts +0 -1
- package/dist/api/resources/dataEvents/index.js +0 -17
- package/dist/api/resources/dataEvents/types/DataEvent.d.ts +0 -24
- package/dist/api/resources/dataEvents/types/DataEvent.js +0 -5
- package/dist/api/resources/dataEvents/types/index.d.ts +0 -1
- package/dist/api/resources/dataEvents/types/index.js +0 -17
- package/dist/api/resources/dataExport/client/Client.d.ts +0 -100
- package/dist/api/resources/dataExport/client/Client.js +0 -310
- package/dist/api/resources/dataExport/client/index.d.ts +0 -1
- package/dist/api/resources/dataExport/client/index.js +0 -17
- package/dist/api/resources/dataExport/client/requests/CreateDataExportsRequest.d.ts +0 -16
- package/dist/api/resources/dataExport/client/requests/CreateDataExportsRequest.js +0 -5
- package/dist/api/resources/dataExport/client/requests/index.d.ts +0 -1
- package/dist/api/resources/dataExport/client/requests/index.js +0 -2
- package/dist/api/resources/dataExport/index.d.ts +0 -2
- package/dist/api/resources/dataExport/index.js +0 -18
- package/dist/api/resources/dataExport/types/DataExport.d.ts +0 -17
- package/dist/api/resources/dataExport/types/DataExport.js +0 -5
- package/dist/api/resources/dataExport/types/DataExportStatus.d.ts +0 -15
- package/dist/api/resources/dataExport/types/DataExportStatus.js +0 -14
- package/dist/api/resources/dataExport/types/index.d.ts +0 -2
- package/dist/api/resources/dataExport/types/index.js +0 -18
- package/dist/api/resources/events/client/Client.d.ts +0 -127
- package/dist/api/resources/events/client/Client.js +0 -318
- package/dist/api/resources/events/client/index.d.ts +0 -1
- package/dist/api/resources/events/client/index.js +0 -17
- package/dist/api/resources/events/client/requests/CreateDataEventSummariesRequest.d.ts +0 -14
- package/dist/api/resources/events/client/requests/CreateDataEventSummariesRequest.js +0 -5
- package/dist/api/resources/events/client/requests/EventsListRequest.d.ts +0 -25
- package/dist/api/resources/events/client/requests/EventsListRequest.js +0 -5
- package/dist/api/resources/events/client/requests/index.d.ts +0 -2
- package/dist/api/resources/events/client/requests/index.js +0 -2
- package/dist/api/resources/events/index.d.ts +0 -2
- package/dist/api/resources/events/index.js +0 -18
- package/dist/api/resources/events/types/CreateDataEventSummariesRequestEventSummaries.d.ts +0 -16
- package/dist/api/resources/events/types/CreateDataEventSummariesRequestEventSummaries.js +0 -5
- package/dist/api/resources/events/types/EventsListRequestFilter.d.ts +0 -5
- package/dist/api/resources/events/types/EventsListRequestFilter.js +0 -5
- package/dist/api/resources/events/types/EventsListRequestFilterEmail.d.ts +0 -6
- package/dist/api/resources/events/types/EventsListRequestFilterEmail.js +0 -5
- package/dist/api/resources/events/types/EventsListRequestFilterIntercomUserId.d.ts +0 -6
- package/dist/api/resources/events/types/EventsListRequestFilterIntercomUserId.js +0 -5
- package/dist/api/resources/events/types/EventsListRequestFilterUserId.d.ts +0 -6
- package/dist/api/resources/events/types/EventsListRequestFilterUserId.js +0 -5
- package/dist/api/resources/events/types/index.d.ts +0 -5
- package/dist/api/resources/events/types/index.js +0 -21
- package/dist/api/resources/helpCenter/client/Client.d.ts +0 -60
- package/dist/api/resources/helpCenter/client/Client.js +0 -196
- package/dist/api/resources/helpCenter/client/index.d.ts +0 -1
- package/dist/api/resources/helpCenter/client/index.js +0 -2
- package/dist/api/resources/helpCenter/index.d.ts +0 -3
- package/dist/api/resources/helpCenter/index.js +0 -19
- package/dist/api/resources/helpCenter/resources/collections/client/Client.d.ts +0 -106
- package/dist/api/resources/helpCenter/resources/collections/client/Client.js +0 -395
- package/dist/api/resources/helpCenter/resources/collections/client/index.d.ts +0 -1
- package/dist/api/resources/helpCenter/resources/collections/client/index.js +0 -17
- package/dist/api/resources/helpCenter/resources/collections/client/requests/CreateCollectionRequest.d.ts +0 -27
- package/dist/api/resources/helpCenter/resources/collections/client/requests/CreateCollectionRequest.js +0 -5
- package/dist/api/resources/helpCenter/resources/collections/client/requests/UpdateCollectionRequest.d.ts +0 -24
- package/dist/api/resources/helpCenter/resources/collections/client/requests/UpdateCollectionRequest.js +0 -5
- package/dist/api/resources/helpCenter/resources/collections/client/requests/index.d.ts +0 -2
- package/dist/api/resources/helpCenter/resources/collections/client/requests/index.js +0 -2
- package/dist/api/resources/helpCenter/resources/collections/index.d.ts +0 -1
- package/dist/api/resources/helpCenter/resources/collections/index.js +0 -17
- package/dist/api/resources/helpCenter/resources/index.d.ts +0 -2
- package/dist/api/resources/helpCenter/resources/index.js +0 -31
- package/dist/api/resources/helpCenter/types/Collection.d.ts +0 -34
- package/dist/api/resources/helpCenter/types/Collection.js +0 -5
- package/dist/api/resources/helpCenter/types/HelpCenter.d.ts +0 -22
- package/dist/api/resources/helpCenter/types/HelpCenter.js +0 -5
- package/dist/api/resources/helpCenter/types/HelpCenterList.d.ts +0 -13
- package/dist/api/resources/helpCenter/types/HelpCenterList.js +0 -5
- package/dist/api/resources/helpCenter/types/index.d.ts +0 -3
- package/dist/api/resources/helpCenter/types/index.js +0 -19
- package/dist/api/resources/index.d.ts +0 -63
- package/dist/api/resources/index.js +0 -92
- package/dist/api/resources/messages/client/Client.d.ts +0 -145
- package/dist/api/resources/messages/client/Client.js +0 -235
- package/dist/api/resources/messages/client/index.d.ts +0 -1
- package/dist/api/resources/messages/client/index.js +0 -2
- package/dist/api/resources/messages/index.d.ts +0 -2
- package/dist/api/resources/messages/index.js +0 -18
- package/dist/api/resources/messages/types/Message.d.ts +0 -23
- package/dist/api/resources/messages/types/Message.js +0 -5
- package/dist/api/resources/messages/types/MessageMessageType.d.ts +0 -13
- package/dist/api/resources/messages/types/MessageMessageType.js +0 -12
- package/dist/api/resources/messages/types/index.d.ts +0 -2
- package/dist/api/resources/messages/types/index.js +0 -18
- package/dist/api/resources/news/client/Client.d.ts +0 -154
- package/dist/api/resources/news/client/Client.js +0 -588
- package/dist/api/resources/news/client/index.d.ts +0 -1
- package/dist/api/resources/news/client/index.js +0 -2
- package/dist/api/resources/news/index.d.ts +0 -2
- package/dist/api/resources/news/index.js +0 -18
- package/dist/api/resources/news/types/NewsItem.d.ts +0 -35
- package/dist/api/resources/news/types/NewsItem.js +0 -5
- package/dist/api/resources/news/types/NewsItemState.d.ts +0 -11
- package/dist/api/resources/news/types/NewsItemState.js +0 -10
- package/dist/api/resources/news/types/Newsfeed.d.ts +0 -18
- package/dist/api/resources/news/types/Newsfeed.js +0 -5
- package/dist/api/resources/news/types/NewsfeedAssignment.d.ts +0 -12
- package/dist/api/resources/news/types/NewsfeedAssignment.js +0 -5
- package/dist/api/resources/news/types/index.d.ts +0 -4
- package/dist/api/resources/news/types/index.js +0 -20
- package/dist/api/resources/notes/client/Client.d.ts +0 -89
- package/dist/api/resources/notes/client/Client.js +0 -273
- package/dist/api/resources/notes/client/index.d.ts +0 -1
- package/dist/api/resources/notes/client/index.js +0 -17
- package/dist/api/resources/notes/client/requests/NotesCreateRequest.d.ts +0 -33
- package/dist/api/resources/notes/client/requests/NotesCreateRequest.js +0 -5
- package/dist/api/resources/notes/client/requests/index.d.ts +0 -1
- package/dist/api/resources/notes/client/requests/index.js +0 -2
- package/dist/api/resources/notes/index.d.ts +0 -2
- package/dist/api/resources/notes/index.js +0 -18
- package/dist/api/resources/notes/types/Note.d.ts +0 -21
- package/dist/api/resources/notes/types/Note.js +0 -5
- package/dist/api/resources/notes/types/NoteContact.d.ts +0 -12
- package/dist/api/resources/notes/types/NoteContact.js +0 -5
- package/dist/api/resources/notes/types/index.d.ts +0 -2
- package/dist/api/resources/notes/types/index.js +0 -18
- package/dist/api/resources/phoneCallRedirect/client/Client.d.ts +0 -62
- package/dist/api/resources/phoneCallRedirect/client/Client.js +0 -150
- package/dist/api/resources/phoneCallRedirect/client/index.d.ts +0 -1
- package/dist/api/resources/phoneCallRedirect/client/index.js +0 -2
- package/dist/api/resources/phoneCallRedirect/index.d.ts +0 -1
- package/dist/api/resources/phoneCallRedirect/index.js +0 -17
- package/dist/api/resources/segments/client/Client.d.ts +0 -58
- package/dist/api/resources/segments/client/Client.js +0 -198
- package/dist/api/resources/segments/client/index.d.ts +0 -1
- package/dist/api/resources/segments/client/index.js +0 -17
- package/dist/api/resources/segments/client/requests/SegmentsListRequest.d.ts +0 -13
- package/dist/api/resources/segments/client/requests/SegmentsListRequest.js +0 -5
- package/dist/api/resources/segments/client/requests/index.d.ts +0 -1
- package/dist/api/resources/segments/client/requests/index.js +0 -2
- package/dist/api/resources/segments/index.d.ts +0 -2
- package/dist/api/resources/segments/index.js +0 -18
- package/dist/api/resources/segments/types/Segment.d.ts +0 -23
- package/dist/api/resources/segments/types/Segment.js +0 -5
- package/dist/api/resources/segments/types/SegmentPersonType.d.ts +0 -11
- package/dist/api/resources/segments/types/SegmentPersonType.js +0 -10
- package/dist/api/resources/segments/types/index.d.ts +0 -2
- package/dist/api/resources/segments/types/index.js +0 -18
- package/dist/api/resources/subscriptionTypes/index.d.ts +0 -1
- package/dist/api/resources/subscriptionTypes/index.js +0 -17
- package/dist/api/resources/subscriptionTypes/types/SubscriptionType.d.ts +0 -22
- package/dist/api/resources/subscriptionTypes/types/SubscriptionType.js +0 -5
- package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeConsentType.d.ts +0 -11
- package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeConsentType.js +0 -10
- package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeContentTypesItem.d.ts +0 -8
- package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeContentTypesItem.js +0 -10
- package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeState.d.ts +0 -12
- package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeState.js +0 -11
- package/dist/api/resources/subscriptionTypes/types/index.d.ts +0 -4
- package/dist/api/resources/subscriptionTypes/types/index.js +0 -20
- package/dist/api/resources/subscriptions/client/Client.d.ts +0 -41
- package/dist/api/resources/subscriptions/client/Client.js +0 -124
- package/dist/api/resources/subscriptions/client/index.d.ts +0 -1
- package/dist/api/resources/subscriptions/client/index.js +0 -2
- package/dist/api/resources/subscriptions/index.d.ts +0 -1
- package/dist/api/resources/subscriptions/index.js +0 -17
- package/dist/api/resources/tags/client/Client.d.ts +0 -224
- package/dist/api/resources/tags/client/Client.js +0 -776
- package/dist/api/resources/tags/client/index.d.ts +0 -1
- package/dist/api/resources/tags/client/index.js +0 -17
- package/dist/api/resources/tags/client/requests/TagsAttachRequest.d.ts +0 -22
- package/dist/api/resources/tags/client/requests/TagsAttachRequest.js +0 -5
- package/dist/api/resources/tags/client/requests/TagsDetachRequest.d.ts +0 -23
- package/dist/api/resources/tags/client/requests/TagsDetachRequest.js +0 -5
- package/dist/api/resources/tags/client/requests/TagsTagContactRequest.d.ts +0 -23
- package/dist/api/resources/tags/client/requests/TagsTagContactRequest.js +0 -5
- package/dist/api/resources/tags/client/requests/TagsTagConversationRequest.d.ts +0 -22
- package/dist/api/resources/tags/client/requests/TagsTagConversationRequest.js +0 -5
- package/dist/api/resources/tags/client/requests/TagsUntagConversationRequest.d.ts +0 -23
- package/dist/api/resources/tags/client/requests/TagsUntagConversationRequest.js +0 -5
- package/dist/api/resources/tags/client/requests/index.d.ts +0 -5
- package/dist/api/resources/tags/client/requests/index.js +0 -2
- package/dist/api/resources/tags/index.d.ts +0 -2
- package/dist/api/resources/tags/index.js +0 -18
- package/dist/api/resources/tags/types/Tag.d.ts +0 -18
- package/dist/api/resources/tags/types/Tag.js +0 -5
- package/dist/api/resources/tags/types/TagsCreateRequestBody.d.ts +0 -5
- package/dist/api/resources/tags/types/TagsCreateRequestBody.js +0 -5
- package/dist/api/resources/tags/types/index.d.ts +0 -2
- package/dist/api/resources/tags/types/index.js +0 -18
- package/dist/api/resources/teams/client/Client.d.ts +0 -57
- package/dist/api/resources/teams/client/Client.js +0 -191
- package/dist/api/resources/teams/client/index.d.ts +0 -1
- package/dist/api/resources/teams/client/index.js +0 -2
- package/dist/api/resources/teams/index.d.ts +0 -2
- package/dist/api/resources/teams/index.js +0 -18
- package/dist/api/resources/teams/types/Team.d.ts +0 -18
- package/dist/api/resources/teams/types/Team.js +0 -5
- package/dist/api/resources/teams/types/index.d.ts +0 -1
- package/dist/api/resources/teams/types/index.js +0 -17
- package/dist/api/resources/ticketTypeAttributes/client/Client.d.ts +0 -67
- package/dist/api/resources/ticketTypeAttributes/client/Client.js +0 -201
- package/dist/api/resources/ticketTypeAttributes/client/index.d.ts +0 -1
- package/dist/api/resources/ticketTypeAttributes/client/index.js +0 -17
- package/dist/api/resources/ticketTypeAttributes/client/requests/CreateTicketTypeAttributeRequest.d.ts +0 -35
- package/dist/api/resources/ticketTypeAttributes/client/requests/CreateTicketTypeAttributeRequest.js +0 -5
- package/dist/api/resources/ticketTypeAttributes/client/requests/UpdateTicketTypeAttributeRequest.d.ts +0 -31
- package/dist/api/resources/ticketTypeAttributes/client/requests/UpdateTicketTypeAttributeRequest.js +0 -5
- package/dist/api/resources/ticketTypeAttributes/client/requests/index.d.ts +0 -2
- package/dist/api/resources/ticketTypeAttributes/client/requests/index.js +0 -2
- package/dist/api/resources/ticketTypeAttributes/index.d.ts +0 -2
- package/dist/api/resources/ticketTypeAttributes/index.js +0 -18
- package/dist/api/resources/ticketTypeAttributes/types/CreateTicketTypeAttributeRequestDataType.d.ts +0 -16
- package/dist/api/resources/ticketTypeAttributes/types/CreateTicketTypeAttributeRequestDataType.js +0 -15
- package/dist/api/resources/ticketTypeAttributes/types/index.d.ts +0 -1
- package/dist/api/resources/ticketTypeAttributes/types/index.js +0 -17
- package/dist/api/resources/ticketTypes/client/Client.d.ts +0 -97
- package/dist/api/resources/ticketTypes/client/Client.js +0 -329
- package/dist/api/resources/ticketTypes/client/index.d.ts +0 -1
- package/dist/api/resources/ticketTypes/client/index.js +0 -2
- package/dist/api/resources/ticketTypes/index.d.ts +0 -1
- package/dist/api/resources/ticketTypes/index.js +0 -17
- package/dist/api/resources/tickets/client/Client.d.ts +0 -251
- package/dist/api/resources/tickets/client/Client.js +0 -546
- package/dist/api/resources/tickets/client/index.d.ts +0 -1
- package/dist/api/resources/tickets/client/index.js +0 -17
- package/dist/api/resources/tickets/client/requests/CreateTicketRequest.d.ts +0 -28
- package/dist/api/resources/tickets/client/requests/CreateTicketRequest.js +0 -5
- package/dist/api/resources/tickets/client/requests/UpdateTicketRequest.d.ts +0 -59
- package/dist/api/resources/tickets/client/requests/UpdateTicketRequest.js +0 -5
- package/dist/api/resources/tickets/client/requests/index.d.ts +0 -2
- package/dist/api/resources/tickets/client/requests/index.js +0 -2
- package/dist/api/resources/tickets/index.d.ts +0 -2
- package/dist/api/resources/tickets/index.js +0 -18
- package/dist/api/resources/tickets/types/CreateTicketRequestContactsItem.d.ts +0 -5
- package/dist/api/resources/tickets/types/CreateTicketRequestContactsItem.js +0 -5
- package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemEmail.d.ts +0 -7
- package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemEmail.js +0 -5
- package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemExternalId.d.ts +0 -7
- package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemExternalId.js +0 -5
- package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemId.d.ts +0 -7
- package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemId.js +0 -5
- package/dist/api/resources/tickets/types/Ticket.d.ts +0 -42
- package/dist/api/resources/tickets/types/Ticket.js +0 -5
- package/dist/api/resources/tickets/types/TicketCategory.d.ts +0 -12
- package/dist/api/resources/tickets/types/TicketCategory.js +0 -11
- package/dist/api/resources/tickets/types/TicketContacts.d.ts +0 -13
- package/dist/api/resources/tickets/types/TicketContacts.js +0 -5
- package/dist/api/resources/tickets/types/TicketPart.d.ts +0 -34
- package/dist/api/resources/tickets/types/TicketPart.js +0 -5
- package/dist/api/resources/tickets/types/TicketPartPreviousTicketState.d.ts +0 -13
- package/dist/api/resources/tickets/types/TicketPartPreviousTicketState.js +0 -12
- package/dist/api/resources/tickets/types/TicketPartTicketState.d.ts +0 -13
- package/dist/api/resources/tickets/types/TicketPartTicketState.js +0 -12
- package/dist/api/resources/tickets/types/TicketTicketState.d.ts +0 -13
- package/dist/api/resources/tickets/types/TicketTicketState.js +0 -12
- package/dist/api/resources/tickets/types/TicketType.d.ts +0 -30
- package/dist/api/resources/tickets/types/TicketType.js +0 -5
- package/dist/api/resources/tickets/types/TicketTypeCategory.d.ts +0 -12
- package/dist/api/resources/tickets/types/TicketTypeCategory.js +0 -11
- package/dist/api/resources/tickets/types/TicketsReplyRequestBody.d.ts +0 -5
- package/dist/api/resources/tickets/types/TicketsReplyRequestBody.js +0 -5
- package/dist/api/resources/tickets/types/UpdateTicketRequestAssignment.d.ts +0 -9
- package/dist/api/resources/tickets/types/UpdateTicketRequestAssignment.js +0 -5
- package/dist/api/resources/tickets/types/UpdateTicketRequestState.d.ts +0 -12
- package/dist/api/resources/tickets/types/UpdateTicketRequestState.js +0 -11
- package/dist/api/resources/tickets/types/index.d.ts +0 -16
- package/dist/api/resources/tickets/types/index.js +0 -32
- package/dist/api/resources/visitors/client/Client.d.ts +0 -97
- package/dist/api/resources/visitors/client/Client.js +0 -288
- package/dist/api/resources/visitors/client/index.d.ts +0 -1
- package/dist/api/resources/visitors/client/index.js +0 -17
- package/dist/api/resources/visitors/client/requests/ConvertVisitorRequest.d.ts +0 -25
- package/dist/api/resources/visitors/client/requests/ConvertVisitorRequest.js +0 -5
- package/dist/api/resources/visitors/client/requests/VisitorsFindRequest.d.ts +0 -15
- package/dist/api/resources/visitors/client/requests/VisitorsFindRequest.js +0 -5
- package/dist/api/resources/visitors/client/requests/index.d.ts +0 -2
- package/dist/api/resources/visitors/client/requests/index.js +0 -2
- package/dist/api/resources/visitors/index.d.ts +0 -2
- package/dist/api/resources/visitors/index.js +0 -18
- package/dist/api/resources/visitors/types/ConvertVisitorRequestUser.d.ts +0 -8
- package/dist/api/resources/visitors/types/ConvertVisitorRequestUser.js +0 -5
- package/dist/api/resources/visitors/types/ConvertVisitorRequestVisitor.d.ts +0 -8
- package/dist/api/resources/visitors/types/ConvertVisitorRequestVisitor.js +0 -5
- package/dist/api/resources/visitors/types/UserWithId.d.ts +0 -9
- package/dist/api/resources/visitors/types/UserWithId.js +0 -5
- package/dist/api/resources/visitors/types/UserWithUserId.d.ts +0 -9
- package/dist/api/resources/visitors/types/UserWithUserId.js +0 -5
- package/dist/api/resources/visitors/types/VisitorWithEmail.d.ts +0 -7
- package/dist/api/resources/visitors/types/VisitorWithEmail.js +0 -5
- package/dist/api/resources/visitors/types/VisitorWithId.d.ts +0 -7
- package/dist/api/resources/visitors/types/VisitorWithId.js +0 -5
- package/dist/api/resources/visitors/types/VisitorWithUserId.d.ts +0 -7
- package/dist/api/resources/visitors/types/VisitorWithUserId.js +0 -5
- package/dist/api/resources/visitors/types/index.d.ts +0 -7
- package/dist/api/resources/visitors/types/index.js +0 -23
- package/dist/api/types/ActivityLog.d.ts +0 -19
- package/dist/api/types/ActivityLog.js +0 -5
- package/dist/api/types/ActivityLogActivityType.d.ts +0 -73
- package/dist/api/types/ActivityLogActivityType.js +0 -75
- package/dist/api/types/ActivityLogList.d.ts +0 -14
- package/dist/api/types/ActivityLogList.js +0 -5
- package/dist/api/types/ActivityLogMetadata.d.ts +0 -26
- package/dist/api/types/ActivityLogMetadata.js +0 -5
- package/dist/api/types/ActivityLogPerformedBy.d.ts +0 -16
- package/dist/api/types/ActivityLogPerformedBy.js +0 -5
- package/dist/api/types/AddressableList.d.ts +0 -14
- package/dist/api/types/AddressableList.js +0 -5
- package/dist/api/types/AdminList.d.ts +0 -13
- package/dist/api/types/AdminList.js +0 -5
- package/dist/api/types/AdminPriorityLevel.d.ts +0 -12
- package/dist/api/types/AdminPriorityLevel.js +0 -5
- package/dist/api/types/AdminReplyConversationRequest.d.ts +0 -21
- package/dist/api/types/AdminReplyConversationRequest.js +0 -5
- package/dist/api/types/AdminReplyConversationRequestMessageType.d.ts +0 -8
- package/dist/api/types/AdminReplyConversationRequestMessageType.js +0 -10
- package/dist/api/types/AdminReplyTicketRequest.d.ts +0 -21
- package/dist/api/types/AdminReplyTicketRequest.js +0 -5
- package/dist/api/types/AdminReplyTicketRequestMessageType.d.ts +0 -9
- package/dist/api/types/AdminReplyTicketRequestMessageType.js +0 -11
- package/dist/api/types/AdminReplyTicketRequestReplyOptionsItem.d.ts +0 -9
- package/dist/api/types/AdminReplyTicketRequestReplyOptionsItem.js +0 -5
- package/dist/api/types/AdminWithApp.d.ts +0 -33
- package/dist/api/types/AdminWithApp.js +0 -5
- package/dist/api/types/AdminWithAppAvatar.d.ts +0 -12
- package/dist/api/types/AdminWithAppAvatar.js +0 -5
- package/dist/api/types/App.d.ts +0 -22
- package/dist/api/types/App.js +0 -5
- package/dist/api/types/ArticleContent.d.ts +0 -27
- package/dist/api/types/ArticleContent.js +0 -5
- package/dist/api/types/ArticleContentState.d.ts +0 -11
- package/dist/api/types/ArticleContentState.js +0 -10
- package/dist/api/types/ArticleList.d.ts +0 -16
- package/dist/api/types/ArticleList.js +0 -5
- package/dist/api/types/ArticleStatistics.d.ts +0 -22
- package/dist/api/types/ArticleStatistics.js +0 -5
- package/dist/api/types/ArticleTranslatedContent.d.ts +0 -85
- package/dist/api/types/ArticleTranslatedContent.js +0 -5
- package/dist/api/types/AssignConversationRequest.d.ts +0 -16
- package/dist/api/types/AssignConversationRequest.js +0 -5
- package/dist/api/types/AssignConversationRequestType.d.ts +0 -8
- package/dist/api/types/AssignConversationRequestType.js +0 -10
- package/dist/api/types/CloseConversationRequest.d.ts +0 -13
- package/dist/api/types/CloseConversationRequest.js +0 -5
- package/dist/api/types/CollectionList.d.ts +0 -16
- package/dist/api/types/CollectionList.js +0 -5
- package/dist/api/types/CompanyAttachedContacts.d.ts +0 -16
- package/dist/api/types/CompanyAttachedContacts.js +0 -5
- package/dist/api/types/CompanyAttachedSegments.d.ts +0 -13
- package/dist/api/types/CompanyAttachedSegments.js +0 -5
- package/dist/api/types/CompanyList.d.ts +0 -16
- package/dist/api/types/CompanyList.js +0 -5
- package/dist/api/types/CompanyScroll.d.ts +0 -17
- package/dist/api/types/CompanyScroll.js +0 -5
- package/dist/api/types/ContactArchived.d.ts +0 -16
- package/dist/api/types/ContactArchived.js +0 -5
- package/dist/api/types/ContactAttachedCompanies.d.ts +0 -16
- package/dist/api/types/ContactAttachedCompanies.js +0 -5
- package/dist/api/types/ContactCompanies.d.ts +0 -14
- package/dist/api/types/ContactCompanies.js +0 -5
- package/dist/api/types/ContactDeleted.d.ts +0 -16
- package/dist/api/types/ContactDeleted.js +0 -5
- package/dist/api/types/ContactList.d.ts +0 -16
- package/dist/api/types/ContactList.js +0 -5
- package/dist/api/types/ContactLocation.d.ts +0 -16
- package/dist/api/types/ContactLocation.js +0 -5
- package/dist/api/types/ContactNotes.d.ts +0 -17
- package/dist/api/types/ContactNotes.js +0 -5
- package/dist/api/types/ContactReference.d.ts +0 -14
- package/dist/api/types/ContactReference.js +0 -5
- package/dist/api/types/ContactReplyBaseRequest.d.ts +0 -13
- package/dist/api/types/ContactReplyBaseRequest.js +0 -5
- package/dist/api/types/ContactReplyConversationRequest.d.ts +0 -5
- package/dist/api/types/ContactReplyConversationRequest.js +0 -5
- package/dist/api/types/ContactReplyEmailRequest.d.ts +0 -13
- package/dist/api/types/ContactReplyEmailRequest.js +0 -5
- package/dist/api/types/ContactReplyIntercomUserIdRequest.d.ts +0 -13
- package/dist/api/types/ContactReplyIntercomUserIdRequest.js +0 -5
- package/dist/api/types/ContactReplyTicketEmailRequest.d.ts +0 -11
- package/dist/api/types/ContactReplyTicketEmailRequest.js +0 -5
- package/dist/api/types/ContactReplyTicketIntercomUserIdRequest.d.ts +0 -11
- package/dist/api/types/ContactReplyTicketIntercomUserIdRequest.js +0 -5
- package/dist/api/types/ContactReplyTicketRequest.d.ts +0 -5
- package/dist/api/types/ContactReplyTicketRequest.js +0 -5
- package/dist/api/types/ContactReplyTicketUserIdRequest.d.ts +0 -11
- package/dist/api/types/ContactReplyTicketUserIdRequest.js +0 -5
- package/dist/api/types/ContactReplyUserIdRequest.d.ts +0 -13
- package/dist/api/types/ContactReplyUserIdRequest.js +0 -5
- package/dist/api/types/ContactSegments.d.ts +0 -13
- package/dist/api/types/ContactSegments.js +0 -5
- package/dist/api/types/ContactSocialProfiles.d.ts +0 -11
- package/dist/api/types/ContactSocialProfiles.js +0 -5
- package/dist/api/types/ContactSubscriptionTypes.d.ts +0 -17
- package/dist/api/types/ContactSubscriptionTypes.js +0 -5
- package/dist/api/types/ContactTags.d.ts +0 -17
- package/dist/api/types/ContactTags.js +0 -5
- package/dist/api/types/ContactUnarchived.d.ts +0 -16
- package/dist/api/types/ContactUnarchived.js +0 -5
- package/dist/api/types/ContentSourcesList.d.ts +0 -11
- package/dist/api/types/ContentSourcesList.js +0 -5
- package/dist/api/types/ConversationAttachmentFiles.d.ts +0 -14
- package/dist/api/types/ConversationAttachmentFiles.js +0 -5
- package/dist/api/types/ConversationContacts.d.ts +0 -13
- package/dist/api/types/ConversationContacts.js +0 -5
- package/dist/api/types/ConversationFirstContactReply.d.ts +0 -14
- package/dist/api/types/ConversationFirstContactReply.js +0 -5
- package/dist/api/types/ConversationList.d.ts +0 -16
- package/dist/api/types/ConversationList.js +0 -5
- package/dist/api/types/ConversationPart.d.ts +0 -32
- package/dist/api/types/ConversationPart.js +0 -5
- package/dist/api/types/ConversationPartAuthor.d.ts +0 -16
- package/dist/api/types/ConversationPartAuthor.js +0 -5
- package/dist/api/types/ConversationParts.d.ts +0 -15
- package/dist/api/types/ConversationParts.js +0 -5
- package/dist/api/types/ConversationRating.d.ts +0 -17
- package/dist/api/types/ConversationRating.js +0 -5
- package/dist/api/types/ConversationSource.d.ts +0 -26
- package/dist/api/types/ConversationSource.js +0 -5
- package/dist/api/types/ConversationStatistics.d.ts +0 -46
- package/dist/api/types/ConversationStatistics.js +0 -5
- package/dist/api/types/ConversationTeammates.d.ts +0 -13
- package/dist/api/types/ConversationTeammates.js +0 -5
- package/dist/api/types/CreateArticleRequest.d.ts +0 -24
- package/dist/api/types/CreateArticleRequest.js +0 -5
- package/dist/api/types/CreateArticleRequestState.d.ts +0 -11
- package/dist/api/types/CreateArticleRequestState.js +0 -10
- package/dist/api/types/CreateContactRequest.d.ts +0 -8
- package/dist/api/types/CreateContactRequest.js +0 -5
- package/dist/api/types/CreateContactRequestWithEmail.d.ts +0 -23
- package/dist/api/types/CreateContactRequestWithEmail.js +0 -5
- package/dist/api/types/CreateContactRequestWithExternalId.d.ts +0 -23
- package/dist/api/types/CreateContactRequestWithExternalId.js +0 -5
- package/dist/api/types/CreateContactRequestWithRole.d.ts +0 -23
- package/dist/api/types/CreateContactRequestWithRole.js +0 -5
- package/dist/api/types/CreateDataEventRequest.d.ts +0 -8
- package/dist/api/types/CreateDataEventRequest.js +0 -5
- package/dist/api/types/CreateDataEventRequestWithEmail.d.ts +0 -13
- package/dist/api/types/CreateDataEventRequestWithEmail.js +0 -5
- package/dist/api/types/CreateDataEventRequestWithId.d.ts +0 -13
- package/dist/api/types/CreateDataEventRequestWithId.js +0 -5
- package/dist/api/types/CreateDataEventRequestWithUserId.d.ts +0 -13
- package/dist/api/types/CreateDataEventRequestWithUserId.js +0 -5
- package/dist/api/types/CreateMessageRequest.d.ts +0 -16
- package/dist/api/types/CreateMessageRequest.js +0 -5
- package/dist/api/types/CreateMessageRequestFrom.d.ts +0 -12
- package/dist/api/types/CreateMessageRequestFrom.js +0 -5
- package/dist/api/types/CreateMessageRequestTo.d.ts +0 -13
- package/dist/api/types/CreateMessageRequestTo.js +0 -5
- package/dist/api/types/CreateMessageRequestType.d.ts +0 -11
- package/dist/api/types/CreateMessageRequestType.js +0 -10
- package/dist/api/types/CreateMessageRequestWithEmail.d.ts +0 -20
- package/dist/api/types/CreateMessageRequestWithEmail.js +0 -5
- package/dist/api/types/CreateMessageRequestWithInapp.d.ts +0 -20
- package/dist/api/types/CreateMessageRequestWithInapp.js +0 -5
- package/dist/api/types/CreateOrUpdateCompanyRequest.d.ts +0 -26
- package/dist/api/types/CreateOrUpdateCompanyRequest.js +0 -5
- package/dist/api/types/CreateOrUpdateTagRequest.d.ts +0 -12
- package/dist/api/types/CreateOrUpdateTagRequest.js +0 -5
- package/dist/api/types/CreatePhoneSwitchRequest.d.ts +0 -12
- package/dist/api/types/CreatePhoneSwitchRequest.js +0 -5
- package/dist/api/types/CreateTicketReplyWithCommentRequest.d.ts +0 -5
- package/dist/api/types/CreateTicketReplyWithCommentRequest.js +0 -5
- package/dist/api/types/CreateTicketTypeRequest.d.ts +0 -20
- package/dist/api/types/CreateTicketTypeRequest.js +0 -5
- package/dist/api/types/CreateTicketTypeRequestCategory.d.ts +0 -12
- package/dist/api/types/CreateTicketTypeRequestCategory.js +0 -11
- package/dist/api/types/CursorPages.d.ts +0 -19
- package/dist/api/types/CursorPages.js +0 -5
- package/dist/api/types/CustomAttributes.d.ts +0 -8
- package/dist/api/types/CustomAttributes.js +0 -5
- package/dist/api/types/CustomAttributesValue.d.ts +0 -5
- package/dist/api/types/CustomAttributesValue.js +0 -5
- package/dist/api/types/CustomerRequest.d.ts +0 -5
- package/dist/api/types/CustomerRequest.js +0 -5
- package/dist/api/types/CustomerRequestEmail.d.ts +0 -7
- package/dist/api/types/CustomerRequestEmail.js +0 -5
- package/dist/api/types/CustomerRequestIntercomUserId.d.ts +0 -7
- package/dist/api/types/CustomerRequestIntercomUserId.js +0 -5
- package/dist/api/types/CustomerRequestUserId.d.ts +0 -7
- package/dist/api/types/CustomerRequestUserId.js +0 -5
- package/dist/api/types/DataAttributeList.d.ts +0 -13
- package/dist/api/types/DataAttributeList.js +0 -5
- package/dist/api/types/DataEventList.d.ts +0 -15
- package/dist/api/types/DataEventList.js +0 -5
- package/dist/api/types/DataEventListPages.d.ts +0 -10
- package/dist/api/types/DataEventListPages.js +0 -5
- package/dist/api/types/DataEventSummary.d.ts +0 -19
- package/dist/api/types/DataEventSummary.js +0 -5
- package/dist/api/types/DataEventSummaryItem.d.ts +0 -18
- package/dist/api/types/DataEventSummaryItem.js +0 -5
- package/dist/api/types/DataExportCsv.d.ts +0 -60
- package/dist/api/types/DataExportCsv.js +0 -5
- package/dist/api/types/DeletedArticleObject.d.ts +0 -14
- package/dist/api/types/DeletedArticleObject.js +0 -5
- package/dist/api/types/DeletedCollectionObject.d.ts +0 -14
- package/dist/api/types/DeletedCollectionObject.js +0 -5
- package/dist/api/types/DeletedCompanyObject.d.ts +0 -14
- package/dist/api/types/DeletedCompanyObject.js +0 -5
- package/dist/api/types/DeletedObject.d.ts +0 -14
- package/dist/api/types/DeletedObject.js +0 -5
- package/dist/api/types/ErrorErrorsItem.d.ts +0 -11
- package/dist/api/types/ErrorErrorsItem.js +0 -5
- package/dist/api/types/Error_.d.ts +0 -15
- package/dist/api/types/Error_.js +0 -5
- package/dist/api/types/FileAttribute.d.ts +0 -21
- package/dist/api/types/FileAttribute.js +0 -5
- package/dist/api/types/GroupContent.d.ts +0 -14
- package/dist/api/types/GroupContent.js +0 -5
- package/dist/api/types/GroupTranslatedContent.d.ts +0 -85
- package/dist/api/types/GroupTranslatedContent.js +0 -5
- package/dist/api/types/LinkedObject.d.ts +0 -15
- package/dist/api/types/LinkedObject.js +0 -5
- package/dist/api/types/LinkedObjectList.d.ts +0 -17
- package/dist/api/types/LinkedObjectList.js +0 -5
- package/dist/api/types/LinkedObjectType.d.ts +0 -11
- package/dist/api/types/LinkedObjectType.js +0 -10
- package/dist/api/types/MultipleFilterSearchRequest.d.ts +0 -12
- package/dist/api/types/MultipleFilterSearchRequest.js +0 -5
- package/dist/api/types/MultipleFilterSearchRequestOperator.d.ts +0 -11
- package/dist/api/types/MultipleFilterSearchRequestOperator.js +0 -10
- package/dist/api/types/MultipleFilterSearchRequestValue.d.ts +0 -11
- package/dist/api/types/MultipleFilterSearchRequestValue.js +0 -5
- package/dist/api/types/NewsItemRequest.d.ts +0 -25
- package/dist/api/types/NewsItemRequest.js +0 -5
- package/dist/api/types/NewsItemRequestState.d.ts +0 -11
- package/dist/api/types/NewsItemRequestState.js +0 -10
- package/dist/api/types/NoteList.d.ts +0 -16
- package/dist/api/types/NoteList.js +0 -5
- package/dist/api/types/OpenConversationRequest.d.ts +0 -10
- package/dist/api/types/OpenConversationRequest.js +0 -5
- package/dist/api/types/PagesLink.d.ts +0 -16
- package/dist/api/types/PagesLink.js +0 -5
- package/dist/api/types/PaginatedResponse.d.ts +0 -16
- package/dist/api/types/PaginatedResponse.js +0 -5
- package/dist/api/types/PaginatedResponseDataItem.d.ts +0 -13
- package/dist/api/types/PaginatedResponseDataItem.js +0 -5
- package/dist/api/types/PaginatedResponseType.d.ts +0 -11
- package/dist/api/types/PaginatedResponseType.js +0 -10
- package/dist/api/types/PartAttachment.d.ts +0 -22
- package/dist/api/types/PartAttachment.js +0 -5
- package/dist/api/types/PhoneSwitch.d.ts +0 -12
- package/dist/api/types/PhoneSwitch.js +0 -5
- package/dist/api/types/RedactConversationRequest.d.ts +0 -19
- package/dist/api/types/RedactConversationRequest.js +0 -5
- package/dist/api/types/RedactConversationRequestConversationPart.d.ts +0 -12
- package/dist/api/types/RedactConversationRequestConversationPart.js +0 -5
- package/dist/api/types/RedactConversationRequestSource.d.ts +0 -12
- package/dist/api/types/RedactConversationRequestSource.js +0 -5
- package/dist/api/types/Reference.d.ts +0 -12
- package/dist/api/types/Reference.js +0 -5
- package/dist/api/types/ReplyConversationRequest.d.ts +0 -5
- package/dist/api/types/ReplyConversationRequest.js +0 -5
- package/dist/api/types/SearchRequest.d.ts +0 -11
- package/dist/api/types/SearchRequest.js +0 -5
- package/dist/api/types/SearchRequestQuery.d.ts +0 -5
- package/dist/api/types/SearchRequestQuery.js +0 -5
- package/dist/api/types/SegmentList.d.ts +0 -15
- package/dist/api/types/SegmentList.js +0 -5
- package/dist/api/types/SingleFilterSearchRequest.d.ts +0 -15
- package/dist/api/types/SingleFilterSearchRequest.js +0 -5
- package/dist/api/types/SingleFilterSearchRequestOperator.d.ts +0 -19
- package/dist/api/types/SingleFilterSearchRequestOperator.js +0 -18
- package/dist/api/types/SlaApplied.d.ts +0 -16
- package/dist/api/types/SlaApplied.js +0 -5
- package/dist/api/types/SlaAppliedSlaStatus.d.ts +0 -13
- package/dist/api/types/SlaAppliedSlaStatus.js +0 -12
- package/dist/api/types/SnoozeConversationRequest.d.ts +0 -12
- package/dist/api/types/SnoozeConversationRequest.js +0 -5
- package/dist/api/types/SocialProfile.d.ts +0 -14
- package/dist/api/types/SocialProfile.js +0 -5
- package/dist/api/types/StartingAfterPaging.d.ts +0 -9
- package/dist/api/types/StartingAfterPaging.js +0 -5
- package/dist/api/types/SubscriptionTypeList.d.ts +0 -13
- package/dist/api/types/SubscriptionTypeList.js +0 -5
- package/dist/api/types/TagCompanyRequest.d.ts +0 -13
- package/dist/api/types/TagCompanyRequest.js +0 -5
- package/dist/api/types/TagCompanyRequestCompaniesItem.d.ts +0 -9
- package/dist/api/types/TagCompanyRequestCompaniesItem.js +0 -5
- package/dist/api/types/TagList.d.ts +0 -13
- package/dist/api/types/TagList.js +0 -5
- package/dist/api/types/TagMultipleUsersRequest.d.ts +0 -12
- package/dist/api/types/TagMultipleUsersRequest.js +0 -5
- package/dist/api/types/TagMultipleUsersRequestUsersItem.d.ts +0 -7
- package/dist/api/types/TagMultipleUsersRequestUsersItem.js +0 -5
- package/dist/api/types/Tags.d.ts +0 -13
- package/dist/api/types/Tags.js +0 -5
- package/dist/api/types/TeamList.d.ts +0 -13
- package/dist/api/types/TeamList.js +0 -5
- package/dist/api/types/TeamPriorityLevel.d.ts +0 -12
- package/dist/api/types/TeamPriorityLevel.js +0 -5
- package/dist/api/types/TicketCustomAttributes.d.ts +0 -8
- package/dist/api/types/TicketCustomAttributes.js +0 -5
- package/dist/api/types/TicketCustomAttributesValue.d.ts +0 -5
- package/dist/api/types/TicketCustomAttributesValue.js +0 -5
- package/dist/api/types/TicketList.d.ts +0 -16
- package/dist/api/types/TicketList.js +0 -5
- package/dist/api/types/TicketPartAuthor.d.ts +0 -17
- package/dist/api/types/TicketPartAuthor.js +0 -5
- package/dist/api/types/TicketPartAuthorType.d.ts +0 -13
- package/dist/api/types/TicketPartAuthorType.js +0 -12
- package/dist/api/types/TicketParts.d.ts +0 -15
- package/dist/api/types/TicketParts.js +0 -5
- package/dist/api/types/TicketReply.d.ts +0 -26
- package/dist/api/types/TicketReply.js +0 -5
- package/dist/api/types/TicketReplyPartType.d.ts +0 -12
- package/dist/api/types/TicketReplyPartType.js +0 -11
- package/dist/api/types/TicketRequestCustomAttributes.d.ts +0 -8
- package/dist/api/types/TicketRequestCustomAttributes.js +0 -5
- package/dist/api/types/TicketRequestCustomAttributesValue.d.ts +0 -4
- package/dist/api/types/TicketRequestCustomAttributesValue.js +0 -5
- package/dist/api/types/TicketTypeAttribute.d.ts +0 -42
- package/dist/api/types/TicketTypeAttribute.js +0 -5
- package/dist/api/types/TicketTypeAttributeList.d.ts +0 -13
- package/dist/api/types/TicketTypeAttributeList.js +0 -5
- package/dist/api/types/TicketTypeList.d.ts +0 -13
- package/dist/api/types/TicketTypeList.js +0 -5
- package/dist/api/types/Translation.d.ts +0 -14
- package/dist/api/types/Translation.js +0 -5
- package/dist/api/types/UntagCompanyRequest.d.ts +0 -13
- package/dist/api/types/UntagCompanyRequest.js +0 -5
- package/dist/api/types/UntagCompanyRequestCompaniesItem.d.ts +0 -11
- package/dist/api/types/UntagCompanyRequestCompaniesItem.js +0 -5
- package/dist/api/types/UpdateArticleRequest.d.ts +0 -24
- package/dist/api/types/UpdateArticleRequest.js +0 -5
- package/dist/api/types/UpdateArticleRequestState.d.ts +0 -11
- package/dist/api/types/UpdateArticleRequestState.js +0 -10
- package/dist/api/types/UpdateTicketTypeRequest.d.ts +0 -22
- package/dist/api/types/UpdateTicketTypeRequest.js +0 -5
- package/dist/api/types/UpdateTicketTypeRequestCategory.d.ts +0 -12
- package/dist/api/types/UpdateTicketTypeRequestCategory.js +0 -11
- package/dist/api/types/UpdateVisitorRequest.d.ts +0 -8
- package/dist/api/types/UpdateVisitorRequest.js +0 -5
- package/dist/api/types/UpdateVisitorRequestWithId.d.ts +0 -9
- package/dist/api/types/UpdateVisitorRequestWithId.js +0 -5
- package/dist/api/types/UpdateVisitorRequestWithUserId.d.ts +0 -9
- package/dist/api/types/UpdateVisitorRequestWithUserId.js +0 -5
- package/dist/api/types/Visitor.d.ts +0 -69
- package/dist/api/types/Visitor.js +0 -5
- package/dist/api/types/VisitorAvatar.d.ts +0 -9
- package/dist/api/types/VisitorAvatar.js +0 -5
- package/dist/api/types/VisitorCompanies.d.ts +0 -9
- package/dist/api/types/VisitorCompanies.js +0 -5
- package/dist/api/types/VisitorDeletedObject.d.ts +0 -14
- package/dist/api/types/VisitorDeletedObject.js +0 -5
- package/dist/api/types/VisitorLocationData.d.ts +0 -21
- package/dist/api/types/VisitorLocationData.js +0 -5
- package/dist/api/types/VisitorSegments.d.ts +0 -8
- package/dist/api/types/VisitorSegments.js +0 -5
- package/dist/api/types/VisitorSocialProfiles.d.ts +0 -8
- package/dist/api/types/VisitorSocialProfiles.js +0 -5
- package/dist/api/types/VisitorTags.d.ts +0 -9
- package/dist/api/types/VisitorTags.js +0 -5
- package/dist/api/types/VisitorTagsTagsItem.d.ts +0 -11
- package/dist/api/types/VisitorTagsTagsItem.js +0 -5
- package/dist/api/types/index.d.ts +0 -179
- package/dist/api/types/index.js +0 -195
- package/dist/api/version.d.ts +0 -5
- package/dist/api/version.js +0 -5
- package/dist/core/auth/BasicAuth.d.ts +0 -8
- package/dist/core/auth/BasicAuth.js +0 -26
- package/dist/core/auth/BearerToken.d.ts +0 -5
- package/dist/core/auth/BearerToken.js +0 -15
- package/dist/core/auth/index.d.ts +0 -2
- package/dist/core/auth/index.js +0 -7
- package/dist/core/fetcher/APIResponse.d.ts +0 -10
- package/dist/core/fetcher/APIResponse.js +0 -2
- package/dist/core/fetcher/Fetcher.d.ts +0 -38
- package/dist/core/fetcher/Fetcher.js +0 -99
- package/dist/core/fetcher/Supplier.d.ts +0 -4
- package/dist/core/fetcher/Supplier.js +0 -22
- package/dist/core/fetcher/createRequestUrl.d.ts +0 -1
- package/dist/core/fetcher/createRequestUrl.js +0 -13
- package/dist/core/fetcher/getFetchFn.d.ts +0 -4
- package/dist/core/fetcher/getFetchFn.js +0 -55
- package/dist/core/fetcher/getHeader.d.ts +0 -1
- package/dist/core/fetcher/getHeader.js +0 -12
- package/dist/core/fetcher/getRequestBody.d.ts +0 -7
- package/dist/core/fetcher/getRequestBody.js +0 -23
- package/dist/core/fetcher/getResponseBody.d.ts +0 -1
- package/dist/core/fetcher/getResponseBody.js +0 -48
- package/dist/core/fetcher/index.d.ts +0 -5
- package/dist/core/fetcher/index.js +0 -9
- package/dist/core/fetcher/makeRequest.d.ts +0 -1
- package/dist/core/fetcher/makeRequest.js +0 -40
- package/dist/core/fetcher/requestWithRetries.d.ts +0 -1
- package/dist/core/fetcher/requestWithRetries.js +0 -32
- package/dist/core/fetcher/signals.d.ts +0 -12
- package/dist/core/fetcher/signals.js +0 -37
- package/dist/core/index.d.ts +0 -5
- package/dist/core/index.js +0 -21
- package/dist/core/pagination/Page.d.ts +0 -29
- package/dist/core/pagination/Page.js +0 -94
- package/dist/core/pagination/Pageable.d.ts +0 -12
- package/dist/core/pagination/Pageable.js +0 -10
- package/dist/core/pagination/index.d.ts +0 -2
- package/dist/core/pagination/index.js +0 -7
- package/dist/core/runtime/index.d.ts +0 -1
- package/dist/core/runtime/index.js +0 -5
- package/dist/core/runtime/runtime.d.ts +0 -9
- package/dist/core/runtime/runtime.js +0 -93
- package/dist/core/utils/index.d.ts +0 -1
- package/dist/core/utils/index.js +0 -5
- package/dist/core/utils/setObjectProperty.d.ts +0 -11
- package/dist/core/utils/setObjectProperty.js +0 -43
- package/dist/environments.d.ts +0 -9
- package/dist/environments.js +0 -11
- package/dist/errors/IntercomError.d.ts +0 -12
- package/dist/errors/IntercomError.js +0 -32
- package/dist/errors/IntercomTimeoutError.d.ts +0 -6
- package/dist/errors/IntercomTimeoutError.js +0 -13
- package/dist/errors/index.d.ts +0 -2
- package/dist/errors/index.js +0 -7
- package/dist/index.d.ts +0 -4
- package/dist/index.js +0 -34
- package/environments.d.ts +0 -9
- package/environments.js +0 -11
- package/errors/IntercomError.d.ts +0 -12
- package/errors/IntercomError.js +0 -32
- package/errors/IntercomTimeoutError.d.ts +0 -6
- package/errors/IntercomTimeoutError.js +0 -13
- package/errors/index.d.ts +0 -2
- package/errors/index.js +0 -7
- package/jest.config.js +0 -5
- package/reference.md +0 -7755
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Intercom from "../index";
|
|
5
|
-
/**
|
|
6
|
-
* Tickets are how you track requests from your users.
|
|
7
|
-
*/
|
|
8
|
-
export interface TicketList {
|
|
9
|
-
/** Always ticket.list */
|
|
10
|
-
type?: "ticket.list";
|
|
11
|
-
/** The list of ticket objects */
|
|
12
|
-
tickets?: (Intercom.Ticket | undefined)[];
|
|
13
|
-
/** A count of the total number of objects. */
|
|
14
|
-
total_count?: number;
|
|
15
|
-
pages?: Intercom.CursorPages;
|
|
16
|
-
}
|
package/api/types/TicketList.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Intercom from "../index";
|
|
5
|
-
/**
|
|
6
|
-
* The author that wrote or triggered the part. Can be a bot, admin, team or user.
|
|
7
|
-
*/
|
|
8
|
-
export interface TicketPartAuthor {
|
|
9
|
-
/** The type of the author */
|
|
10
|
-
type?: Intercom.TicketPartAuthorType;
|
|
11
|
-
/** The id of the author */
|
|
12
|
-
id?: string;
|
|
13
|
-
/** The name of the author */
|
|
14
|
-
name?: string;
|
|
15
|
-
/** The email of the author */
|
|
16
|
-
email?: string;
|
|
17
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* The type of the author
|
|
6
|
-
*/
|
|
7
|
-
export declare type TicketPartAuthorType = "admin" | "bot" | "team" | "user";
|
|
8
|
-
export declare const TicketPartAuthorType: {
|
|
9
|
-
readonly Admin: "admin";
|
|
10
|
-
readonly Bot: "bot";
|
|
11
|
-
readonly Team: "team";
|
|
12
|
-
readonly User: "user";
|
|
13
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.TicketPartAuthorType = void 0;
|
|
7
|
-
exports.TicketPartAuthorType = {
|
|
8
|
-
Admin: "admin",
|
|
9
|
-
Bot: "bot",
|
|
10
|
-
Team: "team",
|
|
11
|
-
User: "user",
|
|
12
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Intercom from "../index";
|
|
5
|
-
/**
|
|
6
|
-
* A list of Ticket Part objects for each note and event in the ticket. There is a limit of 500 parts.
|
|
7
|
-
*/
|
|
8
|
-
export interface TicketParts {
|
|
9
|
-
/** */
|
|
10
|
-
type?: "ticket_part.list";
|
|
11
|
-
/** A list of Ticket Part objects for each ticket. There is a limit of 500 parts. */
|
|
12
|
-
ticket_parts?: Intercom.TicketPart[];
|
|
13
|
-
/** */
|
|
14
|
-
total_count?: number;
|
|
15
|
-
}
|
package/api/types/TicketParts.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Intercom from "../index";
|
|
5
|
-
/**
|
|
6
|
-
* A Ticket Part representing a note, comment, or quick_reply on a ticket
|
|
7
|
-
*/
|
|
8
|
-
export interface TicketReply {
|
|
9
|
-
/** Always ticket_part */
|
|
10
|
-
type?: "ticket_part";
|
|
11
|
-
/** The id representing the part. */
|
|
12
|
-
id?: string;
|
|
13
|
-
/** Type of the part */
|
|
14
|
-
part_type?: Intercom.TicketReplyPartType;
|
|
15
|
-
/** The message body, which may contain HTML. */
|
|
16
|
-
body?: string;
|
|
17
|
-
/** The time the note was created. */
|
|
18
|
-
created_at?: number;
|
|
19
|
-
/** The last time the note was updated. */
|
|
20
|
-
updated_at?: number;
|
|
21
|
-
author?: Intercom.TicketPartAuthor;
|
|
22
|
-
/** A list of attachments for the part. */
|
|
23
|
-
attachments?: Intercom.PartAttachment[];
|
|
24
|
-
/** Whether or not the ticket part has been redacted. */
|
|
25
|
-
redacted?: boolean;
|
|
26
|
-
}
|
package/api/types/TicketReply.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Type of the part
|
|
6
|
-
*/
|
|
7
|
-
export declare type TicketReplyPartType = "note" | "comment" | "quick_reply";
|
|
8
|
-
export declare const TicketReplyPartType: {
|
|
9
|
-
readonly Note: "note";
|
|
10
|
-
readonly Comment: "comment";
|
|
11
|
-
readonly QuickReply: "quick_reply";
|
|
12
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.TicketReplyPartType = void 0;
|
|
7
|
-
exports.TicketReplyPartType = {
|
|
8
|
-
Note: "note",
|
|
9
|
-
Comment: "comment",
|
|
10
|
-
QuickReply: "quick_reply",
|
|
11
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Intercom from "../index";
|
|
5
|
-
/**
|
|
6
|
-
* The attributes set on the ticket. When setting the default title and description attributes, the attribute keys that should be used are `_default_title_` and `_default_description_`. When setting ticket type attributes of the list attribute type, the key should be the attribute name and the value of the attribute should be the list item id, obtainable by [listing the ticket type](ref:get_ticket-types). For example, if the ticket type has an attribute called `priority` of type `list`, the key should be `priority` and the value of the attribute should be the guid of the list item (e.g. `de1825a0-0164-4070-8ca6-13e22462fa7e`).
|
|
7
|
-
*/
|
|
8
|
-
export declare type TicketRequestCustomAttributes = Record<string, Intercom.TicketRequestCustomAttributesValue>;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Ticket type attribute, used to define each data field to be captured in a ticket.
|
|
6
|
-
*/
|
|
7
|
-
export interface TicketTypeAttribute {
|
|
8
|
-
/** String representing the object's type. Always has the value `ticket_type_attribute`. */
|
|
9
|
-
type?: string;
|
|
10
|
-
/** The id representing the ticket type attribute. */
|
|
11
|
-
id?: string;
|
|
12
|
-
/** The id of the workspace that the ticket type attribute belongs to. */
|
|
13
|
-
workspace_id?: string;
|
|
14
|
-
/** The name of the ticket type attribute */
|
|
15
|
-
name?: string;
|
|
16
|
-
/** The description of the ticket type attribute */
|
|
17
|
-
description?: string;
|
|
18
|
-
/** The type of the data attribute (allowed values: "string list integer decimal boolean datetime files") */
|
|
19
|
-
data_type?: string;
|
|
20
|
-
/** Input options for the attribute */
|
|
21
|
-
input_options?: Record<string, unknown>;
|
|
22
|
-
/** The order of the attribute against other attributes */
|
|
23
|
-
order?: number;
|
|
24
|
-
/** Whether the attribute is required or not for teammates. */
|
|
25
|
-
required_to_create?: boolean;
|
|
26
|
-
/** Whether the attribute is required or not for contacts. */
|
|
27
|
-
required_to_create_for_contacts?: boolean;
|
|
28
|
-
/** Whether the attribute is visible or not to teammates. */
|
|
29
|
-
visible_on_create?: boolean;
|
|
30
|
-
/** Whether the attribute is visible or not to contacts. */
|
|
31
|
-
visible_to_contacts?: boolean;
|
|
32
|
-
/** Whether the attribute is built in or not. */
|
|
33
|
-
default?: boolean;
|
|
34
|
-
/** The id of the ticket type that the attribute belongs to. */
|
|
35
|
-
ticket_type_id?: number;
|
|
36
|
-
/** Whether the ticket type attribute is archived or not. */
|
|
37
|
-
archived?: boolean;
|
|
38
|
-
/** The date and time the ticket type attribute was created. */
|
|
39
|
-
created_at?: number;
|
|
40
|
-
/** The date and time the ticket type attribute was last updated. */
|
|
41
|
-
updated_at?: number;
|
|
42
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Intercom from "../index";
|
|
5
|
-
/**
|
|
6
|
-
* A list of attributes associated with a given ticket type.
|
|
7
|
-
*/
|
|
8
|
-
export interface TicketTypeAttributeList {
|
|
9
|
-
/** String representing the object's type. Always has the value `ticket_type_attributes.list`. */
|
|
10
|
-
type?: string;
|
|
11
|
-
/** A list of ticket type attributes associated with a given ticket type. */
|
|
12
|
-
ticket_type_attributes?: (Intercom.TicketTypeAttribute | undefined)[];
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Intercom from "../index";
|
|
5
|
-
/**
|
|
6
|
-
* A list of ticket types associated with a given workspace.
|
|
7
|
-
*/
|
|
8
|
-
export interface TicketTypeList {
|
|
9
|
-
/** String representing the object's type. Always has the value `ticket_type.list`. */
|
|
10
|
-
type?: string;
|
|
11
|
-
/** A list of ticket_types associated with a given workspace. */
|
|
12
|
-
ticket_types?: (Intercom.TicketType | undefined)[];
|
|
13
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* A translation object contains the localised details of a subscription type.
|
|
6
|
-
*/
|
|
7
|
-
export interface Translation {
|
|
8
|
-
/** The localised name of the subscription type. */
|
|
9
|
-
name?: string;
|
|
10
|
-
/** The localised description of the subscription type. */
|
|
11
|
-
description?: string;
|
|
12
|
-
/** The two character identifier for the language of the translation object. */
|
|
13
|
-
locale?: string;
|
|
14
|
-
}
|
package/api/types/Translation.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Intercom from "../index";
|
|
5
|
-
/**
|
|
6
|
-
* You can tag a single company or a list of companies.
|
|
7
|
-
*/
|
|
8
|
-
export interface UntagCompanyRequest {
|
|
9
|
-
/** The name of the tag which will be untagged from the company */
|
|
10
|
-
name: string;
|
|
11
|
-
/** The id or company_id of the company can be passed as input parameters. */
|
|
12
|
-
companies: Intercom.UntagCompanyRequestCompaniesItem[];
|
|
13
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export interface UntagCompanyRequestCompaniesItem {
|
|
5
|
-
/** The Intercom defined id representing the company. */
|
|
6
|
-
id?: string;
|
|
7
|
-
/** The company id you have defined for the company. */
|
|
8
|
-
company_id?: string;
|
|
9
|
-
/** Always set to true */
|
|
10
|
-
untag?: boolean;
|
|
11
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Intercom from "../index";
|
|
5
|
-
/**
|
|
6
|
-
* You can Update an Article
|
|
7
|
-
*/
|
|
8
|
-
export interface UpdateArticleRequest {
|
|
9
|
-
/** The title of the article.For multilingual articles, this will be the title of the default language's content. */
|
|
10
|
-
title?: string;
|
|
11
|
-
/** The description of the article. For multilingual articles, this will be the description of the default language's content. */
|
|
12
|
-
description?: string;
|
|
13
|
-
/** The content of the article. For multilingual articles, this will be the body of the default language's content. */
|
|
14
|
-
body?: string;
|
|
15
|
-
/** The id of the author of the article. For multilingual articles, this will be the id of the author of the default language's content. Must be a teammate on the help center's workspace. */
|
|
16
|
-
author_id?: number;
|
|
17
|
-
/** Whether the article will be `published` or will be a `draft`. Defaults to draft. For multilingual articles, this will be the state of the default language's content. */
|
|
18
|
-
state?: Intercom.UpdateArticleRequestState;
|
|
19
|
-
/** The id of the article's parent collection or section. An article without this field stands alone. */
|
|
20
|
-
parent_id?: string;
|
|
21
|
-
/** The type of parent, which can either be a `collection` or `section`. */
|
|
22
|
-
parent_type?: string;
|
|
23
|
-
translated_content?: Intercom.ArticleTranslatedContent;
|
|
24
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Whether the article will be `published` or will be a `draft`. Defaults to draft. For multilingual articles, this will be the state of the default language's content.
|
|
6
|
-
*/
|
|
7
|
-
export declare type UpdateArticleRequestState = "published" | "draft";
|
|
8
|
-
export declare const UpdateArticleRequestState: {
|
|
9
|
-
readonly Published: "published";
|
|
10
|
-
readonly Draft: "draft";
|
|
11
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.UpdateArticleRequestState = void 0;
|
|
7
|
-
exports.UpdateArticleRequestState = {
|
|
8
|
-
Published: "published",
|
|
9
|
-
Draft: "draft",
|
|
10
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Intercom from "../index";
|
|
5
|
-
/**
|
|
6
|
-
* The request payload for updating a ticket type.
|
|
7
|
-
* You can copy the `icon` property for your ticket type from [Twemoji Cheatsheet](https://twemoji-cheatsheet.vercel.app/)
|
|
8
|
-
*/
|
|
9
|
-
export interface UpdateTicketTypeRequest {
|
|
10
|
-
/** The name of the ticket type. */
|
|
11
|
-
name?: string;
|
|
12
|
-
/** The description of the ticket type. */
|
|
13
|
-
description?: string;
|
|
14
|
-
/** Category of the Ticket Type. */
|
|
15
|
-
category?: Intercom.UpdateTicketTypeRequestCategory;
|
|
16
|
-
/** The icon of the ticket type. */
|
|
17
|
-
icon?: string;
|
|
18
|
-
/** The archived status of the ticket type. */
|
|
19
|
-
archived?: boolean;
|
|
20
|
-
/** Whether the tickets associated with this ticket type are intended for internal use only or will be shared with customers. This is currently a limited attribute. */
|
|
21
|
-
is_internal?: boolean;
|
|
22
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Category of the Ticket Type.
|
|
6
|
-
*/
|
|
7
|
-
export declare type UpdateTicketTypeRequestCategory = "Customer" | "Back-office" | "Tracker";
|
|
8
|
-
export declare const UpdateTicketTypeRequestCategory: {
|
|
9
|
-
readonly Customer: "Customer";
|
|
10
|
-
readonly BackOffice: "Back-office";
|
|
11
|
-
readonly Tracker: "Tracker";
|
|
12
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.UpdateTicketTypeRequestCategory = void 0;
|
|
7
|
-
exports.UpdateTicketTypeRequestCategory = {
|
|
8
|
-
Customer: "Customer",
|
|
9
|
-
BackOffice: "Back-office",
|
|
10
|
-
Tracker: "Tracker",
|
|
11
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Intercom from "../index";
|
|
5
|
-
/**
|
|
6
|
-
* Update an existing visitor.
|
|
7
|
-
*/
|
|
8
|
-
export declare type UpdateVisitorRequest = Intercom.UpdateVisitorRequestWithId | Intercom.UpdateVisitorRequestWithUserId;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export interface UpdateVisitorRequestWithId {
|
|
5
|
-
/** A unique identified for the visitor which is given by Intercom. */
|
|
6
|
-
id: string;
|
|
7
|
-
/** The custom attributes which are set for the visitor. */
|
|
8
|
-
custom_attributes?: Record<string, string>;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export interface UpdateVisitorRequestWithUserId {
|
|
5
|
-
/** A unique identified for the visitor which is given by you. */
|
|
6
|
-
user_id: string;
|
|
7
|
-
/** The custom attributes which are set for the visitor. */
|
|
8
|
-
custom_attributes?: Record<string, string>;
|
|
9
|
-
}
|
package/api/types/Visitor.d.ts
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Intercom from "../index";
|
|
5
|
-
/**
|
|
6
|
-
* Visitors are useful for representing anonymous people that have not yet been identified. They usually represent website visitors. Visitors are not visible in Intercom platform. The Visitors resource provides methods to fetch, update, convert and delete.
|
|
7
|
-
*/
|
|
8
|
-
export interface Visitor {
|
|
9
|
-
/** Value is 'visitor' */
|
|
10
|
-
type?: string;
|
|
11
|
-
/** The Intercom defined id representing the Visitor. */
|
|
12
|
-
id?: string;
|
|
13
|
-
/** Automatically generated identifier for the Visitor. */
|
|
14
|
-
user_id?: string;
|
|
15
|
-
/** Identifies if this visitor is anonymous. */
|
|
16
|
-
anonymous?: boolean;
|
|
17
|
-
/** The email of the visitor. */
|
|
18
|
-
email?: string;
|
|
19
|
-
/** The phone number of the visitor. */
|
|
20
|
-
phone?: string;
|
|
21
|
-
/** The name of the visitor. */
|
|
22
|
-
name?: string;
|
|
23
|
-
/** The pseudonym of the visitor. */
|
|
24
|
-
pseudonym?: string;
|
|
25
|
-
avatar?: Intercom.VisitorAvatar;
|
|
26
|
-
/** The id of the app the visitor is associated with. */
|
|
27
|
-
app_id?: string;
|
|
28
|
-
companies?: Intercom.VisitorCompanies;
|
|
29
|
-
location_data?: Intercom.VisitorLocationData;
|
|
30
|
-
/** The time the Lead last recorded making a request. */
|
|
31
|
-
las_request_at?: number;
|
|
32
|
-
/** The time the Visitor was added to Intercom. */
|
|
33
|
-
created_at?: number;
|
|
34
|
-
/** The time the Visitor was added to Intercom. */
|
|
35
|
-
remote_created_at?: number;
|
|
36
|
-
/** The time the Visitor signed up for your product. */
|
|
37
|
-
signed_up_at?: number;
|
|
38
|
-
/** The last time the Visitor was updated. */
|
|
39
|
-
updated_at?: number;
|
|
40
|
-
/** The number of sessions the Visitor has had. */
|
|
41
|
-
session_count?: number;
|
|
42
|
-
social_profiles?: Intercom.VisitorSocialProfiles;
|
|
43
|
-
/** The id of the admin that owns the Visitor. */
|
|
44
|
-
owner_id?: string;
|
|
45
|
-
/** Whether the Visitor is unsubscribed from emails. */
|
|
46
|
-
unsubscribed_from_emails?: boolean;
|
|
47
|
-
/** Identifies if this visitor has marked an email as spam. */
|
|
48
|
-
marked_email_as_spam?: boolean;
|
|
49
|
-
/** Identifies if this visitor has had a hard bounce. */
|
|
50
|
-
has_hard_bounced?: boolean;
|
|
51
|
-
tags?: Intercom.VisitorTags;
|
|
52
|
-
segments?: Intercom.VisitorSegments;
|
|
53
|
-
/** The custom attributes you have set on the Visitor. */
|
|
54
|
-
custom_attributes?: Record<string, string>;
|
|
55
|
-
/** The referer of the visitor. */
|
|
56
|
-
referrer?: string;
|
|
57
|
-
/** The utm_campaign of the visitor. */
|
|
58
|
-
utm_campaign?: string;
|
|
59
|
-
/** The utm_content of the visitor. */
|
|
60
|
-
utm_content?: string;
|
|
61
|
-
/** The utm_medium of the visitor. */
|
|
62
|
-
utm_medium?: string;
|
|
63
|
-
/** The utm_source of the visitor. */
|
|
64
|
-
utm_source?: string;
|
|
65
|
-
/** The utm_term of the visitor. */
|
|
66
|
-
utm_term?: string;
|
|
67
|
-
/** Identifies if this visitor has do not track enabled. */
|
|
68
|
-
do_not_track?: boolean;
|
|
69
|
-
}
|
package/api/types/Visitor.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Response returned when an object is deleted
|
|
6
|
-
*/
|
|
7
|
-
export interface VisitorDeletedObject {
|
|
8
|
-
/** The unique identifier for the visitor which is given by Intercom. */
|
|
9
|
-
id?: string;
|
|
10
|
-
/** The type of object which was deleted */
|
|
11
|
-
type?: "visitor";
|
|
12
|
-
/** Automatically generated identifier for the Visitor. */
|
|
13
|
-
user_id?: string;
|
|
14
|
-
}
|