@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 { EngineListQueueBucket, EngineQueueBucket, EngineQueueBucketServiceCreateQueueBucketBody, EngineQueueBucketServicePatchQueueBucketBody, EngineQueueBucketServiceUpdateQueueBucketBody, SearchQueueBucketParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getQueueBucketService: () => {
|
|
5
|
-
searchQueueBucket: <TData = AxiosResponse<EngineListQueueBucket, any>>(queueId: string, params?: SearchQueueBucketParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createQueueBucket: <TData = AxiosResponse<EngineQueueBucket, any>>(queueId: string, engineQueueBucketServiceCreateQueueBucketBody: EngineQueueBucketServiceCreateQueueBucketBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteQueueBucket: <TData = AxiosResponse<EngineQueueBucket, any>>(queueId: string, id: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readQueueBucket: <TData = AxiosResponse<EngineQueueBucket, any>>(queueId: string, id: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
patchQueueBucket: <TData = AxiosResponse<EngineQueueBucket, any>>(queueId: string, id: string, engineQueueBucketServicePatchQueueBucketBody: EngineQueueBucketServicePatchQueueBucketBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
updateQueueBucket: <TData = AxiosResponse<EngineQueueBucket, any>>(queueId: string, id: string, engineQueueBucketServiceUpdateQueueBucketBody: EngineQueueBucketServiceUpdateQueueBucketBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchQueueBucket: <TData = AxiosResponse<EngineListQueueBucket, any, {}>>(queueId: string, params?: SearchQueueBucketParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createQueueBucket: <TData = AxiosResponse<EngineQueueBucket, any, {}>>(queueId: string, engineQueueBucketServiceCreateQueueBucketBody: EngineQueueBucketServiceCreateQueueBucketBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteQueueBucket: <TData = AxiosResponse<EngineQueueBucket, any, {}>>(queueId: string, id: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readQueueBucket: <TData = AxiosResponse<EngineQueueBucket, any, {}>>(queueId: string, id: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
patchQueueBucket: <TData = AxiosResponse<EngineQueueBucket, any, {}>>(queueId: string, id: string, engineQueueBucketServicePatchQueueBucketBody: EngineQueueBucketServicePatchQueueBucketBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
updateQueueBucket: <TData = AxiosResponse<EngineQueueBucket, any, {}>>(queueId: string, id: string, engineQueueBucketServiceUpdateQueueBucketBody: EngineQueueBucketServiceUpdateQueueBucketBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
11
|
};
|
|
12
12
|
export type SearchQueueBucketResult = AxiosResponse<EngineListQueueBucket>;
|
|
13
13
|
export type CreateQueueBucketResult = AxiosResponse<EngineQueueBucket>;
|
|
@@ -2,12 +2,12 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { EngineListQueueHook, EngineQueueHook, EngineQueueHookServiceCreateQueueHookBody, EngineQueueHookServicePatchQueueHookBody, EngineQueueHookServiceUpdateQueueHookBody, SearchQueueHookParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getQueueHookService: () => {
|
|
5
|
-
searchQueueHook: <TData = AxiosResponse<EngineListQueueHook, any>>(queueId: number, params?: SearchQueueHookParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createQueueHook: <TData = AxiosResponse<EngineQueueHook, any>>(queueId: number, engineQueueHookServiceCreateQueueHookBody: EngineQueueHookServiceCreateQueueHookBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteQueueHook: <TData = AxiosResponse<EngineQueueHook, any>>(queueId: number, id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readQueueHook: <TData = AxiosResponse<EngineQueueHook, any>>(queueId: number, id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
patchQueueHook: <TData = AxiosResponse<EngineQueueHook, any>>(queueId: number, id: number, engineQueueHookServicePatchQueueHookBody: EngineQueueHookServicePatchQueueHookBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
updateQueueHook: <TData = AxiosResponse<EngineQueueHook, any>>(queueId: number, id: number, engineQueueHookServiceUpdateQueueHookBody: EngineQueueHookServiceUpdateQueueHookBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchQueueHook: <TData = AxiosResponse<EngineListQueueHook, any, {}>>(queueId: number, params?: SearchQueueHookParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createQueueHook: <TData = AxiosResponse<EngineQueueHook, any, {}>>(queueId: number, engineQueueHookServiceCreateQueueHookBody: EngineQueueHookServiceCreateQueueHookBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteQueueHook: <TData = AxiosResponse<EngineQueueHook, any, {}>>(queueId: number, id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readQueueHook: <TData = AxiosResponse<EngineQueueHook, any, {}>>(queueId: number, id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
patchQueueHook: <TData = AxiosResponse<EngineQueueHook, any, {}>>(queueId: number, id: number, engineQueueHookServicePatchQueueHookBody: EngineQueueHookServicePatchQueueHookBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
updateQueueHook: <TData = AxiosResponse<EngineQueueHook, any, {}>>(queueId: number, id: number, engineQueueHookServiceUpdateQueueHookBody: EngineQueueHookServiceUpdateQueueHookBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
11
|
};
|
|
12
12
|
export type SearchQueueHookResult = AxiosResponse<EngineListQueueHook>;
|
|
13
13
|
export type CreateQueueHookResult = AxiosResponse<EngineQueueHook>;
|
|
@@ -2,11 +2,11 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { DeleteQueueResourceGroupParams, EngineListQueueResourceGroup, EngineQueueResourceGroup, EngineQueueResourcesServiceCreateQueueResourceGroupBody, EngineQueueResourcesServiceUpdateQueueResourceGroupBody, ReadQueueResourceGroupParams, SearchQueueResourceGroupParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getQueueResourcesService: () => {
|
|
5
|
-
searchQueueResourceGroup: <TData = AxiosResponse<EngineListQueueResourceGroup, any>>(queueId: string, params?: SearchQueueResourceGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createQueueResourceGroup: <TData = AxiosResponse<EngineQueueResourceGroup, any>>(queueId: string, engineQueueResourcesServiceCreateQueueResourceGroupBody: EngineQueueResourcesServiceCreateQueueResourceGroupBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteQueueResourceGroup: <TData = AxiosResponse<EngineQueueResourceGroup, any>>(queueId: string, id: string, params?: DeleteQueueResourceGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readQueueResourceGroup: <TData = AxiosResponse<EngineQueueResourceGroup, any>>(queueId: string, id: string, params?: ReadQueueResourceGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
updateQueueResourceGroup: <TData = AxiosResponse<EngineQueueResourceGroup, any>>(queueId: string, id: string, engineQueueResourcesServiceUpdateQueueResourceGroupBody: EngineQueueResourcesServiceUpdateQueueResourceGroupBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchQueueResourceGroup: <TData = AxiosResponse<EngineListQueueResourceGroup, any, {}>>(queueId: string, params?: SearchQueueResourceGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createQueueResourceGroup: <TData = AxiosResponse<EngineQueueResourceGroup, any, {}>>(queueId: string, engineQueueResourcesServiceCreateQueueResourceGroupBody: EngineQueueResourcesServiceCreateQueueResourceGroupBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteQueueResourceGroup: <TData = AxiosResponse<EngineQueueResourceGroup, any, {}>>(queueId: string, id: string, params?: DeleteQueueResourceGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readQueueResourceGroup: <TData = AxiosResponse<EngineQueueResourceGroup, any, {}>>(queueId: string, id: string, params?: ReadQueueResourceGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
updateQueueResourceGroup: <TData = AxiosResponse<EngineQueueResourceGroup, any, {}>>(queueId: string, id: string, engineQueueResourcesServiceUpdateQueueResourceGroupBody: EngineQueueResourcesServiceUpdateQueueResourceGroupBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
10
|
};
|
|
11
11
|
export type SearchQueueResourceGroupResult = AxiosResponse<EngineListQueueResourceGroup>;
|
|
12
12
|
export type CreateQueueResourceGroupResult = AxiosResponse<EngineQueueResourceGroup>;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
|
-
import type { DeleteQueueParams, EngineCreateQueueRequest, EngineGetQueuesGlobalStateResponse, EngineListQueue, EngineListReportGeneral, EngineListTags, EngineQueue, EngineQueueServicePatchQueueBody, EngineQueueServiceUpdateQueueBody, EngineSetQueuesGlobalStateRequest, EngineSetQueuesGlobalStateResponse, ReadQueueParams, SearchQueueParams, SearchQueueReportGeneralParams, SearchQueueTagsParams } from '.././_models';
|
|
2
|
+
import type { DeleteQueueParams, EngineCreateQueueRequest, EngineGetQueuesGlobalStateResponse, EngineListQueue, EngineListReportGeneral, EngineListTags, EngineQueue, EngineQueueServicePatchQueueBody, EngineQueueServiceUpdateQueueBody, EngineSetQueuesGlobalStateRequest, EngineSetQueuesGlobalStateResponse, GetQueuesGlobalStateParams, ReadQueueParams, SearchQueueParams, SearchQueueReportGeneralParams, SearchQueueTagsParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getQueueService: () => {
|
|
5
|
-
searchQueue: <TData = AxiosResponse<EngineListQueue, any>>(params?: SearchQueueParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createQueue: <TData = AxiosResponse<EngineQueue, any>>(engineCreateQueueRequest: EngineCreateQueueRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
searchQueueReportGeneral: <TData = AxiosResponse<EngineListReportGeneral, any>>(params?: SearchQueueReportGeneralParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
getQueuesGlobalState: <TData = AxiosResponse<EngineGetQueuesGlobalStateResponse, any>>(options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
setQueuesGlobalState: <TData = AxiosResponse<EngineSetQueuesGlobalStateResponse, any>>(engineSetQueuesGlobalStateRequest: EngineSetQueuesGlobalStateRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
searchQueueTags: <TData = AxiosResponse<EngineListTags, any>>(params?: SearchQueueTagsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
deleteQueue: <TData = AxiosResponse<EngineQueue, any>>(id: string, params?: DeleteQueueParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
-
readQueue: <TData = AxiosResponse<EngineQueue, any>>(id: string, params?: ReadQueueParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
|
-
patchQueue: <TData = AxiosResponse<EngineQueue, any>>(id: string, engineQueueServicePatchQueueBody: EngineQueueServicePatchQueueBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
14
|
-
updateQueue: <TData = AxiosResponse<EngineQueue, any>>(id: string, engineQueueServiceUpdateQueueBody: EngineQueueServiceUpdateQueueBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchQueue: <TData = AxiosResponse<EngineListQueue, any, {}>>(params?: SearchQueueParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createQueue: <TData = AxiosResponse<EngineQueue, any, {}>>(engineCreateQueueRequest: EngineCreateQueueRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
searchQueueReportGeneral: <TData = AxiosResponse<EngineListReportGeneral, any, {}>>(params?: SearchQueueReportGeneralParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
getQueuesGlobalState: <TData = AxiosResponse<EngineGetQueuesGlobalStateResponse, any, {}>>(params?: GetQueuesGlobalStateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
setQueuesGlobalState: <TData = AxiosResponse<EngineSetQueuesGlobalStateResponse, any, {}>>(engineSetQueuesGlobalStateRequest: EngineSetQueuesGlobalStateRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
searchQueueTags: <TData = AxiosResponse<EngineListTags, any, {}>>(params?: SearchQueueTagsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
deleteQueue: <TData = AxiosResponse<EngineQueue, any, {}>>(id: string, params?: DeleteQueueParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
+
readQueue: <TData = AxiosResponse<EngineQueue, any, {}>>(id: string, params?: ReadQueueParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
|
+
patchQueue: <TData = AxiosResponse<EngineQueue, any, {}>>(id: string, engineQueueServicePatchQueueBody: EngineQueueServicePatchQueueBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
14
|
+
updateQueue: <TData = AxiosResponse<EngineQueue, any, {}>>(id: string, engineQueueServiceUpdateQueueBody: EngineQueueServiceUpdateQueueBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
15
15
|
};
|
|
16
16
|
export type SearchQueueResult = AxiosResponse<EngineListQueue>;
|
|
17
17
|
export type CreateQueueResult = AxiosResponse<EngineQueue>;
|
|
@@ -331,11 +331,23 @@ export declare const searchQueueReportGeneralResponse: zod.ZodObject<{
|
|
|
331
331
|
}, zod.core.$strip>>>;
|
|
332
332
|
next: zod.ZodOptional<zod.ZodBoolean>;
|
|
333
333
|
}, zod.core.$strip>;
|
|
334
|
+
export declare const getQueuesGlobalStateQueryParams: zod.ZodObject<{
|
|
335
|
+
q: zod.ZodOptional<zod.ZodString>;
|
|
336
|
+
type: zod.ZodOptional<zod.ZodArray<zod.ZodNumber>>;
|
|
337
|
+
teamId: zod.ZodOptional<zod.ZodArray<zod.ZodNumber>>;
|
|
338
|
+
tags: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
339
|
+
}, zod.core.$strip>;
|
|
334
340
|
export declare const getQueuesGlobalStateResponse: zod.ZodObject<{
|
|
335
341
|
isAllEnabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
342
|
+
potentialRows: zod.ZodOptional<zod.ZodNumber>;
|
|
336
343
|
}, zod.core.$strip>;
|
|
337
344
|
export declare const setQueuesGlobalStateBody: zod.ZodObject<{
|
|
345
|
+
tags: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
338
346
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
347
|
+
id: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
348
|
+
q: zod.ZodOptional<zod.ZodString>;
|
|
349
|
+
teamId: zod.ZodOptional<zod.ZodArray<zod.ZodNumber>>;
|
|
350
|
+
type: zod.ZodOptional<zod.ZodArray<zod.ZodNumber>>;
|
|
339
351
|
}, zod.core.$strip>;
|
|
340
352
|
export declare const setQueuesGlobalStateResponse: zod.ZodObject<{
|
|
341
353
|
count: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -2,12 +2,12 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { EngineListQueueSkill, EngineQueueSkill, EngineQueueSkillServiceCreateQueueSkillBody, EngineQueueSkillServicePatchQueueSkillBody, EngineQueueSkillServiceUpdateQueueSkillBody, SearchQueueSkillParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getQueueSkillService: () => {
|
|
5
|
-
searchQueueSkill: <TData = AxiosResponse<EngineListQueueSkill, any>>(queueId: number, params?: SearchQueueSkillParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createQueueSkill: <TData = AxiosResponse<EngineQueueSkill, any>>(queueId: number, engineQueueSkillServiceCreateQueueSkillBody: EngineQueueSkillServiceCreateQueueSkillBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteQueueSkill: <TData = AxiosResponse<EngineQueueSkill, any>>(queueId: number, id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readQueueSkill: <TData = AxiosResponse<EngineQueueSkill, any>>(queueId: number, id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
patchQueueSkill: <TData = AxiosResponse<EngineQueueSkill, any>>(queueId: number, id: number, engineQueueSkillServicePatchQueueSkillBody: EngineQueueSkillServicePatchQueueSkillBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
updateQueueSkill: <TData = AxiosResponse<EngineQueueSkill, any>>(queueId: number, id: number, engineQueueSkillServiceUpdateQueueSkillBody: EngineQueueSkillServiceUpdateQueueSkillBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchQueueSkill: <TData = AxiosResponse<EngineListQueueSkill, any, {}>>(queueId: number, params?: SearchQueueSkillParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createQueueSkill: <TData = AxiosResponse<EngineQueueSkill, any, {}>>(queueId: number, engineQueueSkillServiceCreateQueueSkillBody: EngineQueueSkillServiceCreateQueueSkillBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteQueueSkill: <TData = AxiosResponse<EngineQueueSkill, any, {}>>(queueId: number, id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readQueueSkill: <TData = AxiosResponse<EngineQueueSkill, any, {}>>(queueId: number, id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
patchQueueSkill: <TData = AxiosResponse<EngineQueueSkill, any, {}>>(queueId: number, id: number, engineQueueSkillServicePatchQueueSkillBody: EngineQueueSkillServicePatchQueueSkillBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
updateQueueSkill: <TData = AxiosResponse<EngineQueueSkill, any, {}>>(queueId: number, id: number, engineQueueSkillServiceUpdateQueueSkillBody: EngineQueueSkillServiceUpdateQueueSkillBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
11
|
};
|
|
12
12
|
export type SearchQueueSkillResult = AxiosResponse<EngineListQueueSkill>;
|
|
13
13
|
export type CreateQueueSkillResult = AxiosResponse<EngineQueueSkill>;
|
|
@@ -2,12 +2,12 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { EngineCreateQuickReplyRequest, EngineListQuickReplies, EngineQuickRepliesServicePatchQuickReplyBody, EngineQuickRepliesServiceUpdateQuickReplyBody, EngineQuickReply, SearchQuickRepliesParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getQuickRepliesService: () => {
|
|
5
|
-
searchQuickReplies: <TData = AxiosResponse<EngineListQuickReplies, any>>(params?: SearchQuickRepliesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createQuickReply: <TData = AxiosResponse<EngineQuickReply, any>>(engineCreateQuickReplyRequest: EngineCreateQuickReplyRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteQuickReply: <TData = AxiosResponse<EngineQuickReply, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readQuickReply: <TData = AxiosResponse<EngineQuickReply, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
patchQuickReply: <TData = AxiosResponse<EngineQuickReply, any>>(id: number, engineQuickRepliesServicePatchQuickReplyBody: EngineQuickRepliesServicePatchQuickReplyBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
updateQuickReply: <TData = AxiosResponse<EngineQuickReply, any>>(id: number, engineQuickRepliesServiceUpdateQuickReplyBody: EngineQuickRepliesServiceUpdateQuickReplyBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchQuickReplies: <TData = AxiosResponse<EngineListQuickReplies, any, {}>>(params?: SearchQuickRepliesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createQuickReply: <TData = AxiosResponse<EngineQuickReply, any, {}>>(engineCreateQuickReplyRequest: EngineCreateQuickReplyRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteQuickReply: <TData = AxiosResponse<EngineQuickReply, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readQuickReply: <TData = AxiosResponse<EngineQuickReply, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
patchQuickReply: <TData = AxiosResponse<EngineQuickReply, any, {}>>(id: number, engineQuickRepliesServicePatchQuickReplyBody: EngineQuickRepliesServicePatchQuickReplyBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
updateQuickReply: <TData = AxiosResponse<EngineQuickReply, any, {}>>(id: number, engineQuickRepliesServiceUpdateQuickReplyBody: EngineQuickRepliesServiceUpdateQuickReplyBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
11
|
};
|
|
12
12
|
export type SearchQuickRepliesResult = AxiosResponse<EngineListQuickReplies>;
|
|
13
13
|
export type CreateQuickReplyResult = AxiosResponse<EngineQuickReply>;
|
|
@@ -2,12 +2,12 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { _DeleteParams, Create200, CreateBody, DataDataset, LocateRecords200, LocateRecordsParams, SearchRecordsParams, Update2Body, Update2Params, Update200, Update2200, UpdateBody, UpdateParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getRecords: () => {
|
|
5
|
-
_delete: <TData = AxiosResponse<DataDataset, any>>(repo: string, params: _DeleteParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
searchRecords: <TData = AxiosResponse<DataDataset, any>>(repo: string, params?: SearchRecordsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
create: <TData = AxiosResponse<Create200, any>>(repo: string, createBody: CreateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
locateRecords: <TData = AxiosResponse<LocateRecords200, any>>(repo: string, id: string, params?: LocateRecordsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
update: <TData = AxiosResponse<Update200, any>>(repo: string, id: string, updateBody: UpdateBody, params?: UpdateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
update2: <TData = AxiosResponse<Update2200, any>>(repo: string, id: string, update2Body: Update2Body, params?: Update2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
_delete: <TData = AxiosResponse<DataDataset, any, {}>>(repo: string, params: _DeleteParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
searchRecords: <TData = AxiosResponse<DataDataset, any, {}>>(repo: string, params?: SearchRecordsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
create: <TData = AxiosResponse<Create200, any, {}>>(repo: string, createBody: CreateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
locateRecords: <TData = AxiosResponse<LocateRecords200, any, {}>>(repo: string, id: string, params?: LocateRecordsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
update: <TData = AxiosResponse<Update200, any, {}>>(repo: string, id: string, updateBody: UpdateBody, params?: UpdateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
update2: <TData = AxiosResponse<Update2200, any, {}>>(repo: string, id: string, update2Body: Update2Body, params?: Update2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
11
|
};
|
|
12
12
|
export type _DeleteResult = AxiosResponse<DataDataset>;
|
|
13
13
|
export type SearchRecordsResult = AxiosResponse<DataDataset>;
|
|
@@ -90,7 +90,6 @@ export declare const _deleteResponse: zod.ZodObject<{
|
|
|
90
90
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
91
91
|
string: "string";
|
|
92
92
|
lookup: "lookup";
|
|
93
|
-
binary: "binary";
|
|
94
93
|
none: "none";
|
|
95
94
|
list: "list";
|
|
96
95
|
bool: "bool";
|
|
@@ -103,6 +102,7 @@ export declare const _deleteResponse: zod.ZodObject<{
|
|
|
103
102
|
float: "float";
|
|
104
103
|
float32: "float32";
|
|
105
104
|
float64: "float64";
|
|
105
|
+
binary: "binary";
|
|
106
106
|
richtext: "richtext";
|
|
107
107
|
datetime: "datetime";
|
|
108
108
|
duration: "duration";
|
|
@@ -259,7 +259,6 @@ export declare const searchRecordsResponse: zod.ZodObject<{
|
|
|
259
259
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
260
260
|
string: "string";
|
|
261
261
|
lookup: "lookup";
|
|
262
|
-
binary: "binary";
|
|
263
262
|
none: "none";
|
|
264
263
|
list: "list";
|
|
265
264
|
bool: "bool";
|
|
@@ -272,6 +271,7 @@ export declare const searchRecordsResponse: zod.ZodObject<{
|
|
|
272
271
|
float: "float";
|
|
273
272
|
float32: "float32";
|
|
274
273
|
float64: "float64";
|
|
274
|
+
binary: "binary";
|
|
275
275
|
richtext: "richtext";
|
|
276
276
|
datetime: "datetime";
|
|
277
277
|
duration: "duration";
|
|
@@ -2,12 +2,12 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { EngineCreateRegionRequest, EngineListRegion, EngineRegion, EngineRegionServicePatchRegionBody, EngineRegionServiceUpdateRegionBody, SearchRegionParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getRegionService: () => {
|
|
5
|
-
searchRegion: <TData = AxiosResponse<EngineListRegion, any>>(params?: SearchRegionParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createRegion: <TData = AxiosResponse<EngineRegion, any>>(engineCreateRegionRequest: EngineCreateRegionRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteRegion: <TData = AxiosResponse<EngineRegion, any>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readRegion: <TData = AxiosResponse<EngineRegion, any>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
patchRegion: <TData = AxiosResponse<EngineRegion, any>>(id: string, engineRegionServicePatchRegionBody: EngineRegionServicePatchRegionBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
updateRegion: <TData = AxiosResponse<EngineRegion, any>>(id: string, engineRegionServiceUpdateRegionBody: EngineRegionServiceUpdateRegionBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchRegion: <TData = AxiosResponse<EngineListRegion, any, {}>>(params?: SearchRegionParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createRegion: <TData = AxiosResponse<EngineRegion, any, {}>>(engineCreateRegionRequest: EngineCreateRegionRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteRegion: <TData = AxiosResponse<EngineRegion, any, {}>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readRegion: <TData = AxiosResponse<EngineRegion, any, {}>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
patchRegion: <TData = AxiosResponse<EngineRegion, any, {}>>(id: string, engineRegionServicePatchRegionBody: EngineRegionServicePatchRegionBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
updateRegion: <TData = AxiosResponse<EngineRegion, any, {}>>(id: string, engineRegionServiceUpdateRegionBody: EngineRegionServiceUpdateRegionBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
11
|
};
|
|
12
12
|
export type SearchRegionResult = AxiosResponse<EngineListRegion>;
|
|
13
13
|
export type CreateRegionResult = AxiosResponse<EngineRegion>;
|
|
@@ -2,12 +2,12 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { EngineChatPlan, EngineCreateChatPlanRequest, EngineListChatPlan, EngineRoutingChatPlanServicePatchChatPlanBody, EngineRoutingChatPlanServiceUpdateChatPlanBody, SearchChatPlanParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getRoutingChatPlanService: () => {
|
|
5
|
-
searchChatPlan: <TData = AxiosResponse<EngineListChatPlan, any>>(params?: SearchChatPlanParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createChatPlan: <TData = AxiosResponse<EngineChatPlan, any>>(engineCreateChatPlanRequest: EngineCreateChatPlanRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteChatPlan: <TData = AxiosResponse<EngineChatPlan, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readChatPlan: <TData = AxiosResponse<EngineChatPlan, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
patchChatPlan: <TData = AxiosResponse<EngineChatPlan, any>>(id: number, engineRoutingChatPlanServicePatchChatPlanBody: EngineRoutingChatPlanServicePatchChatPlanBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
updateChatPlan: <TData = AxiosResponse<EngineChatPlan, any>>(id: number, engineRoutingChatPlanServiceUpdateChatPlanBody: EngineRoutingChatPlanServiceUpdateChatPlanBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchChatPlan: <TData = AxiosResponse<EngineListChatPlan, any, {}>>(params?: SearchChatPlanParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createChatPlan: <TData = AxiosResponse<EngineChatPlan, any, {}>>(engineCreateChatPlanRequest: EngineCreateChatPlanRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteChatPlan: <TData = AxiosResponse<EngineChatPlan, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readChatPlan: <TData = AxiosResponse<EngineChatPlan, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
patchChatPlan: <TData = AxiosResponse<EngineChatPlan, any, {}>>(id: number, engineRoutingChatPlanServicePatchChatPlanBody: EngineRoutingChatPlanServicePatchChatPlanBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
updateChatPlan: <TData = AxiosResponse<EngineChatPlan, any, {}>>(id: number, engineRoutingChatPlanServiceUpdateChatPlanBody: EngineRoutingChatPlanServiceUpdateChatPlanBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
11
|
};
|
|
12
12
|
export type SearchChatPlanResult = AxiosResponse<EngineListChatPlan>;
|
|
13
13
|
export type CreateChatPlanResult = AxiosResponse<EngineChatPlan>;
|
|
@@ -2,13 +2,13 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { DeleteRoutingOutboundCallParams, EngineCreateRoutingOutboundCallRequest, EngineListRoutingOutboundCall, EngineMovePositionRoutingOutboundCallResponse, EngineRoutingOutboundCall, EngineRoutingOutboundCallServiceMovePositionRoutingOutboundCallBody, EngineRoutingOutboundCallServicePatchRoutingOutboundCallBody, EngineRoutingOutboundCallServiceUpdateRoutingOutboundCallBody, ReadRoutingOutboundCallParams, SearchRoutingOutboundCallParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getRoutingOutboundCallService: () => {
|
|
5
|
-
searchRoutingOutboundCall: <TData = AxiosResponse<EngineListRoutingOutboundCall, any>>(params?: SearchRoutingOutboundCallParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createRoutingOutboundCall: <TData = AxiosResponse<EngineRoutingOutboundCall, any>>(engineCreateRoutingOutboundCallRequest: EngineCreateRoutingOutboundCallRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
movePositionRoutingOutboundCall: <TData = AxiosResponse<EngineMovePositionRoutingOutboundCallResponse, any>>(fromId: string, toId: string, engineRoutingOutboundCallServiceMovePositionRoutingOutboundCallBody: EngineRoutingOutboundCallServiceMovePositionRoutingOutboundCallBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
deleteRoutingOutboundCall: <TData = AxiosResponse<EngineRoutingOutboundCall, any>>(id: string, params?: DeleteRoutingOutboundCallParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
readRoutingOutboundCall: <TData = AxiosResponse<EngineRoutingOutboundCall, any>>(id: string, params?: ReadRoutingOutboundCallParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
patchRoutingOutboundCall: <TData = AxiosResponse<EngineRoutingOutboundCall, any>>(id: string, engineRoutingOutboundCallServicePatchRoutingOutboundCallBody: EngineRoutingOutboundCallServicePatchRoutingOutboundCallBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
updateRoutingOutboundCall: <TData = AxiosResponse<EngineRoutingOutboundCall, any>>(id: string, engineRoutingOutboundCallServiceUpdateRoutingOutboundCallBody: EngineRoutingOutboundCallServiceUpdateRoutingOutboundCallBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchRoutingOutboundCall: <TData = AxiosResponse<EngineListRoutingOutboundCall, any, {}>>(params?: SearchRoutingOutboundCallParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createRoutingOutboundCall: <TData = AxiosResponse<EngineRoutingOutboundCall, any, {}>>(engineCreateRoutingOutboundCallRequest: EngineCreateRoutingOutboundCallRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
movePositionRoutingOutboundCall: <TData = AxiosResponse<EngineMovePositionRoutingOutboundCallResponse, any, {}>>(fromId: string, toId: string, engineRoutingOutboundCallServiceMovePositionRoutingOutboundCallBody: EngineRoutingOutboundCallServiceMovePositionRoutingOutboundCallBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
deleteRoutingOutboundCall: <TData = AxiosResponse<EngineRoutingOutboundCall, any, {}>>(id: string, params?: DeleteRoutingOutboundCallParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
readRoutingOutboundCall: <TData = AxiosResponse<EngineRoutingOutboundCall, any, {}>>(id: string, params?: ReadRoutingOutboundCallParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
patchRoutingOutboundCall: <TData = AxiosResponse<EngineRoutingOutboundCall, any, {}>>(id: string, engineRoutingOutboundCallServicePatchRoutingOutboundCallBody: EngineRoutingOutboundCallServicePatchRoutingOutboundCallBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
updateRoutingOutboundCall: <TData = AxiosResponse<EngineRoutingOutboundCall, any, {}>>(id: string, engineRoutingOutboundCallServiceUpdateRoutingOutboundCallBody: EngineRoutingOutboundCallServiceUpdateRoutingOutboundCallBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
12
|
};
|
|
13
13
|
export type SearchRoutingOutboundCallResult = AxiosResponse<EngineListRoutingOutboundCall>;
|
|
14
14
|
export type CreateRoutingOutboundCallResult = AxiosResponse<EngineRoutingOutboundCall>;
|
|
@@ -2,13 +2,13 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { DeleteRoutingSchemaParams, EngineCreateRoutingSchemaRequest, EngineListRoutingSchema, EngineListRoutingSchemaTags, EngineRoutingSchema, EngineRoutingSchemaServicePatchRoutingSchemaBody, EngineRoutingSchemaServiceUpdateRoutingSchemaBody, ReadRoutingSchemaParams, SearchRoutingSchemaParams, SearchRoutingSchemaTagsParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getRoutingSchemaService: () => {
|
|
5
|
-
searchRoutingSchema: <TData = AxiosResponse<EngineListRoutingSchema, any>>(params?: SearchRoutingSchemaParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createRoutingSchema: <TData = AxiosResponse<EngineRoutingSchema, any>>(engineCreateRoutingSchemaRequest: EngineCreateRoutingSchemaRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
searchRoutingSchemaTags: <TData = AxiosResponse<EngineListRoutingSchemaTags, any>>(params?: SearchRoutingSchemaTagsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
deleteRoutingSchema: <TData = AxiosResponse<EngineRoutingSchema, any>>(id: string, params?: DeleteRoutingSchemaParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
readRoutingSchema: <TData = AxiosResponse<EngineRoutingSchema, any>>(id: string, params?: ReadRoutingSchemaParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
patchRoutingSchema: <TData = AxiosResponse<EngineRoutingSchema, any>>(id: string, engineRoutingSchemaServicePatchRoutingSchemaBody: EngineRoutingSchemaServicePatchRoutingSchemaBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
updateRoutingSchema: <TData = AxiosResponse<EngineRoutingSchema, any>>(id: string, engineRoutingSchemaServiceUpdateRoutingSchemaBody: EngineRoutingSchemaServiceUpdateRoutingSchemaBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchRoutingSchema: <TData = AxiosResponse<EngineListRoutingSchema, any, {}>>(params?: SearchRoutingSchemaParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createRoutingSchema: <TData = AxiosResponse<EngineRoutingSchema, any, {}>>(engineCreateRoutingSchemaRequest: EngineCreateRoutingSchemaRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
searchRoutingSchemaTags: <TData = AxiosResponse<EngineListRoutingSchemaTags, any, {}>>(params?: SearchRoutingSchemaTagsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
deleteRoutingSchema: <TData = AxiosResponse<EngineRoutingSchema, any, {}>>(id: string, params?: DeleteRoutingSchemaParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
readRoutingSchema: <TData = AxiosResponse<EngineRoutingSchema, any, {}>>(id: string, params?: ReadRoutingSchemaParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
patchRoutingSchema: <TData = AxiosResponse<EngineRoutingSchema, any, {}>>(id: string, engineRoutingSchemaServicePatchRoutingSchemaBody: EngineRoutingSchemaServicePatchRoutingSchemaBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
updateRoutingSchema: <TData = AxiosResponse<EngineRoutingSchema, any, {}>>(id: string, engineRoutingSchemaServiceUpdateRoutingSchemaBody: EngineRoutingSchemaServiceUpdateRoutingSchemaBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
12
|
};
|
|
13
13
|
export type SearchRoutingSchemaResult = AxiosResponse<EngineListRoutingSchema>;
|
|
14
14
|
export type CreateRoutingSchemaResult = AxiosResponse<EngineRoutingSchema>;
|
|
@@ -2,11 +2,11 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { DeleteRoutingVariableParams, EngineCreateRoutingVariableRequest, EngineListRoutingVariable, EngineRoutingVariable, EngineRoutingVariableServiceUpdateRoutingVariableBody, ReadRoutingVariableParams, SearchRoutingVariableParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getRoutingVariableService: () => {
|
|
5
|
-
searchRoutingVariable: <TData = AxiosResponse<EngineListRoutingVariable, any>>(params?: SearchRoutingVariableParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createRoutingVariable: <TData = AxiosResponse<EngineRoutingVariable, any>>(engineCreateRoutingVariableRequest: EngineCreateRoutingVariableRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteRoutingVariable: <TData = AxiosResponse<EngineRoutingVariable, any>>(id: string, params?: DeleteRoutingVariableParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readRoutingVariable: <TData = AxiosResponse<EngineRoutingVariable, any>>(id: string, params?: ReadRoutingVariableParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
updateRoutingVariable: <TData = AxiosResponse<EngineRoutingVariable, any>>(id: string, engineRoutingVariableServiceUpdateRoutingVariableBody: EngineRoutingVariableServiceUpdateRoutingVariableBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchRoutingVariable: <TData = AxiosResponse<EngineListRoutingVariable, any, {}>>(params?: SearchRoutingVariableParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createRoutingVariable: <TData = AxiosResponse<EngineRoutingVariable, any, {}>>(engineCreateRoutingVariableRequest: EngineCreateRoutingVariableRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteRoutingVariable: <TData = AxiosResponse<EngineRoutingVariable, any, {}>>(id: string, params?: DeleteRoutingVariableParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readRoutingVariable: <TData = AxiosResponse<EngineRoutingVariable, any, {}>>(id: string, params?: ReadRoutingVariableParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
updateRoutingVariable: <TData = AxiosResponse<EngineRoutingVariable, any, {}>>(id: string, engineRoutingVariableServiceUpdateRoutingVariableBody: EngineRoutingVariableServiceUpdateRoutingVariableBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
10
|
};
|
|
11
11
|
export type SearchRoutingVariableResult = AxiosResponse<EngineListRoutingVariable>;
|
|
12
12
|
export type CreateRoutingVariableResult = AxiosResponse<EngineRoutingVariable>;
|
|
@@ -2,12 +2,12 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { EngineCreateSchemaVariableRequest, EngineListSchemaVariable, EngineSchemaVariable, EngineSchemaVariablesServicePatchSchemaVariableBody, EngineSchemaVariablesServiceUpdateSchemaVariableBody, SearchSchemaVariableParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getSchemaVariablesService: () => {
|
|
5
|
-
searchSchemaVariable: <TData = AxiosResponse<EngineListSchemaVariable, any>>(params?: SearchSchemaVariableParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createSchemaVariable: <TData = AxiosResponse<EngineSchemaVariable, any>>(engineCreateSchemaVariableRequest: EngineCreateSchemaVariableRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteSchemaVariable: <TData = AxiosResponse<EngineSchemaVariable, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readSchemaVariable: <TData = AxiosResponse<EngineSchemaVariable, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
patchSchemaVariable: <TData = AxiosResponse<EngineSchemaVariable, any>>(id: number, engineSchemaVariablesServicePatchSchemaVariableBody: EngineSchemaVariablesServicePatchSchemaVariableBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
updateSchemaVariable: <TData = AxiosResponse<EngineSchemaVariable, any>>(id: number, engineSchemaVariablesServiceUpdateSchemaVariableBody: EngineSchemaVariablesServiceUpdateSchemaVariableBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchSchemaVariable: <TData = AxiosResponse<EngineListSchemaVariable, any, {}>>(params?: SearchSchemaVariableParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createSchemaVariable: <TData = AxiosResponse<EngineSchemaVariable, any, {}>>(engineCreateSchemaVariableRequest: EngineCreateSchemaVariableRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteSchemaVariable: <TData = AxiosResponse<EngineSchemaVariable, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readSchemaVariable: <TData = AxiosResponse<EngineSchemaVariable, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
patchSchemaVariable: <TData = AxiosResponse<EngineSchemaVariable, any, {}>>(id: number, engineSchemaVariablesServicePatchSchemaVariableBody: EngineSchemaVariablesServicePatchSchemaVariableBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
updateSchemaVariable: <TData = AxiosResponse<EngineSchemaVariable, any, {}>>(id: number, engineSchemaVariablesServiceUpdateSchemaVariableBody: EngineSchemaVariablesServiceUpdateSchemaVariableBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
11
|
};
|
|
12
12
|
export type SearchSchemaVariableResult = AxiosResponse<EngineListSchemaVariable>;
|
|
13
13
|
export type CreateSchemaVariableResult = AxiosResponse<EngineSchemaVariable>;
|
|
@@ -2,6 +2,6 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { EngineSearchSchemaVersionResponse, SearchSchemaVersionParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getSchemaVersionService: () => {
|
|
5
|
-
searchSchemaVersion: <TData = AxiosResponse<EngineSearchSchemaVersionResponse, any>>(schemaId: string, params?: SearchSchemaVersionParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchSchemaVersion: <TData = AxiosResponse<EngineSearchSchemaVersionResponse, any, {}>>(schemaId: string, params?: SearchSchemaVersionParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
6
|
};
|
|
7
7
|
export type SearchSchemaVersionResult = AxiosResponse<EngineSearchSchemaVersionResponse>;
|
|
@@ -2,11 +2,11 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { ShiftTemplateServiceReadShiftTemplateParams, ShiftTemplateServiceSearchShiftTemplateParams, ShiftTemplateServiceUpdateShiftTemplateBody, WfmCreateShiftTemplateRequest, WfmCreateShiftTemplateResponse, WfmDeleteShiftTemplateResponse, WfmReadShiftTemplateResponse, WfmSearchShiftTemplateResponse, WfmUpdateShiftTemplateResponse } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getShiftTemplateService: () => {
|
|
5
|
-
shiftTemplateServiceSearchShiftTemplate: <TData = AxiosResponse<WfmSearchShiftTemplateResponse, any>>(params?: ShiftTemplateServiceSearchShiftTemplateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
shiftTemplateServiceCreateShiftTemplate: <TData = AxiosResponse<WfmCreateShiftTemplateResponse, any>>(wfmCreateShiftTemplateRequest: WfmCreateShiftTemplateRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
shiftTemplateServiceDeleteShiftTemplate: <TData = AxiosResponse<WfmDeleteShiftTemplateResponse, any>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
shiftTemplateServiceReadShiftTemplate: <TData = AxiosResponse<WfmReadShiftTemplateResponse, any>>(id: string, params?: ShiftTemplateServiceReadShiftTemplateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
shiftTemplateServiceUpdateShiftTemplate: <TData = AxiosResponse<WfmUpdateShiftTemplateResponse, any>>(shiftTemplateServiceUpdateShiftTemplateBody: ShiftTemplateServiceUpdateShiftTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
shiftTemplateServiceSearchShiftTemplate: <TData = AxiosResponse<WfmSearchShiftTemplateResponse, any, {}>>(params?: ShiftTemplateServiceSearchShiftTemplateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
shiftTemplateServiceCreateShiftTemplate: <TData = AxiosResponse<WfmCreateShiftTemplateResponse, any, {}>>(wfmCreateShiftTemplateRequest: WfmCreateShiftTemplateRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
shiftTemplateServiceDeleteShiftTemplate: <TData = AxiosResponse<WfmDeleteShiftTemplateResponse, any, {}>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
shiftTemplateServiceReadShiftTemplate: <TData = AxiosResponse<WfmReadShiftTemplateResponse, any, {}>>(id: string, params?: ShiftTemplateServiceReadShiftTemplateParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
shiftTemplateServiceUpdateShiftTemplate: <TData = AxiosResponse<WfmUpdateShiftTemplateResponse, any, {}>>(shiftTemplateServiceUpdateShiftTemplateBody: ShiftTemplateServiceUpdateShiftTemplateBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
10
|
};
|
|
11
11
|
export type ShiftTemplateServiceSearchShiftTemplateResult = AxiosResponse<WfmSearchShiftTemplateResponse>;
|
|
12
12
|
export type ShiftTemplateServiceCreateShiftTemplateResult = AxiosResponse<WfmCreateShiftTemplateResponse>;
|
|
@@ -2,15 +2,15 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { DeleteSkillParams, EngineCreateSkillAgentResponse, EngineCreateSkillRequest, EngineDeleteSkillAgentResponse, EngineListSkill, EngineListSkillAgent, EnginePatchSkillAgentResponse, EngineSkill, EngineSkillServiceCreateSkillAgentBody, EngineSkillServiceDeleteSkillAgentBody, EngineSkillServicePatchSkillAgentBody, EngineSkillServiceUpdateSkillBody, ReadSkillParams, SearchSkillAgentParams, SearchSkillParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getSkillService: () => {
|
|
5
|
-
searchSkill: <TData = AxiosResponse<EngineListSkill, any>>(params?: SearchSkillParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createSkill: <TData = AxiosResponse<EngineSkill, any>>(engineCreateSkillRequest: EngineCreateSkillRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteSkill: <TData = AxiosResponse<EngineSkill, any>>(id: string, params?: DeleteSkillParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readSkill: <TData = AxiosResponse<EngineSkill, any>>(id: string, params?: ReadSkillParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
updateSkill: <TData = AxiosResponse<EngineSkill, any>>(id: string, engineSkillServiceUpdateSkillBody: EngineSkillServiceUpdateSkillBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
deleteSkillAgent: <TData = AxiosResponse<EngineDeleteSkillAgentResponse, any>>(skillId: string, engineSkillServiceDeleteSkillAgentBody: EngineSkillServiceDeleteSkillAgentBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
searchSkillAgent: <TData = AxiosResponse<EngineListSkillAgent, any>>(skillId: string, params?: SearchSkillAgentParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
-
patchSkillAgent: <TData = AxiosResponse<EnginePatchSkillAgentResponse, any>>(skillId: string, engineSkillServicePatchSkillAgentBody: EngineSkillServicePatchSkillAgentBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
|
-
createSkillAgent: <TData = AxiosResponse<EngineCreateSkillAgentResponse, any>>(skillId: string, engineSkillServiceCreateSkillAgentBody: EngineSkillServiceCreateSkillAgentBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchSkill: <TData = AxiosResponse<EngineListSkill, any, {}>>(params?: SearchSkillParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createSkill: <TData = AxiosResponse<EngineSkill, any, {}>>(engineCreateSkillRequest: EngineCreateSkillRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteSkill: <TData = AxiosResponse<EngineSkill, any, {}>>(id: string, params?: DeleteSkillParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readSkill: <TData = AxiosResponse<EngineSkill, any, {}>>(id: string, params?: ReadSkillParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
updateSkill: <TData = AxiosResponse<EngineSkill, any, {}>>(id: string, engineSkillServiceUpdateSkillBody: EngineSkillServiceUpdateSkillBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
deleteSkillAgent: <TData = AxiosResponse<EngineDeleteSkillAgentResponse, any, {}>>(skillId: string, engineSkillServiceDeleteSkillAgentBody: EngineSkillServiceDeleteSkillAgentBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
searchSkillAgent: <TData = AxiosResponse<EngineListSkillAgent, any, {}>>(skillId: string, params?: SearchSkillAgentParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
+
patchSkillAgent: <TData = AxiosResponse<EnginePatchSkillAgentResponse, any, {}>>(skillId: string, engineSkillServicePatchSkillAgentBody: EngineSkillServicePatchSkillAgentBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
|
+
createSkillAgent: <TData = AxiosResponse<EngineCreateSkillAgentResponse, any, {}>>(skillId: string, engineSkillServiceCreateSkillAgentBody: EngineSkillServiceCreateSkillAgentBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
14
14
|
};
|
|
15
15
|
export type SearchSkillResult = AxiosResponse<EngineListSkill>;
|
|
16
16
|
export type CreateSkillResult = AxiosResponse<EngineSkill>;
|
|
@@ -191,6 +191,7 @@ export declare const searchSkillAgentQueryParams: zod.ZodObject<{
|
|
|
191
191
|
export declare const searchSkillAgentResponse: zod.ZodObject<{
|
|
192
192
|
aggs: zod.ZodOptional<zod.ZodObject<{
|
|
193
193
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
194
|
+
potentialRows: zod.ZodOptional<zod.ZodNumber>;
|
|
194
195
|
}, zod.core.$strip>>;
|
|
195
196
|
items: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
196
197
|
agent: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -220,6 +221,7 @@ export declare const patchSkillAgentBody: zod.ZodObject<{
|
|
|
220
221
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
221
222
|
fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
222
223
|
id: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
224
|
+
q: zod.ZodOptional<zod.ZodString>;
|
|
223
225
|
skill: zod.ZodOptional<zod.ZodObject<{
|
|
224
226
|
id: zod.ZodOptional<zod.ZodString>;
|
|
225
227
|
name: zod.ZodOptional<zod.ZodString>;
|
|
@@ -2,11 +2,11 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { CreateSpaceParams, DeleteSpaceParams, KnowledgebaseInputSpace, KnowledgebaseSpace, KnowledgebaseSpaceList, ListSpacesParams, LocateSpaceParams, UpdateSpaceBody, UpdateSpaceParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getSpaces: () => {
|
|
5
|
-
listSpaces: <TData = AxiosResponse<KnowledgebaseSpaceList, any>>(params?: ListSpacesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createSpace: <TData = AxiosResponse<KnowledgebaseSpace, any>>(knowledgebaseInputSpace: KnowledgebaseInputSpace[], params?: CreateSpaceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteSpace: <TData = AxiosResponse<KnowledgebaseSpace, any>>(etag: string, params?: DeleteSpaceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
locateSpace: <TData = AxiosResponse<KnowledgebaseSpace, any>>(etag: string, params?: LocateSpaceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
updateSpace: <TData = AxiosResponse<KnowledgebaseSpace, any>>(etag: string, updateSpaceBody: UpdateSpaceBody, params?: UpdateSpaceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
listSpaces: <TData = AxiosResponse<KnowledgebaseSpaceList, any, {}>>(params?: ListSpacesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createSpace: <TData = AxiosResponse<KnowledgebaseSpace, any, {}>>(knowledgebaseInputSpace: KnowledgebaseInputSpace[], params?: CreateSpaceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteSpace: <TData = AxiosResponse<KnowledgebaseSpace, any, {}>>(etag: string, params?: DeleteSpaceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
locateSpace: <TData = AxiosResponse<KnowledgebaseSpace, any, {}>>(etag: string, params?: LocateSpaceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
updateSpace: <TData = AxiosResponse<KnowledgebaseSpace, any, {}>>(etag: string, updateSpaceBody: UpdateSpaceBody, params?: UpdateSpaceParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
10
|
};
|
|
11
11
|
export type ListSpacesResult = AxiosResponse<KnowledgebaseSpaceList>;
|
|
12
12
|
export type CreateSpaceResult = AxiosResponse<KnowledgebaseSpace>;
|
|
@@ -2,13 +2,13 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { EngineCreateSystemSettingRequest, EngineListAvailableSystemSetting, EngineListSystemSetting, EngineSystemSetting, EngineSystemSettingServicePatchSystemSettingBody, EngineSystemSettingServiceUpdateSystemSettingBody, SearchAvailableSystemSettingParams, SearchSystemSettingParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getSystemSettingService: () => {
|
|
5
|
-
searchSystemSetting: <TData = AxiosResponse<EngineListSystemSetting, any>>(params?: SearchSystemSettingParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createSystemSetting: <TData = AxiosResponse<EngineSystemSetting, any>>(engineCreateSystemSettingRequest: EngineCreateSystemSettingRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
searchAvailableSystemSetting: <TData = AxiosResponse<EngineListAvailableSystemSetting, any>>(params?: SearchAvailableSystemSettingParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
deleteSystemSetting: <TData = AxiosResponse<EngineSystemSetting, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
readSystemSetting: <TData = AxiosResponse<EngineSystemSetting, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
patchSystemSetting: <TData = AxiosResponse<EngineSystemSetting, any>>(id: number, engineSystemSettingServicePatchSystemSettingBody: EngineSystemSettingServicePatchSystemSettingBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
updateSystemSetting: <TData = AxiosResponse<EngineSystemSetting, any>>(id: number, engineSystemSettingServiceUpdateSystemSettingBody: EngineSystemSettingServiceUpdateSystemSettingBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchSystemSetting: <TData = AxiosResponse<EngineListSystemSetting, any, {}>>(params?: SearchSystemSettingParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createSystemSetting: <TData = AxiosResponse<EngineSystemSetting, any, {}>>(engineCreateSystemSettingRequest: EngineCreateSystemSettingRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
searchAvailableSystemSetting: <TData = AxiosResponse<EngineListAvailableSystemSetting, any, {}>>(params?: SearchAvailableSystemSettingParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
deleteSystemSetting: <TData = AxiosResponse<EngineSystemSetting, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
readSystemSetting: <TData = AxiosResponse<EngineSystemSetting, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
patchSystemSetting: <TData = AxiosResponse<EngineSystemSetting, any, {}>>(id: number, engineSystemSettingServicePatchSystemSettingBody: EngineSystemSettingServicePatchSystemSettingBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
updateSystemSetting: <TData = AxiosResponse<EngineSystemSetting, any, {}>>(id: number, engineSystemSettingServiceUpdateSystemSettingBody: EngineSystemSettingServiceUpdateSystemSettingBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
12
|
};
|
|
13
13
|
export type SearchSystemSettingResult = AxiosResponse<EngineListSystemSetting>;
|
|
14
14
|
export type CreateSystemSettingResult = AxiosResponse<EngineSystemSetting>;
|
|
@@ -2,6 +2,6 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { KnowledgebaseTagsList, ListTagsParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getTags: () => {
|
|
5
|
-
listTags: <TData = AxiosResponse<KnowledgebaseTagsList, any>>(params?: ListTagsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
listTags: <TData = AxiosResponse<KnowledgebaseTagsList, any, {}>>(params?: ListTagsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
6
|
};
|
|
7
7
|
export type ListTagsResult = AxiosResponse<KnowledgebaseTagsList>;
|
|
@@ -2,12 +2,12 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { EngineListTeamHook, EngineTeamHook, EngineTeamHookServiceCreateTeamHookBody, EngineTeamHookServicePatchTeamHookBody, EngineTeamHookServiceUpdateTeamHookBody, SearchTeamHookParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getTeamHookService: () => {
|
|
5
|
-
searchTeamHook: <TData = AxiosResponse<EngineListTeamHook, any>>(teamId: string, params?: SearchTeamHookParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createTeamHook: <TData = AxiosResponse<EngineTeamHook, any>>(teamId: string, engineTeamHookServiceCreateTeamHookBody: EngineTeamHookServiceCreateTeamHookBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteTeamHook: <TData = AxiosResponse<EngineTeamHook, any>>(teamId: string, id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readTeamHook: <TData = AxiosResponse<EngineTeamHook, any>>(teamId: string, id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
patchTeamHook: <TData = AxiosResponse<EngineTeamHook, any>>(teamId: string, id: number, engineTeamHookServicePatchTeamHookBody: EngineTeamHookServicePatchTeamHookBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
updateTeamHook: <TData = AxiosResponse<EngineTeamHook, any>>(teamId: string, id: number, engineTeamHookServiceUpdateTeamHookBody: EngineTeamHookServiceUpdateTeamHookBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchTeamHook: <TData = AxiosResponse<EngineListTeamHook, any, {}>>(teamId: string, params?: SearchTeamHookParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createTeamHook: <TData = AxiosResponse<EngineTeamHook, any, {}>>(teamId: string, engineTeamHookServiceCreateTeamHookBody: EngineTeamHookServiceCreateTeamHookBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteTeamHook: <TData = AxiosResponse<EngineTeamHook, any, {}>>(teamId: string, id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readTeamHook: <TData = AxiosResponse<EngineTeamHook, any, {}>>(teamId: string, id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
patchTeamHook: <TData = AxiosResponse<EngineTeamHook, any, {}>>(teamId: string, id: number, engineTeamHookServicePatchTeamHookBody: EngineTeamHookServicePatchTeamHookBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
updateTeamHook: <TData = AxiosResponse<EngineTeamHook, any, {}>>(teamId: string, id: number, engineTeamHookServiceUpdateTeamHookBody: EngineTeamHookServiceUpdateTeamHookBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
11
|
};
|
|
12
12
|
export type SearchTeamHookResult = AxiosResponse<EngineListTeamHook>;
|
|
13
13
|
export type CreateTeamHookResult = AxiosResponse<EngineTeamHook>;
|
|
@@ -2,14 +2,14 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { EngineListTeamTrigger, EngineRunTeamTriggerResponse, EngineTeamTrigger, EngineTeamTriggerServiceCreateTeamTriggerBody, EngineTeamTriggerServicePatchTeamTriggerBody, EngineTeamTriggerServiceRunTeamTriggerBody, EngineTeamTriggerServiceUpdateTeamTriggerBody, SearchAgentTriggerParams, SearchTeamTriggerParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getTeamTriggerService: () => {
|
|
5
|
-
searchAgentTrigger: <TData = AxiosResponse<EngineListTeamTrigger, any>>(params?: SearchAgentTriggerParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
runTeamTrigger: <TData = AxiosResponse<EngineRunTeamTriggerResponse, any>>(triggerId: number, engineTeamTriggerServiceRunTeamTriggerBody: EngineTeamTriggerServiceRunTeamTriggerBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
searchTeamTrigger: <TData = AxiosResponse<EngineListTeamTrigger, any>>(teamId: string, params?: SearchTeamTriggerParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
createTeamTrigger: <TData = AxiosResponse<EngineTeamTrigger, any>>(teamId: string, engineTeamTriggerServiceCreateTeamTriggerBody: EngineTeamTriggerServiceCreateTeamTriggerBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
deleteTeamTrigger: <TData = AxiosResponse<EngineTeamTrigger, any>>(teamId: string, id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
readTeamTrigger: <TData = AxiosResponse<EngineTeamTrigger, any>>(teamId: string, id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
patchTeamTrigger: <TData = AxiosResponse<EngineTeamTrigger, any>>(teamId: string, id: number, engineTeamTriggerServicePatchTeamTriggerBody: EngineTeamTriggerServicePatchTeamTriggerBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
-
updateTeamTrigger: <TData = AxiosResponse<EngineTeamTrigger, any>>(teamId: string, id: number, engineTeamTriggerServiceUpdateTeamTriggerBody: EngineTeamTriggerServiceUpdateTeamTriggerBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchAgentTrigger: <TData = AxiosResponse<EngineListTeamTrigger, any, {}>>(params?: SearchAgentTriggerParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
runTeamTrigger: <TData = AxiosResponse<EngineRunTeamTriggerResponse, any, {}>>(triggerId: number, engineTeamTriggerServiceRunTeamTriggerBody: EngineTeamTriggerServiceRunTeamTriggerBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
searchTeamTrigger: <TData = AxiosResponse<EngineListTeamTrigger, any, {}>>(teamId: string, params?: SearchTeamTriggerParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
createTeamTrigger: <TData = AxiosResponse<EngineTeamTrigger, any, {}>>(teamId: string, engineTeamTriggerServiceCreateTeamTriggerBody: EngineTeamTriggerServiceCreateTeamTriggerBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
deleteTeamTrigger: <TData = AxiosResponse<EngineTeamTrigger, any, {}>>(teamId: string, id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
readTeamTrigger: <TData = AxiosResponse<EngineTeamTrigger, any, {}>>(teamId: string, id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
patchTeamTrigger: <TData = AxiosResponse<EngineTeamTrigger, any, {}>>(teamId: string, id: number, engineTeamTriggerServicePatchTeamTriggerBody: EngineTeamTriggerServicePatchTeamTriggerBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
+
updateTeamTrigger: <TData = AxiosResponse<EngineTeamTrigger, any, {}>>(teamId: string, id: number, engineTeamTriggerServiceUpdateTeamTriggerBody: EngineTeamTriggerServiceUpdateTeamTriggerBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
13
|
};
|
|
14
14
|
export type SearchAgentTriggerResult = AxiosResponse<EngineListTeamTrigger>;
|
|
15
15
|
export type RunTeamTriggerResult = AxiosResponse<EngineRunTeamTriggerResponse>;
|
|
@@ -2,8 +2,8 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { ContactsGetTimelineCounterResponse, ContactsGetTimelineResponse, GetTimelineTimelineParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getTimeline: () => {
|
|
5
|
-
getTimelineTimeline: <TData = AxiosResponse<ContactsGetTimelineResponse, any>>(contactId: string, params?: GetTimelineTimelineParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
getTimelineCounterTimeline: <TData = AxiosResponse<ContactsGetTimelineCounterResponse, any>>(contactId: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
getTimelineTimeline: <TData = AxiosResponse<ContactsGetTimelineResponse, any, {}>>(contactId: string, params?: GetTimelineTimelineParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
getTimelineCounterTimeline: <TData = AxiosResponse<ContactsGetTimelineCounterResponse, any, {}>>(contactId: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
7
|
};
|
|
8
8
|
export type GetTimelineTimelineResult = AxiosResponse<ContactsGetTimelineResponse>;
|
|
9
9
|
export type GetTimelineCounterTimelineResult = AxiosResponse<ContactsGetTimelineCounterResponse>;
|