@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.
Files changed (134) hide show
  1. package/package.json +3 -3
  2. package/src/gen/_models/engineAgentState.ts +1 -0
  3. package/src/gen/_models/engineGetQueuesGlobalStateResponse.ts +1 -0
  4. package/src/gen/_models/engineListSkillAgentListSkillAgg.ts +1 -0
  5. package/src/gen/_models/engineSetQueuesGlobalStateRequest.ts +5 -0
  6. package/src/gen/_models/engineSkillServicePatchSkillAgentBody.ts +1 -0
  7. package/src/gen/_models/getQueuesGlobalStateParams.ts +13 -0
  8. package/src/gen/_models/index.ts +1 -0
  9. package/src/gen/_models/searchAuditFormParams.ts +4 -1
  10. package/src/gen/agent-service/agent-service.msw.api.gen.ts +8 -0
  11. package/src/gen/agent-service/agent-service.zod.gen.ts +2 -0
  12. package/src/gen/audit-form-service/audit-form-service.zod.gen.ts +4 -1
  13. package/src/gen/queue-service/queue-service.api.gen.ts +6 -1
  14. package/src/gen/queue-service/queue-service.msw.api.gen.ts +4 -0
  15. package/src/gen/queue-service/queue-service.zod.gen.ts +13 -0
  16. package/src/gen/skill-service/skill-service.msw.api.gen.ts +8 -0
  17. package/src/gen/skill-service/skill-service.zod.gen.ts +2 -0
  18. package/types/api/clients/media/media.d.ts +3 -3
  19. package/types/api/defaults/getDefaultInstance/getDefaultInstance.d.ts +1 -1
  20. package/types/gen/_models/engineAgentState.d.ts +1 -0
  21. package/types/gen/_models/engineGetQueuesGlobalStateResponse.d.ts +1 -0
  22. package/types/gen/_models/engineListSkillAgentListSkillAgg.d.ts +1 -0
  23. package/types/gen/_models/engineSetQueuesGlobalStateRequest.d.ts +5 -0
  24. package/types/gen/_models/engineSkillServicePatchSkillAgentBody.d.ts +1 -0
  25. package/types/gen/_models/getQueuesGlobalStateParams.d.ts +12 -0
  26. package/types/gen/_models/searchAuditFormParams.d.ts +4 -1
  27. package/types/gen/access-store/access-store.api.gen.d.ts +4 -4
  28. package/types/gen/agent-absence-service/agent-absence-service.api.gen.d.ts +7 -7
  29. package/types/gen/agent-chat-service/agent-chat-service.api.gen.d.ts +3 -3
  30. package/types/gen/agent-pause-cause-service/agent-pause-cause-service.api.gen.d.ts +6 -6
  31. package/types/gen/agent-service/agent-service.api.gen.d.ts +20 -20
  32. package/types/gen/agent-service/agent-service.zod.gen.d.ts +2 -0
  33. package/types/gen/agent-skill-service/agent-skill-service.api.gen.d.ts +10 -10
  34. package/types/gen/agent-team-service/agent-team-service.api.gen.d.ts +5 -5
  35. package/types/gen/agent-working-conditions-service/agent-working-conditions-service.api.gen.d.ts +2 -2
  36. package/types/gen/agent-working-schedule-service/agent-working-schedule-service.api.gen.d.ts +2 -2
  37. package/types/gen/articles/articles.api.gen.d.ts +9 -9
  38. package/types/gen/audit-form-service/audit-form-service.api.gen.d.ts +11 -11
  39. package/types/gen/audit-form-service/audit-form-service.zod.gen.d.ts +1 -1
  40. package/types/gen/auth/auth.api.gen.d.ts +3 -3
  41. package/types/gen/backend-profile-service/backend-profile-service.api.gen.d.ts +6 -6
  42. package/types/gen/bucket-service/bucket-service.api.gen.d.ts +5 -5
  43. package/types/gen/calendar-service/calendar-service.api.gen.d.ts +6 -6
  44. package/types/gen/call-service/call-service.api.gen.d.ts +19 -19
  45. package/types/gen/cases-chat-catalog/cases-chat-catalog.api.gen.d.ts +1 -1
  46. package/types/gen/classes/classes.api.gen.d.ts +4 -4
  47. package/types/gen/cognitive-profile-service/cognitive-profile-service.api.gen.d.ts +7 -7
  48. package/types/gen/comments/comments.api.gen.d.ts +4 -4
  49. package/types/gen/comments/comments.zod.gen.d.ts +1 -1
  50. package/types/gen/communication-type-service/communication-type-service.api.gen.d.ts +6 -6
  51. package/types/gen/config-service/config-service.api.gen.d.ts +7 -7
  52. package/types/gen/contact-groups/contact-groups.api.gen.d.ts +8 -8
  53. package/types/gen/contact-linking-service/contact-linking-service.api.gen.d.ts +2 -2
  54. package/types/gen/contacts/contacts.api.gen.d.ts +5 -5
  55. package/types/gen/contacts/contacts.zod.gen.d.ts +2 -2
  56. package/types/gen/contacts-chat-catalog/contacts-chat-catalog.api.gen.d.ts +2 -2
  57. package/types/gen/customers/customers.api.gen.d.ts +8 -8
  58. package/types/gen/devices/devices.api.gen.d.ts +9 -9
  59. package/types/gen/dictionaries/dictionaries.api.gen.d.ts +13 -13
  60. package/types/gen/dictionaries/dictionaries.zod.gen.d.ts +11 -11
  61. package/types/gen/domains/domains.api.gen.d.ts +8 -8
  62. package/types/gen/dynamic-conditions/dynamic-conditions.api.gen.d.ts +6 -6
  63. package/types/gen/dynamic-groups/dynamic-groups.api.gen.d.ts +6 -6
  64. package/types/gen/email-profile-service/email-profile-service.api.gen.d.ts +9 -9
  65. package/types/gen/emails/emails.api.gen.d.ts +8 -8
  66. package/types/gen/extensions/extensions.api.gen.d.ts +6 -6
  67. package/types/gen/extensions/extensions.zod.gen.d.ts +8 -8
  68. package/types/gen/feedback-service/feedback-service.api.gen.d.ts +2 -2
  69. package/types/gen/file-policies-service/file-policies-service.api.gen.d.ts +8 -8
  70. package/types/gen/file-service/file-service.api.gen.d.ts +8 -8
  71. package/types/gen/file-transcript-service/file-transcript-service.api.gen.d.ts +4 -4
  72. package/types/gen/forecast-calculation-service/forecast-calculation-service.api.gen.d.ts +6 -6
  73. package/types/gen/ftsservice/ftsservice.api.gen.d.ts +1 -1
  74. package/types/gen/groups/groups.api.gen.d.ts +8 -8
  75. package/types/gen/imclients/imclients.api.gen.d.ts +2 -2
  76. package/types/gen/import-template-service/import-template-service.api.gen.d.ts +6 -6
  77. package/types/gen/knowledgebase-search/knowledgebase-search.api.gen.d.ts +1 -1
  78. package/types/gen/labels/labels.api.gen.d.ts +5 -5
  79. package/types/gen/languages/languages.api.gen.d.ts +7 -7
  80. package/types/gen/ldap/ldap.api.gen.d.ts +21 -21
  81. package/types/gen/list-service/list-service.api.gen.d.ts +10 -10
  82. package/types/gen/logger-service/logger-service.api.gen.d.ts +3 -3
  83. package/types/gen/managers/managers.api.gen.d.ts +8 -8
  84. package/types/gen/media-file-service/media-file-service.api.gen.d.ts +3 -3
  85. package/types/gen/member-service/member-service.api.gen.d.ts +20 -20
  86. package/types/gen/messages/messages.api.gen.d.ts +6 -6
  87. package/types/gen/oauth2-federation/oauth2-federation.api.gen.d.ts +7 -7
  88. package/types/gen/outbound-resource-group-service/outbound-resource-group-service.api.gen.d.ts +10 -10
  89. package/types/gen/outbound-resource-service/outbound-resource-service.api.gen.d.ts +13 -13
  90. package/types/gen/pause-template-service/pause-template-service.api.gen.d.ts +5 -5
  91. package/types/gen/pdf-service/pdf-service.api.gen.d.ts +3 -3
  92. package/types/gen/permissions/permissions.api.gen.d.ts +1 -1
  93. package/types/gen/phones/phones.api.gen.d.ts +8 -8
  94. package/types/gen/photos/photos.api.gen.d.ts +8 -8
  95. package/types/gen/presence/presence.api.gen.d.ts +2 -2
  96. package/types/gen/preset-query-service/preset-query-service.api.gen.d.ts +6 -6
  97. package/types/gen/queue-bucket-service/queue-bucket-service.api.gen.d.ts +6 -6
  98. package/types/gen/queue-hook-service/queue-hook-service.api.gen.d.ts +6 -6
  99. package/types/gen/queue-resources-service/queue-resources-service.api.gen.d.ts +5 -5
  100. package/types/gen/queue-service/queue-service.api.gen.d.ts +11 -11
  101. package/types/gen/queue-service/queue-service.zod.gen.d.ts +12 -0
  102. package/types/gen/queue-skill-service/queue-skill-service.api.gen.d.ts +6 -6
  103. package/types/gen/quick-replies-service/quick-replies-service.api.gen.d.ts +6 -6
  104. package/types/gen/records/records.api.gen.d.ts +6 -6
  105. package/types/gen/records/records.zod.gen.d.ts +2 -2
  106. package/types/gen/region-service/region-service.api.gen.d.ts +6 -6
  107. package/types/gen/routing-chat-plan-service/routing-chat-plan-service.api.gen.d.ts +6 -6
  108. package/types/gen/routing-outbound-call-service/routing-outbound-call-service.api.gen.d.ts +7 -7
  109. package/types/gen/routing-schema-service/routing-schema-service.api.gen.d.ts +7 -7
  110. package/types/gen/routing-variable-service/routing-variable-service.api.gen.d.ts +5 -5
  111. package/types/gen/schema-variables-service/schema-variables-service.api.gen.d.ts +6 -6
  112. package/types/gen/schema-version-service/schema-version-service.api.gen.d.ts +1 -1
  113. package/types/gen/shift-template-service/shift-template-service.api.gen.d.ts +5 -5
  114. package/types/gen/skill-service/skill-service.api.gen.d.ts +9 -9
  115. package/types/gen/skill-service/skill-service.zod.gen.d.ts +2 -0
  116. package/types/gen/spaces/spaces.api.gen.d.ts +5 -5
  117. package/types/gen/system-setting-service/system-setting-service.api.gen.d.ts +7 -7
  118. package/types/gen/tags/tags.api.gen.d.ts +1 -1
  119. package/types/gen/team-hook-service/team-hook-service.api.gen.d.ts +6 -6
  120. package/types/gen/team-trigger-service/team-trigger-service.api.gen.d.ts +8 -8
  121. package/types/gen/timeline/timeline.api.gen.d.ts +2 -2
  122. package/types/gen/timezones/timezones.api.gen.d.ts +8 -8
  123. package/types/gen/trigger-service/trigger-service.api.gen.d.ts +8 -8
  124. package/types/gen/trigger-service/trigger-service.zod.gen.d.ts +3 -3
  125. package/types/gen/two-factor-authentication/two-factor-authentication.api.gen.d.ts +2 -2
  126. package/types/gen/types/types.api.gen.d.ts +2 -2
  127. package/types/gen/types/types.zod.gen.d.ts +2 -2
  128. package/types/gen/user-access-tokens/user-access-tokens.api.gen.d.ts +6 -6
  129. package/types/gen/user-helper-service/user-helper-service.api.gen.d.ts +3 -3
  130. package/types/gen/users/users.api.gen.d.ts +11 -11
  131. package/types/gen/variables/variables.api.gen.d.ts +7 -7
  132. package/types/gen/web-hook-service/web-hook-service.api.gen.d.ts +6 -6
  133. package/types/gen/working-condition-service/working-condition-service.api.gen.d.ts +5 -5
  134. package/types/gen/working-schedule-service/working-schedule-service.api.gen.d.ts +8 -8
