@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,698 @@
1
+ /**
2
+ * Generated by orval v7.9.0 🍺
3
+ * Do not edit manually.
4
+ * service.proto
5
+ * OpenAPI spec version: version not set
6
+ */
7
+ import { z as zod } from 'zod';
8
+
9
+ /**
10
+ * @summary Delete a specific related case
11
+ */
12
+ export const deleteRelatedCaseParams = zod.object({
13
+ etag: zod.string().describe('Identifier of the related case to delete.'),
14
+ });
15
+
16
+ export const deleteRelatedCaseResponseRelationTypeDefault =
17
+ 'RELATION_TYPE_UNSPECIFIED';
18
+
19
+ export const deleteRelatedCaseResponse = zod
20
+ .object({
21
+ createdAt: zod
22
+ .string()
23
+ .optional()
24
+ .describe(
25
+ 'Timestamp (in milliseconds) of when the relation was created.',
26
+ ),
27
+ createdBy: zod
28
+ .object({
29
+ id: zod.string().optional(),
30
+ name: zod.string().optional(),
31
+ })
32
+ .optional(),
33
+ etag: zod.string().optional().describe('Etag for the related case entity.'),
34
+ id: zod
35
+ .string()
36
+ .optional()
37
+ .describe('Unique identifier for the related case.'),
38
+ primaryCase: zod
39
+ .object({
40
+ color: zod.string().optional(),
41
+ etag: zod.string().optional(),
42
+ id: zod.string().optional(),
43
+ name: zod.string().optional(),
44
+ subject: zod.string().optional(),
45
+ ver: zod.number().optional(),
46
+ })
47
+ .optional()
48
+ .describe(
49
+ 'RelatedCaseLookup is created specifically to include the subject field.',
50
+ ),
51
+ relatedCase: zod
52
+ .object({
53
+ color: zod.string().optional(),
54
+ etag: zod.string().optional(),
55
+ id: zod.string().optional(),
56
+ name: zod.string().optional(),
57
+ subject: zod.string().optional(),
58
+ ver: zod.number().optional(),
59
+ })
60
+ .optional()
61
+ .describe(
62
+ 'RelatedCaseLookup is created specifically to include the subject field.',
63
+ ),
64
+ relationType: zod
65
+ .enum([
66
+ 'RELATION_TYPE_UNSPECIFIED',
67
+ 'DUPLICATES',
68
+ 'IS_DUPLICATED_BY',
69
+ 'BLOCKS',
70
+ 'IS_BLOCKED_BY',
71
+ 'CAUSES',
72
+ 'IS_CAUSED_BY',
73
+ 'IS_CHILD_OF',
74
+ 'IS_PARENT_OF',
75
+ 'RELATES_TO',
76
+ ])
77
+ .default(deleteRelatedCaseResponseRelationTypeDefault)
78
+ .describe('Enum for relation types between cases.'),
79
+ updatedAt: zod
80
+ .string()
81
+ .optional()
82
+ .describe('Timestamp (in milliseconds) of the last update.'),
83
+ updatedBy: zod
84
+ .object({
85
+ id: zod.string().optional(),
86
+ name: zod.string().optional(),
87
+ })
88
+ .optional(),
89
+ ver: zod
90
+ .number()
91
+ .optional()
92
+ .describe(
93
+ 'Version number of the related case, used for concurrency control.',
94
+ ),
95
+ })
96
+ .describe('Represents a related case with its relationship details.');
97
+
98
+ /**
99
+ * @summary Update an existing related case
100
+ */
101
+ export const updateRelatedCase2Params = zod.object({
102
+ 'input.primary_case.id': zod.string(),
103
+ etag: zod.string().describe('Identifier of the related case to update.'),
104
+ });
105
+
106
+ export const updateRelatedCase2QueryParams = zod.object({
107
+ fields: zod
108
+ .array(zod.string())
109
+ .optional()
110
+ .describe('Fields to include in the response.'),
111
+ });
112
+
113
+ export const updateRelatedCase2BodyRelationTypeDefault =
114
+ 'RELATION_TYPE_UNSPECIFIED';
115
+
116
+ export const updateRelatedCase2Body = zod.object({
117
+ primaryCase: zod
118
+ .object({
119
+ name: zod.string().optional(),
120
+ })
121
+ .optional()
122
+ .describe('Primary case details.'),
123
+ relatedCase: zod
124
+ .object({
125
+ id: zod.string().optional(),
126
+ name: zod.string().optional(),
127
+ })
128
+ .optional(),
129
+ relationType: zod
130
+ .enum([
131
+ 'RELATION_TYPE_UNSPECIFIED',
132
+ 'DUPLICATES',
133
+ 'IS_DUPLICATED_BY',
134
+ 'BLOCKS',
135
+ 'IS_BLOCKED_BY',
136
+ 'CAUSES',
137
+ 'IS_CAUSED_BY',
138
+ 'IS_CHILD_OF',
139
+ 'IS_PARENT_OF',
140
+ 'RELATES_TO',
141
+ ])
142
+ .default(updateRelatedCase2BodyRelationTypeDefault)
143
+ .describe('Enum for relation types between cases.'),
144
+ });
145
+
146
+ export const updateRelatedCase2ResponseRelationTypeDefault =
147
+ 'RELATION_TYPE_UNSPECIFIED';
148
+
149
+ export const updateRelatedCase2Response = zod
150
+ .object({
151
+ createdAt: zod
152
+ .string()
153
+ .optional()
154
+ .describe(
155
+ 'Timestamp (in milliseconds) of when the relation was created.',
156
+ ),
157
+ createdBy: zod
158
+ .object({
159
+ id: zod.string().optional(),
160
+ name: zod.string().optional(),
161
+ })
162
+ .optional(),
163
+ etag: zod.string().optional().describe('Etag for the related case entity.'),
164
+ id: zod
165
+ .string()
166
+ .optional()
167
+ .describe('Unique identifier for the related case.'),
168
+ primaryCase: zod
169
+ .object({
170
+ color: zod.string().optional(),
171
+ etag: zod.string().optional(),
172
+ id: zod.string().optional(),
173
+ name: zod.string().optional(),
174
+ subject: zod.string().optional(),
175
+ ver: zod.number().optional(),
176
+ })
177
+ .optional()
178
+ .describe(
179
+ 'RelatedCaseLookup is created specifically to include the subject field.',
180
+ ),
181
+ relatedCase: zod
182
+ .object({
183
+ color: zod.string().optional(),
184
+ etag: zod.string().optional(),
185
+ id: zod.string().optional(),
186
+ name: zod.string().optional(),
187
+ subject: zod.string().optional(),
188
+ ver: zod.number().optional(),
189
+ })
190
+ .optional()
191
+ .describe(
192
+ 'RelatedCaseLookup is created specifically to include the subject field.',
193
+ ),
194
+ relationType: zod
195
+ .enum([
196
+ 'RELATION_TYPE_UNSPECIFIED',
197
+ 'DUPLICATES',
198
+ 'IS_DUPLICATED_BY',
199
+ 'BLOCKS',
200
+ 'IS_BLOCKED_BY',
201
+ 'CAUSES',
202
+ 'IS_CAUSED_BY',
203
+ 'IS_CHILD_OF',
204
+ 'IS_PARENT_OF',
205
+ 'RELATES_TO',
206
+ ])
207
+ .default(updateRelatedCase2ResponseRelationTypeDefault)
208
+ .describe('Enum for relation types between cases.'),
209
+ updatedAt: zod
210
+ .string()
211
+ .optional()
212
+ .describe('Timestamp (in milliseconds) of the last update.'),
213
+ updatedBy: zod
214
+ .object({
215
+ id: zod.string().optional(),
216
+ name: zod.string().optional(),
217
+ })
218
+ .optional(),
219
+ ver: zod
220
+ .number()
221
+ .optional()
222
+ .describe(
223
+ 'Version number of the related case, used for concurrency control.',
224
+ ),
225
+ })
226
+ .describe('Represents a related case with its relationship details.');
227
+
228
+ /**
229
+ * @summary Update an existing related case
230
+ */
231
+ export const updateRelatedCaseParams = zod.object({
232
+ 'input.primary_case.id': zod.string(),
233
+ etag: zod.string().describe('Identifier of the related case to update.'),
234
+ });
235
+
236
+ export const updateRelatedCaseQueryParams = zod.object({
237
+ fields: zod
238
+ .array(zod.string())
239
+ .optional()
240
+ .describe('Fields to include in the response.'),
241
+ });
242
+
243
+ export const updateRelatedCaseBodyRelationTypeDefault =
244
+ 'RELATION_TYPE_UNSPECIFIED';
245
+
246
+ export const updateRelatedCaseBody = zod.object({
247
+ primaryCase: zod
248
+ .object({
249
+ name: zod.string().optional(),
250
+ })
251
+ .optional()
252
+ .describe('Primary case details.'),
253
+ relatedCase: zod
254
+ .object({
255
+ id: zod.string().optional(),
256
+ name: zod.string().optional(),
257
+ })
258
+ .optional(),
259
+ relationType: zod
260
+ .enum([
261
+ 'RELATION_TYPE_UNSPECIFIED',
262
+ 'DUPLICATES',
263
+ 'IS_DUPLICATED_BY',
264
+ 'BLOCKS',
265
+ 'IS_BLOCKED_BY',
266
+ 'CAUSES',
267
+ 'IS_CAUSED_BY',
268
+ 'IS_CHILD_OF',
269
+ 'IS_PARENT_OF',
270
+ 'RELATES_TO',
271
+ ])
272
+ .default(updateRelatedCaseBodyRelationTypeDefault)
273
+ .describe('Enum for relation types between cases.'),
274
+ });
275
+
276
+ export const updateRelatedCaseResponseRelationTypeDefault =
277
+ 'RELATION_TYPE_UNSPECIFIED';
278
+
279
+ export const updateRelatedCaseResponse = zod
280
+ .object({
281
+ createdAt: zod
282
+ .string()
283
+ .optional()
284
+ .describe(
285
+ 'Timestamp (in milliseconds) of when the relation was created.',
286
+ ),
287
+ createdBy: zod
288
+ .object({
289
+ id: zod.string().optional(),
290
+ name: zod.string().optional(),
291
+ })
292
+ .optional(),
293
+ etag: zod.string().optional().describe('Etag for the related case entity.'),
294
+ id: zod
295
+ .string()
296
+ .optional()
297
+ .describe('Unique identifier for the related case.'),
298
+ primaryCase: zod
299
+ .object({
300
+ color: zod.string().optional(),
301
+ etag: zod.string().optional(),
302
+ id: zod.string().optional(),
303
+ name: zod.string().optional(),
304
+ subject: zod.string().optional(),
305
+ ver: zod.number().optional(),
306
+ })
307
+ .optional()
308
+ .describe(
309
+ 'RelatedCaseLookup is created specifically to include the subject field.',
310
+ ),
311
+ relatedCase: zod
312
+ .object({
313
+ color: zod.string().optional(),
314
+ etag: zod.string().optional(),
315
+ id: zod.string().optional(),
316
+ name: zod.string().optional(),
317
+ subject: zod.string().optional(),
318
+ ver: zod.number().optional(),
319
+ })
320
+ .optional()
321
+ .describe(
322
+ 'RelatedCaseLookup is created specifically to include the subject field.',
323
+ ),
324
+ relationType: zod
325
+ .enum([
326
+ 'RELATION_TYPE_UNSPECIFIED',
327
+ 'DUPLICATES',
328
+ 'IS_DUPLICATED_BY',
329
+ 'BLOCKS',
330
+ 'IS_BLOCKED_BY',
331
+ 'CAUSES',
332
+ 'IS_CAUSED_BY',
333
+ 'IS_CHILD_OF',
334
+ 'IS_PARENT_OF',
335
+ 'RELATES_TO',
336
+ ])
337
+ .default(updateRelatedCaseResponseRelationTypeDefault)
338
+ .describe('Enum for relation types between cases.'),
339
+ updatedAt: zod
340
+ .string()
341
+ .optional()
342
+ .describe('Timestamp (in milliseconds) of the last update.'),
343
+ updatedBy: zod
344
+ .object({
345
+ id: zod.string().optional(),
346
+ name: zod.string().optional(),
347
+ })
348
+ .optional(),
349
+ ver: zod
350
+ .number()
351
+ .optional()
352
+ .describe(
353
+ 'Version number of the related case, used for concurrency control.',
354
+ ),
355
+ })
356
+ .describe('Represents a related case with its relationship details.');
357
+
358
+ /**
359
+ * @summary List all related cases for a specific case
360
+ */
361
+ export const listRelatedCasesParams = zod.object({
362
+ primary_case_etag: zod
363
+ .string()
364
+ .describe('Primary Case ID for which related cases are requested.'),
365
+ });
366
+
367
+ export const listRelatedCasesQueryParams = zod.object({
368
+ page: zod.number().optional().describe('Page number for pagination.'),
369
+ size: zod.number().optional().describe('Number of related cases per page.'),
370
+ q: zod.string().optional().describe('Query string for search.'),
371
+ sort: zod.string().optional().describe('Sorting order.'),
372
+ fields: zod
373
+ .array(zod.string())
374
+ .optional()
375
+ .describe('Fields to return for each related case.'),
376
+ ids: zod.array(zod.string()).optional().describe('Filter by ids'),
377
+ });
378
+
379
+ export const listRelatedCasesResponseDataItemRelationTypeDefault =
380
+ 'RELATION_TYPE_UNSPECIFIED';
381
+
382
+ export const listRelatedCasesResponse = zod
383
+ .object({
384
+ data: zod
385
+ .array(
386
+ zod
387
+ .object({
388
+ createdAt: zod
389
+ .string()
390
+ .optional()
391
+ .describe(
392
+ 'Timestamp (in milliseconds) of when the relation was created.',
393
+ ),
394
+ createdBy: zod
395
+ .object({
396
+ id: zod.string().optional(),
397
+ name: zod.string().optional(),
398
+ })
399
+ .optional(),
400
+ etag: zod
401
+ .string()
402
+ .optional()
403
+ .describe('Etag for the related case entity.'),
404
+ id: zod
405
+ .string()
406
+ .optional()
407
+ .describe('Unique identifier for the related case.'),
408
+ primaryCase: zod
409
+ .object({
410
+ color: zod.string().optional(),
411
+ etag: zod.string().optional(),
412
+ id: zod.string().optional(),
413
+ name: zod.string().optional(),
414
+ subject: zod.string().optional(),
415
+ ver: zod.number().optional(),
416
+ })
417
+ .optional()
418
+ .describe(
419
+ 'RelatedCaseLookup is created specifically to include the subject field.',
420
+ ),
421
+ relatedCase: zod
422
+ .object({
423
+ color: zod.string().optional(),
424
+ etag: zod.string().optional(),
425
+ id: zod.string().optional(),
426
+ name: zod.string().optional(),
427
+ subject: zod.string().optional(),
428
+ ver: zod.number().optional(),
429
+ })
430
+ .optional()
431
+ .describe(
432
+ 'RelatedCaseLookup is created specifically to include the subject field.',
433
+ ),
434
+ relationType: zod
435
+ .enum([
436
+ 'RELATION_TYPE_UNSPECIFIED',
437
+ 'DUPLICATES',
438
+ 'IS_DUPLICATED_BY',
439
+ 'BLOCKS',
440
+ 'IS_BLOCKED_BY',
441
+ 'CAUSES',
442
+ 'IS_CAUSED_BY',
443
+ 'IS_CHILD_OF',
444
+ 'IS_PARENT_OF',
445
+ 'RELATES_TO',
446
+ ])
447
+ .default(listRelatedCasesResponseDataItemRelationTypeDefault)
448
+ .describe('Enum for relation types between cases.'),
449
+ updatedAt: zod
450
+ .string()
451
+ .optional()
452
+ .describe('Timestamp (in milliseconds) of the last update.'),
453
+ updatedBy: zod
454
+ .object({
455
+ id: zod.string().optional(),
456
+ name: zod.string().optional(),
457
+ })
458
+ .optional(),
459
+ ver: zod
460
+ .number()
461
+ .optional()
462
+ .describe(
463
+ 'Version number of the related case, used for concurrency control.',
464
+ ),
465
+ })
466
+ .describe('Represents a related case with its relationship details.'),
467
+ )
468
+ .optional()
469
+ .describe('List of related cases on the current page.'),
470
+ next: zod
471
+ .boolean()
472
+ .optional()
473
+ .describe('Flag to indicate if more pages are available.'),
474
+ page: zod.string().optional().describe('Current page number.'),
475
+ })
476
+ .describe('Paginated list of related cases.');
477
+
478
+ /**
479
+ * @summary Create a new related case
480
+ */
481
+ export const createRelatedCaseParams = zod.object({
482
+ primary_case_etag: zod.string().describe('Primary case details.'),
483
+ });
484
+
485
+ export const createRelatedCaseQueryParams = zod.object({
486
+ fields: zod
487
+ .array(zod.string())
488
+ .optional()
489
+ .describe('Fields to include in the response.'),
490
+ });
491
+
492
+ export const createRelatedCaseBodyRelationTypeDefault =
493
+ 'RELATION_TYPE_UNSPECIFIED';
494
+
495
+ export const createRelatedCaseBody = zod
496
+ .object({
497
+ relatedCase: zod
498
+ .object({
499
+ id: zod.string().optional(),
500
+ name: zod.string().optional(),
501
+ })
502
+ .optional(),
503
+ relationType: zod
504
+ .enum([
505
+ 'RELATION_TYPE_UNSPECIFIED',
506
+ 'DUPLICATES',
507
+ 'IS_DUPLICATED_BY',
508
+ 'BLOCKS',
509
+ 'IS_BLOCKED_BY',
510
+ 'CAUSES',
511
+ 'IS_CAUSED_BY',
512
+ 'IS_CHILD_OF',
513
+ 'IS_PARENT_OF',
514
+ 'RELATES_TO',
515
+ ])
516
+ .default(createRelatedCaseBodyRelationTypeDefault)
517
+ .describe('Enum for relation types between cases.'),
518
+ })
519
+ .describe('Input for creating a related case.');
520
+
521
+ export const createRelatedCaseResponseRelationTypeDefault =
522
+ 'RELATION_TYPE_UNSPECIFIED';
523
+
524
+ export const createRelatedCaseResponse = zod
525
+ .object({
526
+ createdAt: zod
527
+ .string()
528
+ .optional()
529
+ .describe(
530
+ 'Timestamp (in milliseconds) of when the relation was created.',
531
+ ),
532
+ createdBy: zod
533
+ .object({
534
+ id: zod.string().optional(),
535
+ name: zod.string().optional(),
536
+ })
537
+ .optional(),
538
+ etag: zod.string().optional().describe('Etag for the related case entity.'),
539
+ id: zod
540
+ .string()
541
+ .optional()
542
+ .describe('Unique identifier for the related case.'),
543
+ primaryCase: zod
544
+ .object({
545
+ color: zod.string().optional(),
546
+ etag: zod.string().optional(),
547
+ id: zod.string().optional(),
548
+ name: zod.string().optional(),
549
+ subject: zod.string().optional(),
550
+ ver: zod.number().optional(),
551
+ })
552
+ .optional()
553
+ .describe(
554
+ 'RelatedCaseLookup is created specifically to include the subject field.',
555
+ ),
556
+ relatedCase: zod
557
+ .object({
558
+ color: zod.string().optional(),
559
+ etag: zod.string().optional(),
560
+ id: zod.string().optional(),
561
+ name: zod.string().optional(),
562
+ subject: zod.string().optional(),
563
+ ver: zod.number().optional(),
564
+ })
565
+ .optional()
566
+ .describe(
567
+ 'RelatedCaseLookup is created specifically to include the subject field.',
568
+ ),
569
+ relationType: zod
570
+ .enum([
571
+ 'RELATION_TYPE_UNSPECIFIED',
572
+ 'DUPLICATES',
573
+ 'IS_DUPLICATED_BY',
574
+ 'BLOCKS',
575
+ 'IS_BLOCKED_BY',
576
+ 'CAUSES',
577
+ 'IS_CAUSED_BY',
578
+ 'IS_CHILD_OF',
579
+ 'IS_PARENT_OF',
580
+ 'RELATES_TO',
581
+ ])
582
+ .default(createRelatedCaseResponseRelationTypeDefault)
583
+ .describe('Enum for relation types between cases.'),
584
+ updatedAt: zod
585
+ .string()
586
+ .optional()
587
+ .describe('Timestamp (in milliseconds) of the last update.'),
588
+ updatedBy: zod
589
+ .object({
590
+ id: zod.string().optional(),
591
+ name: zod.string().optional(),
592
+ })
593
+ .optional(),
594
+ ver: zod
595
+ .number()
596
+ .optional()
597
+ .describe(
598
+ 'Version number of the related case, used for concurrency control.',
599
+ ),
600
+ })
601
+ .describe('Represents a related case with its relationship details.');
602
+
603
+ /**
604
+ * @summary Retrieve a specific related case by ID
605
+ */
606
+ export const locateRelatedCaseParams = zod.object({
607
+ primary_case_etag: zod.string().describe('Primary case identifier.'),
608
+ etag: zod.string().describe('Identifier of the related case.'),
609
+ });
610
+
611
+ export const locateRelatedCaseQueryParams = zod.object({
612
+ fields: zod
613
+ .array(zod.string())
614
+ .optional()
615
+ .describe('Fields to return in the response.'),
616
+ });
617
+
618
+ export const locateRelatedCaseResponseRelationTypeDefault =
619
+ 'RELATION_TYPE_UNSPECIFIED';
620
+
621
+ export const locateRelatedCaseResponse = zod
622
+ .object({
623
+ createdAt: zod
624
+ .string()
625
+ .optional()
626
+ .describe(
627
+ 'Timestamp (in milliseconds) of when the relation was created.',
628
+ ),
629
+ createdBy: zod
630
+ .object({
631
+ id: zod.string().optional(),
632
+ name: zod.string().optional(),
633
+ })
634
+ .optional(),
635
+ etag: zod.string().optional().describe('Etag for the related case entity.'),
636
+ id: zod
637
+ .string()
638
+ .optional()
639
+ .describe('Unique identifier for the related case.'),
640
+ primaryCase: zod
641
+ .object({
642
+ color: zod.string().optional(),
643
+ etag: zod.string().optional(),
644
+ id: zod.string().optional(),
645
+ name: zod.string().optional(),
646
+ subject: zod.string().optional(),
647
+ ver: zod.number().optional(),
648
+ })
649
+ .optional()
650
+ .describe(
651
+ 'RelatedCaseLookup is created specifically to include the subject field.',
652
+ ),
653
+ relatedCase: zod
654
+ .object({
655
+ color: zod.string().optional(),
656
+ etag: zod.string().optional(),
657
+ id: zod.string().optional(),
658
+ name: zod.string().optional(),
659
+ subject: zod.string().optional(),
660
+ ver: zod.number().optional(),
661
+ })
662
+ .optional()
663
+ .describe(
664
+ 'RelatedCaseLookup is created specifically to include the subject field.',
665
+ ),
666
+ relationType: zod
667
+ .enum([
668
+ 'RELATION_TYPE_UNSPECIFIED',
669
+ 'DUPLICATES',
670
+ 'IS_DUPLICATED_BY',
671
+ 'BLOCKS',
672
+ 'IS_BLOCKED_BY',
673
+ 'CAUSES',
674
+ 'IS_CAUSED_BY',
675
+ 'IS_CHILD_OF',
676
+ 'IS_PARENT_OF',
677
+ 'RELATES_TO',
678
+ ])
679
+ .default(locateRelatedCaseResponseRelationTypeDefault)
680
+ .describe('Enum for relation types between cases.'),
681
+ updatedAt: zod
682
+ .string()
683
+ .optional()
684
+ .describe('Timestamp (in milliseconds) of the last update.'),
685
+ updatedBy: zod
686
+ .object({
687
+ id: zod.string().optional(),
688
+ name: zod.string().optional(),
689
+ })
690
+ .optional(),
691
+ ver: zod
692
+ .number()
693
+ .optional()
694
+ .describe(
695
+ 'Version number of the related case, used for concurrency control.',
696
+ ),
697
+ })
698
+ .describe('Represents a related case with its relationship details.');