@webitel/api-services 0.0.38 → 0.0.41

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 (178) hide show
  1. package/package.json +1 -1
  2. package/src/api/clients/contactGroups/contactGroups.ts +1 -1
  3. package/src/api/clients/index.ts +1 -0
  4. package/src/api/clients/wtTypes/adjunctTypes/adjunctTypes.ts +162 -0
  5. package/src/api/clients/wtTypes/index.ts +1 -0
  6. package/src/gen/_docs/html/assets/navigation.js +1 -1
  7. package/src/gen/_docs/html/assets/search.js +1 -1
  8. package/src/gen/_docs/html/index.html +1 -1
  9. package/src/gen/_docs/html/interfaces/_models_engineHistoryCall.EngineHistoryCall.html +4 -2
  10. package/src/gen/_docs/html/interfaces/_models_engineHistoryCallCallForm.EngineHistoryCallCallForm.html +3 -0
  11. package/src/gen/_docs/html/modules/_models.html +1 -1
  12. package/src/gen/_docs/html/modules/_models_engineHistoryCallCallForm.html +1 -0
  13. package/src/gen/_docs/html/modules/index.html +1 -1
  14. package/src/gen/_docs/html/variables/call-service_call-service.zod.gen.patchHistoryCallResponse.html +1 -1
  15. package/src/gen/_docs/html/variables/call-service_call-service.zod.gen.searchHistoryCallPostResponse.html +1 -1
  16. package/src/gen/_docs/html/variables/call-service_call-service.zod.gen.searchHistoryCallResponse.html +1 -1
  17. package/src/gen/_models/engineHistoryCall.ts +3 -0
  18. package/src/gen/_models/engineHistoryCallCallForm.ts +12 -0
  19. package/src/gen/_models/index.ts +1 -0
  20. package/src/gen/call-service/call-service.msw.api.gen.ts +87 -0
  21. package/src/gen/call-service/call-service.zod.gen.ts +42 -0
  22. package/src/utils/gen/index.ts +2 -2
  23. package/types/api/clients/index.d.ts +1 -0
  24. package/types/api/clients/wtTypes/adjunctTypes/adjunctTypes.d.ts +21 -0
  25. package/types/api/clients/wtTypes/index.d.ts +1 -0
  26. package/types/gen/_models/agentAbsenceServiceUpdateAgentAbsenceBodyItem.d.ts +1 -1
  27. package/types/gen/_models/agentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBody.d.ts +2 -2
  28. package/types/gen/_models/apiAccessStoreToggleDefaultAccessBody.d.ts +1 -1
  29. package/types/gen/_models/apiCustomer.d.ts +2 -2
  30. package/types/gen/_models/apiDevice.d.ts +1 -1
  31. package/types/gen/_models/apiLDAPCatalog.d.ts +4 -4
  32. package/types/gen/_models/apiLDAPUpdateLDAPCatalogBodyCatalog.d.ts +4 -4
  33. package/types/gen/_models/apiLDAProcess.d.ts +2 -2
  34. package/types/gen/_models/apiLicenseV1.d.ts +1 -1
  35. package/types/gen/_models/apiRole.d.ts +3 -3
  36. package/types/gen/_models/apiRolesUpdateRoleBodyRole.d.ts +3 -3
  37. package/types/gen/_models/apiUser.d.ts +1 -1
  38. package/types/gen/_models/apiUsersUpdateUserBodyUser.d.ts +1 -1
  39. package/types/gen/_models/contactsUpdateContactBody.d.ts +1 -1
  40. package/types/gen/_models/engineActiveCall.d.ts +2 -2
  41. package/types/gen/_models/engineAgent.d.ts +3 -1
  42. package/types/gen/_models/engineAgentInQueueStatistics.d.ts +1 -1
  43. package/types/gen/_models/engineAgentServicePatchAgentBody.d.ts +1 -0
  44. package/types/gen/_models/engineAgentServiceUpdateAgentBody.d.ts +1 -0
  45. package/types/gen/_models/engineAgentStatsStatistic.d.ts +1 -0
  46. package/types/gen/_models/engineAgentStatusStatisticItem.d.ts +1 -0
  47. package/types/gen/_models/engineAgentTeam.d.ts +1 -0
  48. package/types/gen/_models/engineAgentTeamServiceUpdateAgentTeamBody.d.ts +1 -0
  49. package/types/gen/_models/engineAggregateHistoryCallRequest.d.ts +1 -1
  50. package/types/gen/_models/engineAttempt.d.ts +1 -1
  51. package/types/gen/_models/engineAttemptHistory.d.ts +1 -1
  52. package/types/gen/_models/engineAuditFormServicePatchAuditFormBody.d.ts +1 -1
  53. package/types/gen/_models/engineAuditFormServiceUpdateAuditFormBody.d.ts +1 -1
  54. package/types/gen/_models/engineAuditRate.d.ts +2 -2
  55. package/types/gen/_models/engineCreateAgentRequest.d.ts +1 -0
  56. package/types/gen/_models/engineCreateAgentTeamRequest.d.ts +1 -0
  57. package/types/gen/_models/engineCreateAuditFormRequest.d.ts +1 -1
  58. package/types/gen/_models/engineCreateCallRequest.d.ts +1 -1
  59. package/types/gen/_models/engineCreateMemberBulkItem.d.ts +1 -1
  60. package/types/gen/_models/engineCreateOutboundResourceRequest.d.ts +2 -2
  61. package/types/gen/_models/engineCreateQueueRequest.d.ts +2 -2
  62. package/types/gen/_models/engineCreateRoutingSchemaRequest.d.ts +1 -1
  63. package/types/gen/_models/engineCreateTriggerRequest.d.ts +2 -2
  64. package/types/gen/_models/engineDeleteAllMembersRequest.d.ts +1 -1
  65. package/types/gen/_models/engineHistoryCall.d.ts +9 -6
  66. package/types/gen/_models/engineHistoryCallCallForm.d.ts +11 -0
  67. package/types/gen/_models/engineListReportGeneral.d.ts +1 -1
  68. package/types/gen/_models/engineOutboundResource.d.ts +1 -1
  69. package/types/gen/_models/engineOutboundResourceServicePatchOutboundResourceBody.d.ts +1 -1
  70. package/types/gen/_models/engineOutboundResourceServiceUpdateOutboundResourceBody.d.ts +1 -1
  71. package/types/gen/_models/engineQuestion.d.ts +1 -1
  72. package/types/gen/_models/engineQueue.d.ts +2 -2
  73. package/types/gen/_models/engineQueueReportGeneral.d.ts +1 -1
  74. package/types/gen/_models/engineQueueServicePatchQueueBody.d.ts +2 -2
  75. package/types/gen/_models/engineQueueServiceUpdateQueueBody.d.ts +2 -2
  76. package/types/gen/_models/engineRoutingSchema.d.ts +2 -2
  77. package/types/gen/_models/engineRoutingSchemaServicePatchRoutingSchemaBody.d.ts +1 -1
  78. package/types/gen/_models/engineRoutingSchemaServiceUpdateRoutingSchemaBody.d.ts +1 -1
  79. package/types/gen/_models/engineSystemSettingName.d.ts +4 -0
  80. package/types/gen/_models/engineTeamHook.d.ts +1 -1
  81. package/types/gen/_models/engineTeamHookServiceCreateTeamHookBody.d.ts +1 -1
  82. package/types/gen/_models/engineTeamHookServicePatchTeamHookBody.d.ts +1 -1
  83. package/types/gen/_models/engineTeamHookServiceUpdateTeamHookBody.d.ts +1 -1
  84. package/types/gen/_models/engineTrigger.d.ts +1 -1
  85. package/types/gen/_models/engineTriggerJob.d.ts +1 -1
  86. package/types/gen/_models/engineTriggerServicePatchTriggerBody.d.ts +1 -1
  87. package/types/gen/_models/engineTriggerServiceUpdateTriggerBody.d.ts +1 -1
  88. package/types/gen/_models/googleRpcStatus.d.ts +12 -0
  89. package/types/gen/_models/pauseTemplateServiceUpdatePauseTemplateBodyItem.d.ts +1 -1
  90. package/types/gen/_models/searchSystemSettingNameItem.d.ts +4 -0
  91. package/types/gen/_models/storageCreateImportTemplateRequest.d.ts +1 -1
  92. package/types/gen/_models/storageFile.d.ts +2 -2
  93. package/types/gen/_models/storageFilePolicy.d.ts +1 -1
  94. package/types/gen/_models/storageImportTemplate.d.ts +2 -2
  95. package/types/gen/_models/storageSafeUploadFileResponseMetadata.d.ts +1 -1
  96. package/types/gen/_models/storageUpdateCognitiveProfileRequest.d.ts +2 -2
  97. package/types/gen/_models/storageUpdateImportTemplateRequest.d.ts +1 -1
  98. package/types/gen/_models/storageUploadFileResponse.d.ts +1 -1
  99. package/types/gen/_models/storageUploadFileUrlResponse.d.ts +1 -1
  100. package/types/gen/_models/storageUploadP2PVideoResponse.d.ts +1 -0
  101. package/types/gen/_models/usersUpdateUser2Body.d.ts +1 -1
  102. package/types/gen/_models/usersUpdateUserBody.d.ts +1 -1
  103. package/types/gen/_models/usersUpdateUserUserBody.d.ts +1 -1
  104. package/types/gen/_models/webitelCasesCallEvent.d.ts +1 -1
  105. package/types/gen/_models/webitelCasesCase.d.ts +3 -2
  106. package/types/gen/_models/webitelCasesChatEvent.d.ts +1 -1
  107. package/types/gen/_models/webitelCasesEmailEvent.d.ts +1 -1
  108. package/types/gen/_models/webitelCasesFile.d.ts +3 -3
  109. package/types/gen/_models/webitelCasesInputCreateService.d.ts +1 -1
  110. package/types/gen/_models/webitelCasesInputService.d.ts +1 -1
  111. package/types/gen/_models/webitelCasesInputSource.d.ts +0 -1
  112. package/types/gen/_models/webitelCasesService.d.ts +1 -1
  113. package/types/gen/_models/webitelCasesSource.d.ts +5 -6
  114. package/types/gen/_models/webitelCasesStatus.d.ts +16 -0
  115. package/types/gen/_models/webitelChatAgentChat.d.ts +1 -1
  116. package/types/gen/_models/webitelChatBroadcastMessageRequest.d.ts +1 -1
  117. package/types/gen/_models/webitelChatChatMessage.d.ts +2 -2
  118. package/types/gen/_models/webitelChatContactChat.d.ts +1 -1
  119. package/types/gen/_models/webitelChatDialog.d.ts +1 -1
  120. package/types/gen/_models/webitelChatGetContactChatHistoryResponse.d.ts +2 -2
  121. package/types/gen/_models/webitelContactsComment.d.ts +1 -1
  122. package/types/gen/_models/webitelContactsIMClient.d.ts +2 -0
  123. package/types/gen/_models/webitelProtoDataStruct.d.ts +1 -1
  124. package/types/gen/_models/wfmAbsence.d.ts +1 -1
  125. package/types/gen/_models/wfmAgentScheduleShift.d.ts +2 -2
  126. package/types/gen/_models/wfmAgentWorkingSchedule.d.ts +1 -1
  127. package/types/gen/_models/wfmPauseTemplate.d.ts +1 -1
  128. package/types/gen/_models/wfmSearchAgentsWorkingScheduleResponse.d.ts +1 -1
  129. package/types/gen/agent-chat-service/agent-chat-service.zod.gen.d.ts +1 -1
  130. package/types/gen/agent-service/agent-service.zod.gen.d.ts +17 -0
  131. package/types/gen/agent-team-service/agent-team-service.zod.gen.d.ts +7 -0
  132. package/types/gen/articles/articles.api.gen.d.ts +1 -1
  133. package/types/gen/call-service/call-service.zod.gen.d.ts +30 -6
  134. package/types/gen/cases-chat-catalog/cases-chat-catalog.zod.gen.d.ts +1 -1
  135. package/types/gen/catalog/catalog.zod.gen.d.ts +3 -3
  136. package/types/gen/config-service/config-service.zod.gen.d.ts +2 -2
  137. package/types/gen/contacts/contacts.zod.gen.d.ts +7 -2
  138. package/types/gen/contacts-chat-catalog/contacts-chat-catalog.zod.gen.d.ts +2 -2
  139. package/types/gen/dictionaries/dictionaries.zod.gen.d.ts +22 -22
  140. package/types/gen/extensions/extensions.zod.gen.d.ts +16 -16
  141. package/types/gen/file-service/file-service.api.gen.d.ts +5 -1
  142. package/types/gen/file-service/file-service.msw.api.gen.d.ts +5 -1
  143. package/types/gen/file-service/file-service.zod.gen.d.ts +18 -0
  144. package/types/gen/groups/groups.zod.gen.d.ts +2 -0
  145. package/types/gen/imclients/imclients.zod.gen.d.ts +1 -0
  146. package/types/gen/ldap/ldap.api.gen.d.ts +1 -1
  147. package/types/gen/ldap/ldap.msw.api.gen.d.ts +1 -1
  148. package/types/gen/logger-service/logger-service.zod.gen.d.ts +5 -5
  149. package/types/gen/system-setting-service/system-setting-service.zod.gen.d.ts +32 -0
  150. package/types/gen/timeline/timeline.zod.gen.d.ts +2 -2
  151. package/types/gen/trigger-service/trigger-service.zod.gen.d.ts +15 -15
  152. package/types/gen/types/types.zod.gen.d.ts +4 -4
  153. package/types/gen/user-helper-service/user-helper-service.api.gen.d.ts +3 -1
  154. package/types/gen/user-helper-service/user-helper-service.msw.api.gen.d.ts +3 -1
  155. package/types/gen/user-helper-service/user-helper-service.zod.gen.d.ts +24 -0
  156. package/types/utils/gen/index.d.ts +12 -6
  157. package/src/gen/_docs/.nojekyll +0 -1
  158. package/types/api/clients/roles/roles.d.ts +0 -31
  159. package/types/defaults/index.d.ts +0 -2
  160. package/types/gen/_models/casesCaseCustom.d.ts +0 -12
  161. package/types/gen/_models/casesInputCaseCustom.d.ts +0 -12
  162. package/types/gen/_models/casesInputCreateCaseCustom.d.ts +0 -12
  163. package/types/gen/_models/configServicePatchConfigBody.d.ts +0 -15
  164. package/types/gen/_models/configServiceUpdateConfigBody.d.ts +0 -14
  165. package/types/gen/_models/groupsAddContactsToGroupParams.d.ts +0 -12
  166. package/types/gen/_models/loggerDeleteConfigBulkRequest.d.ts +0 -9
  167. package/types/gen/_models/loggerDeleteConfigLogsRequest.d.ts +0 -10
  168. package/types/gen/_models/loggerDeleteConfigLogsResponse.d.ts +0 -9
  169. package/types/gen/_models/protobufNullValue.d.ts +0 -18
  170. package/types/gen/_models/readSystemObjectsParams.d.ts +0 -9
  171. package/types/gen/_models/searchConfigObjectItem.d.ts +0 -25
  172. package/types/gen/_models/searchConfigParams.d.ts +0 -18
  173. package/types/gen/_models/searchLogByConfigIdActionItem.d.ts +0 -14
  174. package/types/gen/_models/searchLogByConfigIdParams.d.ts +0 -19
  175. package/types/gen/_models/searchLogByRecordIdActionItem.d.ts +0 -14
  176. package/types/gen/_models/searchLogByRecordIdParams.d.ts +0 -22
  177. package/types/gen/_models/searchLogByUserIdActionItem.d.ts +0 -14
  178. package/types/gen/_models/searchLogByUserIdParams.d.ts +0 -25
