@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
@@ -412,6 +412,7 @@ export declare const searchHistoryCallResponse: zod.ZodObject<{
412
412
  }, zod.core.$strip>>;
413
413
  createdAt: zod.ZodOptional<zod.ZodString>;
414
414
  destination: zod.ZodOptional<zod.ZodString>;
415
+ destinationName: zod.ZodOptional<zod.ZodString>;
415
416
  direction: zod.ZodOptional<zod.ZodString>;
416
417
  display: zod.ZodOptional<zod.ZodString>;
417
418
  duration: zod.ZodOptional<zod.ZodNumber>;
@@ -427,20 +428,27 @@ export declare const searchHistoryCallResponse: zod.ZodObject<{
427
428
  filesJob: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
428
429
  action: zod.ZodDefault<zod.ZodEnum<{
429
430
  undefined: "undefined";
430
- STT: "STT";
431
431
  delete: "delete";
432
+ STT: "STT";
432
433
  }>>;
433
434
  createdAt: zod.ZodOptional<zod.ZodString>;
434
435
  errorDetail: zod.ZodOptional<zod.ZodString>;
435
436
  fileId: zod.ZodOptional<zod.ZodString>;
436
437
  id: zod.ZodOptional<zod.ZodString>;
437
438
  state: zod.ZodDefault<zod.ZodEnum<{
439
+ error: "error";
438
440
  idle: "idle";
439
441
  active: "active";
440
442
  finished: "finished";
441
- error: "error";
442
443
  }>>;
443
444
  }, zod.core.$strip>>>;