@@ -2,17 +2,17 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { EngineAuditForm, EngineAuditFormServicePatchAuditFormBody, EngineAuditFormServiceUpdateAuditFormBody, EngineAuditFormServiceUpdateAuditRateBody, EngineAuditRate, EngineCreateAuditFormRateRequest, EngineCreateAuditFormRequest, EngineListAuditForm, EngineListAuditRate, SearchAuditFormParams, SearchAuditRateParams } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getAuditFormService: () => {
5
- searchAuditForm: <TData = AxiosResponse<EngineListAuditForm, any>>(params?: SearchAuditFormParams, options?: AxiosRequestConfig) => Promise<TData>;
6
- createAuditForm: <TData = AxiosResponse<EngineAuditForm, any>>(engineCreateAuditFormRequest: EngineCreateAuditFormRequest, options?: AxiosRequestConfig) => Promise<TData>;
7
- searchAuditRate: <TData = AxiosResponse<EngineListAuditRate, any>>(formId: number, params?: SearchAuditRateParams, options?: AxiosRequestConfig) => Promise<TData>;
8
- deleteAuditForm: <TData = AxiosResponse<EngineAuditForm, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
9
- readAuditForm: <TData = AxiosResponse<EngineAuditForm, any>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
10
- patchAuditForm: <TData = AxiosResponse<EngineAuditForm, any>>(id: number, engineAuditFormServicePatchAuditFormBody: EngineAuditFormServicePatchAuditFormBody, options?: AxiosRequestConfig) => Promise<TData>;
11
- updateAuditForm: <TData = AxiosResponse<EngineAuditForm, any>>(id: number, engineAuditFormServiceUpdateAuditFormBody: EngineAuditFormServiceUpdateAuditFormBody, options?: AxiosRequestConfig) => Promise<TData>;
12
- createAuditFormRate: <TData = AxiosResponse<EngineAuditRate, any>>(engineCreateAuditFormRateRequest: EngineCreateAuditFormRateRequest, options?: AxiosRequestConfig) => Promise<TData>;
13
- deleteAuditRate: <TData = AxiosResponse<EngineAuditRate, any>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
14
- readAuditRate: <TData = AxiosResponse<EngineAuditRate, any>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
15
- updateAuditRate: <TData = AxiosResponse<EngineAuditRate, any>>(id: string, engineAuditFormServiceUpdateAuditRateBody: EngineAuditFormServiceUpdateAuditRateBody, options?: AxiosRequestConfig) => Promise<TData>;
5
+ searchAuditForm: <TData = AxiosResponse<EngineListAuditForm, any, {}>>(params?: SearchAuditFormParams, options?: AxiosRequestConfig) => Promise<TData>;
6
+ createAuditForm: <TData = AxiosResponse<EngineAuditForm, any, {}>>(engineCreateAuditFormRequest: EngineCreateAuditFormRequest, options?: AxiosRequestConfig) => Promise<TData>;
7
+ searchAuditRate: <TData = AxiosResponse<EngineListAuditRate, any, {}>>(formId: number, params?: SearchAuditRateParams, options?: AxiosRequestConfig) => Promise<TData>;
8
+ deleteAuditForm: <TData = AxiosResponse<EngineAuditForm, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
9
+ readAuditForm: <TData = AxiosResponse<EngineAuditForm, any, {}>>(id: number, options?: AxiosRequestConfig) => Promise<TData>;
10
+ patchAuditForm: <TData = AxiosResponse<EngineAuditForm, any, {}>>(id: number, engineAuditFormServicePatchAuditFormBody: EngineAuditFormServicePatchAuditFormBody, options?: AxiosRequestConfig) => Promise<TData>;
11
+ updateAuditForm: <TData = AxiosResponse<EngineAuditForm, any, {}>>(id: number, engineAuditFormServiceUpdateAuditFormBody: EngineAuditFormServiceUpdateAuditFormBody, options?: AxiosRequestConfig) => Promise<TData>;
12
+ createAuditFormRate: <TData = AxiosResponse<EngineAuditRate, any, {}>>(engineCreateAuditFormRateRequest: EngineCreateAuditFormRateRequest, options?: AxiosRequestConfig) => Promise<TData>;
13
+ deleteAuditRate: <TData = AxiosResponse<EngineAuditRate, any, {}>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
14
+ readAuditRate: <TData = AxiosResponse<EngineAuditRate, any, {}>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
15
+ updateAuditRate: <TData = AxiosResponse<EngineAuditRate, any, {}>>(id: string, engineAuditFormServiceUpdateAuditRateBody: EngineAuditFormServiceUpdateAuditRateBody, options?: AxiosRequestConfig) => Promise<TData>;
16
16
  };
17
17
  export type SearchAuditFormResult = AxiosResponse<EngineListAuditForm>;
18
18
  export type CreateAuditFormResult = AxiosResponse<EngineAuditForm>;
@@ -16,7 +16,7 @@ export declare const searchAuditFormQueryParams: zod.ZodObject<{
16
16
  enabled: zod.ZodOptional<zod.ZodBoolean>;
17
17
  editable: zod.ZodOptional<zod.ZodBoolean>;
18
18
  question: zod.ZodOptional<zod.ZodString>;
19
- teamFilter: zod.ZodOptional<zod.ZodBoolean>;
19
+ teamFilter: zod.ZodOptional<zod.ZodNumber>;
20
20
  }, zod.core.$strip>;
21
21
  export declare const searchAuditFormResponseItemsItemQuestionsItemTypeDefault = "question_default";
