@webitel/api-services 0.0.78 → 0.0.80
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 -3
- package/src/gen/_models/engineAgentState.ts +1 -0
- package/src/gen/_models/engineGetQueuesGlobalStateResponse.ts +1 -0
- package/src/gen/_models/engineListSkillAgentListSkillAgg.ts +1 -0
- package/src/gen/_models/engineSetQueuesGlobalStateRequest.ts +5 -0
- package/src/gen/_models/engineSkillServicePatchSkillAgentBody.ts +1 -0
- package/src/gen/_models/getQueuesGlobalStateParams.ts +13 -0
- package/src/gen/_models/index.ts +1 -0
- package/src/gen/_models/searchAuditFormParams.ts +4 -1
- package/src/gen/agent-service/agent-service.msw.api.gen.ts +8 -0
- package/src/gen/agent-service/agent-service.zod.gen.ts +2 -0
- package/src/gen/audit-form-service/audit-form-service.zod.gen.ts +4 -1
- package/src/gen/queue-service/queue-service.api.gen.ts +6 -1
- package/src/gen/queue-service/queue-service.msw.api.gen.ts +4 -0
- package/src/gen/queue-service/queue-service.zod.gen.ts +13 -0
- package/src/gen/skill-service/skill-service.msw.api.gen.ts +8 -0
- package/src/gen/skill-service/skill-service.zod.gen.ts +2 -0
- package/types/api/clients/media/media.d.ts +3 -3
- package/types/api/defaults/getDefaultInstance/getDefaultInstance.d.ts +1 -1
- package/types/gen/_models/engineAgentState.d.ts +1 -0
- package/types/gen/_models/engineGetQueuesGlobalStateResponse.d.ts +1 -0
- package/types/gen/_models/engineListSkillAgentListSkillAgg.d.ts +1 -0
- package/types/gen/_models/engineSetQueuesGlobalStateRequest.d.ts +5 -0
- package/types/gen/_models/engineSkillServicePatchSkillAgentBody.d.ts +1 -0
- package/types/gen/_models/getQueuesGlobalStateParams.d.ts +12 -0
- package/types/gen/_models/searchAuditFormParams.d.ts +4 -1
- package/types/gen/access-store/access-store.api.gen.d.ts +4 -4
- package/types/gen/agent-absence-service/agent-absence-service.api.gen.d.ts +7 -7
- package/types/gen/agent-chat-service/agent-chat-service.api.gen.d.ts +3 -3
- package/types/gen/agent-pause-cause-service/agent-pause-cause-service.api.gen.d.ts +6 -6
- package/types/gen/agent-service/agent-service.api.gen.d.ts +20 -20
- package/types/gen/agent-service/agent-service.zod.gen.d.ts +2 -0
- package/types/gen/agent-skill-service/agent-skill-service.api.gen.d.ts +10 -10
- package/types/gen/agent-team-service/agent-team-service.api.gen.d.ts +5 -5
- package/types/gen/agent-working-conditions-service/agent-working-conditions-service.api.gen.d.ts +2 -2
- package/types/gen/agent-working-schedule-service/agent-working-schedule-service.api.gen.d.ts +2 -2
- package/types/gen/articles/articles.api.gen.d.ts +9 -9
- package/types/gen/audit-form-service/audit-form-service.api.gen.d.ts +11 -11
- package/types/gen/audit-form-service/audit-form-service.zod.gen.d.ts +1 -1
- package/types/gen/auth/auth.api.gen.d.ts +3 -3
- package/types/gen/backend-profile-service/backend-profile-service.api.gen.d.ts +6 -6
- package/types/gen/bucket-service/bucket-service.api.gen.d.ts +5 -5
- package/types/gen/calendar-service/calendar-service.api.gen.d.ts +6 -6
- package/types/gen/call-service/call-service.api.gen.d.ts +19 -19
- package/types/gen/cases-chat-catalog/cases-chat-catalog.api.gen.d.ts +1 -1
- package/types/gen/classes/classes.api.gen.d.ts +4 -4
- package/types/gen/cognitive-profile-service/cognitive-profile-service.api.gen.d.ts +7 -7
- package/types/gen/comments/comments.api.gen.d.ts +4 -4
- package/types/gen/comments/comments.zod.gen.d.ts +1 -1
- package/types/gen/communication-type-service/communication-type-service.api.gen.d.ts +6 -6
- package/types/gen/config-service/config-service.api.gen.d.ts +7 -7
- package/types/gen/contact-groups/contact-groups.api.gen.d.ts +8 -8
- package/types/gen/contact-linking-service/contact-linking-service.api.gen.d.ts +2 -2
- package/types/gen/contacts/contacts.api.gen.d.ts +5 -5
- package/types/gen/contacts/contacts.zod.gen.d.ts +2 -2
- package/types/gen/contacts-chat-catalog/contacts-chat-catalog.api.gen.d.ts +2 -2
- package/types/gen/customers/customers.api.gen.d.ts +8 -8
- package/types/gen/devices/devices.api.gen.d.ts +9 -9
- package/types/gen/dictionaries/dictionaries.api.gen.d.ts +13 -13
- package/types/gen/dictionaries/dictionaries.zod.gen.d.ts +11 -11
- package/types/gen/domains/domains.api.gen.d.ts +8 -8
- package/types/gen/dynamic-conditions/dynamic-conditions.api.gen.d.ts +6 -6
- package/types/gen/dynamic-groups/dynamic-groups.api.gen.d.ts +6 -6
- package/types/gen/email-profile-service/email-profile-service.api.gen.d.ts +9 -9
- package/types/gen/emails/emails.api.gen.d.ts +8 -8
- package/types/gen/extensions/extensions.api.gen.d.ts +6 -6
- package/types/gen/extensions/extensions.zod.gen.d.ts +8 -8
- package/types/gen/feedback-service/feedback-service.api.gen.d.ts +2 -2
- package/types/gen/file-policies-service/file-policies-service.api.gen.d.ts +8 -8
- package/types/gen/file-service/file-service.api.gen.d.ts +8 -8
- package/types/gen/file-transcript-service/file-transcript-service.api.gen.d.ts +4 -4
- package/types/gen/forecast-calculation-service/forecast-calculation-service.api.gen.d.ts +6 -6
- package/types/gen/ftsservice/ftsservice.api.gen.d.ts +1 -1
- package/types/gen/groups/groups.api.gen.d.ts +8 -8
- package/types/gen/imclients/imclients.api.gen.d.ts +2 -2
- package/types/gen/import-template-service/import-template-service.api.gen.d.ts +6 -6
- package/types/gen/knowledgebase-search/knowledgebase-search.api.gen.d.ts +1 -1
- package/types/gen/labels/labels.api.gen.d.ts +5 -5
- package/types/gen/languages/languages.api.gen.d.ts +7 -7
- package/types/gen/ldap/ldap.api.gen.d.ts +21 -21
- package/types/gen/list-service/list-service.api.gen.d.ts +10 -10
- package/types/gen/logger-service/logger-service.api.gen.d.ts +3 -3
- package/types/gen/managers/managers.api.gen.d.ts +8 -8
- package/types/gen/media-file-service/media-file-service.api.gen.d.ts +3 -3
- package/types/gen/member-service/member-service.api.gen.d.ts +20 -20
- package/types/gen/messages/messages.api.gen.d.ts +6 -6
- package/types/gen/oauth2-federation/oauth2-federation.api.gen.d.ts +7 -7
- package/types/gen/outbound-resource-group-service/outbound-resource-group-service.api.gen.d.ts +10 -10
- package/types/gen/outbound-resource-service/outbound-resource-service.api.gen.d.ts +13 -13
- package/types/gen/pause-template-service/pause-template-service.api.gen.d.ts +5 -5
- package/types/gen/pdf-service/pdf-service.api.gen.d.ts +3 -3
- package/types/gen/permissions/permissions.api.gen.d.ts +1 -1
- package/types/gen/phones/phones.api.gen.d.ts +8 -8
- package/types/gen/photos/photos.api.gen.d.ts +8 -8
- package/types/gen/presence/presence.api.gen.d.ts +2 -2
- package/types/gen/preset-query-service/preset-query-service.api.gen.d.ts +6 -6
- package/types/gen/queue-bucket-service/queue-bucket-service.api.gen.d.ts +6 -6
- package/types/gen/queue-hook-service/queue-hook-service.api.gen.d.ts +6 -6
- package/types/gen/queue-resources-service/queue-resources-service.api.gen.d.ts +5 -5
- package/types/gen/queue-service/queue-service.api.gen.d.ts +11 -11
- package/types/gen/queue-service/queue-service.zod.gen.d.ts +12 -0
- package/types/gen/queue-skill-service/queue-skill-service.api.gen.d.ts +6 -6
- package/types/gen/quick-replies-service/quick-replies-service.api.gen.d.ts +6 -6
- package/types/gen/records/records.api.gen.d.ts +6 -6
- package/types/gen/records/records.zod.gen.d.ts +2 -2
- package/types/gen/region-service/region-service.api.gen.d.ts +6 -6
- package/types/gen/routing-chat-plan-service/routing-chat-plan-service.api.gen.d.ts +6 -6
- package/types/gen/routing-outbound-call-service/routing-outbound-call-service.api.gen.d.ts +7 -7
- package/types/gen/routing-schema-service/routing-schema-service.api.gen.d.ts +7 -7
- package/types/gen/routing-variable-service/routing-variable-service.api.gen.d.ts +5 -5
- package/types/gen/schema-variables-service/schema-variables-service.api.gen.d.ts +6 -6
- package/types/gen/schema-version-service/schema-version-service.api.gen.d.ts +1 -1
- package/types/gen/shift-template-service/shift-template-service.api.gen.d.ts +5 -5
- package/types/gen/skill-service/skill-service.api.gen.d.ts +9 -9
- package/types/gen/skill-service/skill-service.zod.gen.d.ts +2 -0
- package/types/gen/spaces/spaces.api.gen.d.ts +5 -5
- package/types/gen/system-setting-service/system-setting-service.api.gen.d.ts +7 -7
- package/types/gen/tags/tags.api.gen.d.ts +1 -1
- package/types/gen/team-hook-service/team-hook-service.api.gen.d.ts +6 -6
- package/types/gen/team-trigger-service/team-trigger-service.api.gen.d.ts +8 -8
- package/types/gen/timeline/timeline.api.gen.d.ts +2 -2
- package/types/gen/timezones/timezones.api.gen.d.ts +8 -8
- package/types/gen/trigger-service/trigger-service.api.gen.d.ts +8 -8
- package/types/gen/trigger-service/trigger-service.zod.gen.d.ts +3 -3
- package/types/gen/two-factor-authentication/two-factor-authentication.api.gen.d.ts +2 -2
- package/types/gen/types/types.api.gen.d.ts +2 -2
- package/types/gen/types/types.zod.gen.d.ts +2 -2
- package/types/gen/user-access-tokens/user-access-tokens.api.gen.d.ts +6 -6
- package/types/gen/user-helper-service/user-helper-service.api.gen.d.ts +3 -3
- package/types/gen/users/users.api.gen.d.ts +11 -11
- package/types/gen/variables/variables.api.gen.d.ts +7 -7
- package/types/gen/web-hook-service/web-hook-service.api.gen.d.ts +6 -6
- package/types/gen/working-condition-service/working-condition-service.api.gen.d.ts +5 -5
- package/types/gen/working-schedule-service/working-schedule-service.api.gen.d.ts +8 -8
|
@@ -2,12 +2,12 @@ import type { 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: () => {
|
|
5
|
-
searchImportTemplate: <TData = AxiosResponse<StorageListImportTemplate, any>>(params?: SearchImportTemplateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createImportTemplate: <TData = AxiosResponse<StorageImportTemplate, any>>(storageCreateImportTemplateRequest: StorageCreateImportTemplateRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteImportTemplate: <TData = AxiosResponse<StorageImportTemplate, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readImportTemplate: <TData = AxiosResponse<StorageImportTemplate, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
patchImportTemplate: <TData = AxiosResponse<StorageImportTemplate, any>>(id: number, storageImportTemplateServicePatchImportTemplateBody: StorageImportTemplateServicePatchImportTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
updateImportTemplate: <TData = AxiosResponse<StorageImportTemplate, any>>(id: number, storageImportTemplateServiceUpdateImportTemplateBody: StorageImportTemplateServiceUpdateImportTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchImportTemplate: <TData = AxiosResponse<StorageListImportTemplate, any, {}>>(params?: SearchImportTemplateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createImportTemplate: <TData = AxiosResponse<StorageImportTemplate, any, {}>>(storageCreateImportTemplateRequest: StorageCreateImportTemplateRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteImportTemplate: <TData = AxiosResponse<StorageImportTemplate, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readImportTemplate: <TData = AxiosResponse<StorageImportTemplate, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
patchImportTemplate: <TData = AxiosResponse<StorageImportTemplate, any, {}>>(id: number, storageImportTemplateServicePatchImportTemplateBody: StorageImportTemplateServicePatchImportTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
updateImportTemplate: <TData = AxiosResponse<StorageImportTemplate, any, {}>>(id: number, storageImportTemplateServiceUpdateImportTemplateBody: StorageImportTemplateServiceUpdateImportTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
11
|
};
|
|
12
12
|
export type SearchImportTemplateResult = AxiosResponse<StorageListImportTemplate>;
|
|
13
13
|
export type CreateImportTemplateResult = AxiosResponse<StorageImportTemplate>;
|
|
@@ -2,6 +2,6 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { KnowledgebaseCombinedList, SpacesArticlesSearchParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getKnowledgebaseSearch: () => {
|
|
5
|
-
spacesArticlesSearch: <TData = AxiosResponse<KnowledgebaseCombinedList, any>>(params?: SpacesArticlesSearchParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
spacesArticlesSearch: <TData = AxiosResponse<KnowledgebaseCombinedList, any, {}>>(params?: SpacesArticlesSearchParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
6
|
};
|
|
7
7
|
export type SpacesArticlesSearchResult = AxiosResponse<KnowledgebaseCombinedList>;
|
|
@@ -2,11 +2,11 @@ import type { 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: () => {
|
|
5
|
-
getLabels: <TData = AxiosResponse<ContactsLabelTags, any>>(params?: GetLabelsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
deleteLabels: <TData = AxiosResponse<ContactsLabelList, any>>(contactId: string, params: DeleteLabelsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
listLabels: <TData = AxiosResponse<ContactsLabelList, any>>(contactId: string, params?: ListLabelsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
mergeLabels: <TData = AxiosResponse<ContactsLabelList, any>>(contactId: string, contactsInputLabel: ContactsInputLabel[], params?: MergeLabelsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
resetLabels: <TData = AxiosResponse<ContactsLabelList, any>>(contactId: string, contactsInputLabel: ContactsInputLabel[], params?: ResetLabelsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
getLabels: <TData = AxiosResponse<ContactsLabelTags, any, {}>>(params?: GetLabelsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
deleteLabels: <TData = AxiosResponse<ContactsLabelList, any, {}>>(contactId: string, params: DeleteLabelsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
listLabels: <TData = AxiosResponse<ContactsLabelList, any, {}>>(contactId: string, params?: ListLabelsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
mergeLabels: <TData = AxiosResponse<ContactsLabelList, any, {}>>(contactId: string, contactsInputLabel: ContactsInputLabel[], params?: MergeLabelsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
resetLabels: <TData = AxiosResponse<ContactsLabelList, any, {}>>(contactId: string, contactsInputLabel: ContactsInputLabel[], params?: ResetLabelsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
10
|
};
|
|
11
11
|
export type GetLabelsResult = AxiosResponse<ContactsLabelTags>;
|
|
12
12
|
export type DeleteLabelsResult = AxiosResponse<ContactsLabelList>;
|
|
@@ -2,13 +2,13 @@ import type { 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: () => {
|
|
5
|
-
delContactLanguages: <TData = AxiosResponse<ContactsLanguageList, any>>(contactId: string, params: DelContactLanguagesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
getContactLanguages: <TData = AxiosResponse<ContactsLanguageList, any>>(contactId: string, params?: GetContactLanguagesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
addContactLanguages: <TData = AxiosResponse<ContactsLanguageList, any>>(contactId: string, contactsInputLanguage: ContactsInputLanguage[], params?: AddContactLanguagesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
setContactLanguages: <TData = AxiosResponse<ContactsLanguageList, any>>(contactId: string, contactsInputLanguage: ContactsInputLanguage[], params?: SetContactLanguagesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
delContactLanguage: <TData = AxiosResponse<ContactsLanguage, any>>(contactId: string, etag: string, params?: DelContactLanguageParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
setContactLanguage2: <TData = AxiosResponse<ContactsLanguageList, any>>(contactId: string, etag: string, setContactLanguage2Body: SetContactLanguage2Body, params?: SetContactLanguage2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
setContactLanguage: <TData = AxiosResponse<ContactsLanguageList, any>>(contactId: string, etag: string, setContactLanguageBody: SetContactLanguageBody, params?: SetContactLanguageParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
delContactLanguages: <TData = AxiosResponse<ContactsLanguageList, any, {}>>(contactId: string, params: DelContactLanguagesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
getContactLanguages: <TData = AxiosResponse<ContactsLanguageList, any, {}>>(contactId: string, params?: GetContactLanguagesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
addContactLanguages: <TData = AxiosResponse<ContactsLanguageList, any, {}>>(contactId: string, contactsInputLanguage: ContactsInputLanguage[], params?: AddContactLanguagesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
setContactLanguages: <TData = AxiosResponse<ContactsLanguageList, any, {}>>(contactId: string, contactsInputLanguage: ContactsInputLanguage[], params?: SetContactLanguagesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
delContactLanguage: <TData = AxiosResponse<ContactsLanguage, any, {}>>(contactId: string, etag: string, params?: DelContactLanguageParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
setContactLanguage2: <TData = AxiosResponse<ContactsLanguageList, any, {}>>(contactId: string, etag: string, setContactLanguage2Body: SetContactLanguage2Body, params?: SetContactLanguage2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
setContactLanguage: <TData = AxiosResponse<ContactsLanguageList, any, {}>>(contactId: string, etag: string, setContactLanguageBody: SetContactLanguageBody, params?: SetContactLanguageParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
12
|
};
|
|
13
13
|
export type DelContactLanguagesResult = AxiosResponse<ContactsLanguageList>;
|
|
14
14
|
export type GetContactLanguagesResult = AxiosResponse<ContactsLanguageList>;
|
|
@@ -2,27 +2,27 @@ import type { 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: () => {
|
|
5
|
-
deleteLDAPCatalog2: <TData = AxiosResponse<ApiLDAPCatalog, any>>(apiDeleteLDAPRequest: ApiDeleteLDAPRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
searchLDAPCatalog: <TData = AxiosResponse<ApiSearchLDAPResponse, any>>(params?: SearchLDAPCatalogParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
createLDAPCatalog: <TData = AxiosResponse<ApiLDAPCatalog, any>>(apiLDAPCatalog: ApiLDAPCatalog, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
lDAPSearch4: <TData = AxiosResponse<ApiLDAPSearchResponse, any>>(params?: LDAPSearch4Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
lDAPSearch3: <TData = AxiosResponse<ApiLDAPSearchResponse, any>>(apiLDAPSearchRequest: ApiLDAPSearchRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
updateLDAPCatalog2: <TData = AxiosResponse<ApiLDAPCatalog, any>>(lDAPUpdateLDAPCatalogBody: LDAPUpdateLDAPCatalogBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
updateLDAPCatalog: <TData = AxiosResponse<ApiLDAPCatalog, any>>(lDAPUpdateLDAPCatalogBody: LDAPUpdateLDAPCatalogBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
-
createLDAPTemplate: <TData = AxiosResponse<ApiLDAPTemplate, any>>(lDAPCreateLDAPTemplateBody: LDAPCreateLDAPTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
|
-
searchLDAProcess: <TData = AxiosResponse<ApiLDAProcessResponse, any>>(catalogId: string, params?: SearchLDAProcessParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
14
|
-
resyncLDAPCatalog: <TData = AxiosResponse<ApiLDAProcess, any>>(catalogId: string, lDAPResyncLDAPCatalogBody: LDAPResyncLDAPCatalogBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
15
|
-
locateLDAProcess: <TData = AxiosResponse<ApiLDAProcess, any>>(catalogId: string, id: string[], params?: LocateLDAProcessParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
16
|
-
lDAPSearch2: <TData = AxiosResponse<ApiLDAPSearchResponse, any>>(catalogId: string, params?: LDAPSearch2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
17
|
-
lDAPSearch: <TData = AxiosResponse<ApiLDAPSearchResponse, any>>(catalogId: string, lDAPLDAPSearchBody: LDAPLDAPSearchBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
18
|
-
deleteLDAPTemplate2: <TData = AxiosResponse<ApiLDAPTemplateResponse, any>>(catalogId: string, lDAPDeleteLDAPTemplateBody: LDAPDeleteLDAPTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
19
|
-
searchLDAPTemplate: <TData = AxiosResponse<ApiLDAPTemplateResponse, any>>(catalogId: string, params?: SearchLDAPTemplateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
20
|
-
deleteLDAPTemplate: <TData = AxiosResponse<ApiLDAPTemplateResponse, any>>(catalogId: string, id: string[], lDAPDeleteLDAPTemplateBody: LDAPDeleteLDAPTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
21
|
-
locateLDAPTemplate: <TData = AxiosResponse<ApiLDAPTemplate, any>>(catalogId: string, id: string[], params?: LocateLDAPTemplateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
22
|
-
deleteLDAPCatalog: <TData = AxiosResponse<ApiLDAPCatalog, any>>(id: string, params?: DeleteLDAPCatalogParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
23
|
-
locateLDAPCatalog: <TData = AxiosResponse<ApiLDAPCatalog, any>>(id: string[], params?: LocateLDAPCatalogParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
24
|
-
updateLDAPTemplate: <TData = AxiosResponse<ApiLDAPTemplate, any>>(lDAPUpdateLDAPTemplateBody: LDAPUpdateLDAPTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
25
|
-
updateLDAPTemplate2: <TData = AxiosResponse<ApiLDAPTemplate, any>>(lDAPUpdateLDAPTemplateBody: LDAPUpdateLDAPTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
deleteLDAPCatalog2: <TData = AxiosResponse<ApiLDAPCatalog, any, {}>>(apiDeleteLDAPRequest: ApiDeleteLDAPRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
searchLDAPCatalog: <TData = AxiosResponse<ApiSearchLDAPResponse, any, {}>>(params?: SearchLDAPCatalogParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
createLDAPCatalog: <TData = AxiosResponse<ApiLDAPCatalog, any, {}>>(apiLDAPCatalog: ApiLDAPCatalog, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
lDAPSearch4: <TData = AxiosResponse<ApiLDAPSearchResponse, any, {}>>(params?: LDAPSearch4Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
lDAPSearch3: <TData = AxiosResponse<ApiLDAPSearchResponse, any, {}>>(apiLDAPSearchRequest: ApiLDAPSearchRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
updateLDAPCatalog2: <TData = AxiosResponse<ApiLDAPCatalog, any, {}>>(lDAPUpdateLDAPCatalogBody: LDAPUpdateLDAPCatalogBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
updateLDAPCatalog: <TData = AxiosResponse<ApiLDAPCatalog, any, {}>>(lDAPUpdateLDAPCatalogBody: LDAPUpdateLDAPCatalogBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
+
createLDAPTemplate: <TData = AxiosResponse<ApiLDAPTemplate, any, {}>>(lDAPCreateLDAPTemplateBody: LDAPCreateLDAPTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
|
+
searchLDAProcess: <TData = AxiosResponse<ApiLDAProcessResponse, any, {}>>(catalogId: string, params?: SearchLDAProcessParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
14
|
+
resyncLDAPCatalog: <TData = AxiosResponse<ApiLDAProcess, any, {}>>(catalogId: string, lDAPResyncLDAPCatalogBody: LDAPResyncLDAPCatalogBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
15
|
+
locateLDAProcess: <TData = AxiosResponse<ApiLDAProcess, any, {}>>(catalogId: string, id: string[], params?: LocateLDAProcessParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
16
|
+
lDAPSearch2: <TData = AxiosResponse<ApiLDAPSearchResponse, any, {}>>(catalogId: string, params?: LDAPSearch2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
17
|
+
lDAPSearch: <TData = AxiosResponse<ApiLDAPSearchResponse, any, {}>>(catalogId: string, lDAPLDAPSearchBody: LDAPLDAPSearchBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
18
|
+
deleteLDAPTemplate2: <TData = AxiosResponse<ApiLDAPTemplateResponse, any, {}>>(catalogId: string, lDAPDeleteLDAPTemplateBody: LDAPDeleteLDAPTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
19
|
+
searchLDAPTemplate: <TData = AxiosResponse<ApiLDAPTemplateResponse, any, {}>>(catalogId: string, params?: SearchLDAPTemplateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
20
|
+
deleteLDAPTemplate: <TData = AxiosResponse<ApiLDAPTemplateResponse, any, {}>>(catalogId: string, id: string[], lDAPDeleteLDAPTemplateBody: LDAPDeleteLDAPTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
21
|
+
locateLDAPTemplate: <TData = AxiosResponse<ApiLDAPTemplate, any, {}>>(catalogId: string, id: string[], params?: LocateLDAPTemplateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
22
|
+
deleteLDAPCatalog: <TData = AxiosResponse<ApiLDAPCatalog, any, {}>>(id: string, params?: DeleteLDAPCatalogParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
23
|
+
locateLDAPCatalog: <TData = AxiosResponse<ApiLDAPCatalog, any, {}>>(id: string[], params?: LocateLDAPCatalogParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
24
|
+
updateLDAPTemplate: <TData = AxiosResponse<ApiLDAPTemplate, any, {}>>(lDAPUpdateLDAPTemplateBody: LDAPUpdateLDAPTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
25
|
+
updateLDAPTemplate2: <TData = AxiosResponse<ApiLDAPTemplate, any, {}>>(lDAPUpdateLDAPTemplateBody: LDAPUpdateLDAPTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
26
26
|
};
|
|
27
27
|
export type DeleteLDAPCatalog2Result = AxiosResponse<ApiLDAPCatalog>;
|
|
28
28
|
export type SearchLDAPCatalogResult = AxiosResponse<ApiSearchLDAPResponse>;
|
|
@@ -2,16 +2,16 @@ import type { 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: () => {
|
|
5
|
-
searchList: <TData = AxiosResponse<EngineListOfList, any>>(params?: SearchListParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createList: <TData = AxiosResponse<EngineList, any>>(engineCreateListRequest: EngineCreateListRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteList: <TData = AxiosResponse<EngineList, any>>(id: string, params?: DeleteListParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readList: <TData = AxiosResponse<EngineList, any>>(id: string, params?: ReadListParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
updateList: <TData = AxiosResponse<EngineList, any>>(id: string, engineListServiceUpdateListBody: EngineListServiceUpdateListBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
searchListCommunication: <TData = AxiosResponse<EngineListOfListCommunication, any>>(listId: string, params?: SearchListCommunicationParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
createListCommunication: <TData = AxiosResponse<EngineListCommunication, any>>(listId: string, engineListServiceCreateListCommunicationBody: EngineListServiceCreateListCommunicationBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
-
deleteListCommunication: <TData = AxiosResponse<EngineListCommunication, any>>(listId: string, id: string, params?: DeleteListCommunicationParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
|
-
readListCommunication: <TData = AxiosResponse<EngineListCommunication, any>>(listId: string, id: string, params?: ReadListCommunicationParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
14
|
-
updateListCommunication: <TData = AxiosResponse<EngineListCommunication, any>>(listId: string, id: string, engineListServiceUpdateListCommunicationBody: EngineListServiceUpdateListCommunicationBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchList: <TData = AxiosResponse<EngineListOfList, any, {}>>(params?: SearchListParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createList: <TData = AxiosResponse<EngineList, any, {}>>(engineCreateListRequest: EngineCreateListRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteList: <TData = AxiosResponse<EngineList, any, {}>>(id: string, params?: DeleteListParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readList: <TData = AxiosResponse<EngineList, any, {}>>(id: string, params?: ReadListParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
updateList: <TData = AxiosResponse<EngineList, any, {}>>(id: string, engineListServiceUpdateListBody: EngineListServiceUpdateListBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
searchListCommunication: <TData = AxiosResponse<EngineListOfListCommunication, any, {}>>(listId: string, params?: SearchListCommunicationParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
createListCommunication: <TData = AxiosResponse<EngineListCommunication, any, {}>>(listId: string, engineListServiceCreateListCommunicationBody: EngineListServiceCreateListCommunicationBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
+
deleteListCommunication: <TData = AxiosResponse<EngineListCommunication, any, {}>>(listId: string, id: string, params?: DeleteListCommunicationParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
|
+
readListCommunication: <TData = AxiosResponse<EngineListCommunication, any, {}>>(listId: string, id: string, params?: ReadListCommunicationParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
14
|
+
updateListCommunication: <TData = AxiosResponse<EngineListCommunication, any, {}>>(listId: string, id: string, engineListServiceUpdateListCommunicationBody: EngineListServiceUpdateListCommunicationBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
15
15
|
};
|
|
16
16
|
export type SearchListResult = AxiosResponse<EngineListOfList>;
|
|
17
17
|
export type CreateListResult = AxiosResponse<EngineList>;
|
|
@@ -2,9 +2,9 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { LoggerLogs, LoggerServiceSearchLogByConfigIdParams, LoggerServiceSearchLogByRecordIdParams, LoggerServiceSearchLogByUserIdParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getLoggerService: () => {
|
|
5
|
-
loggerServiceSearchLogByConfigId: <TData = AxiosResponse<LoggerLogs, any>>(configId: number, params?: LoggerServiceSearchLogByConfigIdParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
loggerServiceSearchLogByUserId: <TData = AxiosResponse<LoggerLogs, any>>(userId: number, params?: LoggerServiceSearchLogByUserIdParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
loggerServiceSearchLogByRecordId: <TData = AxiosResponse<LoggerLogs, any>>(object: "cc_queue" | "schema" | "users" | "devices" | "calendars" | "cc_list" | "cc_team" | "cc_agent" | "cc_resource" | "cc_resource_group" | "chat_bots" | "cases" | "contacts" | "cc_list_number" | "case_comments" | "record_file", recordId: number, params?: LoggerServiceSearchLogByRecordIdParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
loggerServiceSearchLogByConfigId: <TData = AxiosResponse<LoggerLogs, any, {}>>(configId: number, params?: LoggerServiceSearchLogByConfigIdParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
loggerServiceSearchLogByUserId: <TData = AxiosResponse<LoggerLogs, any, {}>>(userId: number, params?: LoggerServiceSearchLogByUserIdParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
loggerServiceSearchLogByRecordId: <TData = AxiosResponse<LoggerLogs, any, {}>>(object: "cc_queue" | "schema" | "users" | "devices" | "calendars" | "cc_list" | "cc_team" | "cc_agent" | "cc_resource" | "cc_resource_group" | "chat_bots" | "cases" | "contacts" | "cc_list_number" | "case_comments" | "record_file", recordId: number, params?: LoggerServiceSearchLogByRecordIdParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
8
|
};
|
|
9
9
|
export type LoggerServiceSearchLogByConfigIdResult = AxiosResponse<LoggerLogs>;
|
|
10
10
|
export type LoggerServiceSearchLogByUserIdResult = AxiosResponse<LoggerLogs>;
|
|
@@ -2,14 +2,14 @@ import type { 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: () => {
|
|
5
|
-
deleteManagers: <TData = AxiosResponse<ContactsManager[], any>>(contactId: string, params: DeleteManagersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
listManagers: <TData = AxiosResponse<ContactsManagerList, any>>(contactId: string, params?: ListManagersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
mergeManagers: <TData = AxiosResponse<ContactsManagerList, any>>(contactId: string, contactsInputManager: ContactsInputManager[], params?: MergeManagersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
resetManagers: <TData = AxiosResponse<ContactsManagerList, any>>(contactId: string, contactsInputManager: ContactsInputManager[], params?: ResetManagersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
deleteManager: <TData = AxiosResponse<ContactsManager, any>>(contactId: string, etag: string, params?: DeleteManagerParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
locateManager: <TData = AxiosResponse<ContactsManager, any>>(contactId: string, etag: string, params?: LocateManagerParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
updateManager2: <TData = AxiosResponse<ContactsManagerList, any>>(contactId: string, etag: string, updateManager2Body: UpdateManager2Body, params?: UpdateManager2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
-
updateManager: <TData = AxiosResponse<ContactsManagerList, any>>(contactId: string, etag: string, updateManagerBody: UpdateManagerBody, params?: UpdateManagerParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
deleteManagers: <TData = AxiosResponse<ContactsManager[], any, {}>>(contactId: string, params: DeleteManagersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
listManagers: <TData = AxiosResponse<ContactsManagerList, any, {}>>(contactId: string, params?: ListManagersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
mergeManagers: <TData = AxiosResponse<ContactsManagerList, any, {}>>(contactId: string, contactsInputManager: ContactsInputManager[], params?: MergeManagersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
resetManagers: <TData = AxiosResponse<ContactsManagerList, any, {}>>(contactId: string, contactsInputManager: ContactsInputManager[], params?: ResetManagersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
deleteManager: <TData = AxiosResponse<ContactsManager, any, {}>>(contactId: string, etag: string, params?: DeleteManagerParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
locateManager: <TData = AxiosResponse<ContactsManager, any, {}>>(contactId: string, etag: string, params?: LocateManagerParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
updateManager2: <TData = AxiosResponse<ContactsManagerList, any, {}>>(contactId: string, etag: string, updateManager2Body: UpdateManager2Body, params?: UpdateManager2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
+
updateManager: <TData = AxiosResponse<ContactsManagerList, any, {}>>(contactId: string, etag: string, updateManagerBody: UpdateManagerBody, params?: UpdateManagerParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
13
|
};
|
|
14
14
|
export type DeleteManagersResult = AxiosResponse<ContactsManager[]>;
|
|
15
15
|
export type ListManagersResult = AxiosResponse<ContactsManagerList>;
|
|
@@ -2,9 +2,9 @@ import type { 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: () => {
|
|
5
|
-
searchMediaFile: <TData = AxiosResponse<StorageListMedia, any>>(params?: SearchMediaFileParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
deleteMediaFile: <TData = AxiosResponse<StorageMediaFile, any>>(id: string, params?: DeleteMediaFileParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
readMediaFile: <TData = AxiosResponse<StorageMediaFile, any>>(id: string, params?: ReadMediaFileParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchMediaFile: <TData = AxiosResponse<StorageListMedia, any, {}>>(params?: SearchMediaFileParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
deleteMediaFile: <TData = AxiosResponse<StorageMediaFile, any, {}>>(id: string, params?: DeleteMediaFileParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
readMediaFile: <TData = AxiosResponse<StorageMediaFile, any, {}>>(id: string, params?: ReadMediaFileParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
8
|
};
|
|
9
9
|
export type SearchMediaFileResult = AxiosResponse<StorageListMedia>;
|
|
10
10
|
export type DeleteMediaFileResult = AxiosResponse<StorageMediaFile>;
|
|
@@ -2,26 +2,26 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
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';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getMemberService: () => {
|
|
5
|
-
attemptCallback: <TData = AxiosResponse<EngineAttemptResultResponse, any>>(attemptId: string, engineMemberServiceAttemptCallbackBody: EngineMemberServiceAttemptCallbackBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
searchMembers: <TData = AxiosResponse<EngineListMember, any>>(params?: SearchMembersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
patchMemberOne: <TData = AxiosResponse<EngineMemberInQueue, any>>(id: string, engineMemberServicePatchMemberOneBody: EngineMemberServicePatchMemberOneBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
searchAttempts: <TData = AxiosResponse<EngineListAttempt, any>>(params?: SearchAttemptsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
resetActiveAttempts: <TData = AxiosResponse<EngineResetActiveAttemptsResponse, any>>(engineResetActiveAttemptsRequest: EngineResetActiveAttemptsRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
searchAttemptsHistory: <TData = AxiosResponse<EngineListHistoryAttempt, any>>(params?: SearchAttemptsHistoryParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
attemptsRenewalResult: <TData = AxiosResponse<EngineAttemptRenewalResultResponse, any>>(attemptId: string, engineMemberServiceAttemptsRenewalResultBody: EngineMemberServiceAttemptsRenewalResultBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
-
deleteAllMembers: <TData = AxiosResponse<EngineListMember, any>>(engineDeleteAllMembersRequest: EngineDeleteAllMembersRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
|
-
deleteMembers: <TData = AxiosResponse<EngineListMember, any>>(queueId: string, engineMemberServiceDeleteMembersBody: EngineMemberServiceDeleteMembersBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
14
|
-
searchMemberInQueue: <TData = AxiosResponse<EngineListMember, any>>(queueId: number, params?: SearchMemberInQueueParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
15
|
-
createMember: <TData = AxiosResponse<EngineMemberInQueue, any>>(queueId: string, engineMemberServiceCreateMemberBody: EngineMemberServiceCreateMemberBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
16
|
-
createMemberBulk: <TData = AxiosResponse<EngineMemberBulkResponse, any>>(queueId: string, engineMemberServiceCreateMemberBulkBody: EngineMemberServiceCreateMemberBulkBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
17
|
-
resetMembers: <TData = AxiosResponse<EngineResetMembersResponse, any>>(queueId: string, engineMemberServiceResetMembersBody: EngineMemberServiceResetMembersBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
18
|
-
deleteMember: <TData = AxiosResponse<EngineMemberInQueue, any>>(queueId: string, id: string, params?: DeleteMemberParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
19
|
-
readMember: <TData = AxiosResponse<EngineMemberInQueue, any>>(queueId: string, id: string, params?: ReadMemberParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
20
|
-
patchMember: <TData = AxiosResponse<EngineMemberInQueue, any>>(queueId: string, id: string, engineMemberServicePatchMemberBody: EngineMemberServicePatchMemberBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
21
|
-
updateMember: <TData = AxiosResponse<EngineMemberInQueue, any>>(queueId: string, id: string, engineMemberServiceUpdateMemberBody: EngineMemberServiceUpdateMemberBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
22
|
-
searchMemberAttempts: <TData = AxiosResponse<EngineListMemberAttempt, any>>(queueId: string, memberId: string, params?: SearchMemberAttemptsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
23
|
-
createAttempt: <TData = AxiosResponse<EngineCreateAttemptResponse, any>>(queueId: string, memberId: string, engineMemberServiceCreateAttemptBody: EngineMemberServiceCreateAttemptBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
24
|
-
attemptResult: <TData = AxiosResponse<EngineAttemptResultResponse, any>>(queueId: number, memberId: string, attemptId: string, engineMemberServiceAttemptResultBody: EngineMemberServiceAttemptResultBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
attemptCallback: <TData = AxiosResponse<EngineAttemptResultResponse, any, {}>>(attemptId: string, engineMemberServiceAttemptCallbackBody: EngineMemberServiceAttemptCallbackBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
searchMembers: <TData = AxiosResponse<EngineListMember, any, {}>>(params?: SearchMembersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
patchMemberOne: <TData = AxiosResponse<EngineMemberInQueue, any, {}>>(id: string, engineMemberServicePatchMemberOneBody: EngineMemberServicePatchMemberOneBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
searchAttempts: <TData = AxiosResponse<EngineListAttempt, any, {}>>(params?: SearchAttemptsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
resetActiveAttempts: <TData = AxiosResponse<EngineResetActiveAttemptsResponse, any, {}>>(engineResetActiveAttemptsRequest: EngineResetActiveAttemptsRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
searchAttemptsHistory: <TData = AxiosResponse<EngineListHistoryAttempt, any, {}>>(params?: SearchAttemptsHistoryParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
attemptsRenewalResult: <TData = AxiosResponse<EngineAttemptRenewalResultResponse, any, {}>>(attemptId: string, engineMemberServiceAttemptsRenewalResultBody: EngineMemberServiceAttemptsRenewalResultBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
+
deleteAllMembers: <TData = AxiosResponse<EngineListMember, any, {}>>(engineDeleteAllMembersRequest: EngineDeleteAllMembersRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
|
+
deleteMembers: <TData = AxiosResponse<EngineListMember, any, {}>>(queueId: string, engineMemberServiceDeleteMembersBody: EngineMemberServiceDeleteMembersBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
14
|
+
searchMemberInQueue: <TData = AxiosResponse<EngineListMember, any, {}>>(queueId: number, params?: SearchMemberInQueueParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
15
|
+
createMember: <TData = AxiosResponse<EngineMemberInQueue, any, {}>>(queueId: string, engineMemberServiceCreateMemberBody: EngineMemberServiceCreateMemberBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
16
|
+
createMemberBulk: <TData = AxiosResponse<EngineMemberBulkResponse, any, {}>>(queueId: string, engineMemberServiceCreateMemberBulkBody: EngineMemberServiceCreateMemberBulkBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
17
|
+
resetMembers: <TData = AxiosResponse<EngineResetMembersResponse, any, {}>>(queueId: string, engineMemberServiceResetMembersBody: EngineMemberServiceResetMembersBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
18
|
+
deleteMember: <TData = AxiosResponse<EngineMemberInQueue, any, {}>>(queueId: string, id: string, params?: DeleteMemberParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
19
|
+
readMember: <TData = AxiosResponse<EngineMemberInQueue, any, {}>>(queueId: string, id: string, params?: ReadMemberParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
20
|
+
patchMember: <TData = AxiosResponse<EngineMemberInQueue, any, {}>>(queueId: string, id: string, engineMemberServicePatchMemberBody: EngineMemberServicePatchMemberBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
21
|
+
updateMember: <TData = AxiosResponse<EngineMemberInQueue, any, {}>>(queueId: string, id: string, engineMemberServiceUpdateMemberBody: EngineMemberServiceUpdateMemberBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
22
|
+
searchMemberAttempts: <TData = AxiosResponse<EngineListMemberAttempt, any, {}>>(queueId: string, memberId: string, params?: SearchMemberAttemptsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
23
|
+
createAttempt: <TData = AxiosResponse<EngineCreateAttemptResponse, any, {}>>(queueId: string, memberId: string, engineMemberServiceCreateAttemptBody: EngineMemberServiceCreateAttemptBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
24
|
+
attemptResult: <TData = AxiosResponse<EngineAttemptResultResponse, any, {}>>(queueId: number, memberId: string, attemptId: string, engineMemberServiceAttemptResultBody: EngineMemberServiceAttemptResultBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
25
25
|
};
|
|
26
26
|
export type AttemptCallbackResult = AxiosResponse<EngineAttemptResultResponse>;
|
|
27
27
|
export type SearchMembersResult = AxiosResponse<EngineListMember>;
|
|
@@ -2,12 +2,12 @@ import type { 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: () => {
|
|
5
|
-
messagesServiceBroadcastMessage: <TData = AxiosResponse<WebitelChatBroadcastMessageResponse, any>>(webitelChatBroadcastMessageRequest: WebitelChatBroadcastMessageRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
catalogGetCustomers: <TData = AxiosResponse<WebitelChatChatCustomers, any>>(params?: CatalogGetCustomersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
catalogGetDialogs: <TData = AxiosResponse<WebitelChatChatDialogs, any>>(params?: CatalogGetDialogsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
catalogGetMembers: <TData = AxiosResponse<WebitelChatChatMembers, any>>(chatId: string, params?: CatalogGetMembersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
catalogGetHistory: <TData = AxiosResponse<WebitelChatChatMessages, any>>(chatId: string, params?: CatalogGetHistoryParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
catalogGetHistory2: <TData = AxiosResponse<WebitelChatChatMessages, any>>(params?: CatalogGetHistory2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
messagesServiceBroadcastMessage: <TData = AxiosResponse<WebitelChatBroadcastMessageResponse, any, {}>>(webitelChatBroadcastMessageRequest: WebitelChatBroadcastMessageRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
catalogGetCustomers: <TData = AxiosResponse<WebitelChatChatCustomers, any, {}>>(params?: CatalogGetCustomersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
catalogGetDialogs: <TData = AxiosResponse<WebitelChatChatDialogs, any, {}>>(params?: CatalogGetDialogsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
catalogGetMembers: <TData = AxiosResponse<WebitelChatChatMembers, any, {}>>(chatId: string, params?: CatalogGetMembersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
catalogGetHistory: <TData = AxiosResponse<WebitelChatChatMessages, any, {}>>(chatId: string, params?: CatalogGetHistoryParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
catalogGetHistory2: <TData = AxiosResponse<WebitelChatChatMessages, any, {}>>(params?: CatalogGetHistory2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
11
|
};
|
|
12
12
|
export type MessagesServiceBroadcastMessageResult = AxiosResponse<WebitelChatBroadcastMessageResponse>;
|
|
13
13
|
export type CatalogGetCustomersResult = AxiosResponse<WebitelChatChatCustomers>;
|
|
@@ -2,13 +2,13 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { ApiDeleteOAuthServiceRequest, ApiDeleteOAuthServiceResponse, ApiOAuthService, ApiSearchOAuthServiceResponse, LocateOAuthServiceParams, OAuth2FederationDeleteOAuthServiceBody, OAuth2FederationUpdateOAuthServiceBody, SearchOAuthServiceParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getOauth2Federation: () => {
|
|
5
|
-
deleteOAuthService: <TData = AxiosResponse<ApiDeleteOAuthServiceResponse, any>>(apiDeleteOAuthServiceRequest: ApiDeleteOAuthServiceRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
searchOAuthService: <TData = AxiosResponse<ApiSearchOAuthServiceResponse, any>>(params?: SearchOAuthServiceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
createOAuthService: <TData = AxiosResponse<ApiOAuthService, any>>(apiOAuthService: ApiOAuthService, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
updateOAuthService2: <TData = AxiosResponse<ApiOAuthService, any>>(oAuth2FederationUpdateOAuthServiceBody: OAuth2FederationUpdateOAuthServiceBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
updateOAuthService: <TData = AxiosResponse<ApiOAuthService, any>>(oAuth2FederationUpdateOAuthServiceBody: OAuth2FederationUpdateOAuthServiceBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
deleteOAuthService2: <TData = AxiosResponse<ApiDeleteOAuthServiceResponse, any>>(id: string[], oAuth2FederationDeleteOAuthServiceBody: OAuth2FederationDeleteOAuthServiceBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
locateOAuthService: <TData = AxiosResponse<ApiOAuthService, any>>(id: string[], params?: LocateOAuthServiceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
deleteOAuthService: <TData = AxiosResponse<ApiDeleteOAuthServiceResponse, any, {}>>(apiDeleteOAuthServiceRequest: ApiDeleteOAuthServiceRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
searchOAuthService: <TData = AxiosResponse<ApiSearchOAuthServiceResponse, any, {}>>(params?: SearchOAuthServiceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
createOAuthService: <TData = AxiosResponse<ApiOAuthService, any, {}>>(apiOAuthService: ApiOAuthService, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
updateOAuthService2: <TData = AxiosResponse<ApiOAuthService, any, {}>>(oAuth2FederationUpdateOAuthServiceBody: OAuth2FederationUpdateOAuthServiceBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
updateOAuthService: <TData = AxiosResponse<ApiOAuthService, any, {}>>(oAuth2FederationUpdateOAuthServiceBody: OAuth2FederationUpdateOAuthServiceBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
deleteOAuthService2: <TData = AxiosResponse<ApiDeleteOAuthServiceResponse, any, {}>>(id: string[], oAuth2FederationDeleteOAuthServiceBody: OAuth2FederationDeleteOAuthServiceBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
locateOAuthService: <TData = AxiosResponse<ApiOAuthService, any, {}>>(id: string[], params?: LocateOAuthServiceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
12
|
};
|
|
13
13
|
export type DeleteOAuthServiceResult = AxiosResponse<ApiDeleteOAuthServiceResponse>;
|
|
14
14
|
export type SearchOAuthServiceResult = AxiosResponse<ApiSearchOAuthServiceResponse>;
|
package/types/gen/outbound-resource-group-service/outbound-resource-group-service.api.gen.d.ts
CHANGED
|
@@ -2,16 +2,16 @@ import type { 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: () => {
|
|
5
|
-
searchOutboundResourceGroup: <TData = AxiosResponse<EngineListOutboundResourceGroup, any>>(params?: SearchOutboundResourceGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createOutboundResourceGroup: <TData = AxiosResponse<EngineOutboundResourceGroup, any>>(engineCreateOutboundResourceGroupRequest: EngineCreateOutboundResourceGroupRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
searchOutboundResourceInGroup: <TData = AxiosResponse<EngineListOutboundResourceInGroup, any>>(groupId: string, params?: SearchOutboundResourceInGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
createOutboundResourceInGroup: <TData = AxiosResponse<EngineOutboundResourceInGroup, any>>(groupId: string, engineOutboundResourceGroupServiceCreateOutboundResourceInGroupBody: EngineOutboundResourceGroupServiceCreateOutboundResourceInGroupBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
deleteOutboundResourceInGroup: <TData = AxiosResponse<EngineOutboundResourceInGroup, any>>(groupId: string, id: string, params?: DeleteOutboundResourceInGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
readOutboundResourceInGroup: <TData = AxiosResponse<EngineOutboundResourceInGroup, any>>(groupId: string, id: string, params?: ReadOutboundResourceInGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
updateOutboundResourceInGroup: <TData = AxiosResponse<EngineOutboundResourceInGroup, any>>(groupId: string, id: string, engineOutboundResourceGroupServiceUpdateOutboundResourceInGroupBody: EngineOutboundResourceGroupServiceUpdateOutboundResourceInGroupBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
-
deleteOutboundResourceGroup: <TData = AxiosResponse<EngineOutboundResourceGroup, any>>(id: string, params?: DeleteOutboundResourceGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
|
-
readOutboundResourceGroup: <TData = AxiosResponse<EngineOutboundResourceGroup, any>>(id: string, params?: ReadOutboundResourceGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
14
|
-
updateOutboundResourceGroup: <TData = AxiosResponse<EngineOutboundResourceGroup, any>>(id: string, engineOutboundResourceGroupServiceUpdateOutboundResourceGroupBody: EngineOutboundResourceGroupServiceUpdateOutboundResourceGroupBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchOutboundResourceGroup: <TData = AxiosResponse<EngineListOutboundResourceGroup, any, {}>>(params?: SearchOutboundResourceGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createOutboundResourceGroup: <TData = AxiosResponse<EngineOutboundResourceGroup, any, {}>>(engineCreateOutboundResourceGroupRequest: EngineCreateOutboundResourceGroupRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
searchOutboundResourceInGroup: <TData = AxiosResponse<EngineListOutboundResourceInGroup, any, {}>>(groupId: string, params?: SearchOutboundResourceInGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
createOutboundResourceInGroup: <TData = AxiosResponse<EngineOutboundResourceInGroup, any, {}>>(groupId: string, engineOutboundResourceGroupServiceCreateOutboundResourceInGroupBody: EngineOutboundResourceGroupServiceCreateOutboundResourceInGroupBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
deleteOutboundResourceInGroup: <TData = AxiosResponse<EngineOutboundResourceInGroup, any, {}>>(groupId: string, id: string, params?: DeleteOutboundResourceInGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
readOutboundResourceInGroup: <TData = AxiosResponse<EngineOutboundResourceInGroup, any, {}>>(groupId: string, id: string, params?: ReadOutboundResourceInGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
updateOutboundResourceInGroup: <TData = AxiosResponse<EngineOutboundResourceInGroup, any, {}>>(groupId: string, id: string, engineOutboundResourceGroupServiceUpdateOutboundResourceInGroupBody: EngineOutboundResourceGroupServiceUpdateOutboundResourceInGroupBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
+
deleteOutboundResourceGroup: <TData = AxiosResponse<EngineOutboundResourceGroup, any, {}>>(id: string, params?: DeleteOutboundResourceGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
|
+
readOutboundResourceGroup: <TData = AxiosResponse<EngineOutboundResourceGroup, any, {}>>(id: string, params?: ReadOutboundResourceGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
14
|
+
updateOutboundResourceGroup: <TData = AxiosResponse<EngineOutboundResourceGroup, any, {}>>(id: string, engineOutboundResourceGroupServiceUpdateOutboundResourceGroupBody: EngineOutboundResourceGroupServiceUpdateOutboundResourceGroupBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
15
15
|
};
|
|
16
16
|
export type SearchOutboundResourceGroupResult = AxiosResponse<EngineListOutboundResourceGroup>;
|
|
17
17
|
export type CreateOutboundResourceGroupResult = AxiosResponse<EngineOutboundResourceGroup>;
|
|
@@ -2,19 +2,19 @@ import type { 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: () => {
|
|
5
|
-
searchOutboundResource: <TData = AxiosResponse<EngineListOutboundResource, any>>(params?: SearchOutboundResourceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createOutboundResource: <TData = AxiosResponse<EngineOutboundResource, any>>(engineCreateOutboundResourceRequest: EngineCreateOutboundResourceRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteOutboundResource: <TData = AxiosResponse<EngineOutboundResource, any>>(id: string, params?: DeleteOutboundResourceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readOutboundResource: <TData = AxiosResponse<EngineOutboundResource, any>>(id: string, params?: ReadOutboundResourceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
patchOutboundResource: <TData = AxiosResponse<EngineOutboundResource, any>>(id: string, engineOutboundResourceServicePatchOutboundResourceBody: EngineOutboundResourceServicePatchOutboundResourceBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
updateOutboundResource: <TData = AxiosResponse<EngineOutboundResource, any>>(id: string, engineOutboundResourceServiceUpdateOutboundResourceBody: EngineOutboundResourceServiceUpdateOutboundResourceBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
deleteOutboundResourceDisplays: <TData = AxiosResponse<EngineEmptyResponse, any>>(resourceId: string, params?: DeleteOutboundResourceDisplaysParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
-
searchOutboundResourceDisplay: <TData = AxiosResponse<EngineListOutboundResourceDisplay, any>>(resourceId: string, params?: SearchOutboundResourceDisplayParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
|
-
createOutboundResourceDisplay: <TData = AxiosResponse<EngineResourceDisplay, any>>(resourceId: string, engineOutboundResourceServiceCreateOutboundResourceDisplayBody: EngineOutboundResourceServiceCreateOutboundResourceDisplayBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
14
|
-
createOutboundResourceDisplayBulk: <TData = AxiosResponse<EngineListResourceDisplay, any>>(resourceId: string, engineOutboundResourceServiceCreateOutboundResourceDisplayBulkBody: EngineOutboundResourceServiceCreateOutboundResourceDisplayBulkBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
15
|
-
deleteOutboundResourceDisplay: <TData = AxiosResponse<EngineResourceDisplay, any>>(resourceId: string, id: string, params?: DeleteOutboundResourceDisplayParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
16
|
-
readOutboundResourceDisplay: <TData = AxiosResponse<EngineResourceDisplay, any>>(resourceId: string, id: string, params?: ReadOutboundResourceDisplayParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
17
|
-
updateOutboundResourceDisplay: <TData = AxiosResponse<EngineResourceDisplay, any>>(resourceId: string, id: string, engineOutboundResourceServiceUpdateOutboundResourceDisplayBody: EngineOutboundResourceServiceUpdateOutboundResourceDisplayBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchOutboundResource: <TData = AxiosResponse<EngineListOutboundResource, any, {}>>(params?: SearchOutboundResourceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createOutboundResource: <TData = AxiosResponse<EngineOutboundResource, any, {}>>(engineCreateOutboundResourceRequest: EngineCreateOutboundResourceRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteOutboundResource: <TData = AxiosResponse<EngineOutboundResource, any, {}>>(id: string, params?: DeleteOutboundResourceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readOutboundResource: <TData = AxiosResponse<EngineOutboundResource, any, {}>>(id: string, params?: ReadOutboundResourceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
patchOutboundResource: <TData = AxiosResponse<EngineOutboundResource, any, {}>>(id: string, engineOutboundResourceServicePatchOutboundResourceBody: EngineOutboundResourceServicePatchOutboundResourceBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
updateOutboundResource: <TData = AxiosResponse<EngineOutboundResource, any, {}>>(id: string, engineOutboundResourceServiceUpdateOutboundResourceBody: EngineOutboundResourceServiceUpdateOutboundResourceBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
deleteOutboundResourceDisplays: <TData = AxiosResponse<EngineEmptyResponse, any, {}>>(resourceId: string, params?: DeleteOutboundResourceDisplaysParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
+
searchOutboundResourceDisplay: <TData = AxiosResponse<EngineListOutboundResourceDisplay, any, {}>>(resourceId: string, params?: SearchOutboundResourceDisplayParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
|
+
createOutboundResourceDisplay: <TData = AxiosResponse<EngineResourceDisplay, any, {}>>(resourceId: string, engineOutboundResourceServiceCreateOutboundResourceDisplayBody: EngineOutboundResourceServiceCreateOutboundResourceDisplayBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
14
|
+
createOutboundResourceDisplayBulk: <TData = AxiosResponse<EngineListResourceDisplay, any, {}>>(resourceId: string, engineOutboundResourceServiceCreateOutboundResourceDisplayBulkBody: EngineOutboundResourceServiceCreateOutboundResourceDisplayBulkBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
15
|
+
deleteOutboundResourceDisplay: <TData = AxiosResponse<EngineResourceDisplay, any, {}>>(resourceId: string, id: string, params?: DeleteOutboundResourceDisplayParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
16
|
+
readOutboundResourceDisplay: <TData = AxiosResponse<EngineResourceDisplay, any, {}>>(resourceId: string, id: string, params?: ReadOutboundResourceDisplayParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
17
|
+
updateOutboundResourceDisplay: <TData = AxiosResponse<EngineResourceDisplay, any, {}>>(resourceId: string, id: string, engineOutboundResourceServiceUpdateOutboundResourceDisplayBody: EngineOutboundResourceServiceUpdateOutboundResourceDisplayBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
18
18
|
};
|
|
19
19
|
export type SearchOutboundResourceResult = AxiosResponse<EngineListOutboundResource>;
|
|
20
20
|
export type CreateOutboundResourceResult = AxiosResponse<EngineOutboundResource>;
|
|
@@ -2,11 +2,11 @@ import type { 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: () => {
|
|
5
|
-
pauseTemplateServiceSearchPauseTemplate: <TData = AxiosResponse<WfmSearchPauseTemplateResponse, any>>(params?: PauseTemplateServiceSearchPauseTemplateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
pauseTemplateServiceCreatePauseTemplate: <TData = AxiosResponse<WfmCreatePauseTemplateResponse, any>>(wfmCreatePauseTemplateRequest: WfmCreatePauseTemplateRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
pauseTemplateServiceDeletePauseTemplate: <TData = AxiosResponse<WfmDeletePauseTemplateResponse, any>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
pauseTemplateServiceReadPauseTemplate: <TData = AxiosResponse<WfmReadPauseTemplateResponse, any>>(id: string, params?: PauseTemplateServiceReadPauseTemplateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
pauseTemplateServiceUpdatePauseTemplate: <TData = AxiosResponse<WfmUpdatePauseTemplateResponse, any>>(pauseTemplateServiceUpdatePauseTemplateBody: PauseTemplateServiceUpdatePauseTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
pauseTemplateServiceSearchPauseTemplate: <TData = AxiosResponse<WfmSearchPauseTemplateResponse, any, {}>>(params?: PauseTemplateServiceSearchPauseTemplateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
pauseTemplateServiceCreatePauseTemplate: <TData = AxiosResponse<WfmCreatePauseTemplateResponse, any, {}>>(wfmCreatePauseTemplateRequest: WfmCreatePauseTemplateRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
pauseTemplateServiceDeletePauseTemplate: <TData = AxiosResponse<WfmDeletePauseTemplateResponse, any, {}>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
pauseTemplateServiceReadPauseTemplate: <TData = AxiosResponse<WfmReadPauseTemplateResponse, any, {}>>(id: string, params?: PauseTemplateServiceReadPauseTemplateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
pauseTemplateServiceUpdatePauseTemplate: <TData = AxiosResponse<WfmUpdatePauseTemplateResponse, any, {}>>(pauseTemplateServiceUpdatePauseTemplateBody: PauseTemplateServiceUpdatePauseTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
10
|
};
|
|
11
11
|
export type PauseTemplateServiceSearchPauseTemplateResult = AxiosResponse<WfmSearchPauseTemplateResponse>;
|
|
12
12
|
export type PauseTemplateServiceCreatePauseTemplateResult = AxiosResponse<WfmCreatePauseTemplateResponse>;
|
|
@@ -2,9 +2,9 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { DownloadPdfExport200, DownloadPdfExportParams, GetPdfExportHistoryParams, WebitelMediaExporterPdfExportMetadata, WebitelMediaExporterPdfHistoryResponse, WebitelMediaExporterPdfServiceGeneratePdfExportBody } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getPdfService: () => {
|
|
5
|
-
generatePdfExport: <TData = AxiosResponse<WebitelMediaExporterPdfExportMetadata, any>>(agentId: string, webitelMediaExporterPdfServiceGeneratePdfExportBody: WebitelMediaExporterPdfServiceGeneratePdfExportBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
getPdfExportHistory: <TData = AxiosResponse<WebitelMediaExporterPdfHistoryResponse, any>>(agentId: string, params?: GetPdfExportHistoryParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
downloadPdfExport: <TData = AxiosResponse<DownloadPdfExport200, any>>(fileId: string, params?: DownloadPdfExportParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
generatePdfExport: <TData = AxiosResponse<WebitelMediaExporterPdfExportMetadata, any, {}>>(agentId: string, webitelMediaExporterPdfServiceGeneratePdfExportBody: WebitelMediaExporterPdfServiceGeneratePdfExportBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
getPdfExportHistory: <TData = AxiosResponse<WebitelMediaExporterPdfHistoryResponse, any, {}>>(agentId: string, params?: GetPdfExportHistoryParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
downloadPdfExport: <TData = AxiosResponse<DownloadPdfExport200, any, {}>>(fileId: string, params?: DownloadPdfExportParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
8
|
};
|
|
9
9
|
export type GeneratePdfExportResult = AxiosResponse<WebitelMediaExporterPdfExportMetadata>;
|
|
10
10
|
export type GetPdfExportHistoryResult = AxiosResponse<WebitelMediaExporterPdfHistoryResponse>;
|
|
@@ -2,6 +2,6 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { ApiSearchPermissionResponse, GetPermissionsParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getPermissions: () => {
|
|
5
|
-
getPermissions: <TData = AxiosResponse<ApiSearchPermissionResponse, any>>(params?: GetPermissionsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
getPermissions: <TData = AxiosResponse<ApiSearchPermissionResponse, any, {}>>(params?: GetPermissionsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
6
|
};
|
|
7
7
|
export type GetPermissionsResult = AxiosResponse<ApiSearchPermissionResponse>;
|
|
@@ -2,14 +2,14 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { ContactsInputPhoneNumber, ContactsPhoneList, ContactsPhoneNumber, DeletePhoneParams, DeletePhonesParams, ListPhonesParams, LocatePhoneParams, MergePhonesParams, ResetPhonesParams, UpdatePhone2Body, UpdatePhone2Params, UpdatePhoneBody, UpdatePhoneParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getPhones: () => {
|
|
5
|
-
deletePhones: <TData = AxiosResponse<ContactsPhoneList, any>>(contactId: string, params: DeletePhonesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
listPhones: <TData = AxiosResponse<ContactsPhoneList, any>>(contactId: string, params?: ListPhonesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
mergePhones: <TData = AxiosResponse<ContactsPhoneList, any>>(contactId: string, contactsInputPhoneNumber: ContactsInputPhoneNumber[], params?: MergePhonesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
resetPhones: <TData = AxiosResponse<ContactsPhoneList, any>>(contactId: string, contactsInputPhoneNumber: ContactsInputPhoneNumber[], params?: ResetPhonesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
deletePhone: <TData = AxiosResponse<ContactsPhoneNumber, any>>(contactId: string, etag: string, params?: DeletePhoneParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
locatePhone: <TData = AxiosResponse<ContactsPhoneNumber, any>>(contactId: string, etag: string, params?: LocatePhoneParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
updatePhone2: <TData = AxiosResponse<ContactsPhoneList, any>>(contactId: string, etag: string, updatePhone2Body: UpdatePhone2Body, params?: UpdatePhone2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
-
updatePhone: <TData = AxiosResponse<ContactsPhoneList, any>>(contactId: string, etag: string, updatePhoneBody: UpdatePhoneBody, params?: UpdatePhoneParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
deletePhones: <TData = AxiosResponse<ContactsPhoneList, any, {}>>(contactId: string, params: DeletePhonesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
listPhones: <TData = AxiosResponse<ContactsPhoneList, any, {}>>(contactId: string, params?: ListPhonesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
mergePhones: <TData = AxiosResponse<ContactsPhoneList, any, {}>>(contactId: string, contactsInputPhoneNumber: ContactsInputPhoneNumber[], params?: MergePhonesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
resetPhones: <TData = AxiosResponse<ContactsPhoneList, any, {}>>(contactId: string, contactsInputPhoneNumber: ContactsInputPhoneNumber[], params?: ResetPhonesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
deletePhone: <TData = AxiosResponse<ContactsPhoneNumber, any, {}>>(contactId: string, etag: string, params?: DeletePhoneParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
locatePhone: <TData = AxiosResponse<ContactsPhoneNumber, any, {}>>(contactId: string, etag: string, params?: LocatePhoneParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
updatePhone2: <TData = AxiosResponse<ContactsPhoneList, any, {}>>(contactId: string, etag: string, updatePhone2Body: UpdatePhone2Body, params?: UpdatePhone2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
+
updatePhone: <TData = AxiosResponse<ContactsPhoneList, any, {}>>(contactId: string, etag: string, updatePhoneBody: UpdatePhoneBody, params?: UpdatePhoneParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
13
|
};
|
|
14
14
|
export type DeletePhonesResult = AxiosResponse<ContactsPhoneList>;
|
|
15
15
|
export type ListPhonesResult = AxiosResponse<ContactsPhoneList>;
|
|
@@ -2,14 +2,14 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { ContactsInputPhoto, ContactsPhoto, ContactsPhotoList, CreatePhotosParams, DeletePhotoParams, DeletePhotosParams, LocatePhotoParams, SearchPhotosParams, UpdatePhoto2Body, UpdatePhoto2Params, UpdatePhotoBody, UpdatePhotoParams, UpdatePhotosParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getPhotos: () => {
|
|
5
|
-
deletePhotos: <TData = AxiosResponse<ContactsPhotoList, any>>(contactId: string, params: DeletePhotosParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
searchPhotos: <TData = AxiosResponse<ContactsPhotoList, any>>(contactId: string, params?: SearchPhotosParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
createPhotos: <TData = AxiosResponse<ContactsPhotoList, any>>(contactId: string, contactsInputPhoto: ContactsInputPhoto[], params?: CreatePhotosParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
updatePhotos: <TData = AxiosResponse<ContactsPhotoList, any>>(contactId: string, contactsInputPhoto: ContactsInputPhoto[], params?: UpdatePhotosParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
deletePhoto: <TData = AxiosResponse<ContactsPhoto, any>>(contactId: string, etag: string, params?: DeletePhotoParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
updatePhoto2: <TData = AxiosResponse<ContactsPhoto, any>>(contactId: string, etag: string, updatePhoto2Body: UpdatePhoto2Body, params?: UpdatePhoto2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
updatePhoto: <TData = AxiosResponse<ContactsPhoto, any>>(contactId: string, etag: string, updatePhotoBody: UpdatePhotoBody, params?: UpdatePhotoParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
-
locatePhoto: <TData = AxiosResponse<ContactsPhoto, any>>(contactId: string, id: string, params?: LocatePhotoParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
deletePhotos: <TData = AxiosResponse<ContactsPhotoList, any, {}>>(contactId: string, params: DeletePhotosParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
searchPhotos: <TData = AxiosResponse<ContactsPhotoList, any, {}>>(contactId: string, params?: SearchPhotosParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
createPhotos: <TData = AxiosResponse<ContactsPhotoList, any, {}>>(contactId: string, contactsInputPhoto: ContactsInputPhoto[], params?: CreatePhotosParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
updatePhotos: <TData = AxiosResponse<ContactsPhotoList, any, {}>>(contactId: string, contactsInputPhoto: ContactsInputPhoto[], params?: UpdatePhotosParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
deletePhoto: <TData = AxiosResponse<ContactsPhoto, any, {}>>(contactId: string, etag: string, params?: DeletePhotoParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
updatePhoto2: <TData = AxiosResponse<ContactsPhoto, any, {}>>(contactId: string, etag: string, updatePhoto2Body: UpdatePhoto2Body, params?: UpdatePhoto2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
updatePhoto: <TData = AxiosResponse<ContactsPhoto, any, {}>>(contactId: string, etag: string, updatePhotoBody: UpdatePhotoBody, params?: UpdatePhotoParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
+
locatePhoto: <TData = AxiosResponse<ContactsPhoto, any, {}>>(contactId: string, id: string, params?: LocatePhotoParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
13
|
};
|
|
14
14
|
export type DeletePhotosResult = AxiosResponse<ContactsPhotoList>;
|
|
15
15
|
export type SearchPhotosResult = AxiosResponse<ContactsPhotoList>;
|
|
@@ -2,8 +2,8 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { ApiPresenceStatus, ApiSetStatusRequest, PresenceSetStatusBody } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getPresence: () => {
|
|
5
|
-
setStatus2: <TData = AxiosResponse<ApiPresenceStatus, any>>(apiSetStatusRequest: ApiSetStatusRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
setStatus: <TData = AxiosResponse<ApiPresenceStatus, any>>(presenceSetStatusBody: PresenceSetStatusBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
setStatus2: <TData = AxiosResponse<ApiPresenceStatus, any, {}>>(apiSetStatusRequest: ApiSetStatusRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
setStatus: <TData = AxiosResponse<ApiPresenceStatus, any, {}>>(presenceSetStatusBody: PresenceSetStatusBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
7
|
};
|
|
8
8
|
export type SetStatus2Result = AxiosResponse<ApiPresenceStatus>;
|
|
9
9
|
export type SetStatusResult = AxiosResponse<ApiPresenceStatus>;
|
|
@@ -2,12 +2,12 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { EngineCreatePresetQueryRequest, EngineListPresetQuery, EnginePresetQuery, EnginePresetQueryServicePatchPresetQueryBody, EnginePresetQueryServiceUpdatePresetQueryBody, SearchPresetQueryParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getPresetQueryService: () => {
|
|
5
|
-
searchPresetQuery: <TData = AxiosResponse<EngineListPresetQuery, any>>(params?: SearchPresetQueryParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createPresetQuery: <TData = AxiosResponse<EnginePresetQuery, any>>(engineCreatePresetQueryRequest: EngineCreatePresetQueryRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deletePresetQuery: <TData = AxiosResponse<EnginePresetQuery, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readPresetQuery: <TData = AxiosResponse<EnginePresetQuery, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
patchPresetQuery: <TData = AxiosResponse<EnginePresetQuery, any>>(id: number, enginePresetQueryServicePatchPresetQueryBody: EnginePresetQueryServicePatchPresetQueryBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
updatePresetQuery: <TData = AxiosResponse<EnginePresetQuery, any>>(id: number, enginePresetQueryServiceUpdatePresetQueryBody: EnginePresetQueryServiceUpdatePresetQueryBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchPresetQuery: <TData = AxiosResponse<EngineListPresetQuery, any, {}>>(params?: SearchPresetQueryParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createPresetQuery: <TData = AxiosResponse<EnginePresetQuery, any, {}>>(engineCreatePresetQueryRequest: EngineCreatePresetQueryRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deletePresetQuery: <TData = AxiosResponse<EnginePresetQuery, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readPresetQuery: <TData = AxiosResponse<EnginePresetQuery, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
patchPresetQuery: <TData = AxiosResponse<EnginePresetQuery, any, {}>>(id: number, enginePresetQueryServicePatchPresetQueryBody: EnginePresetQueryServicePatchPresetQueryBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
updatePresetQuery: <TData = AxiosResponse<EnginePresetQuery, any, {}>>(id: number, enginePresetQueryServiceUpdatePresetQueryBody: EnginePresetQueryServiceUpdatePresetQueryBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
11
|
};
|
|
12
12
|
export type SearchPresetQueryResult = AxiosResponse<EngineListPresetQuery>;
|
|
13
13
|
export type CreatePresetQueryResult = AxiosResponse<EnginePresetQuery>;
|