@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
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import type { RequestHandlerOptions } from 'msw';
|
|
2
2
|
import { http } from 'msw';
|
|
3
|
-
import type { CreateData200, DataDataset, DataStructList, LocateData200, ProtoDataStruct, UpdateData200, UpdateData2200 } from '../_models';
|
|
3
|
+
import type { CreateData200, DataBatchCreateDatasetResponse, DataDataset, DataStructList, LocateData200, ProtoDataStruct, UpdateData200, UpdateData2200 } from '../_models';
|
|
4
4
|
export declare const getDeleteDataResponseMock: (overrideResponse?: Partial<Extract<DataDataset, object>>) => DataDataset;
|
|
5
5
|
export declare const getSearchDataResponseMock: (overrideResponse?: Partial<Extract<DataDataset, object>>) => DataDataset;
|
|
6
6
|
export declare const getCreateDataResponseMock: () => CreateData200;
|
|
7
|
+
export declare const getBatchCreateDataResponseMock: (overrideResponse?: Partial<Extract<DataBatchCreateDatasetResponse, object>>) => DataBatchCreateDatasetResponse;
|
|
7
8
|
export declare const getImportCSVResponseMock: (overrideResponse?: Partial<Extract<DataDataset, object>>) => DataDataset;
|
|
8
9
|
export declare const getDeleteData2ResponseMock: (overrideResponse?: Partial<Extract<DataDataset, object>>) => DataDataset;
|
|
9
10
|
export declare const getLocateDataResponseMock: () => LocateData200;
|
|
@@ -17,6 +18,7 @@ export declare const getUpdateTypeResponseMock: (overrideResponse?: Partial<Extr
|
|
|
17
18
|
export declare const getDeleteDataMockHandler: (overrideResponse?: DataDataset | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<DataDataset> | DataDataset), options?: RequestHandlerOptions) => import("msw").HttpHandler;
|
|
18
19
|
export declare const getSearchDataMockHandler: (overrideResponse?: DataDataset | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<DataDataset> | DataDataset), options?: RequestHandlerOptions) => import("msw").HttpHandler;
|
|
19
20
|
export declare const getCreateDataMockHandler: (overrideResponse?: CreateData200 | ((info: Parameters<Parameters<typeof http.post>[1]>[0]) => Promise<CreateData200> | CreateData200), options?: RequestHandlerOptions) => import("msw").HttpHandler;
|
|
21
|
+
export declare const getBatchCreateDataMockHandler: (overrideResponse?: DataBatchCreateDatasetResponse | ((info: Parameters<Parameters<typeof http.post>[1]>[0]) => Promise<DataBatchCreateDatasetResponse> | DataBatchCreateDatasetResponse), options?: RequestHandlerOptions) => import("msw").HttpHandler;
|
|
20
22
|
export declare const getImportCSVMockHandler: (overrideResponse?: DataDataset | ((info: Parameters<Parameters<typeof http.post>[1]>[0]) => Promise<DataDataset> | DataDataset), options?: RequestHandlerOptions) => import("msw").HttpHandler;
|
|
21
23
|
export declare const getDeleteData2MockHandler: (overrideResponse?: DataDataset | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<DataDataset> | DataDataset), options?: RequestHandlerOptions) => import("msw").HttpHandler;
|
|
22
24
|
export declare const getLocateDataMockHandler: (overrideResponse?: LocateData200 | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<LocateData200> | LocateData200), options?: RequestHandlerOptions) => import("msw").HttpHandler;
|
|
@@ -344,6 +344,27 @@ export declare const CreateDataParams: zod.ZodObject<{
|
|
|
344
344
|
}, zod.z.core.$strip>;
|
|
345
345
|
export declare const CreateDataBody: zod.ZodObject<{}, zod.z.core.$loose>;
|
|
346
346
|
export declare const CreateDataResponse: zod.ZodObject<{}, zod.z.core.$loose>;
|
|
347
|
+
/**
|
|
348
|
+
* @summary Batch create dictionary records, resolving Select/Multiselect
|
|
349
|
+
lookup columns by display name (case-insensitive) instead of id.
|
|
350
|
+
*/
|
|
351
|
+
export declare const BatchCreateDataParams: zod.ZodObject<{
|
|
352
|
+
repo: zod.ZodString;
|
|
353
|
+
}, zod.z.core.$strip>;
|
|
354
|
+
export declare const BatchCreateDataBody: zod.ZodObject<{
|
|
355
|
+
rows: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{}, zod.z.core.$loose>>>;
|
|
356
|
+
}, zod.z.core.$strip>;
|
|
357
|
+
export declare const BatchCreateDataResponse: zod.ZodObject<{
|
|
358
|
+
errors: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
359
|
+
code: zod.ZodOptional<zod.ZodString>;
|
|
360
|
+
field: zod.ZodOptional<zod.ZodString>;
|
|
361
|
+
row: zod.ZodOptional<zod.ZodNumber>;
|
|
362
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
363
|
+
}, zod.z.core.$strip>>>;
|
|
364
|
+
failed: zod.ZodOptional<zod.ZodNumber>;
|
|
365
|
+
imported: zod.ZodOptional<zod.ZodNumber>;
|
|
366
|
+
total: zod.ZodOptional<zod.ZodNumber>;
|
|
367
|
+
}, zod.z.core.$strip>;
|
|
347
368
|
/**
|
|
348
369
|
* @summary Import dataset from CSV file.
|
|
349
370
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { ApiCreateDomainRequest, ApiCreateDomainResponse, ApiDeleteDomainResponse, ApiReadDomainResponse, ApiSearchDomainsResponse, ApiUpdateDomainResponse, DeleteDomain2Params, DeleteDomainParams, DomainsUpdateDomainBody, ReadDomain2Params, ReadDomainParams, SearchDomainsParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getDomains: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { ContactsCondition, ContactsConditionList, ContactsInputCondition, ContactsLocateConditionResponse, DynamicConditionsCreateConditionBody, ListConditionsParams, LocateConditionParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getDynamicConditions: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { ContactsCreateDynamicGroupRequest, ContactsDynamicGroup, ContactsDynamicGroupInput, ContactsDynamicGroupList, ContactsLocateDynamicGroupResponse, ListDynamicGroupsParams, LocateDynamicGroupParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getDynamicGroups: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { EngineCreateEmailProfileRequest, EngineEmailProfile, EngineEmailProfileServicePatchEmailProfileBody, EngineEmailProfileServiceUpdateEmailProfileBody, EngineListEmailProfile, EngineLoginEmailProfileResponse, EngineLogoutEmailProfileResponse, EngineTestEmailProfileResponse, SearchEmailProfileParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getEmailProfileService: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { ContactsEmailAddress, ContactsEmailList, ContactsInputEmailAddress, DeleteEmailParams, DeleteEmailsParams, ListEmailsParams, LocateEmailParams, MergeEmailsParams, ResetEmailsParams, UpdateEmail2Body, UpdateEmail2Params, UpdateEmailBody, UpdateEmailParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getEmails: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { DataInputExtension, DataStructList, DeleteType2Params, DeleteTypeExtensionsParams, ProtoDataStruct, SearchTypeExtensionsParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getExtensions: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { CreateFeedbackParams, EngineFeedback, GetFeedbackParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getFeedbackService: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { SearchFilePoliciesParams, StorageCreateFilePolicyRequest, StorageFilePoliciesServiceFilePolicyApplyBody, StorageFilePoliciesServiceMovePositionFilePolicyBody, StorageFilePoliciesServicePatchFilePolicyBody, StorageFilePoliciesServiceUpdateFilePolicyBody, StorageFilePolicy, StorageFilePolicyApplyResponse, StorageListFilePolicies, StorageMovePositionFilePolicyResponse } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getFilePoliciesService: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { SearchFilesByCallParams, SearchFilesParams, SearchScreenRecordingsByAgentParams, SearchScreenRecordingsParams, StorageDeleteFilesRequest, StorageDeleteFilesResponse, StorageDeleteQuarantineFilesRequest, StorageFileServiceDeleteScreenRecordingsBody, StorageFileServiceDeleteScreenRecordingsByAgentBody, StorageFileServiceDeleteVideocallFilesBody, StorageListFile, StorageRestoreFilesRequest, StorageRestoreFilesResponse } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getFileService: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { GetFileTranscriptPhrasesParams, StorageDeleteFileTranscriptRequest, StorageDeleteFileTranscriptResponse, StorageListPhrases, StoragePutFileTranscriptRequest, StoragePutFileTranscriptResponse, StorageStartFileTranscriptRequest, StorageStartFileTranscriptResponse } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getFileTranscriptService: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { ForecastCalculationServiceExecuteForecastCalculationParams, ForecastCalculationServiceReadForecastCalculationParams, ForecastCalculationServiceSearchForecastCalculationParams, ForecastCalculationServiceUpdateForecastCalculationBody, WfmCreateForecastCalculationRequest, WfmCreateForecastCalculationResponse, WfmDeleteForecastCalculationResponse, WfmExecuteForecastCalculationResponse, WfmReadForecastCalculationResponse, WfmSearchForecastCalculationResponse, WfmUpdateForecastCalculationResponse } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getForecastCalculationService: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { FtsSearchResponse, SearchParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getFtsservice: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { ContactsAddContactsToGroupRequest, ContactsContactList, ContactsCreateGroupRequest, ContactsGroup, ContactsGroupList, ContactsInputGroup, ContactsLocateGroupResponse, ListGroupsParams, LocateGroupParams, RemoveContactsFromGroupParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getGroups: (axiosInstance?: AxiosInstance) => {
|
|
@@ -295,34 +295,6 @@ export declare const AddContactsToGroupsResponse: zod.ZodObject<{
|
|
|
295
295
|
next: zod.ZodOptional<zod.ZodBoolean>;
|
|
296
296
|
page: zod.ZodOptional<zod.ZodNumber>;
|
|
297
297
|
}, zod.z.core.$strip>>;
|
|
298
|
-
languages: zod.ZodOptional<zod.ZodObject<{
|
|
299
|
-
data: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
300
|
-
code: zod.ZodOptional<zod.ZodString>;
|
|
301
|
-
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
302
|
-
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
303
|
-
id: zod.ZodOptional<zod.ZodString>;
|
|
304
|
-
name: zod.ZodOptional<zod.ZodString>;
|
|
305
|
-
type: zod.ZodOptional<zod.ZodString>;
|
|
306
|
-
}, zod.z.core.$strip>>;
|
|
307
|
-
etag: zod.ZodOptional<zod.ZodString>;
|
|
308
|
-
id: zod.ZodOptional<zod.ZodString>;
|
|
309
|
-
lang: zod.ZodOptional<zod.ZodString>;
|
|
310
|
-
name: zod.ZodOptional<zod.ZodString>;
|
|
311
|
-
primary: zod.ZodOptional<zod.ZodBoolean>;
|
|
312
|
-
region: zod.ZodOptional<zod.ZodString>;
|
|
313
|
-
script: zod.ZodOptional<zod.ZodString>;
|
|
314
|
-
tag: zod.ZodOptional<zod.ZodString>;
|
|
315
|
-
updatedAt: zod.ZodOptional<zod.ZodString>;
|
|
316
|
-
updatedBy: zod.ZodOptional<zod.ZodObject<{
|
|
317
|
-
id: zod.ZodOptional<zod.ZodString>;
|
|
318
|
-
name: zod.ZodOptional<zod.ZodString>;
|
|
319
|
-
type: zod.ZodOptional<zod.ZodString>;
|
|
320
|
-
}, zod.z.core.$strip>>;
|
|
321
|
-
ver: zod.ZodOptional<zod.ZodNumber>;
|
|
322
|
-
}, zod.z.core.$strip>>>;
|
|
323
|
-
next: zod.ZodOptional<zod.ZodBoolean>;
|
|
324
|
-
page: zod.ZodOptional<zod.ZodNumber>;
|
|
325
|
-
}, zod.z.core.$strip>>;
|
|
326
298
|
managers: zod.ZodOptional<zod.ZodObject<{
|
|
327
299
|
data: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
328
300
|
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
@@ -650,34 +622,6 @@ export declare const RemoveContactsFromGroupResponse: zod.ZodObject<{
|
|
|
650
622
|
next: zod.ZodOptional<zod.ZodBoolean>;
|
|
651
623
|
page: zod.ZodOptional<zod.ZodNumber>;
|
|
652
624
|
}, zod.z.core.$strip>>;
|
|
653
|
-
languages: zod.ZodOptional<zod.ZodObject<{
|
|
654
|
-
data: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
655
|
-
code: zod.ZodOptional<zod.ZodString>;
|
|
656
|
-
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
657
|
-
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
658
|
-
id: zod.ZodOptional<zod.ZodString>;
|
|
659
|
-
name: zod.ZodOptional<zod.ZodString>;
|
|
660
|
-
type: zod.ZodOptional<zod.ZodString>;
|
|
661
|
-
}, zod.z.core.$strip>>;
|
|
662
|
-
etag: zod.ZodOptional<zod.ZodString>;
|
|
663
|
-
id: zod.ZodOptional<zod.ZodString>;
|
|
664
|
-
lang: zod.ZodOptional<zod.ZodString>;
|
|
665
|
-
name: zod.ZodOptional<zod.ZodString>;
|
|
666
|
-
primary: zod.ZodOptional<zod.ZodBoolean>;
|
|
667
|
-
region: zod.ZodOptional<zod.ZodString>;
|
|
668
|
-
script: zod.ZodOptional<zod.ZodString>;
|
|
669
|
-
tag: zod.ZodOptional<zod.ZodString>;
|
|
670
|
-
updatedAt: zod.ZodOptional<zod.ZodString>;
|
|
671
|
-
updatedBy: zod.ZodOptional<zod.ZodObject<{
|
|
672
|
-
id: zod.ZodOptional<zod.ZodString>;
|
|
673
|
-
name: zod.ZodOptional<zod.ZodString>;
|
|
674
|
-
type: zod.ZodOptional<zod.ZodString>;
|
|
675
|
-
}, zod.z.core.$strip>>;
|
|
676
|
-
ver: zod.ZodOptional<zod.ZodNumber>;
|
|
677
|
-
}, zod.z.core.$strip>>>;
|
|
678
|
-
next: zod.ZodOptional<zod.ZodBoolean>;
|
|
679
|
-
page: zod.ZodOptional<zod.ZodNumber>;
|
|
680
|
-
}, zod.z.core.$strip>>;
|
|
681
625
|
managers: zod.ZodOptional<zod.ZodObject<{
|
|
682
626
|
data: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
683
627
|
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { ContactsEmptyResponse, ContactsIMClientList, ListIMClientsParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getImclients: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { SearchImportTemplateParams, StorageCreateImportTemplateRequest, StorageImportTemplate, StorageImportTemplateServicePatchImportTemplateBody, StorageImportTemplateServiceUpdateImportTemplateBody, StorageListImportTemplate } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getImportTemplateService: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { KnowledgebaseCombinedList, SpacesArticlesSearchParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getKnowledgebaseSearch: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { ContactsInputLabel, ContactsLabelList, ContactsLabelTags, DeleteLabelsParams, GetLabelsParams, ListLabelsParams, MergeLabelsParams, ResetLabelsParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getLabels: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { AddContactLanguagesParams, ContactsInputLanguage, ContactsLanguage, ContactsLanguageList, DelContactLanguageParams, DelContactLanguagesParams, GetContactLanguagesParams, SetContactLanguage2Body, SetContactLanguage2Params, SetContactLanguageBody, SetContactLanguageParams, SetContactLanguagesParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getLanguages: (axiosInstance?: AxiosInstance) => {
|
package/types/gen/ldap/ldap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { ApiDeleteLDAPRequest, ApiLDAPCatalog, ApiLDAProcess, ApiLDAProcessResponse, ApiLDAPSearchRequest, ApiLDAPSearchResponse, ApiLDAPTemplate, ApiLDAPTemplateResponse, ApiSearchLDAPResponse, DeleteLDAPCatalogParams, LDAPCreateLDAPTemplateBody, LDAPDeleteLDAPTemplateBody, LDAPLDAPSearchBody, LDAPResyncLDAPCatalogBody, LDAPSearch2Params, LDAPSearch4Params, LDAPUpdateLDAPCatalogBody, LDAPUpdateLDAPTemplateBody, LocateLDAPCatalogParams, LocateLDAProcessParams, LocateLDAPTemplateParams, SearchLDAPCatalogParams, SearchLDAProcessParams, SearchLDAPTemplateParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getLdap: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { DeleteListCommunicationParams, DeleteListParams, EngineCreateListRequest, EngineList, EngineListCommunication, EngineListOfList, EngineListOfListCommunication, EngineListServiceCreateListCommunicationBody, EngineListServiceUpdateListBody, EngineListServiceUpdateListCommunicationBody, ReadListCommunicationParams, ReadListParams, SearchListCommunicationParams, SearchListParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getListService: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { LoggerLogs, LoggerServiceSearchLogByConfigIdParams, LoggerServiceSearchLogByRecordIdParams, LoggerServiceSearchLogByUserIdParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getLoggerService: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { ContactsInputManager, ContactsManager, ContactsManagerList, DeleteManagerParams, DeleteManagersParams, ListManagersParams, LocateManagerParams, MergeManagersParams, ResetManagersParams, UpdateManager2Body, UpdateManager2Params, UpdateManagerBody, UpdateManagerParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getManagers: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { DeleteMediaFileParams, ReadMediaFileParams, SearchMediaFileParams, StorageListMedia, StorageMediaFile } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getMediaFileService: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { WebMeetingBackendCreateMeetingRequest, WebMeetingBackendCreateMeetingResponse, WebMeetingBackendMeetingServiceSatisfactionMeetingBody, WebMeetingBackendMeetingView, WebMeetingBackendSatisfactionMeetingResponse } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getMeetingService: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
|
-
import type { DeleteMemberParams, EngineAttemptRenewalResultResponse, EngineAttemptResultResponse, EngineCreateAttemptResponse, EngineDeleteAllMembersRequest, EngineListAttempt, EngineListHistoryAttempt, EngineListMember, EngineListMemberAttempt, EngineMemberBulkResponse, EngineMemberInQueue, EngineMemberServiceAttemptCallbackBody, EngineMemberServiceAttemptResultBody, EngineMemberServiceAttemptsRenewalResultBody, EngineMemberServiceCreateAttemptBody, EngineMemberServiceCreateMemberBody, EngineMemberServiceCreateMemberBulkBody, EngineMemberServiceDeleteMembersBody, EngineMemberServicePatchMemberBody, EngineMemberServicePatchMemberOneBody, EngineMemberServiceResetMembersBody, EngineMemberServiceUpdateMemberBody, EngineResetActiveAttemptsRequest, EngineResetActiveAttemptsResponse, EngineResetMembersResponse, ReadMemberParams, SearchAttemptsHistoryParams, SearchAttemptsParams, SearchMemberAttemptsParams, SearchMemberInQueueParams, SearchMembersParams } from '../_models';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
|
+
import type { DeleteMemberParams, EngineAssignAttemptResponse, EngineAttemptRenewalResultResponse, EngineAttemptResultResponse, EngineCreateAttemptResponse, EngineDeleteAllMembersRequest, EngineListAttempt, EngineListHistoryAttempt, EngineListMember, EngineListMemberAttempt, EngineMemberBulkResponse, EngineMemberInQueue, EngineMemberServiceAssignAttemptBody, EngineMemberServiceAttemptCallbackBody, EngineMemberServiceAttemptResultBody, EngineMemberServiceAttemptsRenewalResultBody, EngineMemberServiceCreateAttemptBody, EngineMemberServiceCreateMemberBody, EngineMemberServiceCreateMemberBulkBody, EngineMemberServiceDeleteMembersBody, EngineMemberServicePatchMemberBody, EngineMemberServicePatchMemberOneBody, EngineMemberServiceResetMembersBody, EngineMemberServiceUpdateMemberBody, EngineResetActiveAttemptsRequest, EngineResetActiveAttemptsResponse, EngineResetMembersResponse, ReadMemberParams, SearchAttemptsHistoryParams, SearchAttemptsParams, SearchMemberAttemptsParams, SearchMemberInQueueParams, SearchMembersParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getMemberService: (axiosInstance?: AxiosInstance) => {
|
|
5
5
|
attemptCallback: (attemptId: string, engineMemberServiceAttemptCallbackBody: EngineMemberServiceAttemptCallbackBody, options?: AxiosRequestConfig) => Promise<AxiosResponse<EngineAttemptResultResponse>>;
|
|
@@ -8,6 +8,7 @@ getMemberService: (axiosInstance?: AxiosInstance) => {
|
|
|
8
8
|
searchAttempts: (params?: SearchAttemptsParams, options?: AxiosRequestConfig) => Promise<AxiosResponse<EngineListAttempt>>;
|
|
9
9
|
resetActiveAttempts: (engineResetActiveAttemptsRequest: EngineResetActiveAttemptsRequest, options?: AxiosRequestConfig) => Promise<AxiosResponse<EngineResetActiveAttemptsResponse>>;
|
|
10
10
|
searchAttemptsHistory: (params?: SearchAttemptsHistoryParams, options?: AxiosRequestConfig) => Promise<AxiosResponse<EngineListHistoryAttempt>>;
|
|
11
|
+
assignAttempt: (attemptId: string, engineMemberServiceAssignAttemptBody: EngineMemberServiceAssignAttemptBody, options?: AxiosRequestConfig) => Promise<AxiosResponse<EngineAssignAttemptResponse>>;
|
|
11
12
|
attemptsRenewalResult: (attemptId: string, engineMemberServiceAttemptsRenewalResultBody: EngineMemberServiceAttemptsRenewalResultBody, options?: AxiosRequestConfig) => Promise<AxiosResponse<EngineAttemptRenewalResultResponse>>;
|
|
12
13
|
deleteAllMembers: (engineDeleteAllMembersRequest: EngineDeleteAllMembersRequest, options?: AxiosRequestConfig) => Promise<AxiosResponse<EngineListMember>>;
|
|
13
14
|
deleteMembers: (queueId: string, engineMemberServiceDeleteMembersBody: EngineMemberServiceDeleteMembersBody, options?: AxiosRequestConfig) => Promise<AxiosResponse<EngineListMember>>;
|
|
@@ -29,6 +30,7 @@ export type PatchMemberOneResult = AxiosResponse<EngineMemberInQueue>;
|
|
|
29
30
|
export type SearchAttemptsResult = AxiosResponse<EngineListAttempt>;
|
|
30
31
|
export type ResetActiveAttemptsResult = AxiosResponse<EngineResetActiveAttemptsResponse>;
|
|
31
32
|
export type SearchAttemptsHistoryResult = AxiosResponse<EngineListHistoryAttempt>;
|
|
33
|
+
export type AssignAttemptResult = AxiosResponse<EngineAssignAttemptResponse>;
|
|
32
34
|
export type AttemptsRenewalResultResult = AxiosResponse<EngineAttemptRenewalResultResponse>;
|
|
33
35
|
export type DeleteAllMembersResult = AxiosResponse<EngineListMember>;
|
|
34
36
|
export type DeleteMembersResult = AxiosResponse<EngineListMember>;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import type { EngineAttemptRenewalResultResponse, EngineAttemptResultResponse, EngineCreateAttemptResponse, EngineListAttempt, EngineListHistoryAttempt, EngineListMember, EngineListMemberAttempt, EngineMemberBulkResponse, EngineMemberInQueue, EngineResetActiveAttemptsResponse, EngineResetMembersResponse } from '../_models';
|
|
1
|
+
import type { EngineAssignAttemptResponse, EngineAttemptRenewalResultResponse, EngineAttemptResultResponse, EngineCreateAttemptResponse, EngineListAttempt, EngineListHistoryAttempt, EngineListMember, EngineListMemberAttempt, EngineMemberBulkResponse, EngineMemberInQueue, EngineResetActiveAttemptsResponse, EngineResetMembersResponse } from '../_models';
|
|
2
2
|
export declare const getAttemptCallbackResponseMock: (overrideResponse?: Partial<Extract<EngineAttemptResultResponse, object>>) => EngineAttemptResultResponse;
|
|
3
3
|
export declare const getSearchMembersResponseMock: (overrideResponse?: Partial<Extract<EngineListMember, object>>) => EngineListMember;
|
|
4
4
|
export declare const getPatchMemberOneResponseMock: (overrideResponse?: Partial<Extract<EngineMemberInQueue, object>>) => EngineMemberInQueue;
|
|
5
5
|
export declare const getSearchAttemptsResponseMock: (overrideResponse?: Partial<Extract<EngineListAttempt, object>>) => EngineListAttempt;
|
|
6
6
|
export declare const getResetActiveAttemptsResponseMock: () => EngineResetActiveAttemptsResponse;
|
|
7
7
|
export declare const getSearchAttemptsHistoryResponseMock: (overrideResponse?: Partial<Extract<EngineListHistoryAttempt, object>>) => EngineListHistoryAttempt;
|
|
8
|
+
export declare const getAssignAttemptResponseMock: () => EngineAssignAttemptResponse;
|
|
8
9
|
export declare const getAttemptsRenewalResultResponseMock: () => EngineAttemptRenewalResultResponse;
|
|
9
10
|
export declare const getDeleteAllMembersResponseMock: (overrideResponse?: Partial<Extract<EngineListMember, object>>) => EngineListMember;
|
|
10
11
|
export declare const getDeleteMembersResponseMock: (overrideResponse?: Partial<Extract<EngineListMember, object>>) => EngineListMember;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import type { RequestHandlerOptions } from 'msw';
|
|
2
2
|
import { http } from 'msw';
|
|
3
|
-
import type { EngineAttemptRenewalResultResponse, EngineAttemptResultResponse, EngineCreateAttemptResponse, EngineListAttempt, EngineListHistoryAttempt, EngineListMember, EngineListMemberAttempt, EngineMemberBulkResponse, EngineMemberInQueue, EngineResetActiveAttemptsResponse, EngineResetMembersResponse } from '../_models';
|
|
3
|
+
import type { EngineAssignAttemptResponse, EngineAttemptRenewalResultResponse, EngineAttemptResultResponse, EngineCreateAttemptResponse, EngineListAttempt, EngineListHistoryAttempt, EngineListMember, EngineListMemberAttempt, EngineMemberBulkResponse, EngineMemberInQueue, EngineResetActiveAttemptsResponse, EngineResetMembersResponse } from '../_models';
|
|
4
4
|
export declare const getAttemptCallbackResponseMock: (overrideResponse?: Partial<Extract<EngineAttemptResultResponse, object>>) => EngineAttemptResultResponse;
|
|
5
5
|
export declare const getSearchMembersResponseMock: (overrideResponse?: Partial<Extract<EngineListMember, object>>) => EngineListMember;
|
|
6
6
|
export declare const getPatchMemberOneResponseMock: (overrideResponse?: Partial<Extract<EngineMemberInQueue, object>>) => EngineMemberInQueue;
|
|
7
7
|
export declare const getSearchAttemptsResponseMock: (overrideResponse?: Partial<Extract<EngineListAttempt, object>>) => EngineListAttempt;
|
|
8
8
|
export declare const getResetActiveAttemptsResponseMock: () => EngineResetActiveAttemptsResponse;
|
|
9
9
|
export declare const getSearchAttemptsHistoryResponseMock: (overrideResponse?: Partial<Extract<EngineListHistoryAttempt, object>>) => EngineListHistoryAttempt;
|
|
10
|
+
export declare const getAssignAttemptResponseMock: () => EngineAssignAttemptResponse;
|
|
10
11
|
export declare const getAttemptsRenewalResultResponseMock: () => EngineAttemptRenewalResultResponse;
|
|
11
12
|
export declare const getDeleteAllMembersResponseMock: (overrideResponse?: Partial<Extract<EngineListMember, object>>) => EngineListMember;
|
|
12
13
|
export declare const getDeleteMembersResponseMock: (overrideResponse?: Partial<Extract<EngineListMember, object>>) => EngineListMember;
|
|
@@ -27,6 +28,7 @@ export declare const getPatchMemberOneMockHandler: (overrideResponse?: EngineMem
|
|
|
27
28
|
export declare const getSearchAttemptsMockHandler: (overrideResponse?: EngineListAttempt | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<EngineListAttempt> | EngineListAttempt), options?: RequestHandlerOptions) => import("msw").HttpHandler;
|
|
28
29
|
export declare const getResetActiveAttemptsMockHandler: (overrideResponse?: EngineResetActiveAttemptsResponse | ((info: Parameters<Parameters<typeof http.put>[1]>[0]) => Promise<EngineResetActiveAttemptsResponse> | EngineResetActiveAttemptsResponse), options?: RequestHandlerOptions) => import("msw").HttpHandler;
|
|
29
30
|
export declare const getSearchAttemptsHistoryMockHandler: (overrideResponse?: EngineListHistoryAttempt | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<EngineListHistoryAttempt> | EngineListHistoryAttempt), options?: RequestHandlerOptions) => import("msw").HttpHandler;
|
|
31
|
+
export declare const getAssignAttemptMockHandler: (overrideResponse?: EngineAssignAttemptResponse | ((info: Parameters<Parameters<typeof http.patch>[1]>[0]) => Promise<EngineAssignAttemptResponse> | EngineAssignAttemptResponse), options?: RequestHandlerOptions) => import("msw").HttpHandler;
|
|
30
32
|
export declare const getAttemptsRenewalResultMockHandler: (overrideResponse?: EngineAttemptRenewalResultResponse | ((info: Parameters<Parameters<typeof http.patch>[1]>[0]) => Promise<EngineAttemptRenewalResultResponse> | EngineAttemptRenewalResultResponse), options?: RequestHandlerOptions) => import("msw").HttpHandler;
|
|
31
33
|
export declare const getDeleteAllMembersMockHandler: (overrideResponse?: EngineListMember | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<EngineListMember> | EngineListMember), options?: RequestHandlerOptions) => import("msw").HttpHandler;
|
|
32
34
|
export declare const getDeleteMembersMockHandler: (overrideResponse?: EngineListMember | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<EngineListMember> | EngineListMember), options?: RequestHandlerOptions) => import("msw").HttpHandler;
|
|
@@ -397,6 +397,13 @@ export declare const SearchAttemptsHistoryResponse: zod.ZodObject<{
|
|
|
397
397
|
}, zod.z.core.$strip>>>;
|
|
398
398
|
next: zod.ZodOptional<zod.ZodBoolean>;
|
|
399
399
|
}, zod.z.core.$strip>;
|
|
400
|
+
export declare const AssignAttemptParams: zod.ZodObject<{
|
|
401
|
+
attempt_id: zod.ZodString;
|
|
402
|
+
}, zod.z.core.$strip>;
|
|
403
|
+
export declare const AssignAttemptBody: zod.ZodObject<{
|
|
404
|
+
agentId: zod.ZodOptional<zod.ZodString>;
|
|
405
|
+
}, zod.z.core.$strip>;
|
|
406
|
+
export declare const AssignAttemptResponse: zod.ZodObject<{}, zod.z.core.$loose>;
|
|
400
407
|
export declare const AttemptsRenewalResultParams: zod.ZodObject<{
|
|
401
408
|
attempt_id: zod.ZodString;
|
|
402
409
|
}, zod.z.core.$strip>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { CatalogGetCustomersParams, CatalogGetDialogsParams, CatalogGetHistory2Params, CatalogGetHistoryParams, CatalogGetMembersParams, WebitelChatBroadcastMessageRequest, WebitelChatBroadcastMessageResponse, WebitelChatChatCustomers, WebitelChatChatDialogs, WebitelChatChatMembers, WebitelChatChatMessages } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getMessages: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
|
-
import type { ApiDeleteOAuthServiceRequest, ApiDeleteOAuthServiceResponse, ApiOAuthService, ApiSearchOAuthServiceResponse, LocateOAuthServiceParams, OAuth2FederationDeleteOAuthServiceBody,
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
|
+
import type { ApiDeleteOAuthServiceRequest, ApiDeleteOAuthServiceResponse, ApiOAuthService, ApiSearchOAuthServiceResponse, LocateOAuthServiceParams, OAuth2FederationDeleteOAuthServiceBody, SearchOAuthServiceParams, UpdateOAuthService2Params, UpdateOAuthServiceParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getOauth2Federation: (axiosInstance?: AxiosInstance) => {
|
|
5
5
|
deleteOAuthService: (apiDeleteOAuthServiceRequest: ApiDeleteOAuthServiceRequest, options?: AxiosRequestConfig) => Promise<AxiosResponse<ApiDeleteOAuthServiceResponse>>;
|
|
@@ -7,8 +7,8 @@ getOauth2Federation: (axiosInstance?: AxiosInstance) => {
|
|
|
7
7
|
createOAuthService: (apiOAuthService: ApiOAuthService, options?: AxiosRequestConfig) => Promise<AxiosResponse<ApiOAuthService>>;
|
|
8
8
|
deleteOAuthService2: (id: string[], oAuth2FederationDeleteOAuthServiceBody: OAuth2FederationDeleteOAuthServiceBody, options?: AxiosRequestConfig) => Promise<AxiosResponse<ApiDeleteOAuthServiceResponse>>;
|
|
9
9
|
locateOAuthService: (id: string[], params?: LocateOAuthServiceParams, options?: AxiosRequestConfig) => Promise<AxiosResponse<ApiOAuthService>>;
|
|
10
|
-
updateOAuthService2: (id: string,
|
|
11
|
-
updateOAuthService: (id: string,
|
|
10
|
+
updateOAuthService2: (id: string, apiOAuthService: ApiOAuthService, params?: UpdateOAuthService2Params, options?: AxiosRequestConfig) => Promise<AxiosResponse<ApiOAuthService>>;
|
|
11
|
+
updateOAuthService: (id: string, apiOAuthService: ApiOAuthService, params?: UpdateOAuthServiceParams, options?: AxiosRequestConfig) => Promise<AxiosResponse<ApiOAuthService>>;
|
|
12
12
|
};
|
|
13
13
|
export type DeleteOAuthServiceResult = AxiosResponse<ApiDeleteOAuthServiceResponse>;
|
|
14
14
|
export type SearchOAuthServiceResult = AxiosResponse<ApiSearchOAuthServiceResponse>;
|
|
@@ -180,41 +180,41 @@ export declare const LocateOAuthServiceResponse: zod.ZodObject<{
|
|
|
180
180
|
export declare const UpdateOAuthService2Params: zod.ZodObject<{
|
|
181
181
|
id: zod.ZodString;
|
|
182
182
|
}, zod.z.core.$strip>;
|
|
183
|
+
export declare const UpdateOAuthService2QueryParams: zod.ZodObject<{
|
|
184
|
+
fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
185
|
+
}, zod.z.core.$strip>;
|
|
183
186
|
export declare const UpdateOAuthService2Body: zod.ZodObject<{
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
194
|
-
id: zod.ZodOptional<zod.ZodString>;
|
|
195
|
-
name: zod.ZodOptional<zod.ZodString>;
|
|
196
|
-
}, zod.z.core.$strip>>;
|
|
197
|
-
discoveryUrl: zod.ZodOptional<zod.ZodString>;
|
|
198
|
-
domain: zod.ZodOptional<zod.ZodObject<{
|
|
199
|
-
id: zod.ZodOptional<zod.ZodString>;
|
|
200
|
-
name: zod.ZodOptional<zod.ZodString>;
|
|
201
|
-
}, zod.z.core.$strip>>;
|
|
202
|
-
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
187
|
+
authUrl: zod.ZodOptional<zod.ZodString>;
|
|
188
|
+
claims: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
189
|
+
type: zod.ZodOptional<zod.ZodString>;
|
|
190
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
191
|
+
}, zod.z.core.$strip>>>;
|
|
192
|
+
clientId: zod.ZodOptional<zod.ZodString>;
|
|
193
|
+
clientSecret: zod.ZodOptional<zod.ZodString>;
|
|
194
|
+
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
195
|
+
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
203
196
|
id: zod.ZodOptional<zod.ZodString>;
|
|
204
|
-
logo: zod.ZodOptional<zod.ZodString>;
|
|
205
|
-
metadata: zod.ZodOptional<zod.ZodObject<{}, zod.z.core.$loose>>;
|
|
206
197
|
name: zod.ZodOptional<zod.ZodString>;
|
|
207
|
-
scopes: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
208
|
-
tokenUrl: zod.ZodOptional<zod.ZodString>;
|
|
209
|
-
type: zod.ZodOptional<zod.ZodString>;
|
|
210
|
-
updatedAt: zod.ZodOptional<zod.ZodString>;
|
|
211
|
-
updatedBy: zod.ZodOptional<zod.ZodObject<{
|
|
212
|
-
id: zod.ZodOptional<zod.ZodString>;
|
|
213
|
-
name: zod.ZodOptional<zod.ZodString>;
|
|
214
|
-
}, zod.z.core.$strip>>;
|
|
215
|
-
userinfoUrl: zod.ZodOptional<zod.ZodString>;
|
|
216
198
|
}, zod.z.core.$strip>>;
|
|
217
|
-
|
|
199
|
+
discoveryUrl: zod.ZodOptional<zod.ZodString>;
|
|
200
|
+
domain: zod.ZodOptional<zod.ZodObject<{
|
|
201
|
+
id: zod.ZodOptional<zod.ZodString>;
|
|
202
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
203
|
+
}, zod.z.core.$strip>>;
|
|
204
|
+
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
205
|
+
id: zod.ZodOptional<zod.ZodString>;
|
|
206
|
+
logo: zod.ZodOptional<zod.ZodString>;
|
|
207
|
+
metadata: zod.ZodOptional<zod.ZodObject<{}, zod.z.core.$loose>>;
|
|
208
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
209
|
+
scopes: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
210
|
+
tokenUrl: zod.ZodOptional<zod.ZodString>;
|
|
211
|
+
type: zod.ZodOptional<zod.ZodString>;
|
|
212
|
+
updatedAt: zod.ZodOptional<zod.ZodString>;
|
|
213
|
+
updatedBy: zod.ZodOptional<zod.ZodObject<{
|
|
214
|
+
id: zod.ZodOptional<zod.ZodString>;
|
|
215
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
216
|
+
}, zod.z.core.$strip>>;
|
|
217
|
+
userinfoUrl: zod.ZodOptional<zod.ZodString>;
|
|
218
218
|
}, zod.z.core.$strip>;
|
|
219
219
|
export declare const UpdateOAuthService2Response: zod.ZodObject<{
|
|
220
220
|
authUrl: zod.ZodOptional<zod.ZodString>;
|
|
@@ -252,41 +252,41 @@ export declare const UpdateOAuthService2Response: zod.ZodObject<{
|
|
|
252
252
|
export declare const UpdateOAuthServiceParams: zod.ZodObject<{
|
|
253
253
|
id: zod.ZodString;
|
|
254
254
|
}, zod.z.core.$strip>;
|
|
255
|
+
export declare const UpdateOAuthServiceQueryParams: zod.ZodObject<{
|
|
256
|
+
fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
257
|
+
}, zod.z.core.$strip>;
|
|
255
258
|
export declare const UpdateOAuthServiceBody: zod.ZodObject<{
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
266
|
-
id: zod.ZodOptional<zod.ZodString>;
|
|
267
|
-
name: zod.ZodOptional<zod.ZodString>;
|
|
268
|
-
}, zod.z.core.$strip>>;
|
|
269
|
-
discoveryUrl: zod.ZodOptional<zod.ZodString>;
|
|
270
|
-
domain: zod.ZodOptional<zod.ZodObject<{
|
|
271
|
-
id: zod.ZodOptional<zod.ZodString>;
|
|
272
|
-
name: zod.ZodOptional<zod.ZodString>;
|
|
273
|
-
}, zod.z.core.$strip>>;
|
|
274
|
-
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
259
|
+
authUrl: zod.ZodOptional<zod.ZodString>;
|
|
260
|
+
claims: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
261
|
+
type: zod.ZodOptional<zod.ZodString>;
|
|
262
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
263
|
+
}, zod.z.core.$strip>>>;
|
|
264
|
+
clientId: zod.ZodOptional<zod.ZodString>;
|
|
265
|
+
clientSecret: zod.ZodOptional<zod.ZodString>;
|
|
266
|
+
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
267
|
+
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
275
268
|
id: zod.ZodOptional<zod.ZodString>;
|
|
276
|
-
logo: zod.ZodOptional<zod.ZodString>;
|
|
277
|
-
metadata: zod.ZodOptional<zod.ZodObject<{}, zod.z.core.$loose>>;
|
|
278
269
|
name: zod.ZodOptional<zod.ZodString>;
|
|
279
|
-
scopes: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
280
|
-
tokenUrl: zod.ZodOptional<zod.ZodString>;
|
|
281
|
-
type: zod.ZodOptional<zod.ZodString>;
|
|
282
|
-
updatedAt: zod.ZodOptional<zod.ZodString>;
|
|
283
|
-
updatedBy: zod.ZodOptional<zod.ZodObject<{
|
|
284
|
-
id: zod.ZodOptional<zod.ZodString>;
|
|
285
|
-
name: zod.ZodOptional<zod.ZodString>;
|
|
286
|
-
}, zod.z.core.$strip>>;
|
|
287
|
-
userinfoUrl: zod.ZodOptional<zod.ZodString>;
|
|
288
270
|
}, zod.z.core.$strip>>;
|
|
289
|
-
|
|
271
|
+
discoveryUrl: zod.ZodOptional<zod.ZodString>;
|
|
272
|
+
domain: zod.ZodOptional<zod.ZodObject<{
|
|
273
|
+
id: zod.ZodOptional<zod.ZodString>;
|
|
274
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
275
|
+
}, zod.z.core.$strip>>;
|
|
276
|
+
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
277
|
+
id: zod.ZodOptional<zod.ZodString>;
|
|
278
|
+
logo: zod.ZodOptional<zod.ZodString>;
|
|
279
|
+
metadata: zod.ZodOptional<zod.ZodObject<{}, zod.z.core.$loose>>;
|
|
280
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
281
|
+
scopes: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
282
|
+
tokenUrl: zod.ZodOptional<zod.ZodString>;
|
|
283
|
+
type: zod.ZodOptional<zod.ZodString>;
|
|
284
|
+
updatedAt: zod.ZodOptional<zod.ZodString>;
|
|
285
|
+
updatedBy: zod.ZodOptional<zod.ZodObject<{
|
|
286
|
+
id: zod.ZodOptional<zod.ZodString>;
|
|
287
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
288
|
+
}, zod.z.core.$strip>>;
|
|
289
|
+
userinfoUrl: zod.ZodOptional<zod.ZodString>;
|
|
290
290
|
}, zod.z.core.$strip>;
|
|
291
291
|
export declare const UpdateOAuthServiceResponse: zod.ZodObject<{
|
|
292
292
|
authUrl: zod.ZodOptional<zod.ZodString>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { DeleteOutboundResourceGroupParams, DeleteOutboundResourceInGroupParams, EngineCreateOutboundResourceGroupRequest, EngineListOutboundResourceGroup, EngineListOutboundResourceInGroup, EngineOutboundResourceGroup, EngineOutboundResourceGroupServiceCreateOutboundResourceInGroupBody, EngineOutboundResourceGroupServiceUpdateOutboundResourceGroupBody, EngineOutboundResourceGroupServiceUpdateOutboundResourceInGroupBody, EngineOutboundResourceInGroup, ReadOutboundResourceGroupParams, ReadOutboundResourceInGroupParams, SearchOutboundResourceGroupParams, SearchOutboundResourceInGroupParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getOutboundResourceGroupService: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { DeleteOutboundResourceDisplayParams, DeleteOutboundResourceDisplaysParams, DeleteOutboundResourceParams, EngineCreateOutboundResourceRequest, EngineEmptyResponse, EngineListOutboundResource, EngineListOutboundResourceDisplay, EngineListResourceDisplay, EngineOutboundResource, EngineOutboundResourceServiceCreateOutboundResourceDisplayBody, EngineOutboundResourceServiceCreateOutboundResourceDisplayBulkBody, EngineOutboundResourceServicePatchOutboundResourceBody, EngineOutboundResourceServiceUpdateOutboundResourceBody, EngineOutboundResourceServiceUpdateOutboundResourceDisplayBody, EngineResourceDisplay, ReadOutboundResourceDisplayParams, ReadOutboundResourceParams, SearchOutboundResourceDisplayParams, SearchOutboundResourceParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getOutboundResourceService: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { PauseTemplateServiceReadPauseTemplateParams, PauseTemplateServiceSearchPauseTemplateParams, PauseTemplateServiceUpdatePauseTemplateBody, WfmCreatePauseTemplateRequest, WfmCreatePauseTemplateResponse, WfmDeletePauseTemplateResponse, WfmReadPauseTemplateResponse, WfmSearchPauseTemplateResponse, WfmUpdatePauseTemplateResponse } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getPauseTemplateService: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { ListCallExportsParams, ListScreenrecordingExportsParams, WebitelMediaExporterDeleteExportResponse, WebitelMediaExporterExportTask, WebitelMediaExporterListExportsResponse, WebitelMediaExporterPdfServiceCreateCallExportBody, WebitelMediaExporterPdfServiceCreateScreenrecordingExportBody } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getPdfService: (axiosInstance?: AxiosInstance) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
1
|
+
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
2
|
import type { ApiSearchPermissionResponse, GetPermissionsParams } from '../_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getPermissions: (axiosInstance?: AxiosInstance) => {
|