@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,14 +2,14 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { ContactsInputTimezone, ContactsTimezone, ContactsTimezoneList, DeleteTimezoneParams, DeleteTimezonesParams, ListTimezonesParams, LocateTimezoneParams, MergeTimezonesParams, ResetTimezonesParams, UpdateTimezone2Body, UpdateTimezone2Params, UpdateTimezoneBody, UpdateTimezoneParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getTimezones: () => {
|
|
5
|
-
deleteTimezones: <TData = AxiosResponse<ContactsTimezoneList, any>>(contactId: string, params: DeleteTimezonesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
listTimezones: <TData = AxiosResponse<ContactsTimezoneList, any>>(contactId: string, params?: ListTimezonesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
mergeTimezones: <TData = AxiosResponse<ContactsTimezoneList, any>>(contactId: string, contactsInputTimezone: ContactsInputTimezone[], params?: MergeTimezonesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
resetTimezones: <TData = AxiosResponse<ContactsTimezoneList, any>>(contactId: string, contactsInputTimezone: ContactsInputTimezone[], params?: ResetTimezonesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
deleteTimezone: <TData = AxiosResponse<ContactsTimezone, any>>(contactId: string, etag: string, params?: DeleteTimezoneParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
locateTimezone: <TData = AxiosResponse<ContactsTimezone, any>>(contactId: string, etag: string, params?: LocateTimezoneParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
updateTimezone2: <TData = AxiosResponse<ContactsTimezoneList, any>>(contactId: string, etag: string, updateTimezone2Body: UpdateTimezone2Body, params?: UpdateTimezone2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
-
updateTimezone: <TData = AxiosResponse<ContactsTimezoneList, any>>(contactId: string, etag: string, updateTimezoneBody: UpdateTimezoneBody, params?: UpdateTimezoneParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
deleteTimezones: <TData = AxiosResponse<ContactsTimezoneList, any, {}>>(contactId: string, params: DeleteTimezonesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
listTimezones: <TData = AxiosResponse<ContactsTimezoneList, any, {}>>(contactId: string, params?: ListTimezonesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
mergeTimezones: <TData = AxiosResponse<ContactsTimezoneList, any, {}>>(contactId: string, contactsInputTimezone: ContactsInputTimezone[], params?: MergeTimezonesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
resetTimezones: <TData = AxiosResponse<ContactsTimezoneList, any, {}>>(contactId: string, contactsInputTimezone: ContactsInputTimezone[], params?: ResetTimezonesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
deleteTimezone: <TData = AxiosResponse<ContactsTimezone, any, {}>>(contactId: string, etag: string, params?: DeleteTimezoneParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
locateTimezone: <TData = AxiosResponse<ContactsTimezone, any, {}>>(contactId: string, etag: string, params?: LocateTimezoneParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
updateTimezone2: <TData = AxiosResponse<ContactsTimezoneList, any, {}>>(contactId: string, etag: string, updateTimezone2Body: UpdateTimezone2Body, params?: UpdateTimezone2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
+
updateTimezone: <TData = AxiosResponse<ContactsTimezoneList, any, {}>>(contactId: string, etag: string, updateTimezoneBody: UpdateTimezoneBody, params?: UpdateTimezoneParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
13
|
};
|
|
14
14
|
export type DeleteTimezonesResult = AxiosResponse<ContactsTimezoneList>;
|
|
15
15
|
export type ListTimezonesResult = AxiosResponse<ContactsTimezoneList>;
|
|
@@ -2,14 +2,14 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { EngineCreateTriggerRequest, EngineListTrigger, EngineListTriggerJob, EngineTrigger, EngineTriggerJob, EngineTriggerServiceCreateTriggerJobBody, EngineTriggerServicePatchTriggerBody, EngineTriggerServiceUpdateTriggerBody, SearchTriggerJobParams, SearchTriggerParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getTriggerService: () => {
|
|
5
|
-
searchTrigger: <TData = AxiosResponse<EngineListTrigger, any>>(params?: SearchTriggerParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createTrigger: <TData = AxiosResponse<EngineTrigger, any>>(engineCreateTriggerRequest: EngineCreateTriggerRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteTrigger: <TData = AxiosResponse<EngineTrigger, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readTrigger: <TData = AxiosResponse<EngineTrigger, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
patchTrigger: <TData = AxiosResponse<EngineTrigger, any>>(id: number, engineTriggerServicePatchTriggerBody: EngineTriggerServicePatchTriggerBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
updateTrigger: <TData = AxiosResponse<EngineTrigger, any>>(id: number, engineTriggerServiceUpdateTriggerBody: EngineTriggerServiceUpdateTriggerBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
searchTriggerJob: <TData = AxiosResponse<EngineListTriggerJob, any>>(triggerId: number, params?: SearchTriggerJobParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
-
createTriggerJob: <TData = AxiosResponse<EngineTriggerJob, any>>(triggerId: number, engineTriggerServiceCreateTriggerJobBody: EngineTriggerServiceCreateTriggerJobBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchTrigger: <TData = AxiosResponse<EngineListTrigger, any, {}>>(params?: SearchTriggerParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createTrigger: <TData = AxiosResponse<EngineTrigger, any, {}>>(engineCreateTriggerRequest: EngineCreateTriggerRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteTrigger: <TData = AxiosResponse<EngineTrigger, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readTrigger: <TData = AxiosResponse<EngineTrigger, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
patchTrigger: <TData = AxiosResponse<EngineTrigger, any, {}>>(id: number, engineTriggerServicePatchTriggerBody: EngineTriggerServicePatchTriggerBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
updateTrigger: <TData = AxiosResponse<EngineTrigger, any, {}>>(id: number, engineTriggerServiceUpdateTriggerBody: EngineTriggerServiceUpdateTriggerBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
searchTriggerJob: <TData = AxiosResponse<EngineListTriggerJob, any, {}>>(triggerId: number, params?: SearchTriggerJobParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
+
createTriggerJob: <TData = AxiosResponse<EngineTriggerJob, any, {}>>(triggerId: number, engineTriggerServiceCreateTriggerJobBody: EngineTriggerServiceCreateTriggerJobBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
13
|
};
|
|
14
14
|
export type SearchTriggerResult = AxiosResponse<EngineListTrigger>;
|
|
15
15
|
export type CreateTriggerResult = AxiosResponse<EngineTrigger>;
|
|
@@ -419,9 +419,9 @@ export declare const searchTriggerJobQueryParams: zod.ZodObject<{
|
|
|
419
419
|
durationTo: zod.ZodOptional<zod.ZodString>;
|
|
420
420
|
state: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
421
421
|
error: "error";
|
|
422
|
-
done: "done";
|
|
423
422
|
idle: "idle";
|
|
424
423
|
active: "active";
|
|
424
|
+
done: "done";
|
|
425
425
|
}>>>;
|
|
426
426
|
}, zod.core.$strip>;
|
|
427
427
|
export declare const searchTriggerJobResponseItemsItemStateDefault = "idle";
|
|
@@ -433,9 +433,9 @@ export declare const searchTriggerJobResponse: zod.ZodObject<{
|
|
|
433
433
|
startedAt: zod.ZodOptional<zod.ZodString>;
|
|
434
434
|
state: zod.ZodDefault<zod.ZodEnum<{
|
|
435
435
|
error: "error";
|
|
436
|
-
done: "done";
|
|
437
436
|
idle: "idle";
|
|
438
437
|
active: "active";
|
|
438
|
+
done: "done";
|
|
439
439
|
}>>;
|
|
440
440
|
stoppedAt: zod.ZodOptional<zod.ZodString>;
|
|
441
441
|
trigger: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -459,9 +459,9 @@ export declare const createTriggerJobResponse: zod.ZodObject<{
|
|
|
459
459
|
startedAt: zod.ZodOptional<zod.ZodString>;
|
|
460
460
|
state: zod.ZodDefault<zod.ZodEnum<{
|
|
461
461
|
error: "error";
|
|
462
|
-
done: "done";
|
|
463
462
|
idle: "idle";
|
|
464
463
|
active: "active";
|
|
464
|
+
done: "done";
|
|
465
465
|
}>>;
|
|
466
466
|
stoppedAt: zod.ZodOptional<zod.ZodString>;
|
|
467
467
|
trigger: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -2,8 +2,8 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { ApiGenerateUserTfaKeyResponse, ApiGetUserTfaKeyResponse } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getTwoFactorAuthentication: () => {
|
|
5
|
-
getUserTfaKey: <TData = AxiosResponse<ApiGetUserTfaKeyResponse, any>>(userId: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
generateUserTfaKey: <TData = AxiosResponse<ApiGenerateUserTfaKeyResponse, any>>(userId: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
getUserTfaKey: <TData = AxiosResponse<ApiGetUserTfaKeyResponse, any, {}>>(userId: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
generateUserTfaKey: <TData = AxiosResponse<ApiGenerateUserTfaKeyResponse, any, {}>>(userId: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
7
|
};
|
|
8
8
|
export type GetUserTfaKeyResult = AxiosResponse<ApiGetUserTfaKeyResponse>;
|
|
9
9
|
export type GenerateUserTfaKeyResult = AxiosResponse<ApiGenerateUserTfaKeyResponse>;
|
|
@@ -2,8 +2,8 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { DataStructList, ProtodataStruct, SearchTypesParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getTypes: () => {
|
|
5
|
-
searchTypes: <TData = AxiosResponse<DataStructList, any>>(params?: SearchTypesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
locate: <TData = AxiosResponse<ProtodataStruct, any>>(path: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchTypes: <TData = AxiosResponse<DataStructList, any, {}>>(params?: SearchTypesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
locate: <TData = AxiosResponse<ProtodataStruct, any, {}>>(path: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
7
|
};
|
|
8
8
|
export type SearchTypesResult = AxiosResponse<DataStructList>;
|
|
9
9
|
export type LocateResult = AxiosResponse<ProtodataStruct>;
|
|
@@ -99,7 +99,6 @@ export declare const searchTypesResponse: zod.ZodObject<{
|
|
|
99
99
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
100
100
|
string: "string";
|
|
101
101
|
lookup: "lookup";
|
|
102
|
-
binary: "binary";
|
|
103
102
|
none: "none";
|
|
104
103
|
list: "list";
|
|
105
104
|
bool: "bool";
|
|
@@ -112,6 +111,7 @@ export declare const searchTypesResponse: zod.ZodObject<{
|
|
|
112
111
|
float: "float";
|
|
113
112
|
float32: "float32";
|
|
114
113
|
float64: "float64";
|
|
114
|
+
binary: "binary";
|
|
115
115
|
richtext: "richtext";
|
|
116
116
|
datetime: "datetime";
|
|
117
117
|
duration: "duration";
|
|
@@ -254,7 +254,6 @@ export declare const locateResponse: zod.ZodObject<{
|
|
|
254
254
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
255
255
|
string: "string";
|
|
256
256
|
lookup: "lookup";
|
|
257
|
-
binary: "binary";
|
|
258
257
|
none: "none";
|
|
259
258
|
list: "list";
|
|
260
259
|
bool: "bool";
|
|
@@ -267,6 +266,7 @@ export declare const locateResponse: zod.ZodObject<{
|
|
|
267
266
|
float: "float";
|
|
268
267
|
float32: "float32";
|
|
269
268
|
float64: "float64";
|
|
269
|
+
binary: "binary";
|
|
270
270
|
richtext: "richtext";
|
|
271
271
|
datetime: "datetime";
|
|
272
272
|
duration: "duration";
|
|
@@ -2,12 +2,12 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { AddUserAccessTokenBody, AddUserAccessTokenParams, ApiUserAccessToken, ApiUserAccessTokenList, DeleteUserAccessTokenParams, GetUserAccessTokenParams, ListUserAccessTokenParams, UpdateUserAccessToken2Body, UpdateUserAccessToken2Params, UpdateUserAccessTokenBody, UpdateUserAccessTokenParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getUserAccessTokens: () => {
|
|
5
|
-
addUserAccessToken: <TData = AxiosResponse<ApiUserAccessToken, any>>(addUserAccessTokenBody: AddUserAccessTokenBody, params?: AddUserAccessTokenParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
updateUserAccessToken2: <TData = AxiosResponse<ApiUserAccessToken, any>>(updateUserAccessToken2Body: UpdateUserAccessToken2Body, params?: UpdateUserAccessToken2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
updateUserAccessToken: <TData = AxiosResponse<ApiUserAccessToken, any>>(updateUserAccessTokenBody: UpdateUserAccessTokenBody, params?: UpdateUserAccessTokenParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
listUserAccessToken: <TData = AxiosResponse<ApiUserAccessTokenList, any>>(params?: ListUserAccessTokenParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
deleteUserAccessToken: <TData = AxiosResponse<ApiUserAccessToken, any>>(id: string, params?: DeleteUserAccessTokenParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
getUserAccessToken: <TData = AxiosResponse<ApiUserAccessToken, any>>(id: string, params?: GetUserAccessTokenParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
addUserAccessToken: <TData = AxiosResponse<ApiUserAccessToken, any, {}>>(addUserAccessTokenBody: AddUserAccessTokenBody, params?: AddUserAccessTokenParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
updateUserAccessToken2: <TData = AxiosResponse<ApiUserAccessToken, any, {}>>(updateUserAccessToken2Body: UpdateUserAccessToken2Body, params?: UpdateUserAccessToken2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
updateUserAccessToken: <TData = AxiosResponse<ApiUserAccessToken, any, {}>>(updateUserAccessTokenBody: UpdateUserAccessTokenBody, params?: UpdateUserAccessTokenParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
listUserAccessToken: <TData = AxiosResponse<ApiUserAccessTokenList, any, {}>>(params?: ListUserAccessTokenParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
deleteUserAccessToken: <TData = AxiosResponse<ApiUserAccessToken, any, {}>>(id: string, params?: DeleteUserAccessTokenParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
getUserAccessToken: <TData = AxiosResponse<ApiUserAccessToken, any, {}>>(id: string, params?: GetUserAccessTokenParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
11
|
};
|
|
12
12
|
export type AddUserAccessTokenResult = AxiosResponse<ApiUserAccessToken>;
|
|
13
13
|
export type UpdateUserAccessToken2Result = AxiosResponse<ApiUserAccessToken>;
|
|
@@ -2,9 +2,9 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { ActivityWorkspaceWidgetParams, EngineActivityWorkspaceWidgetResponse, EngineDefaultDeviceConfigResponse, EngineListOpenedWebSocket, OpenedWebSocketsParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getUserHelperService: () => {
|
|
5
|
-
defaultDeviceConfig: <TData = AxiosResponse<EngineDefaultDeviceConfigResponse, any>>(type: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
activityWorkspaceWidget: <TData = AxiosResponse<EngineActivityWorkspaceWidgetResponse, any>>(params?: ActivityWorkspaceWidgetParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
openedWebSockets: <TData = AxiosResponse<EngineListOpenedWebSocket, any>>(userId: string[], params?: OpenedWebSocketsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
defaultDeviceConfig: <TData = AxiosResponse<EngineDefaultDeviceConfigResponse, any, {}>>(type: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
activityWorkspaceWidget: <TData = AxiosResponse<EngineActivityWorkspaceWidgetResponse, any, {}>>(params?: ActivityWorkspaceWidgetParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
openedWebSockets: <TData = AxiosResponse<EngineListOpenedWebSocket, any, {}>>(userId: string[], params?: OpenedWebSocketsParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
8
|
};
|
|
9
9
|
export type DefaultDeviceConfigResult = AxiosResponse<EngineDefaultDeviceConfigResponse>;
|
|
10
10
|
export type ActivityWorkspaceWidgetResult = AxiosResponse<EngineActivityWorkspaceWidgetResponse>;
|
|
@@ -2,17 +2,17 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { ApiCreateUserRequest, ApiCreateUserResponse, ApiDeleteUsersResponse, ApiLogoutUserResponse, ApiReadUserResponse, ApiSearchUsersRequest, ApiSearchUsersResponse, ApiUpdatePasswordRequest, ApiUpdatePasswordResponse, ApiUser, DeleteUsers2Params, DeleteUsersParams, ReadUser2Params, ReadUserParams, SearchUsersParams, UpdateUser2Body, UpdateUser2Params, UpdateUserBody, UpdateUserParams, UsersLogoutUserBody } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getUsers: () => {
|
|
5
|
-
readUser2: <TData = AxiosResponse<ApiReadUserResponse, any>>(params?: ReadUser2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
deleteUsers2: <TData = AxiosResponse<ApiDeleteUsersResponse, any>>(deleteUsers2Body: string[], params?: DeleteUsers2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
searchUsers: <TData = AxiosResponse<ApiSearchUsersResponse, any>>(params?: SearchUsersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
createUser: <TData = AxiosResponse<ApiCreateUserResponse, any>>(apiCreateUserRequest: ApiCreateUserRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
updatePassword: <TData = AxiosResponse<ApiUpdatePasswordResponse, any>>(apiUpdatePasswordRequest: ApiUpdatePasswordRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
searchUsers2: <TData = AxiosResponse<ApiSearchUsersResponse, any>>(apiSearchUsersRequest: ApiSearchUsersRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
deleteUsers: <TData = AxiosResponse<ApiDeleteUsersResponse, any>>(id: string, params?: DeleteUsersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
-
readUser: <TData = AxiosResponse<ApiReadUserResponse, any>>(id: string, params?: ReadUserParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
|
-
logoutUser: <TData = AxiosResponse<ApiLogoutUserResponse, any>>(id: string, usersLogoutUserBody: UsersLogoutUserBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
14
|
-
updateUser2: <TData = AxiosResponse<ApiUser, any>>(updateUser2Body: UpdateUser2Body, params?: UpdateUser2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
15
|
-
updateUser: <TData = AxiosResponse<ApiUser, any>>(updateUserBody: UpdateUserBody, params?: UpdateUserParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
readUser2: <TData = AxiosResponse<ApiReadUserResponse, any, {}>>(params?: ReadUser2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
deleteUsers2: <TData = AxiosResponse<ApiDeleteUsersResponse, any, {}>>(deleteUsers2Body: string[], params?: DeleteUsers2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
searchUsers: <TData = AxiosResponse<ApiSearchUsersResponse, any, {}>>(params?: SearchUsersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
createUser: <TData = AxiosResponse<ApiCreateUserResponse, any, {}>>(apiCreateUserRequest: ApiCreateUserRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
updatePassword: <TData = AxiosResponse<ApiUpdatePasswordResponse, any, {}>>(apiUpdatePasswordRequest: ApiUpdatePasswordRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
searchUsers2: <TData = AxiosResponse<ApiSearchUsersResponse, any, {}>>(apiSearchUsersRequest: ApiSearchUsersRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
deleteUsers: <TData = AxiosResponse<ApiDeleteUsersResponse, any, {}>>(id: string, params?: DeleteUsersParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
+
readUser: <TData = AxiosResponse<ApiReadUserResponse, any, {}>>(id: string, params?: ReadUserParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
|
+
logoutUser: <TData = AxiosResponse<ApiLogoutUserResponse, any, {}>>(id: string, usersLogoutUserBody: UsersLogoutUserBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
14
|
+
updateUser2: <TData = AxiosResponse<ApiUser, any, {}>>(updateUser2Body: UpdateUser2Body, params?: UpdateUser2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
15
|
+
updateUser: <TData = AxiosResponse<ApiUser, any, {}>>(updateUserBody: UpdateUserBody, params?: UpdateUserParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
16
16
|
};
|
|
17
17
|
export type ReadUser2Result = AxiosResponse<ApiReadUserResponse>;
|
|
18
18
|
export type DeleteUsers2Result = AxiosResponse<ApiDeleteUsersResponse>;
|
|
@@ -2,13 +2,13 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { ContactsInputVariable, ContactsVariable, ContactsVariableList, DeleteVariableParams, DeleteVariablesParams, ListVariablesParams, MergeVariablesParams, ResetVariablesParams, UpdateVariable2Body, UpdateVariable2Params, UpdateVariableBody, UpdateVariableParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getVariables: () => {
|
|
5
|
-
deleteVariables: <TData = AxiosResponse<ContactsVariableList, any>>(contactId: string, params: DeleteVariablesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
listVariables: <TData = AxiosResponse<ContactsVariableList, any>>(contactId: string, params?: ListVariablesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
mergeVariables: <TData = AxiosResponse<ContactsVariableList, any>>(contactId: string, contactsInputVariable: ContactsInputVariable[], params?: MergeVariablesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
resetVariables: <TData = AxiosResponse<ContactsVariableList, any>>(contactId: string, contactsInputVariable: ContactsInputVariable[], params?: ResetVariablesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
deleteVariable: <TData = AxiosResponse<ContactsVariable, any>>(contactId: string, etag: string, params?: DeleteVariableParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
updateVariable2: <TData = AxiosResponse<ContactsVariableList, any>>(contactId: string, etag: string, updateVariable2Body: UpdateVariable2Body, params?: UpdateVariable2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
updateVariable: <TData = AxiosResponse<ContactsVariableList, any>>(contactId: string, etag: string, updateVariableBody: UpdateVariableBody, params?: UpdateVariableParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
deleteVariables: <TData = AxiosResponse<ContactsVariableList, any, {}>>(contactId: string, params: DeleteVariablesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
listVariables: <TData = AxiosResponse<ContactsVariableList, any, {}>>(contactId: string, params?: ListVariablesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
mergeVariables: <TData = AxiosResponse<ContactsVariableList, any, {}>>(contactId: string, contactsInputVariable: ContactsInputVariable[], params?: MergeVariablesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
resetVariables: <TData = AxiosResponse<ContactsVariableList, any, {}>>(contactId: string, contactsInputVariable: ContactsInputVariable[], params?: ResetVariablesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
deleteVariable: <TData = AxiosResponse<ContactsVariable, any, {}>>(contactId: string, etag: string, params?: DeleteVariableParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
updateVariable2: <TData = AxiosResponse<ContactsVariableList, any, {}>>(contactId: string, etag: string, updateVariable2Body: UpdateVariable2Body, params?: UpdateVariable2Params, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
updateVariable: <TData = AxiosResponse<ContactsVariableList, any, {}>>(contactId: string, etag: string, updateVariableBody: UpdateVariableBody, params?: UpdateVariableParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
12
|
};
|
|
13
13
|
export type DeleteVariablesResult = AxiosResponse<ContactsVariableList>;
|
|
14
14
|
export type ListVariablesResult = AxiosResponse<ContactsVariableList>;
|
|
@@ -2,12 +2,12 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { EngineCreateWebHookRequest, EngineListWebHook, EngineWebHook, EngineWebHookServicePatchWebHookBody, EngineWebHookServiceUpdateWebHookBody, SearchWebHookParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getWebHookService: () => {
|
|
5
|
-
searchWebHook: <TData = AxiosResponse<EngineListWebHook, any>>(params?: SearchWebHookParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
createWebHook: <TData = AxiosResponse<EngineWebHook, any>>(engineCreateWebHookRequest: EngineCreateWebHookRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
deleteWebHook: <TData = AxiosResponse<EngineWebHook, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
readWebHook: <TData = AxiosResponse<EngineWebHook, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
patchWebHook: <TData = AxiosResponse<EngineWebHook, any>>(id: number, engineWebHookServicePatchWebHookBody: EngineWebHookServicePatchWebHookBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
updateWebHook: <TData = AxiosResponse<EngineWebHook, any>>(id: number, engineWebHookServiceUpdateWebHookBody: EngineWebHookServiceUpdateWebHookBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
searchWebHook: <TData = AxiosResponse<EngineListWebHook, any, {}>>(params?: SearchWebHookParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
createWebHook: <TData = AxiosResponse<EngineWebHook, any, {}>>(engineCreateWebHookRequest: EngineCreateWebHookRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
deleteWebHook: <TData = AxiosResponse<EngineWebHook, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
readWebHook: <TData = AxiosResponse<EngineWebHook, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
patchWebHook: <TData = AxiosResponse<EngineWebHook, any, {}>>(id: number, engineWebHookServicePatchWebHookBody: EngineWebHookServicePatchWebHookBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
updateWebHook: <TData = AxiosResponse<EngineWebHook, any, {}>>(id: number, engineWebHookServiceUpdateWebHookBody: EngineWebHookServiceUpdateWebHookBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
11
|
};
|
|
12
12
|
export type SearchWebHookResult = AxiosResponse<EngineListWebHook>;
|
|
13
13
|
export type CreateWebHookResult = AxiosResponse<EngineWebHook>;
|
|
@@ -2,11 +2,11 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { WfmCreateWorkingConditionRequest, WfmCreateWorkingConditionResponse, WfmDeleteWorkingConditionResponse, WfmReadWorkingConditionResponse, WfmSearchWorkingConditionResponse, WfmUpdateWorkingConditionResponse, WorkingConditionServiceReadWorkingConditionParams, WorkingConditionServiceSearchWorkingConditionParams, WorkingConditionServiceUpdateWorkingConditionBody } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getWorkingConditionService: () => {
|
|
5
|
-
workingConditionServiceSearchWorkingCondition: <TData = AxiosResponse<WfmSearchWorkingConditionResponse, any>>(params?: WorkingConditionServiceSearchWorkingConditionParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
workingConditionServiceCreateWorkingCondition: <TData = AxiosResponse<WfmCreateWorkingConditionResponse, any>>(wfmCreateWorkingConditionRequest: WfmCreateWorkingConditionRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
workingConditionServiceDeleteWorkingCondition: <TData = AxiosResponse<WfmDeleteWorkingConditionResponse, any>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
workingConditionServiceReadWorkingCondition: <TData = AxiosResponse<WfmReadWorkingConditionResponse, any>>(id: string, params?: WorkingConditionServiceReadWorkingConditionParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
workingConditionServiceUpdateWorkingCondition: <TData = AxiosResponse<WfmUpdateWorkingConditionResponse, any>>(workingConditionServiceUpdateWorkingConditionBody: WorkingConditionServiceUpdateWorkingConditionBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
workingConditionServiceSearchWorkingCondition: <TData = AxiosResponse<WfmSearchWorkingConditionResponse, any, {}>>(params?: WorkingConditionServiceSearchWorkingConditionParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
workingConditionServiceCreateWorkingCondition: <TData = AxiosResponse<WfmCreateWorkingConditionResponse, any, {}>>(wfmCreateWorkingConditionRequest: WfmCreateWorkingConditionRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
workingConditionServiceDeleteWorkingCondition: <TData = AxiosResponse<WfmDeleteWorkingConditionResponse, any, {}>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
workingConditionServiceReadWorkingCondition: <TData = AxiosResponse<WfmReadWorkingConditionResponse, any, {}>>(id: string, params?: WorkingConditionServiceReadWorkingConditionParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
workingConditionServiceUpdateWorkingCondition: <TData = AxiosResponse<WfmUpdateWorkingConditionResponse, any, {}>>(workingConditionServiceUpdateWorkingConditionBody: WorkingConditionServiceUpdateWorkingConditionBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
10
|
};
|
|
11
11
|
export type WorkingConditionServiceSearchWorkingConditionResult = AxiosResponse<WfmSearchWorkingConditionResponse>;
|
|
12
12
|
export type WorkingConditionServiceCreateWorkingConditionResult = AxiosResponse<WfmCreateWorkingConditionResponse>;
|
|
@@ -2,14 +2,14 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import type { WfmCreateWorkingScheduleRequest, WfmCreateWorkingScheduleResponse, WfmDeleteWorkingScheduleResponse, WfmReadWorkingScheduleForecastResponse, WfmReadWorkingScheduleResponse, WfmSearchWorkingScheduleResponse, WfmUpdateWorkingScheduleAddAgentsResponse, WfmUpdateWorkingScheduleRemoveAgentResponse, WfmUpdateWorkingScheduleResponse, WorkingScheduleServiceReadWorkingScheduleForecastParams, WorkingScheduleServiceReadWorkingScheduleParams, WorkingScheduleServiceSearchWorkingScheduleParams, WorkingScheduleServiceUpdateWorkingScheduleAddAgentsBody, WorkingScheduleServiceUpdateWorkingScheduleBody } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getWorkingScheduleService: () => {
|
|
5
|
-
workingScheduleServiceSearchWorkingSchedule: <TData = AxiosResponse<WfmSearchWorkingScheduleResponse, any>>(params?: WorkingScheduleServiceSearchWorkingScheduleParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
-
workingScheduleServiceCreateWorkingSchedule: <TData = AxiosResponse<WfmCreateWorkingScheduleResponse, any>>(wfmCreateWorkingScheduleRequest: WfmCreateWorkingScheduleRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
-
workingScheduleServiceDeleteWorkingSchedule: <TData = AxiosResponse<WfmDeleteWorkingScheduleResponse, any>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
-
workingScheduleServiceReadWorkingSchedule: <TData = AxiosResponse<WfmReadWorkingScheduleResponse, any>>(id: string, params?: WorkingScheduleServiceReadWorkingScheduleParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
-
workingScheduleServiceUpdateWorkingScheduleAddAgents: <TData = AxiosResponse<WfmUpdateWorkingScheduleAddAgentsResponse, any>>(id: string, workingScheduleServiceUpdateWorkingScheduleAddAgentsBody: WorkingScheduleServiceUpdateWorkingScheduleAddAgentsBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
-
workingScheduleServiceUpdateWorkingScheduleRemoveAgent: <TData = AxiosResponse<WfmUpdateWorkingScheduleRemoveAgentResponse, any>>(id: string, agentId: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
-
workingScheduleServiceReadWorkingScheduleForecast: <TData = AxiosResponse<WfmReadWorkingScheduleForecastResponse, any>>(id: string, params?: WorkingScheduleServiceReadWorkingScheduleForecastParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
-
workingScheduleServiceUpdateWorkingSchedule: <TData = AxiosResponse<WfmUpdateWorkingScheduleResponse, any>>(workingScheduleServiceUpdateWorkingScheduleBody: WorkingScheduleServiceUpdateWorkingScheduleBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
5
|
+
workingScheduleServiceSearchWorkingSchedule: <TData = AxiosResponse<WfmSearchWorkingScheduleResponse, any, {}>>(params?: WorkingScheduleServiceSearchWorkingScheduleParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
|
+
workingScheduleServiceCreateWorkingSchedule: <TData = AxiosResponse<WfmCreateWorkingScheduleResponse, any, {}>>(wfmCreateWorkingScheduleRequest: WfmCreateWorkingScheduleRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
workingScheduleServiceDeleteWorkingSchedule: <TData = AxiosResponse<WfmDeleteWorkingScheduleResponse, any, {}>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
8
|
+
workingScheduleServiceReadWorkingSchedule: <TData = AxiosResponse<WfmReadWorkingScheduleResponse, any, {}>>(id: string, params?: WorkingScheduleServiceReadWorkingScheduleParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
9
|
+
workingScheduleServiceUpdateWorkingScheduleAddAgents: <TData = AxiosResponse<WfmUpdateWorkingScheduleAddAgentsResponse, any, {}>>(id: string, workingScheduleServiceUpdateWorkingScheduleAddAgentsBody: WorkingScheduleServiceUpdateWorkingScheduleAddAgentsBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
10
|
+
workingScheduleServiceUpdateWorkingScheduleRemoveAgent: <TData = AxiosResponse<WfmUpdateWorkingScheduleRemoveAgentResponse, any, {}>>(id: string, agentId: string, options?: AxiosRequestConfig) => Promise<TData>;
|
|
11
|
+
workingScheduleServiceReadWorkingScheduleForecast: <TData = AxiosResponse<WfmReadWorkingScheduleForecastResponse, any, {}>>(id: string, params?: WorkingScheduleServiceReadWorkingScheduleForecastParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
12
|
+
workingScheduleServiceUpdateWorkingSchedule: <TData = AxiosResponse<WfmUpdateWorkingScheduleResponse, any, {}>>(workingScheduleServiceUpdateWorkingScheduleBody: WorkingScheduleServiceUpdateWorkingScheduleBody, options?: AxiosRequestConfig) => Promise<TData>;
|
|
13
13
|
};
|
|
14
14
|
export type WorkingScheduleServiceSearchWorkingScheduleResult = AxiosResponse<WfmSearchWorkingScheduleResponse>;
|
|
15
15
|
export type WorkingScheduleServiceCreateWorkingScheduleResult = AxiosResponse<WfmCreateWorkingScheduleResponse>;
|