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
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
import { APIResource } from "../../resource.js";
|
|
2
|
+
import * as Core from "../../core.js";
|
|
3
|
+
import * as ActivityLogsAPI from "./activity-logs.js";
|
|
4
|
+
import * as Shared from "../shared.js";
|
|
5
|
+
export declare class ActivityLogs extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* You can get a log of activities by all admins in an app.
|
|
8
|
+
*/
|
|
9
|
+
list(params: ActivityLogListParams, options?: Core.RequestOptions): Core.APIPromise<ActivityLogList>;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* A paginated list of activity logs.
|
|
13
|
+
*/
|
|
14
|
+
export interface ActivityLogList {
|
|
15
|
+
/**
|
|
16
|
+
* An array of activity logs
|
|
17
|
+
*/
|
|
18
|
+
activity_logs?: Array<ActivityLogList.ActivityLog | null>;
|
|
19
|
+
/**
|
|
20
|
+
* Cursor-based pagination is a technique used in the Intercom API to navigate
|
|
21
|
+
* through large amounts of data. A "cursor" or pointer is used to keep track of
|
|
22
|
+
* the current position in the result set, allowing the API to return the data in
|
|
23
|
+
* small chunks or "pages" as needed.
|
|
24
|
+
*/
|
|
25
|
+
pages?: Shared.CursorPages | null;
|
|
26
|
+
/**
|
|
27
|
+
* String representing the object's type. Always has the value `activity_log.list`.
|
|
28
|
+
*/
|
|
29
|
+
type?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace ActivityLogList {
|
|
32
|
+
/**
|
|
33
|
+
* Activities performed by Admins.
|
|
34
|
+
*/
|
|
35
|
+
interface ActivityLog {
|
|
36
|
+
/**
|
|
37
|
+
* The id representing the activity.
|
|
38
|
+
*/
|
|
39
|
+
id?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A sentence or two describing the activity.
|
|
42
|
+
*/
|
|
43
|
+
activity_description?: string;
|
|
44
|
+
activity_type?: 'admin_assignment_limit_change' | 'admin_away_mode_change' | 'admin_deletion' | 'admin_deprovisioned' | 'admin_impersonation_end' | 'admin_impersonation_start' | 'admin_invite_change' | 'admin_invite_creation' | 'admin_invite_deletion' | 'admin_login_failure' | 'admin_login_success' | 'admin_logout' | 'admin_password_reset_request' | 'admin_password_reset_success' | 'admin_permission_change' | 'admin_provisioned' | 'admin_two_factor_auth_change' | 'admin_unauthorized_sign_in_method' | 'app_admin_join' | 'app_authentication_method_change' | 'app_data_deletion' | 'app_data_export' | 'app_google_sso_domain_change' | 'app_identity_verification_change' | 'app_name_change' | 'app_outbound_address_change' | 'app_package_installation' | 'app_package_token_regeneration' | 'app_package_uninstallation' | 'app_team_creation' | 'app_team_deletion' | 'app_team_membership_modification' | 'app_timezone_change' | 'app_webhook_creation' | 'app_webhook_deletion' | 'articles_in_messenger_enabled_change' | 'bulk_delete' | 'bulk_export' | 'campaign_deletion' | 'campaign_state_change' | 'conversation_part_deletion' | 'conversation_topic_change' | 'conversation_topic_creation' | 'conversation_topic_deletion' | 'help_center_settings_change' | 'inbound_conversations_change' | 'inbox_access_change' | 'message_deletion' | 'message_state_change' | 'messenger_look_and_feel_change' | 'messenger_search_required_change' | 'messenger_spaces_change' | 'office_hours_change' | 'role_change' | 'role_creation' | 'role_deletion' | 'ruleset_activation_title_preview' | 'ruleset_creation' | 'ruleset_deletion' | 'search_browse_enabled_change' | 'search_browse_required_change' | 'seat_change' | 'seat_revoke' | 'security_settings_change' | 'temporary_expectation_change' | 'upfront_email_collection_change' | 'welcome_message_change';
|
|
45
|
+
/**
|
|
46
|
+
* The time the activity was created.
|
|
47
|
+
*/
|
|
48
|
+
created_at?: number;
|
|
49
|
+
/**
|
|
50
|
+
* Additional data provided about Admin activity.
|
|
51
|
+
*/
|
|
52
|
+
metadata?: ActivityLog.Metadata | null;
|
|
53
|
+
/**
|
|
54
|
+
* Details about the Admin involved in the activity.
|
|
55
|
+
*/
|
|
56
|
+
performed_by?: ActivityLog.PerformedBy;
|
|
57
|
+
}
|
|
58
|
+
namespace ActivityLog {
|
|
59
|
+
/**
|
|
60
|
+
* Additional data provided about Admin activity.
|
|
61
|
+
*/
|
|
62
|
+
interface Metadata {
|
|
63
|
+
/**
|
|
64
|
+
* Indicates if the status was changed automatically or manually.
|
|
65
|
+
*/
|
|
66
|
+
auto_changed?: string | null;
|
|
67
|
+
/**
|
|
68
|
+
* The away mode status which is set to true when away and false when returned.
|
|
69
|
+
*/
|
|
70
|
+
away_mode?: boolean | null;
|
|
71
|
+
/**
|
|
72
|
+
* The reason the Admin is away.
|
|
73
|
+
*/
|
|
74
|
+
away_status_reason?: string | null;
|
|
75
|
+
/**
|
|
76
|
+
* The unique identifier for the contact which is provided by the Client.
|
|
77
|
+
*/
|
|
78
|
+
external_id?: string | null;
|
|
79
|
+
/**
|
|
80
|
+
* Indicates if conversations should be reassigned while an Admin is away.
|
|
81
|
+
*/
|
|
82
|
+
reassign_conversations?: boolean | null;
|
|
83
|
+
/**
|
|
84
|
+
* The way the admin signed in.
|
|
85
|
+
*/
|
|
86
|
+
sign_in_method?: string | null;
|
|
87
|
+
/**
|
|
88
|
+
* The action that initiated the status change.
|
|
89
|
+
*/
|
|
90
|
+
source?: string | null;
|
|
91
|
+
/**
|
|
92
|
+
* The ID of the Admin who initiated the activity.
|
|
93
|
+
*/
|
|
94
|
+
update_by?: number | null;
|
|
95
|
+
/**
|
|
96
|
+
* The name of the Admin who initiated the activity.
|
|
97
|
+
*/
|
|
98
|
+
update_by_name?: string | null;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* Details about the Admin involved in the activity.
|
|
102
|
+
*/
|
|
103
|
+
interface PerformedBy {
|
|
104
|
+
/**
|
|
105
|
+
* The id representing the admin.
|
|
106
|
+
*/
|
|
107
|
+
id?: string;
|
|
108
|
+
/**
|
|
109
|
+
* The email of the admin.
|
|
110
|
+
*/
|
|
111
|
+
email?: string;
|
|
112
|
+
/**
|
|
113
|
+
* The IP address of the admin.
|
|
114
|
+
*/
|
|
115
|
+
ip?: string;
|
|
116
|
+
/**
|
|
117
|
+
* String representing the object's type. Always has the value `admin`.
|
|
118
|
+
*/
|
|
119
|
+
type?: string;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
export interface ActivityLogListParams {
|
|
124
|
+
/**
|
|
125
|
+
* Query param: The start date that you request data for. It must be formatted as a
|
|
126
|
+
* UNIX timestamp.
|
|
127
|
+
*/
|
|
128
|
+
created_at_after: string;
|
|
129
|
+
/**
|
|
130
|
+
* Query param: The end date that you request data for. It must be formatted as a
|
|
131
|
+
* UNIX timestamp.
|
|
132
|
+
*/
|
|
133
|
+
created_at_before?: string;
|
|
134
|
+
/**
|
|
135
|
+
* Header param: Intercom API version.By default, it's equal to the version set in
|
|
136
|
+
* the app package.
|
|
137
|
+
*/
|
|
138
|
+
'Intercom-Version'?: '1.0' | '1.1' | '1.2' | '1.3' | '1.4' | '2.0' | '2.1' | '2.2' | '2.3' | '2.4' | '2.5' | '2.6' | '2.7' | '2.8' | '2.9' | '2.10' | '2.11' | 'Unstable';
|
|
139
|
+
}
|
|
140
|
+
export declare namespace ActivityLogs {
|
|
141
|
+
export import ActivityLogList = ActivityLogsAPI.ActivityLogList;
|
|
142
|
+
export import ActivityLogListParams = ActivityLogsAPI.ActivityLogListParams;
|
|
143
|
+
}
|
|
144
|
+
//# sourceMappingURL=activity-logs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activity-logs.d.ts","sourceRoot":"","sources":["../../src/resources/admins/activity-logs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAEpC,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;OAEG;IACH,IAAI,CAAC,MAAM,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,eAAe,CAAC;CAarG;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IAE1D;;;;;OAKG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC,WAAW,GAAG,IAAI,CAAC;IAElC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,yBAAiB,eAAe,CAAC;IAC/B;;OAEG;IACH,UAAiB,WAAW;QAC1B;;WAEG;QACH,EAAE,CAAC,EAAE,MAAM,CAAC;QAEZ;;WAEG;QACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;QAE9B,aAAa,CAAC,EACV,+BAA+B,GAC/B,wBAAwB,GACxB,gBAAgB,GAChB,qBAAqB,GACrB,yBAAyB,GACzB,2BAA2B,GAC3B,qBAAqB,GACrB,uBAAuB,GACvB,uBAAuB,GACvB,qBAAqB,GACrB,qBAAqB,GACrB,cAAc,GACd,8BAA8B,GAC9B,8BAA8B,GAC9B,yBAAyB,GACzB,mBAAmB,GACnB,8BAA8B,GAC9B,mCAAmC,GACnC,gBAAgB,GAChB,kCAAkC,GAClC,mBAAmB,GACnB,iBAAiB,GACjB,8BAA8B,GAC9B,kCAAkC,GAClC,iBAAiB,GACjB,6BAA6B,GAC7B,0BAA0B,GAC1B,gCAAgC,GAChC,4BAA4B,GAC5B,mBAAmB,GACnB,mBAAmB,GACnB,kCAAkC,GAClC,qBAAqB,GACrB,sBAAsB,GACtB,sBAAsB,GACtB,sCAAsC,GACtC,aAAa,GACb,aAAa,GACb,mBAAmB,GACnB,uBAAuB,GACvB,4BAA4B,GAC5B,2BAA2B,GAC3B,6BAA6B,GAC7B,6BAA6B,GAC7B,6BAA6B,GAC7B,8BAA8B,GAC9B,qBAAqB,GACrB,kBAAkB,GAClB,sBAAsB,GACtB,gCAAgC,GAChC,kCAAkC,GAClC,yBAAyB,GACzB,qBAAqB,GACrB,aAAa,GACb,eAAe,GACf,eAAe,GACf,kCAAkC,GAClC,kBAAkB,GAClB,kBAAkB,GAClB,8BAA8B,GAC9B,+BAA+B,GAC/B,aAAa,GACb,aAAa,GACb,0BAA0B,GAC1B,8BAA8B,GAC9B,iCAAiC,GACjC,wBAAwB,CAAC;QAE7B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,QAAQ,CAAC,EAAE,WAAW,CAAC,QAAQ,GAAG,IAAI,CAAC;QAEvC;;WAEG;QACH,YAAY,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC;KACxC;IAED,UAAiB,WAAW,CAAC;QAC3B;;WAEG;QACH,UAAiB,QAAQ;YACvB;;eAEG;YACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAE7B;;eAEG;YACH,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;YAE3B;;eAEG;YACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAEnC;;eAEG;YACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAE5B;;eAEG;YACH,sBAAsB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;YAExC;;eAEG;YACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAE/B;;eAEG;YACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAEvB;;eAEG;YACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAE1B;;eAEG;YACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;SAChC;QAED;;WAEG;QACH,UAAiB,WAAW;YAC1B;;eAEG;YACH,EAAE,CAAC,EAAE,MAAM,CAAC;YAEZ;;eAEG;YACH,KAAK,CAAC,EAAE,MAAM,CAAC;YAEf;;eAEG;YACH,EAAE,CAAC,EAAE,MAAM,CAAC;YAEZ;;eAEG;YACH,IAAI,CAAC,EAAE,MAAM,CAAC;SACf;KACF;CACF;AAED,MAAM,WAAW,qBAAqB;IACpC;;;OAGG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,kBAAkB,CAAC,EACf,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,MAAM,GACN,MAAM,GACN,UAAU,CAAC;CAChB;AAED,yBAAiB,YAAY,CAAC;IAC5B,MAAM,QAAQ,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;IAChE,MAAM,QAAQ,qBAAqB,GAAG,eAAe,CAAC,qBAAqB,CAAC;CAC7E"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ActivityLogs = void 0;
|
|
5
|
+
const resource_1 = require("../../resource.js");
|
|
6
|
+
class ActivityLogs extends resource_1.APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* You can get a log of activities by all admins in an app.
|
|
9
|
+
*/
|
|
10
|
+
list(params, options) {
|
|
11
|
+
const { 'Intercom-Version': intercomVersion, ...query } = params;
|
|
12
|
+
return this._client.get('/admins/activity_logs', {
|
|
13
|
+
query,
|
|
14
|
+
...options,
|
|
15
|
+
headers: {
|
|
16
|
+
...(intercomVersion?.toString() != null ?
|
|
17
|
+
{ 'Intercom-Version': intercomVersion?.toString() }
|
|
18
|
+
: undefined),
|
|
19
|
+
...options?.headers,
|
|
20
|
+
},
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
exports.ActivityLogs = ActivityLogs;
|
|
25
|
+
(function (ActivityLogs) {
|
|
26
|
+
})(ActivityLogs = exports.ActivityLogs || (exports.ActivityLogs = {}));
|
|
27
|
+
//# sourceMappingURL=activity-logs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activity-logs.js","sourceRoot":"","sources":["../../src/resources/admins/activity-logs.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAK7C,MAAa,YAAa,SAAQ,sBAAW;IAC3C;;OAEG;IACH,IAAI,CAAC,MAA6B,EAAE,OAA6B;QAC/D,MAAM,EAAE,kBAAkB,EAAE,eAAe,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,CAAC;QACjE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,uBAAuB,EAAE;YAC/C,KAAK;YACL,GAAG,OAAO;YACV,OAAO,EAAE;gBACP,GAAG,CAAC,eAAe,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC;oBACvC,EAAE,kBAAkB,EAAE,eAAe,EAAE,QAAQ,EAAE,EAAE;oBACrD,CAAC,CAAC,SAAS,CAAC;gBACZ,GAAG,OAAO,EAAE,OAAO;aACpB;SACF,CAAC,CAAC;IACL,CAAC;CACF;AAjBD,oCAiBC;AAiPD,WAAiB,YAAY;AAG7B,CAAC,EAHgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAG5B"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../resource.mjs";
|
|
3
|
+
export class ActivityLogs extends APIResource {
|
|
4
|
+
/**
|
|
5
|
+
* You can get a log of activities by all admins in an app.
|
|
6
|
+
*/
|
|
7
|
+
list(params, options) {
|
|
8
|
+
const { 'Intercom-Version': intercomVersion, ...query } = params;
|
|
9
|
+
return this._client.get('/admins/activity_logs', {
|
|
10
|
+
query,
|
|
11
|
+
...options,
|
|
12
|
+
headers: {
|
|
13
|
+
...(intercomVersion?.toString() != null ?
|
|
14
|
+
{ 'Intercom-Version': intercomVersion?.toString() }
|
|
15
|
+
: undefined),
|
|
16
|
+
...options?.headers,
|
|
17
|
+
},
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
(function (ActivityLogs) {
|
|
22
|
+
})(ActivityLogs || (ActivityLogs = {}));
|
|
23
|
+
//# sourceMappingURL=activity-logs.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activity-logs.mjs","sourceRoot":"","sources":["../../src/resources/admins/activity-logs.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAKtB,MAAM,OAAO,YAAa,SAAQ,WAAW;IAC3C;;OAEG;IACH,IAAI,CAAC,MAA6B,EAAE,OAA6B;QAC/D,MAAM,EAAE,kBAAkB,EAAE,eAAe,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,CAAC;QACjE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,uBAAuB,EAAE;YAC/C,KAAK;YACL,GAAG,OAAO;YACV,OAAO,EAAE;gBACP,GAAG,CAAC,eAAe,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC;oBACvC,EAAE,kBAAkB,EAAE,eAAe,EAAE,QAAQ,EAAE,EAAE;oBACrD,CAAC,CAAC,SAAS,CAAC;gBACZ,GAAG,OAAO,EAAE,OAAO;aACpB;SACF,CAAC,CAAC;IACL,CAAC;CACF;AAiPD,WAAiB,YAAY;AAG7B,CAAC,EAHgB,YAAY,KAAZ,YAAY,QAG5B"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { APIResource } from "../../resource.js";
|
|
2
|
+
import * as Core from "../../core.js";
|
|
3
|
+
import * as AdminsAPI from "./admins.js";
|
|
4
|
+
import * as Shared from "../shared.js";
|
|
5
|
+
import * as ActivityLogsAPI from "./activity-logs.js";
|
|
6
|
+
export declare class Admins extends APIResource {
|
|
7
|
+
activityLogs: ActivityLogsAPI.ActivityLogs;
|
|
8
|
+
/**
|
|
9
|
+
* You can retrieve the details of a single admin.
|
|
10
|
+
*/
|
|
11
|
+
retrieve(id: number, params?: AdminRetrieveParams, options?: Core.RequestOptions): Core.APIPromise<Shared.Admin | null>;
|
|
12
|
+
retrieve(id: number, options?: Core.RequestOptions): Core.APIPromise<Shared.Admin | null>;
|
|
13
|
+
/**
|
|
14
|
+
* You can fetch a list of admins for a given workspace.
|
|
15
|
+
*/
|
|
16
|
+
list(params?: AdminListParams, options?: Core.RequestOptions): Core.APIPromise<AdminList>;
|
|
17
|
+
list(options?: Core.RequestOptions): Core.APIPromise<AdminList>;
|
|
18
|
+
/**
|
|
19
|
+
* You can set an Admin as away for the Inbox.
|
|
20
|
+
*/
|
|
21
|
+
setAway(id: number, params: AdminSetAwayParams, options?: Core.RequestOptions): Core.APIPromise<Shared.Admin | null>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* A list of admins associated with a given workspace.
|
|
25
|
+
*/
|
|
26
|
+
export interface AdminList {
|
|
27
|
+
/**
|
|
28
|
+
* A list of admins associated with a given workspace.
|
|
29
|
+
*/
|
|
30
|
+
admins?: Array<Shared.Admin | null>;
|
|
31
|
+
/**
|
|
32
|
+
* String representing the object's type. Always has the value `admin.list`.
|
|
33
|
+
*/
|
|
34
|
+
type?: string;
|
|
35
|
+
}
|
|
36
|
+
export interface AdminRetrieveParams {
|
|
37
|
+
/**
|
|
38
|
+
* Intercom API version.By default, it's equal to the version set in the app
|
|
39
|
+
* package.
|
|
40
|
+
*/
|
|
41
|
+
'Intercom-Version'?: '1.0' | '1.1' | '1.2' | '1.3' | '1.4' | '2.0' | '2.1' | '2.2' | '2.3' | '2.4' | '2.5' | '2.6' | '2.7' | '2.8' | '2.9' | '2.10' | '2.11' | 'Unstable';
|
|
42
|
+
}
|
|
43
|
+
export interface AdminListParams {
|
|
44
|
+
/**
|
|
45
|
+
* Intercom API version.By default, it's equal to the version set in the app
|
|
46
|
+
* package.
|
|
47
|
+
*/
|
|
48
|
+
'Intercom-Version'?: '1.0' | '1.1' | '1.2' | '1.3' | '1.4' | '2.0' | '2.1' | '2.2' | '2.3' | '2.4' | '2.5' | '2.6' | '2.7' | '2.8' | '2.9' | '2.10' | '2.11' | 'Unstable';
|
|
49
|
+
}
|
|
50
|
+
export interface AdminSetAwayParams {
|
|
51
|
+
/**
|
|
52
|
+
* Body param: Set to "true" to change the status of the admin to away.
|
|
53
|
+
*/
|
|
54
|
+
away_mode_enabled: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Body param: Set to "true" to assign any new conversation replies to your default
|
|
57
|
+
* inbox.
|
|
58
|
+
*/
|
|
59
|
+
away_mode_reassign: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* Header param: Intercom API version.By default, it's equal to the version set in
|
|
62
|
+
* the app package.
|
|
63
|
+
*/
|
|
64
|
+
'Intercom-Version'?: '1.0' | '1.1' | '1.2' | '1.3' | '1.4' | '2.0' | '2.1' | '2.2' | '2.3' | '2.4' | '2.5' | '2.6' | '2.7' | '2.8' | '2.9' | '2.10' | '2.11' | 'Unstable';
|
|
65
|
+
}
|
|
66
|
+
export declare namespace Admins {
|
|
67
|
+
export import AdminList = AdminsAPI.AdminList;
|
|
68
|
+
export import AdminRetrieveParams = AdminsAPI.AdminRetrieveParams;
|
|
69
|
+
export import AdminListParams = AdminsAPI.AdminListParams;
|
|
70
|
+
export import AdminSetAwayParams = AdminsAPI.AdminSetAwayParams;
|
|
71
|
+
export import ActivityLogs = ActivityLogsAPI.ActivityLogs;
|
|
72
|
+
export import ActivityLogList = ActivityLogsAPI.ActivityLogList;
|
|
73
|
+
export import ActivityLogListParams = ActivityLogsAPI.ActivityLogListParams;
|
|
74
|
+
}
|
|
75
|
+
//# sourceMappingURL=admins.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"admins.d.ts","sourceRoot":"","sources":["../../src/resources/admins/admins.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,SAAS,MAAM,UAAU,CAAC;AACtC,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AACpC,OAAO,KAAK,eAAe,MAAM,iBAAiB,CAAC;AAEnD,qBAAa,MAAO,SAAQ,WAAW;IACrC,YAAY,EAAE,eAAe,CAAC,YAAY,CAAkD;IAE5F;;OAEG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,MAAM,CAAC,EAAE,mBAAmB,EAC5B,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC;IACvC,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC;IAqBzF;;OAEG;IACH,IAAI,CAAC,MAAM,CAAC,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC;IACzF,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC;IAoB/D;;OAEG;IACH,OAAO,CACL,EAAE,EAAE,MAAM,EACV,MAAM,EAAE,kBAAkB,EAC1B,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC;CAaxC;AAED;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC,CAAC;IAEpC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,kBAAkB,CAAC,EACf,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,MAAM,GACN,MAAM,GACN,UAAU,CAAC;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,kBAAkB,CAAC,EACf,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,MAAM,GACN,MAAM,GACN,UAAU,CAAC;CAChB;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAE3B;;;OAGG;IACH,kBAAkB,EAAE,OAAO,CAAC;IAE5B;;;OAGG;IACH,kBAAkB,CAAC,EACf,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,MAAM,GACN,MAAM,GACN,UAAU,CAAC;CAChB;AAED,yBAAiB,MAAM,CAAC;IACtB,MAAM,QAAQ,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;IAC9C,MAAM,QAAQ,mBAAmB,GAAG,SAAS,CAAC,mBAAmB,CAAC;IAClE,MAAM,QAAQ,eAAe,GAAG,SAAS,CAAC,eAAe,CAAC;IAC1D,MAAM,QAAQ,kBAAkB,GAAG,SAAS,CAAC,kBAAkB,CAAC;IAChE,MAAM,QAAQ,YAAY,GAAG,eAAe,CAAC,YAAY,CAAC;IAC1D,MAAM,QAAQ,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;IAChE,MAAM,QAAQ,qBAAqB,GAAG,eAAe,CAAC,qBAAqB,CAAC;CAC7E"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
20
|
+
if (mod && mod.__esModule) return mod;
|
|
21
|
+
var result = {};
|
|
22
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
23
|
+
__setModuleDefault(result, mod);
|
|
24
|
+
return result;
|
|
25
|
+
};
|
|
26
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
+
exports.Admins = void 0;
|
|
28
|
+
const resource_1 = require("../../resource.js");
|
|
29
|
+
const core_1 = require("../../core.js");
|
|
30
|
+
const ActivityLogsAPI = __importStar(require("./activity-logs.js"));
|
|
31
|
+
class Admins extends resource_1.APIResource {
|
|
32
|
+
constructor() {
|
|
33
|
+
super(...arguments);
|
|
34
|
+
this.activityLogs = new ActivityLogsAPI.ActivityLogs(this._client);
|
|
35
|
+
}
|
|
36
|
+
retrieve(id, params = {}, options) {
|
|
37
|
+
if ((0, core_1.isRequestOptions)(params)) {
|
|
38
|
+
return this.retrieve(id, {}, params);
|
|
39
|
+
}
|
|
40
|
+
const { 'Intercom-Version': intercomVersion } = params;
|
|
41
|
+
return this._client.get(`/admins/${id}`, {
|
|
42
|
+
...options,
|
|
43
|
+
headers: {
|
|
44
|
+
...(intercomVersion?.toString() != null ?
|
|
45
|
+
{ 'Intercom-Version': intercomVersion?.toString() }
|
|
46
|
+
: undefined),
|
|
47
|
+
...options?.headers,
|
|
48
|
+
},
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
list(params = {}, options) {
|
|
52
|
+
if ((0, core_1.isRequestOptions)(params)) {
|
|
53
|
+
return this.list({}, params);
|
|
54
|
+
}
|
|
55
|
+
const { 'Intercom-Version': intercomVersion } = params;
|
|
56
|
+
return this._client.get('/admins', {
|
|
57
|
+
...options,
|
|
58
|
+
headers: {
|
|
59
|
+
...(intercomVersion?.toString() != null ?
|
|
60
|
+
{ 'Intercom-Version': intercomVersion?.toString() }
|
|
61
|
+
: undefined),
|
|
62
|
+
...options?.headers,
|
|
63
|
+
},
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* You can set an Admin as away for the Inbox.
|
|
68
|
+
*/
|
|
69
|
+
setAway(id, params, options) {
|
|
70
|
+
const { 'Intercom-Version': intercomVersion, ...body } = params;
|
|
71
|
+
return this._client.put(`/admins/${id}/away`, {
|
|
72
|
+
body,
|
|
73
|
+
...options,
|
|
74
|
+
headers: {
|
|
75
|
+
...(intercomVersion?.toString() != null ?
|
|
76
|
+
{ 'Intercom-Version': intercomVersion?.toString() }
|
|
77
|
+
: undefined),
|
|
78
|
+
...options?.headers,
|
|
79
|
+
},
|
|
80
|
+
});
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
exports.Admins = Admins;
|
|
84
|
+
(function (Admins) {
|
|
85
|
+
Admins.ActivityLogs = ActivityLogsAPI.ActivityLogs;
|
|
86
|
+
})(Admins = exports.Admins || (exports.Admins = {}));
|
|
87
|
+
//# sourceMappingURL=admins.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"admins.js","sourceRoot":"","sources":["../../src/resources/admins/admins.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtF,gDAA6C;AAC7C,wCAA8C;AAI9C,oEAAmD;AAEnD,MAAa,MAAO,SAAQ,sBAAW;IAAvC;;QACE,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IA2E9F,CAAC;IAhEC,QAAQ,CACN,EAAU,EACV,SAAoD,EAAE,EACtD,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,MAAM,CAAC,EAAE;YAC5B,OAAO,IAAI,CAAC,QAAQ,CAAC,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;SACtC;QACD,MAAM,EAAE,kBAAkB,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;QACvD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,WAAW,EAAE,EAAE,EAAE;YACvC,GAAG,OAAO;YACV,OAAO,EAAE;gBACP,GAAG,CAAC,eAAe,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC;oBACvC,EAAE,kBAAkB,EAAE,eAAe,EAAE,QAAQ,EAAE,EAAE;oBACrD,CAAC,CAAC,SAAS,CAAC;gBACZ,GAAG,OAAO,EAAE,OAAO;aACpB;SACF,CAAC,CAAC;IACL,CAAC;IAOD,IAAI,CACF,SAAgD,EAAE,EAClD,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,MAAM,CAAC,EAAE;YAC5B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC;SAC9B;QACD,MAAM,EAAE,kBAAkB,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;QACvD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,EAAE;YACjC,GAAG,OAAO;YACV,OAAO,EAAE;gBACP,GAAG,CAAC,eAAe,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC;oBACvC,EAAE,kBAAkB,EAAE,eAAe,EAAE,QAAQ,EAAE,EAAE;oBACrD,CAAC,CAAC,SAAS,CAAC;gBACZ,GAAG,OAAO,EAAE,OAAO;aACpB;SACF,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,OAAO,CACL,EAAU,EACV,MAA0B,EAC1B,OAA6B;QAE7B,MAAM,EAAE,kBAAkB,EAAE,eAAe,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QAChE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,WAAW,EAAE,OAAO,EAAE;YAC5C,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE;gBACP,GAAG,CAAC,eAAe,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC;oBACvC,EAAE,kBAAkB,EAAE,eAAe,EAAE,QAAQ,EAAE,EAAE;oBACrD,CAAC,CAAC,SAAS,CAAC;gBACZ,GAAG,OAAO,EAAE,OAAO;aACpB;SACF,CAAC,CAAC;IACL,CAAC;CACF;AA5ED,wBA4EC;AA0GD,WAAiB,MAAM;IAKP,mBAAY,GAAG,eAAe,CAAC,YAAY,CAAC;AAG5D,CAAC,EARgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAQtB"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../resource.mjs";
|
|
3
|
+
import { isRequestOptions } from "../../core.mjs";
|
|
4
|
+
import * as ActivityLogsAPI from "./activity-logs.mjs";
|
|
5
|
+
export class Admins extends APIResource {
|
|
6
|
+
constructor() {
|
|
7
|
+
super(...arguments);
|
|
8
|
+
this.activityLogs = new ActivityLogsAPI.ActivityLogs(this._client);
|
|
9
|
+
}
|
|
10
|
+
retrieve(id, params = {}, options) {
|
|
11
|
+
if (isRequestOptions(params)) {
|
|
12
|
+
return this.retrieve(id, {}, params);
|
|
13
|
+
}
|
|
14
|
+
const { 'Intercom-Version': intercomVersion } = params;
|
|
15
|
+
return this._client.get(`/admins/${id}`, {
|
|
16
|
+
...options,
|
|
17
|
+
headers: {
|
|
18
|
+
...(intercomVersion?.toString() != null ?
|
|
19
|
+
{ 'Intercom-Version': intercomVersion?.toString() }
|
|
20
|
+
: undefined),
|
|
21
|
+
...options?.headers,
|
|
22
|
+
},
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
list(params = {}, options) {
|
|
26
|
+
if (isRequestOptions(params)) {
|
|
27
|
+
return this.list({}, params);
|
|
28
|
+
}
|
|
29
|
+
const { 'Intercom-Version': intercomVersion } = params;
|
|
30
|
+
return this._client.get('/admins', {
|
|
31
|
+
...options,
|
|
32
|
+
headers: {
|
|
33
|
+
...(intercomVersion?.toString() != null ?
|
|
34
|
+
{ 'Intercom-Version': intercomVersion?.toString() }
|
|
35
|
+
: undefined),
|
|
36
|
+
...options?.headers,
|
|
37
|
+
},
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* You can set an Admin as away for the Inbox.
|
|
42
|
+
*/
|
|
43
|
+
setAway(id, params, options) {
|
|
44
|
+
const { 'Intercom-Version': intercomVersion, ...body } = params;
|
|
45
|
+
return this._client.put(`/admins/${id}/away`, {
|
|
46
|
+
body,
|
|
47
|
+
...options,
|
|
48
|
+
headers: {
|
|
49
|
+
...(intercomVersion?.toString() != null ?
|
|
50
|
+
{ 'Intercom-Version': intercomVersion?.toString() }
|
|
51
|
+
: undefined),
|
|
52
|
+
...options?.headers,
|
|
53
|
+
},
|
|
54
|
+
});
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
(function (Admins) {
|
|
58
|
+
Admins.ActivityLogs = ActivityLogsAPI.ActivityLogs;
|
|
59
|
+
})(Admins || (Admins = {}));
|
|
60
|
+
//# sourceMappingURL=admins.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"admins.mjs","sourceRoot":"","sources":["../../src/resources/admins/admins.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;OAIpB,KAAK,eAAe;AAE3B,MAAM,OAAO,MAAO,SAAQ,WAAW;IAAvC;;QACE,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IA2E9F,CAAC;IAhEC,QAAQ,CACN,EAAU,EACV,SAAoD,EAAE,EACtD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,MAAM,CAAC,EAAE;YAC5B,OAAO,IAAI,CAAC,QAAQ,CAAC,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;SACtC;QACD,MAAM,EAAE,kBAAkB,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;QACvD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,WAAW,EAAE,EAAE,EAAE;YACvC,GAAG,OAAO;YACV,OAAO,EAAE;gBACP,GAAG,CAAC,eAAe,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC;oBACvC,EAAE,kBAAkB,EAAE,eAAe,EAAE,QAAQ,EAAE,EAAE;oBACrD,CAAC,CAAC,SAAS,CAAC;gBACZ,GAAG,OAAO,EAAE,OAAO;aACpB;SACF,CAAC,CAAC;IACL,CAAC;IAOD,IAAI,CACF,SAAgD,EAAE,EAClD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,MAAM,CAAC,EAAE;YAC5B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC;SAC9B;QACD,MAAM,EAAE,kBAAkB,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;QACvD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,EAAE;YACjC,GAAG,OAAO;YACV,OAAO,EAAE;gBACP,GAAG,CAAC,eAAe,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC;oBACvC,EAAE,kBAAkB,EAAE,eAAe,EAAE,QAAQ,EAAE,EAAE;oBACrD,CAAC,CAAC,SAAS,CAAC;gBACZ,GAAG,OAAO,EAAE,OAAO;aACpB;SACF,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,OAAO,CACL,EAAU,EACV,MAA0B,EAC1B,OAA6B;QAE7B,MAAM,EAAE,kBAAkB,EAAE,eAAe,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QAChE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,WAAW,EAAE,OAAO,EAAE;YAC5C,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE;gBACP,GAAG,CAAC,eAAe,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC;oBACvC,EAAE,kBAAkB,EAAE,eAAe,EAAE,QAAQ,EAAE,EAAE;oBACrD,CAAC,CAAC,SAAS,CAAC;gBACZ,GAAG,OAAO,EAAE,OAAO;aACpB;SACF,CAAC,CAAC;IACL,CAAC;CACF;AA0GD,WAAiB,MAAM;IAKP,mBAAY,GAAG,eAAe,CAAC,YAAY,CAAC;AAG5D,CAAC,EARgB,MAAM,KAAN,MAAM,QAQtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/admins/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACvF,OAAO,EAAE,SAAS,EAAE,mBAAmB,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Admins = exports.ActivityLogs = void 0;
|
|
5
|
+
var activity_logs_1 = require("./activity-logs.js");
|
|
6
|
+
Object.defineProperty(exports, "ActivityLogs", { enumerable: true, get: function () { return activity_logs_1.ActivityLogs; } });
|
|
7
|
+
var admins_1 = require("./admins.js");
|
|
8
|
+
Object.defineProperty(exports, "Admins", { enumerable: true, get: function () { return admins_1.Admins; } });
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/admins/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,oDAAuF;AAAtC,6GAAA,YAAY,OAAA;AAC7D,sCAAuG;AAAzB,gGAAA,MAAM,OAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/admins/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAA0C,YAAY,EAAE;OACxD,EAAuE,MAAM,EAAE"}
|