@webitel/api-services 0.0.1

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 (797) hide show
  1. package/package.json +58 -0
  2. package/src/gen/_docs/.nojekyll +1 -0
  3. package/src/gen/_docs/functions/case-comments_case-comments.api.gen.getCaseComments.html +179 -0
  4. package/src/gen/_docs/functions/case-comments_case-comments.msw.api.gen.getCaseCommentsMock.html +9 -0
  5. package/src/gen/_docs/functions/case-comments_case-comments.msw.api.gen.getDeleteCommentMockHandler.html +15 -0
  6. package/src/gen/_docs/functions/case-comments_case-comments.msw.api.gen.getDeleteCommentResponseMock.html +15 -0
  7. package/src/gen/_docs/functions/case-comments_case-comments.msw.api.gen.getListCommentsMockHandler.html +15 -0
  8. package/src/gen/_docs/functions/case-comments_case-comments.msw.api.gen.getListCommentsResponseMock.html +15 -0
  9. package/src/gen/_docs/functions/case-comments_case-comments.msw.api.gen.getLocateCommentMockHandler.html +15 -0
  10. package/src/gen/_docs/functions/case-comments_case-comments.msw.api.gen.getLocateCommentResponseMock.html +15 -0
  11. package/src/gen/_docs/functions/case-comments_case-comments.msw.api.gen.getPublishCommentMockHandler.html +15 -0
  12. package/src/gen/_docs/functions/case-comments_case-comments.msw.api.gen.getPublishCommentResponseMock.html +15 -0
  13. package/src/gen/_docs/functions/case-comments_case-comments.msw.api.gen.getUpdateComment2MockHandler.html +15 -0
  14. package/src/gen/_docs/functions/case-comments_case-comments.msw.api.gen.getUpdateComment2ResponseMock.html +15 -0
  15. package/src/gen/_docs/functions/case-comments_case-comments.msw.api.gen.getUpdateCommentMockHandler.html +15 -0
  16. package/src/gen/_docs/functions/case-comments_case-comments.msw.api.gen.getUpdateCommentResponseMock.html +15 -0
  17. package/src/gen/_docs/functions/case-communications_case-communications.api.gen.getCaseCommunications.html +99 -0
  18. package/src/gen/_docs/functions/case-communications_case-communications.msw.api.gen.getCaseCommunicationsMock.html +9 -0
  19. package/src/gen/_docs/functions/case-communications_case-communications.msw.api.gen.getLinkCommunicationMockHandler.html +15 -0
  20. package/src/gen/_docs/functions/case-communications_case-communications.msw.api.gen.getLinkCommunicationResponseMock.html +15 -0
  21. package/src/gen/_docs/functions/case-communications_case-communications.msw.api.gen.getListCommunicationsMockHandler.html +15 -0
  22. package/src/gen/_docs/functions/case-communications_case-communications.msw.api.gen.getListCommunicationsResponseMock.html +15 -0
  23. package/src/gen/_docs/functions/case-communications_case-communications.msw.api.gen.getUnlinkCommunicationMockHandler.html +15 -0
  24. package/src/gen/_docs/functions/case-communications_case-communications.msw.api.gen.getUnlinkCommunicationResponseMock.html +15 -0
  25. package/src/gen/_docs/functions/case-files_case-files.api.gen.getCaseFiles.html +63 -0
  26. package/src/gen/_docs/functions/case-files_case-files.msw.api.gen.getCaseFilesMock.html +9 -0
  27. package/src/gen/_docs/functions/case-files_case-files.msw.api.gen.getDeleteFileMockHandler.html +15 -0
  28. package/src/gen/_docs/functions/case-files_case-files.msw.api.gen.getDeleteFileResponseMock.html +15 -0
  29. package/src/gen/_docs/functions/case-files_case-files.msw.api.gen.getListFilesMockHandler.html +15 -0
  30. package/src/gen/_docs/functions/case-files_case-files.msw.api.gen.getListFilesResponseMock.html +15 -0
  31. package/src/gen/_docs/functions/case-links_case-links.api.gen.getCaseLinks.html +187 -0
  32. package/src/gen/_docs/functions/case-links_case-links.msw.api.gen.getCaseLinksMock.html +9 -0
  33. package/src/gen/_docs/functions/case-links_case-links.msw.api.gen.getCreateLinkMockHandler.html +15 -0
  34. package/src/gen/_docs/functions/case-links_case-links.msw.api.gen.getCreateLinkResponseMock.html +15 -0
  35. package/src/gen/_docs/functions/case-links_case-links.msw.api.gen.getDeleteLinkMockHandler.html +15 -0
  36. package/src/gen/_docs/functions/case-links_case-links.msw.api.gen.getDeleteLinkResponseMock.html +15 -0
  37. package/src/gen/_docs/functions/case-links_case-links.msw.api.gen.getListLinksMockHandler.html +15 -0
  38. package/src/gen/_docs/functions/case-links_case-links.msw.api.gen.getListLinksResponseMock.html +15 -0
  39. package/src/gen/_docs/functions/case-links_case-links.msw.api.gen.getLocateLinkMockHandler.html +15 -0
  40. package/src/gen/_docs/functions/case-links_case-links.msw.api.gen.getLocateLinkResponseMock.html +15 -0
  41. package/src/gen/_docs/functions/case-links_case-links.msw.api.gen.getUpdateLink2MockHandler.html +15 -0
  42. package/src/gen/_docs/functions/case-links_case-links.msw.api.gen.getUpdateLink2ResponseMock.html +15 -0
  43. package/src/gen/_docs/functions/case-links_case-links.msw.api.gen.getUpdateLinkMockHandler.html +15 -0
  44. package/src/gen/_docs/functions/case-links_case-links.msw.api.gen.getUpdateLinkResponseMock.html +15 -0
  45. package/src/gen/_docs/functions/case-timeline_case-timeline.api.gen.getCaseTimeline.html +61 -0
  46. package/src/gen/_docs/functions/case-timeline_case-timeline.msw.api.gen.getCaseTimelineMock.html +9 -0
  47. package/src/gen/_docs/functions/case-timeline_case-timeline.msw.api.gen.getGetTimelineCounterMockHandler.html +15 -0
  48. package/src/gen/_docs/functions/case-timeline_case-timeline.msw.api.gen.getGetTimelineCounterResponseMock.html +15 -0
  49. package/src/gen/_docs/functions/case-timeline_case-timeline.msw.api.gen.getGetTimelineMockHandler.html +15 -0
  50. package/src/gen/_docs/functions/case-timeline_case-timeline.msw.api.gen.getGetTimelineResponseMock.html +15 -0
  51. package/src/gen/_docs/functions/cases_cases.api.gen.getCases.html +199 -0
  52. package/src/gen/_docs/functions/cases_cases.msw.api.gen.getCasesMock.html +9 -0
  53. package/src/gen/_docs/functions/cases_cases.msw.api.gen.getCreateCaseMockHandler.html +15 -0
  54. package/src/gen/_docs/functions/cases_cases.msw.api.gen.getCreateCaseResponseMock.html +15 -0
  55. package/src/gen/_docs/functions/cases_cases.msw.api.gen.getDeleteCaseMockHandler.html +15 -0
  56. package/src/gen/_docs/functions/cases_cases.msw.api.gen.getDeleteCaseResponseMock.html +15 -0
  57. package/src/gen/_docs/functions/cases_cases.msw.api.gen.getLocateCaseMockHandler.html +15 -0
  58. package/src/gen/_docs/functions/cases_cases.msw.api.gen.getLocateCaseResponseMock.html +15 -0
  59. package/src/gen/_docs/functions/cases_cases.msw.api.gen.getSearchCases2MockHandler.html +15 -0
  60. package/src/gen/_docs/functions/cases_cases.msw.api.gen.getSearchCases2ResponseMock.html +15 -0
  61. package/src/gen/_docs/functions/cases_cases.msw.api.gen.getSearchCasesMockHandler.html +15 -0
  62. package/src/gen/_docs/functions/cases_cases.msw.api.gen.getSearchCasesResponseMock.html +15 -0
  63. package/src/gen/_docs/functions/cases_cases.msw.api.gen.getUpdateCase2MockHandler.html +15 -0
  64. package/src/gen/_docs/functions/cases_cases.msw.api.gen.getUpdateCase2ResponseMock.html +15 -0
  65. package/src/gen/_docs/functions/cases_cases.msw.api.gen.getUpdateCaseMockHandler.html +15 -0
  66. package/src/gen/_docs/functions/cases_cases.msw.api.gen.getUpdateCaseResponseMock.html +15 -0
  67. package/src/gen/_docs/functions/catalogs_catalogs.api.gen.getCatalogs.html +175 -0
  68. package/src/gen/_docs/functions/catalogs_catalogs.msw.api.gen.getCatalogsMock.html +9 -0
  69. package/src/gen/_docs/functions/catalogs_catalogs.msw.api.gen.getCreateCatalogMockHandler.html +15 -0
  70. package/src/gen/_docs/functions/catalogs_catalogs.msw.api.gen.getCreateCatalogResponseMock.html +15 -0
  71. package/src/gen/_docs/functions/catalogs_catalogs.msw.api.gen.getDeleteCatalogMockHandler.html +15 -0
  72. package/src/gen/_docs/functions/catalogs_catalogs.msw.api.gen.getDeleteCatalogResponseMock.html +15 -0
  73. package/src/gen/_docs/functions/catalogs_catalogs.msw.api.gen.getListCatalogsMockHandler.html +15 -0
  74. package/src/gen/_docs/functions/catalogs_catalogs.msw.api.gen.getListCatalogsResponseMock.html +15 -0
  75. package/src/gen/_docs/functions/catalogs_catalogs.msw.api.gen.getLocateCatalogMockHandler.html +15 -0
  76. package/src/gen/_docs/functions/catalogs_catalogs.msw.api.gen.getLocateCatalogResponseMock.html +15 -0
  77. package/src/gen/_docs/functions/catalogs_catalogs.msw.api.gen.getUpdateCatalog2MockHandler.html +15 -0
  78. package/src/gen/_docs/functions/catalogs_catalogs.msw.api.gen.getUpdateCatalog2ResponseMock.html +15 -0
  79. package/src/gen/_docs/functions/catalogs_catalogs.msw.api.gen.getUpdateCatalogMockHandler.html +15 -0
  80. package/src/gen/_docs/functions/catalogs_catalogs.msw.api.gen.getUpdateCatalogResponseMock.html +15 -0
  81. package/src/gen/_docs/functions/close-reason-groups_close-reason-groups.api.gen.getCloseReasonGroups.html +175 -0
  82. package/src/gen/_docs/functions/close-reason-groups_close-reason-groups.msw.api.gen.getCloseReasonGroupsMock.html +9 -0
  83. package/src/gen/_docs/functions/close-reason-groups_close-reason-groups.msw.api.gen.getCreateCloseReasonGroupMockHandler.html +15 -0
  84. package/src/gen/_docs/functions/close-reason-groups_close-reason-groups.msw.api.gen.getCreateCloseReasonGroupResponseMock.html +15 -0
  85. package/src/gen/_docs/functions/close-reason-groups_close-reason-groups.msw.api.gen.getDeleteCloseReasonGroupMockHandler.html +15 -0
  86. package/src/gen/_docs/functions/close-reason-groups_close-reason-groups.msw.api.gen.getDeleteCloseReasonGroupResponseMock.html +15 -0
  87. package/src/gen/_docs/functions/close-reason-groups_close-reason-groups.msw.api.gen.getListCloseReasonGroupsMockHandler.html +15 -0
  88. package/src/gen/_docs/functions/close-reason-groups_close-reason-groups.msw.api.gen.getListCloseReasonGroupsResponseMock.html +15 -0
  89. package/src/gen/_docs/functions/close-reason-groups_close-reason-groups.msw.api.gen.getLocateCloseReasonGroupMockHandler.html +15 -0
  90. package/src/gen/_docs/functions/close-reason-groups_close-reason-groups.msw.api.gen.getLocateCloseReasonGroupResponseMock.html +15 -0
  91. package/src/gen/_docs/functions/close-reason-groups_close-reason-groups.msw.api.gen.getUpdateCloseReasonGroup2MockHandler.html +15 -0
  92. package/src/gen/_docs/functions/close-reason-groups_close-reason-groups.msw.api.gen.getUpdateCloseReasonGroup2ResponseMock.html +15 -0
  93. package/src/gen/_docs/functions/close-reason-groups_close-reason-groups.msw.api.gen.getUpdateCloseReasonGroupMockHandler.html +15 -0
  94. package/src/gen/_docs/functions/close-reason-groups_close-reason-groups.msw.api.gen.getUpdateCloseReasonGroupResponseMock.html +15 -0
  95. package/src/gen/_docs/functions/close-reasons_close-reasons.api.gen.getCloseReasons.html +199 -0
  96. package/src/gen/_docs/functions/close-reasons_close-reasons.msw.api.gen.getCloseReasonsMock.html +9 -0
  97. package/src/gen/_docs/functions/close-reasons_close-reasons.msw.api.gen.getCreateCloseReasonMockHandler.html +15 -0
  98. package/src/gen/_docs/functions/close-reasons_close-reasons.msw.api.gen.getCreateCloseReasonResponseMock.html +15 -0
  99. package/src/gen/_docs/functions/close-reasons_close-reasons.msw.api.gen.getDeleteCloseReasonMockHandler.html +15 -0
  100. package/src/gen/_docs/functions/close-reasons_close-reasons.msw.api.gen.getDeleteCloseReasonResponseMock.html +15 -0
  101. package/src/gen/_docs/functions/close-reasons_close-reasons.msw.api.gen.getListCloseReasonsMockHandler.html +15 -0
  102. package/src/gen/_docs/functions/close-reasons_close-reasons.msw.api.gen.getListCloseReasonsResponseMock.html +15 -0
  103. package/src/gen/_docs/functions/close-reasons_close-reasons.msw.api.gen.getLocateCloseReasonMockHandler.html +15 -0
  104. package/src/gen/_docs/functions/close-reasons_close-reasons.msw.api.gen.getLocateCloseReasonResponseMock.html +15 -0
  105. package/src/gen/_docs/functions/close-reasons_close-reasons.msw.api.gen.getUpdateCloseReason2MockHandler.html +15 -0
  106. package/src/gen/_docs/functions/close-reasons_close-reasons.msw.api.gen.getUpdateCloseReason2ResponseMock.html +15 -0
  107. package/src/gen/_docs/functions/close-reasons_close-reasons.msw.api.gen.getUpdateCloseReasonMockHandler.html +15 -0
  108. package/src/gen/_docs/functions/close-reasons_close-reasons.msw.api.gen.getUpdateCloseReasonResponseMock.html +15 -0
  109. package/src/gen/_docs/functions/priorities_priorities.api.gen.getPriorities.html +175 -0
  110. package/src/gen/_docs/functions/priorities_priorities.msw.api.gen.getCreatePriorityMockHandler.html +15 -0
  111. package/src/gen/_docs/functions/priorities_priorities.msw.api.gen.getCreatePriorityResponseMock.html +15 -0
  112. package/src/gen/_docs/functions/priorities_priorities.msw.api.gen.getDeletePriorityMockHandler.html +15 -0
  113. package/src/gen/_docs/functions/priorities_priorities.msw.api.gen.getDeletePriorityResponseMock.html +15 -0
  114. package/src/gen/_docs/functions/priorities_priorities.msw.api.gen.getListPrioritiesMockHandler.html +15 -0
  115. package/src/gen/_docs/functions/priorities_priorities.msw.api.gen.getListPrioritiesResponseMock.html +15 -0
  116. package/src/gen/_docs/functions/priorities_priorities.msw.api.gen.getLocatePriorityMockHandler.html +15 -0
  117. package/src/gen/_docs/functions/priorities_priorities.msw.api.gen.getLocatePriorityResponseMock.html +15 -0
  118. package/src/gen/_docs/functions/priorities_priorities.msw.api.gen.getPrioritiesMock.html +9 -0
  119. package/src/gen/_docs/functions/priorities_priorities.msw.api.gen.getUpdatePriority2MockHandler.html +15 -0
  120. package/src/gen/_docs/functions/priorities_priorities.msw.api.gen.getUpdatePriority2ResponseMock.html +15 -0
  121. package/src/gen/_docs/functions/priorities_priorities.msw.api.gen.getUpdatePriorityMockHandler.html +15 -0
  122. package/src/gen/_docs/functions/priorities_priorities.msw.api.gen.getUpdatePriorityResponseMock.html +15 -0
  123. package/src/gen/_docs/functions/related-cases_related-cases.api.gen.getRelatedCases.html +187 -0
  124. package/src/gen/_docs/functions/related-cases_related-cases.msw.api.gen.getCreateRelatedCaseMockHandler.html +15 -0
  125. package/src/gen/_docs/functions/related-cases_related-cases.msw.api.gen.getCreateRelatedCaseResponseMock.html +15 -0
  126. package/src/gen/_docs/functions/related-cases_related-cases.msw.api.gen.getDeleteRelatedCaseMockHandler.html +15 -0
  127. package/src/gen/_docs/functions/related-cases_related-cases.msw.api.gen.getDeleteRelatedCaseResponseMock.html +15 -0
  128. package/src/gen/_docs/functions/related-cases_related-cases.msw.api.gen.getListRelatedCasesMockHandler.html +15 -0
  129. package/src/gen/_docs/functions/related-cases_related-cases.msw.api.gen.getListRelatedCasesResponseMock.html +15 -0
  130. package/src/gen/_docs/functions/related-cases_related-cases.msw.api.gen.getLocateRelatedCaseMockHandler.html +15 -0
  131. package/src/gen/_docs/functions/related-cases_related-cases.msw.api.gen.getLocateRelatedCaseResponseMock.html +15 -0
  132. package/src/gen/_docs/functions/related-cases_related-cases.msw.api.gen.getRelatedCasesMock.html +9 -0
  133. package/src/gen/_docs/functions/related-cases_related-cases.msw.api.gen.getUpdateRelatedCase2MockHandler.html +15 -0
  134. package/src/gen/_docs/functions/related-cases_related-cases.msw.api.gen.getUpdateRelatedCase2ResponseMock.html +15 -0
  135. package/src/gen/_docs/functions/related-cases_related-cases.msw.api.gen.getUpdateRelatedCaseMockHandler.html +15 -0
  136. package/src/gen/_docs/functions/related-cases_related-cases.msw.api.gen.getUpdateRelatedCaseResponseMock.html +15 -0
  137. package/src/gen/_docs/functions/services_services.api.gen.getServices.html +175 -0
  138. package/src/gen/_docs/functions/services_services.msw.api.gen.getCreateServiceMockHandler.html +15 -0
  139. package/src/gen/_docs/functions/services_services.msw.api.gen.getCreateServiceResponseMock.html +15 -0
  140. package/src/gen/_docs/functions/services_services.msw.api.gen.getDeleteServiceMockHandler.html +15 -0
  141. package/src/gen/_docs/functions/services_services.msw.api.gen.getDeleteServiceResponseMock.html +15 -0
  142. package/src/gen/_docs/functions/services_services.msw.api.gen.getListServicesMockHandler.html +15 -0
  143. package/src/gen/_docs/functions/services_services.msw.api.gen.getListServicesResponseMock.html +15 -0
  144. package/src/gen/_docs/functions/services_services.msw.api.gen.getLocateServiceMockHandler.html +15 -0
  145. package/src/gen/_docs/functions/services_services.msw.api.gen.getLocateServiceResponseMock.html +15 -0
  146. package/src/gen/_docs/functions/services_services.msw.api.gen.getServicesMock.html +9 -0
  147. package/src/gen/_docs/functions/services_services.msw.api.gen.getUpdateService2MockHandler.html +15 -0
  148. package/src/gen/_docs/functions/services_services.msw.api.gen.getUpdateService2ResponseMock.html +15 -0
  149. package/src/gen/_docs/functions/services_services.msw.api.gen.getUpdateServiceMockHandler.html +15 -0
  150. package/src/gen/_docs/functions/services_services.msw.api.gen.getUpdateServiceResponseMock.html +15 -0
  151. package/src/gen/_docs/functions/slaconditions_slaconditions.api.gen.getSlaconditions.html +199 -0
  152. package/src/gen/_docs/functions/slaconditions_slaconditions.msw.api.gen.getCreateSLAConditionMockHandler.html +15 -0
  153. package/src/gen/_docs/functions/slaconditions_slaconditions.msw.api.gen.getCreateSLAConditionResponseMock.html +15 -0
  154. package/src/gen/_docs/functions/slaconditions_slaconditions.msw.api.gen.getDeleteSLAConditionMockHandler.html +15 -0
  155. package/src/gen/_docs/functions/slaconditions_slaconditions.msw.api.gen.getDeleteSLAConditionResponseMock.html +15 -0
  156. package/src/gen/_docs/functions/slaconditions_slaconditions.msw.api.gen.getListSLAConditionsMockHandler.html +15 -0
  157. package/src/gen/_docs/functions/slaconditions_slaconditions.msw.api.gen.getListSLAConditionsResponseMock.html +15 -0
  158. package/src/gen/_docs/functions/slaconditions_slaconditions.msw.api.gen.getLocateSLAConditionMockHandler.html +15 -0
  159. package/src/gen/_docs/functions/slaconditions_slaconditions.msw.api.gen.getLocateSLAConditionResponseMock.html +15 -0
  160. package/src/gen/_docs/functions/slaconditions_slaconditions.msw.api.gen.getSlaconditionsMock.html +9 -0
  161. package/src/gen/_docs/functions/slaconditions_slaconditions.msw.api.gen.getUpdateSLACondition2MockHandler.html +15 -0
  162. package/src/gen/_docs/functions/slaconditions_slaconditions.msw.api.gen.getUpdateSLACondition2ResponseMock.html +15 -0
  163. package/src/gen/_docs/functions/slaconditions_slaconditions.msw.api.gen.getUpdateSLAConditionMockHandler.html +15 -0
  164. package/src/gen/_docs/functions/slaconditions_slaconditions.msw.api.gen.getUpdateSLAConditionResponseMock.html +15 -0
  165. package/src/gen/_docs/functions/slas_slas.api.gen.getSlas.html +175 -0
  166. package/src/gen/_docs/functions/slas_slas.msw.api.gen.getCreateSLAMockHandler.html +15 -0
  167. package/src/gen/_docs/functions/slas_slas.msw.api.gen.getCreateSLAResponseMock.html +15 -0
  168. package/src/gen/_docs/functions/slas_slas.msw.api.gen.getDeleteSLAMockHandler.html +15 -0
  169. package/src/gen/_docs/functions/slas_slas.msw.api.gen.getDeleteSLAResponseMock.html +15 -0
  170. package/src/gen/_docs/functions/slas_slas.msw.api.gen.getListSLAsMockHandler.html +15 -0
  171. package/src/gen/_docs/functions/slas_slas.msw.api.gen.getListSLAsResponseMock.html +15 -0
  172. package/src/gen/_docs/functions/slas_slas.msw.api.gen.getLocateSLAMockHandler.html +15 -0
  173. package/src/gen/_docs/functions/slas_slas.msw.api.gen.getLocateSLAResponseMock.html +15 -0
  174. package/src/gen/_docs/functions/slas_slas.msw.api.gen.getSlasMock.html +9 -0
  175. package/src/gen/_docs/functions/slas_slas.msw.api.gen.getUpdateSLA2MockHandler.html +15 -0
  176. package/src/gen/_docs/functions/slas_slas.msw.api.gen.getUpdateSLA2ResponseMock.html +15 -0
  177. package/src/gen/_docs/functions/slas_slas.msw.api.gen.getUpdateSLAMockHandler.html +15 -0
  178. package/src/gen/_docs/functions/slas_slas.msw.api.gen.getUpdateSLAResponseMock.html +15 -0
  179. package/src/gen/_docs/functions/sources_sources.api.gen.getSources.html +175 -0
  180. package/src/gen/_docs/functions/sources_sources.msw.api.gen.getCreateSourceMockHandler.html +15 -0
  181. package/src/gen/_docs/functions/sources_sources.msw.api.gen.getCreateSourceResponseMock.html +15 -0
  182. package/src/gen/_docs/functions/sources_sources.msw.api.gen.getDeleteSourceMockHandler.html +15 -0
  183. package/src/gen/_docs/functions/sources_sources.msw.api.gen.getDeleteSourceResponseMock.html +15 -0
  184. package/src/gen/_docs/functions/sources_sources.msw.api.gen.getListSourcesMockHandler.html +15 -0
  185. package/src/gen/_docs/functions/sources_sources.msw.api.gen.getListSourcesResponseMock.html +15 -0
  186. package/src/gen/_docs/functions/sources_sources.msw.api.gen.getLocateSourceMockHandler.html +15 -0
  187. package/src/gen/_docs/functions/sources_sources.msw.api.gen.getLocateSourceResponseMock.html +15 -0
  188. package/src/gen/_docs/functions/sources_sources.msw.api.gen.getSourcesMock.html +9 -0
  189. package/src/gen/_docs/functions/sources_sources.msw.api.gen.getUpdateSource2MockHandler.html +15 -0
  190. package/src/gen/_docs/functions/sources_sources.msw.api.gen.getUpdateSource2ResponseMock.html +15 -0
  191. package/src/gen/_docs/functions/sources_sources.msw.api.gen.getUpdateSourceMockHandler.html +15 -0
  192. package/src/gen/_docs/functions/sources_sources.msw.api.gen.getUpdateSourceResponseMock.html +15 -0
  193. package/src/gen/_docs/functions/status-conditions_status-conditions.api.gen.getStatusConditions.html +199 -0
  194. package/src/gen/_docs/functions/status-conditions_status-conditions.msw.api.gen.getCreateStatusConditionMockHandler.html +15 -0
  195. package/src/gen/_docs/functions/status-conditions_status-conditions.msw.api.gen.getCreateStatusConditionResponseMock.html +15 -0
  196. package/src/gen/_docs/functions/status-conditions_status-conditions.msw.api.gen.getDeleteStatusConditionMockHandler.html +15 -0
  197. package/src/gen/_docs/functions/status-conditions_status-conditions.msw.api.gen.getDeleteStatusConditionResponseMock.html +15 -0
  198. package/src/gen/_docs/functions/status-conditions_status-conditions.msw.api.gen.getListStatusConditionsMockHandler.html +15 -0
  199. package/src/gen/_docs/functions/status-conditions_status-conditions.msw.api.gen.getListStatusConditionsResponseMock.html +15 -0
  200. package/src/gen/_docs/functions/status-conditions_status-conditions.msw.api.gen.getLocateStatusConditionMockHandler.html +15 -0
  201. package/src/gen/_docs/functions/status-conditions_status-conditions.msw.api.gen.getLocateStatusConditionResponseMock.html +15 -0
  202. package/src/gen/_docs/functions/status-conditions_status-conditions.msw.api.gen.getStatusConditionsMock.html +9 -0
  203. package/src/gen/_docs/functions/status-conditions_status-conditions.msw.api.gen.getUpdateStatusCondition2MockHandler.html +15 -0
  204. package/src/gen/_docs/functions/status-conditions_status-conditions.msw.api.gen.getUpdateStatusCondition2ResponseMock.html +15 -0
  205. package/src/gen/_docs/functions/status-conditions_status-conditions.msw.api.gen.getUpdateStatusConditionMockHandler.html +15 -0
  206. package/src/gen/_docs/functions/status-conditions_status-conditions.msw.api.gen.getUpdateStatusConditionResponseMock.html +15 -0
  207. package/src/gen/_docs/functions/statuses_statuses.api.gen.getStatuses.html +175 -0
  208. package/src/gen/_docs/functions/statuses_statuses.msw.api.gen.getCreateStatusMockHandler.html +15 -0
  209. package/src/gen/_docs/functions/statuses_statuses.msw.api.gen.getCreateStatusResponseMock.html +15 -0
  210. package/src/gen/_docs/functions/statuses_statuses.msw.api.gen.getDeleteStatusMockHandler.html +15 -0
  211. package/src/gen/_docs/functions/statuses_statuses.msw.api.gen.getDeleteStatusResponseMock.html +15 -0
  212. package/src/gen/_docs/functions/statuses_statuses.msw.api.gen.getListStatusesMockHandler.html +15 -0
  213. package/src/gen/_docs/functions/statuses_statuses.msw.api.gen.getListStatusesResponseMock.html +15 -0
  214. package/src/gen/_docs/functions/statuses_statuses.msw.api.gen.getLocateStatusMockHandler.html +15 -0
  215. package/src/gen/_docs/functions/statuses_statuses.msw.api.gen.getLocateStatusResponseMock.html +15 -0
  216. package/src/gen/_docs/functions/statuses_statuses.msw.api.gen.getStatusesMock.html +9 -0
  217. package/src/gen/_docs/functions/statuses_statuses.msw.api.gen.getUpdateStatus2MockHandler.html +15 -0
  218. package/src/gen/_docs/functions/statuses_statuses.msw.api.gen.getUpdateStatus2ResponseMock.html +15 -0
  219. package/src/gen/_docs/functions/statuses_statuses.msw.api.gen.getUpdateStatusMockHandler.html +15 -0
  220. package/src/gen/_docs/functions/statuses_statuses.msw.api.gen.getUpdateStatusResponseMock.html +15 -0
  221. package/src/gen/_docs/hierarchy.html +3 -0
  222. package/src/gen/_docs/index.html +40 -0
  223. package/src/gen/_docs/interfaces/_models.CasesAttachment.html +38 -0
  224. package/src/gen/_docs/interfaces/_models.CasesCallEvent.html +81 -0
  225. package/src/gen/_docs/interfaces/_models.CasesCallFile.html +44 -0
  226. package/src/gen/_docs/interfaces/_models.CasesCase.html +275 -0
  227. package/src/gen/_docs/interfaces/_models.CasesCaseComment.html +105 -0
  228. package/src/gen/_docs/interfaces/_models.CasesCaseCommentList.html +29 -0
  229. package/src/gen/_docs/interfaces/_models.CasesCaseCommunication.html +45 -0
  230. package/src/gen/_docs/interfaces/_models.CasesCaseFileList.html +29 -0
  231. package/src/gen/_docs/interfaces/_models.CasesCaseLink.html +63 -0
  232. package/src/gen/_docs/interfaces/_models.CasesCaseLinkList.html +21 -0
  233. package/src/gen/_docs/interfaces/_models.CasesCaseList.html +29 -0
  234. package/src/gen/_docs/interfaces/_models.CasesCatalog.html +105 -0
  235. package/src/gen/_docs/interfaces/_models.CasesCatalogList.html +21 -0
  236. package/src/gen/_docs/interfaces/_models.CasesChatEvent.html +63 -0
  237. package/src/gen/_docs/interfaces/_models.CasesCloseInfo.html +21 -0
  238. package/src/gen/_docs/interfaces/_models.CasesCloseReason.html +51 -0
  239. package/src/gen/_docs/interfaces/_models.CasesCloseReasonGroup.html +45 -0
  240. package/src/gen/_docs/interfaces/_models.CasesCloseReasonGroupList.html +21 -0
  241. package/src/gen/_docs/interfaces/_models.CasesCloseReasonList.html +21 -0
  242. package/src/gen/_docs/interfaces/_models.CasesCreateCaseCloseInput.html +21 -0
  243. package/src/gen/_docs/interfaces/_models.CasesCreateCaseRelatedCaseInput.html +29 -0
  244. package/src/gen/_docs/interfaces/_models.CasesCreateInputRelatedCase.html +21 -0
  245. package/src/gen/_docs/interfaces/_models.CasesDayTimeline.html +33 -0
  246. package/src/gen/_docs/interfaces/_models.CasesEmailEvent.html +81 -0
  247. package/src/gen/_docs/interfaces/_models.CasesEvent.html +33 -0
  248. package/src/gen/_docs/interfaces/_models.CasesFile.html +65 -0
  249. package/src/gen/_docs/interfaces/_models.CasesGetTimelineCounterResponse.html +38 -0
  250. package/src/gen/_docs/interfaces/_models.CasesGetTimelineResponse.html +21 -0
  251. package/src/gen/_docs/interfaces/_models.CasesInputCase.html +99 -0
  252. package/src/gen/_docs/interfaces/_models.CasesInputCaseComment.html +21 -0
  253. package/src/gen/_docs/interfaces/_models.CasesInputCaseCommunication.html +21 -0
  254. package/src/gen/_docs/interfaces/_models.CasesInputCaseLink.html +26 -0
  255. package/src/gen/_docs/interfaces/_models.CasesInputCatalog.html +63 -0
  256. package/src/gen/_docs/interfaces/_models.CasesInputCloseReason.html +20 -0
  257. package/src/gen/_docs/interfaces/_models.CasesInputCloseReasonGroup.html +20 -0
  258. package/src/gen/_docs/interfaces/_models.CasesInputCreateCase.html +133 -0
  259. package/src/gen/_docs/interfaces/_models.CasesInputCreateService.html +57 -0
  260. package/src/gen/_docs/interfaces/_models.CasesInputCreateStatusCondition.html +20 -0
  261. package/src/gen/_docs/interfaces/_models.CasesInputPriority.html +26 -0
  262. package/src/gen/_docs/interfaces/_models.CasesInputRelatedCase.html +29 -0
  263. package/src/gen/_docs/interfaces/_models.CasesInputSLA.html +45 -0
  264. package/src/gen/_docs/interfaces/_models.CasesInputSLACondition.html +27 -0
  265. package/src/gen/_docs/interfaces/_models.CasesInputService.html +57 -0
  266. package/src/gen/_docs/interfaces/_models.CasesInputSource.html +27 -0
  267. package/src/gen/_docs/interfaces/_models.CasesInputStatus.html +20 -0
  268. package/src/gen/_docs/interfaces/_models.CasesInputStatusCondition.html +32 -0
  269. package/src/gen/_docs/interfaces/_models.CasesLinkCommunicationResponse.html +13 -0
  270. package/src/gen/_docs/interfaces/_models.CasesListCommunicationsResponse.html +27 -0
  271. package/src/gen/_docs/interfaces/_models.CasesLocateCatalogResponse.html +9 -0
  272. package/src/gen/_docs/interfaces/_models.CasesLocateCloseReasonGroupResponse.html +9 -0
  273. package/src/gen/_docs/interfaces/_models.CasesLocateCloseReasonResponse.html +9 -0
  274. package/src/gen/_docs/interfaces/_models.CasesLocatePriorityResponse.html +9 -0
  275. package/src/gen/_docs/interfaces/_models.CasesLocateSLAConditionResponse.html +9 -0
  276. package/src/gen/_docs/interfaces/_models.CasesLocateSLAResponse.html +9 -0
  277. package/src/gen/_docs/interfaces/_models.CasesLocateServiceResponse.html +9 -0
  278. package/src/gen/_docs/interfaces/_models.CasesLocateSourceResponse.html +13 -0
  279. package/src/gen/_docs/interfaces/_models.CasesLocateStatusConditionResponse.html +9 -0
  280. package/src/gen/_docs/interfaces/_models.CasesLocateStatusResponse.html +9 -0
  281. package/src/gen/_docs/interfaces/_models.CasesPriority.html +51 -0
  282. package/src/gen/_docs/interfaces/_models.CasesPriorityList.html +21 -0
  283. package/src/gen/_docs/interfaces/_models.CasesRateInfo.html +21 -0
  284. package/src/gen/_docs/interfaces/_models.CasesRelatedCase.html +85 -0
  285. package/src/gen/_docs/interfaces/_models.CasesRelatedCaseList.html +29 -0
  286. package/src/gen/_docs/interfaces/_models.CasesRelatedCaseLookup.html +41 -0
  287. package/src/gen/_docs/interfaces/_models.CasesSLA.html +75 -0
  288. package/src/gen/_docs/interfaces/_models.CasesSLACondition.html +63 -0
  289. package/src/gen/_docs/interfaces/_models.CasesSLAConditionList.html +21 -0
  290. package/src/gen/_docs/interfaces/_models.CasesSLAList.html +21 -0
  291. package/src/gen/_docs/interfaces/_models.CasesService.html +99 -0
  292. package/src/gen/_docs/interfaces/_models.CasesServiceList.html +21 -0
  293. package/src/gen/_docs/interfaces/_models.CasesSource.html +63 -0
  294. package/src/gen/_docs/interfaces/_models.CasesSourceList.html +29 -0
  295. package/src/gen/_docs/interfaces/_models.CasesSourceTypeLookup.html +21 -0
  296. package/src/gen/_docs/interfaces/_models.CasesStatusCondition.html +63 -0
  297. package/src/gen/_docs/interfaces/_models.CasesStatusConditionList.html +21 -0
  298. package/src/gen/_docs/interfaces/_models.CasesStatusList.html +21 -0
  299. package/src/gen/_docs/interfaces/_models.CasesTimingInfo.html +37 -0
  300. package/src/gen/_docs/interfaces/_models.CasesTranscriptLookup.html +21 -0
  301. package/src/gen/_docs/interfaces/_models.CasesUnlinkCommunicationResponse.html +13 -0
  302. package/src/gen/_docs/interfaces/_models.GeneralExtendedLookup.html +26 -0
  303. package/src/gen/_docs/interfaces/_models.GeneralLookup.html +20 -0
  304. package/src/gen/_docs/interfaces/_models.GooglerpcStatus.html +21 -0
  305. package/src/gen/_docs/interfaces/_models.ProtobufAny.html +18 -0
  306. package/src/gen/_docs/interfaces/_models.WebitelcasesStatus.html +45 -0
  307. package/src/gen/_docs/modules/_models.html +211 -0
  308. package/src/gen/_docs/modules/case-comments_case-comments.api.gen.html +16 -0
  309. package/src/gen/_docs/modules/case-comments_case-comments.msw.api.gen.html +19 -0
  310. package/src/gen/_docs/modules/case-communications_case-communications.api.gen.html +13 -0
  311. package/src/gen/_docs/modules/case-communications_case-communications.msw.api.gen.html +13 -0
  312. package/src/gen/_docs/modules/case-files_case-files.api.gen.html +12 -0
  313. package/src/gen/_docs/modules/case-files_case-files.msw.api.gen.html +11 -0
  314. package/src/gen/_docs/modules/case-links_case-links.api.gen.html +16 -0
  315. package/src/gen/_docs/modules/case-links_case-links.msw.api.gen.html +19 -0
  316. package/src/gen/_docs/modules/case-timeline_case-timeline.api.gen.html +12 -0
  317. package/src/gen/_docs/modules/case-timeline_case-timeline.msw.api.gen.html +11 -0
  318. package/src/gen/_docs/modules/cases_cases.api.gen.html +17 -0
  319. package/src/gen/_docs/modules/cases_cases.msw.api.gen.html +21 -0
  320. package/src/gen/_docs/modules/catalogs_catalogs.api.gen.html +16 -0
  321. package/src/gen/_docs/modules/catalogs_catalogs.msw.api.gen.html +19 -0
  322. package/src/gen/_docs/modules/close-reason-groups_close-reason-groups.api.gen.html +16 -0
  323. package/src/gen/_docs/modules/close-reason-groups_close-reason-groups.msw.api.gen.html +19 -0
  324. package/src/gen/_docs/modules/close-reasons_close-reasons.api.gen.html +16 -0
  325. package/src/gen/_docs/modules/close-reasons_close-reasons.msw.api.gen.html +19 -0
  326. package/src/gen/_docs/modules/index.html +3021 -0
  327. package/src/gen/_docs/modules/priorities_priorities.api.gen.html +16 -0
  328. package/src/gen/_docs/modules/priorities_priorities.msw.api.gen.html +19 -0
  329. package/src/gen/_docs/modules/related-cases_related-cases.api.gen.html +16 -0
  330. package/src/gen/_docs/modules/related-cases_related-cases.msw.api.gen.html +19 -0
  331. package/src/gen/_docs/modules/services_services.api.gen.html +16 -0
  332. package/src/gen/_docs/modules/services_services.msw.api.gen.html +19 -0
  333. package/src/gen/_docs/modules/slaconditions_slaconditions.api.gen.html +16 -0
  334. package/src/gen/_docs/modules/slaconditions_slaconditions.msw.api.gen.html +19 -0
  335. package/src/gen/_docs/modules/slas_slas.api.gen.html +16 -0
  336. package/src/gen/_docs/modules/slas_slas.msw.api.gen.html +19 -0
  337. package/src/gen/_docs/modules/sources_sources.api.gen.html +16 -0
  338. package/src/gen/_docs/modules/sources_sources.msw.api.gen.html +19 -0
  339. package/src/gen/_docs/modules/status-conditions_status-conditions.api.gen.html +16 -0
  340. package/src/gen/_docs/modules/status-conditions_status-conditions.msw.api.gen.html +19 -0
  341. package/src/gen/_docs/modules/statuses_statuses.api.gen.html +16 -0
  342. package/src/gen/_docs/modules/statuses_statuses.msw.api.gen.html +19 -0
  343. package/src/gen/_docs/types/_models.CasesCaseCommunicationsTypes.html +12 -0
  344. package/src/gen/_docs/types/_models.CasesCaseTimelineEventType.html +10 -0
  345. package/src/gen/_docs/types/_models.CasesInputCatalogBody.html +7 -0
  346. package/src/gen/_docs/types/_models.CasesInputCloseReasonBody.html +5 -0
  347. package/src/gen/_docs/types/_models.CasesInputCloseReasonGroupBody.html +5 -0
  348. package/src/gen/_docs/types/_models.CasesInputPriorityBody.html +5 -0
  349. package/src/gen/_docs/types/_models.CasesInputSLABody.html +5 -0
  350. package/src/gen/_docs/types/_models.CasesInputSLAConditionBody.html +5 -0
  351. package/src/gen/_docs/types/_models.CasesInputServiceBody.html +7 -0
  352. package/src/gen/_docs/types/_models.CasesInputSourceBody.html +5 -0
  353. package/src/gen/_docs/types/_models.CasesInputStatusBody.html +5 -0
  354. package/src/gen/_docs/types/_models.CasesInputStatusConditionBody.html +5 -0
  355. package/src/gen/_docs/types/_models.CasesRelationType.html +7 -0
  356. package/src/gen/_docs/types/_models.CasesSourceType.html +15 -0
  357. package/src/gen/_docs/types/_models.CreateCaseParams.html +18 -0
  358. package/src/gen/_docs/types/_models.CreateCatalogParams.html +16 -0
  359. package/src/gen/_docs/types/_models.CreateCloseReasonGroupParams.html +18 -0
  360. package/src/gen/_docs/types/_models.CreateCloseReasonParams.html +18 -0
  361. package/src/gen/_docs/types/_models.CreateLinkParams.html +36 -0
  362. package/src/gen/_docs/types/_models.CreatePriorityParams.html +18 -0
  363. package/src/gen/_docs/types/_models.CreateRelatedCaseParams.html +18 -0
  364. package/src/gen/_docs/types/_models.CreateSLAConditionParams.html +16 -0
  365. package/src/gen/_docs/types/_models.CreateSLAParams.html +18 -0
  366. package/src/gen/_docs/types/_models.CreateServiceParams.html +16 -0
  367. package/src/gen/_docs/types/_models.CreateSourceParams.html +16 -0
  368. package/src/gen/_docs/types/_models.CreateStatusConditionParams.html +16 -0
  369. package/src/gen/_docs/types/_models.CreateStatusParams.html +18 -0
  370. package/src/gen/_docs/types/_models.DeleteCaseParams.html +18 -0
  371. package/src/gen/_docs/types/_models.DeleteCommentParams.html +18 -0
  372. package/src/gen/_docs/types/_models.GetTimelineParams.html +59 -0
  373. package/src/gen/_docs/types/_models.GetTimelineTypeItem.html +10 -0
  374. package/src/gen/_docs/types/_models.LinkCommunicationParams.html +18 -0
  375. package/src/gen/_docs/types/_models.ListCatalogsParams.html +103 -0
  376. package/src/gen/_docs/types/_models.ListCloseReasonGroupsParams.html +46 -0
  377. package/src/gen/_docs/types/_models.ListCloseReasonsParams.html +59 -0
  378. package/src/gen/_docs/types/_models.ListCommentsParams.html +58 -0
  379. package/src/gen/_docs/types/_models.ListCommunicationsParams.html +50 -0
  380. package/src/gen/_docs/types/_models.ListFilesParams.html +58 -0
  381. package/src/gen/_docs/types/_models.ListLinksParams.html +46 -0
  382. package/src/gen/_docs/types/_models.ListPrioritiesParams.html +77 -0
  383. package/src/gen/_docs/types/_models.ListRelatedCasesParams.html +58 -0
  384. package/src/gen/_docs/types/_models.ListSLAConditionsParams.html +77 -0
  385. package/src/gen/_docs/types/_models.ListSLAsParams.html +61 -0
  386. package/src/gen/_docs/types/_models.ListServicesParams.html +77 -0
  387. package/src/gen/_docs/types/_models.ListSourcesParams.html +72 -0
  388. package/src/gen/_docs/types/_models.ListSourcesTypeItem.html +10 -0
  389. package/src/gen/_docs/types/_models.ListStatusConditionsParams.html +61 -0
  390. package/src/gen/_docs/types/_models.ListStatusesParams.html +61 -0
  391. package/src/gen/_docs/types/_models.LocateCaseParams.html +18 -0
  392. package/src/gen/_docs/types/_models.LocateCatalogParams.html +30 -0
  393. package/src/gen/_docs/types/_models.LocateCloseReasonGroupParams.html +16 -0
  394. package/src/gen/_docs/types/_models.LocateCloseReasonParams.html +16 -0
  395. package/src/gen/_docs/types/_models.LocateCommentParams.html +18 -0
  396. package/src/gen/_docs/types/_models.LocateLinkParams.html +16 -0
  397. package/src/gen/_docs/types/_models.LocatePriorityParams.html +18 -0
  398. package/src/gen/_docs/types/_models.LocateRelatedCaseParams.html +18 -0
  399. package/src/gen/_docs/types/_models.LocateSLAConditionParams.html +18 -0
  400. package/src/gen/_docs/types/_models.LocateSLAParams.html +16 -0
  401. package/src/gen/_docs/types/_models.LocateServiceParams.html +18 -0
  402. package/src/gen/_docs/types/_models.LocateSourceParams.html +18 -0
  403. package/src/gen/_docs/types/_models.LocateStatusConditionParams.html +18 -0
  404. package/src/gen/_docs/types/_models.LocateStatusParams.html +16 -0
  405. package/src/gen/_docs/types/_models.PublishCommentParams.html +18 -0
  406. package/src/gen/_docs/types/_models.SearchCases2Params.html +66 -0
  407. package/src/gen/_docs/types/_models.SearchCasesParams.html +74 -0
  408. package/src/gen/_docs/types/_models.UnlinkCommunicationParams.html +18 -0
  409. package/src/gen/_docs/types/_models.UpdateCase2Body.html +95 -0
  410. package/src/gen/_docs/types/_models.UpdateCase2Params.html +26 -0
  411. package/src/gen/_docs/types/_models.UpdateCaseBody.html +95 -0
  412. package/src/gen/_docs/types/_models.UpdateCaseInputBody.html +95 -0
  413. package/src/gen/_docs/types/_models.UpdateCaseParams.html +26 -0
  414. package/src/gen/_docs/types/_models.UpdateCatalog2Params.html +16 -0
  415. package/src/gen/_docs/types/_models.UpdateCatalogParams.html +16 -0
  416. package/src/gen/_docs/types/_models.UpdateCloseReason2Params.html +18 -0
  417. package/src/gen/_docs/types/_models.UpdateCloseReasonGroup2Params.html +18 -0
  418. package/src/gen/_docs/types/_models.UpdateCloseReasonGroupParams.html +18 -0
  419. package/src/gen/_docs/types/_models.UpdateCloseReasonParams.html +18 -0
  420. package/src/gen/_docs/types/_models.UpdateComment2Body.html +18 -0
  421. package/src/gen/_docs/types/_models.UpdateComment2Params.html +18 -0
  422. package/src/gen/_docs/types/_models.UpdateCommentBody.html +18 -0
  423. package/src/gen/_docs/types/_models.UpdateCommentInputBody.html +18 -0
  424. package/src/gen/_docs/types/_models.UpdateCommentParams.html +18 -0
  425. package/src/gen/_docs/types/_models.UpdateLink2Body.html +22 -0
  426. package/src/gen/_docs/types/_models.UpdateLink2Params.html +18 -0
  427. package/src/gen/_docs/types/_models.UpdateLinkBody.html +22 -0
  428. package/src/gen/_docs/types/_models.UpdateLinkInputBody.html +22 -0
  429. package/src/gen/_docs/types/_models.UpdateLinkParams.html +18 -0
  430. package/src/gen/_docs/types/_models.UpdatePriority2Params.html +18 -0
  431. package/src/gen/_docs/types/_models.UpdatePriorityParams.html +18 -0
  432. package/src/gen/_docs/types/_models.UpdateRelatedCase2Body.html +29 -0
  433. package/src/gen/_docs/types/_models.UpdateRelatedCase2BodyPrimaryCase.html +13 -0
  434. package/src/gen/_docs/types/_models.UpdateRelatedCase2Params.html +18 -0
  435. package/src/gen/_docs/types/_models.UpdateRelatedCaseBody.html +29 -0
  436. package/src/gen/_docs/types/_models.UpdateRelatedCaseBodyPrimaryCase.html +13 -0
  437. package/src/gen/_docs/types/_models.UpdateRelatedCaseInputBody.html +29 -0
  438. package/src/gen/_docs/types/_models.UpdateRelatedCaseInputBodyPrimaryCase.html +13 -0
  439. package/src/gen/_docs/types/_models.UpdateRelatedCaseParams.html +18 -0
  440. package/src/gen/_docs/types/_models.UpdateSLA2Params.html +18 -0
  441. package/src/gen/_docs/types/_models.UpdateSLACondition2Params.html +16 -0
  442. package/src/gen/_docs/types/_models.UpdateSLAConditionParams.html +16 -0
  443. package/src/gen/_docs/types/_models.UpdateSLAParams.html +18 -0
  444. package/src/gen/_docs/types/_models.UpdateService2Params.html +16 -0
  445. package/src/gen/_docs/types/_models.UpdateServiceParams.html +16 -0
  446. package/src/gen/_docs/types/_models.UpdateSource2Params.html +16 -0
  447. package/src/gen/_docs/types/_models.UpdateSourceParams.html +16 -0
  448. package/src/gen/_docs/types/_models.UpdateStatus2Params.html +18 -0
  449. package/src/gen/_docs/types/_models.UpdateStatusCondition2Params.html +16 -0
  450. package/src/gen/_docs/types/_models.UpdateStatusConditionParams.html +16 -0
  451. package/src/gen/_docs/types/_models.UpdateStatusParams.html +18 -0
  452. package/src/gen/_docs/types/case-comments_case-comments.api.gen.DeleteCommentResult.html +5 -0
  453. package/src/gen/_docs/types/case-comments_case-comments.api.gen.ListCommentsResult.html +5 -0
  454. package/src/gen/_docs/types/case-comments_case-comments.api.gen.LocateCommentResult.html +5 -0
  455. package/src/gen/_docs/types/case-comments_case-comments.api.gen.PublishCommentResult.html +5 -0
  456. package/src/gen/_docs/types/case-comments_case-comments.api.gen.UpdateComment2Result.html +5 -0
  457. package/src/gen/_docs/types/case-comments_case-comments.api.gen.UpdateCommentResult.html +5 -0
  458. package/src/gen/_docs/types/case-communications_case-communications.api.gen.LinkCommunicationResult.html +5 -0
  459. package/src/gen/_docs/types/case-communications_case-communications.api.gen.ListCommunicationsResult.html +5 -0
  460. package/src/gen/_docs/types/case-communications_case-communications.api.gen.UnlinkCommunicationResult.html +5 -0
  461. package/src/gen/_docs/types/case-files_case-files.api.gen.DeleteFileResult.html +5 -0
  462. package/src/gen/_docs/types/case-files_case-files.api.gen.ListFilesResult.html +5 -0
  463. package/src/gen/_docs/types/case-links_case-links.api.gen.CreateLinkResult.html +5 -0
  464. package/src/gen/_docs/types/case-links_case-links.api.gen.DeleteLinkResult.html +5 -0
  465. package/src/gen/_docs/types/case-links_case-links.api.gen.ListLinksResult.html +5 -0
  466. package/src/gen/_docs/types/case-links_case-links.api.gen.LocateLinkResult.html +5 -0
  467. package/src/gen/_docs/types/case-links_case-links.api.gen.UpdateLink2Result.html +5 -0
  468. package/src/gen/_docs/types/case-links_case-links.api.gen.UpdateLinkResult.html +5 -0
  469. package/src/gen/_docs/types/case-timeline_case-timeline.api.gen.GetTimelineCounterResult.html +5 -0
  470. package/src/gen/_docs/types/case-timeline_case-timeline.api.gen.GetTimelineResult.html +5 -0
  471. package/src/gen/_docs/types/cases_cases.api.gen.CreateCaseResult.html +5 -0
  472. package/src/gen/_docs/types/cases_cases.api.gen.DeleteCaseResult.html +5 -0
  473. package/src/gen/_docs/types/cases_cases.api.gen.LocateCaseResult.html +5 -0
  474. package/src/gen/_docs/types/cases_cases.api.gen.SearchCases2Result.html +5 -0
  475. package/src/gen/_docs/types/cases_cases.api.gen.SearchCasesResult.html +5 -0
  476. package/src/gen/_docs/types/cases_cases.api.gen.UpdateCase2Result.html +5 -0
  477. package/src/gen/_docs/types/cases_cases.api.gen.UpdateCaseResult.html +5 -0
  478. package/src/gen/_docs/types/catalogs_catalogs.api.gen.CreateCatalogResult.html +5 -0
  479. package/src/gen/_docs/types/catalogs_catalogs.api.gen.DeleteCatalogResult.html +5 -0
  480. package/src/gen/_docs/types/catalogs_catalogs.api.gen.ListCatalogsResult.html +5 -0
  481. package/src/gen/_docs/types/catalogs_catalogs.api.gen.LocateCatalogResult.html +5 -0
  482. package/src/gen/_docs/types/catalogs_catalogs.api.gen.UpdateCatalog2Result.html +5 -0
  483. package/src/gen/_docs/types/catalogs_catalogs.api.gen.UpdateCatalogResult.html +5 -0
  484. package/src/gen/_docs/types/close-reason-groups_close-reason-groups.api.gen.CreateCloseReasonGroupResult.html +5 -0
  485. package/src/gen/_docs/types/close-reason-groups_close-reason-groups.api.gen.DeleteCloseReasonGroupResult.html +5 -0
  486. package/src/gen/_docs/types/close-reason-groups_close-reason-groups.api.gen.ListCloseReasonGroupsResult.html +5 -0
  487. package/src/gen/_docs/types/close-reason-groups_close-reason-groups.api.gen.LocateCloseReasonGroupResult.html +5 -0
  488. package/src/gen/_docs/types/close-reason-groups_close-reason-groups.api.gen.UpdateCloseReasonGroup2Result.html +5 -0
  489. package/src/gen/_docs/types/close-reason-groups_close-reason-groups.api.gen.UpdateCloseReasonGroupResult.html +5 -0
  490. package/src/gen/_docs/types/close-reasons_close-reasons.api.gen.CreateCloseReasonResult.html +5 -0
  491. package/src/gen/_docs/types/close-reasons_close-reasons.api.gen.DeleteCloseReasonResult.html +5 -0
  492. package/src/gen/_docs/types/close-reasons_close-reasons.api.gen.ListCloseReasonsResult.html +5 -0
  493. package/src/gen/_docs/types/close-reasons_close-reasons.api.gen.LocateCloseReasonResult.html +5 -0
  494. package/src/gen/_docs/types/close-reasons_close-reasons.api.gen.UpdateCloseReason2Result.html +5 -0
  495. package/src/gen/_docs/types/close-reasons_close-reasons.api.gen.UpdateCloseReasonResult.html +5 -0
  496. package/src/gen/_docs/types/priorities_priorities.api.gen.CreatePriorityResult.html +5 -0
  497. package/src/gen/_docs/types/priorities_priorities.api.gen.DeletePriorityResult.html +5 -0
  498. package/src/gen/_docs/types/priorities_priorities.api.gen.ListPrioritiesResult.html +5 -0
  499. package/src/gen/_docs/types/priorities_priorities.api.gen.LocatePriorityResult.html +5 -0
  500. package/src/gen/_docs/types/priorities_priorities.api.gen.UpdatePriority2Result.html +5 -0
  501. package/src/gen/_docs/types/priorities_priorities.api.gen.UpdatePriorityResult.html +5 -0
  502. package/src/gen/_docs/types/related-cases_related-cases.api.gen.CreateRelatedCaseResult.html +5 -0
  503. package/src/gen/_docs/types/related-cases_related-cases.api.gen.DeleteRelatedCaseResult.html +5 -0
  504. package/src/gen/_docs/types/related-cases_related-cases.api.gen.ListRelatedCasesResult.html +5 -0
  505. package/src/gen/_docs/types/related-cases_related-cases.api.gen.LocateRelatedCaseResult.html +5 -0
  506. package/src/gen/_docs/types/related-cases_related-cases.api.gen.UpdateRelatedCase2Result.html +5 -0
  507. package/src/gen/_docs/types/related-cases_related-cases.api.gen.UpdateRelatedCaseResult.html +5 -0
  508. package/src/gen/_docs/types/services_services.api.gen.CreateServiceResult.html +5 -0
  509. package/src/gen/_docs/types/services_services.api.gen.DeleteServiceResult.html +5 -0
  510. package/src/gen/_docs/types/services_services.api.gen.ListServicesResult.html +5 -0
  511. package/src/gen/_docs/types/services_services.api.gen.LocateServiceResult.html +5 -0
  512. package/src/gen/_docs/types/services_services.api.gen.UpdateService2Result.html +5 -0
  513. package/src/gen/_docs/types/services_services.api.gen.UpdateServiceResult.html +5 -0
  514. package/src/gen/_docs/types/slaconditions_slaconditions.api.gen.CreateSLAConditionResult.html +5 -0
  515. package/src/gen/_docs/types/slaconditions_slaconditions.api.gen.DeleteSLAConditionResult.html +5 -0
  516. package/src/gen/_docs/types/slaconditions_slaconditions.api.gen.ListSLAConditionsResult.html +5 -0
  517. package/src/gen/_docs/types/slaconditions_slaconditions.api.gen.LocateSLAConditionResult.html +5 -0
  518. package/src/gen/_docs/types/slaconditions_slaconditions.api.gen.UpdateSLACondition2Result.html +5 -0
  519. package/src/gen/_docs/types/slaconditions_slaconditions.api.gen.UpdateSLAConditionResult.html +5 -0
  520. package/src/gen/_docs/types/slas_slas.api.gen.CreateSLAResult.html +5 -0
  521. package/src/gen/_docs/types/slas_slas.api.gen.DeleteSLAResult.html +5 -0
  522. package/src/gen/_docs/types/slas_slas.api.gen.ListSLAsResult.html +5 -0
  523. package/src/gen/_docs/types/slas_slas.api.gen.LocateSLAResult.html +5 -0
  524. package/src/gen/_docs/types/slas_slas.api.gen.UpdateSLA2Result.html +5 -0
  525. package/src/gen/_docs/types/slas_slas.api.gen.UpdateSLAResult.html +5 -0
  526. package/src/gen/_docs/types/sources_sources.api.gen.CreateSourceResult.html +5 -0
  527. package/src/gen/_docs/types/sources_sources.api.gen.DeleteSourceResult.html +5 -0
  528. package/src/gen/_docs/types/sources_sources.api.gen.ListSourcesResult.html +5 -0
  529. package/src/gen/_docs/types/sources_sources.api.gen.LocateSourceResult.html +5 -0
  530. package/src/gen/_docs/types/sources_sources.api.gen.UpdateSource2Result.html +5 -0
  531. package/src/gen/_docs/types/sources_sources.api.gen.UpdateSourceResult.html +5 -0
  532. package/src/gen/_docs/types/status-conditions_status-conditions.api.gen.CreateStatusConditionResult.html +5 -0
  533. package/src/gen/_docs/types/status-conditions_status-conditions.api.gen.DeleteStatusConditionResult.html +5 -0
  534. package/src/gen/_docs/types/status-conditions_status-conditions.api.gen.ListStatusConditionsResult.html +5 -0
  535. package/src/gen/_docs/types/status-conditions_status-conditions.api.gen.LocateStatusConditionResult.html +5 -0
  536. package/src/gen/_docs/types/status-conditions_status-conditions.api.gen.UpdateStatusCondition2Result.html +5 -0
  537. package/src/gen/_docs/types/status-conditions_status-conditions.api.gen.UpdateStatusConditionResult.html +5 -0
  538. package/src/gen/_docs/types/statuses_statuses.api.gen.CreateStatusResult.html +5 -0
  539. package/src/gen/_docs/types/statuses_statuses.api.gen.DeleteStatusResult.html +5 -0
  540. package/src/gen/_docs/types/statuses_statuses.api.gen.ListStatusesResult.html +5 -0
  541. package/src/gen/_docs/types/statuses_statuses.api.gen.LocateStatusResult.html +5 -0
  542. package/src/gen/_docs/types/statuses_statuses.api.gen.UpdateStatus2Result.html +5 -0
  543. package/src/gen/_docs/types/statuses_statuses.api.gen.UpdateStatusResult.html +5 -0
  544. package/src/gen/_docs/variables/_models.CasesCaseCommunicationsTypes.html +23 -0
  545. package/src/gen/_docs/variables/_models.CasesCaseTimelineEventType.html +19 -0
  546. package/src/gen/_docs/variables/_models.CasesRelationType.html +47 -0
  547. package/src/gen/_docs/variables/_models.CasesSourceType.html +35 -0
  548. package/src/gen/_docs/variables/_models.GetTimelineTypeItem.html +19 -0
  549. package/src/gen/_docs/variables/_models.ListSourcesTypeItem.html +35 -0
  550. package/src/gen/_models/casesAttachment.ts +14 -0
  551. package/src/gen/_models/casesCallEvent.ts +25 -0
  552. package/src/gen/_models/casesCallFile.ts +15 -0
  553. package/src/gen/_models/casesCase.ts +91 -0
  554. package/src/gen/_models/casesCaseComment.ts +37 -0
  555. package/src/gen/_models/casesCaseCommentList.ts +19 -0
  556. package/src/gen/_models/casesCaseCommunication.ts +23 -0
  557. package/src/gen/_models/casesCaseCommunicationsTypes.ts +25 -0
  558. package/src/gen/_models/casesCaseFileList.ts +19 -0
  559. package/src/gen/_models/casesCaseLink.ts +20 -0
  560. package/src/gen/_models/casesCaseLinkList.ts +13 -0
  561. package/src/gen/_models/casesCaseList.ts +19 -0
  562. package/src/gen/_models/casesCaseTimelineEventType.ts +16 -0
  563. package/src/gen/_models/casesCatalog.ts +28 -0
  564. package/src/gen/_models/casesCatalogList.ts +13 -0
  565. package/src/gen/_models/casesChatEvent.ts +21 -0
  566. package/src/gen/_models/casesCloseInfo.ts +17 -0
  567. package/src/gen/_models/casesCloseReason.ts +18 -0
  568. package/src/gen/_models/casesCloseReasonGroup.ts +17 -0
  569. package/src/gen/_models/casesCloseReasonGroupList.ts +13 -0
  570. package/src/gen/_models/casesCloseReasonList.ts +13 -0
  571. package/src/gen/_models/casesCreateCaseCloseInput.ts +17 -0
  572. package/src/gen/_models/casesCreateCaseRelatedCaseInput.ts +19 -0
  573. package/src/gen/_models/casesCreateInputRelatedCase.ts +18 -0
  574. package/src/gen/_models/casesDayTimeline.ts +15 -0
  575. package/src/gen/_models/casesEmailEvent.ts +24 -0
  576. package/src/gen/_models/casesEvent.ts +18 -0
  577. package/src/gen/_models/casesFile.ts +27 -0
  578. package/src/gen/_models/casesGetTimelineCounterResponse.ts +14 -0
  579. package/src/gen/_models/casesGetTimelineResponse.ts +13 -0
  580. package/src/gen/_models/casesInputCase.ts +29 -0
  581. package/src/gen/_models/casesInputCaseComment.ts +16 -0
  582. package/src/gen/_models/casesInputCaseCommunication.ts +17 -0
  583. package/src/gen/_models/casesInputCaseLink.ts +12 -0
  584. package/src/gen/_models/casesInputCatalog.ts +20 -0
  585. package/src/gen/_models/casesInputCatalogBody.ts +12 -0
  586. package/src/gen/_models/casesInputCloseReason.ts +11 -0
  587. package/src/gen/_models/casesInputCloseReasonBody.ts +9 -0
  588. package/src/gen/_models/casesInputCloseReasonGroup.ts +11 -0
  589. package/src/gen/_models/casesInputCloseReasonGroupBody.ts +9 -0
  590. package/src/gen/_models/casesInputCreateCase.ts +49 -0
  591. package/src/gen/_models/casesInputCreateService.ts +20 -0
  592. package/src/gen/_models/casesInputCreateStatusCondition.ts +11 -0
  593. package/src/gen/_models/casesInputPriority.ts +12 -0
  594. package/src/gen/_models/casesInputPriorityBody.ts +9 -0
  595. package/src/gen/_models/casesInputRelatedCase.ts +20 -0
  596. package/src/gen/_models/casesInputSLA.ts +17 -0
  597. package/src/gen/_models/casesInputSLABody.ts +9 -0
  598. package/src/gen/_models/casesInputSLACondition.ts +14 -0
  599. package/src/gen/_models/casesInputSLAConditionBody.ts +9 -0
  600. package/src/gen/_models/casesInputService.ts +20 -0
  601. package/src/gen/_models/casesInputServiceBody.ts +12 -0
  602. package/src/gen/_models/casesInputSource.ts +16 -0
  603. package/src/gen/_models/casesInputSourceBody.ts +9 -0
  604. package/src/gen/_models/casesInputStatus.ts +11 -0
  605. package/src/gen/_models/casesInputStatusBody.ts +9 -0
  606. package/src/gen/_models/casesInputStatusCondition.ts +13 -0
  607. package/src/gen/_models/casesInputStatusConditionBody.ts +9 -0
  608. package/src/gen/_models/casesLinkCommunicationResponse.ts +15 -0
  609. package/src/gen/_models/casesListCommunicationsResponse.ts +18 -0
  610. package/src/gen/_models/casesLocateCatalogResponse.ts +11 -0
  611. package/src/gen/_models/casesLocateCloseReasonGroupResponse.ts +11 -0
  612. package/src/gen/_models/casesLocateCloseReasonResponse.ts +11 -0
  613. package/src/gen/_models/casesLocatePriorityResponse.ts +11 -0
  614. package/src/gen/_models/casesLocateSLAConditionResponse.ts +11 -0
  615. package/src/gen/_models/casesLocateSLAResponse.ts +11 -0
  616. package/src/gen/_models/casesLocateServiceResponse.ts +11 -0
  617. package/src/gen/_models/casesLocateSourceResponse.ts +15 -0
  618. package/src/gen/_models/casesLocateStatusConditionResponse.ts +11 -0
  619. package/src/gen/_models/casesLocateStatusResponse.ts +11 -0
  620. package/src/gen/_models/casesPriority.ts +18 -0
  621. package/src/gen/_models/casesPriorityList.ts +13 -0
  622. package/src/gen/_models/casesRateInfo.ts +16 -0
  623. package/src/gen/_models/casesRelatedCase.ts +35 -0
  624. package/src/gen/_models/casesRelatedCaseList.ts +19 -0
  625. package/src/gen/_models/casesRelatedCaseLookup.ts +18 -0
  626. package/src/gen/_models/casesRelationType.ts +26 -0
  627. package/src/gen/_models/casesSLA.ts +22 -0
  628. package/src/gen/_models/casesSLACondition.ts +20 -0
  629. package/src/gen/_models/casesSLAConditionList.ts +13 -0
  630. package/src/gen/_models/casesSLAList.ts +13 -0
  631. package/src/gen/_models/casesService.ts +27 -0
  632. package/src/gen/_models/casesServiceList.ts +13 -0
  633. package/src/gen/_models/casesSource.ts +27 -0
  634. package/src/gen/_models/casesSourceList.ts +19 -0
  635. package/src/gen/_models/casesSourceType.ts +31 -0
  636. package/src/gen/_models/casesSourceTypeLookup.ts +13 -0
  637. package/src/gen/_models/casesStatusCondition.ts +20 -0
  638. package/src/gen/_models/casesStatusConditionList.ts +13 -0
  639. package/src/gen/_models/casesStatusList.ts +13 -0
  640. package/src/gen/_models/casesTimingInfo.ts +20 -0
  641. package/src/gen/_models/casesTranscriptLookup.ts +13 -0
  642. package/src/gen/_models/casesUnlinkCommunicationResponse.ts +14 -0
  643. package/src/gen/_models/createCaseParams.ts +13 -0
  644. package/src/gen/_models/createCatalogParams.ts +10 -0
  645. package/src/gen/_models/createCloseReasonGroupParams.ts +13 -0
  646. package/src/gen/_models/createCloseReasonParams.ts +13 -0
  647. package/src/gen/_models/createLinkParams.ts +16 -0
  648. package/src/gen/_models/createPriorityParams.ts +13 -0
  649. package/src/gen/_models/createRelatedCaseParams.ts +13 -0
  650. package/src/gen/_models/createSLAConditionParams.ts +10 -0
  651. package/src/gen/_models/createSLAParams.ts +13 -0
  652. package/src/gen/_models/createServiceParams.ts +10 -0
  653. package/src/gen/_models/createSourceParams.ts +10 -0
  654. package/src/gen/_models/createStatusConditionParams.ts +10 -0
  655. package/src/gen/_models/createStatusParams.ts +13 -0
  656. package/src/gen/_models/deleteCaseParams.ts +13 -0
  657. package/src/gen/_models/deleteCommentParams.ts +13 -0
  658. package/src/gen/_models/generalExtendedLookup.ts +12 -0
  659. package/src/gen/_models/generalLookup.ts +11 -0
  660. package/src/gen/_models/getTimelineParams.ts +19 -0
  661. package/src/gen/_models/getTimelineTypeItem.ts +16 -0
  662. package/src/gen/_models/googlerpcStatus.ts +13 -0
  663. package/src/gen/_models/index.ts +200 -0
  664. package/src/gen/_models/linkCommunicationParams.ts +13 -0
  665. package/src/gen/_models/listCatalogsParams.ts +62 -0
  666. package/src/gen/_models/listCloseReasonGroupsParams.ts +15 -0
  667. package/src/gen/_models/listCloseReasonsParams.ts +33 -0
  668. package/src/gen/_models/listCommentsParams.ts +33 -0
  669. package/src/gen/_models/listCommunicationsParams.ts +29 -0
  670. package/src/gen/_models/listFilesParams.ts +33 -0
  671. package/src/gen/_models/listLinksParams.ts +15 -0
  672. package/src/gen/_models/listPrioritiesParams.ts +44 -0
  673. package/src/gen/_models/listRelatedCasesParams.ts +33 -0
  674. package/src/gen/_models/listSLAConditionsParams.ts +44 -0
  675. package/src/gen/_models/listSLAsParams.ts +36 -0
  676. package/src/gen/_models/listServicesParams.ts +44 -0
  677. package/src/gen/_models/listSourcesParams.ts +49 -0
  678. package/src/gen/_models/listSourcesTypeItem.ts +20 -0
  679. package/src/gen/_models/listStatusConditionsParams.ts +36 -0
  680. package/src/gen/_models/listStatusesParams.ts +36 -0
  681. package/src/gen/_models/locateCaseParams.ts +13 -0
  682. package/src/gen/_models/locateCatalogParams.ts +21 -0
  683. package/src/gen/_models/locateCloseReasonGroupParams.ts +10 -0
  684. package/src/gen/_models/locateCloseReasonParams.ts +10 -0
  685. package/src/gen/_models/locateCommentParams.ts +13 -0
  686. package/src/gen/_models/locateLinkParams.ts +10 -0
  687. package/src/gen/_models/locatePriorityParams.ts +13 -0
  688. package/src/gen/_models/locateRelatedCaseParams.ts +13 -0
  689. package/src/gen/_models/locateSLAConditionParams.ts +13 -0
  690. package/src/gen/_models/locateSLAParams.ts +10 -0
  691. package/src/gen/_models/locateServiceParams.ts +13 -0
  692. package/src/gen/_models/locateSourceParams.ts +13 -0
  693. package/src/gen/_models/locateStatusConditionParams.ts +13 -0
  694. package/src/gen/_models/locateStatusParams.ts +10 -0
  695. package/src/gen/_models/protobufAny.ts +11 -0
  696. package/src/gen/_models/publishCommentParams.ts +13 -0
  697. package/src/gen/_models/searchCases2Params.ts +37 -0
  698. package/src/gen/_models/searchCasesParams.ts +41 -0
  699. package/src/gen/_models/unlinkCommunicationParams.ts +13 -0
  700. package/src/gen/_models/updateCase2Body.ts +28 -0
  701. package/src/gen/_models/updateCase2Params.ts +17 -0
  702. package/src/gen/_models/updateCaseBody.ts +28 -0
  703. package/src/gen/_models/updateCaseInputBody.ts +28 -0
  704. package/src/gen/_models/updateCaseParams.ts +17 -0
  705. package/src/gen/_models/updateCatalog2Params.ts +10 -0
  706. package/src/gen/_models/updateCatalogParams.ts +10 -0
  707. package/src/gen/_models/updateCloseReason2Params.ts +13 -0
  708. package/src/gen/_models/updateCloseReasonGroup2Params.ts +13 -0
  709. package/src/gen/_models/updateCloseReasonGroupParams.ts +13 -0
  710. package/src/gen/_models/updateCloseReasonParams.ts +13 -0
  711. package/src/gen/_models/updateComment2Body.ts +11 -0
  712. package/src/gen/_models/updateComment2Params.ts +13 -0
  713. package/src/gen/_models/updateCommentBody.ts +11 -0
  714. package/src/gen/_models/updateCommentInputBody.ts +11 -0
  715. package/src/gen/_models/updateCommentParams.ts +13 -0
  716. package/src/gen/_models/updateLink2Body.ts +11 -0
  717. package/src/gen/_models/updateLink2Params.ts +13 -0
  718. package/src/gen/_models/updateLinkBody.ts +11 -0
  719. package/src/gen/_models/updateLinkInputBody.ts +11 -0
  720. package/src/gen/_models/updateLinkParams.ts +13 -0
  721. package/src/gen/_models/updatePriority2Params.ts +13 -0
  722. package/src/gen/_models/updatePriorityParams.ts +13 -0
  723. package/src/gen/_models/updateRelatedCase2Body.ts +18 -0
  724. package/src/gen/_models/updateRelatedCase2BodyPrimaryCase.ts +13 -0
  725. package/src/gen/_models/updateRelatedCase2Params.ts +13 -0
  726. package/src/gen/_models/updateRelatedCaseBody.ts +18 -0
  727. package/src/gen/_models/updateRelatedCaseBodyPrimaryCase.ts +13 -0
  728. package/src/gen/_models/updateRelatedCaseInputBody.ts +18 -0
  729. package/src/gen/_models/updateRelatedCaseInputBodyPrimaryCase.ts +13 -0
  730. package/src/gen/_models/updateRelatedCaseParams.ts +13 -0
  731. package/src/gen/_models/updateSLA2Params.ts +13 -0
  732. package/src/gen/_models/updateSLACondition2Params.ts +10 -0
  733. package/src/gen/_models/updateSLAConditionParams.ts +10 -0
  734. package/src/gen/_models/updateSLAParams.ts +13 -0
  735. package/src/gen/_models/updateService2Params.ts +10 -0
  736. package/src/gen/_models/updateServiceParams.ts +10 -0
  737. package/src/gen/_models/updateSource2Params.ts +10 -0
  738. package/src/gen/_models/updateSourceParams.ts +10 -0
  739. package/src/gen/_models/updateStatus2Params.ts +13 -0
  740. package/src/gen/_models/updateStatusCondition2Params.ts +10 -0
  741. package/src/gen/_models/updateStatusConditionParams.ts +10 -0
  742. package/src/gen/_models/updateStatusParams.ts +13 -0
  743. package/src/gen/_models/webitelcasesStatus.ts +17 -0
  744. package/src/gen/case-comments/case-comments.api.gen.ts +134 -0
  745. package/src/gen/case-comments/case-comments.msw.api.gen.ts +575 -0
  746. package/src/gen/case-comments/case-comments.zod.gen.ts +476 -0
  747. package/src/gen/case-communications/case-communications.api.gen.ts +92 -0
  748. package/src/gen/case-communications/case-communications.msw.api.gen.ts +173 -0
  749. package/src/gen/case-communications/case-communications.zod.gen.ts +177 -0
  750. package/src/gen/case-files/case-files.api.gen.ts +55 -0
  751. package/src/gen/case-files/case-files.msw.api.gen.ts +156 -0
  752. package/src/gen/case-files/case-files.zod.gen.ts +102 -0
  753. package/src/gen/case-links/case-links.api.gen.ts +120 -0
  754. package/src/gen/case-links/case-links.msw.api.gen.ts +500 -0
  755. package/src/gen/case-links/case-links.zod.gen.ts +255 -0
  756. package/src/gen/case-timeline/case-timeline.api.gen.ts +51 -0
  757. package/src/gen/case-timeline/case-timeline.msw.api.gen.ts +494 -0
  758. package/src/gen/case-timeline/case-timeline.zod.gen.ts +199 -0
  759. package/src/gen/cases/cases.api.gen.ts +144 -0
  760. package/src/gen/cases/cases.msw.api.gen.ts +5076 -0
  761. package/src/gen/cases/cases.zod.gen.ts +3969 -0
  762. package/src/gen/catalogs/catalogs.api.gen.ts +124 -0
  763. package/src/gen/catalogs/catalogs.msw.api.gen.ts +1419 -0
  764. package/src/gen/catalogs/catalogs.zod.gen.ts +895 -0
  765. package/src/gen/close-reason-groups/close-reason-groups.api.gen.ts +152 -0
  766. package/src/gen/close-reason-groups/close-reason-groups.msw.api.gen.ts +427 -0
  767. package/src/gen/close-reason-groups/close-reason-groups.zod.gen.ts +222 -0
  768. package/src/gen/close-reasons/close-reasons.api.gen.ts +154 -0
  769. package/src/gen/close-reasons/close-reasons.msw.api.gen.ts +469 -0
  770. package/src/gen/close-reasons/close-reasons.zod.gen.ts +257 -0
  771. package/src/gen/index.ts +52 -0
  772. package/src/gen/priorities/priorities.api.gen.ts +127 -0
  773. package/src/gen/priorities/priorities.msw.api.gen.ts +431 -0
  774. package/src/gen/priorities/priorities.zod.gen.ts +261 -0
  775. package/src/gen/related-cases/related-cases.api.gen.ts +140 -0
  776. package/src/gen/related-cases/related-cases.msw.api.gen.ts +675 -0
  777. package/src/gen/related-cases/related-cases.zod.gen.ts +698 -0
  778. package/src/gen/services/services.api.gen.ts +125 -0
  779. package/src/gen/services/services.msw.api.gen.ts +978 -0
  780. package/src/gen/services/services.zod.gen.ts +465 -0
  781. package/src/gen/slaconditions/slaconditions.api.gen.ts +145 -0
  782. package/src/gen/slaconditions/slaconditions.msw.api.gen.ts +565 -0
  783. package/src/gen/slaconditions/slaconditions.zod.gen.ts +337 -0
  784. package/src/gen/slas/slas.api.gen.ts +125 -0
  785. package/src/gen/slas/slas.msw.api.gen.ts +581 -0
  786. package/src/gen/slas/slas.zod.gen.ts +329 -0
  787. package/src/gen/sources/sources.api.gen.ts +125 -0
  788. package/src/gen/sources/sources.msw.api.gen.ts +450 -0
  789. package/src/gen/sources/sources.zod.gen.ts +463 -0
  790. package/src/gen/status-conditions/status-conditions.api.gen.ts +157 -0
  791. package/src/gen/status-conditions/status-conditions.msw.api.gen.ts +469 -0
  792. package/src/gen/status-conditions/status-conditions.zod.gen.ts +267 -0
  793. package/src/gen/statuses/statuses.api.gen.ts +125 -0
  794. package/src/gen/statuses/statuses.msw.api.gen.ts +425 -0
  795. package/src/gen/statuses/statuses.zod.gen.ts +239 -0
  796. package/src/index.ts +2 -0
  797. package/src/utils/index.ts +39 -0
