@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,21 @@
1
+ [@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / CasesStatusList
2
+
3
+ # Interface: CasesStatusList
4
+
5
+ ## Properties
6
+
7
+ ### items?
8
+
9
+ > `optional` **items**: [`WebitelcasesStatus`](../wiki/_models.WebitelcasesStatus.html)[]
10
+
11
+ ***
12
+
13
+ ### next?
14
+
15
+ > `optional` **next**: `boolean`
16
+
17
+ ***
18
+
19
+ ### page?
20
+
21
+ > `optional` **page**: `number`
@@ -0,0 +1,37 @@
1
+ [@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / CasesTimingInfo
2
+
3
+ # Interface: CasesTimingInfo
4
+
5
+ Message representing SLA timing information.
6
+
7
+ ## Properties
8
+
9
+ ### differenceInReaction?
10
+
11
+ > `optional` **differenceInReaction**: `string`
12
+
13
+ Difference between actual and planned reaction time.
14
+
15
+ ***
16
+
17
+ ### differenceInResolve?
18
+
19
+ > `optional` **differenceInResolve**: `string`
20
+
21
+ Difference between actual and planned resolution time.
22
+
23
+ ***
24
+
25
+ ### reactedAt?
26
+
27
+ > `optional` **reactedAt**: `string`
28
+
29
+ Actual reaction timestamp (in milliseconds).
30
+
31
+ ***
32
+
33
+ ### resolvedAt?
34
+
35
+ > `optional` **resolvedAt**: `string`
36
+
37
+ Actual resolution timestamp (in milliseconds).
@@ -0,0 +1,21 @@
1
+ [@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / CasesTranscriptLookup
2
+
3
+ # Interface: CasesTranscriptLookup
4
+
5
+ ## Properties
6
+
7
+ ### file?
8
+
9
+ > `optional` **file**: [`GeneralLookup`](../wiki/_models.GeneralLookup.html)
10
+
11
+ ***
12
+
13
+ ### id?
14
+
15
+ > `optional` **id**: `string`
16
+
17
+ ***
18
+
19
+ ### locale?
20
+
21
+ > `optional` **locale**: `string`
@@ -0,0 +1,13 @@
1
+ [@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / CasesUnlinkCommunicationResponse
2
+
3
+ # Interface: CasesUnlinkCommunicationResponse
4
+
5
+ Response message after unlinking a communication from a case.
6
+
7
+ ## Properties
8
+
9
+ ### affected?
10
+
11
+ > `optional` **affected**: `string`
12
+
13
+ Affected rows.
@@ -0,0 +1,26 @@
1
+ [@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / GeneralExtendedLookup
2
+
3
+ # Interface: GeneralExtendedLookup
4
+
5
+ Generated by orval v7.9.0 🍺
6
+ Do not edit manually.
7
+ service.proto
8
+ OpenAPI spec version: version not set
9
+
10
+ ## Properties
11
+
12
+ ### id?
13
+
14
+ > `optional` **id**: `string`
15
+
16
+ ***
17
+
18
+ ### name?
19
+
20
+ > `optional` **name**: `string`
21
+
22
+ ***
23
+
24
+ ### type?
25
+
26
+ > `optional` **type**: `string`
@@ -0,0 +1,20 @@
1
+ [@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / GeneralLookup
2
+
3
+ # Interface: GeneralLookup
4
+
5
+ Generated by orval v7.9.0 🍺
6
+ Do not edit manually.
7
+ service.proto
8
+ OpenAPI spec version: version not set
9
+
10
+ ## Properties
11
+
12
+ ### id?
13
+
14
+ > `optional` **id**: `string`
15
+
16
+ ***
17
+
18
+ ### name?
19
+
20
+ > `optional` **name**: `string`
@@ -0,0 +1,21 @@
1
+ [@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / GooglerpcStatus
2
+
3
+ # Interface: GooglerpcStatus
4
+
5
+ ## Properties
6
+
7
+ ### code?
8
+
9
+ > `optional` **code**: `number`
10
+
11
+ ***
12
+
13
+ ### details?
14
+
15
+ > `optional` **details**: [`ProtobufAny`](../wiki/_models.ProtobufAny.html)[]
16
+
17
+ ***
18
+
19
+ ### message?
20
+
21
+ > `optional` **message**: `string`
@@ -0,0 +1,18 @@
1
+ [@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / ProtobufAny
2
+
3
+ # Interface: ProtobufAny
4
+
5
+ Generated by orval v7.9.0 🍺
6
+ Do not edit manually.
7
+ service.proto
8
+ OpenAPI spec version: version not set
9
+
10
+ ## Indexable
11
+
12
+ \[`key`: `string`\]: `unknown`
13
+
14
+ ## Properties
15
+
16
+ ### @type?
17
+
18
+ > `optional` **@type**: `string`
@@ -0,0 +1,45 @@
1
+ [@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / WebitelcasesStatus
2
+
3
+ # Interface: WebitelcasesStatus
4
+
5
+ ## Properties
6
+
7
+ ### createdAt?
8
+
9
+ > `optional` **createdAt**: `string`
10
+
11
+ ***
12
+
13
+ ### createdBy?
14
+
15
+ > `optional` **createdBy**: [`GeneralLookup`](../wiki/_models.GeneralLookup.html)
16
+
17
+ ***
18
+
19
+ ### description?
20
+
21
+ > `optional` **description**: `string`
22
+
23
+ ***
24
+
25
+ ### id?
26
+
27
+ > `optional` **id**: `string`
28
+
29
+ ***
30
+
31
+ ### name?
32
+
33
+ > `optional` **name**: `string`
34
+
35
+ ***
36
+
37
+ ### updatedAt?
38
+
39
+ > `optional` **updatedAt**: `string`
40
+
41
+ ***
42
+
43
+ ### updatedBy?
44
+
45
+ > `optional` **updatedBy**: [`GeneralLookup`](../wiki/_models.GeneralLookup.html)
@@ -0,0 +1,211 @@
1
+ [@webitel/api-services](../index.html) / \_models
2
+
3
+ # \_models
4
+
5
+ ## Interfaces
6
+
7
+ - [CasesAttachment](../interfaces/_models.CasesAttachment.html)
8
+ - [CasesCallEvent](../interfaces/_models.CasesCallEvent.html)
9
+ - [CasesCallFile](../interfaces/_models.CasesCallFile.html)
10
+ - [CasesCase](../interfaces/_models.CasesCase.html)
11
+ - [CasesCaseComment](../interfaces/_models.CasesCaseComment.html)
12
+ - [CasesCaseCommentList](../interfaces/_models.CasesCaseCommentList.html)
13
+ - [CasesCaseCommunication](../interfaces/_models.CasesCaseCommunication.html)
14
+ - [CasesCaseFileList](../interfaces/_models.CasesCaseFileList.html)
15
+ - [CasesCaseLink](../interfaces/_models.CasesCaseLink.html)
16
+ - [CasesCaseLinkList](../interfaces/_models.CasesCaseLinkList.html)
17
+ - [CasesCaseList](../interfaces/_models.CasesCaseList.html)
18
+ - [CasesCatalog](../interfaces/_models.CasesCatalog.html)
19
+ - [CasesCatalogList](../interfaces/_models.CasesCatalogList.html)
20
+ - [CasesChatEvent](../interfaces/_models.CasesChatEvent.html)
21
+ - [CasesCloseInfo](../interfaces/_models.CasesCloseInfo.html)
22
+ - [CasesCloseReason](../interfaces/_models.CasesCloseReason.html)
23
+ - [CasesCloseReasonGroup](../interfaces/_models.CasesCloseReasonGroup.html)
24
+ - [CasesCloseReasonGroupList](../interfaces/_models.CasesCloseReasonGroupList.html)
25
+ - [CasesCloseReasonList](../interfaces/_models.CasesCloseReasonList.html)
26
+ - [CasesCreateCaseCloseInput](../interfaces/_models.CasesCreateCaseCloseInput.html)
27
+ - [CasesCreateCaseRelatedCaseInput](../interfaces/_models.CasesCreateCaseRelatedCaseInput.html)
28
+ - [CasesCreateInputRelatedCase](../interfaces/_models.CasesCreateInputRelatedCase.html)
29
+ - [CasesDayTimeline](../interfaces/_models.CasesDayTimeline.html)
30
+ - [CasesEmailEvent](../interfaces/_models.CasesEmailEvent.html)
31
+ - [CasesEvent](../interfaces/_models.CasesEvent.html)
32
+ - [CasesFile](../interfaces/_models.CasesFile.html)
33
+ - [CasesGetTimelineCounterResponse](../interfaces/_models.CasesGetTimelineCounterResponse.html)
34
+ - [CasesGetTimelineResponse](../interfaces/_models.CasesGetTimelineResponse.html)
35
+ - [CasesInputCase](../interfaces/_models.CasesInputCase.html)
36
+ - [CasesInputCaseComment](../interfaces/_models.CasesInputCaseComment.html)
37
+ - [CasesInputCaseCommunication](../interfaces/_models.CasesInputCaseCommunication.html)
38
+ - [CasesInputCaseLink](../interfaces/_models.CasesInputCaseLink.html)
39
+ - [CasesInputCatalog](../interfaces/_models.CasesInputCatalog.html)
40
+ - [CasesInputCloseReason](../interfaces/_models.CasesInputCloseReason.html)
41
+ - [CasesInputCloseReasonGroup](../interfaces/_models.CasesInputCloseReasonGroup.html)
42
+ - [CasesInputCreateCase](../interfaces/_models.CasesInputCreateCase.html)
43
+ - [CasesInputCreateService](../interfaces/_models.CasesInputCreateService.html)
44
+ - [CasesInputCreateStatusCondition](../interfaces/_models.CasesInputCreateStatusCondition.html)
45
+ - [CasesInputPriority](../interfaces/_models.CasesInputPriority.html)
46
+ - [CasesInputRelatedCase](../interfaces/_models.CasesInputRelatedCase.html)
47
+ - [CasesInputService](../interfaces/_models.CasesInputService.html)
48
+ - [CasesInputSLA](../interfaces/_models.CasesInputSLA.html)
49
+ - [CasesInputSLACondition](../interfaces/_models.CasesInputSLACondition.html)
50
+ - [CasesInputSource](../interfaces/_models.CasesInputSource.html)
51
+ - [CasesInputStatus](../interfaces/_models.CasesInputStatus.html)
52
+ - [CasesInputStatusCondition](../interfaces/_models.CasesInputStatusCondition.html)
53
+ - [CasesLinkCommunicationResponse](../interfaces/_models.CasesLinkCommunicationResponse.html)
54
+ - [CasesListCommunicationsResponse](../interfaces/_models.CasesListCommunicationsResponse.html)
55
+ - [CasesLocateCatalogResponse](../interfaces/_models.CasesLocateCatalogResponse.html)
56
+ - [CasesLocateCloseReasonGroupResponse](../interfaces/_models.CasesLocateCloseReasonGroupResponse.html)
57
+ - [CasesLocateCloseReasonResponse](../interfaces/_models.CasesLocateCloseReasonResponse.html)
58
+ - [CasesLocatePriorityResponse](../interfaces/_models.CasesLocatePriorityResponse.html)
59
+ - [CasesLocateServiceResponse](../interfaces/_models.CasesLocateServiceResponse.html)
60
+ - [CasesLocateSLAConditionResponse](../interfaces/_models.CasesLocateSLAConditionResponse.html)
61
+ - [CasesLocateSLAResponse](../interfaces/_models.CasesLocateSLAResponse.html)
62
+ - [CasesLocateSourceResponse](../interfaces/_models.CasesLocateSourceResponse.html)
63
+ - [CasesLocateStatusConditionResponse](../interfaces/_models.CasesLocateStatusConditionResponse.html)
64
+ - [CasesLocateStatusResponse](../interfaces/_models.CasesLocateStatusResponse.html)
65
+ - [CasesPriority](../interfaces/_models.CasesPriority.html)
66
+ - [CasesPriorityList](../interfaces/_models.CasesPriorityList.html)
67
+ - [CasesRateInfo](../interfaces/_models.CasesRateInfo.html)
68
+ - [CasesRelatedCase](../interfaces/_models.CasesRelatedCase.html)
69
+ - [CasesRelatedCaseList](../interfaces/_models.CasesRelatedCaseList.html)
70
+ - [CasesRelatedCaseLookup](../interfaces/_models.CasesRelatedCaseLookup.html)
71
+ - [CasesService](../interfaces/_models.CasesService.html)
72
+ - [CasesServiceList](../interfaces/_models.CasesServiceList.html)
73
+ - [CasesSLA](../interfaces/_models.CasesSLA.html)
74
+ - [CasesSLACondition](../interfaces/_models.CasesSLACondition.html)
75
+ - [CasesSLAConditionList](../interfaces/_models.CasesSLAConditionList.html)
76
+ - [CasesSLAList](../interfaces/_models.CasesSLAList.html)
77
+ - [CasesSource](../interfaces/_models.CasesSource.html)
78
+ - [CasesSourceList](../interfaces/_models.CasesSourceList.html)
79
+ - [CasesSourceTypeLookup](../interfaces/_models.CasesSourceTypeLookup.html)
80
+ - [CasesStatusCondition](../interfaces/_models.CasesStatusCondition.html)
81
+ - [CasesStatusConditionList](../interfaces/_models.CasesStatusConditionList.html)
82
+ - [CasesStatusList](../interfaces/_models.CasesStatusList.html)
83
+ - [CasesTimingInfo](../interfaces/_models.CasesTimingInfo.html)
84
+ - [CasesTranscriptLookup](../interfaces/_models.CasesTranscriptLookup.html)
85
+ - [CasesUnlinkCommunicationResponse](../interfaces/_models.CasesUnlinkCommunicationResponse.html)
86
+ - [GeneralExtendedLookup](../interfaces/_models.GeneralExtendedLookup.html)
87
+ - [GeneralLookup](../interfaces/_models.GeneralLookup.html)
88
+ - [GooglerpcStatus](../interfaces/_models.GooglerpcStatus.html)
89
+ - [ProtobufAny](../interfaces/_models.ProtobufAny.html)
90
+ - [WebitelcasesStatus](../interfaces/_models.WebitelcasesStatus.html)
91
+
92
+ ## Type Aliases
93
+
94
+ - [CasesCaseCommunicationsTypes](../types/_models.CasesCaseCommunicationsTypes.html)
95
+ - [CasesCaseTimelineEventType](../types/_models.CasesCaseTimelineEventType.html)
96
+ - [CasesInputCatalogBody](../types/_models.CasesInputCatalogBody.html)
97
+ - [CasesInputCloseReasonBody](../types/_models.CasesInputCloseReasonBody.html)
98
+ - [CasesInputCloseReasonGroupBody](../types/_models.CasesInputCloseReasonGroupBody.html)
99
+ - [CasesInputPriorityBody](../types/_models.CasesInputPriorityBody.html)
100
+ - [CasesInputServiceBody](../types/_models.CasesInputServiceBody.html)
101
+ - [CasesInputSLABody](../types/_models.CasesInputSLABody.html)
102
+ - [CasesInputSLAConditionBody](../types/_models.CasesInputSLAConditionBody.html)
103
+ - [CasesInputSourceBody](../types/_models.CasesInputSourceBody.html)
104
+ - [CasesInputStatusBody](../types/_models.CasesInputStatusBody.html)
105
+ - [CasesInputStatusConditionBody](../types/_models.CasesInputStatusConditionBody.html)
106
+ - [CasesRelationType](../types/_models.CasesRelationType.html)
107
+ - [CasesSourceType](../types/_models.CasesSourceType.html)
108
+ - [CreateCaseParams](../types/_models.CreateCaseParams.html)
109
+ - [CreateCatalogParams](../types/_models.CreateCatalogParams.html)
110
+ - [CreateCloseReasonGroupParams](../types/_models.CreateCloseReasonGroupParams.html)
111
+ - [CreateCloseReasonParams](../types/_models.CreateCloseReasonParams.html)
112
+ - [CreateLinkParams](../types/_models.CreateLinkParams.html)
113
+ - [CreatePriorityParams](../types/_models.CreatePriorityParams.html)
114
+ - [CreateRelatedCaseParams](../types/_models.CreateRelatedCaseParams.html)
115
+ - [CreateServiceParams](../types/_models.CreateServiceParams.html)
116
+ - [CreateSLAConditionParams](../types/_models.CreateSLAConditionParams.html)
117
+ - [CreateSLAParams](../types/_models.CreateSLAParams.html)
118
+ - [CreateSourceParams](../types/_models.CreateSourceParams.html)
119
+ - [CreateStatusConditionParams](../types/_models.CreateStatusConditionParams.html)
120
+ - [CreateStatusParams](../types/_models.CreateStatusParams.html)
121
+ - [DeleteCaseParams](../types/_models.DeleteCaseParams.html)
122
+ - [DeleteCommentParams](../types/_models.DeleteCommentParams.html)
123
+ - [GetTimelineParams](../types/_models.GetTimelineParams.html)
124
+ - [GetTimelineTypeItem](../types/_models.GetTimelineTypeItem.html)
125
+ - [LinkCommunicationParams](../types/_models.LinkCommunicationParams.html)
126
+ - [ListCatalogsParams](../types/_models.ListCatalogsParams.html)
127
+ - [ListCloseReasonGroupsParams](../types/_models.ListCloseReasonGroupsParams.html)
128
+ - [ListCloseReasonsParams](../types/_models.ListCloseReasonsParams.html)
129
+ - [ListCommentsParams](../types/_models.ListCommentsParams.html)
130
+ - [ListCommunicationsParams](../types/_models.ListCommunicationsParams.html)
131
+ - [ListFilesParams](../types/_models.ListFilesParams.html)
132
+ - [ListLinksParams](../types/_models.ListLinksParams.html)
133
+ - [ListPrioritiesParams](../types/_models.ListPrioritiesParams.html)
134
+ - [ListRelatedCasesParams](../types/_models.ListRelatedCasesParams.html)
135
+ - [ListServicesParams](../types/_models.ListServicesParams.html)
136
+ - [ListSLAConditionsParams](../types/_models.ListSLAConditionsParams.html)
137
+ - [ListSLAsParams](../types/_models.ListSLAsParams.html)
138
+ - [ListSourcesParams](../types/_models.ListSourcesParams.html)
139
+ - [ListSourcesTypeItem](../types/_models.ListSourcesTypeItem.html)
140
+ - [ListStatusConditionsParams](../types/_models.ListStatusConditionsParams.html)
141
+ - [ListStatusesParams](../types/_models.ListStatusesParams.html)
142
+ - [LocateCaseParams](../types/_models.LocateCaseParams.html)
143
+ - [LocateCatalogParams](../types/_models.LocateCatalogParams.html)
144
+ - [LocateCloseReasonGroupParams](../types/_models.LocateCloseReasonGroupParams.html)
145
+ - [LocateCloseReasonParams](../types/_models.LocateCloseReasonParams.html)
146
+ - [LocateCommentParams](../types/_models.LocateCommentParams.html)
147
+ - [LocateLinkParams](../types/_models.LocateLinkParams.html)
148
+ - [LocatePriorityParams](../types/_models.LocatePriorityParams.html)
149
+ - [LocateRelatedCaseParams](../types/_models.LocateRelatedCaseParams.html)
150
+ - [LocateServiceParams](../types/_models.LocateServiceParams.html)
151
+ - [LocateSLAConditionParams](../types/_models.LocateSLAConditionParams.html)
152
+ - [LocateSLAParams](../types/_models.LocateSLAParams.html)
153
+ - [LocateSourceParams](../types/_models.LocateSourceParams.html)
154
+ - [LocateStatusConditionParams](../types/_models.LocateStatusConditionParams.html)
155
+ - [LocateStatusParams](../types/_models.LocateStatusParams.html)
156
+ - [PublishCommentParams](../types/_models.PublishCommentParams.html)
157
+ - [SearchCases2Params](../types/_models.SearchCases2Params.html)
158
+ - [SearchCasesParams](../types/_models.SearchCasesParams.html)
159
+ - [UnlinkCommunicationParams](../types/_models.UnlinkCommunicationParams.html)
160
+ - [UpdateCase2Body](../types/_models.UpdateCase2Body.html)
161
+ - [UpdateCase2Params](../types/_models.UpdateCase2Params.html)
162
+ - [UpdateCaseBody](../types/_models.UpdateCaseBody.html)
163
+ - [UpdateCaseInputBody](../types/_models.UpdateCaseInputBody.html)
164
+ - [UpdateCaseParams](../types/_models.UpdateCaseParams.html)
165
+ - [UpdateCatalog2Params](../types/_models.UpdateCatalog2Params.html)
166
+ - [UpdateCatalogParams](../types/_models.UpdateCatalogParams.html)
167
+ - [UpdateCloseReason2Params](../types/_models.UpdateCloseReason2Params.html)
168
+ - [UpdateCloseReasonGroup2Params](../types/_models.UpdateCloseReasonGroup2Params.html)
169
+ - [UpdateCloseReasonGroupParams](../types/_models.UpdateCloseReasonGroupParams.html)
170
+ - [UpdateCloseReasonParams](../types/_models.UpdateCloseReasonParams.html)
171
+ - [UpdateComment2Body](../types/_models.UpdateComment2Body.html)
172
+ - [UpdateComment2Params](../types/_models.UpdateComment2Params.html)
173
+ - [UpdateCommentBody](../types/_models.UpdateCommentBody.html)
174
+ - [UpdateCommentInputBody](../types/_models.UpdateCommentInputBody.html)
175
+ - [UpdateCommentParams](../types/_models.UpdateCommentParams.html)
176
+ - [UpdateLink2Body](../types/_models.UpdateLink2Body.html)
177
+ - [UpdateLink2Params](../types/_models.UpdateLink2Params.html)
178
+ - [UpdateLinkBody](../types/_models.UpdateLinkBody.html)
179
+ - [UpdateLinkInputBody](../types/_models.UpdateLinkInputBody.html)
180
+ - [UpdateLinkParams](../types/_models.UpdateLinkParams.html)
181
+ - [UpdatePriority2Params](../types/_models.UpdatePriority2Params.html)
182
+ - [UpdatePriorityParams](../types/_models.UpdatePriorityParams.html)
183
+ - [UpdateRelatedCase2Body](../types/_models.UpdateRelatedCase2Body.html)
184
+ - [UpdateRelatedCase2BodyPrimaryCase](../types/_models.UpdateRelatedCase2BodyPrimaryCase.html)
185
+ - [UpdateRelatedCase2Params](../types/_models.UpdateRelatedCase2Params.html)
186
+ - [UpdateRelatedCaseBody](../types/_models.UpdateRelatedCaseBody.html)
187
+ - [UpdateRelatedCaseBodyPrimaryCase](../types/_models.UpdateRelatedCaseBodyPrimaryCase.html)
188
+ - [UpdateRelatedCaseInputBody](../types/_models.UpdateRelatedCaseInputBody.html)
189
+ - [UpdateRelatedCaseInputBodyPrimaryCase](../types/_models.UpdateRelatedCaseInputBodyPrimaryCase.html)
190
+ - [UpdateRelatedCaseParams](../types/_models.UpdateRelatedCaseParams.html)
191
+ - [UpdateService2Params](../types/_models.UpdateService2Params.html)
192
+ - [UpdateServiceParams](../types/_models.UpdateServiceParams.html)
193
+ - [UpdateSLA2Params](../types/_models.UpdateSLA2Params.html)
194
+ - [UpdateSLACondition2Params](../types/_models.UpdateSLACondition2Params.html)
195
+ - [UpdateSLAConditionParams](../types/_models.UpdateSLAConditionParams.html)
196
+ - [UpdateSLAParams](../types/_models.UpdateSLAParams.html)
197
+ - [UpdateSource2Params](../types/_models.UpdateSource2Params.html)
198
+ - [UpdateSourceParams](../types/_models.UpdateSourceParams.html)
199
+ - [UpdateStatus2Params](../types/_models.UpdateStatus2Params.html)
200
+ - [UpdateStatusCondition2Params](../types/_models.UpdateStatusCondition2Params.html)
201
+ - [UpdateStatusConditionParams](../types/_models.UpdateStatusConditionParams.html)
202
+ - [UpdateStatusParams](../types/_models.UpdateStatusParams.html)
203
+
204
+ ## Variables
205
+
206
+ - [CasesCaseCommunicationsTypes](../variables/_models.CasesCaseCommunicationsTypes.html)
207
+ - [CasesCaseTimelineEventType](../variables/_models.CasesCaseTimelineEventType.html)
208
+ - [CasesRelationType](../variables/_models.CasesRelationType.html)
209
+ - [CasesSourceType](../variables/_models.CasesSourceType.html)
210
+ - [GetTimelineTypeItem](../variables/_models.GetTimelineTypeItem.html)
211
+ - [ListSourcesTypeItem](../variables/_models.ListSourcesTypeItem.html)
@@ -0,0 +1,16 @@
1
+ [@webitel/api-services](../index.html) / case-comments/case-comments.api.gen
2
+
3
+ # case-comments/case-comments.api.gen
4
+
5
+ ## Type Aliases
6
+
7
+ - [DeleteCommentResult](../types/case-comments_case-comments.api.gen.DeleteCommentResult.html)
8
+ - [ListCommentsResult](../types/case-comments_case-comments.api.gen.ListCommentsResult.html)
9
+ - [LocateCommentResult](../types/case-comments_case-comments.api.gen.LocateCommentResult.html)
10
+ - [PublishCommentResult](../types/case-comments_case-comments.api.gen.PublishCommentResult.html)
11
+ - [UpdateComment2Result](../types/case-comments_case-comments.api.gen.UpdateComment2Result.html)
12
+ - [UpdateCommentResult](../types/case-comments_case-comments.api.gen.UpdateCommentResult.html)
13
+
14
+ ## Functions
15
+
16
+ - [getCaseComments](../functions/case-comments_case-comments.api.gen.getCaseComments.html)
@@ -0,0 +1,19 @@
1
+ [@webitel/api-services](../index.html) / case-comments/case-comments.msw.api.gen
2
+
3
+ # case-comments/case-comments.msw.api.gen
4
+
5
+ ## Functions
6
+
7
+ - [getCaseCommentsMock](../functions/case-comments_case-comments.msw.api.gen.getCaseCommentsMock.html)
8
+ - [getDeleteCommentMockHandler](../functions/case-comments_case-comments.msw.api.gen.getDeleteCommentMockHandler.html)
9
+ - [getDeleteCommentResponseMock](../functions/case-comments_case-comments.msw.api.gen.getDeleteCommentResponseMock.html)
10
+ - [getListCommentsMockHandler](../functions/case-comments_case-comments.msw.api.gen.getListCommentsMockHandler.html)
11
+ - [getListCommentsResponseMock](../functions/case-comments_case-comments.msw.api.gen.getListCommentsResponseMock.html)
12
+ - [getLocateCommentMockHandler](../functions/case-comments_case-comments.msw.api.gen.getLocateCommentMockHandler.html)
13
+ - [getLocateCommentResponseMock](../functions/case-comments_case-comments.msw.api.gen.getLocateCommentResponseMock.html)
14
+ - [getPublishCommentMockHandler](../functions/case-comments_case-comments.msw.api.gen.getPublishCommentMockHandler.html)
15
+ - [getPublishCommentResponseMock](../functions/case-comments_case-comments.msw.api.gen.getPublishCommentResponseMock.html)
16
+ - [getUpdateComment2MockHandler](../functions/case-comments_case-comments.msw.api.gen.getUpdateComment2MockHandler.html)
17
+ - [getUpdateComment2ResponseMock](../functions/case-comments_case-comments.msw.api.gen.getUpdateComment2ResponseMock.html)
18
+ - [getUpdateCommentMockHandler](../functions/case-comments_case-comments.msw.api.gen.getUpdateCommentMockHandler.html)
19
+ - [getUpdateCommentResponseMock](../functions/case-comments_case-comments.msw.api.gen.getUpdateCommentResponseMock.html)
@@ -0,0 +1,13 @@
1
+ [@webitel/api-services](../index.html) / case-communications/case-communications.api.gen
2
+
3
+ # case-communications/case-communications.api.gen
4
+
5
+ ## Type Aliases
6
+
7
+ - [LinkCommunicationResult](../types/case-communications_case-communications.api.gen.LinkCommunicationResult.html)
8
+ - [ListCommunicationsResult](../types/case-communications_case-communications.api.gen.ListCommunicationsResult.html)
9
+ - [UnlinkCommunicationResult](../types/case-communications_case-communications.api.gen.UnlinkCommunicationResult.html)
10
+
11
+ ## Functions
12
+
13
+ - [getCaseCommunications](../functions/case-communications_case-communications.api.gen.getCaseCommunications.html)
@@ -0,0 +1,13 @@
1
+ [@webitel/api-services](../index.html) / case-communications/case-communications.msw.api.gen
2
+
3
+ # case-communications/case-communications.msw.api.gen
4
+
5
+ ## Functions
6
+
7
+ - [getCaseCommunicationsMock](../functions/case-communications_case-communications.msw.api.gen.getCaseCommunicationsMock.html)
8
+ - [getLinkCommunicationMockHandler](../functions/case-communications_case-communications.msw.api.gen.getLinkCommunicationMockHandler.html)
9
+ - [getLinkCommunicationResponseMock](../functions/case-communications_case-communications.msw.api.gen.getLinkCommunicationResponseMock.html)
10
+ - [getListCommunicationsMockHandler](../functions/case-communications_case-communications.msw.api.gen.getListCommunicationsMockHandler.html)
11
+ - [getListCommunicationsResponseMock](../functions/case-communications_case-communications.msw.api.gen.getListCommunicationsResponseMock.html)
12
+ - [getUnlinkCommunicationMockHandler](../functions/case-communications_case-communications.msw.api.gen.getUnlinkCommunicationMockHandler.html)
13
+ - [getUnlinkCommunicationResponseMock](../functions/case-communications_case-communications.msw.api.gen.getUnlinkCommunicationResponseMock.html)
@@ -0,0 +1,12 @@
1
+ [@webitel/api-services](../index.html) / case-files/case-files.api.gen
2
+
3
+ # case-files/case-files.api.gen
4
+
5
+ ## Type Aliases
6
+
7
+ - [DeleteFileResult](../types/case-files_case-files.api.gen.DeleteFileResult.html)
8
+ - [ListFilesResult](../types/case-files_case-files.api.gen.ListFilesResult.html)
9
+
10
+ ## Functions
11
+
12
+ - [getCaseFiles](../functions/case-files_case-files.api.gen.getCaseFiles.html)
@@ -0,0 +1,11 @@
1
+ [@webitel/api-services](../index.html) / case-files/case-files.msw.api.gen
2
+
3
+ # case-files/case-files.msw.api.gen
4
+
5
+ ## Functions
6
+
7
+ - [getCaseFilesMock](../functions/case-files_case-files.msw.api.gen.getCaseFilesMock.html)
8
+ - [getDeleteFileMockHandler](../functions/case-files_case-files.msw.api.gen.getDeleteFileMockHandler.html)
9
+ - [getDeleteFileResponseMock](../functions/case-files_case-files.msw.api.gen.getDeleteFileResponseMock.html)
10
+ - [getListFilesMockHandler](../functions/case-files_case-files.msw.api.gen.getListFilesMockHandler.html)
11
+ - [getListFilesResponseMock](../functions/case-files_case-files.msw.api.gen.getListFilesResponseMock.html)
@@ -0,0 +1,16 @@
1
+ [@webitel/api-services](../index.html) / case-links/case-links.api.gen
2
+
3
+ # case-links/case-links.api.gen
4
+
5
+ ## Type Aliases
6
+
7
+ - [CreateLinkResult](../types/case-links_case-links.api.gen.CreateLinkResult.html)
8
+ - [DeleteLinkResult](../types/case-links_case-links.api.gen.DeleteLinkResult.html)
9
+ - [ListLinksResult](../types/case-links_case-links.api.gen.ListLinksResult.html)
10
+ - [LocateLinkResult](../types/case-links_case-links.api.gen.LocateLinkResult.html)
11
+ - [UpdateLink2Result](../types/case-links_case-links.api.gen.UpdateLink2Result.html)
12
+ - [UpdateLinkResult](../types/case-links_case-links.api.gen.UpdateLinkResult.html)
13
+
14
+ ## Functions
15
+
16
+ - [getCaseLinks](../functions/case-links_case-links.api.gen.getCaseLinks.html)
@@ -0,0 +1,19 @@
1
+ [@webitel/api-services](../index.html) / case-links/case-links.msw.api.gen
2
+
3
+ # case-links/case-links.msw.api.gen
4
+
5
+ ## Functions
6
+
7
+ - [getCaseLinksMock](../functions/case-links_case-links.msw.api.gen.getCaseLinksMock.html)
8
+ - [getCreateLinkMockHandler](../functions/case-links_case-links.msw.api.gen.getCreateLinkMockHandler.html)
9
+ - [getCreateLinkResponseMock](../functions/case-links_case-links.msw.api.gen.getCreateLinkResponseMock.html)
10
+ - [getDeleteLinkMockHandler](../functions/case-links_case-links.msw.api.gen.getDeleteLinkMockHandler.html)
11
+ - [getDeleteLinkResponseMock](../functions/case-links_case-links.msw.api.gen.getDeleteLinkResponseMock.html)
12
+ - [getListLinksMockHandler](../functions/case-links_case-links.msw.api.gen.getListLinksMockHandler.html)
13
+ - [getListLinksResponseMock](../functions/case-links_case-links.msw.api.gen.getListLinksResponseMock.html)
14
+ - [getLocateLinkMockHandler](../functions/case-links_case-links.msw.api.gen.getLocateLinkMockHandler.html)
15
+ - [getLocateLinkResponseMock](../functions/case-links_case-links.msw.api.gen.getLocateLinkResponseMock.html)
16
+ - [getUpdateLink2MockHandler](../functions/case-links_case-links.msw.api.gen.getUpdateLink2MockHandler.html)
17
+ - [getUpdateLink2ResponseMock](../functions/case-links_case-links.msw.api.gen.getUpdateLink2ResponseMock.html)
18
+ - [getUpdateLinkMockHandler](../functions/case-links_case-links.msw.api.gen.getUpdateLinkMockHandler.html)
19
+ - [getUpdateLinkResponseMock](../functions/case-links_case-links.msw.api.gen.getUpdateLinkResponseMock.html)
@@ -0,0 +1,12 @@
1
+ [@webitel/api-services](../index.html) / case-timeline/case-timeline.api.gen
2
+
3
+ # case-timeline/case-timeline.api.gen
4
+
5
+ ## Type Aliases
6
+
7
+ - [GetTimelineCounterResult](../types/case-timeline_case-timeline.api.gen.GetTimelineCounterResult.html)
8
+ - [GetTimelineResult](../types/case-timeline_case-timeline.api.gen.GetTimelineResult.html)
9
+
10
+ ## Functions
11
+
12
+ - [getCaseTimeline](../functions/case-timeline_case-timeline.api.gen.getCaseTimeline.html)
@@ -0,0 +1,11 @@
1
+ [@webitel/api-services](../index.html) / case-timeline/case-timeline.msw.api.gen
2
+
3
+ # case-timeline/case-timeline.msw.api.gen
4
+
5
+ ## Functions
6
+
7
+ - [getCaseTimelineMock](../functions/case-timeline_case-timeline.msw.api.gen.getCaseTimelineMock.html)
8
+ - [getGetTimelineCounterMockHandler](../functions/case-timeline_case-timeline.msw.api.gen.getGetTimelineCounterMockHandler.html)
9
+ - [getGetTimelineCounterResponseMock](../functions/case-timeline_case-timeline.msw.api.gen.getGetTimelineCounterResponseMock.html)
10
+ - [getGetTimelineMockHandler](../functions/case-timeline_case-timeline.msw.api.gen.getGetTimelineMockHandler.html)
11
+ - [getGetTimelineResponseMock](../functions/case-timeline_case-timeline.msw.api.gen.getGetTimelineResponseMock.html)
@@ -0,0 +1,17 @@
1
+ [@webitel/api-services](../index.html) / cases/cases.api.gen
2
+
3
+ # cases/cases.api.gen
4
+
5
+ ## Type Aliases
6
+
7
+ - [CreateCaseResult](../types/cases_cases.api.gen.CreateCaseResult.html)
8
+ - [DeleteCaseResult](../types/cases_cases.api.gen.DeleteCaseResult.html)
9
+ - [LocateCaseResult](../types/cases_cases.api.gen.LocateCaseResult.html)
10
+ - [SearchCases2Result](../types/cases_cases.api.gen.SearchCases2Result.html)
11
+ - [SearchCasesResult](../types/cases_cases.api.gen.SearchCasesResult.html)
12
+ - [UpdateCase2Result](../types/cases_cases.api.gen.UpdateCase2Result.html)
13
+ - [UpdateCaseResult](../types/cases_cases.api.gen.UpdateCaseResult.html)
14
+
15
+ ## Functions
16
+
17
+ - [getCases](../functions/cases_cases.api.gen.getCases.html)
@@ -0,0 +1,21 @@
1
+ [@webitel/api-services](../index.html) / cases/cases.msw.api.gen
2
+
3
+ # cases/cases.msw.api.gen
4
+
5
+ ## Functions
6
+
7
+ - [getCasesMock](../functions/cases_cases.msw.api.gen.getCasesMock.html)
8
+ - [getCreateCaseMockHandler](../functions/cases_cases.msw.api.gen.getCreateCaseMockHandler.html)
9
+ - [getCreateCaseResponseMock](../functions/cases_cases.msw.api.gen.getCreateCaseResponseMock.html)
10
+ - [getDeleteCaseMockHandler](../functions/cases_cases.msw.api.gen.getDeleteCaseMockHandler.html)
11
+ - [getDeleteCaseResponseMock](../functions/cases_cases.msw.api.gen.getDeleteCaseResponseMock.html)
12
+ - [getLocateCaseMockHandler](../functions/cases_cases.msw.api.gen.getLocateCaseMockHandler.html)
13
+ - [getLocateCaseResponseMock](../functions/cases_cases.msw.api.gen.getLocateCaseResponseMock.html)
14
+ - [getSearchCases2MockHandler](../functions/cases_cases.msw.api.gen.getSearchCases2MockHandler.html)
15
+ - [getSearchCases2ResponseMock](../functions/cases_cases.msw.api.gen.getSearchCases2ResponseMock.html)
16
+ - [getSearchCasesMockHandler](../functions/cases_cases.msw.api.gen.getSearchCasesMockHandler.html)
17
+ - [getSearchCasesResponseMock](../functions/cases_cases.msw.api.gen.getSearchCasesResponseMock.html)
18
+ - [getUpdateCase2MockHandler](../functions/cases_cases.msw.api.gen.getUpdateCase2MockHandler.html)
19
+ - [getUpdateCase2ResponseMock](../functions/cases_cases.msw.api.gen.getUpdateCase2ResponseMock.html)
20
+ - [getUpdateCaseMockHandler](../functions/cases_cases.msw.api.gen.getUpdateCaseMockHandler.html)
21
+ - [getUpdateCaseResponseMock](../functions/cases_cases.msw.api.gen.getUpdateCaseResponseMock.html)