@@ -1,10 +1,10 @@
1
- import type { ApiLicenseUser } from './apiLicenseUser';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { ApiLicenseUser } from './apiLicenseUser';
8
8
  import type { ApiObjectId } from './apiObjectId';
9
9
  import type { ApiPermission } from './apiPermission';
10
10
  import type { ApiUserId } from './apiUserId';
@@ -1,10 +1,10 @@
1
- import type { ApiLicenseUser } from './apiLicenseUser';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { ApiLicenseUser } from './apiLicenseUser';
8
8
  import type { ApiObjectId } from './apiObjectId';
9
9
  import type { ApiPermission } from './apiPermission';
10
10
  import type { ApiUserId } from './apiUserId';
@@ -1,10 +1,10 @@
1
- import type { GeneralLookup } from './generalLookup';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { GeneralLookup } from './generalLookup';
8
8
  import type { WebitelCasesCallFile } from './webitelCasesCallFile';
9
9
  import type { WebitelCasesTranscriptLookup } from './webitelCasesTranscriptLookup';
10
10
  export interface WebitelCasesCallEvent {
@@ -1,10 +1,10 @@
1
- import type { GeneralExtendedLookup } from './generalExtendedLookup';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { GeneralExtendedLookup } from './generalExtendedLookup';
8
8
  import type { GeneralLookup } from './generalLookup';
9
9
  import type { WebitelCasesCaseCommentList } from './webitelCasesCaseCommentList';
10
10
  import type { WebitelCasesCaseCustom } from './webitelCasesCaseCustom';
@@ -12,6 +12,7 @@ import type { WebitelCasesCaseFileList } from './webitelCasesCaseFileList';
12
12
  import type { WebitelCasesCaseLinkList } from './webitelCasesCaseLinkList';
13
13
  import type { WebitelCasesPriority } from './webitelCasesPriority';
14
14
  import type { WebitelCasesRelatedCaseList } from './webitelCasesRelatedCaseList';
15
+ import type { WebitelCasesService } from './webitelCasesService';
15
16
  import type { WebitelCasesSourceTypeLookup } from './webitelCasesSourceTypeLookup';
16
17
  import type { WebitelCasesStatusCondition } from './webitelCasesStatusCondition';
17
18
  /**
@@ -71,7 +72,7 @@ export interface WebitelCasesCase {
71
72
  resolvedAt?: string;
72
73
  roleIds?: string[];
73
74
  /** Service associated with the case. */
74
- service?: GeneralLookup;
75
+ service?: WebitelCasesService;
75
76
  /** SLA associated with the case. */
76
77
  sla?: GeneralLookup;
77
78
  /** List of SLA conditions. */
@@ -1,10 +1,10 @@
1
- import type { GeneralExtendedLookup } from './generalExtendedLookup';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { GeneralExtendedLookup } from './generalExtendedLookup';
8
8
  import type { GeneralLookup } from './generalLookup';
9
9
  export interface WebitelCasesChatEvent {
10
10
  closedAt?: string;
@@ -1,10 +1,10 @@
1
- import type { GeneralLookup } from './generalLookup';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { GeneralLookup } from './generalLookup';
8
8
  import type { WebitelCasesAttachment } from './webitelCasesAttachment';
9
9
  export interface WebitelCasesEmailEvent {
10
10
  attachments?: WebitelCasesAttachment[];
@@ -4,16 +4,15 @@
4
4
  * Webitel API
5
5
  * OpenAPI spec version: 24.04.0
6
6
  */
7
- import type { GeneralLookup } from './generalLookup';
7
+ import type { GeneralExtendedLookup } from './generalExtendedLookup';
8
8
  /**
9
9
  * Metadata for a file associated with a case.
10
10
  */
11
11
  export interface WebitelCasesFile {
12
- author?: GeneralLookup;
13
12
  /** Creation timestamp in Unix milliseconds. */
14
13
  createdAt?: string;
15
14
  /** Creator of the file. */
16
- createdBy?: GeneralLookup;
15
+ createdBy?: GeneralExtendedLookup;
17
16
  /** Storage file ID. */
18
17
  id?: string;
19
18
  /** MIME type of the file. */
@@ -22,5 +21,6 @@ export interface WebitelCasesFile {
22
21
  name?: string;
23
22
  /** File size in bytes. */
24
23
  size?: string;
24
+ source?: string;
25
25
  url?: string;
26
26
  }
@@ -1,10 +1,10 @@
1
- import type { GeneralExtendedLookup } from './generalExtendedLookup';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { GeneralExtendedLookup } from './generalExtendedLookup';
8
8
  import type { GeneralLookup } from './generalLookup';
9
9
  export interface WebitelCasesInputCreateService {
10
10
  assignee?: GeneralLookup;
@@ -1,10 +1,10 @@
1
- import type { GeneralExtendedLookup } from './generalExtendedLookup';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { GeneralExtendedLookup } from './generalExtendedLookup';
8
8
  import type { GeneralLookup } from './generalLookup';
9
9
  export interface WebitelCasesInputService {
10
10
  assignee?: GeneralLookup;
@@ -18,7 +18,6 @@ export interface WebitelCasesInputSource {
18
18
  * The name of the source
19
19
  * @minLength 2
20
20
  * @maxLength 100
21
- * @pattern ^[a-zA-Z0-9_\- ]+$
22
21
  */
23
22
  name: string;
24
23
  /** The type of the source */
@@ -1,10 +1,10 @@
1
- import type { GeneralExtendedLookup } from './generalExtendedLookup';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { GeneralExtendedLookup } from './generalExtendedLookup';
8
8
  import type { GeneralLookup } from './generalLookup';
9
9
  export interface WebitelCasesService {
10
10
  assignee?: GeneralLookup;
@@ -11,27 +11,26 @@ import type { WebitelCasesSourceType } from './webitelCasesSourceType';
11
11
  */
12
12
  export interface WebitelCasesSource {
13
13
  /** Unix timestamp representing when the source was created. */
14
- readonly createdAt: string;
14
+ createdAt: string;
15
15
  /** Reference to the user who originally created this source. */
16
- readonly createdBy: GeneralLookup;
16
+ createdBy: GeneralLookup;
17
17
  /**
18
18
  * An optional longer explanation of the source's purpose.
19
19
  * @maxLength 500
20
20
  */
21
21
  description?: string;
22
22
  /** Unique identifier for the source, generated automatically. */
23
- readonly id: string;
23
+ id: string;
24
24
  /**
25
25
  * A unique, descriptive name for the source.
26
26
  * @minLength 3
27
27
  * @maxLength 100
28
- * @pattern ^[a-zA-Z0-9_\-\s]+$
29
28
  */
30
29
  name: string;
31
30
  /** The type of data source represented by this entry. */
32
31
  type: WebitelCasesSourceType;
33
32
  /** Unix timestamp representing the most recent update. */
34
- readonly updatedAt: string;
33
+ updatedAt: string;
35
34
  /** Reference to the user who most recently modified this source. */
36
- readonly updatedBy: GeneralLookup;
35
+ updatedBy: GeneralLookup;
37
36
  }
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Generated by orval v7.10.0 🍺
3
+ * Do not edit manually.
4
+ * Webitel API
5
+ * OpenAPI spec version: 24.04.0
6
+ */
7
+ import type { GeneralLookup } from './generalLookup';
8
+ export interface WebitelCasesStatus {
9
+ createdAt?: string;
10
+ createdBy?: GeneralLookup;
11
+ description?: string;
12
+ id?: string;
13
+ name?: string;
14
+ updatedAt?: string;
15
+ updatedBy?: GeneralLookup;
16
+ }
@@ -1,10 +1,10 @@
1
- import type { WebitelChatMessage } from './webitelChatMessage';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { WebitelChatMessage } from './webitelChatMessage';
8
8
  import type { WebitelChatPeer } from './webitelChatPeer';
9
9
  export interface WebitelChatAgentChat {
10
10
  closeReason?: string;
@@ -1,10 +1,10 @@
1
- import type { WebitelChatBroadcastMessageRequestVariables } from './webitelChatBroadcastMessageRequestVariables';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { WebitelChatBroadcastMessageRequestVariables } from './webitelChatBroadcastMessageRequestVariables';
8
8
  import type { WebitelChatInputMessage } from './webitelChatInputMessage';
9
9
  import type { WebitelChatInputPeer } from './webitelChatInputPeer';
10
10
  export interface WebitelChatBroadcastMessageRequest {
@@ -1,11 +1,11 @@
1
- import type { WebitelChatChatMessageContext } from './webitelChatChatMessageContext';
2
- import type { WebitelChatChatPeer } from './webitelChatChatPeer';
3
1
  /**
4
2
  * Generated by orval v7.10.0 🍺
5
3
  * Do not edit manually.
6
4
  * Webitel API
7
5
  * OpenAPI spec version: 24.04.0
8
6
  */
7
+ import type { WebitelChatChatMessageContext } from './webitelChatChatMessageContext';
8
+ import type { WebitelChatChatPeer } from './webitelChatChatPeer';
9
9
  import type { WebitelChatContactChat } from './webitelChatContactChat';
10
10
  import type { WebitelChatMessageFile } from './webitelChatMessageFile';
11
11
  import type { WebitelChatMessagePostback } from './webitelChatMessagePostback';
@@ -1,10 +1,10 @@
1
- import type { WebitelChatChatPeer } from './webitelChatChatPeer';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { WebitelChatChatPeer } from './webitelChatChatPeer';
8
8
  import type { WebitelChatContactChatContext } from './webitelChatContactChatContext';
9
9
  import type { WebitelChatContactChatInvite } from './webitelChatContactChatInvite';
10
10
  /**
@@ -1,10 +1,10 @@
1
- import type { WebitelChatChat } from './webitelChatChat';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { WebitelChatChat } from './webitelChatChat';
8
8
  import type { WebitelChatDialogContext } from './webitelChatDialogContext';
9
9
  import type { WebitelChatMessage } from './webitelChatMessage';
10
10
  import type { WebitelChatPeer } from './webitelChatPeer';
@@ -1,11 +1,11 @@
1
- import type { WebitelChatChatMessage } from './webitelChatChatMessage';
2
- import type { WebitelChatChatPeer } from './webitelChatChatPeer';
3
1
  /**
4
2
  * Generated by orval v7.10.0 🍺
5
3
  * Do not edit manually.
6
4
  * Webitel API
7
5
  * OpenAPI spec version: 24.04.0
8
6
  */
7
+ import type { WebitelChatChatMessage } from './webitelChatChatMessage';
8
+ import type { WebitelChatChatPeer } from './webitelChatChatPeer';
9
9
  import type { WebitelChatContactChat } from './webitelChatContactChat';
10
10
  export interface WebitelChatGetContactChatHistoryResponse {
11
11
  chats?: WebitelChatContactChat[];
@@ -1,10 +1,10 @@
1
- import type { WebitelContactsCommentFormat } from './webitelContactsCommentFormat';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { WebitelContactsCommentFormat } from './webitelContactsCommentFormat';
8
8
  import type { WebitelContactsLookup } from './webitelContactsLookup';
9
9
  export interface WebitelContactsComment {
10
10
  /** The user who created this Field. */
@@ -20,6 +20,8 @@ Name will be name of the gateway. */
20
20
  /** Unique ID of the latest version of the update.
21
21
  This ID changes after any update to the underlying value(s). */
22
22
  etag?: string;
23
+ /** External user id. */
24
+ externalId?: string;
23
25
  /** The unique ID of the association. Never changes. */
24
26
  id?: string;
25
27
  /** Protocol used to connect the IM client. */
@@ -1,10 +1,10 @@
1
- import type { WebitelProtoDataField } from './webitelProtoDataField';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { WebitelProtoDataField } from './webitelProtoDataField';
8
8
  import type { WebitelProtoDataLookupValue } from './webitelProtoDataLookupValue';
9
9
  import type { WebitelProtoDataStructIndexes } from './webitelProtoDataStructIndexes';
10
10
  /**
@@ -1,10 +1,10 @@
1
- import type { WfmAbsenceType } from './wfmAbsenceType';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { WfmAbsenceType } from './wfmAbsenceType';
8
8
  import type { WfmLookupEntity } from './wfmLookupEntity';
9
9
  export interface WfmAbsence {
10
10
  absentAt?: string;
@@ -1,11 +1,11 @@
1
- import type { WfmAgentScheduleShiftPause } from './wfmAgentScheduleShiftPause';
2
- import type { WfmAgentScheduleShiftSkill } from './wfmAgentScheduleShiftSkill';
3
1
  /**
4
2
  * Generated by orval v7.10.0 🍺
5
3
  * Do not edit manually.
6
4
  * Webitel API
7
5
  * OpenAPI spec version: 24.04.0
8
6
  */
7
+ import type { WfmAgentScheduleShiftPause } from './wfmAgentScheduleShiftPause';
8
+ import type { WfmAgentScheduleShiftSkill } from './wfmAgentScheduleShiftSkill';
9
9
  import type { WfmLookupEntity } from './wfmLookupEntity';
10
10
  export interface WfmAgentScheduleShift {
11
11
  createdAt?: string;
@@ -1,10 +1,10 @@
1
- import type { WfmAgentSchedule } from './wfmAgentSchedule';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { WfmAgentSchedule } from './wfmAgentSchedule';
8
8
  import type { WfmLookupEntity } from './wfmLookupEntity';
9
9
  export interface WfmAgentWorkingSchedule {
10
10
  agent?: WfmLookupEntity;
@@ -1,10 +1,10 @@
1
- import type { WfmLookupEntity } from './wfmLookupEntity';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { WfmLookupEntity } from './wfmLookupEntity';
8
8
  import type { WfmPauseTemplateCause } from './wfmPauseTemplateCause';
9
9
  export interface WfmPauseTemplate {
10
10
  causes?: WfmPauseTemplateCause[];
@@ -1,10 +1,10 @@
1
- import type { WfmAgentWorkingSchedule } from './wfmAgentWorkingSchedule';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { WfmAgentWorkingSchedule } from './wfmAgentWorkingSchedule';
8
8
  import type { WfmHoliday } from './wfmHoliday';
9
9
  export interface WfmSearchAgentsWorkingScheduleResponse {
10
10
  holidays?: WfmHoliday[];
@@ -80,8 +80,8 @@ export declare const agentChatServiceGetAgentChatsResponse: zod.ZodObject<{
80
80
  code: zod.ZodOptional<zod.ZodString>;
81
81
  share: zod.ZodDefault<zod.ZodEnum<{
82
82
  email: "email";
83
- phone: "phone";
84
83
  contact: "contact";
84
+ phone: "phone";
85
85
  location: "location";
86
86
  }>>;
87
87
  text: zod.ZodOptional<zod.ZodString>;
@@ -32,6 +32,7 @@ export declare const searchAgentQueryParams: zod.ZodObject<{
32
32
  export declare const searchAgentResponse: zod.ZodObject<{
33
33
  items: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
34
34
  allowChannels: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
35
+ allowSetScreenControl: zod.ZodOptional<zod.ZodBoolean>;
35
36
  auditor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
36
37
  id: zod.ZodOptional<zod.ZodString>;
37
38
  name: zod.ZodOptional<zod.ZodString>;
@@ -58,6 +59,7 @@ export declare const searchAgentResponse: zod.ZodObject<{
58
59
  id: zod.ZodOptional<zod.ZodString>;
59
60
  name: zod.ZodOptional<zod.ZodString>;
60
61
  }, zod.core.$strip>>;
62
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
61
63
  skills: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
62
64
  id: zod.ZodOptional<zod.ZodString>;
63
65
  name: zod.ZodOptional<zod.ZodString>;
@@ -102,6 +104,7 @@ export declare const createAgentBody: zod.ZodObject<{
102
104
  id: zod.ZodOptional<zod.ZodString>;
103
105
  name: zod.ZodOptional<zod.ZodString>;
104
106
  }, zod.core.$strip>>;
107
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
105
108
  supervisor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
106
109
  id: zod.ZodOptional<zod.ZodString>;
107
110
  name: zod.ZodOptional<zod.ZodString>;
@@ -118,6 +121,7 @@ export declare const createAgentBody: zod.ZodObject<{
118
121
  }, zod.core.$strip>;
119
122
  export declare const createAgentResponse: zod.ZodObject<{
120
123
  allowChannels: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
124
+ allowSetScreenControl: zod.ZodOptional<zod.ZodBoolean>;
121
125
  auditor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
122
126
  id: zod.ZodOptional<zod.ZodString>;
123
127
  name: zod.ZodOptional<zod.ZodString>;
@@ -144,6 +148,7 @@ export declare const createAgentResponse: zod.ZodObject<{
144
148
  id: zod.ZodOptional<zod.ZodString>;
145
149
  name: zod.ZodOptional<zod.ZodString>;
146
150
  }, zod.core.$strip>>;
151
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
147
152
  skills: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
148
153
  id: zod.ZodOptional<zod.ZodString>;
149
154
  name: zod.ZodOptional<zod.ZodString>;
@@ -226,6 +231,7 @@ export declare const searchAgentStatusStatisticResponse: zod.ZodObject<{
226
231
  }, zod.core.$strip>>>;
227
232
  callTime: zod.ZodOptional<zod.ZodString>;
228
233
  chatCount: zod.ZodOptional<zod.ZodNumber>;
234
+ descTrack: zod.ZodOptional<zod.ZodBoolean>;
229
235
  extension: zod.ZodOptional<zod.ZodString>;
230
236
  handles: zod.ZodOptional<zod.ZodNumber>;
231
237
  maxBridgedAt: zod.ZodOptional<zod.ZodString>;
@@ -278,6 +284,7 @@ export declare const searchAgentStatusStatisticItemResponse: zod.ZodObject<{
278
284
  name: zod.ZodOptional<zod.ZodString>;
279
285
  }, zod.core.$strip>>>;
280
286
  chatCount: zod.ZodOptional<zod.ZodNumber>;
287
+ descTrack: zod.ZodOptional<zod.ZodBoolean>;
281
288
  extension: zod.ZodOptional<zod.ZodString>;
282
289
  name: zod.ZodOptional<zod.ZodString>;
283
290
  offline: zod.ZodOptional<zod.ZodString>;
@@ -457,6 +464,7 @@ export declare const deleteAgentQueryParams: zod.ZodObject<{
457
464
  }, zod.core.$strip>;
458
465
  export declare const deleteAgentResponse: zod.ZodObject<{
459
466
  allowChannels: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
467
+ allowSetScreenControl: zod.ZodOptional<zod.ZodBoolean>;
460
468
  auditor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
461
469
  id: zod.ZodOptional<zod.ZodString>;
462
470
  name: zod.ZodOptional<zod.ZodString>;
@@ -483,6 +491,7 @@ export declare const deleteAgentResponse: zod.ZodObject<{
483
491
  id: zod.ZodOptional<zod.ZodString>;
484
492
  name: zod.ZodOptional<zod.ZodString>;
485
493
  }, zod.core.$strip>>;
494
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
486
495
  skills: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
487
496
  id: zod.ZodOptional<zod.ZodString>;
488
497
  name: zod.ZodOptional<zod.ZodString>;
@@ -514,6 +523,7 @@ export declare const readAgentQueryParams: zod.ZodObject<{
514
523
  }, zod.core.$strip>;
515
524
  export declare const readAgentResponse: zod.ZodObject<{
516
525
  allowChannels: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
526
+ allowSetScreenControl: zod.ZodOptional<zod.ZodBoolean>;
517
527
  auditor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
518
528
  id: zod.ZodOptional<zod.ZodString>;
519
529
  name: zod.ZodOptional<zod.ZodString>;
@@ -540,6 +550,7 @@ export declare const readAgentResponse: zod.ZodObject<{
540
550
  id: zod.ZodOptional<zod.ZodString>;
541
551
  name: zod.ZodOptional<zod.ZodString>;
542
552
  }, zod.core.$strip>>;
553
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
543
554
  skills: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
544
555
  id: zod.ZodOptional<zod.ZodString>;
545
556
  name: zod.ZodOptional<zod.ZodString>;
@@ -585,6 +596,7 @@ export declare const patchAgentBody: zod.ZodObject<{
585
596
  id: zod.ZodOptional<zod.ZodString>;
586
597
  name: zod.ZodOptional<zod.ZodString>;
587
598
  }, zod.core.$strip>>;
599
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
588
600
  supervisor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
589
601
  id: zod.ZodOptional<zod.ZodString>;
590
602
  name: zod.ZodOptional<zod.ZodString>;
@@ -600,6 +612,7 @@ export declare const patchAgentBody: zod.ZodObject<{
600
612
  }, zod.core.$strip>;
601
613
  export declare const patchAgentResponse: zod.ZodObject<{
602
614
  allowChannels: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
615
+ allowSetScreenControl: zod.ZodOptional<zod.ZodBoolean>;
603
616
  auditor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
604
617
  id: zod.ZodOptional<zod.ZodString>;
605
618
  name: zod.ZodOptional<zod.ZodString>;
@@ -626,6 +639,7 @@ export declare const patchAgentResponse: zod.ZodObject<{
626
639
  id: zod.ZodOptional<zod.ZodString>;
627
640
  name: zod.ZodOptional<zod.ZodString>;
628
641
  }, zod.core.$strip>>;
642
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
629
643
  skills: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
630
644
  id: zod.ZodOptional<zod.ZodString>;
631
645
  name: zod.ZodOptional<zod.ZodString>;
@@ -671,6 +685,7 @@ export declare const updateAgentBody: zod.ZodObject<{
671
685
  id: zod.ZodOptional<zod.ZodString>;
672
686
  name: zod.ZodOptional<zod.ZodString>;
673
687
  }, zod.core.$strip>>;
688
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
674
689
  supervisor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
675
690
  id: zod.ZodOptional<zod.ZodString>;
676
691
  name: zod.ZodOptional<zod.ZodString>;
@@ -687,6 +702,7 @@ export declare const updateAgentBody: zod.ZodObject<{
687
702
  }, zod.core.$strip>;
688
703
  export declare const updateAgentResponse: zod.ZodObject<{
689
704
  allowChannels: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
705
+ allowSetScreenControl: zod.ZodOptional<zod.ZodBoolean>;
690
706
  auditor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
691
707
  id: zod.ZodOptional<zod.ZodString>;
692
708
  name: zod.ZodOptional<zod.ZodString>;
@@ -713,6 +729,7 @@ export declare const updateAgentResponse: zod.ZodObject<{
713
729
  id: zod.ZodOptional<zod.ZodString>;
714
730
  name: zod.ZodOptional<zod.ZodString>;
715
731
  }, zod.core.$strip>>;
732
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
716
733
  skills: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
717
734
  id: zod.ZodOptional<zod.ZodString>;
718
735
  name: zod.ZodOptional<zod.ZodString>;
@@ -36,6 +36,7 @@ export declare const searchAgentTeamResponse: zod.ZodObject<{
36
36
  maxNoAnswer: zod.ZodOptional<zod.ZodNumber>;
37
37
  name: zod.ZodOptional<zod.ZodString>;
38
38
  noAnswerDelayTime: zod.ZodOptional<zod.ZodNumber>;
39
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
39
40
  strategy: zod.ZodOptional<zod.ZodString>;
40
41
  taskAcceptTimeout: zod.ZodOptional<zod.ZodNumber>;
41
42
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -62,6 +63,7 @@ export declare const createAgentTeamBody: zod.ZodObject<{
62
63
  maxNoAnswer: zod.ZodOptional<zod.ZodNumber>;
63
64
  name: zod.ZodOptional<zod.ZodString>;
64
65
  noAnswerDelayTime: zod.ZodOptional<zod.ZodNumber>;
66
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
65
67
  strategy: zod.ZodOptional<zod.ZodString>;
66
68
  taskAcceptTimeout: zod.ZodOptional<zod.ZodNumber>;
67
69
  wrapUpTime: zod.ZodOptional<zod.ZodNumber>;
@@ -83,6 +85,7 @@ export declare const createAgentTeamResponse: zod.ZodObject<{
83
85
  maxNoAnswer: zod.ZodOptional<zod.ZodNumber>;
84
86
  name: zod.ZodOptional<zod.ZodString>;
85
87
  noAnswerDelayTime: zod.ZodOptional<zod.ZodNumber>;
88
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
86
89
  strategy: zod.ZodOptional<zod.ZodString>;
87
90
  taskAcceptTimeout: zod.ZodOptional<zod.ZodNumber>;
88
91
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -114,6 +117,7 @@ export declare const deleteAgentTeamResponse: zod.ZodObject<{
114
117
  maxNoAnswer: zod.ZodOptional<zod.ZodNumber>;
115
118
  name: zod.ZodOptional<zod.ZodString>;
116
119
  noAnswerDelayTime: zod.ZodOptional<zod.ZodNumber>;
120
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
117
121
  strategy: zod.ZodOptional<zod.ZodString>;
118
122
  taskAcceptTimeout: zod.ZodOptional<zod.ZodNumber>;
119
123
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -145,6 +149,7 @@ export declare const readAgentTeamResponse: zod.ZodObject<{
145
149
  maxNoAnswer: zod.ZodOptional<zod.ZodNumber>;
146
150
  name: zod.ZodOptional<zod.ZodString>;
147
151
  noAnswerDelayTime: zod.ZodOptional<zod.ZodNumber>;
152
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
148
153
  strategy: zod.ZodOptional<zod.ZodString>;
149
154
  taskAcceptTimeout: zod.ZodOptional<zod.ZodNumber>;
150
155
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -172,6 +177,7 @@ export declare const updateAgentTeamBody: zod.ZodObject<{
172
177
  maxNoAnswer: zod.ZodOptional<zod.ZodNumber>;
173
178
  name: zod.ZodOptional<zod.ZodString>;
174
179
  noAnswerDelayTime: zod.ZodOptional<zod.ZodNumber>;
180
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
175
181
  strategy: zod.ZodOptional<zod.ZodString>;
176
182
  taskAcceptTimeout: zod.ZodOptional<zod.ZodNumber>;
177
183
  wrapUpTime: zod.ZodOptional<zod.ZodNumber>;
@@ -193,6 +199,7 @@ export declare const updateAgentTeamResponse: zod.ZodObject<{
193
199
  maxNoAnswer: zod.ZodOptional<zod.ZodNumber>;
194
200
  name: zod.ZodOptional<zod.ZodString>;
195
201
  noAnswerDelayTime: zod.ZodOptional<zod.ZodNumber>;
202
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
196
203
  strategy: zod.ZodOptional<zod.ZodString>;
197
204
  taskAcceptTimeout: zod.ZodOptional<zod.ZodNumber>;
198
205
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -1,5 +1,5 @@
1
1
  import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
- import type { ArticlesArticleVersionsListParams, ArticlesArticlesAttachmentListParams, ArticlesCreateArticleParams, ArticlesDeleteArticleParams, ArticlesListArticles2Params, ArticlesListArticlesParams, ArticlesLocateArticleParams, ArticlesUpdateArticleBody, ArticlesUpdateArticleParams, WebitelKnowledgebaseArticle, WebitelKnowledgebaseArticleList, WebitelKnowledgebaseArticleVersion, WebitelKnowledgebaseArticleVersionList, WebitelKnowledgebaseAttachmentList, WebitelKnowledgebaseInputArticle } from '.././_models';
2
+ import type { ArticlesArticlesAttachmentListParams, ArticlesArticleVersionsListParams, ArticlesCreateArticleParams, ArticlesDeleteArticleParams, ArticlesListArticles2Params, ArticlesListArticlesParams, ArticlesLocateArticleParams, ArticlesUpdateArticleBody, ArticlesUpdateArticleParams, WebitelKnowledgebaseArticle, WebitelKnowledgebaseArticleList, WebitelKnowledgebaseArticleVersion, WebitelKnowledgebaseArticleVersionList, WebitelKnowledgebaseAttachmentList, WebitelKnowledgebaseInputArticle } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getArticles: () => {
5
5
  articlesListArticles: <TData = AxiosResponse<WebitelKnowledgebaseArticleList, any>>(spaceId: string, params?: ArticlesListArticlesParams, options?: AxiosRequestConfig) => Promise<TData>;