22
22
  export declare const searchAuditFormResponse: zod.ZodObject<{
@@ -2,9 +2,9 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { ApiLoginResponse, ApiUserinfo, SignupParams, UserInfo2Params, UserInfoParams } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getAuth: () => {
5
- signup: <TData = AxiosResponse<ApiLoginResponse, any>>(params?: SignupParams, options?: AxiosRequestConfig) => Promise<TData>;
6
- userInfo2: <TData = AxiosResponse<ApiUserinfo, any>>(params?: UserInfo2Params, options?: AxiosRequestConfig) => Promise<TData>;
7
- userInfo: <TData = AxiosResponse<ApiUserinfo, any>>(params?: UserInfoParams, options?: AxiosRequestConfig) => Promise<TData>;
5
+ signup: <TData = AxiosResponse<ApiLoginResponse, any, {}>>(params?: SignupParams, options?: AxiosRequestConfig) => Promise<TData>;
6
+ userInfo2: <TData = AxiosResponse<ApiUserinfo, any, {}>>(params?: UserInfo2Params, options?: AxiosRequestConfig) => Promise<TData>;
7
+ userInfo: <TData = AxiosResponse<ApiUserinfo, any, {}>>(params?: UserInfoParams, options?: AxiosRequestConfig) => Promise<TData>;
8
8
  };
9
9
  export type SignupResult = AxiosResponse<ApiLoginResponse>;
10
10
  export type UserInfo2Result = AxiosResponse<ApiUserinfo>;
@@ -2,12 +2,12 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { DeleteBackendProfileParams, ReadBackendProfileParams, SearchBackendProfileParams, StorageBackendProfile, StorageBackendProfileServicePatchBackendProfileBody, StorageBackendProfileServiceUpdateBackendProfileBody, StorageCreateBackendProfileRequest, StorageListBackendProfile } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getBackendProfileService: () => {
5
- searchBackendProfile: <TData = AxiosResponse<StorageListBackendProfile, any>>(params?: SearchBackendProfileParams, options?: AxiosRequestConfig) => Promise<TData>;
6
- createBackendProfile: <TData = AxiosResponse<StorageBackendProfile, any>>(storageCreateBackendProfileRequest: StorageCreateBackendProfileRequest, options?: AxiosRequestConfig) => Promise<TData>;
7
- deleteBackendProfile: <TData = AxiosResponse<StorageBackendProfile, any>>(id: string, params?: DeleteBackendProfileParams, options?: AxiosRequestConfig) => Promise<TData>;
8
- readBackendProfile: <TData = AxiosResponse<StorageBackendProfile, any>>(id: string, params?: ReadBackendProfileParams, options?: AxiosRequestConfig) => Promise<TData>;
9
- patchBackendProfile: <TData = AxiosResponse<StorageBackendProfile, any>>(id: string, storageBackendProfileServicePatchBackendProfileBody: StorageBackendProfileServicePatchBackendProfileBody, options?: AxiosRequestConfig) => Promise<TData>;
10
- updateBackendProfile: <TData = AxiosResponse<StorageBackendProfile, any>>(id: string, storageBackendProfileServiceUpdateBackendProfileBody: StorageBackendProfileServiceUpdateBackendProfileBody, options?: AxiosRequestConfig) => Promise<TData>;
5
+ searchBackendProfile: <TData = AxiosResponse<StorageListBackendProfile, any, {}>>(params?: SearchBackendProfileParams, options?: AxiosRequestConfig) => Promise<TData>;
6
+ createBackendProfile: <TData = AxiosResponse<StorageBackendProfile, any, {}>>(storageCreateBackendProfileRequest: StorageCreateBackendProfileRequest, options?: AxiosRequestConfig) => Promise<TData>;
7
+ deleteBackendProfile: <TData = AxiosResponse<StorageBackendProfile, any, {}>>(id: string, params?: DeleteBackendProfileParams, options?: AxiosRequestConfig) => Promise<TData>;
8
+ readBackendProfile: <TData = AxiosResponse<StorageBackendProfile, any, {}>>(id: string, params?: ReadBackendProfileParams, options?: AxiosRequestConfig) => Promise<TData>;
9
+ patchBackendProfile: <TData = AxiosResponse<StorageBackendProfile, any, {}>>(id: string, storageBackendProfileServicePatchBackendProfileBody: StorageBackendProfileServicePatchBackendProfileBody, options?: AxiosRequestConfig) => Promise<TData>;
10
+ updateBackendProfile: <TData = AxiosResponse<StorageBackendProfile, any, {}>>(id: string, storageBackendProfileServiceUpdateBackendProfileBody: StorageBackendProfileServiceUpdateBackendProfileBody, options?: AxiosRequestConfig) => Promise<TData>;
11
11
  };
12
12
  export type SearchBackendProfileResult = AxiosResponse<StorageListBackendProfile>;
13
13
  export type CreateBackendProfileResult = AxiosResponse<StorageBackendProfile>;
@@ -2,11 +2,11 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { DeleteBucketParams, EngineBucket, EngineBucketServiceUpdateBucketBody, EngineCreateBucketRequest, EngineListBucket, ReadBucketParams, SearchBucketParams } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getBucketService: () => {
5
- searchBucket: <TData = AxiosResponse<EngineListBucket, any>>(params?: SearchBucketParams, options?: AxiosRequestConfig) => Promise<TData>;
6
- createBucket: <TData = AxiosResponse<EngineBucket, any>>(engineCreateBucketRequest: EngineCreateBucketRequest, options?: AxiosRequestConfig) => Promise<TData>;
7
- deleteBucket: <TData = AxiosResponse<EngineBucket, any>>(id: string, params?: DeleteBucketParams, options?: AxiosRequestConfig) => Promise<TData>;
8
- readBucket: <TData = AxiosResponse<EngineBucket, any>>(id: string, params?: ReadBucketParams, options?: AxiosRequestConfig) => Promise<TData>;
9
- updateBucket: <TData = AxiosResponse<EngineBucket, any>>(id: string, engineBucketServiceUpdateBucketBody: EngineBucketServiceUpdateBucketBody, options?: AxiosRequestConfig) => Promise<TData>;
5
+ searchBucket: <TData = AxiosResponse<EngineListBucket, any, {}>>(params?: SearchBucketParams, options?: AxiosRequestConfig) => Promise<TData>;
6
+ createBucket: <TData = AxiosResponse<EngineBucket, any, {}>>(engineCreateBucketRequest: EngineCreateBucketRequest, options?: AxiosRequestConfig) => Promise<TData>;
7
+ deleteBucket: <TData = AxiosResponse<EngineBucket, any, {}>>(id: string, params?: DeleteBucketParams, options?: AxiosRequestConfig) => Promise<TData>;
8
+ readBucket: <TData = AxiosResponse<EngineBucket, any, {}>>(id: string, params?: ReadBucketParams, options?: AxiosRequestConfig) => Promise<TData>;
9
+ updateBucket: <TData = AxiosResponse<EngineBucket, any, {}>>(id: string, engineBucketServiceUpdateBucketBody: EngineBucketServiceUpdateBucketBody, options?: AxiosRequestConfig) => Promise<TData>;
10
10
  };
11
11
  export type SearchBucketResult = AxiosResponse<EngineListBucket>;
12
12
  export type CreateBucketResult = AxiosResponse<EngineBucket>;
@@ -2,12 +2,12 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { DeleteCalendarParams, EngineCalendar, EngineCalendarServiceUpdateCalendarBody, EngineCreateCalendarRequest, EngineListCalendar, EngineListTimezoneResponse, ReadCalendarParams, SearchCalendarParams, SearchTimezonesParams } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getCalendarService: () => {
5
- searchCalendar: <TData = AxiosResponse<EngineListCalendar, any>>(params?: SearchCalendarParams, options?: AxiosRequestConfig) => Promise<TData>;
6
- createCalendar: <TData = AxiosResponse<EngineCalendar, any>>(engineCreateCalendarRequest: EngineCreateCalendarRequest, options?: AxiosRequestConfig) => Promise<TData>;
7
- searchTimezones: <TData = AxiosResponse<EngineListTimezoneResponse, any>>(params?: SearchTimezonesParams, options?: AxiosRequestConfig) => Promise<TData>;
8
- deleteCalendar: <TData = AxiosResponse<EngineCalendar, any>>(id: string, params?: DeleteCalendarParams, options?: AxiosRequestConfig) => Promise<TData>;
9
- readCalendar: <TData = AxiosResponse<EngineCalendar, any>>(id: string, params?: ReadCalendarParams, options?: AxiosRequestConfig) => Promise<TData>;
10
- updateCalendar: <TData = AxiosResponse<EngineCalendar, any>>(id: string, engineCalendarServiceUpdateCalendarBody: EngineCalendarServiceUpdateCalendarBody, options?: AxiosRequestConfig) => Promise<TData>;
5
+ searchCalendar: <TData = AxiosResponse<EngineListCalendar, any, {}>>(params?: SearchCalendarParams, options?: AxiosRequestConfig) => Promise<TData>;
6
+ createCalendar: <TData = AxiosResponse<EngineCalendar, any, {}>>(engineCreateCalendarRequest: EngineCreateCalendarRequest, options?: AxiosRequestConfig) => Promise<TData>;
7
+ searchTimezones: <TData = AxiosResponse<EngineListTimezoneResponse, any, {}>>(params?: SearchTimezonesParams, options?: AxiosRequestConfig) => Promise<TData>;
8
+ deleteCalendar: <TData = AxiosResponse<EngineCalendar, any, {}>>(id: string, params?: DeleteCalendarParams, options?: AxiosRequestConfig) => Promise<TData>;
9
+ readCalendar: <TData = AxiosResponse<EngineCalendar, any, {}>>(id: string, params?: ReadCalendarParams, options?: AxiosRequestConfig) => Promise<TData>;
10
+ updateCalendar: <TData = AxiosResponse<EngineCalendar, any, {}>>(id: string, engineCalendarServiceUpdateCalendarBody: EngineCalendarServiceUpdateCalendarBody, options?: AxiosRequestConfig) => Promise<TData>;
11
11
  };
12
12
  export type SearchCalendarResult = AxiosResponse<EngineListCalendar>;
13
13
  export type CreateCalendarResult = AxiosResponse<EngineCalendar>;
@@ -2,25 +2,25 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { EngineActiveCall, EngineAggregateHistoryCallRequest, EngineBlindTransferCallResponse, EngineCallAnnotation, EngineCallServiceBlindTransferCallBody, EngineCallServiceCreateCallAnnotationBody, EngineCallServiceDtmfCallBody, EngineCallServiceEavesdropCallBody, EngineCallServiceHangupCallBody, EngineCallServiceHoldCallBody, EngineCallServicePatchHistoryCallBody, EngineCallServiceRedialCallBody, EngineCallServiceSetVariablesCallBody, EngineCallServiceUnHoldCallBody, EngineCallServiceUpdateCallAnnotationBody, EngineConfirmPushResponse, EngineCreateCallRequest, EngineCreateCallResponse, EngineDtmfCallResponse, EngineHangupCallResponse, EngineHistoryCall, EngineHoldCallResponse, EngineListAggregate, EngineListCall, EngineListHistoryCall, EngineSearchHistoryCallRequest, EngineSetVariablesCallResponse, ReadCallParams, SearchActiveCallParams, SearchHistoryCallParams } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getCallService: () => {
5
- createCall: <TData = AxiosResponse<EngineCreateCallResponse, any>>(engineCreateCallRequest: EngineCreateCallRequest, options?: AxiosRequestConfig) => Promise<TData>;
6
- searchActiveCall: <TData = AxiosResponse<EngineListCall, any>>(params?: SearchActiveCallParams, options?: AxiosRequestConfig) => Promise<TData>;
7
- hangupCall: <TData = AxiosResponse<EngineHangupCallResponse, any>>(id: string, engineCallServiceHangupCallBody: EngineCallServiceHangupCallBody, options?: AxiosRequestConfig) => Promise<TData>;
8
- readCall: <TData = AxiosResponse<EngineActiveCall, any>>(id: string, params?: ReadCallParams, options?: AxiosRequestConfig) => Promise<TData>;
9
- confirmPush: <TData = AxiosResponse<EngineConfirmPushResponse, any>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
10
- dtmfCall: <TData = AxiosResponse<EngineDtmfCallResponse, any>>(id: string, engineCallServiceDtmfCallBody: EngineCallServiceDtmfCallBody, options?: AxiosRequestConfig) => Promise<TData>;
11
- eavesdropCall: <TData = AxiosResponse<EngineCreateCallResponse, any>>(id: string, engineCallServiceEavesdropCallBody: EngineCallServiceEavesdropCallBody, options?: AxiosRequestConfig) => Promise<TData>;
12
- holdCall: <TData = AxiosResponse<EngineHoldCallResponse, any>>(id: string, engineCallServiceHoldCallBody: EngineCallServiceHoldCallBody, options?: AxiosRequestConfig) => Promise<TData>;
13
- blindTransferCall: <TData = AxiosResponse<EngineBlindTransferCallResponse, any>>(id: string, engineCallServiceBlindTransferCallBody: EngineCallServiceBlindTransferCallBody, options?: AxiosRequestConfig) => Promise<TData>;
14
- unHoldCall: <TData = AxiosResponse<EngineHoldCallResponse, any>>(id: string, engineCallServiceUnHoldCallBody: EngineCallServiceUnHoldCallBody, options?: AxiosRequestConfig) => Promise<TData>;
15
- setVariablesCall: <TData = AxiosResponse<EngineSetVariablesCallResponse, any>>(id: string, engineCallServiceSetVariablesCallBody: EngineCallServiceSetVariablesCallBody, options?: AxiosRequestConfig) => Promise<TData>;
16
- searchHistoryCall: <TData = AxiosResponse<EngineListHistoryCall, any>>(params?: SearchHistoryCallParams, options?: AxiosRequestConfig) => Promise<TData>;
17
- searchHistoryCallPost: <TData = AxiosResponse<EngineListHistoryCall, any>>(engineSearchHistoryCallRequest: EngineSearchHistoryCallRequest, options?: AxiosRequestConfig) => Promise<TData>;
18
- aggregateHistoryCall: <TData = AxiosResponse<EngineListAggregate, any>>(engineAggregateHistoryCallRequest: EngineAggregateHistoryCallRequest, options?: AxiosRequestConfig) => Promise<TData>;
19
- createCallAnnotation: <TData = AxiosResponse<EngineCallAnnotation, any>>(callId: string, engineCallServiceCreateCallAnnotationBody: EngineCallServiceCreateCallAnnotationBody, options?: AxiosRequestConfig) => Promise<TData>;
20
- deleteCallAnnotation: <TData = AxiosResponse<EngineCallAnnotation, any>>(callId: string, id: string, options?: AxiosRequestConfig) => Promise<TData>;
21
- updateCallAnnotation: <TData = AxiosResponse<EngineCallAnnotation, any>>(callId: string, id: string, engineCallServiceUpdateCallAnnotationBody: EngineCallServiceUpdateCallAnnotationBody, options?: AxiosRequestConfig) => Promise<TData>;
22
- redialCall: <TData = AxiosResponse<EngineCreateCallResponse, any>>(callId: string, engineCallServiceRedialCallBody: EngineCallServiceRedialCallBody, options?: AxiosRequestConfig) => Promise<TData>;
23
- patchHistoryCall: <TData = AxiosResponse<EngineHistoryCall, any>>(id: string, engineCallServicePatchHistoryCallBody: EngineCallServicePatchHistoryCallBody, options?: AxiosRequestConfig) => Promise<TData>;
5
+ createCall: <TData = AxiosResponse<EngineCreateCallResponse, any, {}>>(engineCreateCallRequest: EngineCreateCallRequest, options?: AxiosRequestConfig) => Promise<TData>;
6
+ searchActiveCall: <TData = AxiosResponse<EngineListCall, any, {}>>(params?: SearchActiveCallParams, options?: AxiosRequestConfig) => Promise<TData>;
7
+ hangupCall: <TData = AxiosResponse<EngineHangupCallResponse, any, {}>>(id: string, engineCallServiceHangupCallBody: EngineCallServiceHangupCallBody, options?: AxiosRequestConfig) => Promise<TData>;
8
+ readCall: <TData = AxiosResponse<EngineActiveCall, any, {}>>(id: string, params?: ReadCallParams, options?: AxiosRequestConfig) => Promise<TData>;
9
+ confirmPush: <TData = AxiosResponse<EngineConfirmPushResponse, any, {}>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
10
+ dtmfCall: <TData = AxiosResponse<EngineDtmfCallResponse, any, {}>>(id: string, engineCallServiceDtmfCallBody: EngineCallServiceDtmfCallBody, options?: AxiosRequestConfig) => Promise<TData>;
11
+ eavesdropCall: <TData = AxiosResponse<EngineCreateCallResponse, any, {}>>(id: string, engineCallServiceEavesdropCallBody: EngineCallServiceEavesdropCallBody, options?: AxiosRequestConfig) => Promise<TData>;
12
+ holdCall: <TData = AxiosResponse<EngineHoldCallResponse, any, {}>>(id: string, engineCallServiceHoldCallBody: EngineCallServiceHoldCallBody, options?: AxiosRequestConfig) => Promise<TData>;
13
+ blindTransferCall: <TData = AxiosResponse<EngineBlindTransferCallResponse, any, {}>>(id: string, engineCallServiceBlindTransferCallBody: EngineCallServiceBlindTransferCallBody, options?: AxiosRequestConfig) => Promise<TData>;
14
+ unHoldCall: <TData = AxiosResponse<EngineHoldCallResponse, any, {}>>(id: string, engineCallServiceUnHoldCallBody: EngineCallServiceUnHoldCallBody, options?: AxiosRequestConfig) => Promise<TData>;
15
+ setVariablesCall: <TData = AxiosResponse<EngineSetVariablesCallResponse, any, {}>>(id: string, engineCallServiceSetVariablesCallBody: EngineCallServiceSetVariablesCallBody, options?: AxiosRequestConfig) => Promise<TData>;
16
+ searchHistoryCall: <TData = AxiosResponse<EngineListHistoryCall, any, {}>>(params?: SearchHistoryCallParams, options?: AxiosRequestConfig) => Promise<TData>;
17
+ searchHistoryCallPost: <TData = AxiosResponse<EngineListHistoryCall, any, {}>>(engineSearchHistoryCallRequest: EngineSearchHistoryCallRequest, options?: AxiosRequestConfig) => Promise<TData>;
18
+ aggregateHistoryCall: <TData = AxiosResponse<EngineListAggregate, any, {}>>(engineAggregateHistoryCallRequest: EngineAggregateHistoryCallRequest, options?: AxiosRequestConfig) => Promise<TData>;
19
+ createCallAnnotation: <TData = AxiosResponse<EngineCallAnnotation, any, {}>>(callId: string, engineCallServiceCreateCallAnnotationBody: EngineCallServiceCreateCallAnnotationBody, options?: AxiosRequestConfig) => Promise<TData>;
20
+ deleteCallAnnotation: <TData = AxiosResponse<EngineCallAnnotation, any, {}>>(callId: string, id: string, options?: AxiosRequestConfig) => Promise<TData>;
21
+ updateCallAnnotation: <TData = AxiosResponse<EngineCallAnnotation, any, {}>>(callId: string, id: string, engineCallServiceUpdateCallAnnotationBody: EngineCallServiceUpdateCallAnnotationBody, options?: AxiosRequestConfig) => Promise<TData>;
22
+ redialCall: <TData = AxiosResponse<EngineCreateCallResponse, any, {}>>(callId: string, engineCallServiceRedialCallBody: EngineCallServiceRedialCallBody, options?: AxiosRequestConfig) => Promise<TData>;
23
+ patchHistoryCall: <TData = AxiosResponse<EngineHistoryCall, any, {}>>(id: string, engineCallServicePatchHistoryCallBody: EngineCallServicePatchHistoryCallBody, options?: AxiosRequestConfig) => Promise<TData>;
24
24
  };
25
25
  export type CreateCallResult = AxiosResponse<EngineCreateCallResponse>;
26
26
  export type SearchActiveCallResult = AxiosResponse<EngineListCall>;
@@ -2,6 +2,6 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { CasesChatCatalogGetCaseChatHistoryParams, WebitelChatChatMessages } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getCasesChatCatalog: () => {
5
- casesChatCatalogGetCaseChatHistory: <TData = AxiosResponse<WebitelChatChatMessages, any>>(caseId: string, chatId: string, params?: CasesChatCatalogGetCaseChatHistoryParams, options?: AxiosRequestConfig) => Promise<TData>;
5
+ casesChatCatalogGetCaseChatHistory: <TData = AxiosResponse<WebitelChatChatMessages, any, {}>>(caseId: string, chatId: string, params?: CasesChatCatalogGetCaseChatHistoryParams, options?: AxiosRequestConfig) => Promise<TData>;
6
6
  };
7
7
  export type CasesChatCatalogGetCaseChatHistoryResult = AxiosResponse<WebitelChatChatMessages>;
@@ -2,10 +2,10 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { ApiReadClassResponse, ApiSearchClassesResponse, ApiUpdateClassResponse, ClassesUpdateClassBody, ReadClassParams, SearchClassesParams } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getClasses: () => {
5
- searchClasses: <TData = AxiosResponse<ApiSearchClassesResponse, any>>(params?: SearchClassesParams, options?: AxiosRequestConfig) => Promise<TData>;
6
- updateClass2: <TData = AxiosResponse<ApiUpdateClassResponse, any>>(classesUpdateClassBody: ClassesUpdateClassBody, options?: AxiosRequestConfig) => Promise<TData>;
7
- updateClass: <TData = AxiosResponse<ApiUpdateClassResponse, any>>(classesUpdateClassBody: ClassesUpdateClassBody, options?: AxiosRequestConfig) => Promise<TData>;
8
- readClass: <TData = AxiosResponse<ApiReadClassResponse, any>>(id: string, params?: ReadClassParams, options?: AxiosRequestConfig) => Promise<TData>;
5
+ searchClasses: <TData = AxiosResponse<ApiSearchClassesResponse, any, {}>>(params?: SearchClassesParams, options?: AxiosRequestConfig) => Promise<TData>;
6
+ updateClass2: <TData = AxiosResponse<ApiUpdateClassResponse, any, {}>>(classesUpdateClassBody: ClassesUpdateClassBody, options?: AxiosRequestConfig) => Promise<TData>;
7
+ updateClass: <TData = AxiosResponse<ApiUpdateClassResponse, any, {}>>(classesUpdateClassBody: ClassesUpdateClassBody, options?: AxiosRequestConfig) => Promise<TData>;
8
+ readClass: <TData = AxiosResponse<ApiReadClassResponse, any, {}>>(id: string, params?: ReadClassParams, options?: AxiosRequestConfig) => Promise<TData>;
9
9
  };
10
10
  export type SearchClassesResult = AxiosResponse<ApiSearchClassesResponse>;
11
11
  export type UpdateClass2Result = AxiosResponse<ApiUpdateClassResponse>;
@@ -2,13 +2,13 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { SearchCognitiveProfileParams, SearchCognitiveProfileVoicesParams, StorageCognitiveProfile, StorageCognitiveProfileServicePatchCognitiveProfileBody, StorageCognitiveProfileServiceUpdateCognitiveProfileBody, StorageCreateCognitiveProfileRequest, StorageListCognitiveProfile, StorageListCognitiveProfileVoices } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getCognitiveProfileService: () => {
5
- searchCognitiveProfile: <TData = AxiosResponse<StorageListCognitiveProfile, any>>(params?: SearchCognitiveProfileParams, options?: AxiosRequestConfig) => Promise<TData>;
6
- createCognitiveProfile: <TData = AxiosResponse<StorageCognitiveProfile, any>>(storageCreateCognitiveProfileRequest: StorageCreateCognitiveProfileRequest, options?: AxiosRequestConfig) => Promise<TData>;
7
- deleteCognitiveProfile: <TData = AxiosResponse<StorageCognitiveProfile, any>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
8
- readCognitiveProfile: <TData = AxiosResponse<StorageCognitiveProfile, any>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
9
- patchCognitiveProfile: <TData = AxiosResponse<StorageCognitiveProfile, any>>(id: string, storageCognitiveProfileServicePatchCognitiveProfileBody: StorageCognitiveProfileServicePatchCognitiveProfileBody, options?: AxiosRequestConfig) => Promise<TData>;
10
- updateCognitiveProfile: <TData = AxiosResponse<StorageCognitiveProfile, any>>(id: string, storageCognitiveProfileServiceUpdateCognitiveProfileBody: StorageCognitiveProfileServiceUpdateCognitiveProfileBody, options?: AxiosRequestConfig) => Promise<TData>;
11
- searchCognitiveProfileVoices: <TData = AxiosResponse<StorageListCognitiveProfileVoices, any>>(id: string, params?: SearchCognitiveProfileVoicesParams, options?: AxiosRequestConfig) => Promise<TData>;
5
+ searchCognitiveProfile: <TData = AxiosResponse<StorageListCognitiveProfile, any, {}>>(params?: SearchCognitiveProfileParams, options?: AxiosRequestConfig) => Promise<TData>;
6
+ createCognitiveProfile: <TData = AxiosResponse<StorageCognitiveProfile, any, {}>>(storageCreateCognitiveProfileRequest: StorageCreateCognitiveProfileRequest, options?: AxiosRequestConfig) => Promise<TData>;
7
+ deleteCognitiveProfile: <TData = AxiosResponse<StorageCognitiveProfile, any, {}>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
8
+ readCognitiveProfile: <TData = AxiosResponse<StorageCognitiveProfile, any, {}>>(id: string, options?: AxiosRequestConfig) => Promise<TData>;
9
+ patchCognitiveProfile: <TData = AxiosResponse<StorageCognitiveProfile, any, {}>>(id: string, storageCognitiveProfileServicePatchCognitiveProfileBody: StorageCognitiveProfileServicePatchCognitiveProfileBody, options?: AxiosRequestConfig) => Promise<TData>;
10
+ updateCognitiveProfile: <TData = AxiosResponse<StorageCognitiveProfile, any, {}>>(id: string, storageCognitiveProfileServiceUpdateCognitiveProfileBody: StorageCognitiveProfileServiceUpdateCognitiveProfileBody, options?: AxiosRequestConfig) => Promise<TData>;
11
+ searchCognitiveProfileVoices: <TData = AxiosResponse<StorageListCognitiveProfileVoices, any, {}>>(id: string, params?: SearchCognitiveProfileVoicesParams, options?: AxiosRequestConfig) => Promise<TData>;
12
12
  };
13
13
  export type SearchCognitiveProfileResult = AxiosResponse<StorageListCognitiveProfile>;
14
14
  export type CreateCognitiveProfileResult = AxiosResponse<StorageCognitiveProfile>;
@@ -2,10 +2,10 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { ContactsComment, ContactsCommentList, ContactsInputComment, DeleteCommentCommentsParams, PublishCommentCommentsParams, SearchCommentsParams, UpdateCommentCommentsBody, UpdateCommentCommentsParams } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getComments: () => {
5
- searchComments: <TData = AxiosResponse<ContactsCommentList, any>>(contactId: string, params?: SearchCommentsParams, options?: AxiosRequestConfig) => Promise<TData>;
6
- publishCommentComments: <TData = AxiosResponse<ContactsComment, any>>(contactId: string, contactsInputComment: ContactsInputComment, params?: PublishCommentCommentsParams, options?: AxiosRequestConfig) => Promise<TData>;
7
- deleteCommentComments: <TData = AxiosResponse<ContactsComment[], any>>(contactId: string, etag: string[], params?: DeleteCommentCommentsParams, options?: AxiosRequestConfig) => Promise<TData>;
8
- updateCommentComments: <TData = AxiosResponse<ContactsComment, any>>(contactId: string, etag: string, updateCommentCommentsBody: UpdateCommentCommentsBody, params?: UpdateCommentCommentsParams, options?: AxiosRequestConfig) => Promise<TData>;
5
+ searchComments: <TData = AxiosResponse<ContactsCommentList, any, {}>>(contactId: string, params?: SearchCommentsParams, options?: AxiosRequestConfig) => Promise<TData>;
6
+ publishCommentComments: <TData = AxiosResponse<ContactsComment, any, {}>>(contactId: string, contactsInputComment: ContactsInputComment, params?: PublishCommentCommentsParams, options?: AxiosRequestConfig) => Promise<TData>;
7
+ deleteCommentComments: <TData = AxiosResponse<ContactsComment[], any, {}>>(contactId: string, etag: string[], params?: DeleteCommentCommentsParams, options?: AxiosRequestConfig) => Promise<TData>;
8
+ updateCommentComments: <TData = AxiosResponse<ContactsComment, any, {}>>(contactId: string, etag: string, updateCommentCommentsBody: UpdateCommentCommentsBody, params?: UpdateCommentCommentsParams, options?: AxiosRequestConfig) => Promise<TData>;
9
9
  };
10
10
  export type SearchCommentsResult = AxiosResponse<ContactsCommentList>;
11
11
  export type PublishCommentCommentsResult = AxiosResponse<ContactsComment>;
@@ -20,9 +20,9 @@ export declare const searchCommentsQueryParams: zod.ZodObject<{
20
20
  fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
21
21
  id: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
22
22
  mode: zod.ZodDefault<zod.ZodEnum<{
23
- DELETE: "DELETE";
24
23
  READ: "READ";
25
24
  WRITE: "WRITE";
25
+ DELETE: "DELETE";
26
26
  }>>;
27
27
  dateSince: zod.ZodOptional<zod.ZodString>;
28
28
  dateUntil: zod.ZodOptional<zod.ZodString>;
@@ -2,12 +2,12 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { DeleteCommunicationTypeParams, EngineCommunicationType, EngineCommunicationTypeRequest, EngineCommunicationTypeServicePatchCommunicationTypeBody, EngineCommunicationTypeServiceUpdateCommunicationTypeBody, EngineListCommunicationType, ReadCommunicationTypeParams, SearchCommunicationTypeParams } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getCommunicationTypeService: () => {
5
- searchCommunicationType: <TData = AxiosResponse<EngineListCommunicationType, any>>(params?: SearchCommunicationTypeParams, options?: AxiosRequestConfig) => Promise<TData>;
6
- createCommunicationType: <TData = AxiosResponse<EngineCommunicationType, any>>(engineCommunicationTypeRequest: EngineCommunicationTypeRequest, options?: AxiosRequestConfig) => Promise<TData>;
7
- deleteCommunicationType: <TData = AxiosResponse<EngineCommunicationType, any>>(id: string, params?: DeleteCommunicationTypeParams, options?: AxiosRequestConfig) => Promise<TData>;
8
- readCommunicationType: <TData = AxiosResponse<EngineCommunicationType, any>>(id: string, params?: ReadCommunicationTypeParams, options?: AxiosRequestConfig) => Promise<TData>;
9
- patchCommunicationType: <TData = AxiosResponse<EngineCommunicationType, any>>(id: string, engineCommunicationTypeServicePatchCommunicationTypeBody: EngineCommunicationTypeServicePatchCommunicationTypeBody, options?: AxiosRequestConfig) => Promise<TData>;
10
- updateCommunicationType: <TData = AxiosResponse<EngineCommunicationType, any>>(id: string, engineCommunicationTypeServiceUpdateCommunicationTypeBody: EngineCommunicationTypeServiceUpdateCommunicationTypeBody, options?: AxiosRequestConfig) => Promise<TData>;
5
+ searchCommunicationType: <TData = AxiosResponse<EngineListCommunicationType, any, {}>>(params?: SearchCommunicationTypeParams, options?: AxiosRequestConfig) => Promise<TData>;
6
+ createCommunicationType: <TData = AxiosResponse<EngineCommunicationType, any, {}>>(engineCommunicationTypeRequest: EngineCommunicationTypeRequest, options?: AxiosRequestConfig) => Promise<TData>;
7
+ deleteCommunicationType: <TData = AxiosResponse<EngineCommunicationType, any, {}>>(id: string, params?: DeleteCommunicationTypeParams, options?: AxiosRequestConfig) => Promise<TData>;
8
+ readCommunicationType: <TData = AxiosResponse<EngineCommunicationType, any, {}>>(id: string, params?: ReadCommunicationTypeParams, options?: AxiosRequestConfig) => Promise<TData>;
9
+ patchCommunicationType: <TData = AxiosResponse<EngineCommunicationType, any, {}>>(id: string, engineCommunicationTypeServicePatchCommunicationTypeBody: EngineCommunicationTypeServicePatchCommunicationTypeBody, options?: AxiosRequestConfig) => Promise<TData>;
10
+ updateCommunicationType: <TData = AxiosResponse<EngineCommunicationType, any, {}>>(id: string, engineCommunicationTypeServiceUpdateCommunicationTypeBody: EngineCommunicationTypeServiceUpdateCommunicationTypeBody, options?: AxiosRequestConfig) => Promise<TData>;
11
11
  };
12
12
  export type SearchCommunicationTypeResult = AxiosResponse<EngineListCommunicationType>;
13
13
  export type CreateCommunicationTypeResult = AxiosResponse<EngineCommunicationType>;
@@ -2,13 +2,13 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { ConfigServicePatchConfigBody, ConfigServiceReadSystemObjectsParams, ConfigServiceSearchConfigParams, ConfigServiceUpdateConfigBody, LoggerConfig, LoggerConfigs, LoggerCreateConfigRequest, LoggerEmpty, LoggerSystemObjects } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getConfigService: () => {
5
- configServiceReadSystemObjects: <TData = AxiosResponse<LoggerSystemObjects, any>>(params?: ConfigServiceReadSystemObjectsParams, options?: AxiosRequestConfig) => Promise<TData>;
6
- configServiceSearchConfig: <TData = AxiosResponse<LoggerConfigs, any>>(params?: ConfigServiceSearchConfigParams, options?: AxiosRequestConfig) => Promise<TData>;
7
- configServiceCreateConfig: <TData = AxiosResponse<LoggerConfig, any>>(loggerCreateConfigRequest: LoggerCreateConfigRequest, options?: AxiosRequestConfig) => Promise<TData>;
8
- configServiceDeleteConfig: <TData = AxiosResponse<LoggerEmpty, any>>(configId: number, options?: AxiosRequestConfig) => Promise<TData>;
9
- configServiceReadConfig: <TData = AxiosResponse<LoggerConfig, any>>(configId: number, options?: AxiosRequestConfig) => Promise<TData>;
10
- configServicePatchConfig: <TData = AxiosResponse<LoggerConfig, any>>(configId: number, configServicePatchConfigBody: ConfigServicePatchConfigBody, options?: AxiosRequestConfig) => Promise<TData>;
11
- configServiceUpdateConfig: <TData = AxiosResponse<LoggerConfig, any>>(configId: number, configServiceUpdateConfigBody: ConfigServiceUpdateConfigBody, options?: AxiosRequestConfig) => Promise<TData>;
5
+ configServiceReadSystemObjects: <TData = AxiosResponse<LoggerSystemObjects, any, {}>>(params?: ConfigServiceReadSystemObjectsParams, options?: AxiosRequestConfig) => Promise<TData>;
6
+ configServiceSearchConfig: <TData = AxiosResponse<LoggerConfigs, any, {}>>(params?: ConfigServiceSearchConfigParams, options?: AxiosRequestConfig) => Promise<TData>;
7
+ configServiceCreateConfig: <TData = AxiosResponse<LoggerConfig, any, {}>>(loggerCreateConfigRequest: LoggerCreateConfigRequest, options?: AxiosRequestConfig) => Promise<TData>;
8
+ configServiceDeleteConfig: <TData = AxiosResponse<LoggerEmpty, any, {}>>(configId: number, options?: AxiosRequestConfig) => Promise<TData>;
9
+ configServiceReadConfig: <TData = AxiosResponse<LoggerConfig, any, {}>>(configId: number, options?: AxiosRequestConfig) => Promise<TData>;
10
+ configServicePatchConfig: <TData = AxiosResponse<LoggerConfig, any, {}>>(configId: number, configServicePatchConfigBody: ConfigServicePatchConfigBody, options?: AxiosRequestConfig) => Promise<TData>;
11
+ configServiceUpdateConfig: <TData = AxiosResponse<LoggerConfig, any, {}>>(configId: number, configServiceUpdateConfigBody: ConfigServiceUpdateConfigBody, options?: AxiosRequestConfig) => Promise<TData>;
12
12
  };
13
13
  export type ConfigServiceReadSystemObjectsResult = AxiosResponse<LoggerSystemObjects>;
14
14
  export type ConfigServiceSearchConfigResult = AxiosResponse<LoggerConfigs>;
@@ -2,14 +2,14 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { ContactsContactGroup, ContactsContactGroupList, ContactsInputContactGroup, DeleteContactGroupParams, DeleteContactGroupsParams, ListContactGroupsParams, LocateContactGroupParams, MergeContactGroupsParams, ResetContactGroupsParams, UpdateContactGroup2Body, UpdateContactGroup2Params, UpdateContactGroupBody, UpdateContactGroupParams } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getContactGroups: () => {
5
- deleteContactGroups: <TData = AxiosResponse<ContactsContactGroupList, any>>(contactId: string, params: DeleteContactGroupsParams, options?: AxiosRequestConfig) => Promise<TData>;
6
- listContactGroups: <TData = AxiosResponse<ContactsContactGroupList, any>>(contactId: string, params?: ListContactGroupsParams, options?: AxiosRequestConfig) => Promise<TData>;
7
- mergeContactGroups: <TData = AxiosResponse<ContactsContactGroupList, any>>(contactId: string, contactsInputContactGroup: ContactsInputContactGroup[], params?: MergeContactGroupsParams, options?: AxiosRequestConfig) => Promise<TData>;
8
- resetContactGroups: <TData = AxiosResponse<ContactsContactGroupList, any>>(contactId: string, contactsInputContactGroup: ContactsInputContactGroup[], params?: ResetContactGroupsParams, options?: AxiosRequestConfig) => Promise<TData>;
9
- deleteContactGroup: <TData = AxiosResponse<ContactsContactGroup, any>>(contactId: string, etag: string, params?: DeleteContactGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
10
- locateContactGroup: <TData = AxiosResponse<ContactsContactGroup, any>>(contactId: string, etag: string, params?: LocateContactGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
11
- updateContactGroup2: <TData = AxiosResponse<ContactsContactGroupList, any>>(contactId: string, etag: string, updateContactGroup2Body: UpdateContactGroup2Body, params?: UpdateContactGroup2Params, options?: AxiosRequestConfig) => Promise<TData>;
12
- updateContactGroup: <TData = AxiosResponse<ContactsContactGroupList, any>>(contactId: string, etag: string, updateContactGroupBody: UpdateContactGroupBody, params?: UpdateContactGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
5
+ deleteContactGroups: <TData = AxiosResponse<ContactsContactGroupList, any, {}>>(contactId: string, params: DeleteContactGroupsParams, options?: AxiosRequestConfig) => Promise<TData>;
6
+ listContactGroups: <TData = AxiosResponse<ContactsContactGroupList, any, {}>>(contactId: string, params?: ListContactGroupsParams, options?: AxiosRequestConfig) => Promise<TData>;
7
+ mergeContactGroups: <TData = AxiosResponse<ContactsContactGroupList, any, {}>>(contactId: string, contactsInputContactGroup: ContactsInputContactGroup[], params?: MergeContactGroupsParams, options?: AxiosRequestConfig) => Promise<TData>;
8
+ resetContactGroups: <TData = AxiosResponse<ContactsContactGroupList, any, {}>>(contactId: string, contactsInputContactGroup: ContactsInputContactGroup[], params?: ResetContactGroupsParams, options?: AxiosRequestConfig) => Promise<TData>;
9
+ deleteContactGroup: <TData = AxiosResponse<ContactsContactGroup, any, {}>>(contactId: string, etag: string, params?: DeleteContactGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
10
+ locateContactGroup: <TData = AxiosResponse<ContactsContactGroup, any, {}>>(contactId: string, etag: string, params?: LocateContactGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
11
+ updateContactGroup2: <TData = AxiosResponse<ContactsContactGroupList, any, {}>>(contactId: string, etag: string, updateContactGroup2Body: UpdateContactGroup2Body, params?: UpdateContactGroup2Params, options?: AxiosRequestConfig) => Promise<TData>;
12
+ updateContactGroup: <TData = AxiosResponse<ContactsContactGroupList, any, {}>>(contactId: string, etag: string, updateContactGroupBody: UpdateContactGroupBody, params?: UpdateContactGroupParams, options?: AxiosRequestConfig) => Promise<TData>;
13
13
  };
14
14
  export type DeleteContactGroupsResult = AxiosResponse<ContactsContactGroupList>;
15
15
  export type ListContactGroupsResult = AxiosResponse<ContactsContactGroupList>;
@@ -2,8 +2,8 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { ContactLinkingServiceCreateContactFromConversationParams, ContactLinkingServiceLinkContactToClientParams, WebitelChatEmptyResponse, WebitelChatLookup } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getContactLinkingService: () => {
5
- contactLinkingServiceCreateContactFromConversation: <TData = AxiosResponse<WebitelChatLookup, any>>(conversationId: string, params?: ContactLinkingServiceCreateContactFromConversationParams, options?: AxiosRequestConfig) => Promise<TData>;
6
- contactLinkingServiceLinkContactToClient: <TData = AxiosResponse<WebitelChatEmptyResponse, any>>(conversationId: string, params?: ContactLinkingServiceLinkContactToClientParams, options?: AxiosRequestConfig) => Promise<TData>;
5
+ contactLinkingServiceCreateContactFromConversation: <TData = AxiosResponse<WebitelChatLookup, any, {}>>(conversationId: string, params?: ContactLinkingServiceCreateContactFromConversationParams, options?: AxiosRequestConfig) => Promise<TData>;
6
+ contactLinkingServiceLinkContactToClient: <TData = AxiosResponse<WebitelChatEmptyResponse, any, {}>>(conversationId: string, params?: ContactLinkingServiceLinkContactToClientParams, options?: AxiosRequestConfig) => Promise<TData>;
7
7
  };
8
8
  export type ContactLinkingServiceCreateContactFromConversationResult = AxiosResponse<WebitelChatLookup>;
9
9
  export type ContactLinkingServiceLinkContactToClientResult = AxiosResponse<WebitelChatEmptyResponse>;
@@ -16,11 +16,11 @@ type NonReadonly<T> = [T] extends [UnionToIntersection<T>] ? {
16
16
  } : DistributeReadOnlyOverUnions<T>;
17
17
  export declare const // --- title start
18
18
  getContacts: () => {
19
- searchContacts: <TData = AxiosResponse<ContactsContactList, any>>(params?: SearchContactsParams, options?: AxiosRequestConfig) => Promise<TData>;
20
- createContact: <TData = AxiosResponse<WebitelcontactsContact, any>>(contactsInputContact: NonReadonly<ContactsInputContact>, params?: CreateContactParams, options?: AxiosRequestConfig) => Promise<TData>;
21
- deleteContact: <TData = AxiosResponse<WebitelcontactsContact, any>>(etag: string, params?: DeleteContactParams, options?: AxiosRequestConfig) => Promise<TData>;
22
- locateContact: <TData = AxiosResponse<WebitelcontactsContact, any>>(etag: string, params?: LocateContactParams, options?: AxiosRequestConfig) => Promise<TData>;
23
- updateContact: <TData = AxiosResponse<WebitelcontactsContact, any>>(etag: string, updateContactBody: NonReadonly<UpdateContactBody>, params?: UpdateContactParams, options?: AxiosRequestConfig) => Promise<TData>;
19
+ searchContacts: <TData = AxiosResponse<ContactsContactList, any, {}>>(params?: SearchContactsParams, options?: AxiosRequestConfig) => Promise<TData>;
20
+ createContact: <TData = AxiosResponse<WebitelcontactsContact, any, {}>>(contactsInputContact: NonReadonly<ContactsInputContact>, params?: CreateContactParams, options?: AxiosRequestConfig) => Promise<TData>;
21
+ deleteContact: <TData = AxiosResponse<WebitelcontactsContact, any, {}>>(etag: string, params?: DeleteContactParams, options?: AxiosRequestConfig) => Promise<TData>;
22
+ locateContact: <TData = AxiosResponse<WebitelcontactsContact, any, {}>>(etag: string, params?: LocateContactParams, options?: AxiosRequestConfig) => Promise<TData>;
23
+ updateContact: <TData = AxiosResponse<WebitelcontactsContact, any, {}>>(etag: string, updateContactBody: NonReadonly<UpdateContactBody>, params?: UpdateContactParams, options?: AxiosRequestConfig) => Promise<TData>;
24
24
  };
25
25
  export type SearchContactsResult = AxiosResponse<ContactsContactList>;
26
26
  export type CreateContactResult = AxiosResponse<WebitelcontactsContact>;
@@ -47,9 +47,9 @@ export declare const searchContactsQueryParams: zod.ZodObject<{
47
47
  id: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
48
48
  qin: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
49
49
  mode: zod.ZodDefault<zod.ZodEnum<{
50
- DELETE: "DELETE";
51
50
  READ: "READ";
52
51
  WRITE: "WRITE";
52
+ DELETE: "DELETE";
53
53
  }>>;
54
54
  notIdGroup: zod.ZodOptional<zod.ZodString>;
55
55
  group: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
@@ -1212,9 +1212,9 @@ export declare const locateContactQueryModeDefault = "READ";
1212
1212
  export declare const locateContactQueryParams: zod.ZodObject<{
1213
1213
  fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1214
1214
  mode: zod.ZodDefault<zod.ZodEnum<{
1215
- DELETE: "DELETE";
1216
1215
  READ: "READ";
1217
1216
  WRITE: "WRITE";
1217
+ DELETE: "DELETE";
1218
1218
  }>>;
1219
1219
  }, zod.core.$strip>;
1220
1220
  export declare const locateContactResponse: zod.ZodObject<{
@@ -2,8 +2,8 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { ContactsChatCatalogGetContactChatHistory2Params, ContactsChatCatalogGetContactChatHistoryParams, WebitelChatGetContactChatHistoryResponse } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getContactsChatCatalog: () => {
5
- contactsChatCatalogGetContactChatHistory2: <TData = AxiosResponse<WebitelChatGetContactChatHistoryResponse, any>>(contactId: string, params?: ContactsChatCatalogGetContactChatHistory2Params, options?: AxiosRequestConfig) => Promise<TData>;
6
- contactsChatCatalogGetContactChatHistory: <TData = AxiosResponse<WebitelChatGetContactChatHistoryResponse, any>>(contactId: string, chatId: string, params?: ContactsChatCatalogGetContactChatHistoryParams, options?: AxiosRequestConfig) => Promise<TData>;
5
+ contactsChatCatalogGetContactChatHistory2: <TData = AxiosResponse<WebitelChatGetContactChatHistoryResponse, any, {}>>(contactId: string, params?: ContactsChatCatalogGetContactChatHistory2Params, options?: AxiosRequestConfig) => Promise<TData>;
6
+ contactsChatCatalogGetContactChatHistory: <TData = AxiosResponse<WebitelChatGetContactChatHistoryResponse, any, {}>>(contactId: string, chatId: string, params?: ContactsChatCatalogGetContactChatHistoryParams, options?: AxiosRequestConfig) => Promise<TData>;
7
7
  };
8
8
  export type ContactsChatCatalogGetContactChatHistory2Result = AxiosResponse<WebitelChatGetContactChatHistoryResponse>;
9
9
  export type ContactsChatCatalogGetContactChatHistoryResult = AxiosResponse<WebitelChatGetContactChatHistoryResponse>;
@@ -2,14 +2,14 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { ApiGetCustomerResponse, ApiLicenseUsageResponse, ApiLicenseUsersResponse, ApiServerInfoResponse, ApiUpdateCustomerResponse, GetCustomer2Params, GetCustomerParams, LicenseUsage2Params, LicenseUsage3Params, LicenseUsageParams, LicenseUsersParams, UpdateCustomerParams } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getCustomers: () => {
5
- getCustomer: <TData = AxiosResponse<ApiGetCustomerResponse, any>>(params?: GetCustomerParams, options?: AxiosRequestConfig) => Promise<TData>;
6
- updateCustomer: <TData = AxiosResponse<ApiUpdateCustomerResponse, any>>(params?: UpdateCustomerParams, options?: AxiosRequestConfig) => Promise<TData>;
7
- licenseUsage: <TData = AxiosResponse<ApiLicenseUsageResponse, any>>(customerId: string, params?: LicenseUsageParams, options?: AxiosRequestConfig) => Promise<TData>;
8
- getCustomer2: <TData = AxiosResponse<ApiGetCustomerResponse, any>>(id: string, params?: GetCustomer2Params, options?: AxiosRequestConfig) => Promise<TData>;
9
- licenseUsage2: <TData = AxiosResponse<ApiLicenseUsageResponse, any>>(params?: LicenseUsage2Params, options?: AxiosRequestConfig) => Promise<TData>;
10
- licenseUsage3: <TData = AxiosResponse<ApiLicenseUsageResponse, any>>(params?: LicenseUsage3Params, options?: AxiosRequestConfig) => Promise<TData>;
11
- licenseUsers: <TData = AxiosResponse<ApiLicenseUsersResponse, any>>(id: string, params?: LicenseUsersParams, options?: AxiosRequestConfig) => Promise<TData>;
12
- serverInfo: <TData = AxiosResponse<ApiServerInfoResponse, any>>(options?: AxiosRequestConfig) => Promise<TData>;
5
+ getCustomer: <TData = AxiosResponse<ApiGetCustomerResponse, any, {}>>(params?: GetCustomerParams, options?: AxiosRequestConfig) => Promise<TData>;
6
+ updateCustomer: <TData = AxiosResponse<ApiUpdateCustomerResponse, any, {}>>(params?: UpdateCustomerParams, options?: AxiosRequestConfig) => Promise<TData>;
7
+ licenseUsage: <TData = AxiosResponse<ApiLicenseUsageResponse, any, {}>>(customerId: string, params?: LicenseUsageParams, options?: AxiosRequestConfig) => Promise<TData>;
8
+ getCustomer2: <TData = AxiosResponse<ApiGetCustomerResponse, any, {}>>(id: string, params?: GetCustomer2Params, options?: AxiosRequestConfig) => Promise<TData>;
9
+ licenseUsage2: <TData = AxiosResponse<ApiLicenseUsageResponse, any, {}>>(params?: LicenseUsage2Params, options?: AxiosRequestConfig) => Promise<TData>;
10
+ licenseUsage3: <TData = AxiosResponse<ApiLicenseUsageResponse, any, {}>>(params?: LicenseUsage3Params, options?: AxiosRequestConfig) => Promise<TData>;
11
+ licenseUsers: <TData = AxiosResponse<ApiLicenseUsersResponse, any, {}>>(id: string, params?: LicenseUsersParams, options?: AxiosRequestConfig) => Promise<TData>;
12
+ serverInfo: <TData = AxiosResponse<ApiServerInfoResponse, any, {}>>(options?: AxiosRequestConfig) => Promise<TData>;
13
13
  };
14
14
  export type GetCustomerResult = AxiosResponse<ApiGetCustomerResponse>;
15
15
  export type UpdateCustomerResult = AxiosResponse<ApiUpdateCustomerResponse>;
@@ -2,15 +2,15 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { ApiCreateDeviceResponse, ApiDeleteDeviceResponse, ApiDevice, ApiDeviceAuditResponse, ApiListRegistrationsResponse, ApiReadDeviceResponse, ApiSearchDeviceResponse, ApiUpdateDeviceResponse, DeleteDevice2Params, DeleteDeviceParams, ListRegistrationsParams, ReadDeviceParams, SearchDeviceAuditParams, SearchDeviceParams, UpdateDevice2Body, UpdateDevice2Params, UpdateDeviceBody, UpdateDeviceParams } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getDevices: () => {
5
- deleteDevice2: <TData = AxiosResponse<ApiDeleteDeviceResponse, any>>(deleteDevice2Body: string[], params?: DeleteDevice2Params, options?: AxiosRequestConfig) => Promise<TData>;
6
- searchDevice: <TData = AxiosResponse<ApiSearchDeviceResponse, any>>(params?: SearchDeviceParams, options?: AxiosRequestConfig) => Promise<TData>;
7
- createDevice: <TData = AxiosResponse<ApiCreateDeviceResponse, any>>(apiDevice: ApiDevice, options?: AxiosRequestConfig) => Promise<TData>;
8
- updateDevice2: <TData = AxiosResponse<ApiUpdateDeviceResponse, any>>(updateDevice2Body: UpdateDevice2Body, params?: UpdateDevice2Params, options?: AxiosRequestConfig) => Promise<TData>;
9
- updateDevice: <TData = AxiosResponse<ApiUpdateDeviceResponse, any>>(updateDeviceBody: UpdateDeviceBody, params?: UpdateDeviceParams, options?: AxiosRequestConfig) => Promise<TData>;
10
- listRegistrations: <TData = AxiosResponse<ApiListRegistrationsResponse, any>>(params?: ListRegistrationsParams, options?: AxiosRequestConfig) => Promise<TData>;
11
- searchDeviceAudit: <TData = AxiosResponse<ApiDeviceAuditResponse, any>>(params?: SearchDeviceAuditParams, options?: AxiosRequestConfig) => Promise<TData>;
12
- deleteDevice: <TData = AxiosResponse<ApiDeleteDeviceResponse, any>>(id: string, params?: DeleteDeviceParams, options?: AxiosRequestConfig) => Promise<TData>;
13
- readDevice: <TData = AxiosResponse<ApiReadDeviceResponse, any>>(id: string, params?: ReadDeviceParams, options?: AxiosRequestConfig) => Promise<TData>;
5
+ deleteDevice2: <TData = AxiosResponse<ApiDeleteDeviceResponse, any, {}>>(deleteDevice2Body: string[], params?: DeleteDevice2Params, options?: AxiosRequestConfig) => Promise<TData>;
6
+ searchDevice: <TData = AxiosResponse<ApiSearchDeviceResponse, any, {}>>(params?: SearchDeviceParams, options?: AxiosRequestConfig) => Promise<TData>;
7
+ createDevice: <TData = AxiosResponse<ApiCreateDeviceResponse, any, {}>>(apiDevice: ApiDevice, options?: AxiosRequestConfig) => Promise<TData>;
8
+ updateDevice2: <TData = AxiosResponse<ApiUpdateDeviceResponse, any, {}>>(updateDevice2Body: UpdateDevice2Body, params?: UpdateDevice2Params, options?: AxiosRequestConfig) => Promise<TData>;
9
+ updateDevice: <TData = AxiosResponse<ApiUpdateDeviceResponse, any, {}>>(updateDeviceBody: UpdateDeviceBody, params?: UpdateDeviceParams, options?: AxiosRequestConfig) => Promise<TData>;
10
+ listRegistrations: <TData = AxiosResponse<ApiListRegistrationsResponse, any, {}>>(params?: ListRegistrationsParams, options?: AxiosRequestConfig) => Promise<TData>;
11
+ searchDeviceAudit: <TData = AxiosResponse<ApiDeviceAuditResponse, any, {}>>(params?: SearchDeviceAuditParams, options?: AxiosRequestConfig) => Promise<TData>;
12
+ deleteDevice: <TData = AxiosResponse<ApiDeleteDeviceResponse, any, {}>>(id: string, params?: DeleteDeviceParams, options?: AxiosRequestConfig) => Promise<TData>;
13
+ readDevice: <TData = AxiosResponse<ApiReadDeviceResponse, any, {}>>(id: string, params?: ReadDeviceParams, options?: AxiosRequestConfig) => Promise<TData>;
14
14
  };
15
15
  export type DeleteDevice2Result = AxiosResponse<ApiDeleteDeviceResponse>;
16
16
  export type SearchDeviceResult = AxiosResponse<ApiSearchDeviceResponse>;
@@ -2,19 +2,19 @@ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
2
  import type { CreateData200, CreateDataBody, DataDataset, DataInputDictionary, DataStructList, DeleteData2Params, DeleteDataParams, DeleteTypeParams, DictionariesImportCSVBody, LocateData200, LocateDataParams, ProtodataStruct, SearchDataParams, SearchTypeParams, UpdateData2Body, UpdateData2Params, UpdateData200, UpdateData2200, UpdateDataBody, UpdateDataParams, UpdateTypeParams } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getDictionaries: () => {
5
- deleteData: <TData = AxiosResponse<DataDataset, any>>(repo: string, params: DeleteDataParams, options?: AxiosRequestConfig) => Promise<TData>;
6
- searchData: <TData = AxiosResponse<DataDataset, any>>(repo: string, params?: SearchDataParams, options?: AxiosRequestConfig) => Promise<TData>;
7
- createData: <TData = AxiosResponse<CreateData200, any>>(repo: string, createDataBody: CreateDataBody, options?: AxiosRequestConfig) => Promise<TData>;
8
- importCSV: <TData = AxiosResponse<DataDataset, any>>(repo: string, dictionariesImportCSVBody: DictionariesImportCSVBody, options?: AxiosRequestConfig) => Promise<TData>;
9
- deleteData2: <TData = AxiosResponse<DataDataset, any>>(repo: string, id: string[], params?: DeleteData2Params, options?: AxiosRequestConfig) => Promise<TData>;
10
- locateData: <TData = AxiosResponse<LocateData200, any>>(repo: string, id: string, params?: LocateDataParams, options?: AxiosRequestConfig) => Promise<TData>;
11
- updateData: <TData = AxiosResponse<UpdateData200, any>>(repo: string, id: string, updateDataBody: UpdateDataBody, params?: UpdateDataParams, options?: AxiosRequestConfig) => Promise<TData>;
12
- updateData2: <TData = AxiosResponse<UpdateData2200, any>>(repo: string, id: string, updateData2Body: UpdateData2Body, params?: UpdateData2Params, options?: AxiosRequestConfig) => Promise<TData>;
13
- deleteType: <TData = AxiosResponse<DataStructList, any>>(params: DeleteTypeParams, options?: AxiosRequestConfig) => Promise<TData>;
14
- searchType: <TData = AxiosResponse<DataStructList, any>>(params?: SearchTypeParams, options?: AxiosRequestConfig) => Promise<TData>;
15
- locateType: <TData = AxiosResponse<ProtodataStruct, any>>(repo: string, options?: AxiosRequestConfig) => Promise<TData>;
16
- createType: <TData = AxiosResponse<ProtodataStruct, any>>(repo: string, dataInputDictionary: DataInputDictionary, options?: AxiosRequestConfig) => Promise<TData>;
17
- updateType: <TData = AxiosResponse<ProtodataStruct, any>>(repo: string, dataInputDictionary: DataInputDictionary, params?: UpdateTypeParams, options?: AxiosRequestConfig) => Promise<TData>;
5
+ deleteData: <TData = AxiosResponse<DataDataset, any, {}>>(repo: string, params: DeleteDataParams, options?: AxiosRequestConfig) => Promise<TData>;
6
+ searchData: <TData = AxiosResponse<DataDataset, any, {}>>(repo: string, params?: SearchDataParams, options?: AxiosRequestConfig) => Promise<TData>;
7
+ createData: <TData = AxiosResponse<CreateData200, any, {}>>(repo: string, createDataBody: CreateDataBody, options?: AxiosRequestConfig) => Promise<TData>;
8
+ importCSV: <TData = AxiosResponse<DataDataset, any, {}>>(repo: string, dictionariesImportCSVBody: DictionariesImportCSVBody, options?: AxiosRequestConfig) => Promise<TData>;
9
+ deleteData2: <TData = AxiosResponse<DataDataset, any, {}>>(repo: string, id: string[], params?: DeleteData2Params, options?: AxiosRequestConfig) => Promise<TData>;
10
+ locateData: <TData = AxiosResponse<LocateData200, any, {}>>(repo: string, id: string, params?: LocateDataParams, options?: AxiosRequestConfig) => Promise<TData>;
11
+ updateData: <TData = AxiosResponse<UpdateData200, any, {}>>(repo: string, id: string, updateDataBody: UpdateDataBody, params?: UpdateDataParams, options?: AxiosRequestConfig) => Promise<TData>;
12
+ updateData2: <TData = AxiosResponse<UpdateData2200, any, {}>>(repo: string, id: string, updateData2Body: UpdateData2Body, params?: UpdateData2Params, options?: AxiosRequestConfig) => Promise<TData>;
13
+ deleteType: <TData = AxiosResponse<DataStructList, any, {}>>(params: DeleteTypeParams, options?: AxiosRequestConfig) => Promise<TData>;
14
+ searchType: <TData = AxiosResponse<DataStructList, any, {}>>(params?: SearchTypeParams, options?: AxiosRequestConfig) => Promise<TData>;
15
+ locateType: <TData = AxiosResponse<ProtodataStruct, any, {}>>(repo: string, options?: AxiosRequestConfig) => Promise<TData>;
16
+ createType: <TData = AxiosResponse<ProtodataStruct, any, {}>>(repo: string, dataInputDictionary: DataInputDictionary, options?: AxiosRequestConfig) => Promise<TData>;
17
+ updateType: <TData = AxiosResponse<ProtodataStruct, any, {}>>(repo: string, dataInputDictionary: DataInputDictionary, params?: UpdateTypeParams, options?: AxiosRequestConfig) => Promise<TData>;
18
18
  };
19
19
  export type DeleteDataResult = AxiosResponse<DataDataset>;
20
20
  export type SearchDataResult = AxiosResponse<DataDataset>;