@@ -0,0 +1,476 @@
1
+ /**
2
+ * Generated by orval v7.9.0 🍺
3
+ * Do not edit manually.
4
+ * service.proto
5
+ * OpenAPI spec version: version not set
6
+ */
7
+ import { z as zod } from 'zod';
8
+
9
+ /**
10
+ * @summary Delete a specific comment by its etag
11
+ */
12
+ export const deleteCommentParams = zod.object({
13
+ etag: zod.string().describe('Identifier of the comment to delete.'),
14
+ });
15
+
16
+ export const deleteCommentQueryParams = zod.object({
17
+ fields: zod
18
+ .array(zod.string())
19
+ .optional()
20
+ .describe('Fields to return after deletion.'),
21
+ });
22
+
23
+ export const deleteCommentResponse = zod
24
+ .object({
25
+ author: zod
26
+ .object({
27
+ id: zod.string().optional(),
28
+ name: zod.string().optional(),
29
+ })
30
+ .optional(),
31
+ canEdit: zod
32
+ .boolean()
33
+ .optional()
34
+ .describe('Indicates if the comment can be edited by current user.'),
35
+ caseId: zod
36
+ .string()
37
+ .optional()
38
+ .describe('Optional relation to the associated case.'),
39
+ createdAt: zod
40
+ .string()
41
+ .optional()
42
+ .describe('Timestamp (in milliseconds) of when the comment was created.'),
43
+ createdBy: zod
44
+ .object({
45
+ id: zod.string().optional(),
46
+ name: zod.string().optional(),
47
+ })
48
+ .optional(),
49
+ edited: zod
50
+ .boolean()
51
+ .optional()
52
+ .describe(
53
+ 'Indicates if the comment was edited; true if created_at < updated_at.',
54
+ ),
55
+ etag: zod.string().optional(),
56
+ id: zod
57
+ .string()
58
+ .optional()
59
+ .describe('Main identifier for read, update, and delete operations.'),
60
+ roleIds: zod.array(zod.string()).optional(),
61
+ text: zod.string().optional().describe('The content of the comment.'),
62
+ updatedAt: zod
63
+ .string()
64
+ .optional()
65
+ .describe('Timestamp (in milliseconds) of the last update.'),
66
+ updatedBy: zod
67
+ .object({
68
+ id: zod.string().optional(),
69
+ name: zod.string().optional(),
70
+ })
71
+ .optional(),
72
+ ver: zod
73
+ .number()
74
+ .optional()
75
+ .describe('Version number of the comment, used for concurrency control.'),
76
+ })
77
+ .describe('Represents a comment associated with a case.');
78
+
79
+ /**
80
+ * @summary Retrieve a specific comment by its etag
81
+ */
82
+ export const locateCommentParams = zod.object({
83
+ etag: zod.string().describe('Identifier of the comment to retrieve.'),
84
+ });
85
+
86
+ export const locateCommentQueryParams = zod.object({
87
+ fields: zod
88
+ .array(zod.string())
89
+ .optional()
90
+ .describe('Specific fields to return for the comment.'),
91
+ });
92
+
93
+ export const locateCommentResponse = zod
94
+ .object({
95
+ author: zod
96
+ .object({
97
+ id: zod.string().optional(),
98
+ name: zod.string().optional(),
99
+ })
100
+ .optional(),
101
+ canEdit: zod
102
+ .boolean()
103
+ .optional()
104
+ .describe('Indicates if the comment can be edited by current user.'),
105
+ caseId: zod
106
+ .string()
107
+ .optional()
108
+ .describe('Optional relation to the associated case.'),
109
+ createdAt: zod
110
+ .string()
111
+ .optional()
112
+ .describe('Timestamp (in milliseconds) of when the comment was created.'),
113
+ createdBy: zod
114
+ .object({
115
+ id: zod.string().optional(),
116
+ name: zod.string().optional(),
117
+ })
118
+ .optional(),
119
+ edited: zod
120
+ .boolean()
121
+ .optional()
122
+ .describe(
123
+ 'Indicates if the comment was edited; true if created_at < updated_at.',
124
+ ),
125
+ etag: zod.string().optional(),
126
+ id: zod
127
+ .string()
128
+ .optional()
129
+ .describe('Main identifier for read, update, and delete operations.'),
130
+ roleIds: zod.array(zod.string()).optional(),
131
+ text: zod.string().optional().describe('The content of the comment.'),
132
+ updatedAt: zod
133
+ .string()
134
+ .optional()
135
+ .describe('Timestamp (in milliseconds) of the last update.'),
136
+ updatedBy: zod
137
+ .object({
138
+ id: zod.string().optional(),
139
+ name: zod.string().optional(),
140
+ })
141
+ .optional(),
142
+ ver: zod
143
+ .number()
144
+ .optional()
145
+ .describe('Version number of the comment, used for concurrency control.'),
146
+ })
147
+ .describe('Represents a comment associated with a case.');
148
+
149
+ /**
150
+ * @summary Update a specific comment by its etag
151
+ */
152
+ export const updateComment2Params = zod.object({
153
+ 'input.etag': zod.string().describe('Identifier for the comment.'),
154
+ });
155
+
156
+ export const updateComment2QueryParams = zod.object({
157
+ fields: zod
158
+ .array(zod.string())
159
+ .optional()
160
+ .describe('Fields to include in the response.'),
161
+ });
162
+
163
+ export const updateComment2Body = zod.object({
164
+ text: zod.string().optional().describe('Content of the comment.'),
165
+ });
166
+
167
+ export const updateComment2Response = zod
168
+ .object({
169
+ author: zod
170
+ .object({
171
+ id: zod.string().optional(),
172
+ name: zod.string().optional(),
173
+ })
174
+ .optional(),
175
+ canEdit: zod
176
+ .boolean()
177
+ .optional()
178
+ .describe('Indicates if the comment can be edited by current user.'),
179
+ caseId: zod
180
+ .string()
181
+ .optional()
182
+ .describe('Optional relation to the associated case.'),
183
+ createdAt: zod
184
+ .string()
185
+ .optional()
186
+ .describe('Timestamp (in milliseconds) of when the comment was created.'),
187
+ createdBy: zod
188
+ .object({
189
+ id: zod.string().optional(),
190
+ name: zod.string().optional(),
191
+ })
192
+ .optional(),
193
+ edited: zod
194
+ .boolean()
195
+ .optional()
196
+ .describe(
197
+ 'Indicates if the comment was edited; true if created_at < updated_at.',
198
+ ),
199
+ etag: zod.string().optional(),
200
+ id: zod
201
+ .string()
202
+ .optional()
203
+ .describe('Main identifier for read, update, and delete operations.'),
204
+ roleIds: zod.array(zod.string()).optional(),
205
+ text: zod.string().optional().describe('The content of the comment.'),
206
+ updatedAt: zod
207
+ .string()
208
+ .optional()
209
+ .describe('Timestamp (in milliseconds) of the last update.'),
210
+ updatedBy: zod
211
+ .object({
212
+ id: zod.string().optional(),
213
+ name: zod.string().optional(),
214
+ })
215
+ .optional(),
216
+ ver: zod
217
+ .number()
218
+ .optional()
219
+ .describe('Version number of the comment, used for concurrency control.'),
220
+ })
221
+ .describe('Represents a comment associated with a case.');
222
+
223
+ /**
224
+ * @summary Update a specific comment by its etag
225
+ */
226
+ export const updateCommentParams = zod.object({
227
+ 'input.etag': zod.string().describe('Identifier for the comment.'),
228
+ });
229
+
230
+ export const updateCommentQueryParams = zod.object({
231
+ fields: zod
232
+ .array(zod.string())
233
+ .optional()
234
+ .describe('Fields to include in the response.'),
235
+ });
236
+
237
+ export const updateCommentBody = zod.object({
238
+ text: zod.string().optional().describe('Content of the comment.'),
239
+ });
240
+
241
+ export const updateCommentResponse = zod
242
+ .object({
243
+ author: zod
244
+ .object({
245
+ id: zod.string().optional(),
246
+ name: zod.string().optional(),
247
+ })
248
+ .optional(),
249
+ canEdit: zod
250
+ .boolean()
251
+ .optional()
252
+ .describe('Indicates if the comment can be edited by current user.'),
253
+ caseId: zod
254
+ .string()
255
+ .optional()
256
+ .describe('Optional relation to the associated case.'),
257
+ createdAt: zod
258
+ .string()
259
+ .optional()
260
+ .describe('Timestamp (in milliseconds) of when the comment was created.'),
261
+ createdBy: zod
262
+ .object({
263
+ id: zod.string().optional(),
264
+ name: zod.string().optional(),
265
+ })
266
+ .optional(),
267
+ edited: zod
268
+ .boolean()
269
+ .optional()
270
+ .describe(
271
+ 'Indicates if the comment was edited; true if created_at < updated_at.',
272
+ ),
273
+ etag: zod.string().optional(),
274
+ id: zod
275
+ .string()
276
+ .optional()
277
+ .describe('Main identifier for read, update, and delete operations.'),
278
+ roleIds: zod.array(zod.string()).optional(),
279
+ text: zod.string().optional().describe('The content of the comment.'),
280
+ updatedAt: zod
281
+ .string()
282
+ .optional()
283
+ .describe('Timestamp (in milliseconds) of the last update.'),
284
+ updatedBy: zod
285
+ .object({
286
+ id: zod.string().optional(),
287
+ name: zod.string().optional(),
288
+ })
289
+ .optional(),
290
+ ver: zod
291
+ .number()
292
+ .optional()
293
+ .describe('Version number of the comment, used for concurrency control.'),
294
+ })
295
+ .describe('Represents a comment associated with a case.');
296
+
297
+ /**
298
+ * @summary Retrieve a list of comments associated with a specific case
299
+ */
300
+ export const listCommentsParams = zod.object({
301
+ case_etag: zod
302
+ .string()
303
+ .describe('Etag or ID of the case for which comments are requested.'),
304
+ });
305
+
306
+ export const listCommentsQueryParams = zod.object({
307
+ page: zod.number().optional().describe('Page number for pagination.'),
308
+ size: zod.number().optional().describe('Number of comments per page.'),
309
+ q: zod.string().optional().describe('Query string for search.'),
310
+ ids: zod.array(zod.string()).optional().describe('Array of requested id.'),
311
+ sort: zod.string().optional().describe('Sorting order.'),
312
+ fields: zod
313
+ .array(zod.string())
314
+ .optional()
315
+ .describe('Fields to return for each comment.'),
316
+ });
317
+
318
+ export const listCommentsResponse = zod
319
+ .object({
320
+ items: zod
321
+ .array(
322
+ zod
323
+ .object({
324
+ author: zod
325
+ .object({
326
+ id: zod.string().optional(),
327
+ name: zod.string().optional(),
328
+ })
329
+ .optional(),
330
+ canEdit: zod
331
+ .boolean()
332
+ .optional()
333
+ .describe(
334
+ 'Indicates if the comment can be edited by current user.',
335
+ ),
336
+ caseId: zod
337
+ .string()
338
+ .optional()
339
+ .describe('Optional relation to the associated case.'),
340
+ createdAt: zod
341
+ .string()
342
+ .optional()
343
+ .describe(
344
+ 'Timestamp (in milliseconds) of when the comment was created.',
345
+ ),
346
+ createdBy: zod
347
+ .object({
348
+ id: zod.string().optional(),
349
+ name: zod.string().optional(),
350
+ })
351
+ .optional(),
352
+ edited: zod
353
+ .boolean()
354
+ .optional()
355
+ .describe(
356
+ 'Indicates if the comment was edited; true if created_at < updated_at.',
357
+ ),
358
+ etag: zod.string().optional(),
359
+ id: zod
360
+ .string()
361
+ .optional()
362
+ .describe(
363
+ 'Main identifier for read, update, and delete operations.',
364
+ ),
365
+ roleIds: zod.array(zod.string()).optional(),
366
+ text: zod
367
+ .string()
368
+ .optional()
369
+ .describe('The content of the comment.'),
370
+ updatedAt: zod
371
+ .string()
372
+ .optional()
373
+ .describe('Timestamp (in milliseconds) of the last update.'),
374
+ updatedBy: zod
375
+ .object({
376
+ id: zod.string().optional(),
377
+ name: zod.string().optional(),
378
+ })
379
+ .optional(),
380
+ ver: zod
381
+ .number()
382
+ .optional()
383
+ .describe(
384
+ 'Version number of the comment, used for concurrency control.',
385
+ ),
386
+ })
387
+ .describe('Represents a comment associated with a case.'),
388
+ )
389
+ .optional()
390
+ .describe('List of comments on the current page.'),
391
+ next: zod
392
+ .boolean()
393
+ .optional()
394
+ .describe('Flag to indicate if more pages are available.'),
395
+ page: zod.string().optional().describe('Current page number.'),
396
+ })
397
+ .describe('Contains a paginated list of comments.');
398
+
399
+ /**
400
+ * @summary Publish comment into a specific case
401
+ */
402
+ export const publishCommentParams = zod.object({
403
+ case_etag: zod
404
+ .string()
405
+ .describe('Etag or ID of the case to which comments belong.'),
406
+ });
407
+
408
+ export const publishCommentQueryParams = zod.object({
409
+ fields: zod
410
+ .array(zod.string())
411
+ .optional()
412
+ .describe('Result fields to include in the response.'),
413
+ });
414
+
415
+ export const publishCommentBody = zod
416
+ .object({
417
+ etag: zod.string().optional().describe('Identifier for the comment.'),
418
+ text: zod.string().optional().describe('Content of the comment.'),
419
+ })
420
+ .describe('Input structure for creating or updating a case comment.');
421
+
422
+ export const publishCommentResponse = zod
423
+ .object({
424
+ author: zod
425
+ .object({
426
+ id: zod.string().optional(),
427
+ name: zod.string().optional(),
428
+ })
429
+ .optional(),
430
+ canEdit: zod
431
+ .boolean()
432
+ .optional()
433
+ .describe('Indicates if the comment can be edited by current user.'),
434
+ caseId: zod
435
+ .string()
436
+ .optional()
437
+ .describe('Optional relation to the associated case.'),
438
+ createdAt: zod
439
+ .string()
440
+ .optional()
441
+ .describe('Timestamp (in milliseconds) of when the comment was created.'),
442
+ createdBy: zod
443
+ .object({
444
+ id: zod.string().optional(),
445
+ name: zod.string().optional(),
446
+ })
447
+ .optional(),
448
+ edited: zod
449
+ .boolean()
450
+ .optional()
451
+ .describe(
452
+ 'Indicates if the comment was edited; true if created_at < updated_at.',
453
+ ),
454
+ etag: zod.string().optional(),
455
+ id: zod
456
+ .string()
457
+ .optional()
458
+ .describe('Main identifier for read, update, and delete operations.'),
459
+ roleIds: zod.array(zod.string()).optional(),
460
+ text: zod.string().optional().describe('The content of the comment.'),
461
+ updatedAt: zod
462
+ .string()
463
+ .optional()
464
+ .describe('Timestamp (in milliseconds) of the last update.'),
465
+ updatedBy: zod
466
+ .object({
467
+ id: zod.string().optional(),
468
+ name: zod.string().optional(),
469
+ })
470
+ .optional(),
471
+ ver: zod
472
+ .number()
473
+ .optional()
474
+ .describe('Version number of the comment, used for concurrency control.'),
475
+ })
476
+ .describe('Represents a comment associated with a case.');
@@ -0,0 +1,92 @@
1
+ /**
2
+ * Generated by orval v7.9.0 🍺
3
+ * Do not edit manually.
4
+ * service.proto
5
+ * OpenAPI spec version: version not set
6
+ */
7
+ import axios from '@aliasedDeps/api-services/axios';
8
+
9
+ import type { AxiosRequestConfig, AxiosResponse } from 'axios';
10
+
11
+ import type {
12
+ CasesInputCaseCommunication,
13
+ CasesLinkCommunicationResponse,
14
+ CasesListCommunicationsResponse,
15
+ CasesUnlinkCommunicationResponse,
16
+ LinkCommunicationParams,
17
+ ListCommunicationsParams,
18
+ UnlinkCommunicationParams,
19
+ } from '.././_models';
20
+
21
+ // --- header start
22
+ //
23
+
24
+ export const // --- title start
25
+ getCaseCommunications =
26
+ // --- title end
27
+ () => {
28
+ // --- header end
29
+ /**
30
+ * @summary Lists all communications linked to a specific case.
31
+ Currently a feature for future development.
32
+ */
33
+ const listCommunications = <
34
+ TData = AxiosResponse<CasesListCommunicationsResponse>,
35
+ >(
36
+ caseEtag: string,
37
+ params?: ListCommunicationsParams,
38
+ options?: AxiosRequestConfig,
39
+ ): Promise<TData> => {
40
+ return axios.get(`/cases/${caseEtag}/communication`, {
41
+ ...options,
42
+ params: { ...params, ...options?.params },
43
+ });
44
+ };
45
+ /**
46
+ * @summary Links a communication to a specific case.
47
+ */
48
+ const linkCommunication = <
49
+ TData = AxiosResponse<CasesLinkCommunicationResponse>,
50
+ >(
51
+ caseEtag: string,
52
+ casesInputCaseCommunication: CasesInputCaseCommunication,
53
+ params?: LinkCommunicationParams,
54
+ options?: AxiosRequestConfig,
55
+ ): Promise<TData> => {
56
+ return axios.post(
57
+ `/cases/${caseEtag}/communication`,
58
+ casesInputCaseCommunication,
59
+ {
60
+ ...options,
61
+ params: { ...params, ...options?.params },
62
+ },
63
+ );
64
+ };
65
+ /**
66
+ * @summary Unlinks a communication from a specific case.
67
+ */
68
+ const unlinkCommunication = <
69
+ TData = AxiosResponse<CasesUnlinkCommunicationResponse>,
70
+ >(
71
+ caseEtag: string,
72
+ id: string,
73
+ params?: UnlinkCommunicationParams,
74
+ options?: AxiosRequestConfig,
75
+ ): Promise<TData> => {
76
+ return axios.delete(`/cases/${caseEtag}/communication/${id}`, {
77
+ ...options,
78
+ params: { ...params, ...options?.params },
79
+ });
80
+ };
81
+
82
+ // --- footer start
83
+ return { listCommunications, linkCommunication, unlinkCommunication };
84
+ };
85
+ export type ListCommunicationsResult =
86
+ AxiosResponse<CasesListCommunicationsResponse>;
87
+ export type LinkCommunicationResult =
88
+ AxiosResponse<CasesLinkCommunicationResponse>;
89
+ export type UnlinkCommunicationResult =
90
+ AxiosResponse<CasesUnlinkCommunicationResponse>;
91
+
92
+ // --- footer end