445
+ forms: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
446
+ agent: zod.ZodOptional<zod.ZodObject<{
447
+ id: zod.ZodOptional<zod.ZodString>;
448
+ name: zod.ZodOptional<zod.ZodString>;
449
+ }, zod.core.$strip>>;
450
+ reportingAt: zod.ZodOptional<zod.ZodString>;
451
+ }, zod.core.$strip>>>;
444
452
  from: zod.ZodOptional<zod.ZodObject<{
445
453
  id: zod.ZodOptional<zod.ZodString>;
446
454
  name: zod.ZodOptional<zod.ZodString>;
@@ -662,6 +670,7 @@ export declare const searchHistoryCallPostResponse: zod.ZodObject<{
662
670
  }, zod.core.$strip>>;
663
671
  createdAt: zod.ZodOptional<zod.ZodString>;
664
672
  destination: zod.ZodOptional<zod.ZodString>;
673
+ destinationName: zod.ZodOptional<zod.ZodString>;
665
674
  direction: zod.ZodOptional<zod.ZodString>;
666
675
  display: zod.ZodOptional<zod.ZodString>;
667
676
  duration: zod.ZodOptional<zod.ZodNumber>;
@@ -677,20 +686,27 @@ export declare const searchHistoryCallPostResponse: zod.ZodObject<{
677
686
  filesJob: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
678
687
  action: zod.ZodDefault<zod.ZodEnum<{
679
688
  undefined: "undefined";
680
- STT: "STT";
681
689
  delete: "delete";
690
+ STT: "STT";
682
691
  }>>;
683
692
  createdAt: zod.ZodOptional<zod.ZodString>;
684
693
  errorDetail: zod.ZodOptional<zod.ZodString>;
685
694
  fileId: zod.ZodOptional<zod.ZodString>;
686
695
  id: zod.ZodOptional<zod.ZodString>;
687
696
  state: zod.ZodDefault<zod.ZodEnum<{
697
+ error: "error";
688
698
  idle: "idle";
689
699
  active: "active";
690
700
  finished: "finished";
691
- error: "error";
692
701
  }>>;
693
702
  }, zod.core.$strip>>>;
703
+ forms: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
704
+ agent: zod.ZodOptional<zod.ZodObject<{
705
+ id: zod.ZodOptional<zod.ZodString>;
706
+ name: zod.ZodOptional<zod.ZodString>;
707
+ }, zod.core.$strip>>;
708
+ reportingAt: zod.ZodOptional<zod.ZodString>;
709
+ }, zod.core.$strip>>>;
694
710
  from: zod.ZodOptional<zod.ZodObject<{
695
711
  id: zod.ZodOptional<zod.ZodString>;
696
712
  name: zod.ZodOptional<zod.ZodString>;
@@ -994,6 +1010,7 @@ export declare const patchHistoryCallResponse: zod.ZodObject<{
994
1010
  }, zod.core.$strip>>;
995
1011
  createdAt: zod.ZodOptional<zod.ZodString>;
996
1012
  destination: zod.ZodOptional<zod.ZodString>;
1013
+ destinationName: zod.ZodOptional<zod.ZodString>;
997
1014
  direction: zod.ZodOptional<zod.ZodString>;
998
1015
  display: zod.ZodOptional<zod.ZodString>;
999
1016
  duration: zod.ZodOptional<zod.ZodNumber>;
@@ -1009,20 +1026,27 @@ export declare const patchHistoryCallResponse: zod.ZodObject<{
1009
1026
  filesJob: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1010
1027
  action: zod.ZodDefault<zod.ZodEnum<{
1011
1028
  undefined: "undefined";
1012
- STT: "STT";
1013
1029
  delete: "delete";
1030
+ STT: "STT";
1014
1031
  }>>;
1015
1032
  createdAt: zod.ZodOptional<zod.ZodString>;
1016
1033
  errorDetail: zod.ZodOptional<zod.ZodString>;
1017
1034
  fileId: zod.ZodOptional<zod.ZodString>;
1018
1035
  id: zod.ZodOptional<zod.ZodString>;
1019
1036
  state: zod.ZodDefault<zod.ZodEnum<{
1037
+ error: "error";
1020
1038
  idle: "idle";
1021
1039
  active: "active";
1022
1040
  finished: "finished";
1023
- error: "error";
1024
1041
  }>>;
1025
1042
  }, zod.core.$strip>>>;
1043
+ forms: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1044
+ agent: zod.ZodOptional<zod.ZodObject<{
1045
+ id: zod.ZodOptional<zod.ZodString>;
1046
+ name: zod.ZodOptional<zod.ZodString>;
1047
+ }, zod.core.$strip>>;
1048
+ reportingAt: zod.ZodOptional<zod.ZodString>;
1049
+ }, zod.core.$strip>>>;
1026
1050
  from: zod.ZodOptional<zod.ZodObject<{
1027
1051
  id: zod.ZodOptional<zod.ZodString>;
1028
1052
  name: zod.ZodOptional<zod.ZodString>;
@@ -97,8 +97,8 @@ export declare const casesChatCatalogGetCaseChatHistoryResponse: zod.ZodObject<{
97
97
  code: zod.ZodOptional<zod.ZodString>;
98
98
  share: zod.ZodDefault<zod.ZodEnum<{
99
99
  email: "email";
100
- phone: "phone";
101
100
  contact: "contact";
101
+ phone: "phone";
102
102
  location: "location";
103
103
  }>>;
104
104
  text: zod.ZodOptional<zod.ZodString>;
@@ -151,8 +151,8 @@ export declare const catalogGetDialogsResponse: zod.ZodObject<{
151
151
  code: zod.ZodOptional<zod.ZodString>;
152
152
  share: zod.ZodDefault<zod.ZodEnum<{
153
153
  email: "email";
154
- phone: "phone";
155
154
  contact: "contact";
155
+ phone: "phone";
156
156
  location: "location";
157
157
  }>>;
158
158
  text: zod.ZodOptional<zod.ZodString>;
@@ -362,8 +362,8 @@ export declare const catalogGetHistoryResponse: zod.ZodObject<{
362
362
  code: zod.ZodOptional<zod.ZodString>;
363
363
  share: zod.ZodDefault<zod.ZodEnum<{
364
364
  email: "email";
365
- phone: "phone";
366
365
  contact: "contact";
366
+ phone: "phone";
367
367
  location: "location";
368
368
  }>>;
369
369
  text: zod.ZodOptional<zod.ZodString>;
@@ -510,8 +510,8 @@ export declare const catalogGetHistory2Response: zod.ZodObject<{
510
510
  code: zod.ZodOptional<zod.ZodString>;
511
511
  share: zod.ZodDefault<zod.ZodEnum<{
512
512
  email: "email";
513
- phone: "phone";
514
513
  contact: "contact";
514
+ phone: "phone";
515
515
  location: "location";
516
516
  }>>;
517
517
  text: zod.ZodOptional<zod.ZodString>;
@@ -21,17 +21,17 @@ export declare const configServiceSearchConfigQueryParams: zod.ZodObject<{
21
21
  sort: zod.ZodOptional<zod.ZodString>;
22
22
  fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
23
23
  object: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
24
+ schema: "schema";
25
+ devices: "devices";
24
26
  contacts: "contacts";
25
27
  cc_list: "cc_list";
26
28
  calendars: "calendars";
27
- devices: "devices";
28
29
  cc_agent: "cc_agent";
29
30
  cc_team: "cc_team";
30
31
  cc_resource: "cc_resource";
31
32
  cc_resource_group: "cc_resource_group";
32
33
  cc_queue: "cc_queue";
33
34
  users: "users";
34
- schema: "schema";
35
35
  chat_bots: "chat_bots";
36
36
  cases: "cases";
37
37
  cc_list_number: "cc_list_number";
@@ -47,9 +47,9 @@ export declare const contactsSearchContactsQueryParams: 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";
50
51
  READ: "READ";
51
52
  WRITE: "WRITE";
52
- DELETE: "DELETE";
53
53
  }>>;
54
54
  notIdGroup: zod.ZodOptional<zod.ZodString>;
55
55
  group: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
@@ -180,6 +180,7 @@ export declare const contactsSearchContactsResponse: zod.ZodObject<{
180
180
  type: zod.ZodOptional<zod.ZodString>;
181
181
  }, zod.core.$strip>>;
182
182
  etag: zod.ZodOptional<zod.ZodString>;
183
+ externalId: zod.ZodOptional<zod.ZodString>;
183
184
  id: zod.ZodOptional<zod.ZodString>;
184
185
  protocol: zod.ZodOptional<zod.ZodString>;
185
186
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -632,6 +633,7 @@ export declare const contactsCreateContactResponse: zod.ZodObject<{
632
633
  type: zod.ZodOptional<zod.ZodString>;
633
634
  }, zod.core.$strip>>;
634
635
  etag: zod.ZodOptional<zod.ZodString>;
636
+ externalId: zod.ZodOptional<zod.ZodString>;
635
637
  id: zod.ZodOptional<zod.ZodString>;
636
638
  protocol: zod.ZodOptional<zod.ZodString>;
637
639
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -983,6 +985,7 @@ export declare const contactsDeleteContactResponse: zod.ZodObject<{
983
985
  type: zod.ZodOptional<zod.ZodString>;
984
986
  }, zod.core.$strip>>;
985
987
  etag: zod.ZodOptional<zod.ZodString>;
988
+ externalId: zod.ZodOptional<zod.ZodString>;
986
989
  id: zod.ZodOptional<zod.ZodString>;
987
990
  protocol: zod.ZodOptional<zod.ZodString>;
988
991
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -1213,9 +1216,9 @@ export declare const contactsLocateContactQueryModeDefault = "READ";
1213
1216
  export declare const contactsLocateContactQueryParams: zod.ZodObject<{
1214
1217
  fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1215
1218
  mode: zod.ZodDefault<zod.ZodEnum<{
1219
+ DELETE: "DELETE";
1216
1220
  READ: "READ";
1217
1221
  WRITE: "WRITE";
1218
- DELETE: "DELETE";
1219
1222
  }>>;
1220
1223
  }, zod.core.$strip>;
1221
1224
  export declare const contactsLocateContactResponse: zod.ZodObject<{
@@ -1340,6 +1343,7 @@ export declare const contactsLocateContactResponse: zod.ZodObject<{
1340
1343
  type: zod.ZodOptional<zod.ZodString>;
1341
1344
  }, zod.core.$strip>>;
1342
1345
  etag: zod.ZodOptional<zod.ZodString>;
1346
+ externalId: zod.ZodOptional<zod.ZodString>;
1343
1347
  id: zod.ZodOptional<zod.ZodString>;
1344
1348
  protocol: zod.ZodOptional<zod.ZodString>;
1345
1349
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -1791,6 +1795,7 @@ export declare const contactsUpdateContactResponse: zod.ZodObject<{
1791
1795
  type: zod.ZodOptional<zod.ZodString>;
1792
1796
  }, zod.core.$strip>>;
1793
1797
  etag: zod.ZodOptional<zod.ZodString>;
1798
+ externalId: zod.ZodOptional<zod.ZodString>;
1794
1799
  id: zod.ZodOptional<zod.ZodString>;
1795
1800
  protocol: zod.ZodOptional<zod.ZodString>;
1796
1801
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -87,8 +87,8 @@ export declare const contactsChatCatalogGetContactChatHistory2Response: zod.ZodO
87
87
  code: zod.ZodOptional<zod.ZodString>;
88
88
  share: zod.ZodDefault<zod.ZodEnum<{
89
89
  email: "email";
90
- phone: "phone";
91
90
  contact: "contact";
91
+ phone: "phone";
92
92
  location: "location";
93
93
  }>>;
94
94
  text: zod.ZodOptional<zod.ZodString>;
@@ -216,8 +216,8 @@ export declare const contactsChatCatalogGetContactChatHistoryResponse: zod.ZodOb
216
216
  code: zod.ZodOptional<zod.ZodString>;
217
217
  share: zod.ZodDefault<zod.ZodEnum<{
218
218
  email: "email";
219
- phone: "phone";
220
219
  contact: "contact";
220
+ phone: "phone";
221
221
  location: "location";
222
222
  }>>;
223
223
  text: zod.ZodOptional<zod.ZodString>;
@@ -89,6 +89,8 @@ export declare const dictionariesDeleteDataResponse: zod.ZodObject<{
89
89
  }, zod.core.$strip>>;
90
90
  kind: zod.ZodDefault<zod.ZodEnum<{
91
91
  string: "string";
92
+ lookup: "lookup";
93
+ binary: "binary";
92
94
  none: "none";
93
95
  list: "list";
94
96
  bool: "bool";
@@ -101,8 +103,6 @@ export declare const dictionariesDeleteDataResponse: zod.ZodObject<{
101
103
  float: "float";
102
104
  float32: "float32";
103
105
  float64: "float64";
104
- binary: "binary";
105
- lookup: "lookup";
106
106
  richtext: "richtext";
107
107
  datetime: "datetime";
108
108
  duration: "duration";
@@ -257,6 +257,8 @@ export declare const dictionariesSearchDataResponse: zod.ZodObject<{
257
257
  }, zod.core.$strip>>;
258
258
  kind: zod.ZodDefault<zod.ZodEnum<{
259
259
  string: "string";
260
+ lookup: "lookup";
261
+ binary: "binary";
260
262
  none: "none";
261
263
  list: "list";
262
264
  bool: "bool";
@@ -269,8 +271,6 @@ export declare const dictionariesSearchDataResponse: zod.ZodObject<{
269
271
  float: "float";
270
272
  float32: "float32";
271
273
  float64: "float64";
272
- binary: "binary";
273
- lookup: "lookup";
274
274
  richtext: "richtext";
275
275
  datetime: "datetime";
276
276
  duration: "duration";
@@ -439,6 +439,8 @@ export declare const dictionariesImportCSVResponse: zod.ZodObject<{
439
439
  }, zod.core.$strip>>;
440
440
  kind: zod.ZodDefault<zod.ZodEnum<{
441
441
  string: "string";
442
+ lookup: "lookup";
443
+ binary: "binary";
442
444
  none: "none";
443
445
  list: "list";
444
446
  bool: "bool";
@@ -451,8 +453,6 @@ export declare const dictionariesImportCSVResponse: zod.ZodObject<{
451
453
  float: "float";
452
454
  float32: "float32";
453
455
  float64: "float64";
454
- binary: "binary";
455
- lookup: "lookup";
456
456
  richtext: "richtext";
457
457
  datetime: "datetime";
458
458
  duration: "duration";
@@ -600,6 +600,8 @@ export declare const dictionariesDeleteData2Response: zod.ZodObject<{
600
600
  }, zod.core.$strip>>;
601
601
  kind: zod.ZodDefault<zod.ZodEnum<{
602
602
  string: "string";
603
+ lookup: "lookup";
604
+ binary: "binary";
603
605
  none: "none";
604
606
  list: "list";
605
607
  bool: "bool";
@@ -612,8 +614,6 @@ export declare const dictionariesDeleteData2Response: zod.ZodObject<{
612
614
  float: "float";
613
615
  float32: "float32";
614
616
  float64: "float64";
615
- binary: "binary";
616
- lookup: "lookup";
617
617
  richtext: "richtext";
618
618
  datetime: "datetime";
619
619
  duration: "duration";
@@ -795,6 +795,8 @@ export declare const dictionariesDeleteTypeResponse: zod.ZodObject<{
795
795
  }, zod.core.$strip>>;
796
796
  kind: zod.ZodDefault<zod.ZodEnum<{
797
797
  string: "string";
798
+ lookup: "lookup";
799
+ binary: "binary";
798
800
  none: "none";
799
801
  list: "list";
800
802
  bool: "bool";
@@ -807,8 +809,6 @@ export declare const dictionariesDeleteTypeResponse: zod.ZodObject<{
807
809
  float: "float";
808
810
  float32: "float32";
809
811
  float64: "float64";
810
- binary: "binary";
811
- lookup: "lookup";
812
812
  richtext: "richtext";
813
813
  datetime: "datetime";
814
814
  duration: "duration";
@@ -967,6 +967,8 @@ export declare const dictionariesSearchTypeResponse: zod.ZodObject<{
967
967
  }, zod.core.$strip>>;
968
968
  kind: zod.ZodDefault<zod.ZodEnum<{
969
969
  string: "string";
970
+ lookup: "lookup";
971
+ binary: "binary";
970
972
  none: "none";
971
973
  list: "list";
972
974
  bool: "bool";
@@ -979,8 +981,6 @@ export declare const dictionariesSearchTypeResponse: zod.ZodObject<{
979
981
  float: "float";
980
982
  float32: "float32";
981
983
  float64: "float64";
982
- binary: "binary";
983
- lookup: "lookup";
984
984
  richtext: "richtext";
985
985
  datetime: "datetime";
986
986
  duration: "duration";
@@ -1123,6 +1123,8 @@ export declare const dictionariesLocateTypeResponse: zod.ZodObject<{
1123
1123
  }, zod.core.$strip>>;
1124
1124
  kind: zod.ZodDefault<zod.ZodEnum<{
1125
1125
  string: "string";
1126
+ lookup: "lookup";
1127
+ binary: "binary";
1126
1128
  none: "none";
1127
1129
  list: "list";
1128
1130
  bool: "bool";
@@ -1135,8 +1137,6 @@ export declare const dictionariesLocateTypeResponse: zod.ZodObject<{
1135
1137
  float: "float";
1136
1138
  float32: "float32";
1137
1139
  float64: "float64";
1138
- binary: "binary";
1139
- lookup: "lookup";
1140
1140
  richtext: "richtext";
1141
1141
  datetime: "datetime";
1142
1142
  duration: "duration";
@@ -1269,6 +1269,8 @@ export declare const dictionariesCreateTypeBody: zod.ZodObject<{
1269
1269
  }, zod.core.$strip>>;
1270
1270
  kind: zod.ZodDefault<zod.ZodEnum<{
1271
1271
  string: "string";
1272
+ lookup: "lookup";
1273
+ binary: "binary";
1272
1274
  none: "none";
1273
1275
  list: "list";
1274
1276
  bool: "bool";
@@ -1281,8 +1283,6 @@ export declare const dictionariesCreateTypeBody: zod.ZodObject<{
1281
1283
  float: "float";
1282
1284
  float32: "float32";
1283
1285
  float64: "float64";
1284
- binary: "binary";
1285
- lookup: "lookup";
1286
1286
  richtext: "richtext";
1287
1287
  datetime: "datetime";
1288
1288
  duration: "duration";
@@ -1405,6 +1405,8 @@ export declare const dictionariesCreateTypeResponse: zod.ZodObject<{
1405
1405
  }, zod.core.$strip>>;
1406
1406
  kind: zod.ZodDefault<zod.ZodEnum<{
1407
1407
  string: "string";
1408
+ lookup: "lookup";
1409
+ binary: "binary";
1408
1410
  none: "none";
1409
1411
  list: "list";
1410
1412
  bool: "bool";
@@ -1417,8 +1419,6 @@ export declare const dictionariesCreateTypeResponse: zod.ZodObject<{
1417
1419
  float: "float";
1418
1420
  float32: "float32";
1419
1421
  float64: "float64";
1420
- binary: "binary";
1421
- lookup: "lookup";
1422
1422
  richtext: "richtext";
1423
1423
  datetime: "datetime";
1424
1424
  duration: "duration";
@@ -1554,6 +1554,8 @@ export declare const dictionariesUpdateTypeBody: zod.ZodObject<{
1554
1554
  }, zod.core.$strip>>;
1555
1555
  kind: zod.ZodDefault<zod.ZodEnum<{
1556
1556
  string: "string";
1557
+ lookup: "lookup";
1558
+ binary: "binary";
1557
1559
  none: "none";
1558
1560
  list: "list";
1559
1561
  bool: "bool";
@@ -1566,8 +1568,6 @@ export declare const dictionariesUpdateTypeBody: zod.ZodObject<{
1566
1568
  float: "float";
1567
1569
  float32: "float32";
1568
1570
  float64: "float64";
1569
- binary: "binary";
1570
- lookup: "lookup";
1571
1571
  richtext: "richtext";
1572
1572
  datetime: "datetime";
1573
1573
  duration: "duration";
@@ -1690,6 +1690,8 @@ export declare const dictionariesUpdateTypeResponse: zod.ZodObject<{
1690
1690
  }, zod.core.$strip>>;
1691
1691
  kind: zod.ZodDefault<zod.ZodEnum<{
1692
1692
  string: "string";
1693
+ lookup: "lookup";
1694
+ binary: "binary";
1693
1695
  none: "none";
1694
1696
  list: "list";
1695
1697
  bool: "bool";
@@ -1702,8 +1704,6 @@ export declare const dictionariesUpdateTypeResponse: zod.ZodObject<{
1702
1704
  float: "float";
1703
1705
  float32: "float32";
1704
1706
  float64: "float64";
1705
- binary: "binary";
1706
- lookup: "lookup";
1707
1707
  richtext: "richtext";
1708
1708
  datetime: "datetime";
1709
1709
  duration: "duration";
@@ -84,6 +84,8 @@ export declare const extensionsDeleteType2Response: zod.ZodObject<{
84
84
  }, zod.core.$strip>>;
85
85
  kind: zod.ZodDefault<zod.ZodEnum<{
86
86
  string: "string";
87
+ lookup: "lookup";
88
+ binary: "binary";
87
89
  none: "none";
88
90
  list: "list";
89
91
  bool: "bool";
@@ -96,8 +98,6 @@ export declare const extensionsDeleteType2Response: zod.ZodObject<{
96
98
  float: "float";
97
99
  float32: "float32";
98
100
  float64: "float64";
99
- binary: "binary";
100
- lookup: "lookup";
101
101
  richtext: "richtext";
102
102
  datetime: "datetime";
103
103
  duration: "duration";
@@ -249,6 +249,8 @@ export declare const extensionsSearchTypeResponse: zod.ZodObject<{
249
249
  }, zod.core.$strip>>;
250
250
  kind: zod.ZodDefault<zod.ZodEnum<{
251
251
  string: "string";
252
+ lookup: "lookup";
253
+ binary: "binary";
252
254
  none: "none";
253
255
  list: "list";
254
256
  bool: "bool";
@@ -261,8 +263,6 @@ export declare const extensionsSearchTypeResponse: zod.ZodObject<{
261
263
  float: "float";
262
264
  float32: "float32";
263
265
  float64: "float64";
264
- binary: "binary";
265
- lookup: "lookup";
266
266
  richtext: "richtext";
267
267
  datetime: "datetime";
268
268
  duration: "duration";
@@ -409,6 +409,8 @@ export declare const extensionsDeleteTypeResponse: zod.ZodObject<{
409
409
  }, zod.core.$strip>>;
410
410
  kind: zod.ZodDefault<zod.ZodEnum<{
411
411
  string: "string";
412
+ lookup: "lookup";
413
+ binary: "binary";
412
414
  none: "none";
413
415
  list: "list";
414
416
  bool: "bool";
@@ -421,8 +423,6 @@ export declare const extensionsDeleteTypeResponse: zod.ZodObject<{
421
423
  float: "float";
422
424
  float32: "float32";
423
425
  float64: "float64";
424
- binary: "binary";
425
- lookup: "lookup";
426
426
  richtext: "richtext";
427
427
  datetime: "datetime";
428
428
  duration: "duration";
@@ -565,6 +565,8 @@ export declare const extensionsLocateTypeResponse: zod.ZodObject<{
565
565
  }, zod.core.$strip>>;
566
566
  kind: zod.ZodDefault<zod.ZodEnum<{
567
567
  string: "string";
568
+ lookup: "lookup";
569
+ binary: "binary";
568
570
  none: "none";
569
571
  list: "list";
570
572
  bool: "bool";
@@ -577,8 +579,6 @@ export declare const extensionsLocateTypeResponse: zod.ZodObject<{
577
579
  float: "float";
578
580
  float32: "float32";
579
581
  float64: "float64";
580
- binary: "binary";
581
- lookup: "lookup";
582
582
  richtext: "richtext";
583
583
  datetime: "datetime";
584
584
  duration: "duration";
@@ -708,6 +708,8 @@ export declare const extensionsCreateTypeBody: zod.ZodObject<{
708
708
  }, zod.core.$strip>>;
709
709
  kind: zod.ZodDefault<zod.ZodEnum<{
710
710
  string: "string";
711
+ lookup: "lookup";
712
+ binary: "binary";
711
713
  none: "none";
712
714
  list: "list";
713
715
  bool: "bool";
@@ -720,8 +722,6 @@ export declare const extensionsCreateTypeBody: zod.ZodObject<{
720
722
  float: "float";
721
723
  float32: "float32";
722
724
  float64: "float64";
723
- binary: "binary";
724
- lookup: "lookup";
725
725
  richtext: "richtext";
726
726
  datetime: "datetime";
727
727
  duration: "duration";
@@ -841,6 +841,8 @@ export declare const extensionsCreateTypeResponse: zod.ZodObject<{
841
841
  }, zod.core.$strip>>;
842
842
  kind: zod.ZodDefault<zod.ZodEnum<{
843
843
  string: "string";
844
+ lookup: "lookup";
845
+ binary: "binary";
844
846
  none: "none";
845
847
  list: "list";
846
848
  bool: "bool";
@@ -853,8 +855,6 @@ export declare const extensionsCreateTypeResponse: zod.ZodObject<{
853
855
  float: "float";
854
856
  float32: "float32";
855
857
  float64: "float64";
856
- binary: "binary";
857
- lookup: "lookup";
858
858
  richtext: "richtext";
859
859
  datetime: "datetime";
860
860
  duration: "duration";
@@ -984,6 +984,8 @@ export declare const extensionsUpdateTypeBody: zod.ZodObject<{
984
984
  }, zod.core.$strip>>;
985
985
  kind: zod.ZodDefault<zod.ZodEnum<{
986
986
  string: "string";
987
+ lookup: "lookup";
988
+ binary: "binary";
987
989
  none: "none";
988
990
  list: "list";
989
991
  bool: "bool";
@@ -996,8 +998,6 @@ export declare const extensionsUpdateTypeBody: zod.ZodObject<{
996
998
  float: "float";
997
999
  float32: "float32";
998
1000
  float64: "float64";
999
- binary: "binary";
1000
- lookup: "lookup";
1001
1001
  richtext: "richtext";
1002
1002
  datetime: "datetime";
1003
1003
  duration: "duration";
@@ -1117,6 +1117,8 @@ export declare const extensionsUpdateTypeResponse: zod.ZodObject<{
1117
1117
  }, zod.core.$strip>>;
1118
1118
  kind: zod.ZodDefault<zod.ZodEnum<{
1119
1119
  string: "string";
1120
+ lookup: "lookup";
1121
+ binary: "binary";
1120
1122
  none: "none";
1121
1123
  list: "list";
1122
1124
  bool: "bool";
@@ -1129,8 +1131,6 @@ export declare const extensionsUpdateTypeResponse: zod.ZodObject<{
1129
1131
  float: "float";
1130
1132
  float32: "float32";
1131
1133
  float64: "float64";
1132
- binary: "binary";
1133
- lookup: "lookup";
1134
1134
  richtext: "richtext";
1135
1135
  datetime: "datetime";
1136
1136
  duration: "duration";
@@ -1,11 +1,15 @@
1
1
  import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
- import type { FileServiceSearchFilesParams, StorageDeleteFilesRequest, StorageDeleteFilesResponse, StorageListFile, StorageUploadP2PVideoRequest, StorageUploadP2PVideoResponse } from '.././_models';
2
+ import type { FileServiceSearchFilesParams, StorageDeleteFilesRequest, StorageDeleteFilesResponse, StorageListFile, StorageRenegotiateP2PVideoRequest, StorageRenegotiateP2PVideoResponse, StorageStopP2PVideoRequest, StorageStopP2PVideoResponse, StorageUploadP2PVideoRequest, StorageUploadP2PVideoResponse } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getFileService: () => {
5
5
  fileServiceDeleteFiles: <TData = AxiosResponse<StorageDeleteFilesResponse, any>>(storageDeleteFilesRequest: StorageDeleteFilesRequest, options?: AxiosRequestConfig) => Promise<TData>;
6
6
  fileServiceSearchFiles: <TData = AxiosResponse<StorageListFile, any>>(params?: FileServiceSearchFilesParams, options?: AxiosRequestConfig) => Promise<TData>;
7
7
  fileServiceUploadP2PVideo: <TData = AxiosResponse<StorageUploadP2PVideoResponse, any>>(storageUploadP2PVideoRequest: StorageUploadP2PVideoRequest, options?: AxiosRequestConfig) => Promise<TData>;
8
+ fileServiceStopP2PVideo: <TData = AxiosResponse<StorageStopP2PVideoResponse, any>>(id: string, storageStopP2PVideoRequest: StorageStopP2PVideoRequest, options?: AxiosRequestConfig) => Promise<TData>;
9
+ fileServiceRenegotiateP2PVideo: <TData = AxiosResponse<StorageRenegotiateP2PVideoResponse, any>>(id: string, storageRenegotiateP2PVideoRequest: StorageRenegotiateP2PVideoRequest, options?: AxiosRequestConfig) => Promise<TData>;
8
10
  };
9
11
  export type FileServiceDeleteFilesResult = AxiosResponse<StorageDeleteFilesResponse>;
10
12
  export type FileServiceSearchFilesResult = AxiosResponse<StorageListFile>;
11
13
  export type FileServiceUploadP2PVideoResult = AxiosResponse<StorageUploadP2PVideoResponse>;
14
+ export type FileServiceStopP2PVideoResult = AxiosResponse<StorageStopP2PVideoResponse>;
15
+ export type FileServiceRenegotiateP2PVideoResult = AxiosResponse<StorageRenegotiateP2PVideoResponse>;
@@ -1,9 +1,13 @@
1
1
  import { http } from 'msw';
2
- import type { StorageDeleteFilesResponse, StorageListFile, StorageUploadP2PVideoResponse } from '.././_models';
2
+ import type { StorageDeleteFilesResponse, StorageListFile, StorageRenegotiateP2PVideoResponse, StorageStopP2PVideoResponse, StorageUploadP2PVideoResponse } from '.././_models';
3
3
  export declare const getFileServiceDeleteFilesResponseMock: () => StorageDeleteFilesResponse;
4
4
  export declare const getFileServiceSearchFilesResponseMock: (overrideResponse?: Partial<StorageListFile>) => StorageListFile;
5
5
  export declare const getFileServiceUploadP2PVideoResponseMock: (overrideResponse?: Partial<StorageUploadP2PVideoResponse>) => StorageUploadP2PVideoResponse;
6
+ export declare const getFileServiceStopP2PVideoResponseMock: () => StorageStopP2PVideoResponse;
7
+ export declare const getFileServiceRenegotiateP2PVideoResponseMock: (overrideResponse?: Partial<StorageRenegotiateP2PVideoResponse>) => StorageRenegotiateP2PVideoResponse;
6
8
  export declare const getFileServiceDeleteFilesMockHandler: (overrideResponse?: StorageDeleteFilesResponse | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<StorageDeleteFilesResponse> | StorageDeleteFilesResponse)) => import("msw").HttpHandler;
7
9
  export declare const getFileServiceSearchFilesMockHandler: (overrideResponse?: StorageListFile | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<StorageListFile> | StorageListFile)) => import("msw").HttpHandler;
8
10
  export declare const getFileServiceUploadP2PVideoMockHandler: (overrideResponse?: StorageUploadP2PVideoResponse | ((info: Parameters<Parameters<typeof http.post>[1]>[0]) => Promise<StorageUploadP2PVideoResponse> | StorageUploadP2PVideoResponse)) => import("msw").HttpHandler;
11
+ export declare const getFileServiceStopP2PVideoMockHandler: (overrideResponse?: StorageStopP2PVideoResponse | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<StorageStopP2PVideoResponse> | StorageStopP2PVideoResponse)) => import("msw").HttpHandler;
12
+ export declare const getFileServiceRenegotiateP2PVideoMockHandler: (overrideResponse?: StorageRenegotiateP2PVideoResponse | ((info: Parameters<Parameters<typeof http.put>[1]>[0]) => Promise<StorageRenegotiateP2PVideoResponse> | StorageRenegotiateP2PVideoResponse)) => import("msw").HttpHandler;
9
13
  export declare const getFileServiceMock: () => import("msw").HttpHandler[];
@@ -84,5 +84,23 @@ export declare const fileServiceUploadP2PVideoBody: zod.ZodObject<{
84
84
  uuid: zod.ZodOptional<zod.ZodString>;
85
85
  }, zod.core.$strip>;
86
86
  export declare const fileServiceUploadP2PVideoResponse: zod.ZodObject<{
87
+ id: zod.ZodOptional<zod.ZodString>;
88
+ sdpAnswer: zod.ZodOptional<zod.ZodString>;
89
+ }, zod.core.$strip>;
90
+ export declare const fileServiceStopP2PVideoParams: zod.ZodObject<{
91
+ id: zod.ZodString;
92
+ }, zod.core.$strip>;
93
+ export declare const fileServiceStopP2PVideoBody: zod.ZodObject<{
94
+ id: zod.ZodOptional<zod.ZodString>;
95
+ }, zod.core.$strip>;
96
+ export declare const fileServiceStopP2PVideoResponse: zod.ZodObject<{}, zod.core.$strip>;
97
+ export declare const fileServiceRenegotiateP2PVideoParams: zod.ZodObject<{
98
+ id: zod.ZodString;
99
+ }, zod.core.$strip>;
100
+ export declare const fileServiceRenegotiateP2PVideoBody: zod.ZodObject<{
101
+ id: zod.ZodOptional<zod.ZodString>;
102
+ sdpOffer: zod.ZodOptional<zod.ZodString>;
103
+ }, zod.core.$strip>;
104
+ export declare const fileServiceRenegotiateP2PVideoResponse: zod.ZodObject<{
87
105
  sdpAnswer: zod.ZodOptional<zod.ZodString>;
88
106
  }, zod.core.$strip>;
@@ -254,6 +254,7 @@ export declare const groupsAddContactsToGroupsResponse: zod.ZodObject<{
254
254
  type: zod.ZodOptional<zod.ZodString>;
255
255
  }, zod.core.$strip>>;
256
256
  etag: zod.ZodOptional<zod.ZodString>;
257
+ externalId: zod.ZodOptional<zod.ZodString>;
257
258
  id: zod.ZodOptional<zod.ZodString>;
258
259
  protocol: zod.ZodOptional<zod.ZodString>;
259
260
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -609,6 +610,7 @@ export declare const groupsRemoveContactsFromGroupResponse: zod.ZodObject<{
609
610
  type: zod.ZodOptional<zod.ZodString>;
610
611
  }, zod.core.$strip>>;
611
612
  etag: zod.ZodOptional<zod.ZodString>;
613
+ externalId: zod.ZodOptional<zod.ZodString>;
612
614
  id: zod.ZodOptional<zod.ZodString>;
613
615
  protocol: zod.ZodOptional<zod.ZodString>;
614
616
  updatedAt: zod.ZodOptional<zod.ZodString>;