@webitel/api-services 0.1.48 → 0.1.50
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/package.json +3 -2
- package/src/api/axios/generateInstance.ts +17 -2
- package/src/api/clients/agents/agentAbsence.ts +2 -2
- package/src/api/clients/agents/agents.ts +21 -9
- package/src/api/clients/emails/emails.ts +7 -6
- package/src/api/clients/fileServices/fileServices.ts +51 -27
- package/src/api/clients/oauthApps/oauthApps.ts +3 -2
- package/src/api/clients/pdfServices/pdfServices.ts +2 -2
- package/src/api/clients/quickReplies/quickReplies.ts +1 -1
- package/src/api/clients/wtTypes/_shared/utils/sortDynamicFields.ts +15 -4
- package/src/api/clients//321/201ontacts/contactChatMessagesHistory.ts +1 -1
- package/src/api/clients//321/201ontacts/contacts.ts +15 -4
- package/src/api/interceptors/request/updateToken.interceptor.ts +8 -1
- package/src/api/interceptors/response/handleUnauthorized.interceptor.ts +5 -1
- package/src/api/transformers/notify/notify.transformer.ts +10 -3
- package/src/api/transformers/translateError/translateError.transformer.ts +6 -2
- package/src/gen/_models/{oAuth2FederationUpdateOAuthServiceBody.ts → apiOAuthServiceBody.ts} +4 -5
- package/src/gen/_models/{oAuth2FederationUpdateOAuthServiceBody.zod.ts → apiOAuthServiceBody.zod.ts} +4 -5
- package/src/gen/_models/contactsInputContact.ts +0 -3
- package/src/gen/_models/contactsInputContact.zod.ts +0 -3
- package/src/gen/_models/{deleteSpaceParams.ts → createArticleArticlesParams.ts} +1 -1
- package/src/gen/_models/{deleteSpaceParams.zod.ts → createArticleArticlesParams.zod.ts} +1 -1
- package/src/gen/_models/{locateSpaceParams.ts → createSpaceSpacesParams.ts} +1 -1
- package/src/gen/_models/{locateSpaceParams.zod.ts → createSpaceSpacesParams.zod.ts} +1 -1
- package/src/gen/_models/dataBatchCreateDatasetResponse.ts +18 -0
- package/src/gen/_models/dataBatchCreateDatasetResponse.zod.ts +18 -0
- package/src/gen/_models/dataBatchCreateError.ts +16 -0
- package/src/gen/_models/dataBatchCreateError.zod.ts +16 -0
- package/src/gen/_models/{deleteArticleParams.ts → deleteArticleArticlesParams.ts} +1 -1
- package/src/gen/_models/{deleteArticleParams.zod.ts → deleteArticleArticlesParams.zod.ts} +1 -1
- package/src/gen/_models/{createArticleParams.ts → deleteSpaceSpacesParams.ts} +1 -1
- package/src/gen/_models/{createArticleParams.zod.ts → deleteSpaceSpacesParams.zod.ts} +1 -1
- package/src/gen/_models/dictionariesBatchCreateDataBody.ts +17 -0
- package/src/gen/_models/dictionariesBatchCreateDataBody.zod.ts +17 -0
- package/src/gen/_models/{webitelImApiGatewayV1VariableEntryRequestValue.ts → dictionariesBatchCreateDataBodyRowsItem.ts} +1 -4
- package/src/gen/_models/{webitelImApiGatewayV1VariableEntryRequestValue.zod.ts → dictionariesBatchCreateDataBodyRowsItem.zod.ts} +1 -4
- package/src/gen/_models/engineAssignAttemptResponse.ts +10 -0
- package/src/gen/_models/engineAssignAttemptResponse.zod.ts +10 -0
- package/src/gen/_models/engineMemberServiceAssignAttemptBody.ts +11 -0
- package/src/gen/_models/engineMemberServiceAssignAttemptBody.zod.ts +11 -0
- package/src/gen/_models/engineSystemSettingName.ts +1 -0
- package/src/gen/_models/engineSystemSettingName.zod.ts +1 -0
- package/src/gen/_models/engineTaskProcessing.ts +1 -0
- package/src/gen/_models/engineTaskProcessing.zod.ts +1 -0
- package/src/gen/_models/index.ts +21 -16
- package/src/gen/_models/{listArticlesParams.ts → listArticlesArticlesParams.ts} +1 -1
- package/src/gen/_models/{listArticlesParams.zod.ts → listArticlesArticlesParams.zod.ts} +1 -1
- package/src/gen/_models/{listSpacesParams.ts → listSpacesSpacesParams.ts} +1 -1
- package/src/gen/_models/{listSpacesParams.zod.ts → listSpacesSpacesParams.zod.ts} +1 -1
- package/src/gen/_models/{locateArticleParams.ts → locateArticleArticlesParams.ts} +1 -1
- package/src/gen/_models/{locateArticleParams.zod.ts → locateArticleArticlesParams.zod.ts} +1 -1
- package/src/gen/_models/{createSpaceParams.ts → locateSpaceSpacesParams.ts} +1 -1
- package/src/gen/_models/{createSpaceParams.zod.ts → locateSpaceSpacesParams.zod.ts} +1 -1
- package/src/gen/_models/searchSystemSettingNameItem.ts +1 -0
- package/src/gen/_models/searchSystemSettingNameItem.zod.ts +1 -0
- package/src/gen/_models/{updateArticleBody.ts → updateArticleArticlesBody.ts} +1 -1
- package/src/gen/_models/{updateArticleBody.zod.ts → updateArticleArticlesBody.zod.ts} +1 -1
- package/src/gen/_models/updateArticleArticlesParams.ts +13 -0
- package/src/gen/_models/updateArticleArticlesParams.zod.ts +13 -0
- package/src/gen/_models/updateContactBody.ts +0 -3
- package/src/gen/_models/updateContactBody.zod.ts +0 -3
- package/src/gen/_models/updateOAuthService2Params.ts +13 -0
- package/src/gen/_models/updateOAuthService2Params.zod.ts +13 -0
- package/src/gen/_models/updateOAuthServiceParams.ts +13 -0
- package/src/gen/_models/updateOAuthServiceParams.zod.ts +13 -0
- package/src/gen/_models/{updateSpaceBody.ts → updateSpaceSpacesBody.ts} +1 -1
- package/src/gen/_models/{updateSpaceBody.zod.ts → updateSpaceSpacesBody.zod.ts} +1 -1
- package/src/gen/_models/updateSpaceSpacesParams.ts +13 -0
- package/src/gen/_models/updateSpaceSpacesParams.zod.ts +13 -0
- package/src/gen/_models/webitelContactsContact.ts +0 -3
- package/src/gen/_models/webitelContactsContact.zod.ts +0 -3
- package/src/gen/_models/webitelImApiGatewayV1VariableEntry.ts +1 -2
- package/src/gen/_models/webitelImApiGatewayV1VariableEntry.zod.ts +1 -2
- package/src/gen/_models/webitelImApiGatewayV1VariableEntryRequest.ts +1 -2
- package/src/gen/_models/webitelImApiGatewayV1VariableEntryRequest.zod.ts +1 -2
- package/src/gen/access-store/access-store.ts +1 -1
- package/src/gen/agent-absence-service/agent-absence-service.ts +1 -1
- package/src/gen/agent-chat-service/agent-chat-service.ts +1 -1
- package/src/gen/agent-pause-cause-service/agent-pause-cause-service.ts +1 -1
- package/src/gen/agent-service/agent-service.ts +1 -1
- package/src/gen/agent-skill-service/agent-skill-service.ts +1 -1
- package/src/gen/agent-team-service/agent-team-service.ts +1 -1
- package/src/gen/agent-working-conditions-service/agent-working-conditions-service.ts +1 -1
- package/src/gen/agent-working-schedule-service/agent-working-schedule-service.ts +1 -1
- package/src/gen/articles/articles.faker.ts +5 -5
- package/src/gen/articles/articles.msw.ts +20 -20
- package/src/gen/articles/articles.ts +32 -29
- package/src/gen/articles/articles.zod.ts +17 -17
- package/src/gen/audit-form-service/audit-form-service.ts +1 -1
- package/src/gen/auth/auth.ts +1 -1
- package/src/gen/backend-profile-service/backend-profile-service.ts +1 -1
- package/src/gen/bucket-service/bucket-service.ts +1 -1
- package/src/gen/calendar-service/calendar-service.ts +1 -1
- package/src/gen/call-service/call-service.ts +1 -1
- package/src/gen/case-comments/case-comments.ts +1 -1
- package/src/gen/case-communications/case-communications.ts +1 -1
- package/src/gen/case-files/case-files.ts +1 -1
- package/src/gen/case-links/case-links.ts +1 -1
- package/src/gen/case-timeline/case-timeline.ts +1 -1
- package/src/gen/cases/cases.ts +1 -1
- package/src/gen/cases-chat-catalog/cases-chat-catalog.ts +1 -1
- package/src/gen/catalogs/catalogs.ts +1 -1
- package/src/gen/classes/classes.ts +1 -1
- package/src/gen/close-reason-groups/close-reason-groups.ts +1 -1
- package/src/gen/close-reasons/close-reasons.ts +1 -1
- package/src/gen/cognitive-profile-service/cognitive-profile-service.ts +1 -1
- package/src/gen/comments/comments.ts +1 -1
- package/src/gen/communication-type-service/communication-type-service.ts +1 -1
- package/src/gen/config-service/config-service.ts +1 -1
- package/src/gen/contact-groups/contact-groups.ts +1 -1
- package/src/gen/contact-linking-service/contact-linking-service.ts +1 -1
- package/src/gen/contacts/contacts.faker.ts +117 -1277
- package/src/gen/contacts/contacts.msw.ts +117 -1277
- package/src/gen/contacts/contacts.ts +1 -2
- package/src/gen/contacts/contacts.zod.ts +7 -638
- package/src/gen/contacts-chat-catalog/contacts-chat-catalog.ts +1 -1
- package/src/gen/customers/customers.ts +1 -1
- package/src/gen/devices/devices.ts +1 -1
- package/src/gen/dictionaries/dictionaries.faker.ts +65 -0
- package/src/gen/dictionaries/dictionaries.msw.ts +94 -0
- package/src/gen/dictionaries/dictionaries.ts +21 -1
- package/src/gen/dictionaries/dictionaries.zod.ts +46 -0
- package/src/gen/domains/domains.ts +1 -1
- package/src/gen/dynamic-conditions/dynamic-conditions.ts +1 -1
- package/src/gen/dynamic-groups/dynamic-groups.ts +1 -1
- package/src/gen/email-profile-service/email-profile-service.ts +1 -1
- package/src/gen/emails/emails.ts +1 -1
- package/src/gen/extensions/extensions.ts +1 -1
- package/src/gen/feedback-service/feedback-service.ts +1 -1
- package/src/gen/file-policies-service/file-policies-service.ts +1 -1
- package/src/gen/file-service/file-service.ts +1 -1
- package/src/gen/file-transcript-service/file-transcript-service.ts +1 -1
- package/src/gen/forecast-calculation-service/forecast-calculation-service.ts +1 -1
- package/src/gen/ftsservice/ftsservice.ts +1 -1
- package/src/gen/groups/groups.faker.ts +0 -376
- package/src/gen/groups/groups.msw.ts +0 -376
- package/src/gen/groups/groups.ts +1 -1
- package/src/gen/groups/groups.zod.ts +0 -190
- package/src/gen/imclients/imclients.ts +1 -1
- package/src/gen/import-template-service/import-template-service.ts +1 -1
- package/src/gen/index.ts +2362 -97
- package/src/gen/knowledgebase-search/knowledgebase-search.ts +1 -1
- package/src/gen/labels/labels.ts +1 -1
- package/src/gen/languages/languages.ts +1 -1
- package/src/gen/ldap/ldap.ts +1 -1
- package/src/gen/list-service/list-service.ts +1 -1
- package/src/gen/logger-service/logger-service.ts +1 -1
- package/src/gen/managers/managers.ts +1 -1
- package/src/gen/media-file-service/media-file-service.ts +1 -1
- package/src/gen/meeting-service/meeting-service.ts +1 -1
- package/src/gen/member-service/member-service.faker.ts +4 -0
- package/src/gen/member-service/member-service.msw.ts +31 -0
- package/src/gen/member-service/member-service.ts +16 -1
- package/src/gen/member-service/member-service.zod.ts +15 -0
- package/src/gen/messages/messages.ts +1 -1
- package/src/gen/oauth2-federation/oauth2-federation.ts +21 -14
- package/src/gen/oauth2-federation/oauth2-federation.zod.ts +90 -88
- package/src/gen/outbound-resource-group-service/outbound-resource-group-service.ts +1 -1
- package/src/gen/outbound-resource-service/outbound-resource-service.ts +1 -1
- package/src/gen/pause-template-service/pause-template-service.ts +1 -1
- package/src/gen/pdf-service/pdf-service.ts +1 -1
- package/src/gen/permissions/permissions.ts +1 -1
- package/src/gen/phones/phones.ts +1 -1
- package/src/gen/photos/photos.ts +1 -1
- package/src/gen/presence/presence.ts +1 -1
- package/src/gen/preset-query-service/preset-query-service.ts +1 -1
- package/src/gen/priorities/priorities.ts +1 -1
- package/src/gen/queue-bucket-service/queue-bucket-service.ts +1 -1
- package/src/gen/queue-hook-service/queue-hook-service.ts +1 -1
- package/src/gen/queue-resources-service/queue-resources-service.ts +1 -1
- package/src/gen/queue-service/queue-service.faker.ts +24 -0
- package/src/gen/queue-service/queue-service.msw.ts +24 -0
- package/src/gen/queue-service/queue-service.ts +1 -1
- package/src/gen/queue-service/queue-service.zod.ts +9 -0
- package/src/gen/queue-skill-service/queue-skill-service.ts +1 -1
- package/src/gen/quick-replies-service/quick-replies-service.ts +1 -1
- package/src/gen/records/records.ts +1 -1
- package/src/gen/region-service/region-service.ts +1 -1
- package/src/gen/related-cases/related-cases.ts +1 -1
- package/src/gen/routing-chat-plan-service/routing-chat-plan-service.ts +1 -1
- package/src/gen/routing-outbound-call-service/routing-outbound-call-service.ts +1 -1
- package/src/gen/routing-schema-service/routing-schema-service.ts +1 -1
- package/src/gen/routing-variable-service/routing-variable-service.ts +1 -1
- package/src/gen/schema-variables-service/schema-variables-service.ts +1 -1
- package/src/gen/schema-version-service/schema-version-service.ts +1 -1
- package/src/gen/services/services.ts +1 -1
- package/src/gen/shift-template-service/shift-template-service.ts +1 -1
- package/src/gen/skill-service/skill-service.ts +1 -1
- package/src/gen/slaconditions/slaconditions.ts +1 -1
- package/src/gen/slas/slas.ts +1 -1
- package/src/gen/sources/sources.ts +1 -1
- package/src/gen/sources/sources.zod.ts +2 -0
- package/src/gen/spaces/spaces.faker.ts +5 -5
- package/src/gen/spaces/spaces.msw.ts +20 -20
- package/src/gen/spaces/spaces.ts +29 -29
- package/src/gen/spaces/spaces.zod.ts +22 -22
- package/src/gen/status-conditions/status-conditions.ts +1 -1
- package/src/gen/statuses/statuses.ts +1 -1
- package/src/gen/system-setting-service/system-setting-service.ts +1 -1
- package/src/gen/system-setting-service/system-setting-service.zod.ts +8 -0
- package/src/gen/tags/tags.ts +1 -1
- package/src/gen/team-hook-service/team-hook-service.ts +1 -1
- package/src/gen/team-trigger-service/team-trigger-service.ts +1 -1
- package/src/gen/timeline/timeline.ts +1 -1
- package/src/gen/timezones/timezones.ts +1 -1
- package/src/gen/trigger-service/trigger-service.ts +1 -1
- package/src/gen/two-factor-authentication/two-factor-authentication.ts +1 -1
- package/src/gen/types/types.ts +1 -1
- package/src/gen/user-access-tokens/user-access-tokens.ts +1 -1
- package/src/gen/user-helper-service/user-helper-service.ts +1 -1
- package/src/gen/users/users.ts +1 -1
- package/src/gen/variables/variables.ts +1 -1
- package/src/gen/web-hook-service/web-hook-service.ts +1 -1
- package/src/gen/webitel-im-api-gateway-v1-account/webitel-im-api-gateway-v1-account.ts +1 -1
- package/src/gen/webitel-im-api-gateway-v1-bots/webitel-im-api-gateway-v1-bots.ts +1 -1
- package/src/gen/webitel-im-api-gateway-v1-contacts/webitel-im-api-gateway-v1-contacts.ts +1 -1
- package/src/gen/webitel-im-api-gateway-v1-contactsettingsmanagement/webitel-im-api-gateway-v1-contactsettingsmanagement.ts +1 -1
- package/src/gen/webitel-im-api-gateway-v1-message/webitel-im-api-gateway-v1-message.ts +1 -1
- package/src/gen/webitel-im-api-gateway-v1-messagehistory/webitel-im-api-gateway-v1-messagehistory.ts +1 -1
- package/src/gen/webitel-im-api-gateway-v1-threadmanagement/webitel-im-api-gateway-v1-threadmanagement.ts +1 -1
- package/src/gen/webitel-im-api-gateway-v1-threadmanagement/webitel-im-api-gateway-v1-threadmanagement.zod.ts +9 -9
- package/src/gen/webitel-im-api-gateway-v1-threadpermission/webitel-im-api-gateway-v1-threadpermission.ts +1 -1
- package/src/gen/webitel-im-api-provider-v1-facebookservice/webitel-im-api-provider-v1-facebookservice.ts +1 -1
- package/src/gen/webitel-im-api-provider-v1-metaappservice/webitel-im-api-provider-v1-metaappservice.ts +1 -1
- package/src/gen/webitel-im-api-provider-v1-metaoauthservice/webitel-im-api-provider-v1-metaoauthservice.ts +1 -1
- package/src/gen/webitel-im-api-provider-v1-whatsappservice/webitel-im-api-provider-v1-whatsappservice.ts +1 -1
- package/src/gen/webitel-im-provider-v1-facebookservice/webitel-im-provider-v1-facebookservice.ts +1 -1
- package/src/gen/webitel-im-provider-v1-gateservice/webitel-im-provider-v1-gateservice.ts +1 -1
- package/src/gen/webitel-im-provider-v1-gatetemplateservice/webitel-im-provider-v1-gatetemplateservice.ts +1 -1
- package/src/gen/webitel-im-provider-v1-metaappservice/webitel-im-provider-v1-metaappservice.ts +1 -1
- package/src/gen/webitel-im-provider-v1-metaoauthservice/webitel-im-provider-v1-metaoauthservice.ts +1 -1
- package/src/gen/webitel-im-provider-v1-providermessageservice/webitel-im-provider-v1-providermessageservice.ts +1 -1
- package/src/gen/webitel-im-provider-v1-whatsappservice/webitel-im-provider-v1-whatsappservice.ts +1 -1
- package/src/gen/working-condition-service/working-condition-service.ts +1 -1
- package/src/gen/working-schedule-service/working-schedule-service.ts +1 -1
- package/src/utils/gen/index.ts +2 -2
- package/src/validations/OAuth/OAuth.validations.ts +1 -0
- package/types/api/axios/generateInstance.d.ts +9 -1
- package/types/api/clients/agents/agentAbsence.d.ts +1 -1
- package/types/api/clients/emails/emails.d.ts +1 -2
- package/types/api/clients/fileServices/fileServices.d.ts +11 -3
- package/types/api/clients/index.d.ts +1 -1
- package/types/api/clients/pdfServices/pdfServices.d.ts +6 -2
- package/types/api/defaults/getDefaultInstance/getDefaultInstance.d.ts +1 -1
- package/types/api/interceptors/request/updateToken.interceptor.d.ts +2 -1
- package/types/api/interceptors/response/handleUnauthorized.interceptor.d.ts +2 -1
- package/types/gen/_models/{oAuth2FederationUpdateOAuthServiceBody.d.ts → apiOAuthServiceBody.d.ts} +4 -5
- package/types/gen/_models/{oAuth2FederationUpdateOAuthServiceBody.zod.d.ts → apiOAuthServiceBody.zod.d.ts} +4 -5
- package/types/gen/_models/contactsInputContact.d.ts +0 -3
- package/types/gen/_models/contactsInputContact.zod.d.ts +0 -3
- package/types/gen/_models/{deleteSpaceParams.d.ts → createArticleArticlesParams.d.ts} +1 -1
- package/types/gen/_models/{deleteSpaceParams.zod.d.ts → createArticleArticlesParams.zod.d.ts} +1 -1
- package/types/gen/_models/{locateSpaceParams.d.ts → createSpaceSpacesParams.d.ts} +1 -1
- package/types/gen/_models/{locateSpaceParams.zod.d.ts → createSpaceSpacesParams.zod.d.ts} +1 -1
- package/types/gen/_models/dataBatchCreateDatasetResponse.d.ts +17 -0
- package/types/gen/_models/dataBatchCreateDatasetResponse.zod.d.ts +17 -0
- package/types/gen/_models/dataBatchCreateError.d.ts +15 -0
- package/types/gen/_models/dataBatchCreateError.zod.d.ts +15 -0
- package/types/gen/_models/{deleteArticleParams.d.ts → deleteArticleArticlesParams.d.ts} +1 -1
- package/types/gen/_models/{deleteArticleParams.zod.d.ts → deleteArticleArticlesParams.zod.d.ts} +1 -1
- package/types/gen/_models/{createArticleParams.d.ts → deleteSpaceSpacesParams.d.ts} +1 -1
- package/types/gen/_models/{createArticleParams.zod.d.ts → deleteSpaceSpacesParams.zod.d.ts} +1 -1
- package/types/gen/_models/dictionariesBatchCreateDataBody.d.ts +16 -0
- package/types/gen/_models/dictionariesBatchCreateDataBody.zod.d.ts +16 -0
- package/types/gen/_models/{webitelImApiGatewayV1VariableEntryRequestValue.d.ts → dictionariesBatchCreateDataBodyRowsItem.d.ts} +1 -4
- package/types/gen/_models/{webitelImApiGatewayV1VariableEntryRequestValue.zod.d.ts → dictionariesBatchCreateDataBodyRowsItem.zod.d.ts} +1 -4
- package/types/gen/_models/engineAssignAttemptResponse.d.ts +9 -0
- package/types/gen/_models/engineAssignAttemptResponse.zod.d.ts +9 -0
- package/types/gen/_models/engineMemberServiceAssignAttemptBody.d.ts +10 -0
- package/types/gen/_models/engineMemberServiceAssignAttemptBody.zod.d.ts +10 -0
- package/types/gen/_models/engineSystemSettingName.d.ts +1 -0
- package/types/gen/_models/engineSystemSettingName.zod.d.ts +1 -0
- package/types/gen/_models/engineTaskProcessing.d.ts +1 -0
- package/types/gen/_models/engineTaskProcessing.zod.d.ts +1 -0
- package/types/gen/_models/{listArticlesParams.d.ts → listArticlesArticlesParams.d.ts} +1 -1
- package/types/gen/_models/{listArticlesParams.zod.d.ts → listArticlesArticlesParams.zod.d.ts} +1 -1
- package/types/gen/_models/{listSpacesParams.d.ts → listSpacesSpacesParams.d.ts} +1 -1
- package/types/gen/_models/{listSpacesParams.zod.d.ts → listSpacesSpacesParams.zod.d.ts} +1 -1
- package/types/gen/_models/{locateArticleParams.d.ts → locateArticleArticlesParams.d.ts} +1 -1
- package/types/gen/_models/{locateArticleParams.zod.d.ts → locateArticleArticlesParams.zod.d.ts} +1 -1
- package/types/gen/_models/{createSpaceParams.d.ts → locateSpaceSpacesParams.d.ts} +1 -1
- package/types/gen/_models/{createSpaceParams.zod.d.ts → locateSpaceSpacesParams.zod.d.ts} +1 -1
- package/types/gen/_models/searchSystemSettingNameItem.d.ts +1 -0
- package/types/gen/_models/searchSystemSettingNameItem.zod.d.ts +1 -0
- package/types/gen/_models/{updateArticleBody.d.ts → updateArticleArticlesBody.d.ts} +1 -1
- package/types/gen/_models/{updateArticleBody.zod.d.ts → updateArticleArticlesBody.zod.d.ts} +1 -1
- package/types/gen/_models/updateArticleArticlesParams.d.ts +12 -0
- package/types/gen/_models/updateArticleArticlesParams.zod.d.ts +12 -0
- package/types/gen/_models/updateContactBody.d.ts +0 -3
- package/types/gen/_models/updateContactBody.zod.d.ts +0 -3
- package/types/gen/_models/updateOAuthService2Params.d.ts +12 -0
- package/types/gen/_models/updateOAuthService2Params.zod.d.ts +12 -0
- package/types/gen/_models/updateOAuthServiceParams.d.ts +12 -0
- package/types/gen/_models/updateOAuthServiceParams.zod.d.ts +12 -0
- package/types/gen/_models/{updateSpaceBody.d.ts → updateSpaceSpacesBody.d.ts} +1 -1
- package/types/gen/_models/{updateSpaceBody.zod.d.ts → updateSpaceSpacesBody.zod.d.ts} +1 -1
- package/types/gen/_models/updateSpaceSpacesParams.d.ts +12 -0
- package/types/gen/_models/updateSpaceSpacesParams.zod.d.ts +12 -0
- package/types/gen/_models/webitelContactsContact.d.ts +0 -3
- package/types/gen/_models/webitelContactsContact.zod.d.ts +0 -3
- package/types/gen/_models/webitelImApiGatewayV1VariableEntry.d.ts +1 -2
- package/types/gen/_models/webitelImApiGatewayV1VariableEntry.zod.d.ts +1 -2
- package/types/gen/_models/webitelImApiGatewayV1VariableEntryRequest.d.ts +1 -2
- package/types/gen/_models/webitelImApiGatewayV1VariableEntryRequest.zod.d.ts +1 -2
- package/types/gen/access-store/access-store.d.ts +1 -1
- package/types/gen/agent-absence-service/agent-absence-service.d.ts +1 -1
- package/types/gen/agent-chat-service/agent-chat-service.d.ts +1 -1
- package/types/gen/agent-pause-cause-service/agent-pause-cause-service.d.ts +1 -1
- package/types/gen/agent-service/agent-service.d.ts +1 -1
- package/types/gen/agent-skill-service/agent-skill-service.d.ts +1 -1
- package/types/gen/agent-team-service/agent-team-service.d.ts +1 -1
- package/types/gen/agent-working-conditions-service/agent-working-conditions-service.d.ts +1 -1
- package/types/gen/agent-working-schedule-service/agent-working-schedule-service.d.ts +1 -1
- package/types/gen/articles/articles.d.ts +12 -12
- package/types/gen/articles/articles.faker.d.ts +5 -5
- package/types/gen/articles/articles.msw.d.ts +10 -10
- package/types/gen/articles/articles.zod.d.ts +17 -17
- package/types/gen/audit-form-service/audit-form-service.d.ts +1 -1
- package/types/gen/auth/auth.d.ts +1 -1
- package/types/gen/backend-profile-service/backend-profile-service.d.ts +1 -1
- package/types/gen/bucket-service/bucket-service.d.ts +1 -1
- package/types/gen/calendar-service/calendar-service.d.ts +1 -1
- package/types/gen/call-service/call-service.d.ts +1 -1
- package/types/gen/case-comments/case-comments.d.ts +1 -1
- package/types/gen/case-communications/case-communications.d.ts +1 -1
- package/types/gen/case-files/case-files.d.ts +1 -1
- package/types/gen/case-links/case-links.d.ts +1 -1
- package/types/gen/case-timeline/case-timeline.d.ts +1 -1
- package/types/gen/cases/cases.d.ts +1 -1
- package/types/gen/cases-chat-catalog/cases-chat-catalog.d.ts +1 -1
- package/types/gen/catalogs/catalogs.d.ts +1 -1
- package/types/gen/classes/classes.d.ts +1 -1
- package/types/gen/close-reason-groups/close-reason-groups.d.ts +1 -1
- package/types/gen/close-reasons/close-reasons.d.ts +1 -1
- package/types/gen/cognitive-profile-service/cognitive-profile-service.d.ts +1 -1
- package/types/gen/comments/comments.d.ts +1 -1
- package/types/gen/communication-type-service/communication-type-service.d.ts +1 -1
- package/types/gen/config-service/config-service.d.ts +1 -1
- package/types/gen/contact-groups/contact-groups.d.ts +1 -1
- package/types/gen/contact-linking-service/contact-linking-service.d.ts +1 -1
- package/types/gen/contacts/contacts.d.ts +1 -1
- package/types/gen/contacts/contacts.zod.d.ts +0 -194
- package/types/gen/contacts-chat-catalog/contacts-chat-catalog.d.ts +1 -1
- package/types/gen/customers/customers.d.ts +1 -1
- package/types/gen/devices/devices.d.ts +1 -1
- package/types/gen/dictionaries/dictionaries.d.ts +4 -2
- package/types/gen/dictionaries/dictionaries.faker.d.ts +2 -1
- package/types/gen/dictionaries/dictionaries.msw.d.ts +3 -1
- package/types/gen/dictionaries/dictionaries.zod.d.ts +21 -0
- package/types/gen/domains/domains.d.ts +1 -1
- package/types/gen/dynamic-conditions/dynamic-conditions.d.ts +1 -1
- package/types/gen/dynamic-groups/dynamic-groups.d.ts +1 -1
- package/types/gen/email-profile-service/email-profile-service.d.ts +1 -1
- package/types/gen/emails/emails.d.ts +1 -1
- package/types/gen/extensions/extensions.d.ts +1 -1
- package/types/gen/feedback-service/feedback-service.d.ts +1 -1
- package/types/gen/file-policies-service/file-policies-service.d.ts +1 -1
- package/types/gen/file-service/file-service.d.ts +1 -1
- package/types/gen/file-transcript-service/file-transcript-service.d.ts +1 -1
- package/types/gen/forecast-calculation-service/forecast-calculation-service.d.ts +1 -1
- package/types/gen/ftsservice/ftsservice.d.ts +1 -1
- package/types/gen/groups/groups.d.ts +1 -1
- package/types/gen/groups/groups.zod.d.ts +0 -56
- package/types/gen/imclients/imclients.d.ts +1 -1
- package/types/gen/import-template-service/import-template-service.d.ts +1 -1
- package/types/gen/knowledgebase-search/knowledgebase-search.d.ts +1 -1
- package/types/gen/labels/labels.d.ts +1 -1
- package/types/gen/languages/languages.d.ts +1 -1
- package/types/gen/ldap/ldap.d.ts +1 -1
- package/types/gen/list-service/list-service.d.ts +1 -1
- package/types/gen/logger-service/logger-service.d.ts +1 -1
- package/types/gen/managers/managers.d.ts +1 -1
- package/types/gen/media-file-service/media-file-service.d.ts +1 -1
- package/types/gen/meeting-service/meeting-service.d.ts +1 -1
- package/types/gen/member-service/member-service.d.ts +4 -2
- package/types/gen/member-service/member-service.faker.d.ts +2 -1
- package/types/gen/member-service/member-service.msw.d.ts +3 -1
- package/types/gen/member-service/member-service.zod.d.ts +7 -0
- package/types/gen/messages/messages.d.ts +1 -1
- package/types/gen/oauth2-federation/oauth2-federation.d.ts +4 -4
- package/types/gen/oauth2-federation/oauth2-federation.zod.d.ts +62 -62
- package/types/gen/outbound-resource-group-service/outbound-resource-group-service.d.ts +1 -1
- package/types/gen/outbound-resource-service/outbound-resource-service.d.ts +1 -1
- package/types/gen/pause-template-service/pause-template-service.d.ts +1 -1
- package/types/gen/pdf-service/pdf-service.d.ts +1 -1
- package/types/gen/permissions/permissions.d.ts +1 -1
- package/types/gen/phones/phones.d.ts +1 -1
- package/types/gen/photos/photos.d.ts +1 -1
- package/types/gen/presence/presence.d.ts +1 -1
- package/types/gen/preset-query-service/preset-query-service.d.ts +1 -1
- package/types/gen/priorities/priorities.d.ts +1 -1
- package/types/gen/queue-bucket-service/queue-bucket-service.d.ts +1 -1
- package/types/gen/queue-hook-service/queue-hook-service.d.ts +1 -1
- package/types/gen/queue-resources-service/queue-resources-service.d.ts +1 -1
- package/types/gen/queue-service/queue-service.d.ts +1 -1
- package/types/gen/queue-service/queue-service.zod.d.ts +9 -0
- package/types/gen/queue-skill-service/queue-skill-service.d.ts +1 -1
- package/types/gen/quick-replies-service/quick-replies-service.d.ts +1 -1
- package/types/gen/records/records.d.ts +1 -1
- package/types/gen/region-service/region-service.d.ts +1 -1
- package/types/gen/related-cases/related-cases.d.ts +1 -1
- package/types/gen/routing-chat-plan-service/routing-chat-plan-service.d.ts +1 -1
- package/types/gen/routing-outbound-call-service/routing-outbound-call-service.d.ts +1 -1
- package/types/gen/routing-schema-service/routing-schema-service.d.ts +1 -1
- package/types/gen/routing-variable-service/routing-variable-service.d.ts +1 -1
- package/types/gen/schema-variables-service/schema-variables-service.d.ts +1 -1
- package/types/gen/schema-version-service/schema-version-service.d.ts +1 -1
- package/types/gen/services/services.d.ts +1 -1
- package/types/gen/shift-template-service/shift-template-service.d.ts +1 -1
- package/types/gen/skill-service/skill-service.d.ts +1 -1
- package/types/gen/slaconditions/slaconditions.d.ts +1 -1
- package/types/gen/slas/slas.d.ts +1 -1
- package/types/gen/sources/sources.d.ts +1 -1
- package/types/gen/spaces/spaces.d.ts +12 -12
- package/types/gen/spaces/spaces.faker.d.ts +5 -5
- package/types/gen/spaces/spaces.msw.d.ts +10 -10
- package/types/gen/spaces/spaces.zod.d.ts +19 -19
- package/types/gen/status-conditions/status-conditions.d.ts +1 -1
- package/types/gen/statuses/statuses.d.ts +1 -1
- package/types/gen/system-setting-service/system-setting-service.d.ts +1 -1
- package/types/gen/system-setting-service/system-setting-service.zod.d.ts +8 -0
- package/types/gen/tags/tags.d.ts +1 -1
- package/types/gen/team-hook-service/team-hook-service.d.ts +1 -1
- package/types/gen/team-trigger-service/team-trigger-service.d.ts +1 -1
- package/types/gen/timeline/timeline.d.ts +1 -1
- package/types/gen/timezones/timezones.d.ts +1 -1
- package/types/gen/trigger-service/trigger-service.d.ts +1 -1
- package/types/gen/two-factor-authentication/two-factor-authentication.d.ts +1 -1
- package/types/gen/types/types.d.ts +1 -1
- package/types/gen/user-access-tokens/user-access-tokens.d.ts +1 -1
- package/types/gen/user-helper-service/user-helper-service.d.ts +1 -1
- package/types/gen/users/users.d.ts +1 -1
- package/types/gen/variables/variables.d.ts +1 -1
- package/types/gen/web-hook-service/web-hook-service.d.ts +1 -1
- package/types/gen/webitel-im-api-gateway-v1-account/webitel-im-api-gateway-v1-account.d.ts +1 -1
- package/types/gen/webitel-im-api-gateway-v1-bots/webitel-im-api-gateway-v1-bots.d.ts +1 -1
- package/types/gen/webitel-im-api-gateway-v1-contacts/webitel-im-api-gateway-v1-contacts.d.ts +1 -1
- package/types/gen/webitel-im-api-gateway-v1-contactsettingsmanagement/webitel-im-api-gateway-v1-contactsettingsmanagement.d.ts +1 -1
- package/types/gen/webitel-im-api-gateway-v1-message/webitel-im-api-gateway-v1-message.d.ts +1 -1
- package/types/gen/webitel-im-api-gateway-v1-messagehistory/webitel-im-api-gateway-v1-messagehistory.d.ts +1 -1
- package/types/gen/webitel-im-api-gateway-v1-threadmanagement/webitel-im-api-gateway-v1-threadmanagement.d.ts +1 -1
- package/types/gen/webitel-im-api-gateway-v1-threadmanagement/webitel-im-api-gateway-v1-threadmanagement.zod.d.ts +9 -9
- package/types/gen/webitel-im-api-gateway-v1-threadpermission/webitel-im-api-gateway-v1-threadpermission.d.ts +1 -1
- package/types/gen/webitel-im-api-provider-v1-facebookservice/webitel-im-api-provider-v1-facebookservice.d.ts +1 -1
- package/types/gen/webitel-im-api-provider-v1-metaappservice/webitel-im-api-provider-v1-metaappservice.d.ts +1 -1
- package/types/gen/webitel-im-api-provider-v1-metaoauthservice/webitel-im-api-provider-v1-metaoauthservice.d.ts +1 -1
- package/types/gen/webitel-im-api-provider-v1-whatsappservice/webitel-im-api-provider-v1-whatsappservice.d.ts +1 -1
- package/types/gen/webitel-im-provider-v1-facebookservice/webitel-im-provider-v1-facebookservice.d.ts +1 -1
- package/types/gen/webitel-im-provider-v1-gateservice/webitel-im-provider-v1-gateservice.d.ts +1 -1
- package/types/gen/webitel-im-provider-v1-gatetemplateservice/webitel-im-provider-v1-gatetemplateservice.d.ts +1 -1
- package/types/gen/webitel-im-provider-v1-metaappservice/webitel-im-provider-v1-metaappservice.d.ts +1 -1
- package/types/gen/webitel-im-provider-v1-metaoauthservice/webitel-im-provider-v1-metaoauthservice.d.ts +1 -1
- package/types/gen/webitel-im-provider-v1-providermessageservice/webitel-im-provider-v1-providermessageservice.d.ts +1 -1
- package/types/gen/webitel-im-provider-v1-whatsappservice/webitel-im-provider-v1-whatsappservice.d.ts +1 -1
- package/types/gen/working-condition-service/working-condition-service.d.ts +1 -1
- package/types/gen/working-schedule-service/working-schedule-service.d.ts +1 -1
- package/types/utils/gen/index.d.ts +1 -1
- package/src/gen/_models/oAuth2FederationUpdateOAuthServiceBodyBody.ts +0 -10
- package/src/gen/_models/oAuth2FederationUpdateOAuthServiceBodyBody.zod.ts +0 -10
- package/src/gen/_models/updateArticleParams.ts +0 -13
- package/src/gen/_models/updateArticleParams.zod.ts +0 -13
- package/src/gen/_models/updateSpaceParams.ts +0 -13
- package/src/gen/_models/updateSpaceParams.zod.ts +0 -13
- package/src/gen/_models/webitelImApiGatewayV1VariableEntryValue.ts +0 -14
- package/src/gen/_models/webitelImApiGatewayV1VariableEntryValue.zod.ts +0 -14
- package/types/gen/_models/oAuth2FederationUpdateOAuthServiceBodyBody.d.ts +0 -8
- package/types/gen/_models/oAuth2FederationUpdateOAuthServiceBodyBody.zod.d.ts +0 -8
- package/types/gen/_models/updateArticleParams.d.ts +0 -12
- package/types/gen/_models/updateArticleParams.zod.d.ts +0 -12
- package/types/gen/_models/updateSpaceParams.d.ts +0 -12
- package/types/gen/_models/updateSpaceParams.zod.d.ts +0 -12
- package/types/gen/_models/webitelImApiGatewayV1VariableEntryValue.d.ts +0 -13
- package/types/gen/_models/webitelImApiGatewayV1VariableEntryValue.zod.d.ts +0 -13
package/src/gen/index.ts
CHANGED
|
@@ -1,228 +1,2371 @@
|
|
|
1
1
|
export * from './_models';
|
|
2
2
|
export * from './access-store/access-store';
|
|
3
|
-
export
|
|
3
|
+
export {
|
|
4
|
+
ListDefaultAccessParams,
|
|
5
|
+
ListDefaultAccessQueryParams,
|
|
6
|
+
ListDefaultAccessResponse,
|
|
7
|
+
ListObjectAccessParams,
|
|
8
|
+
ListObjectAccessQueryParams,
|
|
9
|
+
ListObjectAccessResponse,
|
|
10
|
+
ToggleDefaultAccessBody,
|
|
11
|
+
ToggleDefaultAccessParams,
|
|
12
|
+
ToggleDefaultAccessResponse,
|
|
13
|
+
ToggleObjectAccessBody,
|
|
14
|
+
ToggleObjectAccessBodyItem,
|
|
15
|
+
ToggleObjectAccessParams,
|
|
16
|
+
ToggleObjectAccessResponse,
|
|
17
|
+
} from './access-store/access-store.zod';
|
|
4
18
|
export * from './agent-absence-service/agent-absence-service';
|
|
5
|
-
export
|
|
19
|
+
export {
|
|
20
|
+
AgentAbsenceServiceCreateAgentAbsenceBody,
|
|
21
|
+
AgentAbsenceServiceCreateAgentAbsenceParams,
|
|
22
|
+
AgentAbsenceServiceCreateAgentAbsenceResponse,
|
|
23
|
+
AgentAbsenceServiceCreateAgentsAbsencesBody,
|
|
24
|
+
AgentAbsenceServiceCreateAgentsAbsencesResponse,
|
|
25
|
+
AgentAbsenceServiceDeleteAgentAbsenceParams,
|
|
26
|
+
AgentAbsenceServiceDeleteAgentAbsenceResponse,
|
|
27
|
+
AgentAbsenceServiceReadAgentAbsenceParams,
|
|
28
|
+
AgentAbsenceServiceReadAgentAbsenceResponse,
|
|
29
|
+
AgentAbsenceServiceSearchAgentAbsenceParams,
|
|
30
|
+
AgentAbsenceServiceSearchAgentAbsenceQueryParams,
|
|
31
|
+
AgentAbsenceServiceSearchAgentAbsenceResponse,
|
|
32
|
+
AgentAbsenceServiceSearchAgentsAbsencesQueryParams,
|
|
33
|
+
AgentAbsenceServiceSearchAgentsAbsencesResponse,
|
|
34
|
+
AgentAbsenceServiceUpdateAgentAbsenceBody,
|
|
35
|
+
AgentAbsenceServiceUpdateAgentAbsenceParams,
|
|
36
|
+
AgentAbsenceServiceUpdateAgentAbsenceResponse,
|
|
37
|
+
agentAbsenceServiceCreateAgentAbsenceBodyItemTypeIdDefault,
|
|
38
|
+
agentAbsenceServiceCreateAgentAbsenceResponseItemTypeIdDefault,
|
|
39
|
+
agentAbsenceServiceCreateAgentsAbsencesBodyItemsItemTypeIdDefault,
|
|
40
|
+
agentAbsenceServiceCreateAgentsAbsencesResponseItemsItemAbsencesItemTypeIdDefault,
|
|
41
|
+
agentAbsenceServiceReadAgentAbsenceResponseItemTypeIdDefault,
|
|
42
|
+
agentAbsenceServiceSearchAgentAbsenceResponseItemsItemTypeIdDefault,
|
|
43
|
+
agentAbsenceServiceSearchAgentsAbsencesResponseItemsItemAbsencesItemTypeIdDefault,
|
|
44
|
+
agentAbsenceServiceUpdateAgentAbsenceBodyItemTypeIdDefault,
|
|
45
|
+
agentAbsenceServiceUpdateAgentAbsenceResponseItemTypeIdDefault,
|
|
46
|
+
} from './agent-absence-service/agent-absence-service.zod';
|
|
6
47
|
export * from './agent-chat-service/agent-chat-service';
|
|
7
48
|
export * from './agent-chat-service/agent-chat-service.zod';
|
|
8
49
|
export * from './agent-pause-cause-service/agent-pause-cause-service';
|
|
9
50
|
export * from './agent-pause-cause-service/agent-pause-cause-service.zod';
|
|
10
51
|
export * from './agent-service/agent-service';
|
|
11
|
-
export
|
|
52
|
+
export {
|
|
53
|
+
AgentSetStateBody,
|
|
54
|
+
AgentSetStateParams,
|
|
55
|
+
AgentSetStateResponse,
|
|
56
|
+
AgentStateHistoryParams,
|
|
57
|
+
AgentStateHistoryQueryParams,
|
|
58
|
+
AgentStateHistoryResponse,
|
|
59
|
+
AgentTodayStatisticsParams,
|
|
60
|
+
AgentTodayStatisticsQueryParams,
|
|
61
|
+
AgentTodayStatisticsResponse,
|
|
62
|
+
CreateAgentBody,
|
|
63
|
+
CreateAgentResponse,
|
|
64
|
+
DeleteAgentParams,
|
|
65
|
+
DeleteAgentQueryParams,
|
|
66
|
+
DeleteAgentResponse,
|
|
67
|
+
PatchAgentBody,
|
|
68
|
+
PatchAgentParams,
|
|
69
|
+
PatchAgentResponse,
|
|
70
|
+
ReadAgentParams,
|
|
71
|
+
ReadAgentQueryParams,
|
|
72
|
+
ReadAgentResponse,
|
|
73
|
+
SearchAgentCallStatisticsQueryParams,
|
|
74
|
+
SearchAgentCallStatisticsResponse,
|
|
75
|
+
SearchAgentInQueueParams,
|
|
76
|
+
SearchAgentInQueueQueryParams,
|
|
77
|
+
SearchAgentInQueueResponse,
|
|
78
|
+
SearchAgentInQueueStatisticsParams,
|
|
79
|
+
SearchAgentInQueueStatisticsQueryParams,
|
|
80
|
+
SearchAgentInQueueStatisticsResponse,
|
|
81
|
+
SearchAgentInTeamParams,
|
|
82
|
+
SearchAgentInTeamQueryParams,
|
|
83
|
+
SearchAgentInTeamResponse,
|
|
84
|
+
SearchAgentQueryParams,
|
|
85
|
+
SearchAgentResponse,
|
|
86
|
+
SearchAgentStateHistoryQueryParams,
|
|
87
|
+
SearchAgentStateHistoryResponse,
|
|
88
|
+
SearchAgentStatusStatisticItemParams,
|
|
89
|
+
SearchAgentStatusStatisticItemQueryParams,
|
|
90
|
+
SearchAgentStatusStatisticItemResponse,
|
|
91
|
+
SearchAgentStatusStatisticQueryParams,
|
|
92
|
+
SearchAgentStatusStatisticResponse,
|
|
93
|
+
SearchLookupUsersAgentNotExistsQueryParams,
|
|
94
|
+
SearchLookupUsersAgentNotExistsResponse,
|
|
95
|
+
SearchPauseCauseForAgentParams,
|
|
96
|
+
SearchPauseCauseForAgentQueryParams,
|
|
97
|
+
SearchPauseCauseForAgentResponse,
|
|
98
|
+
SearchUserStatusQueryParams,
|
|
99
|
+
SearchUserStatusResponse,
|
|
100
|
+
UpdateAgentBody,
|
|
101
|
+
UpdateAgentParams,
|
|
102
|
+
UpdateAgentResponse,
|
|
103
|
+
UpdateAgentStatusBody,
|
|
104
|
+
UpdateAgentStatusParams,
|
|
105
|
+
UpdateAgentStatusResponse,
|
|
106
|
+
} from './agent-service/agent-service.zod';
|
|
12
107
|
export * from './agent-skill-service/agent-skill-service';
|
|
13
|
-
export
|
|
108
|
+
export {
|
|
109
|
+
CreateAgentSkillBody,
|
|
110
|
+
CreateAgentSkillParams,
|
|
111
|
+
CreateAgentSkillResponse,
|
|
112
|
+
CreateAgentSkillsBody,
|
|
113
|
+
CreateAgentSkillsParams,
|
|
114
|
+
CreateAgentSkillsResponse,
|
|
115
|
+
DeleteAgentSkillParams,
|
|
116
|
+
DeleteAgentSkillQueryParams,
|
|
117
|
+
DeleteAgentSkillResponse,
|
|
118
|
+
DeleteAgentSkillsParams,
|
|
119
|
+
DeleteAgentSkillsQueryParams,
|
|
120
|
+
DeleteAgentSkillsResponse,
|
|
121
|
+
PatchAgentSkillBody,
|
|
122
|
+
PatchAgentSkillParams,
|
|
123
|
+
PatchAgentSkillResponse,
|
|
124
|
+
PatchAgentSkillsBody,
|
|
125
|
+
PatchAgentSkillsParams,
|
|
126
|
+
PatchAgentSkillsResponse,
|
|
127
|
+
ReadAgentSkillParams,
|
|
128
|
+
ReadAgentSkillQueryParams,
|
|
129
|
+
ReadAgentSkillResponse,
|
|
130
|
+
SearchAgentSkillParams,
|
|
131
|
+
SearchAgentSkillQueryParams,
|
|
132
|
+
SearchAgentSkillResponse,
|
|
133
|
+
SearchLookupAgentNotExistsSkillParams,
|
|
134
|
+
SearchLookupAgentNotExistsSkillQueryParams,
|
|
135
|
+
SearchLookupAgentNotExistsSkillResponse,
|
|
136
|
+
UpdateAgentSkillBody,
|
|
137
|
+
UpdateAgentSkillParams,
|
|
138
|
+
UpdateAgentSkillResponse,
|
|
139
|
+
} from './agent-skill-service/agent-skill-service.zod';
|
|
14
140
|
export * from './agent-team-service/agent-team-service';
|
|
15
|
-
export
|
|
141
|
+
export {
|
|
142
|
+
CreateAgentTeamBody,
|
|
143
|
+
CreateAgentTeamResponse,
|
|
144
|
+
DeleteAgentTeamParams,
|
|
145
|
+
DeleteAgentTeamQueryParams,
|
|
146
|
+
DeleteAgentTeamResponse,
|
|
147
|
+
ReadAgentTeamParams,
|
|
148
|
+
ReadAgentTeamQueryParams,
|
|
149
|
+
ReadAgentTeamResponse,
|
|
150
|
+
SearchAgentTeamQueryParams,
|
|
151
|
+
SearchAgentTeamResponse,
|
|
152
|
+
UpdateAgentTeamBody,
|
|
153
|
+
UpdateAgentTeamParams,
|
|
154
|
+
UpdateAgentTeamResponse,
|
|
155
|
+
} from './agent-team-service/agent-team-service.zod';
|
|
16
156
|
export * from './agent-working-conditions-service/agent-working-conditions-service';
|
|
17
|
-
export
|
|
157
|
+
export {
|
|
158
|
+
AgentWorkingConditionsServiceReadAgentWorkingConditionsParams,
|
|
159
|
+
AgentWorkingConditionsServiceReadAgentWorkingConditionsResponse,
|
|
160
|
+
AgentWorkingConditionsServiceUpdateAgentWorkingConditionsBody,
|
|
161
|
+
AgentWorkingConditionsServiceUpdateAgentWorkingConditionsParams,
|
|
162
|
+
AgentWorkingConditionsServiceUpdateAgentWorkingConditionsResponse,
|
|
163
|
+
} from './agent-working-conditions-service/agent-working-conditions-service.zod';
|
|
18
164
|
export * from './agent-working-schedule-service/agent-working-schedule-service';
|
|
19
|
-
export
|
|
165
|
+
export {
|
|
166
|
+
AgentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBody,
|
|
167
|
+
AgentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsParams,
|
|
168
|
+
AgentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsResponse,
|
|
169
|
+
AgentWorkingScheduleServiceSearchAgentsWorkingScheduleParams,
|
|
170
|
+
AgentWorkingScheduleServiceSearchAgentsWorkingScheduleQueryParams,
|
|
171
|
+
AgentWorkingScheduleServiceSearchAgentsWorkingScheduleResponse,
|
|
172
|
+
agentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsResponseItemsItemScheduleItemAbsenceDefault,
|
|
173
|
+
agentWorkingScheduleServiceSearchAgentsWorkingScheduleResponseItemsItemScheduleItemAbsenceDefault,
|
|
174
|
+
} from './agent-working-schedule-service/agent-working-schedule-service.zod';
|
|
20
175
|
export * from './articles/articles';
|
|
21
|
-
export
|
|
176
|
+
export {
|
|
177
|
+
ArticlesAttachmentListParams,
|
|
178
|
+
ArticlesAttachmentListQueryParams,
|
|
179
|
+
ArticlesAttachmentListResponse,
|
|
180
|
+
ArticleVersionsListParams,
|
|
181
|
+
ArticleVersionsListQueryParams,
|
|
182
|
+
ArticleVersionsListResponse,
|
|
183
|
+
CreateArticleArticlesBody,
|
|
184
|
+
CreateArticleArticlesParams,
|
|
185
|
+
CreateArticleArticlesQueryParams,
|
|
186
|
+
CreateArticleArticlesResponse,
|
|
187
|
+
DeleteArticleArticlesParams,
|
|
188
|
+
DeleteArticleArticlesQueryParams,
|
|
189
|
+
DeleteArticleArticlesResponse,
|
|
190
|
+
ListArticles2Params,
|
|
191
|
+
ListArticles2QueryParams,
|
|
192
|
+
ListArticles2Response,
|
|
193
|
+
ListArticlesArticlesParams,
|
|
194
|
+
ListArticlesArticlesQueryParams,
|
|
195
|
+
ListArticlesArticlesResponse,
|
|
196
|
+
LocateArticleArticlesParams,
|
|
197
|
+
LocateArticleArticlesQueryParams,
|
|
198
|
+
LocateArticleArticlesResponse,
|
|
199
|
+
LocateArticleVersionParams,
|
|
200
|
+
LocateArticleVersionResponse,
|
|
201
|
+
UpdateArticleArticlesBody,
|
|
202
|
+
UpdateArticleArticlesParams,
|
|
203
|
+
UpdateArticleArticlesQueryParams,
|
|
204
|
+
UpdateArticleArticlesResponse,
|
|
205
|
+
} from './articles/articles.zod';
|
|
22
206
|
export * from './audit-form-service/audit-form-service';
|
|
23
|
-
export
|
|
207
|
+
export {
|
|
208
|
+
CreateAuditFormBody,
|
|
209
|
+
CreateAuditFormRateBody,
|
|
210
|
+
CreateAuditFormRateResponse,
|
|
211
|
+
CreateAuditFormResponse,
|
|
212
|
+
createAuditFormBodyQuestionsItemTypeDefault,
|
|
213
|
+
createAuditFormRateResponseQuestionsItemTypeDefault,
|
|
214
|
+
createAuditFormResponseQuestionsItemTypeDefault,
|
|
215
|
+
DeleteAuditFormParams,
|
|
216
|
+
DeleteAuditFormResponse,
|
|
217
|
+
DeleteAuditRateParams,
|
|
218
|
+
DeleteAuditRateResponse,
|
|
219
|
+
deleteAuditFormResponseQuestionsItemTypeDefault,
|
|
220
|
+
deleteAuditRateResponseQuestionsItemTypeDefault,
|
|
221
|
+
PatchAuditFormBody,
|
|
222
|
+
PatchAuditFormParams,
|
|
223
|
+
PatchAuditFormResponse,
|
|
224
|
+
patchAuditFormBodyQuestionsItemTypeDefault,
|
|
225
|
+
patchAuditFormResponseQuestionsItemTypeDefault,
|
|
226
|
+
ReadAuditFormParams,
|
|
227
|
+
ReadAuditFormResponse,
|
|
228
|
+
ReadAuditRateParams,
|
|
229
|
+
ReadAuditRateResponse,
|
|
230
|
+
readAuditFormResponseQuestionsItemTypeDefault,
|
|
231
|
+
readAuditRateResponseQuestionsItemTypeDefault,
|
|
232
|
+
SearchAuditFormQueryParams,
|
|
233
|
+
SearchAuditFormResponse,
|
|
234
|
+
SearchAuditRateParams,
|
|
235
|
+
SearchAuditRateQueryParams,
|
|
236
|
+
SearchAuditRateResponse,
|
|
237
|
+
searchAuditFormResponseItemsItemQuestionsItemTypeDefault,
|
|
238
|
+
searchAuditRateResponseItemsItemQuestionsItemTypeDefault,
|
|
239
|
+
UpdateAuditFormBody,
|
|
240
|
+
UpdateAuditFormParams,
|
|
241
|
+
UpdateAuditFormResponse,
|
|
242
|
+
UpdateAuditRateBody,
|
|
243
|
+
UpdateAuditRateParams,
|
|
244
|
+
UpdateAuditRateResponse,
|
|
245
|
+
updateAuditFormBodyQuestionsItemTypeDefault,
|
|
246
|
+
updateAuditFormResponseQuestionsItemTypeDefault,
|
|
247
|
+
updateAuditRateResponseQuestionsItemTypeDefault,
|
|
248
|
+
} from './audit-form-service/audit-form-service.zod';
|
|
24
249
|
export * from './auth/auth';
|
|
25
250
|
export * from './auth/auth.zod';
|
|
26
251
|
export * from './backend-profile-service/backend-profile-service';
|
|
27
|
-
export
|
|
252
|
+
export {
|
|
253
|
+
CreateBackendProfileBody,
|
|
254
|
+
CreateBackendProfileResponse,
|
|
255
|
+
DeleteBackendProfileParams,
|
|
256
|
+
DeleteBackendProfileQueryParams,
|
|
257
|
+
DeleteBackendProfileResponse,
|
|
258
|
+
PatchBackendProfileBody,
|
|
259
|
+
PatchBackendProfileParams,
|
|
260
|
+
PatchBackendProfileResponse,
|
|
261
|
+
ReadBackendProfileParams,
|
|
262
|
+
ReadBackendProfileQueryParams,
|
|
263
|
+
ReadBackendProfileResponse,
|
|
264
|
+
SearchBackendProfileQueryParams,
|
|
265
|
+
SearchBackendProfileResponse,
|
|
266
|
+
UpdateBackendProfileBody,
|
|
267
|
+
UpdateBackendProfileParams,
|
|
268
|
+
UpdateBackendProfileResponse,
|
|
269
|
+
} from './backend-profile-service/backend-profile-service.zod';
|
|
28
270
|
export * from './bucket-service/bucket-service';
|
|
29
|
-
export
|
|
271
|
+
export {
|
|
272
|
+
CreateBucketBody,
|
|
273
|
+
CreateBucketResponse,
|
|
274
|
+
DeleteBucketParams,
|
|
275
|
+
DeleteBucketQueryParams,
|
|
276
|
+
DeleteBucketResponse,
|
|
277
|
+
ReadBucketParams,
|
|
278
|
+
ReadBucketQueryParams,
|
|
279
|
+
ReadBucketResponse,
|
|
280
|
+
SearchBucketQueryParams,
|
|
281
|
+
SearchBucketResponse,
|
|
282
|
+
UpdateBucketBody,
|
|
283
|
+
UpdateBucketParams,
|
|
284
|
+
UpdateBucketResponse,
|
|
285
|
+
} from './bucket-service/bucket-service.zod';
|
|
30
286
|
export * from './calendar-service/calendar-service';
|
|
31
|
-
export
|
|
287
|
+
export {
|
|
288
|
+
CreateCalendarBody,
|
|
289
|
+
CreateCalendarResponse,
|
|
290
|
+
DeleteCalendarParams,
|
|
291
|
+
DeleteCalendarQueryParams,
|
|
292
|
+
DeleteCalendarResponse,
|
|
293
|
+
ReadCalendarParams,
|
|
294
|
+
ReadCalendarQueryParams,
|
|
295
|
+
ReadCalendarResponse,
|
|
296
|
+
SearchCalendarQueryParams,
|
|
297
|
+
SearchCalendarResponse,
|
|
298
|
+
SearchTimezonesQueryParams,
|
|
299
|
+
SearchTimezonesResponse,
|
|
300
|
+
UpdateCalendarBody,
|
|
301
|
+
UpdateCalendarParams,
|
|
302
|
+
UpdateCalendarResponse,
|
|
303
|
+
} from './calendar-service/calendar-service.zod';
|
|
32
304
|
export * from './call-service/call-service';
|
|
33
|
-
export
|
|
305
|
+
export {
|
|
306
|
+
AggregateHistoryCallBody,
|
|
307
|
+
AggregateHistoryCallResponse,
|
|
308
|
+
BlindTransferCallBody,
|
|
309
|
+
BlindTransferCallParams,
|
|
310
|
+
BlindTransferCallResponse,
|
|
311
|
+
ConfirmPushParams,
|
|
312
|
+
ConfirmPushResponse,
|
|
313
|
+
CreateCallAnnotationBody,
|
|
314
|
+
CreateCallAnnotationParams,
|
|
315
|
+
CreateCallAnnotationResponse,
|
|
316
|
+
CreateCallBody,
|
|
317
|
+
CreateCallResponse,
|
|
318
|
+
DeleteCallAnnotationParams,
|
|
319
|
+
DeleteCallAnnotationResponse,
|
|
320
|
+
DtmfCallBody,
|
|
321
|
+
DtmfCallParams,
|
|
322
|
+
DtmfCallResponse,
|
|
323
|
+
EavesdropCallBody,
|
|
324
|
+
EavesdropCallParams,
|
|
325
|
+
EavesdropCallResponse,
|
|
326
|
+
HangupCallBody,
|
|
327
|
+
HangupCallParams,
|
|
328
|
+
HangupCallResponse,
|
|
329
|
+
HoldCallBody,
|
|
330
|
+
HoldCallParams,
|
|
331
|
+
HoldCallResponse,
|
|
332
|
+
PatchHistoryCallBody,
|
|
333
|
+
PatchHistoryCallParams,
|
|
334
|
+
PatchHistoryCallResponse,
|
|
335
|
+
patchHistoryCallResponseFilesItemTypeDefault,
|
|
336
|
+
patchHistoryCallResponseFilesJobItemActionDefault,
|
|
337
|
+
patchHistoryCallResponseFilesJobItemStateDefault,
|
|
338
|
+
ReadCallParams,
|
|
339
|
+
ReadCallQueryParams,
|
|
340
|
+
ReadCallResponse,
|
|
341
|
+
RedialCallBody,
|
|
342
|
+
RedialCallParams,
|
|
343
|
+
RedialCallResponse,
|
|
344
|
+
SearchActiveCallQueryParams,
|
|
345
|
+
SearchActiveCallResponse,
|
|
346
|
+
SearchHistoryCallPostBody,
|
|
347
|
+
SearchHistoryCallPostResponse,
|
|
348
|
+
SearchHistoryCallQueryParams,
|
|
349
|
+
SearchHistoryCallResponse,
|
|
350
|
+
SetVariablesCallBody,
|
|
351
|
+
SetVariablesCallParams,
|
|
352
|
+
SetVariablesCallResponse,
|
|
353
|
+
searchHistoryCallPostResponseItemsItemFilesItemTypeDefault,
|
|
354
|
+
searchHistoryCallPostResponseItemsItemFilesJobItemActionDefault,
|
|
355
|
+
searchHistoryCallPostResponseItemsItemFilesJobItemStateDefault,
|
|
356
|
+
searchHistoryCallResponseItemsItemFilesItemTypeDefault,
|
|
357
|
+
searchHistoryCallResponseItemsItemFilesJobItemActionDefault,
|
|
358
|
+
searchHistoryCallResponseItemsItemFilesJobItemStateDefault,
|
|
359
|
+
UnHoldCallBody,
|
|
360
|
+
UnHoldCallParams,
|
|
361
|
+
UnHoldCallResponse,
|
|
362
|
+
UpdateCallAnnotationBody,
|
|
363
|
+
UpdateCallAnnotationParams,
|
|
364
|
+
UpdateCallAnnotationResponse,
|
|
365
|
+
} from './call-service/call-service.zod';
|
|
34
366
|
export * from './case-comments/case-comments';
|
|
35
|
-
export
|
|
367
|
+
export {
|
|
368
|
+
DeleteCommentParams,
|
|
369
|
+
DeleteCommentQueryParams,
|
|
370
|
+
DeleteCommentResponse,
|
|
371
|
+
ListCommentsParams,
|
|
372
|
+
ListCommentsQueryParams,
|
|
373
|
+
ListCommentsResponse,
|
|
374
|
+
LocateCommentParams,
|
|
375
|
+
LocateCommentQueryParams,
|
|
376
|
+
LocateCommentResponse,
|
|
377
|
+
PublishCommentBody,
|
|
378
|
+
PublishCommentParams,
|
|
379
|
+
PublishCommentQueryParams,
|
|
380
|
+
PublishCommentResponse,
|
|
381
|
+
UpdateComment2Body,
|
|
382
|
+
UpdateComment2Params,
|
|
383
|
+
UpdateComment2QueryParams,
|
|
384
|
+
UpdateComment2Response,
|
|
385
|
+
UpdateCommentBody,
|
|
386
|
+
UpdateCommentParams,
|
|
387
|
+
UpdateCommentQueryParams,
|
|
388
|
+
UpdateCommentResponse,
|
|
389
|
+
} from './case-comments/case-comments.zod';
|
|
36
390
|
export * from './case-communications/case-communications';
|
|
37
|
-
export
|
|
391
|
+
export {
|
|
392
|
+
LinkCommunicationBody,
|
|
393
|
+
LinkCommunicationParams,
|
|
394
|
+
LinkCommunicationQueryParams,
|
|
395
|
+
LinkCommunicationResponse,
|
|
396
|
+
ListCommunicationsParams,
|
|
397
|
+
ListCommunicationsQueryParams,
|
|
398
|
+
ListCommunicationsResponse,
|
|
399
|
+
UnlinkCommunicationParams,
|
|
400
|
+
UnlinkCommunicationQueryParams,
|
|
401
|
+
UnlinkCommunicationResponse,
|
|
402
|
+
} from './case-communications/case-communications.zod';
|
|
38
403
|
export * from './case-files/case-files';
|
|
39
|
-
export
|
|
404
|
+
export {
|
|
405
|
+
DeleteFileParams,
|
|
406
|
+
DeleteFileResponse,
|
|
407
|
+
ListFilesParams,
|
|
408
|
+
ListFilesQueryParams,
|
|
409
|
+
ListFilesResponse,
|
|
410
|
+
} from './case-files/case-files.zod';
|
|
40
411
|
export * from './case-links/case-links';
|
|
41
|
-
export
|
|
412
|
+
export {
|
|
413
|
+
CreateLinkParams,
|
|
414
|
+
CreateLinkQueryParams,
|
|
415
|
+
CreateLinkResponse,
|
|
416
|
+
DeleteLinkParams,
|
|
417
|
+
DeleteLinkResponse,
|
|
418
|
+
ListLinksParams,
|
|
419
|
+
ListLinksQueryParams,
|
|
420
|
+
ListLinksResponse,
|
|
421
|
+
LocateLinkParams,
|
|
422
|
+
LocateLinkQueryParams,
|
|
423
|
+
LocateLinkResponse,
|
|
424
|
+
UpdateLink2Body,
|
|
425
|
+
UpdateLink2Params,
|
|
426
|
+
UpdateLink2QueryParams,
|
|
427
|
+
UpdateLink2Response,
|
|
428
|
+
UpdateLinkBody,
|
|
429
|
+
UpdateLinkParams,
|
|
430
|
+
UpdateLinkQueryParams,
|
|
431
|
+
UpdateLinkResponse,
|
|
432
|
+
} from './case-links/case-links.zod';
|
|
42
433
|
export * from './case-timeline/case-timeline';
|
|
43
|
-
export
|
|
434
|
+
export {
|
|
435
|
+
GetTimelineCounterParams,
|
|
436
|
+
GetTimelineCounterResponse,
|
|
437
|
+
GetTimelineParams,
|
|
438
|
+
GetTimelineQueryParams,
|
|
439
|
+
GetTimelineResponse,
|
|
440
|
+
getTimelineResponseDaysItemItemsItemTypeDefault,
|
|
441
|
+
} from './case-timeline/case-timeline.zod';
|
|
44
442
|
export * from './cases/cases';
|
|
45
|
-
export
|
|
443
|
+
export {
|
|
444
|
+
CreateCaseBody,
|
|
445
|
+
CreateCaseQueryParams,
|
|
446
|
+
CreateCaseResponse,
|
|
447
|
+
createCaseBodyRelatedItemRelationTypeDefault,
|
|
448
|
+
createCaseResponseRelatedDataItemRelationTypeDefault,
|
|
449
|
+
createCaseResponseSourceTypeDefault,
|
|
450
|
+
DeleteCaseParams,
|
|
451
|
+
DeleteCaseQueryParams,
|
|
452
|
+
DeleteCaseResponse,
|
|
453
|
+
deleteCaseResponseRelatedDataItemRelationTypeDefault,
|
|
454
|
+
deleteCaseResponseSourceTypeDefault,
|
|
455
|
+
ExportCasesQueryParams,
|
|
456
|
+
ExportCasesResponse,
|
|
457
|
+
LocateCaseParams,
|
|
458
|
+
LocateCaseQueryParams,
|
|
459
|
+
LocateCaseResponse,
|
|
460
|
+
locateCaseResponseRelatedDataItemRelationTypeDefault,
|
|
461
|
+
locateCaseResponseSourceTypeDefault,
|
|
462
|
+
SearchCases2Params,
|
|
463
|
+
SearchCases2QueryParams,
|
|
464
|
+
SearchCases2Response,
|
|
465
|
+
SearchCasesQueryParams,
|
|
466
|
+
SearchCasesResponse,
|
|
467
|
+
searchCases2ResponseItemsItemRelatedDataItemRelationTypeDefault,
|
|
468
|
+
searchCases2ResponseItemsItemSourceTypeDefault,
|
|
469
|
+
searchCasesResponseItemsItemRelatedDataItemRelationTypeDefault,
|
|
470
|
+
searchCasesResponseItemsItemSourceTypeDefault,
|
|
471
|
+
UpdateCase2Body,
|
|
472
|
+
UpdateCase2Params,
|
|
473
|
+
UpdateCase2QueryParams,
|
|
474
|
+
UpdateCase2Response,
|
|
475
|
+
UpdateCaseBody,
|
|
476
|
+
UpdateCaseParams,
|
|
477
|
+
UpdateCaseQueryParams,
|
|
478
|
+
UpdateCaseResponse,
|
|
479
|
+
updateCase2ResponseCaseRelatedDataItemRelationTypeDefault,
|
|
480
|
+
updateCase2ResponseCaseSourceTypeDefault,
|
|
481
|
+
updateCaseResponseCaseRelatedDataItemRelationTypeDefault,
|
|
482
|
+
updateCaseResponseCaseSourceTypeDefault,
|
|
483
|
+
} from './cases/cases.zod';
|
|
46
484
|
export * from './cases-chat-catalog/cases-chat-catalog';
|
|
47
|
-
export
|
|
485
|
+
export {
|
|
486
|
+
CasesChatCatalogGetCaseChatHistoryParams,
|
|
487
|
+
CasesChatCatalogGetCaseChatHistoryQueryParams,
|
|
488
|
+
CasesChatCatalogGetCaseChatHistoryResponse,
|
|
489
|
+
casesChatCatalogGetCaseChatHistoryResponseMessagesItemKeyboardButtonsItemRowItemShareDefault,
|
|
490
|
+
} from './cases-chat-catalog/cases-chat-catalog.zod';
|
|
48
491
|
export * from './catalogs/catalogs';
|
|
49
|
-
export
|
|
492
|
+
export {
|
|
493
|
+
CreateCatalogBody,
|
|
494
|
+
CreateCatalogQueryParams,
|
|
495
|
+
CreateCatalogResponse,
|
|
496
|
+
DeleteCatalogParams,
|
|
497
|
+
DeleteCatalogResponse,
|
|
498
|
+
ListCatalogsQueryParams,
|
|
499
|
+
ListCatalogsResponse,
|
|
500
|
+
LocateCatalogParams,
|
|
501
|
+
LocateCatalogQueryParams,
|
|
502
|
+
LocateCatalogResponse,
|
|
503
|
+
UpdateCatalog2Body,
|
|
504
|
+
UpdateCatalog2Params,
|
|
505
|
+
UpdateCatalog2QueryParams,
|
|
506
|
+
UpdateCatalog2Response,
|
|
507
|
+
UpdateCatalogBody,
|
|
508
|
+
UpdateCatalogParams,
|
|
509
|
+
UpdateCatalogQueryParams,
|
|
510
|
+
UpdateCatalogResponse,
|
|
511
|
+
} from './catalogs/catalogs.zod';
|
|
50
512
|
export * from './classes/classes';
|
|
51
|
-
export
|
|
513
|
+
export {
|
|
514
|
+
ReadClassParams,
|
|
515
|
+
ReadClassQueryParams,
|
|
516
|
+
ReadClassResponse,
|
|
517
|
+
SearchClassesQueryParams,
|
|
518
|
+
SearchClassesResponse,
|
|
519
|
+
UpdateClass2Body,
|
|
520
|
+
UpdateClass2Params,
|
|
521
|
+
UpdateClass2Response,
|
|
522
|
+
UpdateClassBody,
|
|
523
|
+
UpdateClassParams,
|
|
524
|
+
UpdateClassResponse,
|
|
525
|
+
} from './classes/classes.zod';
|
|
52
526
|
export * from './close-reason-groups/close-reason-groups';
|
|
53
|
-
export
|
|
527
|
+
export {
|
|
528
|
+
CreateCloseReasonGroupBody,
|
|
529
|
+
CreateCloseReasonGroupQueryParams,
|
|
530
|
+
CreateCloseReasonGroupResponse,
|
|
531
|
+
DeleteCloseReasonGroupParams,
|
|
532
|
+
DeleteCloseReasonGroupResponse,
|
|
533
|
+
ListCloseReasonGroupsQueryParams,
|
|
534
|
+
ListCloseReasonGroupsResponse,
|
|
535
|
+
LocateCloseReasonGroupParams,
|
|
536
|
+
LocateCloseReasonGroupQueryParams,
|
|
537
|
+
LocateCloseReasonGroupResponse,
|
|
538
|
+
UpdateCloseReasonGroup2Body,
|
|
539
|
+
UpdateCloseReasonGroup2Params,
|
|
540
|
+
UpdateCloseReasonGroup2QueryParams,
|
|
541
|
+
UpdateCloseReasonGroup2Response,
|
|
542
|
+
UpdateCloseReasonGroupBody,
|
|
543
|
+
UpdateCloseReasonGroupParams,
|
|
544
|
+
UpdateCloseReasonGroupQueryParams,
|
|
545
|
+
UpdateCloseReasonGroupResponse,
|
|
546
|
+
} from './close-reason-groups/close-reason-groups.zod';
|
|
54
547
|
export * from './close-reasons/close-reasons';
|
|
55
|
-
export
|
|
548
|
+
export {
|
|
549
|
+
CreateCloseReasonBody,
|
|
550
|
+
CreateCloseReasonParams,
|
|
551
|
+
CreateCloseReasonQueryParams,
|
|
552
|
+
CreateCloseReasonResponse,
|
|
553
|
+
DeleteCloseReasonParams,
|
|
554
|
+
DeleteCloseReasonResponse,
|
|
555
|
+
ListCloseReasonsParams,
|
|
556
|
+
ListCloseReasonsQueryParams,
|
|
557
|
+
ListCloseReasonsResponse,
|
|
558
|
+
LocateCloseReasonParams,
|
|
559
|
+
LocateCloseReasonQueryParams,
|
|
560
|
+
LocateCloseReasonResponse,
|
|
561
|
+
UpdateCloseReason2Body,
|
|
562
|
+
UpdateCloseReason2Params,
|
|
563
|
+
UpdateCloseReason2QueryParams,
|
|
564
|
+
UpdateCloseReason2Response,
|
|
565
|
+
UpdateCloseReasonBody,
|
|
566
|
+
UpdateCloseReasonParams,
|
|
567
|
+
UpdateCloseReasonQueryParams,
|
|
568
|
+
UpdateCloseReasonResponse,
|
|
569
|
+
} from './close-reasons/close-reasons.zod';
|
|
56
570
|
export * from './cognitive-profile-service/cognitive-profile-service';
|
|
57
|
-
export
|
|
571
|
+
export {
|
|
572
|
+
CreateCognitiveProfileBody,
|
|
573
|
+
CreateCognitiveProfileResponse,
|
|
574
|
+
createCognitiveProfileBodyProviderDefault,
|
|
575
|
+
createCognitiveProfileBodyServiceDefault,
|
|
576
|
+
createCognitiveProfileResponseProviderDefault,
|
|
577
|
+
createCognitiveProfileResponseServiceDefault,
|
|
578
|
+
DeleteCognitiveProfileParams,
|
|
579
|
+
DeleteCognitiveProfileResponse,
|
|
580
|
+
deleteCognitiveProfileResponseProviderDefault,
|
|
581
|
+
deleteCognitiveProfileResponseServiceDefault,
|
|
582
|
+
PatchCognitiveProfileBody,
|
|
583
|
+
PatchCognitiveProfileParams,
|
|
584
|
+
PatchCognitiveProfileResponse,
|
|
585
|
+
patchCognitiveProfileBodyProviderDefault,
|
|
586
|
+
patchCognitiveProfileBodyServiceDefault,
|
|
587
|
+
patchCognitiveProfileResponseProviderDefault,
|
|
588
|
+
patchCognitiveProfileResponseServiceDefault,
|
|
589
|
+
ReadCognitiveProfileParams,
|
|
590
|
+
ReadCognitiveProfileResponse,
|
|
591
|
+
readCognitiveProfileResponseProviderDefault,
|
|
592
|
+
readCognitiveProfileResponseServiceDefault,
|
|
593
|
+
SearchCognitiveProfileQueryParams,
|
|
594
|
+
SearchCognitiveProfileResponse,
|
|
595
|
+
SearchCognitiveProfileVoicesParams,
|
|
596
|
+
SearchCognitiveProfileVoicesQueryParams,
|
|
597
|
+
SearchCognitiveProfileVoicesResponse,
|
|
598
|
+
searchCognitiveProfileResponseItemsItemProviderDefault,
|
|
599
|
+
searchCognitiveProfileResponseItemsItemServiceDefault,
|
|
600
|
+
UpdateCognitiveProfileBody,
|
|
601
|
+
UpdateCognitiveProfileParams,
|
|
602
|
+
UpdateCognitiveProfileResponse,
|
|
603
|
+
updateCognitiveProfileBodyProviderDefault,
|
|
604
|
+
updateCognitiveProfileBodyServiceDefault,
|
|
605
|
+
updateCognitiveProfileResponseProviderDefault,
|
|
606
|
+
updateCognitiveProfileResponseServiceDefault,
|
|
607
|
+
} from './cognitive-profile-service/cognitive-profile-service.zod';
|
|
58
608
|
export * from './comments/comments';
|
|
59
|
-
export
|
|
609
|
+
export {
|
|
610
|
+
DeleteCommentCommentsParams,
|
|
611
|
+
DeleteCommentCommentsQueryParams,
|
|
612
|
+
DeleteCommentCommentsResponse,
|
|
613
|
+
DeleteCommentCommentsResponseItem,
|
|
614
|
+
PublishCommentCommentsBody,
|
|
615
|
+
PublishCommentCommentsParams,
|
|
616
|
+
PublishCommentCommentsQueryParams,
|
|
617
|
+
PublishCommentCommentsResponse,
|
|
618
|
+
SearchCommentsParams,
|
|
619
|
+
SearchCommentsQueryParams,
|
|
620
|
+
SearchCommentsResponse,
|
|
621
|
+
searchCommentsQueryModeDefault,
|
|
622
|
+
UpdateCommentCommentsBody,
|
|
623
|
+
UpdateCommentCommentsParams,
|
|
624
|
+
UpdateCommentCommentsQueryParams,
|
|
625
|
+
UpdateCommentCommentsResponse,
|
|
626
|
+
} from './comments/comments.zod';
|
|
60
627
|
export * from './communication-type-service/communication-type-service';
|
|
61
|
-
export
|
|
628
|
+
export {
|
|
629
|
+
CreateCommunicationTypeBody,
|
|
630
|
+
CreateCommunicationTypeResponse,
|
|
631
|
+
createCommunicationTypeBodyChannelDefault,
|
|
632
|
+
createCommunicationTypeResponseChannelDefault,
|
|
633
|
+
DeleteCommunicationTypeParams,
|
|
634
|
+
DeleteCommunicationTypeQueryParams,
|
|
635
|
+
DeleteCommunicationTypeResponse,
|
|
636
|
+
deleteCommunicationTypeResponseChannelDefault,
|
|
637
|
+
PatchCommunicationTypeBody,
|
|
638
|
+
PatchCommunicationTypeParams,
|
|
639
|
+
PatchCommunicationTypeResponse,
|
|
640
|
+
patchCommunicationTypeBodyChannelDefault,
|
|
641
|
+
patchCommunicationTypeResponseChannelDefault,
|
|
642
|
+
ReadCommunicationTypeParams,
|
|
643
|
+
ReadCommunicationTypeQueryParams,
|
|
644
|
+
ReadCommunicationTypeResponse,
|
|
645
|
+
readCommunicationTypeResponseChannelDefault,
|
|
646
|
+
SearchCommunicationTypeQueryParams,
|
|
647
|
+
SearchCommunicationTypeResponse,
|
|
648
|
+
searchCommunicationTypeResponseItemsItemChannelDefault,
|
|
649
|
+
UpdateCommunicationTypeBody,
|
|
650
|
+
UpdateCommunicationTypeParams,
|
|
651
|
+
UpdateCommunicationTypeResponse,
|
|
652
|
+
updateCommunicationTypeBodyChannelDefault,
|
|
653
|
+
updateCommunicationTypeResponseChannelDefault,
|
|
654
|
+
} from './communication-type-service/communication-type-service.zod';
|
|
62
655
|
export * from './config-service/config-service';
|
|
63
|
-
export
|
|
656
|
+
export {
|
|
657
|
+
ConfigServiceCreateConfigBody,
|
|
658
|
+
ConfigServiceCreateConfigResponse,
|
|
659
|
+
ConfigServiceDeleteConfigParams,
|
|
660
|
+
ConfigServiceDeleteConfigResponse,
|
|
661
|
+
ConfigServicePatchConfigBody,
|
|
662
|
+
ConfigServicePatchConfigParams,
|
|
663
|
+
ConfigServicePatchConfigResponse,
|
|
664
|
+
ConfigServiceReadConfigParams,
|
|
665
|
+
ConfigServiceReadConfigResponse,
|
|
666
|
+
ConfigServiceReadSystemObjectsQueryParams,
|
|
667
|
+
ConfigServiceReadSystemObjectsResponse,
|
|
668
|
+
ConfigServiceSearchConfigQueryParams,
|
|
669
|
+
ConfigServiceSearchConfigResponse,
|
|
670
|
+
ConfigServiceUpdateConfigBody,
|
|
671
|
+
ConfigServiceUpdateConfigParams,
|
|
672
|
+
ConfigServiceUpdateConfigResponse,
|
|
673
|
+
} from './config-service/config-service.zod';
|
|
64
674
|
export * from './contact-groups/contact-groups';
|
|
65
|
-
export
|
|
675
|
+
export {
|
|
676
|
+
DeleteContactGroupParams,
|
|
677
|
+
DeleteContactGroupQueryParams,
|
|
678
|
+
DeleteContactGroupResponse,
|
|
679
|
+
DeleteContactGroupsParams,
|
|
680
|
+
DeleteContactGroupsQueryParams,
|
|
681
|
+
DeleteContactGroupsResponse,
|
|
682
|
+
ListContactGroupsParams,
|
|
683
|
+
ListContactGroupsQueryParams,
|
|
684
|
+
ListContactGroupsResponse,
|
|
685
|
+
LocateContactGroupParams,
|
|
686
|
+
LocateContactGroupQueryParams,
|
|
687
|
+
LocateContactGroupResponse,
|
|
688
|
+
MergeContactGroupsBody,
|
|
689
|
+
MergeContactGroupsBodyItem,
|
|
690
|
+
MergeContactGroupsParams,
|
|
691
|
+
MergeContactGroupsQueryParams,
|
|
692
|
+
MergeContactGroupsResponse,
|
|
693
|
+
ResetContactGroupsBody,
|
|
694
|
+
ResetContactGroupsBodyItem,
|
|
695
|
+
ResetContactGroupsParams,
|
|
696
|
+
ResetContactGroupsQueryParams,
|
|
697
|
+
ResetContactGroupsResponse,
|
|
698
|
+
UpdateContactGroup2Body,
|
|
699
|
+
UpdateContactGroup2Params,
|
|
700
|
+
UpdateContactGroup2QueryParams,
|
|
701
|
+
UpdateContactGroup2Response,
|
|
702
|
+
UpdateContactGroupBody,
|
|
703
|
+
UpdateContactGroupParams,
|
|
704
|
+
UpdateContactGroupQueryParams,
|
|
705
|
+
UpdateContactGroupResponse,
|
|
706
|
+
} from './contact-groups/contact-groups.zod';
|
|
66
707
|
export * from './contact-linking-service/contact-linking-service';
|
|
67
|
-
export
|
|
708
|
+
export {
|
|
709
|
+
ContactLinkingServiceCreateContactFromConversationParams,
|
|
710
|
+
ContactLinkingServiceCreateContactFromConversationQueryParams,
|
|
711
|
+
ContactLinkingServiceCreateContactFromConversationResponse,
|
|
712
|
+
ContactLinkingServiceLinkContactToClientParams,
|
|
713
|
+
ContactLinkingServiceLinkContactToClientQueryParams,
|
|
714
|
+
ContactLinkingServiceLinkContactToClientResponse,
|
|
715
|
+
} from './contact-linking-service/contact-linking-service.zod';
|
|
68
716
|
export * from './contacts/contacts';
|
|
69
|
-
export
|
|
717
|
+
export {
|
|
718
|
+
CreateContactBody,
|
|
719
|
+
CreateContactQueryParams,
|
|
720
|
+
CreateContactResponse,
|
|
721
|
+
CreateContactsBody,
|
|
722
|
+
CreateContactsBodyItem,
|
|
723
|
+
CreateContactsQueryParams,
|
|
724
|
+
CreateContactsResponse,
|
|
725
|
+
createContactBodyVariablesItemKeyRegExp,
|
|
726
|
+
createContactsBodyVariablesItemKeyRegExp,
|
|
727
|
+
createContactsResponseFailuresItemInputVariablesItemKeyRegExp,
|
|
728
|
+
DeleteContactParams,
|
|
729
|
+
DeleteContactQueryParams,
|
|
730
|
+
DeleteContactResponse,
|
|
731
|
+
LocateContactParams,
|
|
732
|
+
LocateContactQueryParams,
|
|
733
|
+
LocateContactResponse,
|
|
734
|
+
locateContactQueryModeDefault,
|
|
735
|
+
SearchContactsQueryParams,
|
|
736
|
+
SearchContactsResponse,
|
|
737
|
+
searchContactsQueryFieldsItemDefault,
|
|
738
|
+
searchContactsQueryModeDefault,
|
|
739
|
+
searchContactsQuerySortItemDefault,
|
|
740
|
+
searchContactsQuerySortItemRegExp,
|
|
741
|
+
UpdateContactBody,
|
|
742
|
+
UpdateContactParams,
|
|
743
|
+
UpdateContactQueryParams,
|
|
744
|
+
UpdateContactResponse,
|
|
745
|
+
updateContactBodyVariablesItemKeyRegExp,
|
|
746
|
+
} from './contacts/contacts.zod';
|
|
70
747
|
export * from './contacts-chat-catalog/contacts-chat-catalog';
|
|
71
|
-
export
|
|
748
|
+
export {
|
|
749
|
+
ContactsChatCatalogGetContactChatHistory2Params,
|
|
750
|
+
ContactsChatCatalogGetContactChatHistory2QueryParams,
|
|
751
|
+
ContactsChatCatalogGetContactChatHistory2Response,
|
|
752
|
+
ContactsChatCatalogGetContactChatHistoryParams,
|
|
753
|
+
ContactsChatCatalogGetContactChatHistoryQueryParams,
|
|
754
|
+
ContactsChatCatalogGetContactChatHistoryResponse,
|
|
755
|
+
contactsChatCatalogGetContactChatHistory2ResponseMessagesItemKeyboardButtonsItemRowItemShareDefault,
|
|
756
|
+
contactsChatCatalogGetContactChatHistoryResponseMessagesItemKeyboardButtonsItemRowItemShareDefault,
|
|
757
|
+
} from './contacts-chat-catalog/contacts-chat-catalog.zod';
|
|
72
758
|
export * from './customers/customers';
|
|
73
|
-
export
|
|
759
|
+
export {
|
|
760
|
+
GetCustomer2Params,
|
|
761
|
+
GetCustomer2QueryParams,
|
|
762
|
+
GetCustomer2Response,
|
|
763
|
+
GetCustomerQueryParams,
|
|
764
|
+
GetCustomerResponse,
|
|
765
|
+
LicenseUsage2QueryParams,
|
|
766
|
+
LicenseUsage2Response,
|
|
767
|
+
LicenseUsage3QueryParams,
|
|
768
|
+
LicenseUsage3Response,
|
|
769
|
+
LicenseUsageParams,
|
|
770
|
+
LicenseUsageQueryParams,
|
|
771
|
+
LicenseUsageResponse,
|
|
772
|
+
LicenseUsersParams,
|
|
773
|
+
LicenseUsersQueryParams,
|
|
774
|
+
LicenseUsersResponse,
|
|
775
|
+
ServerInfoResponse,
|
|
776
|
+
UpdateCustomerQueryParams,
|
|
777
|
+
UpdateCustomerResponse,
|
|
778
|
+
} from './customers/customers.zod';
|
|
74
779
|
export * from './devices/devices';
|
|
75
|
-
export
|
|
780
|
+
export {
|
|
781
|
+
CreateDeviceBody,
|
|
782
|
+
CreateDeviceResponse,
|
|
783
|
+
DeleteDevice2Body,
|
|
784
|
+
DeleteDevice2BodyItem,
|
|
785
|
+
DeleteDevice2QueryParams,
|
|
786
|
+
DeleteDevice2Response,
|
|
787
|
+
DeleteDeviceParams,
|
|
788
|
+
DeleteDeviceQueryParams,
|
|
789
|
+
DeleteDeviceResponse,
|
|
790
|
+
ListRegistrationsParams,
|
|
791
|
+
ListRegistrationsQueryParams,
|
|
792
|
+
ListRegistrationsResponse,
|
|
793
|
+
ReadDeviceParams,
|
|
794
|
+
ReadDeviceQueryParams,
|
|
795
|
+
ReadDeviceResponse,
|
|
796
|
+
SearchDeviceAuditParams,
|
|
797
|
+
SearchDeviceAuditQueryParams,
|
|
798
|
+
SearchDeviceAuditResponse,
|
|
799
|
+
SearchDeviceQueryParams,
|
|
800
|
+
SearchDeviceResponse,
|
|
801
|
+
UpdateDevice2Body,
|
|
802
|
+
UpdateDevice2Params,
|
|
803
|
+
UpdateDevice2QueryParams,
|
|
804
|
+
UpdateDevice2Response,
|
|
805
|
+
UpdateDeviceBody,
|
|
806
|
+
UpdateDeviceParams,
|
|
807
|
+
UpdateDeviceQueryParams,
|
|
808
|
+
UpdateDeviceResponse,
|
|
809
|
+
} from './devices/devices.zod';
|
|
76
810
|
export * from './dictionaries/dictionaries';
|
|
77
|
-
export
|
|
811
|
+
export {
|
|
812
|
+
BatchCreateDataBody,
|
|
813
|
+
BatchCreateDataParams,
|
|
814
|
+
BatchCreateDataResponse,
|
|
815
|
+
CreateDataBody,
|
|
816
|
+
CreateDataParams,
|
|
817
|
+
CreateDataResponse,
|
|
818
|
+
CreateTypeBody,
|
|
819
|
+
CreateTypeParams,
|
|
820
|
+
CreateTypeResponse,
|
|
821
|
+
createTypeBodyFieldsItemKindDefault,
|
|
822
|
+
createTypeResponseFieldsItemKindDefault,
|
|
823
|
+
DeleteData2Params,
|
|
824
|
+
DeleteData2QueryParams,
|
|
825
|
+
DeleteData2Response,
|
|
826
|
+
DeleteDataParams,
|
|
827
|
+
DeleteDataQueryParams,
|
|
828
|
+
DeleteDataResponse,
|
|
829
|
+
DeleteTypeQueryParams,
|
|
830
|
+
DeleteTypeResponse,
|
|
831
|
+
deleteData2ResponseTypeFieldsItemKindDefault,
|
|
832
|
+
deleteDataResponseTypeFieldsItemKindDefault,
|
|
833
|
+
deleteTypeResponseDataItemFieldsItemKindDefault,
|
|
834
|
+
ImportCSVBody,
|
|
835
|
+
ImportCSVParams,
|
|
836
|
+
ImportCSVResponse,
|
|
837
|
+
importCSVBodyOnDataErrorDefault,
|
|
838
|
+
importCSVBodyOnEmptyLineDefault,
|
|
839
|
+
importCSVResponseTypeFieldsItemKindDefault,
|
|
840
|
+
LocateDataParams,
|
|
841
|
+
LocateDataQueryParams,
|
|
842
|
+
LocateDataResponse,
|
|
843
|
+
LocateTypeParams,
|
|
844
|
+
LocateTypeResponse,
|
|
845
|
+
locateDataQueryFieldsItemDefault,
|
|
846
|
+
locateTypeResponseFieldsItemKindDefault,
|
|
847
|
+
SearchDataParams,
|
|
848
|
+
SearchDataQueryParams,
|
|
849
|
+
SearchDataResponse,
|
|
850
|
+
SearchTypeQueryParams,
|
|
851
|
+
SearchTypeResponse,
|
|
852
|
+
searchDataQueryFieldsItemDefault,
|
|
853
|
+
searchDataQuerySortItemDefault,
|
|
854
|
+
searchDataQuerySortItemRegExp,
|
|
855
|
+
searchDataResponseTypeFieldsItemKindDefault,
|
|
856
|
+
searchTypeQueryFieldsItemDefault,
|
|
857
|
+
searchTypeQuerySortItemDefault,
|
|
858
|
+
searchTypeQuerySortItemRegExp,
|
|
859
|
+
searchTypeResponseDataItemFieldsItemKindDefault,
|
|
860
|
+
UpdateData2Body,
|
|
861
|
+
UpdateData2Params,
|
|
862
|
+
UpdateData2QueryParams,
|
|
863
|
+
UpdateData2Response,
|
|
864
|
+
UpdateDataBody,
|
|
865
|
+
UpdateDataParams,
|
|
866
|
+
UpdateDataQueryParams,
|
|
867
|
+
UpdateDataResponse,
|
|
868
|
+
UpdateTypeBody,
|
|
869
|
+
UpdateTypeParams,
|
|
870
|
+
UpdateTypeQueryParams,
|
|
871
|
+
UpdateTypeResponse,
|
|
872
|
+
updateTypeBodyFieldsItemKindDefault,
|
|
873
|
+
updateTypeResponseFieldsItemKindDefault,
|
|
874
|
+
} from './dictionaries/dictionaries.zod';
|
|
78
875
|
export * from './domains/domains';
|
|
79
|
-
export
|
|
876
|
+
export {
|
|
877
|
+
CreateDomainBody,
|
|
878
|
+
CreateDomainResponse,
|
|
879
|
+
DeleteDomain2Params,
|
|
880
|
+
DeleteDomain2QueryParams,
|
|
881
|
+
DeleteDomain2Response,
|
|
882
|
+
DeleteDomainQueryParams,
|
|
883
|
+
DeleteDomainResponse,
|
|
884
|
+
ReadDomain2Params,
|
|
885
|
+
ReadDomain2QueryParams,
|
|
886
|
+
ReadDomain2Response,
|
|
887
|
+
ReadDomainQueryParams,
|
|
888
|
+
ReadDomainResponse,
|
|
889
|
+
SearchDomainsQueryParams,
|
|
890
|
+
SearchDomainsResponse,
|
|
891
|
+
UpdateDomain2Body,
|
|
892
|
+
UpdateDomain2Params,
|
|
893
|
+
UpdateDomain2Response,
|
|
894
|
+
UpdateDomainBody,
|
|
895
|
+
UpdateDomainParams,
|
|
896
|
+
UpdateDomainResponse,
|
|
897
|
+
} from './domains/domains.zod';
|
|
80
898
|
export * from './dynamic-conditions/dynamic-conditions';
|
|
81
|
-
export
|
|
899
|
+
export {
|
|
900
|
+
CreateConditionBody,
|
|
901
|
+
CreateConditionParams,
|
|
902
|
+
CreateConditionResponse,
|
|
903
|
+
DeleteConditionParams,
|
|
904
|
+
DeleteConditionResponse,
|
|
905
|
+
ListConditionsParams,
|
|
906
|
+
ListConditionsQueryParams,
|
|
907
|
+
ListConditionsResponse,
|
|
908
|
+
LocateConditionParams,
|
|
909
|
+
LocateConditionQueryParams,
|
|
910
|
+
LocateConditionResponse,
|
|
911
|
+
UpdateCondition2Body,
|
|
912
|
+
UpdateCondition2Params,
|
|
913
|
+
UpdateCondition2Response,
|
|
914
|
+
UpdateConditionBody,
|
|
915
|
+
UpdateConditionParams,
|
|
916
|
+
UpdateConditionResponse,
|
|
917
|
+
} from './dynamic-conditions/dynamic-conditions.zod';
|
|
82
918
|
export * from './dynamic-groups/dynamic-groups';
|
|
83
|
-
export
|
|
919
|
+
export {
|
|
920
|
+
CreateDynamicGroupBody,
|
|
921
|
+
CreateDynamicGroupResponse,
|
|
922
|
+
DeleteDynamicGroupParams,
|
|
923
|
+
DeleteDynamicGroupResponse,
|
|
924
|
+
ListDynamicGroupsQueryParams,
|
|
925
|
+
ListDynamicGroupsResponse,
|
|
926
|
+
LocateDynamicGroupParams,
|
|
927
|
+
LocateDynamicGroupQueryParams,
|
|
928
|
+
LocateDynamicGroupResponse,
|
|
929
|
+
UpdateDynamicGroup2Body,
|
|
930
|
+
UpdateDynamicGroup2Params,
|
|
931
|
+
UpdateDynamicGroup2Response,
|
|
932
|
+
UpdateDynamicGroupBody,
|
|
933
|
+
UpdateDynamicGroupParams,
|
|
934
|
+
UpdateDynamicGroupResponse,
|
|
935
|
+
} from './dynamic-groups/dynamic-groups.zod';
|
|
84
936
|
export * from './email-profile-service/email-profile-service';
|
|
85
937
|
export * from './email-profile-service/email-profile-service.zod';
|
|
86
938
|
export * from './emails/emails';
|
|
87
|
-
export
|
|
939
|
+
export {
|
|
940
|
+
DeleteEmailParams,
|
|
941
|
+
DeleteEmailQueryParams,
|
|
942
|
+
DeleteEmailResponse,
|
|
943
|
+
DeleteEmailsParams,
|
|
944
|
+
DeleteEmailsQueryParams,
|
|
945
|
+
DeleteEmailsResponse,
|
|
946
|
+
deleteEmailsQueryEtagItemRegExp,
|
|
947
|
+
ListEmailsParams,
|
|
948
|
+
ListEmailsQueryParams,
|
|
949
|
+
ListEmailsResponse,
|
|
950
|
+
LocateEmailParams,
|
|
951
|
+
LocateEmailQueryParams,
|
|
952
|
+
LocateEmailResponse,
|
|
953
|
+
MergeEmailsBody,
|
|
954
|
+
MergeEmailsBodyItem,
|
|
955
|
+
MergeEmailsParams,
|
|
956
|
+
MergeEmailsQueryParams,
|
|
957
|
+
MergeEmailsResponse,
|
|
958
|
+
ResetEmailsBody,
|
|
959
|
+
ResetEmailsBodyItem,
|
|
960
|
+
ResetEmailsParams,
|
|
961
|
+
ResetEmailsQueryParams,
|
|
962
|
+
ResetEmailsResponse,
|
|
963
|
+
UpdateEmail2Body,
|
|
964
|
+
UpdateEmail2Params,
|
|
965
|
+
UpdateEmail2QueryParams,
|
|
966
|
+
UpdateEmail2Response,
|
|
967
|
+
UpdateEmailBody,
|
|
968
|
+
UpdateEmailParams,
|
|
969
|
+
UpdateEmailQueryParams,
|
|
970
|
+
UpdateEmailResponse,
|
|
971
|
+
} from './emails/emails.zod';
|
|
88
972
|
export * from './extensions/extensions';
|
|
89
|
-
export
|
|
973
|
+
export {
|
|
974
|
+
CreateTypeExtensionsBody,
|
|
975
|
+
CreateTypeExtensionsParams,
|
|
976
|
+
CreateTypeExtensionsResponse,
|
|
977
|
+
createTypeExtensionsBodyFieldsItemKindDefault,
|
|
978
|
+
createTypeExtensionsResponseFieldsItemKindDefault,
|
|
979
|
+
DeleteType2QueryParams,
|
|
980
|
+
DeleteType2Response,
|
|
981
|
+
DeleteTypeExtensionsParams,
|
|
982
|
+
DeleteTypeExtensionsQueryParams,
|
|
983
|
+
DeleteTypeExtensionsResponse,
|
|
984
|
+
deleteType2ResponseDataItemFieldsItemKindDefault,
|
|
985
|
+
deleteTypeExtensionsResponseDataItemFieldsItemKindDefault,
|
|
986
|
+
LocateTypeExtensionsParams,
|
|
987
|
+
LocateTypeExtensionsResponse,
|
|
988
|
+
locateTypeExtensionsResponseFieldsItemKindDefault,
|
|
989
|
+
SearchTypeExtensionsQueryParams,
|
|
990
|
+
SearchTypeExtensionsResponse,
|
|
991
|
+
searchTypeExtensionsQueryFieldsItemDefault,
|
|
992
|
+
searchTypeExtensionsQuerySortItemDefault,
|
|
993
|
+
searchTypeExtensionsQuerySortItemRegExp,
|
|
994
|
+
searchTypeExtensionsResponseDataItemFieldsItemKindDefault,
|
|
995
|
+
UpdateTypeExtensionsBody,
|
|
996
|
+
UpdateTypeExtensionsParams,
|
|
997
|
+
UpdateTypeExtensionsResponse,
|
|
998
|
+
updateTypeExtensionsBodyFieldsItemKindDefault,
|
|
999
|
+
updateTypeExtensionsResponseFieldsItemKindDefault,
|
|
1000
|
+
} from './extensions/extensions.zod';
|
|
90
1001
|
export * from './feedback-service/feedback-service';
|
|
91
1002
|
export * from './feedback-service/feedback-service.zod';
|
|
92
1003
|
export * from './file-policies-service/file-policies-service';
|
|
93
1004
|
export * from './file-policies-service/file-policies-service.zod';
|
|
94
1005
|
export * from './file-service/file-service';
|
|
95
|
-
export
|
|
1006
|
+
export {
|
|
1007
|
+
DeleteFilesBody,
|
|
1008
|
+
DeleteFilesResponse,
|
|
1009
|
+
DeleteQuarantineFilesBody,
|
|
1010
|
+
DeleteQuarantineFilesResponse,
|
|
1011
|
+
DeleteScreenRecordingsBody,
|
|
1012
|
+
DeleteScreenRecordingsByAgentBody,
|
|
1013
|
+
DeleteScreenRecordingsByAgentParams,
|
|
1014
|
+
DeleteScreenRecordingsByAgentResponse,
|
|
1015
|
+
DeleteScreenRecordingsParams,
|
|
1016
|
+
DeleteScreenRecordingsResponse,
|
|
1017
|
+
DeleteVideocallFilesBody,
|
|
1018
|
+
DeleteVideocallFilesParams,
|
|
1019
|
+
DeleteVideocallFilesResponse,
|
|
1020
|
+
RestoreFilesBody,
|
|
1021
|
+
RestoreFilesResponse,
|
|
1022
|
+
SearchFilesByCallParams,
|
|
1023
|
+
SearchFilesByCallQueryParams,
|
|
1024
|
+
SearchFilesByCallResponse,
|
|
1025
|
+
SearchFilesQueryParams,
|
|
1026
|
+
SearchFilesResponse,
|
|
1027
|
+
SearchScreenRecordingsByAgentParams,
|
|
1028
|
+
SearchScreenRecordingsByAgentQueryParams,
|
|
1029
|
+
SearchScreenRecordingsByAgentResponse,
|
|
1030
|
+
SearchScreenRecordingsParams,
|
|
1031
|
+
SearchScreenRecordingsQueryParams,
|
|
1032
|
+
SearchScreenRecordingsResponse,
|
|
1033
|
+
searchFilesByCallResponseItemsItemChannelDefault,
|
|
1034
|
+
searchFilesResponseItemsItemChannelDefault,
|
|
1035
|
+
searchScreenRecordingsByAgentQueryChannelDefault,
|
|
1036
|
+
searchScreenRecordingsByAgentQueryTypeDefault,
|
|
1037
|
+
searchScreenRecordingsByAgentResponseItemsItemChannelDefault,
|
|
1038
|
+
searchScreenRecordingsQueryChannelDefault,
|
|
1039
|
+
searchScreenRecordingsQueryTypeDefault,
|
|
1040
|
+
searchScreenRecordingsResponseItemsItemChannelDefault,
|
|
1041
|
+
} from './file-service/file-service.zod';
|
|
96
1042
|
export * from './file-transcript-service/file-transcript-service';
|
|
97
|
-
export
|
|
1043
|
+
export {
|
|
1044
|
+
CreateFileTranscriptBody,
|
|
1045
|
+
CreateFileTranscriptResponse,
|
|
1046
|
+
DeleteFileTranscriptBody,
|
|
1047
|
+
DeleteFileTranscriptResponse,
|
|
1048
|
+
GetFileTranscriptPhrasesParams,
|
|
1049
|
+
GetFileTranscriptPhrasesQueryParams,
|
|
1050
|
+
GetFileTranscriptPhrasesResponse,
|
|
1051
|
+
PutFileTranscriptBody,
|
|
1052
|
+
PutFileTranscriptResponse,
|
|
1053
|
+
} from './file-transcript-service/file-transcript-service.zod';
|
|
98
1054
|
export * from './forecast-calculation-service/forecast-calculation-service';
|
|
99
|
-
export
|
|
1055
|
+
export {
|
|
1056
|
+
ForecastCalculationServiceCreateForecastCalculationBody,
|
|
1057
|
+
ForecastCalculationServiceCreateForecastCalculationResponse,
|
|
1058
|
+
ForecastCalculationServiceDeleteForecastCalculationParams,
|
|
1059
|
+
ForecastCalculationServiceDeleteForecastCalculationResponse,
|
|
1060
|
+
ForecastCalculationServiceExecuteForecastCalculationParams,
|
|
1061
|
+
ForecastCalculationServiceExecuteForecastCalculationQueryParams,
|
|
1062
|
+
ForecastCalculationServiceExecuteForecastCalculationResponse,
|
|
1063
|
+
ForecastCalculationServiceReadForecastCalculationParams,
|
|
1064
|
+
ForecastCalculationServiceReadForecastCalculationQueryParams,
|
|
1065
|
+
ForecastCalculationServiceReadForecastCalculationResponse,
|
|
1066
|
+
ForecastCalculationServiceSearchForecastCalculationQueryParams,
|
|
1067
|
+
ForecastCalculationServiceSearchForecastCalculationResponse,
|
|
1068
|
+
ForecastCalculationServiceUpdateForecastCalculationBody,
|
|
1069
|
+
ForecastCalculationServiceUpdateForecastCalculationParams,
|
|
1070
|
+
ForecastCalculationServiceUpdateForecastCalculationResponse,
|
|
1071
|
+
} from './forecast-calculation-service/forecast-calculation-service.zod';
|
|
100
1072
|
export * from './ftsservice/ftsservice';
|
|
101
1073
|
export * from './ftsservice/ftsservice.zod';
|
|
102
1074
|
export * from './groups/groups';
|
|
103
|
-
export
|
|
1075
|
+
export {
|
|
1076
|
+
AddContactsToGroupsBody,
|
|
1077
|
+
AddContactsToGroupsResponse,
|
|
1078
|
+
CreateGroupBody,
|
|
1079
|
+
CreateGroupResponse,
|
|
1080
|
+
createGroupResponseTypeDefault,
|
|
1081
|
+
DeleteGroupParams,
|
|
1082
|
+
DeleteGroupResponse,
|
|
1083
|
+
deleteGroupResponseTypeDefault,
|
|
1084
|
+
ListGroupsQueryParams,
|
|
1085
|
+
ListGroupsResponse,
|
|
1086
|
+
LocateGroupParams,
|
|
1087
|
+
LocateGroupQueryParams,
|
|
1088
|
+
LocateGroupResponse,
|
|
1089
|
+
listGroupsQueryTypeDefault,
|
|
1090
|
+
listGroupsResponseItemsItemTypeDefault,
|
|
1091
|
+
locateGroupResponseGroupTypeDefault,
|
|
1092
|
+
RemoveContactsFromGroupParams,
|
|
1093
|
+
RemoveContactsFromGroupQueryParams,
|
|
1094
|
+
RemoveContactsFromGroupResponse,
|
|
1095
|
+
UpdateGroup2Body,
|
|
1096
|
+
UpdateGroup2Params,
|
|
1097
|
+
UpdateGroup2Response,
|
|
1098
|
+
UpdateGroupBody,
|
|
1099
|
+
UpdateGroupParams,
|
|
1100
|
+
UpdateGroupResponse,
|
|
1101
|
+
updateGroup2ResponseTypeDefault,
|
|
1102
|
+
updateGroupResponseTypeDefault,
|
|
1103
|
+
} from './groups/groups.zod';
|
|
104
1104
|
export * from './imclients/imclients';
|
|
105
|
-
export
|
|
1105
|
+
export {
|
|
1106
|
+
DeleteIMClientParams,
|
|
1107
|
+
DeleteIMClientResponse,
|
|
1108
|
+
ListIMClientsParams,
|
|
1109
|
+
ListIMClientsQueryParams,
|
|
1110
|
+
ListIMClientsResponse,
|
|
1111
|
+
} from './imclients/imclients.zod';
|
|
106
1112
|
export * from './import-template-service/import-template-service';
|
|
107
1113
|
export * from './import-template-service/import-template-service.zod';
|
|
108
1114
|
export * from './knowledgebase-search/knowledgebase-search';
|
|
109
1115
|
export * from './knowledgebase-search/knowledgebase-search.zod';
|
|
110
1116
|
export * from './labels/labels';
|
|
111
|
-
export
|
|
1117
|
+
export {
|
|
1118
|
+
DeleteLabelsParams,
|
|
1119
|
+
DeleteLabelsQueryParams,
|
|
1120
|
+
DeleteLabelsResponse,
|
|
1121
|
+
deleteLabelsQueryEtagItemRegExp,
|
|
1122
|
+
GetLabelsQueryParams,
|
|
1123
|
+
GetLabelsResponse,
|
|
1124
|
+
ListLabelsParams,
|
|
1125
|
+
ListLabelsQueryParams,
|
|
1126
|
+
ListLabelsResponse,
|
|
1127
|
+
MergeLabelsBody,
|
|
1128
|
+
MergeLabelsBodyItem,
|
|
1129
|
+
MergeLabelsParams,
|
|
1130
|
+
MergeLabelsQueryParams,
|
|
1131
|
+
MergeLabelsResponse,
|
|
1132
|
+
ResetLabelsBody,
|
|
1133
|
+
ResetLabelsBodyItem,
|
|
1134
|
+
ResetLabelsParams,
|
|
1135
|
+
ResetLabelsQueryParams,
|
|
1136
|
+
ResetLabelsResponse,
|
|
1137
|
+
} from './labels/labels.zod';
|
|
112
1138
|
export * from './languages/languages';
|
|
113
|
-
export
|
|
1139
|
+
export {
|
|
1140
|
+
AddContactLanguagesBody,
|
|
1141
|
+
AddContactLanguagesBodyItem,
|
|
1142
|
+
AddContactLanguagesParams,
|
|
1143
|
+
AddContactLanguagesQueryParams,
|
|
1144
|
+
AddContactLanguagesResponse,
|
|
1145
|
+
DelContactLanguageParams,
|
|
1146
|
+
DelContactLanguageQueryParams,
|
|
1147
|
+
DelContactLanguageResponse,
|
|
1148
|
+
DelContactLanguagesParams,
|
|
1149
|
+
DelContactLanguagesQueryParams,
|
|
1150
|
+
DelContactLanguagesResponse,
|
|
1151
|
+
GetContactLanguagesParams,
|
|
1152
|
+
GetContactLanguagesQueryParams,
|
|
1153
|
+
GetContactLanguagesResponse,
|
|
1154
|
+
SetContactLanguage2Body,
|
|
1155
|
+
SetContactLanguage2Params,
|
|
1156
|
+
SetContactLanguage2QueryParams,
|
|
1157
|
+
SetContactLanguage2Response,
|
|
1158
|
+
SetContactLanguageBody,
|
|
1159
|
+
SetContactLanguageParams,
|
|
1160
|
+
SetContactLanguageQueryParams,
|
|
1161
|
+
SetContactLanguageResponse,
|
|
1162
|
+
SetContactLanguagesBody,
|
|
1163
|
+
SetContactLanguagesBodyItem,
|
|
1164
|
+
SetContactLanguagesParams,
|
|
1165
|
+
SetContactLanguagesQueryParams,
|
|
1166
|
+
SetContactLanguagesResponse,
|
|
1167
|
+
} from './languages/languages.zod';
|
|
114
1168
|
export * from './ldap/ldap';
|
|
115
|
-
export
|
|
1169
|
+
export {
|
|
1170
|
+
CreateLDAPCatalogBody,
|
|
1171
|
+
CreateLDAPCatalogResponse,
|
|
1172
|
+
CreateLDAPTemplateBody,
|
|
1173
|
+
CreateLDAPTemplateParams,
|
|
1174
|
+
CreateLDAPTemplateResponse,
|
|
1175
|
+
DeleteLDAPCatalog2Body,
|
|
1176
|
+
DeleteLDAPCatalog2Response,
|
|
1177
|
+
DeleteLDAPCatalogParams,
|
|
1178
|
+
DeleteLDAPCatalogQueryParams,
|
|
1179
|
+
DeleteLDAPCatalogResponse,
|
|
1180
|
+
DeleteLDAPTemplate2Body,
|
|
1181
|
+
DeleteLDAPTemplate2Params,
|
|
1182
|
+
DeleteLDAPTemplate2Response,
|
|
1183
|
+
DeleteLDAPTemplateBody,
|
|
1184
|
+
DeleteLDAPTemplateParams,
|
|
1185
|
+
DeleteLDAPTemplateResponse,
|
|
1186
|
+
LDAPSearch2Params,
|
|
1187
|
+
LDAPSearch2QueryParams,
|
|
1188
|
+
LDAPSearch2Response,
|
|
1189
|
+
LDAPSearch3Body,
|
|
1190
|
+
LDAPSearch3Response,
|
|
1191
|
+
LDAPSearch4QueryParams,
|
|
1192
|
+
LDAPSearch4Response,
|
|
1193
|
+
LDAPSearchBody,
|
|
1194
|
+
LDAPSearchParams,
|
|
1195
|
+
LDAPSearchResponse,
|
|
1196
|
+
LocateLDAPCatalogParams,
|
|
1197
|
+
LocateLDAPCatalogQueryParams,
|
|
1198
|
+
LocateLDAPCatalogResponse,
|
|
1199
|
+
LocateLDAProcessParams,
|
|
1200
|
+
LocateLDAProcessQueryParams,
|
|
1201
|
+
LocateLDAProcessResponse,
|
|
1202
|
+
LocateLDAPTemplateParams,
|
|
1203
|
+
LocateLDAPTemplateQueryParams,
|
|
1204
|
+
LocateLDAPTemplateResponse,
|
|
1205
|
+
ResyncLDAPCatalogBody,
|
|
1206
|
+
ResyncLDAPCatalogParams,
|
|
1207
|
+
ResyncLDAPCatalogResponse,
|
|
1208
|
+
SearchLDAPCatalogQueryParams,
|
|
1209
|
+
SearchLDAPCatalogResponse,
|
|
1210
|
+
SearchLDAProcessParams,
|
|
1211
|
+
SearchLDAProcessQueryParams,
|
|
1212
|
+
SearchLDAProcessResponse,
|
|
1213
|
+
SearchLDAPTemplateParams,
|
|
1214
|
+
SearchLDAPTemplateQueryParams,
|
|
1215
|
+
SearchLDAPTemplateResponse,
|
|
1216
|
+
UpdateLDAPCatalog2Body,
|
|
1217
|
+
UpdateLDAPCatalog2Params,
|
|
1218
|
+
UpdateLDAPCatalog2Response,
|
|
1219
|
+
UpdateLDAPCatalogBody,
|
|
1220
|
+
UpdateLDAPCatalogParams,
|
|
1221
|
+
UpdateLDAPCatalogResponse,
|
|
1222
|
+
UpdateLDAPTemplate2Body,
|
|
1223
|
+
UpdateLDAPTemplate2Params,
|
|
1224
|
+
UpdateLDAPTemplate2Response,
|
|
1225
|
+
UpdateLDAPTemplateBody,
|
|
1226
|
+
UpdateLDAPTemplateParams,
|
|
1227
|
+
UpdateLDAPTemplateResponse,
|
|
1228
|
+
} from './ldap/ldap.zod';
|
|
116
1229
|
export * from './list-service/list-service';
|
|
117
|
-
export
|
|
1230
|
+
export {
|
|
1231
|
+
CreateListBody,
|
|
1232
|
+
CreateListCommunicationBody,
|
|
1233
|
+
CreateListCommunicationParams,
|
|
1234
|
+
CreateListCommunicationResponse,
|
|
1235
|
+
CreateListResponse,
|
|
1236
|
+
DeleteListCommunicationParams,
|
|
1237
|
+
DeleteListCommunicationQueryParams,
|
|
1238
|
+
DeleteListCommunicationResponse,
|
|
1239
|
+
DeleteListParams,
|
|
1240
|
+
DeleteListQueryParams,
|
|
1241
|
+
DeleteListResponse,
|
|
1242
|
+
ReadListCommunicationParams,
|
|
1243
|
+
ReadListCommunicationQueryParams,
|
|
1244
|
+
ReadListCommunicationResponse,
|
|
1245
|
+
ReadListParams,
|
|
1246
|
+
ReadListQueryParams,
|
|
1247
|
+
ReadListResponse,
|
|
1248
|
+
SearchListCommunicationParams,
|
|
1249
|
+
SearchListCommunicationQueryParams,
|
|
1250
|
+
SearchListCommunicationResponse,
|
|
1251
|
+
SearchListQueryParams,
|
|
1252
|
+
SearchListResponse,
|
|
1253
|
+
UpdateListBody,
|
|
1254
|
+
UpdateListCommunicationBody,
|
|
1255
|
+
UpdateListCommunicationParams,
|
|
1256
|
+
UpdateListCommunicationResponse,
|
|
1257
|
+
UpdateListParams,
|
|
1258
|
+
UpdateListResponse,
|
|
1259
|
+
} from './list-service/list-service.zod';
|
|
118
1260
|
export * from './logger-service/logger-service';
|
|
119
|
-
export
|
|
1261
|
+
export {
|
|
1262
|
+
LoggerServiceSearchLogByConfigIdParams,
|
|
1263
|
+
LoggerServiceSearchLogByConfigIdQueryParams,
|
|
1264
|
+
LoggerServiceSearchLogByConfigIdResponse,
|
|
1265
|
+
LoggerServiceSearchLogByRecordIdParams,
|
|
1266
|
+
LoggerServiceSearchLogByRecordIdQueryParams,
|
|
1267
|
+
LoggerServiceSearchLogByRecordIdResponse,
|
|
1268
|
+
LoggerServiceSearchLogByUserIdParams,
|
|
1269
|
+
LoggerServiceSearchLogByUserIdQueryParams,
|
|
1270
|
+
LoggerServiceSearchLogByUserIdResponse,
|
|
1271
|
+
} from './logger-service/logger-service.zod';
|
|
120
1272
|
export * from './managers/managers';
|
|
121
|
-
export
|
|
1273
|
+
export {
|
|
1274
|
+
DeleteManagerParams,
|
|
1275
|
+
DeleteManagerQueryParams,
|
|
1276
|
+
DeleteManagerResponse,
|
|
1277
|
+
DeleteManagersParams,
|
|
1278
|
+
DeleteManagersQueryParams,
|
|
1279
|
+
DeleteManagersResponse,
|
|
1280
|
+
DeleteManagersResponseItem,
|
|
1281
|
+
ListManagersParams,
|
|
1282
|
+
ListManagersQueryParams,
|
|
1283
|
+
ListManagersResponse,
|
|
1284
|
+
LocateManagerParams,
|
|
1285
|
+
LocateManagerQueryParams,
|
|
1286
|
+
LocateManagerResponse,
|
|
1287
|
+
MergeManagersBody,
|
|
1288
|
+
MergeManagersBodyItem,
|
|
1289
|
+
MergeManagersParams,
|
|
1290
|
+
MergeManagersQueryParams,
|
|
1291
|
+
MergeManagersResponse,
|
|
1292
|
+
ResetManagersBody,
|
|
1293
|
+
ResetManagersBodyItem,
|
|
1294
|
+
ResetManagersParams,
|
|
1295
|
+
ResetManagersQueryParams,
|
|
1296
|
+
ResetManagersResponse,
|
|
1297
|
+
UpdateManager2Body,
|
|
1298
|
+
UpdateManager2Params,
|
|
1299
|
+
UpdateManager2QueryParams,
|
|
1300
|
+
UpdateManager2Response,
|
|
1301
|
+
UpdateManagerBody,
|
|
1302
|
+
UpdateManagerParams,
|
|
1303
|
+
UpdateManagerQueryParams,
|
|
1304
|
+
UpdateManagerResponse,
|
|
1305
|
+
} from './managers/managers.zod';
|
|
122
1306
|
export * from './media-file-service/media-file-service';
|
|
123
|
-
export
|
|
1307
|
+
export {
|
|
1308
|
+
DeleteMediaFileParams,
|
|
1309
|
+
DeleteMediaFileQueryParams,
|
|
1310
|
+
DeleteMediaFileResponse,
|
|
1311
|
+
ReadMediaFileParams,
|
|
1312
|
+
ReadMediaFileQueryParams,
|
|
1313
|
+
ReadMediaFileResponse,
|
|
1314
|
+
SearchMediaFileQueryParams,
|
|
1315
|
+
SearchMediaFileResponse,
|
|
1316
|
+
} from './media-file-service/media-file-service.zod';
|
|
124
1317
|
export * from './meeting-service/meeting-service';
|
|
125
1318
|
export * from './meeting-service/meeting-service.zod';
|
|
126
1319
|
export * from './member-service/member-service';
|
|
127
|
-
export
|
|
1320
|
+
export {
|
|
1321
|
+
AssignAttemptBody,
|
|
1322
|
+
AssignAttemptParams,
|
|
1323
|
+
AssignAttemptResponse,
|
|
1324
|
+
AttemptCallbackBody,
|
|
1325
|
+
AttemptCallbackParams,
|
|
1326
|
+
AttemptCallbackResponse,
|
|
1327
|
+
AttemptResultBody,
|
|
1328
|
+
AttemptResultParams,
|
|
1329
|
+
AttemptResultResponse,
|
|
1330
|
+
AttemptsRenewalResultBody,
|
|
1331
|
+
AttemptsRenewalResultParams,
|
|
1332
|
+
AttemptsRenewalResultResponse,
|
|
1333
|
+
CreateAttemptBody,
|
|
1334
|
+
CreateAttemptParams,
|
|
1335
|
+
CreateAttemptResponse,
|
|
1336
|
+
CreateMemberBody,
|
|
1337
|
+
CreateMemberBulkBody,
|
|
1338
|
+
CreateMemberBulkParams,
|
|
1339
|
+
CreateMemberBulkResponse,
|
|
1340
|
+
CreateMemberParams,
|
|
1341
|
+
CreateMemberResponse,
|
|
1342
|
+
DeleteAllMembersBody,
|
|
1343
|
+
DeleteAllMembersResponse,
|
|
1344
|
+
DeleteMemberParams,
|
|
1345
|
+
DeleteMemberQueryParams,
|
|
1346
|
+
DeleteMemberResponse,
|
|
1347
|
+
DeleteMembersBody,
|
|
1348
|
+
DeleteMembersParams,
|
|
1349
|
+
DeleteMembersResponse,
|
|
1350
|
+
PatchMemberBody,
|
|
1351
|
+
PatchMemberOneBody,
|
|
1352
|
+
PatchMemberOneParams,
|
|
1353
|
+
PatchMemberOneResponse,
|
|
1354
|
+
PatchMemberParams,
|
|
1355
|
+
PatchMemberResponse,
|
|
1356
|
+
ReadMemberParams,
|
|
1357
|
+
ReadMemberQueryParams,
|
|
1358
|
+
ReadMemberResponse,
|
|
1359
|
+
ResetActiveAttemptsBody,
|
|
1360
|
+
ResetActiveAttemptsResponse,
|
|
1361
|
+
ResetMembersBody,
|
|
1362
|
+
ResetMembersParams,
|
|
1363
|
+
ResetMembersResponse,
|
|
1364
|
+
SearchAttemptsHistoryQueryParams,
|
|
1365
|
+
SearchAttemptsHistoryResponse,
|
|
1366
|
+
SearchAttemptsQueryParams,
|
|
1367
|
+
SearchAttemptsResponse,
|
|
1368
|
+
SearchMemberAttemptsParams,
|
|
1369
|
+
SearchMemberAttemptsQueryParams,
|
|
1370
|
+
SearchMemberAttemptsResponse,
|
|
1371
|
+
SearchMemberInQueueParams,
|
|
1372
|
+
SearchMemberInQueueQueryParams,
|
|
1373
|
+
SearchMemberInQueueResponse,
|
|
1374
|
+
SearchMembersQueryParams,
|
|
1375
|
+
SearchMembersResponse,
|
|
1376
|
+
UpdateMemberBody,
|
|
1377
|
+
UpdateMemberParams,
|
|
1378
|
+
UpdateMemberResponse,
|
|
1379
|
+
} from './member-service/member-service.zod';
|
|
128
1380
|
export * from './messages/messages';
|
|
129
|
-
export
|
|
1381
|
+
export {
|
|
1382
|
+
CatalogGetCustomersQueryParams,
|
|
1383
|
+
CatalogGetCustomersResponse,
|
|
1384
|
+
CatalogGetDialogsQueryParams,
|
|
1385
|
+
CatalogGetDialogsResponse,
|
|
1386
|
+
CatalogGetHistory2Params,
|
|
1387
|
+
CatalogGetHistory2QueryParams,
|
|
1388
|
+
CatalogGetHistory2Response,
|
|
1389
|
+
CatalogGetHistoryParams,
|
|
1390
|
+
CatalogGetHistoryQueryParams,
|
|
1391
|
+
CatalogGetHistoryResponse,
|
|
1392
|
+
CatalogGetMembersParams,
|
|
1393
|
+
CatalogGetMembersQueryParams,
|
|
1394
|
+
CatalogGetMembersResponse,
|
|
1395
|
+
catalogGetDialogsResponseDataItemMessageKeyboardButtonsItemRowItemShareDefault,
|
|
1396
|
+
catalogGetHistory2ResponseMessagesItemKeyboardButtonsItemRowItemShareDefault,
|
|
1397
|
+
catalogGetHistoryResponseMessagesItemKeyboardButtonsItemRowItemShareDefault,
|
|
1398
|
+
MessagesServiceBroadcastMessageBody,
|
|
1399
|
+
MessagesServiceBroadcastMessageResponse,
|
|
1400
|
+
} from './messages/messages.zod';
|
|
130
1401
|
export * from './oauth2-federation/oauth2-federation';
|
|
131
|
-
export
|
|
1402
|
+
export {
|
|
1403
|
+
CreateOAuthServiceBody,
|
|
1404
|
+
CreateOAuthServiceResponse,
|
|
1405
|
+
DeleteOAuthService2Body,
|
|
1406
|
+
DeleteOAuthService2Params,
|
|
1407
|
+
DeleteOAuthService2Response,
|
|
1408
|
+
DeleteOAuthServiceBody,
|
|
1409
|
+
DeleteOAuthServiceResponse,
|
|
1410
|
+
LocateOAuthServiceParams,
|
|
1411
|
+
LocateOAuthServiceQueryParams,
|
|
1412
|
+
LocateOAuthServiceResponse,
|
|
1413
|
+
SearchOAuthServiceQueryParams,
|
|
1414
|
+
SearchOAuthServiceResponse,
|
|
1415
|
+
UpdateOAuthService2Body,
|
|
1416
|
+
UpdateOAuthService2Params,
|
|
1417
|
+
UpdateOAuthService2QueryParams,
|
|
1418
|
+
UpdateOAuthService2Response,
|
|
1419
|
+
UpdateOAuthServiceBody,
|
|
1420
|
+
UpdateOAuthServiceParams,
|
|
1421
|
+
UpdateOAuthServiceQueryParams,
|
|
1422
|
+
UpdateOAuthServiceResponse,
|
|
1423
|
+
} from './oauth2-federation/oauth2-federation.zod';
|
|
132
1424
|
export * from './outbound-resource-group-service/outbound-resource-group-service';
|
|
133
|
-
export
|
|
1425
|
+
export {
|
|
1426
|
+
CreateOutboundResourceGroupBody,
|
|
1427
|
+
CreateOutboundResourceGroupResponse,
|
|
1428
|
+
CreateOutboundResourceInGroupBody,
|
|
1429
|
+
CreateOutboundResourceInGroupParams,
|
|
1430
|
+
CreateOutboundResourceInGroupResponse,
|
|
1431
|
+
DeleteOutboundResourceGroupParams,
|
|
1432
|
+
DeleteOutboundResourceGroupQueryParams,
|
|
1433
|
+
DeleteOutboundResourceGroupResponse,
|
|
1434
|
+
DeleteOutboundResourceInGroupParams,
|
|
1435
|
+
DeleteOutboundResourceInGroupQueryParams,
|
|
1436
|
+
DeleteOutboundResourceInGroupResponse,
|
|
1437
|
+
ReadOutboundResourceGroupParams,
|
|
1438
|
+
ReadOutboundResourceGroupQueryParams,
|
|
1439
|
+
ReadOutboundResourceGroupResponse,
|
|
1440
|
+
ReadOutboundResourceInGroupParams,
|
|
1441
|
+
ReadOutboundResourceInGroupQueryParams,
|
|
1442
|
+
ReadOutboundResourceInGroupResponse,
|
|
1443
|
+
SearchOutboundResourceGroupQueryParams,
|
|
1444
|
+
SearchOutboundResourceGroupResponse,
|
|
1445
|
+
SearchOutboundResourceInGroupParams,
|
|
1446
|
+
SearchOutboundResourceInGroupQueryParams,
|
|
1447
|
+
SearchOutboundResourceInGroupResponse,
|
|
1448
|
+
UpdateOutboundResourceGroupBody,
|
|
1449
|
+
UpdateOutboundResourceGroupParams,
|
|
1450
|
+
UpdateOutboundResourceGroupResponse,
|
|
1451
|
+
UpdateOutboundResourceInGroupBody,
|
|
1452
|
+
UpdateOutboundResourceInGroupParams,
|
|
1453
|
+
UpdateOutboundResourceInGroupResponse,
|
|
1454
|
+
} from './outbound-resource-group-service/outbound-resource-group-service.zod';
|
|
134
1455
|
export * from './outbound-resource-service/outbound-resource-service';
|
|
135
|
-
export
|
|
1456
|
+
export {
|
|
1457
|
+
CreateOutboundResourceBody,
|
|
1458
|
+
CreateOutboundResourceDisplayBody,
|
|
1459
|
+
CreateOutboundResourceDisplayBulkBody,
|
|
1460
|
+
CreateOutboundResourceDisplayBulkParams,
|
|
1461
|
+
CreateOutboundResourceDisplayBulkResponse,
|
|
1462
|
+
CreateOutboundResourceDisplayParams,
|
|
1463
|
+
CreateOutboundResourceDisplayResponse,
|
|
1464
|
+
CreateOutboundResourceResponse,
|
|
1465
|
+
DeleteOutboundResourceDisplayParams,
|
|
1466
|
+
DeleteOutboundResourceDisplayQueryParams,
|
|
1467
|
+
DeleteOutboundResourceDisplayResponse,
|
|
1468
|
+
DeleteOutboundResourceDisplaysParams,
|
|
1469
|
+
DeleteOutboundResourceDisplaysQueryParams,
|
|
1470
|
+
DeleteOutboundResourceDisplaysResponse,
|
|
1471
|
+
DeleteOutboundResourceParams,
|
|
1472
|
+
DeleteOutboundResourceQueryParams,
|
|
1473
|
+
DeleteOutboundResourceResponse,
|
|
1474
|
+
PatchOutboundResourceBody,
|
|
1475
|
+
PatchOutboundResourceParams,
|
|
1476
|
+
PatchOutboundResourceResponse,
|
|
1477
|
+
ReadOutboundResourceDisplayParams,
|
|
1478
|
+
ReadOutboundResourceDisplayQueryParams,
|
|
1479
|
+
ReadOutboundResourceDisplayResponse,
|
|
1480
|
+
ReadOutboundResourceParams,
|
|
1481
|
+
ReadOutboundResourceQueryParams,
|
|
1482
|
+
ReadOutboundResourceResponse,
|
|
1483
|
+
SearchOutboundResourceDisplayParams,
|
|
1484
|
+
SearchOutboundResourceDisplayQueryParams,
|
|
1485
|
+
SearchOutboundResourceDisplayResponse,
|
|
1486
|
+
SearchOutboundResourceQueryParams,
|
|
1487
|
+
SearchOutboundResourceResponse,
|
|
1488
|
+
UpdateOutboundResourceBody,
|
|
1489
|
+
UpdateOutboundResourceDisplayBody,
|
|
1490
|
+
UpdateOutboundResourceDisplayParams,
|
|
1491
|
+
UpdateOutboundResourceDisplayResponse,
|
|
1492
|
+
UpdateOutboundResourceParams,
|
|
1493
|
+
UpdateOutboundResourceResponse,
|
|
1494
|
+
} from './outbound-resource-service/outbound-resource-service.zod';
|
|
136
1495
|
export * from './pause-template-service/pause-template-service';
|
|
137
|
-
export
|
|
1496
|
+
export {
|
|
1497
|
+
PauseTemplateServiceCreatePauseTemplateBody,
|
|
1498
|
+
PauseTemplateServiceCreatePauseTemplateResponse,
|
|
1499
|
+
PauseTemplateServiceDeletePauseTemplateParams,
|
|
1500
|
+
PauseTemplateServiceDeletePauseTemplateResponse,
|
|
1501
|
+
PauseTemplateServiceReadPauseTemplateParams,
|
|
1502
|
+
PauseTemplateServiceReadPauseTemplateQueryParams,
|
|
1503
|
+
PauseTemplateServiceReadPauseTemplateResponse,
|
|
1504
|
+
PauseTemplateServiceSearchPauseTemplateQueryParams,
|
|
1505
|
+
PauseTemplateServiceSearchPauseTemplateResponse,
|
|
1506
|
+
PauseTemplateServiceUpdatePauseTemplateBody,
|
|
1507
|
+
PauseTemplateServiceUpdatePauseTemplateParams,
|
|
1508
|
+
PauseTemplateServiceUpdatePauseTemplateResponse,
|
|
1509
|
+
} from './pause-template-service/pause-template-service.zod';
|
|
138
1510
|
export * from './pdf-service/pdf-service';
|
|
139
|
-
export
|
|
1511
|
+
export {
|
|
1512
|
+
CreateCallExportBody,
|
|
1513
|
+
CreateCallExportParams,
|
|
1514
|
+
CreateCallExportResponse,
|
|
1515
|
+
CreateScreenrecordingExportBody,
|
|
1516
|
+
CreateScreenrecordingExportParams,
|
|
1517
|
+
CreateScreenrecordingExportResponse,
|
|
1518
|
+
createCallExportResponseStatusDefault,
|
|
1519
|
+
createScreenrecordingExportResponseStatusDefault,
|
|
1520
|
+
DeleteExportParams,
|
|
1521
|
+
DeleteExportResponse,
|
|
1522
|
+
ListCallExportsParams,
|
|
1523
|
+
ListCallExportsQueryParams,
|
|
1524
|
+
ListCallExportsResponse,
|
|
1525
|
+
ListScreenrecordingExportsParams,
|
|
1526
|
+
ListScreenrecordingExportsQueryParams,
|
|
1527
|
+
ListScreenrecordingExportsResponse,
|
|
1528
|
+
listCallExportsResponseItemsItemStatusDefault,
|
|
1529
|
+
listScreenrecordingExportsResponseItemsItemStatusDefault,
|
|
1530
|
+
} from './pdf-service/pdf-service.zod';
|
|
140
1531
|
export * from './permissions/permissions';
|
|
141
1532
|
export * from './permissions/permissions.zod';
|
|
142
1533
|
export * from './phones/phones';
|
|
143
|
-
export
|
|
1534
|
+
export {
|
|
1535
|
+
DeletePhoneParams,
|
|
1536
|
+
DeletePhoneQueryParams,
|
|
1537
|
+
DeletePhoneResponse,
|
|
1538
|
+
DeletePhonesParams,
|
|
1539
|
+
DeletePhonesQueryParams,
|
|
1540
|
+
DeletePhonesResponse,
|
|
1541
|
+
ListPhonesParams,
|
|
1542
|
+
ListPhonesQueryParams,
|
|
1543
|
+
ListPhonesResponse,
|
|
1544
|
+
LocatePhoneParams,
|
|
1545
|
+
LocatePhoneQueryParams,
|
|
1546
|
+
LocatePhoneResponse,
|
|
1547
|
+
MergePhonesBody,
|
|
1548
|
+
MergePhonesBodyItem,
|
|
1549
|
+
MergePhonesParams,
|
|
1550
|
+
MergePhonesQueryParams,
|
|
1551
|
+
MergePhonesResponse,
|
|
1552
|
+
ResetPhonesBody,
|
|
1553
|
+
ResetPhonesBodyItem,
|
|
1554
|
+
ResetPhonesParams,
|
|
1555
|
+
ResetPhonesQueryParams,
|
|
1556
|
+
ResetPhonesResponse,
|
|
1557
|
+
UpdatePhone2Body,
|
|
1558
|
+
UpdatePhone2Params,
|
|
1559
|
+
UpdatePhone2QueryParams,
|
|
1560
|
+
UpdatePhone2Response,
|
|
1561
|
+
UpdatePhoneBody,
|
|
1562
|
+
UpdatePhoneParams,
|
|
1563
|
+
UpdatePhoneQueryParams,
|
|
1564
|
+
UpdatePhoneResponse,
|
|
1565
|
+
} from './phones/phones.zod';
|
|
144
1566
|
export * from './photos/photos';
|
|
145
|
-
export
|
|
1567
|
+
export {
|
|
1568
|
+
CreatePhotosBody,
|
|
1569
|
+
CreatePhotosBodyItem,
|
|
1570
|
+
CreatePhotosParams,
|
|
1571
|
+
CreatePhotosQueryParams,
|
|
1572
|
+
CreatePhotosResponse,
|
|
1573
|
+
DeletePhotoParams,
|
|
1574
|
+
DeletePhotoQueryParams,
|
|
1575
|
+
DeletePhotoResponse,
|
|
1576
|
+
DeletePhotosParams,
|
|
1577
|
+
DeletePhotosQueryParams,
|
|
1578
|
+
DeletePhotosResponse,
|
|
1579
|
+
LocatePhotoParams,
|
|
1580
|
+
LocatePhotoQueryParams,
|
|
1581
|
+
LocatePhotoResponse,
|
|
1582
|
+
SearchPhotosParams,
|
|
1583
|
+
SearchPhotosQueryParams,
|
|
1584
|
+
SearchPhotosResponse,
|
|
1585
|
+
UpdatePhoto2Body,
|
|
1586
|
+
UpdatePhoto2Params,
|
|
1587
|
+
UpdatePhoto2QueryParams,
|
|
1588
|
+
UpdatePhoto2Response,
|
|
1589
|
+
UpdatePhotoBody,
|
|
1590
|
+
UpdatePhotoParams,
|
|
1591
|
+
UpdatePhotoQueryParams,
|
|
1592
|
+
UpdatePhotoResponse,
|
|
1593
|
+
UpdatePhotosBody,
|
|
1594
|
+
UpdatePhotosBodyItem,
|
|
1595
|
+
UpdatePhotosParams,
|
|
1596
|
+
UpdatePhotosQueryParams,
|
|
1597
|
+
UpdatePhotosResponse,
|
|
1598
|
+
} from './photos/photos.zod';
|
|
146
1599
|
export * from './presence/presence';
|
|
147
1600
|
export * from './presence/presence.zod';
|
|
148
1601
|
export * from './preset-query-service/preset-query-service';
|
|
149
1602
|
export * from './preset-query-service/preset-query-service.zod';
|
|
150
1603
|
export * from './priorities/priorities';
|
|
151
|
-
export
|
|
1604
|
+
export {
|
|
1605
|
+
CreatePriorityBody,
|
|
1606
|
+
CreatePriorityQueryParams,
|
|
1607
|
+
CreatePriorityResponse,
|
|
1608
|
+
DeletePriorityParams,
|
|
1609
|
+
DeletePriorityResponse,
|
|
1610
|
+
ListPrioritiesQueryParams,
|
|
1611
|
+
ListPrioritiesResponse,
|
|
1612
|
+
LocatePriorityParams,
|
|
1613
|
+
LocatePriorityQueryParams,
|
|
1614
|
+
LocatePriorityResponse,
|
|
1615
|
+
UpdatePriority2Body,
|
|
1616
|
+
UpdatePriority2Params,
|
|
1617
|
+
UpdatePriority2QueryParams,
|
|
1618
|
+
UpdatePriority2Response,
|
|
1619
|
+
UpdatePriorityBody,
|
|
1620
|
+
UpdatePriorityParams,
|
|
1621
|
+
UpdatePriorityQueryParams,
|
|
1622
|
+
UpdatePriorityResponse,
|
|
1623
|
+
} from './priorities/priorities.zod';
|
|
152
1624
|
export * from './queue-bucket-service/queue-bucket-service';
|
|
153
|
-
export
|
|
1625
|
+
export {
|
|
1626
|
+
CreateQueueBucketBody,
|
|
1627
|
+
CreateQueueBucketParams,
|
|
1628
|
+
CreateQueueBucketResponse,
|
|
1629
|
+
DeleteQueueBucketParams,
|
|
1630
|
+
DeleteQueueBucketResponse,
|
|
1631
|
+
PatchQueueBucketBody,
|
|
1632
|
+
PatchQueueBucketParams,
|
|
1633
|
+
PatchQueueBucketResponse,
|
|
1634
|
+
ReadQueueBucketParams,
|
|
1635
|
+
ReadQueueBucketResponse,
|
|
1636
|
+
SearchQueueBucketParams,
|
|
1637
|
+
SearchQueueBucketQueryParams,
|
|
1638
|
+
SearchQueueBucketResponse,
|
|
1639
|
+
UpdateQueueBucketBody,
|
|
1640
|
+
UpdateQueueBucketParams,
|
|
1641
|
+
UpdateQueueBucketResponse,
|
|
1642
|
+
} from './queue-bucket-service/queue-bucket-service.zod';
|
|
154
1643
|
export * from './queue-hook-service/queue-hook-service';
|
|
155
|
-
export
|
|
1644
|
+
export {
|
|
1645
|
+
CreateQueueHookBody,
|
|
1646
|
+
CreateQueueHookParams,
|
|
1647
|
+
CreateQueueHookResponse,
|
|
1648
|
+
DeleteQueueHookParams,
|
|
1649
|
+
DeleteQueueHookResponse,
|
|
1650
|
+
PatchQueueHookBody,
|
|
1651
|
+
PatchQueueHookParams,
|
|
1652
|
+
PatchQueueHookResponse,
|
|
1653
|
+
ReadQueueHookParams,
|
|
1654
|
+
ReadQueueHookResponse,
|
|
1655
|
+
SearchQueueHookParams,
|
|
1656
|
+
SearchQueueHookQueryParams,
|
|
1657
|
+
SearchQueueHookResponse,
|
|
1658
|
+
UpdateQueueHookBody,
|
|
1659
|
+
UpdateQueueHookParams,
|
|
1660
|
+
UpdateQueueHookResponse,
|
|
1661
|
+
} from './queue-hook-service/queue-hook-service.zod';
|
|
156
1662
|
export * from './queue-resources-service/queue-resources-service';
|
|
157
|
-
export
|
|
1663
|
+
export {
|
|
1664
|
+
CreateQueueResourceGroupBody,
|
|
1665
|
+
CreateQueueResourceGroupParams,
|
|
1666
|
+
CreateQueueResourceGroupResponse,
|
|
1667
|
+
DeleteQueueResourceGroupParams,
|
|
1668
|
+
DeleteQueueResourceGroupQueryParams,
|
|
1669
|
+
DeleteQueueResourceGroupResponse,
|
|
1670
|
+
ReadQueueResourceGroupParams,
|
|
1671
|
+
ReadQueueResourceGroupQueryParams,
|
|
1672
|
+
ReadQueueResourceGroupResponse,
|
|
1673
|
+
SearchQueueResourceGroupParams,
|
|
1674
|
+
SearchQueueResourceGroupQueryParams,
|
|
1675
|
+
SearchQueueResourceGroupResponse,
|
|
1676
|
+
UpdateQueueResourceGroupBody,
|
|
1677
|
+
UpdateQueueResourceGroupParams,
|
|
1678
|
+
UpdateQueueResourceGroupResponse,
|
|
1679
|
+
} from './queue-resources-service/queue-resources-service.zod';
|
|
158
1680
|
export * from './queue-service/queue-service';
|
|
159
|
-
export
|
|
1681
|
+
export {
|
|
1682
|
+
CreateQueueBody,
|
|
1683
|
+
CreateQueueResponse,
|
|
1684
|
+
DeleteQueueParams,
|
|
1685
|
+
DeleteQueueQueryParams,
|
|
1686
|
+
DeleteQueueResponse,
|
|
1687
|
+
GetQueuesGlobalStateQueryParams,
|
|
1688
|
+
GetQueuesGlobalStateResponse,
|
|
1689
|
+
PatchQueueBody,
|
|
1690
|
+
PatchQueueParams,
|
|
1691
|
+
PatchQueueResponse,
|
|
1692
|
+
ReadQueueParams,
|
|
1693
|
+
ReadQueueQueryParams,
|
|
1694
|
+
ReadQueueResponse,
|
|
1695
|
+
SearchQueueQueryParams,
|
|
1696
|
+
SearchQueueReportGeneralQueryParams,
|
|
1697
|
+
SearchQueueReportGeneralResponse,
|
|
1698
|
+
SearchQueueResponse,
|
|
1699
|
+
SearchQueueTagsQueryParams,
|
|
1700
|
+
SearchQueueTagsResponse,
|
|
1701
|
+
SetQueuesGlobalStateBody,
|
|
1702
|
+
SetQueuesGlobalStateResponse,
|
|
1703
|
+
UpdateQueueBody,
|
|
1704
|
+
UpdateQueueParams,
|
|
1705
|
+
UpdateQueueResponse,
|
|
1706
|
+
} from './queue-service/queue-service.zod';
|
|
160
1707
|
export * from './queue-skill-service/queue-skill-service';
|
|
161
|
-
export
|
|
1708
|
+
export {
|
|
1709
|
+
CreateQueueSkillBody,
|
|
1710
|
+
CreateQueueSkillParams,
|
|
1711
|
+
CreateQueueSkillResponse,
|
|
1712
|
+
DeleteQueueSkillParams,
|
|
1713
|
+
DeleteQueueSkillResponse,
|
|
1714
|
+
PatchQueueSkillBody,
|
|
1715
|
+
PatchQueueSkillParams,
|
|
1716
|
+
PatchQueueSkillResponse,
|
|
1717
|
+
ReadQueueSkillParams,
|
|
1718
|
+
ReadQueueSkillResponse,
|
|
1719
|
+
SearchQueueSkillParams,
|
|
1720
|
+
SearchQueueSkillQueryParams,
|
|
1721
|
+
SearchQueueSkillResponse,
|
|
1722
|
+
UpdateQueueSkillBody,
|
|
1723
|
+
UpdateQueueSkillParams,
|
|
1724
|
+
UpdateQueueSkillResponse,
|
|
1725
|
+
} from './queue-skill-service/queue-skill-service.zod';
|
|
162
1726
|
export * from './quick-replies-service/quick-replies-service';
|
|
163
1727
|
export * from './quick-replies-service/quick-replies-service.zod';
|
|
164
1728
|
export * from './records/records';
|
|
165
|
-
export
|
|
1729
|
+
export {
|
|
1730
|
+
_DeleteParams,
|
|
1731
|
+
_DeleteQueryParams,
|
|
1732
|
+
_DeleteResponse,
|
|
1733
|
+
_deleteResponseTypeFieldsItemKindDefault,
|
|
1734
|
+
CreateBody,
|
|
1735
|
+
CreateParams,
|
|
1736
|
+
CreateResponse,
|
|
1737
|
+
LocateRecordsParams,
|
|
1738
|
+
LocateRecordsQueryParams,
|
|
1739
|
+
LocateRecordsResponse,
|
|
1740
|
+
locateRecordsQueryFieldsItemDefault,
|
|
1741
|
+
SearchRecordsParams,
|
|
1742
|
+
SearchRecordsQueryParams,
|
|
1743
|
+
SearchRecordsResponse,
|
|
1744
|
+
searchRecordsQueryFieldsItemDefault,
|
|
1745
|
+
searchRecordsQuerySortItemDefault,
|
|
1746
|
+
searchRecordsQuerySortItemRegExp,
|
|
1747
|
+
searchRecordsResponseTypeFieldsItemKindDefault,
|
|
1748
|
+
Update2Body,
|
|
1749
|
+
Update2Params,
|
|
1750
|
+
Update2QueryParams,
|
|
1751
|
+
Update2Response,
|
|
1752
|
+
UpdateBody,
|
|
1753
|
+
UpdateParams,
|
|
1754
|
+
UpdateQueryParams,
|
|
1755
|
+
UpdateResponse,
|
|
1756
|
+
} from './records/records.zod';
|
|
166
1757
|
export * from './region-service/region-service';
|
|
167
1758
|
export * from './region-service/region-service.zod';
|
|
168
1759
|
export * from './related-cases/related-cases';
|
|
169
|
-
export
|
|
1760
|
+
export {
|
|
1761
|
+
CreateRelatedCaseBody,
|
|
1762
|
+
CreateRelatedCaseParams,
|
|
1763
|
+
CreateRelatedCaseQueryParams,
|
|
1764
|
+
CreateRelatedCaseResponse,
|
|
1765
|
+
createRelatedCaseBodyRelationTypeDefault,
|
|
1766
|
+
createRelatedCaseResponseRelationTypeDefault,
|
|
1767
|
+
DeleteRelatedCaseParams,
|
|
1768
|
+
DeleteRelatedCaseResponse,
|
|
1769
|
+
deleteRelatedCaseResponseRelationTypeDefault,
|
|
1770
|
+
ListRelatedCasesParams,
|
|
1771
|
+
ListRelatedCasesQueryParams,
|
|
1772
|
+
ListRelatedCasesResponse,
|
|
1773
|
+
LocateRelatedCaseParams,
|
|
1774
|
+
LocateRelatedCaseQueryParams,
|
|
1775
|
+
LocateRelatedCaseResponse,
|
|
1776
|
+
listRelatedCasesResponseDataItemRelationTypeDefault,
|
|
1777
|
+
locateRelatedCaseResponseRelationTypeDefault,
|
|
1778
|
+
UpdateRelatedCase2Body,
|
|
1779
|
+
UpdateRelatedCase2Params,
|
|
1780
|
+
UpdateRelatedCase2QueryParams,
|
|
1781
|
+
UpdateRelatedCase2Response,
|
|
1782
|
+
UpdateRelatedCaseBody,
|
|
1783
|
+
UpdateRelatedCaseParams,
|
|
1784
|
+
UpdateRelatedCaseQueryParams,
|
|
1785
|
+
UpdateRelatedCaseResponse,
|
|
1786
|
+
updateRelatedCase2BodyRelationTypeDefault,
|
|
1787
|
+
updateRelatedCase2ResponseRelationTypeDefault,
|
|
1788
|
+
updateRelatedCaseBodyRelationTypeDefault,
|
|
1789
|
+
updateRelatedCaseResponseRelationTypeDefault,
|
|
1790
|
+
} from './related-cases/related-cases.zod';
|
|
170
1791
|
export * from './routing-chat-plan-service/routing-chat-plan-service';
|
|
171
1792
|
export * from './routing-chat-plan-service/routing-chat-plan-service.zod';
|
|
172
1793
|
export * from './routing-outbound-call-service/routing-outbound-call-service';
|
|
173
|
-
export
|
|
1794
|
+
export {
|
|
1795
|
+
CreateRoutingOutboundCallBody,
|
|
1796
|
+
CreateRoutingOutboundCallResponse,
|
|
1797
|
+
DeleteRoutingOutboundCallParams,
|
|
1798
|
+
DeleteRoutingOutboundCallQueryParams,
|
|
1799
|
+
DeleteRoutingOutboundCallResponse,
|
|
1800
|
+
MovePositionRoutingOutboundCallBody,
|
|
1801
|
+
MovePositionRoutingOutboundCallParams,
|
|
1802
|
+
MovePositionRoutingOutboundCallResponse,
|
|
1803
|
+
PatchRoutingOutboundCallBody,
|
|
1804
|
+
PatchRoutingOutboundCallParams,
|
|
1805
|
+
PatchRoutingOutboundCallResponse,
|
|
1806
|
+
ReadRoutingOutboundCallParams,
|
|
1807
|
+
ReadRoutingOutboundCallQueryParams,
|
|
1808
|
+
ReadRoutingOutboundCallResponse,
|
|
1809
|
+
SearchRoutingOutboundCallQueryParams,
|
|
1810
|
+
SearchRoutingOutboundCallResponse,
|
|
1811
|
+
UpdateRoutingOutboundCallBody,
|
|
1812
|
+
UpdateRoutingOutboundCallParams,
|
|
1813
|
+
UpdateRoutingOutboundCallResponse,
|
|
1814
|
+
} from './routing-outbound-call-service/routing-outbound-call-service.zod';
|
|
174
1815
|
export * from './routing-schema-service/routing-schema-service';
|
|
175
|
-
export
|
|
1816
|
+
export {
|
|
1817
|
+
CreateRoutingSchemaBody,
|
|
1818
|
+
CreateRoutingSchemaResponse,
|
|
1819
|
+
createRoutingSchemaBodyTypeDefault,
|
|
1820
|
+
createRoutingSchemaResponseTypeDefault,
|
|
1821
|
+
DeleteRoutingSchemaParams,
|
|
1822
|
+
DeleteRoutingSchemaQueryParams,
|
|
1823
|
+
DeleteRoutingSchemaResponse,
|
|
1824
|
+
deleteRoutingSchemaResponseTypeDefault,
|
|
1825
|
+
PatchRoutingSchemaBody,
|
|
1826
|
+
PatchRoutingSchemaParams,
|
|
1827
|
+
PatchRoutingSchemaResponse,
|
|
1828
|
+
patchRoutingSchemaBodyTypeDefault,
|
|
1829
|
+
patchRoutingSchemaResponseTypeDefault,
|
|
1830
|
+
ReadRoutingSchemaParams,
|
|
1831
|
+
ReadRoutingSchemaQueryParams,
|
|
1832
|
+
ReadRoutingSchemaResponse,
|
|
1833
|
+
readRoutingSchemaResponseTypeDefault,
|
|
1834
|
+
SearchRoutingSchemaQueryParams,
|
|
1835
|
+
SearchRoutingSchemaResponse,
|
|
1836
|
+
SearchRoutingSchemaTagsQueryParams,
|
|
1837
|
+
SearchRoutingSchemaTagsResponse,
|
|
1838
|
+
searchRoutingSchemaResponseItemsItemTypeDefault,
|
|
1839
|
+
UpdateRoutingSchemaBody,
|
|
1840
|
+
UpdateRoutingSchemaParams,
|
|
1841
|
+
UpdateRoutingSchemaResponse,
|
|
1842
|
+
updateRoutingSchemaBodyTypeDefault,
|
|
1843
|
+
updateRoutingSchemaResponseTypeDefault,
|
|
1844
|
+
} from './routing-schema-service/routing-schema-service.zod';
|
|
176
1845
|
export * from './routing-variable-service/routing-variable-service';
|
|
177
|
-
export
|
|
1846
|
+
export {
|
|
1847
|
+
CreateRoutingVariableBody,
|
|
1848
|
+
CreateRoutingVariableResponse,
|
|
1849
|
+
DeleteRoutingVariableParams,
|
|
1850
|
+
DeleteRoutingVariableQueryParams,
|
|
1851
|
+
DeleteRoutingVariableResponse,
|
|
1852
|
+
ReadRoutingVariableParams,
|
|
1853
|
+
ReadRoutingVariableQueryParams,
|
|
1854
|
+
ReadRoutingVariableResponse,
|
|
1855
|
+
SearchRoutingVariableQueryParams,
|
|
1856
|
+
SearchRoutingVariableResponse,
|
|
1857
|
+
UpdateRoutingVariableBody,
|
|
1858
|
+
UpdateRoutingVariableParams,
|
|
1859
|
+
UpdateRoutingVariableResponse,
|
|
1860
|
+
} from './routing-variable-service/routing-variable-service.zod';
|
|
178
1861
|
export * from './schema-variables-service/schema-variables-service';
|
|
179
1862
|
export * from './schema-variables-service/schema-variables-service.zod';
|
|
180
1863
|
export * from './schema-version-service/schema-version-service';
|
|
181
|
-
export
|
|
1864
|
+
export {
|
|
1865
|
+
SearchSchemaVersionParams,
|
|
1866
|
+
SearchSchemaVersionQueryParams,
|
|
1867
|
+
SearchSchemaVersionResponse,
|
|
1868
|
+
} from './schema-version-service/schema-version-service.zod';
|
|
182
1869
|
export * from './services/services';
|
|
183
|
-
export
|
|
1870
|
+
export {
|
|
1871
|
+
CreateServiceBody,
|
|
1872
|
+
CreateServiceQueryParams,
|
|
1873
|
+
CreateServiceResponse,
|
|
1874
|
+
DeleteServiceParams,
|
|
1875
|
+
DeleteServiceResponse,
|
|
1876
|
+
ListServicesQueryParams,
|
|
1877
|
+
ListServicesResponse,
|
|
1878
|
+
LocateServiceParams,
|
|
1879
|
+
LocateServiceQueryParams,
|
|
1880
|
+
LocateServiceResponse,
|
|
1881
|
+
UpdateService2Body,
|
|
1882
|
+
UpdateService2Params,
|
|
1883
|
+
UpdateService2QueryParams,
|
|
1884
|
+
UpdateService2Response,
|
|
1885
|
+
UpdateServiceBody,
|
|
1886
|
+
UpdateServiceParams,
|
|
1887
|
+
UpdateServiceQueryParams,
|
|
1888
|
+
UpdateServiceResponse,
|
|
1889
|
+
} from './services/services.zod';
|
|
184
1890
|
export * from './shift-template-service/shift-template-service';
|
|
185
|
-
export
|
|
1891
|
+
export {
|
|
1892
|
+
ShiftTemplateServiceCreateShiftTemplateBody,
|
|
1893
|
+
ShiftTemplateServiceCreateShiftTemplateResponse,
|
|
1894
|
+
ShiftTemplateServiceDeleteShiftTemplateParams,
|
|
1895
|
+
ShiftTemplateServiceDeleteShiftTemplateResponse,
|
|
1896
|
+
ShiftTemplateServiceReadShiftTemplateParams,
|
|
1897
|
+
ShiftTemplateServiceReadShiftTemplateQueryParams,
|
|
1898
|
+
ShiftTemplateServiceReadShiftTemplateResponse,
|
|
1899
|
+
ShiftTemplateServiceSearchShiftTemplateQueryParams,
|
|
1900
|
+
ShiftTemplateServiceSearchShiftTemplateResponse,
|
|
1901
|
+
ShiftTemplateServiceUpdateShiftTemplateBody,
|
|
1902
|
+
ShiftTemplateServiceUpdateShiftTemplateParams,
|
|
1903
|
+
ShiftTemplateServiceUpdateShiftTemplateResponse,
|
|
1904
|
+
} from './shift-template-service/shift-template-service.zod';
|
|
186
1905
|
export * from './skill-service/skill-service';
|
|
187
|
-
export
|
|
1906
|
+
export {
|
|
1907
|
+
CreateSkillAgentBody,
|
|
1908
|
+
CreateSkillAgentParams,
|
|
1909
|
+
CreateSkillAgentResponse,
|
|
1910
|
+
CreateSkillBody,
|
|
1911
|
+
CreateSkillResponse,
|
|
1912
|
+
DeleteSkillAgentBody,
|
|
1913
|
+
DeleteSkillAgentParams,
|
|
1914
|
+
DeleteSkillAgentResponse,
|
|
1915
|
+
DeleteSkillParams,
|
|
1916
|
+
DeleteSkillQueryParams,
|
|
1917
|
+
DeleteSkillResponse,
|
|
1918
|
+
PatchSkillAgentBody,
|
|
1919
|
+
PatchSkillAgentParams,
|
|
1920
|
+
PatchSkillAgentResponse,
|
|
1921
|
+
ReadSkillParams,
|
|
1922
|
+
ReadSkillQueryParams,
|
|
1923
|
+
ReadSkillResponse,
|
|
1924
|
+
SearchSkillAgentParams,
|
|
1925
|
+
SearchSkillAgentQueryParams,
|
|
1926
|
+
SearchSkillAgentResponse,
|
|
1927
|
+
SearchSkillQueryParams,
|
|
1928
|
+
SearchSkillResponse,
|
|
1929
|
+
UpdateSkillBody,
|
|
1930
|
+
UpdateSkillParams,
|
|
1931
|
+
UpdateSkillResponse,
|
|
1932
|
+
} from './skill-service/skill-service.zod';
|
|
188
1933
|
export * from './slaconditions/slaconditions';
|
|
189
|
-
export
|
|
1934
|
+
export {
|
|
1935
|
+
CreateSLAConditionBody,
|
|
1936
|
+
CreateSLAConditionParams,
|
|
1937
|
+
CreateSLAConditionQueryParams,
|
|
1938
|
+
CreateSLAConditionResponse,
|
|
1939
|
+
DeleteSLAConditionParams,
|
|
1940
|
+
DeleteSLAConditionResponse,
|
|
1941
|
+
ListSLAConditionsParams,
|
|
1942
|
+
ListSLAConditionsQueryParams,
|
|
1943
|
+
ListSLAConditionsResponse,
|
|
1944
|
+
LocateSLAConditionParams,
|
|
1945
|
+
LocateSLAConditionQueryParams,
|
|
1946
|
+
LocateSLAConditionResponse,
|
|
1947
|
+
UpdateSLACondition2Body,
|
|
1948
|
+
UpdateSLACondition2Params,
|
|
1949
|
+
UpdateSLACondition2QueryParams,
|
|
1950
|
+
UpdateSLACondition2Response,
|
|
1951
|
+
UpdateSLAConditionBody,
|
|
1952
|
+
UpdateSLAConditionParams,
|
|
1953
|
+
UpdateSLAConditionQueryParams,
|
|
1954
|
+
UpdateSLAConditionResponse,
|
|
1955
|
+
} from './slaconditions/slaconditions.zod';
|
|
190
1956
|
export * from './slas/slas';
|
|
191
|
-
export
|
|
1957
|
+
export {
|
|
1958
|
+
CreateSLABody,
|
|
1959
|
+
CreateSLAQueryParams,
|
|
1960
|
+
CreateSLAResponse,
|
|
1961
|
+
DeleteSLAParams,
|
|
1962
|
+
DeleteSLAResponse,
|
|
1963
|
+
ListSLAsQueryParams,
|
|
1964
|
+
ListSLAsResponse,
|
|
1965
|
+
LocateSLAParams,
|
|
1966
|
+
LocateSLAQueryParams,
|
|
1967
|
+
LocateSLAResponse,
|
|
1968
|
+
UpdateSLA2Body,
|
|
1969
|
+
UpdateSLA2Params,
|
|
1970
|
+
UpdateSLA2QueryParams,
|
|
1971
|
+
UpdateSLA2Response,
|
|
1972
|
+
UpdateSLABody,
|
|
1973
|
+
UpdateSLAParams,
|
|
1974
|
+
UpdateSLAQueryParams,
|
|
1975
|
+
UpdateSLAResponse,
|
|
1976
|
+
} from './slas/slas.zod';
|
|
192
1977
|
export * from './sources/sources';
|
|
193
|
-
export
|
|
1978
|
+
export {
|
|
1979
|
+
CreateSourceBody,
|
|
1980
|
+
CreateSourceQueryParams,
|
|
1981
|
+
CreateSourceResponse,
|
|
1982
|
+
createSourceBodyDescriptionMax,
|
|
1983
|
+
createSourceBodyNameMax,
|
|
1984
|
+
createSourceBodyNameMin,
|
|
1985
|
+
createSourceBodyTypeDefault,
|
|
1986
|
+
createSourceResponseDescriptionMax,
|
|
1987
|
+
createSourceResponseNameMax,
|
|
1988
|
+
createSourceResponseNameMin,
|
|
1989
|
+
createSourceResponseTypeDefault,
|
|
1990
|
+
DeleteSourceParams,
|
|
1991
|
+
DeleteSourceResponse,
|
|
1992
|
+
deleteSourceResponseDescriptionMax,
|
|
1993
|
+
deleteSourceResponseNameMax,
|
|
1994
|
+
deleteSourceResponseNameMin,
|
|
1995
|
+
deleteSourceResponseTypeDefault,
|
|
1996
|
+
ListSourcesQueryParams,
|
|
1997
|
+
ListSourcesResponse,
|
|
1998
|
+
LocateSourceParams,
|
|
1999
|
+
LocateSourceQueryParams,
|
|
2000
|
+
LocateSourceResponse,
|
|
2001
|
+
listSourcesQueryPageDefault,
|
|
2002
|
+
listSourcesQuerySizeDefault,
|
|
2003
|
+
listSourcesQuerySortDefault,
|
|
2004
|
+
listSourcesResponseItemsItemDescriptionMax,
|
|
2005
|
+
listSourcesResponseItemsItemNameMax,
|
|
2006
|
+
listSourcesResponseItemsItemNameMin,
|
|
2007
|
+
listSourcesResponseItemsItemTypeDefault,
|
|
2008
|
+
locateSourceResponseSourceDescriptionMax,
|
|
2009
|
+
locateSourceResponseSourceNameMax,
|
|
2010
|
+
locateSourceResponseSourceNameMin,
|
|
2011
|
+
locateSourceResponseSourceTypeDefault,
|
|
2012
|
+
UpdateSource2Body,
|
|
2013
|
+
UpdateSource2Params,
|
|
2014
|
+
UpdateSource2QueryParams,
|
|
2015
|
+
UpdateSource2Response,
|
|
2016
|
+
UpdateSourceBody,
|
|
2017
|
+
UpdateSourceParams,
|
|
2018
|
+
UpdateSourceQueryParams,
|
|
2019
|
+
UpdateSourceResponse,
|
|
2020
|
+
updateSource2BodyDescriptionMax,
|
|
2021
|
+
updateSource2BodyNameMax,
|
|
2022
|
+
updateSource2BodyNameMin,
|
|
2023
|
+
updateSource2BodyTypeDefault,
|
|
2024
|
+
updateSource2ResponseDescriptionMax,
|
|
2025
|
+
updateSource2ResponseNameMax,
|
|
2026
|
+
updateSource2ResponseNameMin,
|
|
2027
|
+
updateSource2ResponseTypeDefault,
|
|
2028
|
+
updateSourceBodyDescriptionMax,
|
|
2029
|
+
updateSourceBodyNameMax,
|
|
2030
|
+
updateSourceBodyNameMin,
|
|
2031
|
+
updateSourceBodyTypeDefault,
|
|
2032
|
+
updateSourceResponseDescriptionMax,
|
|
2033
|
+
updateSourceResponseNameMax,
|
|
2034
|
+
updateSourceResponseNameMin,
|
|
2035
|
+
updateSourceResponseTypeDefault,
|
|
2036
|
+
} from './sources/sources.zod';
|
|
194
2037
|
export * from './spaces/spaces';
|
|
195
|
-
export
|
|
2038
|
+
export {
|
|
2039
|
+
CreateSpaceSpacesBody,
|
|
2040
|
+
CreateSpaceSpacesBodyItem,
|
|
2041
|
+
CreateSpaceSpacesQueryParams,
|
|
2042
|
+
CreateSpaceSpacesResponse,
|
|
2043
|
+
DeleteSpaceSpacesParams,
|
|
2044
|
+
DeleteSpaceSpacesQueryParams,
|
|
2045
|
+
DeleteSpaceSpacesResponse,
|
|
2046
|
+
ListSpacesSpacesQueryParams,
|
|
2047
|
+
ListSpacesSpacesResponse,
|
|
2048
|
+
LocateSpaceSpacesParams,
|
|
2049
|
+
LocateSpaceSpacesQueryParams,
|
|
2050
|
+
LocateSpaceSpacesResponse,
|
|
2051
|
+
listSpacesSpacesQueryFieldsItemDefault,
|
|
2052
|
+
listSpacesSpacesQuerySortItemDefault,
|
|
2053
|
+
listSpacesSpacesQuerySortItemRegExp,
|
|
2054
|
+
UpdateSpaceSpacesBody,
|
|
2055
|
+
UpdateSpaceSpacesParams,
|
|
2056
|
+
UpdateSpaceSpacesQueryParams,
|
|
2057
|
+
UpdateSpaceSpacesResponse,
|
|
2058
|
+
} from './spaces/spaces.zod';
|
|
196
2059
|
export * from './status-conditions/status-conditions';
|
|
197
|
-
export
|
|
2060
|
+
export {
|
|
2061
|
+
CreateStatusConditionBody,
|
|
2062
|
+
CreateStatusConditionParams,
|
|
2063
|
+
CreateStatusConditionQueryParams,
|
|
2064
|
+
CreateStatusConditionResponse,
|
|
2065
|
+
DeleteStatusConditionParams,
|
|
2066
|
+
DeleteStatusConditionResponse,
|
|
2067
|
+
ListStatusConditionsParams,
|
|
2068
|
+
ListStatusConditionsQueryParams,
|
|
2069
|
+
ListStatusConditionsResponse,
|
|
2070
|
+
LocateStatusConditionParams,
|
|
2071
|
+
LocateStatusConditionQueryParams,
|
|
2072
|
+
LocateStatusConditionResponse,
|
|
2073
|
+
UpdateStatusCondition2Body,
|
|
2074
|
+
UpdateStatusCondition2Params,
|
|
2075
|
+
UpdateStatusCondition2QueryParams,
|
|
2076
|
+
UpdateStatusCondition2Response,
|
|
2077
|
+
UpdateStatusConditionBody,
|
|
2078
|
+
UpdateStatusConditionParams,
|
|
2079
|
+
UpdateStatusConditionQueryParams,
|
|
2080
|
+
UpdateStatusConditionResponse,
|
|
2081
|
+
} from './status-conditions/status-conditions.zod';
|
|
198
2082
|
export * from './statuses/statuses';
|
|
199
|
-
export
|
|
2083
|
+
export {
|
|
2084
|
+
CreateStatusBody,
|
|
2085
|
+
CreateStatusQueryParams,
|
|
2086
|
+
CreateStatusResponse,
|
|
2087
|
+
DeleteStatusParams,
|
|
2088
|
+
DeleteStatusResponse,
|
|
2089
|
+
ListStatusesQueryParams,
|
|
2090
|
+
ListStatusesResponse,
|
|
2091
|
+
LocateStatusParams,
|
|
2092
|
+
LocateStatusQueryParams,
|
|
2093
|
+
LocateStatusResponse,
|
|
2094
|
+
UpdateStatus2Body,
|
|
2095
|
+
UpdateStatus2Params,
|
|
2096
|
+
UpdateStatus2QueryParams,
|
|
2097
|
+
UpdateStatus2Response,
|
|
2098
|
+
UpdateStatusBody,
|
|
2099
|
+
UpdateStatusParams,
|
|
2100
|
+
UpdateStatusQueryParams,
|
|
2101
|
+
UpdateStatusResponse,
|
|
2102
|
+
} from './statuses/statuses.zod';
|
|
200
2103
|
export * from './system-setting-service/system-setting-service';
|
|
201
2104
|
export * from './system-setting-service/system-setting-service.zod';
|
|
202
2105
|
export * from './tags/tags';
|
|
203
2106
|
export * from './tags/tags.zod';
|
|
204
2107
|
export * from './team-hook-service/team-hook-service';
|
|
205
|
-
export
|
|
2108
|
+
export {
|
|
2109
|
+
CreateTeamHookBody,
|
|
2110
|
+
CreateTeamHookParams,
|
|
2111
|
+
CreateTeamHookResponse,
|
|
2112
|
+
createTeamHookBodyEventDefault,
|
|
2113
|
+
createTeamHookResponseEventDefault,
|
|
2114
|
+
DeleteTeamHookParams,
|
|
2115
|
+
DeleteTeamHookResponse,
|
|
2116
|
+
deleteTeamHookResponseEventDefault,
|
|
2117
|
+
PatchTeamHookBody,
|
|
2118
|
+
PatchTeamHookParams,
|
|
2119
|
+
PatchTeamHookResponse,
|
|
2120
|
+
patchTeamHookBodyEventDefault,
|
|
2121
|
+
patchTeamHookResponseEventDefault,
|
|
2122
|
+
ReadTeamHookParams,
|
|
2123
|
+
ReadTeamHookResponse,
|
|
2124
|
+
readTeamHookResponseEventDefault,
|
|
2125
|
+
SearchTeamHookParams,
|
|
2126
|
+
SearchTeamHookQueryParams,
|
|
2127
|
+
SearchTeamHookResponse,
|
|
2128
|
+
searchTeamHookResponseItemsItemEventDefault,
|
|
2129
|
+
UpdateTeamHookBody,
|
|
2130
|
+
UpdateTeamHookParams,
|
|
2131
|
+
UpdateTeamHookResponse,
|
|
2132
|
+
updateTeamHookBodyEventDefault,
|
|
2133
|
+
updateTeamHookResponseEventDefault,
|
|
2134
|
+
} from './team-hook-service/team-hook-service.zod';
|
|
206
2135
|
export * from './team-trigger-service/team-trigger-service';
|
|
207
|
-
export
|
|
2136
|
+
export {
|
|
2137
|
+
CreateTeamTriggerBody,
|
|
2138
|
+
CreateTeamTriggerParams,
|
|
2139
|
+
CreateTeamTriggerResponse,
|
|
2140
|
+
DeleteTeamTriggerParams,
|
|
2141
|
+
DeleteTeamTriggerResponse,
|
|
2142
|
+
PatchTeamTriggerBody,
|
|
2143
|
+
PatchTeamTriggerParams,
|
|
2144
|
+
PatchTeamTriggerResponse,
|
|
2145
|
+
ReadTeamTriggerParams,
|
|
2146
|
+
ReadTeamTriggerResponse,
|
|
2147
|
+
RunTeamTriggerBody,
|
|
2148
|
+
RunTeamTriggerParams,
|
|
2149
|
+
RunTeamTriggerResponse,
|
|
2150
|
+
SearchAgentTriggerQueryParams,
|
|
2151
|
+
SearchAgentTriggerResponse,
|
|
2152
|
+
SearchTeamTriggerParams,
|
|
2153
|
+
SearchTeamTriggerQueryParams,
|
|
2154
|
+
SearchTeamTriggerResponse,
|
|
2155
|
+
UpdateTeamTriggerBody,
|
|
2156
|
+
UpdateTeamTriggerParams,
|
|
2157
|
+
UpdateTeamTriggerResponse,
|
|
2158
|
+
} from './team-trigger-service/team-trigger-service.zod';
|
|
208
2159
|
export * from './timeline/timeline';
|
|
209
|
-
export
|
|
2160
|
+
export {
|
|
2161
|
+
GetTimelineCounterTimelineParams,
|
|
2162
|
+
GetTimelineCounterTimelineResponse,
|
|
2163
|
+
GetTimelineTimelineParams,
|
|
2164
|
+
GetTimelineTimelineQueryParams,
|
|
2165
|
+
GetTimelineTimelineResponse,
|
|
2166
|
+
getTimelineTimelineResponseDaysItemItemsItemTypeDefault,
|
|
2167
|
+
} from './timeline/timeline.zod';
|
|
210
2168
|
export * from './timezones/timezones';
|
|
211
|
-
export
|
|
2169
|
+
export {
|
|
2170
|
+
DeleteTimezoneParams,
|
|
2171
|
+
DeleteTimezoneQueryParams,
|
|
2172
|
+
DeleteTimezoneResponse,
|
|
2173
|
+
DeleteTimezonesParams,
|
|
2174
|
+
DeleteTimezonesQueryParams,
|
|
2175
|
+
DeleteTimezonesResponse,
|
|
2176
|
+
ListTimezonesParams,
|
|
2177
|
+
ListTimezonesQueryParams,
|
|
2178
|
+
ListTimezonesResponse,
|
|
2179
|
+
LocateTimezoneParams,
|
|
2180
|
+
LocateTimezoneQueryParams,
|
|
2181
|
+
LocateTimezoneResponse,
|
|
2182
|
+
MergeTimezonesBody,
|
|
2183
|
+
MergeTimezonesBodyItem,
|
|
2184
|
+
MergeTimezonesParams,
|
|
2185
|
+
MergeTimezonesQueryParams,
|
|
2186
|
+
MergeTimezonesResponse,
|
|
2187
|
+
ResetTimezonesBody,
|
|
2188
|
+
ResetTimezonesBodyItem,
|
|
2189
|
+
ResetTimezonesParams,
|
|
2190
|
+
ResetTimezonesQueryParams,
|
|
2191
|
+
ResetTimezonesResponse,
|
|
2192
|
+
UpdateTimezone2Body,
|
|
2193
|
+
UpdateTimezone2Params,
|
|
2194
|
+
UpdateTimezone2QueryParams,
|
|
2195
|
+
UpdateTimezone2Response,
|
|
2196
|
+
UpdateTimezoneBody,
|
|
2197
|
+
UpdateTimezoneParams,
|
|
2198
|
+
UpdateTimezoneQueryParams,
|
|
2199
|
+
UpdateTimezoneResponse,
|
|
2200
|
+
} from './timezones/timezones.zod';
|
|
212
2201
|
export * from './trigger-service/trigger-service';
|
|
213
|
-
export
|
|
2202
|
+
export {
|
|
2203
|
+
CreateTriggerBody,
|
|
2204
|
+
CreateTriggerJobBody,
|
|
2205
|
+
CreateTriggerJobParams,
|
|
2206
|
+
CreateTriggerJobResponse,
|
|
2207
|
+
CreateTriggerResponse,
|
|
2208
|
+
createTriggerBodyEventDefault,
|
|
2209
|
+
createTriggerBodyObjectDefault,
|
|
2210
|
+
createTriggerBodyTypeDefault,
|
|
2211
|
+
createTriggerJobResponseStateDefault,
|
|
2212
|
+
createTriggerResponseEventDefault,
|
|
2213
|
+
createTriggerResponseObjectDefault,
|
|
2214
|
+
createTriggerResponseTypeDefault,
|
|
2215
|
+
DeleteTriggerParams,
|
|
2216
|
+
DeleteTriggerResponse,
|
|
2217
|
+
deleteTriggerResponseEventDefault,
|
|
2218
|
+
deleteTriggerResponseObjectDefault,
|
|
2219
|
+
deleteTriggerResponseTypeDefault,
|
|
2220
|
+
PatchTriggerBody,
|
|
2221
|
+
PatchTriggerParams,
|
|
2222
|
+
PatchTriggerResponse,
|
|
2223
|
+
patchTriggerBodyEventDefault,
|
|
2224
|
+
patchTriggerBodyObjectDefault,
|
|
2225
|
+
patchTriggerBodyTypeDefault,
|
|
2226
|
+
patchTriggerResponseEventDefault,
|
|
2227
|
+
patchTriggerResponseObjectDefault,
|
|
2228
|
+
patchTriggerResponseTypeDefault,
|
|
2229
|
+
ReadTriggerParams,
|
|
2230
|
+
ReadTriggerResponse,
|
|
2231
|
+
readTriggerResponseEventDefault,
|
|
2232
|
+
readTriggerResponseObjectDefault,
|
|
2233
|
+
readTriggerResponseTypeDefault,
|
|
2234
|
+
SearchTriggerJobParams,
|
|
2235
|
+
SearchTriggerJobQueryParams,
|
|
2236
|
+
SearchTriggerJobResponse,
|
|
2237
|
+
SearchTriggerQueryParams,
|
|
2238
|
+
SearchTriggerResponse,
|
|
2239
|
+
searchTriggerJobResponseItemsItemStateDefault,
|
|
2240
|
+
searchTriggerResponseItemsItemEventDefault,
|
|
2241
|
+
searchTriggerResponseItemsItemObjectDefault,
|
|
2242
|
+
searchTriggerResponseItemsItemTypeDefault,
|
|
2243
|
+
UpdateTriggerBody,
|
|
2244
|
+
UpdateTriggerParams,
|
|
2245
|
+
UpdateTriggerResponse,
|
|
2246
|
+
updateTriggerBodyEventDefault,
|
|
2247
|
+
updateTriggerBodyObjectDefault,
|
|
2248
|
+
updateTriggerBodyTypeDefault,
|
|
2249
|
+
updateTriggerResponseEventDefault,
|
|
2250
|
+
updateTriggerResponseObjectDefault,
|
|
2251
|
+
updateTriggerResponseTypeDefault,
|
|
2252
|
+
} from './trigger-service/trigger-service.zod';
|
|
214
2253
|
export * from './two-factor-authentication/two-factor-authentication';
|
|
215
2254
|
export * from './two-factor-authentication/two-factor-authentication.zod';
|
|
216
2255
|
export * from './types/types';
|
|
217
2256
|
export * from './types/types.zod';
|
|
218
2257
|
export * from './user-access-tokens/user-access-tokens';
|
|
219
|
-
export
|
|
2258
|
+
export {
|
|
2259
|
+
AddUserAccessTokenBody,
|
|
2260
|
+
AddUserAccessTokenParams,
|
|
2261
|
+
AddUserAccessTokenQueryParams,
|
|
2262
|
+
AddUserAccessTokenResponse,
|
|
2263
|
+
DeleteUserAccessTokenParams,
|
|
2264
|
+
DeleteUserAccessTokenQueryParams,
|
|
2265
|
+
DeleteUserAccessTokenResponse,
|
|
2266
|
+
GetUserAccessTokenParams,
|
|
2267
|
+
GetUserAccessTokenQueryParams,
|
|
2268
|
+
GetUserAccessTokenResponse,
|
|
2269
|
+
ListUserAccessTokenParams,
|
|
2270
|
+
ListUserAccessTokenQueryParams,
|
|
2271
|
+
ListUserAccessTokenResponse,
|
|
2272
|
+
UpdateUserAccessToken2Body,
|
|
2273
|
+
UpdateUserAccessToken2Params,
|
|
2274
|
+
UpdateUserAccessToken2QueryParams,
|
|
2275
|
+
UpdateUserAccessToken2Response,
|
|
2276
|
+
UpdateUserAccessTokenBody,
|
|
2277
|
+
UpdateUserAccessTokenParams,
|
|
2278
|
+
UpdateUserAccessTokenQueryParams,
|
|
2279
|
+
UpdateUserAccessTokenResponse,
|
|
2280
|
+
} from './user-access-tokens/user-access-tokens.zod';
|
|
220
2281
|
export * from './user-helper-service/user-helper-service';
|
|
221
|
-
export
|
|
2282
|
+
export {
|
|
2283
|
+
ActivityWorkspaceWidgetQueryParams,
|
|
2284
|
+
ActivityWorkspaceWidgetResponse,
|
|
2285
|
+
DefaultDeviceConfigParams,
|
|
2286
|
+
DefaultDeviceConfigResponse,
|
|
2287
|
+
OpenedWebSocketsParams,
|
|
2288
|
+
OpenedWebSocketsQueryParams,
|
|
2289
|
+
OpenedWebSocketsResponse,
|
|
2290
|
+
} from './user-helper-service/user-helper-service.zod';
|
|
222
2291
|
export * from './users/users';
|
|
223
|
-
export
|
|
2292
|
+
export {
|
|
2293
|
+
CreateUserBody,
|
|
2294
|
+
CreateUserQueryParams,
|
|
2295
|
+
CreateUserResponse,
|
|
2296
|
+
DeleteUsers2Body,
|
|
2297
|
+
DeleteUsers2BodyItem,
|
|
2298
|
+
DeleteUsers2QueryParams,
|
|
2299
|
+
DeleteUsers2Response,
|
|
2300
|
+
DeleteUsersParams,
|
|
2301
|
+
DeleteUsersQueryParams,
|
|
2302
|
+
DeleteUsersResponse,
|
|
2303
|
+
GeneratePasswordBody,
|
|
2304
|
+
GeneratePasswordResponse,
|
|
2305
|
+
GetUserWarningsResponse,
|
|
2306
|
+
getUserWarningsResponseWarningsItemIdDefault,
|
|
2307
|
+
LogoutUser2Body,
|
|
2308
|
+
LogoutUser2Response,
|
|
2309
|
+
LogoutUserBody,
|
|
2310
|
+
LogoutUserParams,
|
|
2311
|
+
LogoutUserResponse,
|
|
2312
|
+
ReadPasswordSettingsQueryParams,
|
|
2313
|
+
ReadPasswordSettingsResponse,
|
|
2314
|
+
ReadUser2QueryParams,
|
|
2315
|
+
ReadUser2Response,
|
|
2316
|
+
ReadUserParams,
|
|
2317
|
+
ReadUserQueryParams,
|
|
2318
|
+
ReadUserResponse,
|
|
2319
|
+
SearchUsers2Body,
|
|
2320
|
+
SearchUsers2Response,
|
|
2321
|
+
SearchUsersQueryParams,
|
|
2322
|
+
SearchUsersResponse,
|
|
2323
|
+
UpdatePasswordBody,
|
|
2324
|
+
UpdatePasswordResponse,
|
|
2325
|
+
UpdateUser2Body,
|
|
2326
|
+
UpdateUser2Params,
|
|
2327
|
+
UpdateUser2QueryParams,
|
|
2328
|
+
UpdateUser2Response,
|
|
2329
|
+
UpdateUserBody,
|
|
2330
|
+
UpdateUserParams,
|
|
2331
|
+
UpdateUserQueryParams,
|
|
2332
|
+
UpdateUserResponse,
|
|
2333
|
+
} from './users/users.zod';
|
|
224
2334
|
export * from './variables/variables';
|
|
225
|
-
export
|
|
2335
|
+
export {
|
|
2336
|
+
DeleteVariableParams,
|
|
2337
|
+
DeleteVariableQueryParams,
|
|
2338
|
+
DeleteVariableResponse,
|
|
2339
|
+
DeleteVariablesParams,
|
|
2340
|
+
DeleteVariablesQueryParams,
|
|
2341
|
+
DeleteVariablesResponse,
|
|
2342
|
+
deleteVariablesQueryEtagItemRegExp,
|
|
2343
|
+
ListVariablesParams,
|
|
2344
|
+
ListVariablesQueryParams,
|
|
2345
|
+
ListVariablesResponse,
|
|
2346
|
+
MergeVariablesBody,
|
|
2347
|
+
MergeVariablesBodyItem,
|
|
2348
|
+
MergeVariablesParams,
|
|
2349
|
+
MergeVariablesQueryParams,
|
|
2350
|
+
MergeVariablesResponse,
|
|
2351
|
+
mergeVariablesBodyKeyRegExp,
|
|
2352
|
+
ResetVariablesBody,
|
|
2353
|
+
ResetVariablesBodyItem,
|
|
2354
|
+
ResetVariablesParams,
|
|
2355
|
+
ResetVariablesQueryParams,
|
|
2356
|
+
ResetVariablesResponse,
|
|
2357
|
+
resetVariablesBodyKeyRegExp,
|
|
2358
|
+
UpdateVariable2Body,
|
|
2359
|
+
UpdateVariable2Params,
|
|
2360
|
+
UpdateVariable2QueryParams,
|
|
2361
|
+
UpdateVariable2Response,
|
|
2362
|
+
UpdateVariableBody,
|
|
2363
|
+
UpdateVariableParams,
|
|
2364
|
+
UpdateVariableQueryParams,
|
|
2365
|
+
UpdateVariableResponse,
|
|
2366
|
+
updateVariable2BodyKeyRegExp,
|
|
2367
|
+
updateVariableBodyKeyRegExp,
|
|
2368
|
+
} from './variables/variables.zod';
|
|
226
2369
|
export * from './web-hook-service/web-hook-service';
|
|
227
2370
|
export * from './web-hook-service/web-hook-service.zod';
|
|
228
2371
|
export * from './webitel-im-api-gateway-v1-account/webitel-im-api-gateway-v1-account';
|
|
@@ -234,13 +2377,95 @@ export * from './webitel-im-api-gateway-v1-contacts/webitel-im-api-gateway-v1-co
|
|
|
234
2377
|
export * from './webitel-im-api-gateway-v1-contactsettingsmanagement/webitel-im-api-gateway-v1-contactsettingsmanagement';
|
|
235
2378
|
export * from './webitel-im-api-gateway-v1-contactsettingsmanagement/webitel-im-api-gateway-v1-contactsettingsmanagement.zod';
|
|
236
2379
|
export * from './webitel-im-api-gateway-v1-message/webitel-im-api-gateway-v1-message';
|
|
237
|
-
export
|
|
2380
|
+
export {
|
|
2381
|
+
MessageReadParams,
|
|
2382
|
+
MessageReadQueryParams,
|
|
2383
|
+
MessageReadResponse,
|
|
2384
|
+
MessageSendContactBody,
|
|
2385
|
+
MessageSendContactResponse,
|
|
2386
|
+
MessageSendDocumentBody,
|
|
2387
|
+
MessageSendDocumentResponse,
|
|
2388
|
+
MessageSendInteractiveBody,
|
|
2389
|
+
MessageSendInteractiveCallbackBody,
|
|
2390
|
+
MessageSendInteractiveCallbackParams,
|
|
2391
|
+
MessageSendInteractiveCallbackResponse,
|
|
2392
|
+
MessageSendInteractiveResponse,
|
|
2393
|
+
MessageSendLocationBody,
|
|
2394
|
+
MessageSendLocationResponse,
|
|
2395
|
+
MessageSendTextBody,
|
|
2396
|
+
MessageSendTextResponse,
|
|
2397
|
+
} from './webitel-im-api-gateway-v1-message/webitel-im-api-gateway-v1-message.zod';
|
|
238
2398
|
export * from './webitel-im-api-gateway-v1-messagehistory/webitel-im-api-gateway-v1-messagehistory';
|
|
239
|
-
export
|
|
2399
|
+
export {
|
|
2400
|
+
MessageHistorySearchLeftThreadsMessagesHistoryParams,
|
|
2401
|
+
MessageHistorySearchLeftThreadsMessagesHistoryQueryParams,
|
|
2402
|
+
MessageHistorySearchLeftThreadsMessagesHistoryResponse,
|
|
2403
|
+
MessageHistorySearchThreadMessagesHistoryParams,
|
|
2404
|
+
MessageHistorySearchThreadMessagesHistoryQueryParams,
|
|
2405
|
+
MessageHistorySearchThreadMessagesHistoryResponse,
|
|
2406
|
+
messageHistorySearchLeftThreadsMessagesHistoryResponseItemsItemReactedMetadataReactedByRoleDefault,
|
|
2407
|
+
messageHistorySearchLeftThreadsMessagesHistoryResponseItemsItemSenderRoleDefault,
|
|
2408
|
+
messageHistorySearchThreadMessagesHistoryResponseItemsItemReactedMetadataReactedByRoleDefault,
|
|
2409
|
+
messageHistorySearchThreadMessagesHistoryResponseItemsItemSenderRoleDefault,
|
|
2410
|
+
} from './webitel-im-api-gateway-v1-messagehistory/webitel-im-api-gateway-v1-messagehistory.zod';
|
|
240
2411
|
export * from './webitel-im-api-gateway-v1-threadmanagement/webitel-im-api-gateway-v1-threadmanagement';
|
|
241
|
-
export
|
|
2412
|
+
export {
|
|
2413
|
+
ThreadManagementAddMemberBody,
|
|
2414
|
+
ThreadManagementAddMemberParams,
|
|
2415
|
+
ThreadManagementAddMemberResponse,
|
|
2416
|
+
ThreadManagementCreateBody,
|
|
2417
|
+
ThreadManagementCreateResponse,
|
|
2418
|
+
ThreadManagementFlushVariablesBody,
|
|
2419
|
+
ThreadManagementFlushVariablesParams,
|
|
2420
|
+
ThreadManagementFlushVariablesResponse,
|
|
2421
|
+
ThreadManagementGetParams,
|
|
2422
|
+
ThreadManagementGetQueryParams,
|
|
2423
|
+
ThreadManagementGetResponse,
|
|
2424
|
+
ThreadManagementLocateVariablesParams,
|
|
2425
|
+
ThreadManagementLocateVariablesResponse,
|
|
2426
|
+
ThreadManagementRemoveMemberParams,
|
|
2427
|
+
ThreadManagementRemoveMemberResponse,
|
|
2428
|
+
ThreadManagementSearchLeftQueryParams,
|
|
2429
|
+
ThreadManagementSearchLeftResponse,
|
|
2430
|
+
ThreadManagementSearchQueryParams,
|
|
2431
|
+
ThreadManagementSearchResponse,
|
|
2432
|
+
ThreadManagementSearchVariablesQueryParams,
|
|
2433
|
+
ThreadManagementSearchVariablesResponse,
|
|
2434
|
+
ThreadManagementSetVariablesBody,
|
|
2435
|
+
ThreadManagementSetVariablesParams,
|
|
2436
|
+
ThreadManagementSetVariablesResponse,
|
|
2437
|
+
ThreadManagementTransferBody,
|
|
2438
|
+
ThreadManagementTransferParams,
|
|
2439
|
+
ThreadManagementTransferResponse,
|
|
2440
|
+
threadManagementAddMemberBodyRoleDefault,
|
|
2441
|
+
threadManagementAddMemberResponseMemberRoleDefault,
|
|
2442
|
+
threadManagementCreateResponseThreadLastMsgReactedMetadataReactedByRoleDefault,
|
|
2443
|
+
threadManagementCreateResponseThreadLastMsgSenderRoleDefault,
|
|
2444
|
+
threadManagementCreateResponseThreadMembersItemRoleDefault,
|
|
2445
|
+
threadManagementCreateResponseThreadTypeDefault,
|
|
2446
|
+
threadManagementGetResponseLastMsgReactedMetadataReactedByRoleDefault,
|
|
2447
|
+
threadManagementGetResponseLastMsgSenderRoleDefault,
|
|
2448
|
+
threadManagementGetResponseMembersItemRoleDefault,
|
|
2449
|
+
threadManagementGetResponseTypeDefault,
|
|
2450
|
+
threadManagementSearchLeftResponseItemsItemLastMsgReactedMetadataReactedByRoleDefault,
|
|
2451
|
+
threadManagementSearchLeftResponseItemsItemLastMsgSenderRoleDefault,
|
|
2452
|
+
threadManagementSearchLeftResponseItemsItemMembersItemRoleDefault,
|
|
2453
|
+
threadManagementSearchLeftResponseItemsItemTypeDefault,
|
|
2454
|
+
threadManagementSearchResponseItemsItemLastMsgReactedMetadataReactedByRoleDefault,
|
|
2455
|
+
threadManagementSearchResponseItemsItemLastMsgSenderRoleDefault,
|
|
2456
|
+
threadManagementSearchResponseItemsItemMembersItemRoleDefault,
|
|
2457
|
+
threadManagementSearchResponseItemsItemTypeDefault,
|
|
2458
|
+
threadManagementTransferBodyRoleDefault,
|
|
2459
|
+
threadManagementTransferResponseMemberRoleDefault,
|
|
2460
|
+
} from './webitel-im-api-gateway-v1-threadmanagement/webitel-im-api-gateway-v1-threadmanagement.zod';
|
|
242
2461
|
export * from './webitel-im-api-gateway-v1-threadpermission/webitel-im-api-gateway-v1-threadpermission';
|
|
243
|
-
export
|
|
2462
|
+
export {
|
|
2463
|
+
ThreadPermissionGetParams,
|
|
2464
|
+
ThreadPermissionGetResponse,
|
|
2465
|
+
ThreadPermissionUpdateParams,
|
|
2466
|
+
ThreadPermissionUpdateQueryParams,
|
|
2467
|
+
ThreadPermissionUpdateResponse,
|
|
2468
|
+
} from './webitel-im-api-gateway-v1-threadpermission/webitel-im-api-gateway-v1-threadpermission.zod';
|
|
244
2469
|
export * from './webitel-im-api-provider-v1-facebookservice/webitel-im-api-provider-v1-facebookservice';
|
|
245
2470
|
export * from './webitel-im-api-provider-v1-facebookservice/webitel-im-api-provider-v1-facebookservice.zod';
|
|
246
2471
|
export * from './webitel-im-api-provider-v1-metaappservice/webitel-im-api-provider-v1-metaappservice';
|
|
@@ -264,6 +2489,46 @@ export * from './webitel-im-provider-v1-providermessageservice/webitel-im-provid
|
|
|
264
2489
|
export * from './webitel-im-provider-v1-whatsappservice/webitel-im-provider-v1-whatsappservice';
|
|
265
2490
|
export * from './webitel-im-provider-v1-whatsappservice/webitel-im-provider-v1-whatsappservice.zod';
|
|
266
2491
|
export * from './working-condition-service/working-condition-service';
|
|
267
|
-
export
|
|
2492
|
+
export {
|
|
2493
|
+
WorkingConditionServiceCreateWorkingConditionBody,
|
|
2494
|
+
WorkingConditionServiceCreateWorkingConditionResponse,
|
|
2495
|
+
WorkingConditionServiceDeleteWorkingConditionParams,
|
|
2496
|
+
WorkingConditionServiceDeleteWorkingConditionResponse,
|
|
2497
|
+
WorkingConditionServiceReadWorkingConditionParams,
|
|
2498
|
+
WorkingConditionServiceReadWorkingConditionQueryParams,
|
|
2499
|
+
WorkingConditionServiceReadWorkingConditionResponse,
|
|
2500
|
+
WorkingConditionServiceSearchWorkingConditionQueryParams,
|
|
2501
|
+
WorkingConditionServiceSearchWorkingConditionResponse,
|
|
2502
|
+
WorkingConditionServiceUpdateWorkingConditionBody,
|
|
2503
|
+
WorkingConditionServiceUpdateWorkingConditionParams,
|
|
2504
|
+
WorkingConditionServiceUpdateWorkingConditionResponse,
|
|
2505
|
+
} from './working-condition-service/working-condition-service.zod';
|
|
268
2506
|
export * from './working-schedule-service/working-schedule-service';
|
|
269
|
-
export
|
|
2507
|
+
export {
|
|
2508
|
+
WorkingScheduleServiceCreateWorkingScheduleBody,
|
|
2509
|
+
WorkingScheduleServiceCreateWorkingScheduleResponse,
|
|
2510
|
+
WorkingScheduleServiceDeleteWorkingScheduleParams,
|
|
2511
|
+
WorkingScheduleServiceDeleteWorkingScheduleResponse,
|
|
2512
|
+
WorkingScheduleServiceReadWorkingScheduleForecastParams,
|
|
2513
|
+
WorkingScheduleServiceReadWorkingScheduleForecastQueryParams,
|
|
2514
|
+
WorkingScheduleServiceReadWorkingScheduleForecastResponse,
|
|
2515
|
+
WorkingScheduleServiceReadWorkingScheduleParams,
|
|
2516
|
+
WorkingScheduleServiceReadWorkingScheduleQueryParams,
|
|
2517
|
+
WorkingScheduleServiceReadWorkingScheduleResponse,
|
|
2518
|
+
WorkingScheduleServiceSearchWorkingScheduleQueryParams,
|
|
2519
|
+
WorkingScheduleServiceSearchWorkingScheduleResponse,
|
|
2520
|
+
WorkingScheduleServiceUpdateWorkingScheduleAddAgentsBody,
|
|
2521
|
+
WorkingScheduleServiceUpdateWorkingScheduleAddAgentsParams,
|
|
2522
|
+
WorkingScheduleServiceUpdateWorkingScheduleAddAgentsResponse,
|
|
2523
|
+
WorkingScheduleServiceUpdateWorkingScheduleBody,
|
|
2524
|
+
WorkingScheduleServiceUpdateWorkingScheduleParams,
|
|
2525
|
+
WorkingScheduleServiceUpdateWorkingScheduleRemoveAgentParams,
|
|
2526
|
+
WorkingScheduleServiceUpdateWorkingScheduleRemoveAgentResponse,
|
|
2527
|
+
WorkingScheduleServiceUpdateWorkingScheduleResponse,
|
|
2528
|
+
workingScheduleServiceCreateWorkingScheduleBodyItemStateDefault,
|
|
2529
|
+
workingScheduleServiceCreateWorkingScheduleResponseItemStateDefault,
|
|
2530
|
+
workingScheduleServiceReadWorkingScheduleResponseItemStateDefault,
|
|
2531
|
+
workingScheduleServiceSearchWorkingScheduleResponseItemsItemStateDefault,
|
|
2532
|
+
workingScheduleServiceUpdateWorkingScheduleBodyItemStateDefault,
|
|
2533
|
+
workingScheduleServiceUpdateWorkingScheduleResponseItemStateDefault,
|
|
2534
|
+
} from './working-schedule-service/working-schedule-service.zod';
|