@fenixalliance/abs-api-client 1.0.16 → 1.1.0

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 (553) hide show
  1. package/app/index.ts +74 -5
  2. package/clients/accountingService/sdk.gen.ts +409 -137
  3. package/clients/accountingService/types.gen.ts +678 -1006
  4. package/clients/assetsService/client.gen.ts +18 -0
  5. package/clients/assetsService/index.ts +3 -0
  6. package/clients/assetsService/sdk.gen.ts +808 -0
  7. package/clients/assetsService/types.gen.ts +2762 -0
  8. package/clients/cartService/sdk.gen.ts +181 -77
  9. package/clients/cartService/types.gen.ts +328 -198
  10. package/clients/catalogService/sdk.gen.ts +353 -121
  11. package/clients/catalogService/types.gen.ts +371 -706
  12. package/clients/contentService/sdk.gen.ts +129 -49
  13. package/clients/contentService/types.gen.ts +154 -281
  14. package/clients/crmService/sdk.gen.ts +125 -9
  15. package/clients/crmService/types.gen.ts +432 -38
  16. package/clients/dealsService/sdk.gen.ts +203 -63
  17. package/clients/dealsService/types.gen.ts +413 -273
  18. package/clients/emailTemplates/client.gen.ts +18 -0
  19. package/clients/emailTemplates/index.ts +3 -0
  20. package/clients/emailTemplates/sdk.gen.ts +142 -0
  21. package/clients/emailTemplates/types.gen.ts +354 -0
  22. package/clients/forexService/sdk.gen.ts +49 -17
  23. package/clients/forexService/types.gen.ts +68 -51
  24. package/clients/globeService/sdk.gen.ts +121 -41
  25. package/clients/globeService/types.gen.ts +100 -100
  26. package/clients/hrmsService/client.gen.ts +18 -0
  27. package/clients/hrmsService/index.ts +3 -0
  28. package/clients/hrmsService/sdk.gen.ts +438 -0
  29. package/clients/hrmsService/types.gen.ts +1498 -0
  30. package/clients/identityService/sdk.gen.ts +84 -28
  31. package/clients/identityService/types.gen.ts +65 -93
  32. package/clients/inventoryService/sdk.gen.ts +6 -2
  33. package/clients/inventoryService/types.gen.ts +2 -2
  34. package/clients/invoicingService/types.gen.ts +241 -157
  35. package/clients/learningService/sdk.gen.ts +5 -5
  36. package/clients/learningService/types.gen.ts +97 -378
  37. package/clients/locationsService/client.gen.ts +18 -0
  38. package/clients/locationsService/index.ts +3 -0
  39. package/clients/locationsService/sdk.gen.ts +290 -0
  40. package/clients/locationsService/types.gen.ts +885 -0
  41. package/clients/logisticsService/client.gen.ts +18 -0
  42. package/clients/logisticsService/index.ts +3 -0
  43. package/clients/logisticsService/sdk.gen.ts +153 -0
  44. package/clients/logisticsService/types.gen.ts +540 -0
  45. package/clients/marketingService/sdk.gen.ts +295 -99
  46. package/clients/marketingService/types.gen.ts +279 -349
  47. package/clients/marketplaceService/client.gen.ts +18 -0
  48. package/clients/marketplaceService/index.ts +3 -0
  49. package/clients/marketplaceService/sdk.gen.ts +142 -0
  50. package/clients/marketplaceService/types.gen.ts +354 -0
  51. package/clients/ordersService/types.gen.ts +184 -103
  52. package/clients/paymentsService/sdk.gen.ts +35 -13
  53. package/clients/paymentsService/types.gen.ts +46 -135
  54. package/clients/pricingService/sdk.gen.ts +153 -45
  55. package/clients/pricingService/types.gen.ts +164 -197
  56. package/clients/projectsService/sdk.gen.ts +181 -61
  57. package/clients/projectsService/types.gen.ts +170 -203
  58. package/clients/quotesService/types.gen.ts +198 -88
  59. package/clients/salesService/sdk.gen.ts +6 -2
  60. package/clients/salesService/types.gen.ts +2 -2
  61. package/clients/securityService/sdk.gen.ts +13 -13
  62. package/clients/securityService/types.gen.ts +32 -84
  63. package/clients/servicesService/client.gen.ts +18 -0
  64. package/clients/servicesService/index.ts +3 -0
  65. package/clients/servicesService/sdk.gen.ts +608 -0
  66. package/clients/servicesService/types.gen.ts +3093 -0
  67. package/clients/shipmentsService/sdk.gen.ts +7 -3
  68. package/clients/shipmentsService/types.gen.ts +5 -5
  69. package/clients/socialService/sdk.gen.ts +205 -73
  70. package/clients/socialService/types.gen.ts +190 -296
  71. package/clients/storageService/sdk.gen.ts +32 -8
  72. package/clients/storageService/types.gen.ts +21 -87
  73. package/clients/subscriptionsService/client.gen.ts +18 -0
  74. package/clients/subscriptionsService/index.ts +3 -0
  75. package/clients/subscriptionsService/sdk.gen.ts +290 -0
  76. package/clients/subscriptionsService/types.gen.ts +1435 -0
  77. package/clients/supportService/sdk.gen.ts +277 -93
  78. package/clients/supportService/types.gen.ts +257 -414
  79. package/clients/systemService/sdk.gen.ts +223 -39
  80. package/clients/systemService/types.gen.ts +454 -154
  81. package/clients/tenantsService/sdk.gen.ts +186 -60
  82. package/clients/tenantsService/types.gen.ts +507 -361
  83. package/clients/timeTrackerService/sdk.gen.ts +73 -25
  84. package/clients/timeTrackerService/types.gen.ts +62 -80
  85. package/clients/usersService/sdk.gen.ts +101 -1
  86. package/clients/usersService/types.gen.ts +352 -0
  87. package/clients/walletsService/types.gen.ts +52 -29
  88. package/package.json +4 -2
  89. package/schemas/accountingService/schema.s.ts +5580 -4955
  90. package/schemas/assetsService/schema.s.ts +3385 -0
  91. package/schemas/cartService/schema.s.ts +1478 -1190
  92. package/schemas/catalogService/schema.s.ts +3323 -2795
  93. package/schemas/contentService/schema.s.ts +1445 -1194
  94. package/schemas/crmService/schema.s.ts +657 -146
  95. package/schemas/dealsService/schema.s.ts +2243 -1842
  96. package/schemas/emailTemplates/schema.s.ts +335 -0
  97. package/schemas/forexService/schema.s.ts +343 -270
  98. package/schemas/globeService/schema.s.ts +1143 -963
  99. package/schemas/identityService/schema.s.ts +490 -364
  100. package/schemas/inventoryService/schema.s.ts +28 -19
  101. package/schemas/invoicingService/schema.s.ts +73 -0
  102. package/schemas/learningService/schema.s.ts +2 -2
  103. package/schemas/locationsService/schema.s.ts +980 -0
  104. package/schemas/logisticsService/schema.s.ts +474 -0
  105. package/schemas/marketingService/schema.s.ts +3361 -2908
  106. package/schemas/marketplaceService/schema.s.ts +335 -0
  107. package/schemas/ordersService/schema.s.ts +90 -0
  108. package/schemas/paymentsService/schema.s.ts +282 -227
  109. package/schemas/pricingService/schema.s.ts +1043 -804
  110. package/schemas/projectsService/schema.s.ts +1452 -1184
  111. package/schemas/quotesService/schema.s.ts +104 -0
  112. package/schemas/salesService/schema.s.ts +28 -19
  113. package/schemas/securityService/schema.s.ts +112 -14
  114. package/schemas/servicesService/schema.s.ts +3681 -0
  115. package/schemas/shipmentsService/schema.s.ts +43 -34
  116. package/schemas/socialService/schema.s.ts +1665 -1246
  117. package/schemas/storageService/schema.s.ts +260 -239
  118. package/schemas/subscriptionsService/schema.s.ts +1651 -0
  119. package/schemas/supportService/schema.s.ts +2420 -2039
  120. package/schemas/systemService/schema.s.ts +2107 -1479
  121. package/schemas/tenantsService/schema.s.ts +1588 -960
  122. package/schemas/timeTrackerService/schema.s.ts +550 -444
  123. package/schemas/usersService/schema.s.ts +440 -0
  124. package/schemas/walletsService/schema.s.ts +36 -0
  125. package/vite.config.js +1 -0
  126. package/wwwroot/build/bundle.js +1 -1
  127. package/clients/authService/core/ApiError.js +0 -20
  128. package/clients/authService/core/ApiError.ts +0 -25
  129. package/clients/authService/core/ApiRequestOptions.js +0 -2
  130. package/clients/authService/core/ApiRequestOptions.ts +0 -17
  131. package/clients/authService/core/ApiResult.js +0 -2
  132. package/clients/authService/core/ApiResult.ts +0 -11
  133. package/clients/authService/core/CancelablePromise.js +0 -104
  134. package/clients/authService/core/CancelablePromise.ts +0 -131
  135. package/clients/authService/core/OpenAPI.js +0 -14
  136. package/clients/authService/core/OpenAPI.ts +0 -32
  137. package/clients/authService/core/request.js +0 -294
  138. package/clients/authService/core/request.ts +0 -322
  139. package/clients/authService/index.js +0 -28
  140. package/clients/authService/index.ts +0 -48
  141. package/clients/authService/models/AccessTokenResponse.js +0 -2
  142. package/clients/authService/models/AccessTokenResponse.ts +0 -11
  143. package/clients/authService/models/AccountHolderCreateDto.js +0 -12
  144. package/clients/authService/models/AccountHolderCreateDto.ts +0 -41
  145. package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +0 -2
  146. package/clients/authService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
  147. package/clients/authService/models/ApiAuthorizationResult.js +0 -2
  148. package/clients/authService/models/ApiAuthorizationResult.ts +0 -17
  149. package/clients/authService/models/ApiAuthorizationResultEnvelope.js +0 -2
  150. package/clients/authService/models/ApiAuthorizationResultEnvelope.ts +0 -14
  151. package/clients/authService/models/EnrollmentId.js +0 -2
  152. package/clients/authService/models/EnrollmentId.ts +0 -5
  153. package/clients/authService/models/ErrorEnvelope.js +0 -2
  154. package/clients/authService/models/ErrorEnvelope.ts +0 -12
  155. package/clients/authService/models/ForgotPasswordRequest.js +0 -2
  156. package/clients/authService/models/ForgotPasswordRequest.ts +0 -8
  157. package/clients/authService/models/HttpValidationProblemDetails.js +0 -2
  158. package/clients/authService/models/HttpValidationProblemDetails.ts +0 -5
  159. package/clients/authService/models/InfoRequest.js +0 -2
  160. package/clients/authService/models/InfoRequest.ts +0 -10
  161. package/clients/authService/models/InfoResponse.js +0 -2
  162. package/clients/authService/models/InfoResponse.ts +0 -9
  163. package/clients/authService/models/JsonWebKey.js +0 -2
  164. package/clients/authService/models/JsonWebKey.ts +0 -13
  165. package/clients/authService/models/JsonWebKeySet.js +0 -2
  166. package/clients/authService/models/JsonWebKeySet.ts +0 -9
  167. package/clients/authService/models/JsonWebKeySetEnvelope.js +0 -2
  168. package/clients/authService/models/JsonWebKeySetEnvelope.ts +0 -14
  169. package/clients/authService/models/JsonWebToken.js +0 -2
  170. package/clients/authService/models/JsonWebToken.ts +0 -15
  171. package/clients/authService/models/JsonWebTokenEnvelope.js +0 -2
  172. package/clients/authService/models/JsonWebTokenEnvelope.ts +0 -14
  173. package/clients/authService/models/JsonWebTokenHeader.js +0 -2
  174. package/clients/authService/models/JsonWebTokenHeader.ts +0 -11
  175. package/clients/authService/models/JsonWebTokenPayload.js +0 -2
  176. package/clients/authService/models/JsonWebTokenPayload.ts +0 -17
  177. package/clients/authService/models/LoginRequest.js +0 -2
  178. package/clients/authService/models/LoginRequest.ts +0 -11
  179. package/clients/authService/models/OAuthTokenRequest.js +0 -2
  180. package/clients/authService/models/OAuthTokenRequest.ts +0 -12
  181. package/clients/authService/models/OpenIdConfiguration.js +0 -2
  182. package/clients/authService/models/OpenIdConfiguration.ts +0 -19
  183. package/clients/authService/models/OpenIdConfigurationEnvelope.js +0 -2
  184. package/clients/authService/models/OpenIdConfigurationEnvelope.ts +0 -14
  185. package/clients/authService/models/RefreshRequest.js +0 -2
  186. package/clients/authService/models/RefreshRequest.ts +0 -8
  187. package/clients/authService/models/RegisterRequest.js +0 -2
  188. package/clients/authService/models/RegisterRequest.ts +0 -9
  189. package/clients/authService/models/ResendConfirmationEmailRequest.js +0 -2
  190. package/clients/authService/models/ResendConfirmationEmailRequest.ts +0 -8
  191. package/clients/authService/models/ResetPasswordRequest.js +0 -2
  192. package/clients/authService/models/ResetPasswordRequest.ts +0 -10
  193. package/clients/authService/models/SigninModel.js +0 -2
  194. package/clients/authService/models/SigninModel.ts +0 -9
  195. package/clients/authService/models/StringListEnvelope.js +0 -2
  196. package/clients/authService/models/StringListEnvelope.ts +0 -13
  197. package/clients/authService/models/TenantId.js +0 -2
  198. package/clients/authService/models/TenantId.ts +0 -5
  199. package/clients/authService/models/TwoFactorRequest.js +0 -2
  200. package/clients/authService/models/TwoFactorRequest.ts +0 -12
  201. package/clients/authService/models/TwoFactorResponse.js +0 -2
  202. package/clients/authService/models/TwoFactorResponse.ts +0 -12
  203. package/clients/authService/models/UserId.js +0 -2
  204. package/clients/authService/models/UserId.ts +0 -5
  205. package/clients/authService/services/ApplicationsService.js +0 -112
  206. package/clients/authService/services/ApplicationsService.ts +0 -132
  207. package/clients/authService/services/AuthService.js +0 -246
  208. package/clients/authService/services/AuthService.ts +0 -293
  209. package/clients/authService/services/CheckerService.js +0 -22
  210. package/clients/authService/services/CheckerService.ts +0 -25
  211. package/clients/authService/services/OAuthService.js +0 -152
  212. package/clients/authService/services/OAuthService.ts +0 -183
  213. package/clients/authService/services/ResourceService.js +0 -22
  214. package/clients/authService/services/ResourceService.ts +0 -25
  215. package/clients/authService/services/UserInfoService.js +0 -36
  216. package/clients/authService/services/UserInfoService.ts +0 -41
  217. package/clients/holderService/core/ApiError.js +0 -20
  218. package/clients/holderService/core/ApiError.ts +0 -25
  219. package/clients/holderService/core/ApiRequestOptions.js +0 -2
  220. package/clients/holderService/core/ApiRequestOptions.ts +0 -17
  221. package/clients/holderService/core/ApiResult.js +0 -2
  222. package/clients/holderService/core/ApiResult.ts +0 -11
  223. package/clients/holderService/core/CancelablePromise.js +0 -104
  224. package/clients/holderService/core/CancelablePromise.ts +0 -131
  225. package/clients/holderService/core/OpenAPI.js +0 -14
  226. package/clients/holderService/core/OpenAPI.ts +0 -32
  227. package/clients/holderService/core/request.js +0 -294
  228. package/clients/holderService/core/request.ts +0 -322
  229. package/clients/holderService/index.js +0 -30
  230. package/clients/holderService/index.ts +0 -47
  231. package/clients/holderService/models/AddressDto.js +0 -2
  232. package/clients/holderService/models/AddressDto.ts +0 -31
  233. package/clients/holderService/models/AddressDtoListEnvelope.js +0 -2
  234. package/clients/holderService/models/AddressDtoListEnvelope.ts +0 -14
  235. package/clients/holderService/models/CartDto.js +0 -2
  236. package/clients/holderService/models/CartDto.ts +0 -18
  237. package/clients/holderService/models/CartDtoEnvelope.js +0 -2
  238. package/clients/holderService/models/CartDtoEnvelope.ts +0 -14
  239. package/clients/holderService/models/EmptyEnvelope.js +0 -2
  240. package/clients/holderService/models/EmptyEnvelope.ts +0 -12
  241. package/clients/holderService/models/EnrollmentId.js +0 -2
  242. package/clients/holderService/models/EnrollmentId.ts +0 -5
  243. package/clients/holderService/models/ErrorEnvelope.js +0 -2
  244. package/clients/holderService/models/ErrorEnvelope.ts +0 -12
  245. package/clients/holderService/models/ExtendedTenantDto.js +0 -2
  246. package/clients/holderService/models/ExtendedTenantDto.ts +0 -51
  247. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +0 -2
  248. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
  249. package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +0 -2
  250. package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +0 -19
  251. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +0 -2
  252. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +0 -14
  253. package/clients/holderService/models/ExtendedUserDto.js +0 -26
  254. package/clients/holderService/models/ExtendedUserDto.ts +0 -80
  255. package/clients/holderService/models/ExtendedUserDtoEnvelope.js +0 -2
  256. package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +0 -14
  257. package/clients/holderService/models/FollowRecordDto.js +0 -2
  258. package/clients/holderService/models/FollowRecordDto.ts +0 -12
  259. package/clients/holderService/models/FollowRecordDtoListEnvelope.js +0 -2
  260. package/clients/holderService/models/FollowRecordDtoListEnvelope.ts +0 -14
  261. package/clients/holderService/models/Int32Envelope.js +0 -2
  262. package/clients/holderService/models/Int32Envelope.ts +0 -13
  263. package/clients/holderService/models/NotificationDto.js +0 -2
  264. package/clients/holderService/models/NotificationDto.ts +0 -16
  265. package/clients/holderService/models/NotificationDtoListEnvelope.js +0 -2
  266. package/clients/holderService/models/NotificationDtoListEnvelope.ts +0 -14
  267. package/clients/holderService/models/Operation.js +0 -16
  268. package/clients/holderService/models/Operation.ts +0 -23
  269. package/clients/holderService/models/SocialProfileDto.js +0 -12
  270. package/clients/holderService/models/SocialProfileDto.ts +0 -40
  271. package/clients/holderService/models/SocialProfileDtoEnvelope.js +0 -2
  272. package/clients/holderService/models/SocialProfileDtoEnvelope.ts +0 -14
  273. package/clients/holderService/models/TenantDto.js +0 -2
  274. package/clients/holderService/models/TenantDto.ts +0 -45
  275. package/clients/holderService/models/TenantDtoListEnvelope.js +0 -2
  276. package/clients/holderService/models/TenantDtoListEnvelope.ts +0 -14
  277. package/clients/holderService/models/TenantEnrolmentDto.js +0 -2
  278. package/clients/holderService/models/TenantEnrolmentDto.ts +0 -15
  279. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +0 -2
  280. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
  281. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  282. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  283. package/clients/holderService/models/TenantInvitationDto.js +0 -2
  284. package/clients/holderService/models/TenantInvitationDto.ts +0 -16
  285. package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +0 -2
  286. package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +0 -14
  287. package/clients/holderService/models/UserDto.js +0 -26
  288. package/clients/holderService/models/UserDto.ts +0 -72
  289. package/clients/holderService/models/UserDtoEnvelope.js +0 -2
  290. package/clients/holderService/models/UserDtoEnvelope.ts +0 -14
  291. package/clients/holderService/models/UserSettingsDto.js +0 -12
  292. package/clients/holderService/models/UserSettingsDto.ts +0 -21
  293. package/clients/holderService/models/UserSettingsDtoEnvelope.js +0 -2
  294. package/clients/holderService/models/UserSettingsDtoEnvelope.ts +0 -14
  295. package/clients/holderService/models/UserSettingsUpdateDto.js +0 -12
  296. package/clients/holderService/models/UserSettingsUpdateDto.ts +0 -19
  297. package/clients/holderService/models/UserUpdateDto.js +0 -14
  298. package/clients/holderService/models/UserUpdateDto.ts +0 -43
  299. package/clients/holderService/models/WalletDto.js +0 -2
  300. package/clients/holderService/models/WalletDto.ts +0 -22
  301. package/clients/holderService/models/WalletDtoEnvelope.js +0 -2
  302. package/clients/holderService/models/WalletDtoEnvelope.ts +0 -14
  303. package/clients/holderService/services/UserService.js +0 -507
  304. package/clients/holderService/services/UserService.ts +0 -587
  305. package/clients/tenantService/core/ApiError.js +0 -20
  306. package/clients/tenantService/core/ApiError.ts +0 -25
  307. package/clients/tenantService/core/ApiRequestOptions.js +0 -2
  308. package/clients/tenantService/core/ApiRequestOptions.ts +0 -17
  309. package/clients/tenantService/core/ApiResult.js +0 -2
  310. package/clients/tenantService/core/ApiResult.ts +0 -11
  311. package/clients/tenantService/core/CancelablePromise.js +0 -104
  312. package/clients/tenantService/core/CancelablePromise.ts +0 -131
  313. package/clients/tenantService/core/OpenAPI.js +0 -14
  314. package/clients/tenantService/core/OpenAPI.ts +0 -32
  315. package/clients/tenantService/core/request.js +0 -294
  316. package/clients/tenantService/core/request.ts +0 -322
  317. package/clients/tenantService/index.js +0 -24
  318. package/clients/tenantService/index.ts +0 -118
  319. package/clients/tenantService/models/BooleanEnvelope.js +0 -2
  320. package/clients/tenantService/models/BooleanEnvelope.ts +0 -13
  321. package/clients/tenantService/models/CartDto.js +0 -2
  322. package/clients/tenantService/models/CartDto.ts +0 -18
  323. package/clients/tenantService/models/CartDtoEnvelope.js +0 -2
  324. package/clients/tenantService/models/CartDtoEnvelope.ts +0 -14
  325. package/clients/tenantService/models/EmptyEnvelope.js +0 -2
  326. package/clients/tenantService/models/EmptyEnvelope.ts +0 -12
  327. package/clients/tenantService/models/ErrorEnvelope.js +0 -2
  328. package/clients/tenantService/models/ErrorEnvelope.ts +0 -12
  329. package/clients/tenantService/models/ExtendedTenantDto.js +0 -2
  330. package/clients/tenantService/models/ExtendedTenantDto.ts +0 -51
  331. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +0 -2
  332. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +0 -14
  333. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +0 -2
  334. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +0 -19
  335. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +0 -2
  336. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.ts +0 -14
  337. package/clients/tenantService/models/Int32Envelope.js +0 -2
  338. package/clients/tenantService/models/Int32Envelope.ts +0 -13
  339. package/clients/tenantService/models/NotificationDto.js +0 -2
  340. package/clients/tenantService/models/NotificationDto.ts +0 -16
  341. package/clients/tenantService/models/NotificationDtoListEnvelope.js +0 -2
  342. package/clients/tenantService/models/NotificationDtoListEnvelope.ts +0 -14
  343. package/clients/tenantService/models/Operation.js +0 -16
  344. package/clients/tenantService/models/Operation.ts +0 -23
  345. package/clients/tenantService/models/SocialProfileDto.js +0 -12
  346. package/clients/tenantService/models/SocialProfileDto.ts +0 -40
  347. package/clients/tenantService/models/SocialProfileDtoEnvelope.js +0 -2
  348. package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +0 -14
  349. package/clients/tenantService/models/StringListEnvelope.js +0 -2
  350. package/clients/tenantService/models/StringListEnvelope.ts +0 -13
  351. package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +0 -2
  352. package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +0 -16
  353. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
  354. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
  355. package/clients/tenantService/models/SuiteLicenseDto.js +0 -2
  356. package/clients/tenantService/models/SuiteLicenseDto.ts +0 -15
  357. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +0 -2
  358. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
  359. package/clients/tenantService/models/SuiteLicenseFeatureDto.js +0 -2
  360. package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +0 -9
  361. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +0 -2
  362. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +0 -14
  363. package/clients/tenantService/models/TenantCreateDto.js +0 -2
  364. package/clients/tenantService/models/TenantCreateDto.ts +0 -25
  365. package/clients/tenantService/models/TenantDepartmentCreateDto.js +0 -2
  366. package/clients/tenantService/models/TenantDepartmentCreateDto.ts +0 -16
  367. package/clients/tenantService/models/TenantDepartmentDto.js +0 -2
  368. package/clients/tenantService/models/TenantDepartmentDto.ts +0 -16
  369. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +0 -2
  370. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +0 -14
  371. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +0 -2
  372. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.ts +0 -14
  373. package/clients/tenantService/models/TenantDepartmentUpdateDto.js +0 -2
  374. package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +0 -12
  375. package/clients/tenantService/models/TenantDto.js +0 -2
  376. package/clients/tenantService/models/TenantDto.ts +0 -45
  377. package/clients/tenantService/models/TenantDtoEnvelope.js +0 -2
  378. package/clients/tenantService/models/TenantDtoEnvelope.ts +0 -14
  379. package/clients/tenantService/models/TenantEnrollmentCreateDto.js +0 -2
  380. package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +0 -11
  381. package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +0 -2
  382. package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +0 -9
  383. package/clients/tenantService/models/TenantEnrolmentDto.js +0 -2
  384. package/clients/tenantService/models/TenantEnrolmentDto.ts +0 -15
  385. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +0 -2
  386. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
  387. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  388. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  389. package/clients/tenantService/models/TenantIndustryCreateDto.js +0 -2
  390. package/clients/tenantService/models/TenantIndustryCreateDto.ts +0 -12
  391. package/clients/tenantService/models/TenantIndustryDto.js +0 -2
  392. package/clients/tenantService/models/TenantIndustryDto.ts +0 -12
  393. package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +0 -2
  394. package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +0 -14
  395. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +0 -2
  396. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.ts +0 -14
  397. package/clients/tenantService/models/TenantIndustryUpdateDto.js +0 -2
  398. package/clients/tenantService/models/TenantIndustryUpdateDto.ts +0 -10
  399. package/clients/tenantService/models/TenantInvitationCreateDto.js +0 -2
  400. package/clients/tenantService/models/TenantInvitationCreateDto.ts +0 -12
  401. package/clients/tenantService/models/TenantInvitationDto.js +0 -2
  402. package/clients/tenantService/models/TenantInvitationDto.ts +0 -16
  403. package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +0 -2
  404. package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +0 -14
  405. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +0 -2
  406. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +0 -14
  407. package/clients/tenantService/models/TenantPositionCreateDto.js +0 -2
  408. package/clients/tenantService/models/TenantPositionCreateDto.ts +0 -13
  409. package/clients/tenantService/models/TenantPositionDto.js +0 -2
  410. package/clients/tenantService/models/TenantPositionDto.ts +0 -13
  411. package/clients/tenantService/models/TenantPositionDtoEnvelope.js +0 -2
  412. package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +0 -14
  413. package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +0 -2
  414. package/clients/tenantService/models/TenantPositionDtoListEnvelope.ts +0 -14
  415. package/clients/tenantService/models/TenantPositionUpdateDto.js +0 -2
  416. package/clients/tenantService/models/TenantPositionUpdateDto.ts +0 -9
  417. package/clients/tenantService/models/TenantSegmentCreateDto.js +0 -2
  418. package/clients/tenantService/models/TenantSegmentCreateDto.ts +0 -12
  419. package/clients/tenantService/models/TenantSegmentDto.js +0 -2
  420. package/clients/tenantService/models/TenantSegmentDto.ts +0 -12
  421. package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +0 -2
  422. package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +0 -14
  423. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +0 -2
  424. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.ts +0 -14
  425. package/clients/tenantService/models/TenantSegmentUpdateDto.js +0 -2
  426. package/clients/tenantService/models/TenantSegmentUpdateDto.ts +0 -10
  427. package/clients/tenantService/models/TenantSizeCreateDto.js +0 -2
  428. package/clients/tenantService/models/TenantSizeCreateDto.ts +0 -12
  429. package/clients/tenantService/models/TenantSizeDto.js +0 -2
  430. package/clients/tenantService/models/TenantSizeDto.ts +0 -12
  431. package/clients/tenantService/models/TenantSizeDtoEnvelope.js +0 -2
  432. package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +0 -14
  433. package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +0 -2
  434. package/clients/tenantService/models/TenantSizeDtoListEnvelope.ts +0 -14
  435. package/clients/tenantService/models/TenantSizeUpdateDto.js +0 -2
  436. package/clients/tenantService/models/TenantSizeUpdateDto.ts +0 -10
  437. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +0 -2
  438. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +0 -13
  439. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +0 -2
  440. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +0 -13
  441. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +0 -2
  442. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +0 -14
  443. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +0 -2
  444. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.ts +0 -14
  445. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +0 -2
  446. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +0 -11
  447. package/clients/tenantService/models/TenantTeamCreateDto.js +0 -2
  448. package/clients/tenantService/models/TenantTeamCreateDto.ts +0 -17
  449. package/clients/tenantService/models/TenantTeamDto.js +0 -2
  450. package/clients/tenantService/models/TenantTeamDto.ts +0 -17
  451. package/clients/tenantService/models/TenantTeamDtoEnvelope.js +0 -2
  452. package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +0 -14
  453. package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +0 -2
  454. package/clients/tenantService/models/TenantTeamDtoListEnvelope.ts +0 -14
  455. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +0 -2
  456. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +0 -13
  457. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +0 -2
  458. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +0 -13
  459. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +0 -2
  460. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +0 -14
  461. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +0 -2
  462. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.ts +0 -14
  463. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +0 -2
  464. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +0 -11
  465. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +0 -2
  466. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +0 -13
  467. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +0 -2
  468. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +0 -13
  469. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +0 -2
  470. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +0 -14
  471. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +0 -2
  472. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.ts +0 -14
  473. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +0 -2
  474. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +0 -11
  475. package/clients/tenantService/models/TenantTeamRecordCreateDto.js +0 -2
  476. package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +0 -12
  477. package/clients/tenantService/models/TenantTeamRecordDto.js +0 -2
  478. package/clients/tenantService/models/TenantTeamRecordDto.ts +0 -12
  479. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +0 -2
  480. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +0 -14
  481. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +0 -2
  482. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.ts +0 -14
  483. package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +0 -2
  484. package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +0 -10
  485. package/clients/tenantService/models/TenantTeamUpdateDto.js +0 -2
  486. package/clients/tenantService/models/TenantTeamUpdateDto.ts +0 -17
  487. package/clients/tenantService/models/TenantTerritoryCreateDto.js +0 -2
  488. package/clients/tenantService/models/TenantTerritoryCreateDto.ts +0 -14
  489. package/clients/tenantService/models/TenantTerritoryDto.js +0 -2
  490. package/clients/tenantService/models/TenantTerritoryDto.ts +0 -14
  491. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +0 -2
  492. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +0 -14
  493. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +0 -2
  494. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.ts +0 -14
  495. package/clients/tenantService/models/TenantTerritoryUpdateDto.js +0 -2
  496. package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +0 -9
  497. package/clients/tenantService/models/TenantTypeCreateDto.js +0 -2
  498. package/clients/tenantService/models/TenantTypeCreateDto.ts +0 -11
  499. package/clients/tenantService/models/TenantTypeDto.js +0 -2
  500. package/clients/tenantService/models/TenantTypeDto.ts +0 -11
  501. package/clients/tenantService/models/TenantTypeDtoEnvelope.js +0 -2
  502. package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +0 -14
  503. package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +0 -2
  504. package/clients/tenantService/models/TenantTypeDtoListEnvelope.ts +0 -14
  505. package/clients/tenantService/models/TenantTypeUpdateDto.js +0 -2
  506. package/clients/tenantService/models/TenantTypeUpdateDto.ts +0 -9
  507. package/clients/tenantService/models/TenantUnitCreateDto.js +0 -2
  508. package/clients/tenantService/models/TenantUnitCreateDto.ts +0 -18
  509. package/clients/tenantService/models/TenantUnitDto.js +0 -2
  510. package/clients/tenantService/models/TenantUnitDto.ts +0 -18
  511. package/clients/tenantService/models/TenantUnitDtoEnvelope.js +0 -2
  512. package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +0 -14
  513. package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +0 -2
  514. package/clients/tenantService/models/TenantUnitDtoListEnvelope.ts +0 -14
  515. package/clients/tenantService/models/TenantUnitUpdateDto.js +0 -2
  516. package/clients/tenantService/models/TenantUnitUpdateDto.ts +0 -14
  517. package/clients/tenantService/models/TenantUpdateDto.js +0 -2
  518. package/clients/tenantService/models/TenantUpdateDto.ts +0 -31
  519. package/clients/tenantService/models/UserDto.js +0 -26
  520. package/clients/tenantService/models/UserDto.ts +0 -72
  521. package/clients/tenantService/models/UserDtoListEnvelope.js +0 -2
  522. package/clients/tenantService/models/UserDtoListEnvelope.ts +0 -14
  523. package/clients/tenantService/models/WalletDto.js +0 -2
  524. package/clients/tenantService/models/WalletDto.ts +0 -22
  525. package/clients/tenantService/models/WalletDtoEnvelope.js +0 -2
  526. package/clients/tenantService/models/WalletDtoEnvelope.ts +0 -14
  527. package/clients/tenantService/models/WebPortalDto.js +0 -2
  528. package/clients/tenantService/models/WebPortalDto.ts +0 -19
  529. package/clients/tenantService/models/WebPortalDtoListEnvelope.js +0 -2
  530. package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +0 -14
  531. package/clients/tenantService/services/SizesService.js +0 -173
  532. package/clients/tenantService/services/SizesService.ts +0 -204
  533. package/clients/tenantService/services/TenantsService.js +0 -3173
  534. package/clients/tenantService/services/TenantsService.ts +0 -3701
  535. package/openapi-ts-error-1774919197061.log +0 -12
  536. package/openapi-ts-error-1774919206848.log +0 -12
  537. package/openapi-ts-error-1774919211413.log +0 -12
  538. package/openapi-ts-error-1774919234889.log +0 -12
  539. package/openapi-ts-error-1774919238790.log +0 -12
  540. package/openapi-ts-error-1774919250450.log +0 -12
  541. package/openapi-ts-error-1774919289933.log +0 -12
  542. package/openapi-ts-error-1774919293886.log +0 -12
  543. package/openapi-ts-error-1774919297530.log +0 -12
  544. package/openapi-ts-error-1774952133757.log +0 -12
  545. package/openapi-ts-error-1774952145095.log +0 -12
  546. package/openapi-ts-error-1774952149289.log +0 -12
  547. package/openapi-ts-error-1774952170560.log +0 -12
  548. package/openapi-ts-error-1774952173946.log +0 -12
  549. package/openapi-ts-error-1774952221374.log +0 -12
  550. package/openapi-ts-error-1774952225129.log +0 -12
  551. package/openapi-ts-error-1774952228932.log +0 -12
  552. package/openapi-ts-error-1774955105047.log +0 -12
  553. package/output.txt +0 -1831
@@ -231,1792 +231,284 @@ export interface paths {
231
231
  };
232
232
  };
233
233
  "/api/v2/SupportService/SupportEntitlements": {
234
- get: {
235
- parameters: {
236
- query: {
237
- tenantId: string;
238
- "api-version"?: string;
239
- };
240
- header?: {
241
- "x-api-version"?: string;
242
- };
243
- };
244
- responses: {
245
- /** @description OK */
246
- 200: {
247
- content: {
248
- "application/json": components["schemas"]["SupportEntitlementDtoListEnvelope"];
249
- "application/xml": components["schemas"]["SupportEntitlementDtoListEnvelope"];
250
- };
251
- };
252
- /** @description Unauthorized */
253
- 401: {
254
- content: {
255
- "application/json": components["schemas"]["ErrorEnvelope"];
256
- "application/xml": components["schemas"]["ErrorEnvelope"];
257
- };
258
- };
259
- /** @description Forbidden */
260
- 403: {
261
- content: {
262
- "application/json": components["schemas"]["ErrorEnvelope"];
263
- "application/xml": components["schemas"]["ErrorEnvelope"];
264
- };
265
- };
266
- };
267
- };
268
- post: {
269
- parameters: {
270
- query: {
271
- tenantId: string;
272
- "api-version"?: string;
273
- };
274
- header?: {
275
- "x-api-version"?: string;
276
- };
277
- };
278
- requestBody?: {
279
- content: {
280
- "application/json": components["schemas"]["SupportEntitlementCreateDto"];
281
- "application/xml": components["schemas"]["SupportEntitlementCreateDto"];
282
- };
283
- };
284
- responses: {
285
- /** @description OK */
286
- 200: {
287
- content: {
288
- "application/json": components["schemas"]["EmptyEnvelope"];
289
- "application/xml": components["schemas"]["EmptyEnvelope"];
290
- };
291
- };
292
- /** @description Unauthorized */
293
- 401: {
294
- content: {
295
- "application/json": components["schemas"]["ErrorEnvelope"];
296
- "application/xml": components["schemas"]["ErrorEnvelope"];
297
- };
298
- };
299
- /** @description Forbidden */
300
- 403: {
301
- content: {
302
- "application/json": components["schemas"]["ErrorEnvelope"];
303
- "application/xml": components["schemas"]["ErrorEnvelope"];
304
- };
305
- };
306
- };
307
- };
234
+ /**
235
+ * Retrieve a list of support entitlements
236
+ * @description Retrieves a list of support entitlements for the specified tenant with OData query support.
237
+ */
238
+ get: operations["GetSupportEntitlementsAsync"];
239
+ /**
240
+ * Create a new support entitlement
241
+ * @description Creates a new support entitlement for the specified tenant.
242
+ */
243
+ post: operations["CreateSupportEntitlementAsync"];
308
244
  };
309
245
  "/api/v2/SupportService/SupportEntitlements/Count": {
310
- get: {
311
- parameters: {
312
- query: {
313
- tenantId: string;
314
- "api-version"?: string;
315
- };
316
- header?: {
317
- "x-api-version"?: string;
318
- };
319
- };
320
- responses: {
321
- /** @description OK */
322
- 200: {
323
- content: {
324
- "application/json": components["schemas"]["Int32Envelope"];
325
- "application/xml": components["schemas"]["Int32Envelope"];
326
- };
327
- };
328
- /** @description Unauthorized */
329
- 401: {
330
- content: {
331
- "application/json": components["schemas"]["ErrorEnvelope"];
332
- "application/xml": components["schemas"]["ErrorEnvelope"];
333
- };
334
- };
335
- /** @description Forbidden */
336
- 403: {
337
- content: {
338
- "application/json": components["schemas"]["ErrorEnvelope"];
339
- "application/xml": components["schemas"]["ErrorEnvelope"];
340
- };
341
- };
342
- };
343
- };
246
+ /**
247
+ * Get the count of support entitlements
248
+ * @description Returns the total count of support entitlements for the specified tenant with OData query support.
249
+ */
250
+ get: operations["GetSupportEntitlementsCountAsync"];
344
251
  };
345
252
  "/api/v2/SupportService/SupportEntitlements/{supportEntitlementId}": {
346
- get: {
347
- parameters: {
348
- query: {
349
- tenantId: string;
350
- "api-version"?: string;
351
- };
352
- header?: {
353
- "x-api-version"?: string;
354
- };
355
- path: {
356
- supportEntitlementId: string;
357
- };
358
- };
359
- responses: {
360
- /** @description OK */
361
- 200: {
362
- content: {
363
- "application/json": components["schemas"]["SupportEntitlementDtoEnvelope"];
364
- "application/xml": components["schemas"]["SupportEntitlementDtoEnvelope"];
365
- };
366
- };
367
- /** @description Unauthorized */
368
- 401: {
369
- content: {
370
- "application/json": components["schemas"]["ErrorEnvelope"];
371
- "application/xml": components["schemas"]["ErrorEnvelope"];
372
- };
373
- };
374
- /** @description Forbidden */
375
- 403: {
376
- content: {
377
- "application/json": components["schemas"]["ErrorEnvelope"];
378
- "application/xml": components["schemas"]["ErrorEnvelope"];
379
- };
380
- };
381
- };
382
- };
383
- put: {
384
- parameters: {
385
- query: {
386
- tenantId: string;
387
- "api-version"?: string;
388
- };
389
- header?: {
390
- "x-api-version"?: string;
391
- };
392
- path: {
393
- supportEntitlementId: string;
394
- };
395
- };
396
- requestBody?: {
397
- content: {
398
- "application/json": components["schemas"]["SupportEntitlementUpdateDto"];
399
- "application/xml": components["schemas"]["SupportEntitlementUpdateDto"];
400
- };
401
- };
402
- responses: {
403
- /** @description OK */
404
- 200: {
405
- content: {
406
- "application/json": components["schemas"]["EmptyEnvelope"];
407
- "application/xml": components["schemas"]["EmptyEnvelope"];
408
- };
409
- };
410
- /** @description Unauthorized */
411
- 401: {
412
- content: {
413
- "application/json": components["schemas"]["ErrorEnvelope"];
414
- "application/xml": components["schemas"]["ErrorEnvelope"];
415
- };
416
- };
417
- /** @description Forbidden */
418
- 403: {
419
- content: {
420
- "application/json": components["schemas"]["ErrorEnvelope"];
421
- "application/xml": components["schemas"]["ErrorEnvelope"];
422
- };
423
- };
424
- };
425
- };
426
- delete: {
427
- parameters: {
428
- query: {
429
- tenantId: string;
430
- "api-version"?: string;
431
- };
432
- header?: {
433
- "x-api-version"?: string;
434
- };
435
- path: {
436
- supportEntitlementId: string;
437
- };
438
- };
439
- responses: {
440
- /** @description OK */
441
- 200: {
442
- content: {
443
- "application/json": components["schemas"]["EmptyEnvelope"];
444
- "application/xml": components["schemas"]["EmptyEnvelope"];
445
- };
446
- };
447
- /** @description Unauthorized */
448
- 401: {
449
- content: {
450
- "application/json": components["schemas"]["ErrorEnvelope"];
451
- "application/xml": components["schemas"]["ErrorEnvelope"];
452
- };
453
- };
454
- /** @description Forbidden */
455
- 403: {
456
- content: {
457
- "application/json": components["schemas"]["ErrorEnvelope"];
458
- "application/xml": components["schemas"]["ErrorEnvelope"];
459
- };
460
- };
461
- };
462
- };
253
+ /**
254
+ * Retrieve a support entitlement by ID
255
+ * @description Retrieves a single support entitlement by its unique identifier.
256
+ */
257
+ get: operations["GetSupportEntitlementAsync"];
258
+ /**
259
+ * Update a support entitlement
260
+ * @description Updates an existing support entitlement by its unique identifier.
261
+ */
262
+ put: operations["UpdateSupportEntitlementAsync"];
263
+ /**
264
+ * Delete a support entitlement
265
+ * @description Deletes a support entitlement by its unique identifier.
266
+ */
267
+ delete: operations["DeleteSupportEntitlementAsync"];
463
268
  };
464
269
  "/api/v2/SupportService/SupportRequestAttachments": {
465
- get: {
466
- parameters: {
467
- query: {
468
- tenantId: string;
469
- "api-version"?: string;
470
- };
471
- header?: {
472
- "x-api-version"?: string;
473
- };
474
- };
475
- responses: {
476
- /** @description OK */
477
- 200: {
478
- content: {
479
- "application/json": components["schemas"]["SupportRequestAttachmentDtoListEnvelope"];
480
- "application/xml": components["schemas"]["SupportRequestAttachmentDtoListEnvelope"];
481
- };
482
- };
483
- /** @description Unauthorized */
484
- 401: {
485
- content: {
486
- "application/json": components["schemas"]["ErrorEnvelope"];
487
- "application/xml": components["schemas"]["ErrorEnvelope"];
488
- };
489
- };
490
- /** @description Forbidden */
491
- 403: {
492
- content: {
493
- "application/json": components["schemas"]["ErrorEnvelope"];
494
- "application/xml": components["schemas"]["ErrorEnvelope"];
495
- };
496
- };
497
- };
498
- };
499
- post: {
500
- parameters: {
501
- query: {
502
- tenantId: string;
503
- "api-version"?: string;
504
- };
505
- header?: {
506
- "x-api-version"?: string;
507
- };
508
- };
509
- requestBody?: {
510
- content: {
511
- "application/json": components["schemas"]["SupportRequestAttachmentCreateDto"];
512
- "application/xml": components["schemas"]["SupportRequestAttachmentCreateDto"];
513
- };
514
- };
515
- responses: {
516
- /** @description OK */
517
- 200: {
518
- content: {
519
- "application/json": components["schemas"]["EmptyEnvelope"];
520
- "application/xml": components["schemas"]["EmptyEnvelope"];
521
- };
522
- };
523
- /** @description Unauthorized */
524
- 401: {
525
- content: {
526
- "application/json": components["schemas"]["ErrorEnvelope"];
527
- "application/xml": components["schemas"]["ErrorEnvelope"];
528
- };
529
- };
530
- /** @description Forbidden */
531
- 403: {
532
- content: {
533
- "application/json": components["schemas"]["ErrorEnvelope"];
534
- "application/xml": components["schemas"]["ErrorEnvelope"];
535
- };
536
- };
537
- };
538
- };
270
+ /**
271
+ * Retrieve a list of support request attachments
272
+ * @description Retrieves a list of support request attachments for the specified tenant with OData query support.
273
+ */
274
+ get: operations["GetSupportRequestAttachmentsAsync"];
275
+ /**
276
+ * Create a new support request attachment
277
+ * @description Creates a new support request attachment for the specified tenant.
278
+ */
279
+ post: operations["CreateSupportRequestAttachmentAsync"];
539
280
  };
540
281
  "/api/v2/SupportService/SupportRequestAttachments/Count": {
541
- get: {
542
- parameters: {
543
- query: {
544
- tenantId: string;
545
- "api-version"?: string;
546
- };
547
- header?: {
548
- "x-api-version"?: string;
549
- };
550
- };
551
- responses: {
552
- /** @description OK */
553
- 200: {
554
- content: {
555
- "application/json": components["schemas"]["Int32Envelope"];
556
- "application/xml": components["schemas"]["Int32Envelope"];
557
- };
558
- };
559
- /** @description Unauthorized */
560
- 401: {
561
- content: {
562
- "application/json": components["schemas"]["ErrorEnvelope"];
563
- "application/xml": components["schemas"]["ErrorEnvelope"];
564
- };
565
- };
566
- /** @description Forbidden */
567
- 403: {
568
- content: {
569
- "application/json": components["schemas"]["ErrorEnvelope"];
570
- "application/xml": components["schemas"]["ErrorEnvelope"];
571
- };
572
- };
573
- };
574
- };
282
+ /**
283
+ * Get the count of support request attachments
284
+ * @description Returns the total count of support request attachments for the specified tenant with OData query support.
285
+ */
286
+ get: operations["GetSupportRequestAttachmentsCountAsync"];
575
287
  };
576
288
  "/api/v2/SupportService/SupportRequestAttachments/{supportRequestAttachmentId}": {
577
- get: {
578
- parameters: {
579
- query: {
580
- tenantId: string;
581
- "api-version"?: string;
582
- };
583
- header?: {
584
- "x-api-version"?: string;
585
- };
586
- path: {
587
- supportRequestAttachmentId: string;
588
- };
589
- };
590
- responses: {
591
- /** @description OK */
592
- 200: {
593
- content: {
594
- "application/json": components["schemas"]["SupportRequestAttachmentDtoEnvelope"];
595
- "application/xml": components["schemas"]["SupportRequestAttachmentDtoEnvelope"];
596
- };
597
- };
598
- /** @description Unauthorized */
599
- 401: {
600
- content: {
601
- "application/json": components["schemas"]["ErrorEnvelope"];
602
- "application/xml": components["schemas"]["ErrorEnvelope"];
603
- };
604
- };
605
- /** @description Forbidden */
606
- 403: {
607
- content: {
608
- "application/json": components["schemas"]["ErrorEnvelope"];
609
- "application/xml": components["schemas"]["ErrorEnvelope"];
610
- };
611
- };
612
- };
613
- };
614
- put: {
615
- parameters: {
616
- query: {
617
- tenantId: string;
618
- "api-version"?: string;
619
- };
620
- header?: {
621
- "x-api-version"?: string;
622
- };
623
- path: {
624
- supportRequestAttachmentId: string;
625
- };
626
- };
627
- requestBody?: {
628
- content: {
629
- "application/json": components["schemas"]["SupportRequestAttachmentUpdateDto"];
630
- "application/xml": components["schemas"]["SupportRequestAttachmentUpdateDto"];
631
- };
632
- };
633
- responses: {
634
- /** @description OK */
635
- 200: {
636
- content: {
637
- "application/json": components["schemas"]["EmptyEnvelope"];
638
- "application/xml": components["schemas"]["EmptyEnvelope"];
639
- };
640
- };
641
- /** @description Unauthorized */
642
- 401: {
643
- content: {
644
- "application/json": components["schemas"]["ErrorEnvelope"];
645
- "application/xml": components["schemas"]["ErrorEnvelope"];
646
- };
647
- };
648
- /** @description Forbidden */
649
- 403: {
650
- content: {
651
- "application/json": components["schemas"]["ErrorEnvelope"];
652
- "application/xml": components["schemas"]["ErrorEnvelope"];
653
- };
654
- };
655
- };
656
- };
657
- delete: {
658
- parameters: {
659
- query: {
660
- tenantId: string;
661
- "api-version"?: string;
662
- };
663
- header?: {
664
- "x-api-version"?: string;
665
- };
666
- path: {
667
- supportRequestAttachmentId: string;
668
- };
669
- };
670
- responses: {
671
- /** @description OK */
672
- 200: {
673
- content: {
674
- "application/json": components["schemas"]["EmptyEnvelope"];
675
- "application/xml": components["schemas"]["EmptyEnvelope"];
676
- };
677
- };
678
- /** @description Unauthorized */
679
- 401: {
680
- content: {
681
- "application/json": components["schemas"]["ErrorEnvelope"];
682
- "application/xml": components["schemas"]["ErrorEnvelope"];
683
- };
684
- };
685
- /** @description Forbidden */
686
- 403: {
687
- content: {
688
- "application/json": components["schemas"]["ErrorEnvelope"];
689
- "application/xml": components["schemas"]["ErrorEnvelope"];
690
- };
691
- };
692
- };
693
- };
289
+ /**
290
+ * Retrieve a support request attachment by ID
291
+ * @description Retrieves a single support request attachment by its unique identifier.
292
+ */
293
+ get: operations["GetSupportRequestAttachmentAsync"];
294
+ /**
295
+ * Update a support request attachment
296
+ * @description Updates an existing support request attachment by its unique identifier.
297
+ */
298
+ put: operations["UpdateSupportRequestAttachmentAsync"];
299
+ /**
300
+ * Delete a support request attachment
301
+ * @description Deletes a support request attachment by its unique identifier.
302
+ */
303
+ delete: operations["DeleteSupportRequestAttachmentAsync"];
694
304
  };
695
305
  "/api/v2/SupportService/SupportRequests": {
696
- get: {
697
- parameters: {
698
- query: {
699
- tenantId: string;
700
- "api-version"?: string;
701
- };
702
- header?: {
703
- "x-api-version"?: string;
704
- };
705
- };
706
- responses: {
707
- /** @description OK */
708
- 200: {
709
- content: {
710
- "application/json": components["schemas"]["SupportRequestDtoListEnvelope"];
711
- "application/xml": components["schemas"]["SupportRequestDtoListEnvelope"];
712
- };
713
- };
714
- /** @description Unauthorized */
715
- 401: {
716
- content: {
717
- "application/json": components["schemas"]["ErrorEnvelope"];
718
- "application/xml": components["schemas"]["ErrorEnvelope"];
719
- };
720
- };
721
- /** @description Forbidden */
722
- 403: {
723
- content: {
724
- "application/json": components["schemas"]["ErrorEnvelope"];
725
- "application/xml": components["schemas"]["ErrorEnvelope"];
726
- };
727
- };
728
- };
729
- };
730
- post: {
731
- parameters: {
732
- query: {
733
- tenantId: string;
734
- "api-version"?: string;
735
- };
736
- header?: {
737
- "x-api-version"?: string;
738
- };
739
- };
740
- requestBody?: {
741
- content: {
742
- "application/json": components["schemas"]["SupportRequestCreateDto"];
743
- "application/xml": components["schemas"]["SupportRequestCreateDto"];
744
- };
745
- };
746
- responses: {
747
- /** @description OK */
748
- 200: {
749
- content: {
750
- "application/json": components["schemas"]["EmptyEnvelope"];
751
- "application/xml": components["schemas"]["EmptyEnvelope"];
752
- };
753
- };
754
- /** @description Unauthorized */
755
- 401: {
756
- content: {
757
- "application/json": components["schemas"]["ErrorEnvelope"];
758
- "application/xml": components["schemas"]["ErrorEnvelope"];
759
- };
760
- };
761
- /** @description Forbidden */
762
- 403: {
763
- content: {
764
- "application/json": components["schemas"]["ErrorEnvelope"];
765
- "application/xml": components["schemas"]["ErrorEnvelope"];
766
- };
767
- };
768
- };
769
- };
306
+ /**
307
+ * Retrieve a list of support requests
308
+ * @description Retrieves a list of support requests for the specified tenant with OData query support.
309
+ */
310
+ get: operations["GetSupportRequestsAsync"];
311
+ /**
312
+ * Create a new support request
313
+ * @description Creates a new support request for the specified tenant.
314
+ */
315
+ post: operations["CreateSupportRequestAsync"];
770
316
  };
771
317
  "/api/v2/SupportService/SupportRequests/Count": {
772
- get: {
773
- parameters: {
774
- query: {
775
- tenantId: string;
776
- "api-version"?: string;
777
- };
778
- header?: {
779
- "x-api-version"?: string;
780
- };
781
- };
782
- responses: {
783
- /** @description OK */
784
- 200: {
785
- content: {
786
- "application/json": components["schemas"]["Int32Envelope"];
787
- "application/xml": components["schemas"]["Int32Envelope"];
788
- };
789
- };
790
- /** @description Unauthorized */
791
- 401: {
792
- content: {
793
- "application/json": components["schemas"]["ErrorEnvelope"];
794
- "application/xml": components["schemas"]["ErrorEnvelope"];
795
- };
796
- };
797
- /** @description Forbidden */
798
- 403: {
799
- content: {
800
- "application/json": components["schemas"]["ErrorEnvelope"];
801
- "application/xml": components["schemas"]["ErrorEnvelope"];
802
- };
803
- };
804
- };
805
- };
318
+ /**
319
+ * Get the count of support requests
320
+ * @description Returns the total count of support requests for the specified tenant with OData query support.
321
+ */
322
+ get: operations["GetSupportRequestsCountAsync"];
806
323
  };
807
324
  "/api/v2/SupportService/SupportRequests/{supportRequestId}": {
808
- get: {
809
- parameters: {
810
- query: {
811
- tenantId: string;
812
- "api-version"?: string;
813
- };
814
- header?: {
815
- "x-api-version"?: string;
816
- };
817
- path: {
818
- supportRequestId: string;
819
- };
820
- };
821
- responses: {
822
- /** @description OK */
823
- 200: {
824
- content: {
825
- "application/json": components["schemas"]["SupportRequestDtoEnvelope"];
826
- "application/xml": components["schemas"]["SupportRequestDtoEnvelope"];
827
- };
828
- };
829
- /** @description Unauthorized */
830
- 401: {
831
- content: {
832
- "application/json": components["schemas"]["ErrorEnvelope"];
833
- "application/xml": components["schemas"]["ErrorEnvelope"];
834
- };
835
- };
836
- /** @description Forbidden */
837
- 403: {
838
- content: {
839
- "application/json": components["schemas"]["ErrorEnvelope"];
840
- "application/xml": components["schemas"]["ErrorEnvelope"];
841
- };
842
- };
843
- };
844
- };
845
- put: {
846
- parameters: {
847
- query: {
848
- tenantId: string;
849
- "api-version"?: string;
850
- };
851
- header?: {
852
- "x-api-version"?: string;
853
- };
854
- path: {
855
- supportRequestId: string;
856
- };
857
- };
858
- requestBody?: {
859
- content: {
860
- "application/json": components["schemas"]["SupportRequestUpdateDto"];
861
- "application/xml": components["schemas"]["SupportRequestUpdateDto"];
862
- };
863
- };
864
- responses: {
865
- /** @description OK */
866
- 200: {
867
- content: {
868
- "application/json": components["schemas"]["EmptyEnvelope"];
869
- "application/xml": components["schemas"]["EmptyEnvelope"];
870
- };
871
- };
872
- /** @description Unauthorized */
873
- 401: {
874
- content: {
875
- "application/json": components["schemas"]["ErrorEnvelope"];
876
- "application/xml": components["schemas"]["ErrorEnvelope"];
877
- };
878
- };
879
- /** @description Forbidden */
880
- 403: {
881
- content: {
882
- "application/json": components["schemas"]["ErrorEnvelope"];
883
- "application/xml": components["schemas"]["ErrorEnvelope"];
884
- };
885
- };
886
- };
887
- };
888
- delete: {
889
- parameters: {
890
- query: {
891
- tenantId: string;
892
- "api-version"?: string;
893
- };
894
- header?: {
895
- "x-api-version"?: string;
896
- };
897
- path: {
898
- supportRequestId: string;
899
- };
900
- };
901
- responses: {
902
- /** @description OK */
903
- 200: {
904
- content: {
905
- "application/json": components["schemas"]["EmptyEnvelope"];
906
- "application/xml": components["schemas"]["EmptyEnvelope"];
907
- };
908
- };
909
- /** @description Unauthorized */
910
- 401: {
911
- content: {
912
- "application/json": components["schemas"]["ErrorEnvelope"];
913
- "application/xml": components["schemas"]["ErrorEnvelope"];
914
- };
915
- };
916
- /** @description Forbidden */
917
- 403: {
918
- content: {
919
- "application/json": components["schemas"]["ErrorEnvelope"];
920
- "application/xml": components["schemas"]["ErrorEnvelope"];
921
- };
922
- };
923
- };
924
- };
325
+ /**
326
+ * Retrieve a support request by ID
327
+ * @description Retrieves a single support request by its unique identifier.
328
+ */
329
+ get: operations["GetSupportRequestAsync"];
330
+ /**
331
+ * Update a support request
332
+ * @description Updates an existing support request by its unique identifier.
333
+ */
334
+ put: operations["UpdateSupportRequestAsync"];
335
+ /**
336
+ * Delete a support request
337
+ * @description Deletes a support request by its unique identifier.
338
+ */
339
+ delete: operations["DeleteSupportRequestAsync"];
925
340
  };
926
341
  "/api/v2/SupportService/SupportRequests/{supportRequestId}/Tickets": {
927
- get: {
928
- parameters: {
929
- query: {
930
- tenantId: string;
931
- "api-version"?: string;
932
- };
933
- header?: {
934
- "x-api-version"?: string;
935
- };
936
- path: {
937
- supportRequestId: string;
938
- };
939
- };
940
- responses: {
941
- /** @description OK */
942
- 200: {
943
- content: {
944
- "application/json": components["schemas"]["SupportTicketDtoListEnvelope"];
945
- "application/xml": components["schemas"]["SupportTicketDtoListEnvelope"];
946
- };
947
- };
948
- /** @description Unauthorized */
949
- 401: {
950
- content: {
951
- "application/json": components["schemas"]["ErrorEnvelope"];
952
- "application/xml": components["schemas"]["ErrorEnvelope"];
953
- };
954
- };
955
- /** @description Forbidden */
956
- 403: {
957
- content: {
958
- "application/json": components["schemas"]["ErrorEnvelope"];
959
- "application/xml": components["schemas"]["ErrorEnvelope"];
960
- };
961
- };
962
- };
963
- };
342
+ /**
343
+ * Retrieve tickets for a support request
344
+ * @description Retrieves the list of support tickets associated with a specific support request.
345
+ */
346
+ get: operations["GetSupportRequestTicketsAsync"];
964
347
  };
965
348
  "/api/v2/SupportService/SupportRequests/{supportRequestId}/Attachments": {
966
- get: {
967
- parameters: {
968
- query: {
969
- tenantId: string;
970
- "api-version"?: string;
971
- };
972
- header?: {
973
- "x-api-version"?: string;
974
- };
975
- path: {
976
- supportRequestId: string;
977
- };
978
- };
979
- responses: {
980
- /** @description OK */
981
- 200: {
982
- content: {
983
- "application/json": components["schemas"]["SupportRequestAttachmentDtoListEnvelope"];
984
- "application/xml": components["schemas"]["SupportRequestAttachmentDtoListEnvelope"];
985
- };
986
- };
987
- /** @description Unauthorized */
988
- 401: {
989
- content: {
990
- "application/json": components["schemas"]["ErrorEnvelope"];
991
- "application/xml": components["schemas"]["ErrorEnvelope"];
992
- };
993
- };
994
- /** @description Forbidden */
995
- 403: {
996
- content: {
997
- "application/json": components["schemas"]["ErrorEnvelope"];
998
- "application/xml": components["schemas"]["ErrorEnvelope"];
999
- };
1000
- };
1001
- };
1002
- };
1003
- post: {
1004
- parameters: {
1005
- query: {
1006
- tenantId: string;
1007
- "api-version"?: string;
1008
- };
1009
- header?: {
1010
- "x-api-version"?: string;
1011
- };
1012
- path: {
1013
- supportRequestId: string;
1014
- };
1015
- };
1016
- requestBody?: {
1017
- content: {
1018
- "application/json": components["schemas"]["SupportRequestAttachmentCreateDto"];
1019
- "application/xml": components["schemas"]["SupportRequestAttachmentCreateDto"];
1020
- };
1021
- };
1022
- responses: {
1023
- /** @description OK */
1024
- 200: {
1025
- content: {
1026
- "application/json": components["schemas"]["EmptyEnvelope"];
1027
- "application/xml": components["schemas"]["EmptyEnvelope"];
1028
- };
1029
- };
1030
- /** @description Unauthorized */
1031
- 401: {
1032
- content: {
1033
- "application/json": components["schemas"]["ErrorEnvelope"];
1034
- "application/xml": components["schemas"]["ErrorEnvelope"];
1035
- };
1036
- };
1037
- /** @description Forbidden */
1038
- 403: {
1039
- content: {
1040
- "application/json": components["schemas"]["ErrorEnvelope"];
1041
- "application/xml": components["schemas"]["ErrorEnvelope"];
1042
- };
1043
- };
1044
- };
1045
- };
349
+ /**
350
+ * Retrieve attachments for a support request
351
+ * @description Retrieves the list of attachments associated with a specific support request.
352
+ */
353
+ get: operations["GetSupportRequestAttachmentsByRequest"];
354
+ /**
355
+ * Add an attachment to a support request
356
+ * @description Creates a new attachment and associates it with the specified support request.
357
+ */
358
+ post: operations["RelateSupportRequestToAttachmentAsync"];
1046
359
  };
1047
360
  "/api/v2/SupportService/SupportRequests/{supportRequestId}/Attachments/Count": {
1048
- get: {
1049
- parameters: {
1050
- query: {
1051
- tenantId: string;
1052
- "api-version"?: string;
1053
- };
1054
- header?: {
1055
- "x-api-version"?: string;
1056
- };
1057
- path: {
1058
- supportRequestId: string;
1059
- };
1060
- };
1061
- responses: {
1062
- /** @description OK */
1063
- 200: {
1064
- content: {
1065
- "application/json": components["schemas"]["Int32Envelope"];
1066
- "application/xml": components["schemas"]["Int32Envelope"];
1067
- };
1068
- };
1069
- /** @description Unauthorized */
1070
- 401: {
1071
- content: {
1072
- "application/json": components["schemas"]["ErrorEnvelope"];
1073
- "application/xml": components["schemas"]["ErrorEnvelope"];
1074
- };
1075
- };
1076
- /** @description Forbidden */
1077
- 403: {
1078
- content: {
1079
- "application/json": components["schemas"]["ErrorEnvelope"];
1080
- "application/xml": components["schemas"]["ErrorEnvelope"];
1081
- };
1082
- };
1083
- };
1084
- };
361
+ /**
362
+ * Get the count of attachments for a support request
363
+ * @description Returns the total count of attachments for a specific support request.
364
+ */
365
+ get: operations["GetSupportRequestAttachmentsCountByRequest"];
1085
366
  };
1086
367
  "/api/v2/SupportService/SupportRequests/{supportRequestId}/Attachments/{attachmentId}": {
1087
- get: {
1088
- parameters: {
1089
- query: {
1090
- tenantId: string;
1091
- "api-version"?: string;
1092
- };
1093
- header?: {
1094
- "x-api-version"?: string;
1095
- };
1096
- path: {
1097
- supportRequestId: string;
1098
- attachmentId: string;
1099
- };
1100
- };
1101
- responses: {
1102
- /** @description OK */
1103
- 200: {
1104
- content: {
1105
- "application/json": components["schemas"]["SupportRequestAttachmentDtoEnvelope"];
1106
- "application/xml": components["schemas"]["SupportRequestAttachmentDtoEnvelope"];
1107
- };
1108
- };
1109
- /** @description Unauthorized */
1110
- 401: {
1111
- content: {
1112
- "application/json": components["schemas"]["ErrorEnvelope"];
1113
- "application/xml": components["schemas"]["ErrorEnvelope"];
1114
- };
1115
- };
1116
- /** @description Forbidden */
1117
- 403: {
1118
- content: {
1119
- "application/json": components["schemas"]["ErrorEnvelope"];
1120
- "application/xml": components["schemas"]["ErrorEnvelope"];
1121
- };
1122
- };
1123
- };
1124
- };
368
+ /**
369
+ * Retrieve a specific attachment for a support request
370
+ * @description Retrieves a single attachment by its ID for a specific support request.
371
+ */
372
+ get: operations["GetSupportRequestAttachmentByRequest"];
1125
373
  };
1126
374
  "/api/v2/SupportService/SupportTicketPriorities": {
1127
- get: {
1128
- parameters: {
1129
- query: {
1130
- tenantId: string;
1131
- "api-version"?: string;
1132
- };
1133
- header?: {
1134
- "x-api-version"?: string;
1135
- };
1136
- };
1137
- responses: {
1138
- /** @description OK */
1139
- 200: {
1140
- content: {
1141
- "application/json": components["schemas"]["SupportTicketPriorityDtoListEnvelope"];
1142
- "application/xml": components["schemas"]["SupportTicketPriorityDtoListEnvelope"];
1143
- };
1144
- };
1145
- /** @description Unauthorized */
1146
- 401: {
1147
- content: {
1148
- "application/json": components["schemas"]["ErrorEnvelope"];
1149
- "application/xml": components["schemas"]["ErrorEnvelope"];
1150
- };
1151
- };
1152
- /** @description Forbidden */
1153
- 403: {
1154
- content: {
1155
- "application/json": components["schemas"]["ErrorEnvelope"];
1156
- "application/xml": components["schemas"]["ErrorEnvelope"];
1157
- };
1158
- };
1159
- };
1160
- };
1161
- post: {
1162
- parameters: {
1163
- query: {
1164
- tenantId: string;
1165
- "api-version"?: string;
1166
- };
1167
- header?: {
1168
- "x-api-version"?: string;
1169
- };
1170
- };
1171
- requestBody?: {
1172
- content: {
1173
- "application/json": components["schemas"]["SupportTicketPriorityCreateDto"];
1174
- "application/xml": components["schemas"]["SupportTicketPriorityCreateDto"];
1175
- };
1176
- };
1177
- responses: {
1178
- /** @description OK */
1179
- 200: {
1180
- content: {
1181
- "application/json": components["schemas"]["EmptyEnvelope"];
1182
- "application/xml": components["schemas"]["EmptyEnvelope"];
1183
- };
1184
- };
1185
- /** @description Unauthorized */
1186
- 401: {
1187
- content: {
1188
- "application/json": components["schemas"]["ErrorEnvelope"];
1189
- "application/xml": components["schemas"]["ErrorEnvelope"];
1190
- };
1191
- };
1192
- /** @description Forbidden */
1193
- 403: {
1194
- content: {
1195
- "application/json": components["schemas"]["ErrorEnvelope"];
1196
- "application/xml": components["schemas"]["ErrorEnvelope"];
1197
- };
1198
- };
1199
- };
1200
- };
375
+ /**
376
+ * Retrieve a list of support ticket priorities
377
+ * @description Retrieves a list of support ticket priorities for the specified tenant with OData query support.
378
+ */
379
+ get: operations["GetSupportTicketPrioritiesAsync"];
380
+ /**
381
+ * Create a new support ticket priority
382
+ * @description Creates a new support ticket priority for the specified tenant.
383
+ */
384
+ post: operations["CreateSupportTicketPriorityAsync"];
1201
385
  };
1202
386
  "/api/v2/SupportService/SupportTicketPriorities/Count": {
1203
- get: {
1204
- parameters: {
1205
- query: {
1206
- tenantId: string;
1207
- "api-version"?: string;
1208
- };
1209
- header?: {
1210
- "x-api-version"?: string;
1211
- };
1212
- };
1213
- responses: {
1214
- /** @description OK */
1215
- 200: {
1216
- content: {
1217
- "application/json": components["schemas"]["Int32Envelope"];
1218
- "application/xml": components["schemas"]["Int32Envelope"];
1219
- };
1220
- };
1221
- /** @description Unauthorized */
1222
- 401: {
1223
- content: {
1224
- "application/json": components["schemas"]["ErrorEnvelope"];
1225
- "application/xml": components["schemas"]["ErrorEnvelope"];
1226
- };
1227
- };
1228
- /** @description Forbidden */
1229
- 403: {
1230
- content: {
1231
- "application/json": components["schemas"]["ErrorEnvelope"];
1232
- "application/xml": components["schemas"]["ErrorEnvelope"];
1233
- };
1234
- };
1235
- };
1236
- };
387
+ /**
388
+ * Get the count of support ticket priorities
389
+ * @description Returns the total count of support ticket priorities for the specified tenant with OData query support.
390
+ */
391
+ get: operations["GetSupportTicketPrioritiesCountAsync"];
1237
392
  };
1238
393
  "/api/v2/SupportService/SupportTicketPriorities/{supportTicketPriorityId}": {
1239
- get: {
1240
- parameters: {
1241
- query: {
1242
- tenantId: string;
1243
- "api-version"?: string;
1244
- };
1245
- header?: {
1246
- "x-api-version"?: string;
1247
- };
1248
- path: {
1249
- supportTicketPriorityId: string;
1250
- };
1251
- };
1252
- responses: {
1253
- /** @description OK */
1254
- 200: {
1255
- content: {
1256
- "application/json": components["schemas"]["SupportTicketPriorityDtoEnvelope"];
1257
- "application/xml": components["schemas"]["SupportTicketPriorityDtoEnvelope"];
1258
- };
1259
- };
1260
- /** @description Unauthorized */
1261
- 401: {
1262
- content: {
1263
- "application/json": components["schemas"]["ErrorEnvelope"];
1264
- "application/xml": components["schemas"]["ErrorEnvelope"];
1265
- };
1266
- };
1267
- /** @description Forbidden */
1268
- 403: {
1269
- content: {
1270
- "application/json": components["schemas"]["ErrorEnvelope"];
1271
- "application/xml": components["schemas"]["ErrorEnvelope"];
1272
- };
1273
- };
1274
- };
1275
- };
1276
- put: {
1277
- parameters: {
1278
- query: {
1279
- tenantId: string;
1280
- "api-version"?: string;
1281
- };
1282
- header?: {
1283
- "x-api-version"?: string;
1284
- };
1285
- path: {
1286
- supportTicketPriorityId: string;
1287
- };
1288
- };
1289
- requestBody?: {
1290
- content: {
1291
- "application/json": components["schemas"]["SupportTicketPriorityUpdateDto"];
1292
- "application/xml": components["schemas"]["SupportTicketPriorityUpdateDto"];
1293
- };
1294
- };
1295
- responses: {
1296
- /** @description OK */
1297
- 200: {
1298
- content: {
1299
- "application/json": components["schemas"]["EmptyEnvelope"];
1300
- "application/xml": components["schemas"]["EmptyEnvelope"];
1301
- };
1302
- };
1303
- /** @description Unauthorized */
1304
- 401: {
1305
- content: {
1306
- "application/json": components["schemas"]["ErrorEnvelope"];
1307
- "application/xml": components["schemas"]["ErrorEnvelope"];
1308
- };
1309
- };
1310
- /** @description Forbidden */
1311
- 403: {
1312
- content: {
1313
- "application/json": components["schemas"]["ErrorEnvelope"];
1314
- "application/xml": components["schemas"]["ErrorEnvelope"];
1315
- };
1316
- };
1317
- };
1318
- };
1319
- delete: {
1320
- parameters: {
1321
- query: {
1322
- tenantId: string;
1323
- "api-version"?: string;
1324
- };
1325
- header?: {
1326
- "x-api-version"?: string;
1327
- };
1328
- path: {
1329
- supportTicketPriorityId: string;
1330
- };
1331
- };
1332
- responses: {
1333
- /** @description OK */
1334
- 200: {
1335
- content: {
1336
- "application/json": components["schemas"]["EmptyEnvelope"];
1337
- "application/xml": components["schemas"]["EmptyEnvelope"];
1338
- };
1339
- };
1340
- /** @description Unauthorized */
1341
- 401: {
1342
- content: {
1343
- "application/json": components["schemas"]["ErrorEnvelope"];
1344
- "application/xml": components["schemas"]["ErrorEnvelope"];
1345
- };
1346
- };
1347
- /** @description Forbidden */
1348
- 403: {
1349
- content: {
1350
- "application/json": components["schemas"]["ErrorEnvelope"];
1351
- "application/xml": components["schemas"]["ErrorEnvelope"];
1352
- };
1353
- };
1354
- };
1355
- };
394
+ /**
395
+ * Retrieve a support ticket priority by ID
396
+ * @description Retrieves a single support ticket priority by its unique identifier.
397
+ */
398
+ get: operations["GetSupportTicketPriorityAsync"];
399
+ /**
400
+ * Update a support ticket priority
401
+ * @description Updates an existing support ticket priority by its unique identifier.
402
+ */
403
+ put: operations["UpdateSupportTicketPriorityAsync"];
404
+ /**
405
+ * Delete a support ticket priority
406
+ * @description Deletes a support ticket priority by its unique identifier.
407
+ */
408
+ delete: operations["DeleteSupportTicketPriorityAsync"];
1356
409
  };
1357
410
  "/api/v2/SupportService/SupportTickets": {
1358
- get: {
1359
- parameters: {
1360
- query: {
1361
- tenantId: string;
1362
- "api-version"?: string;
1363
- };
1364
- header?: {
1365
- "x-api-version"?: string;
1366
- };
1367
- };
1368
- responses: {
1369
- /** @description OK */
1370
- 200: {
1371
- content: {
1372
- "application/json": components["schemas"]["SupportTicketDtoListEnvelope"];
1373
- "application/xml": components["schemas"]["SupportTicketDtoListEnvelope"];
1374
- };
1375
- };
1376
- /** @description Unauthorized */
1377
- 401: {
1378
- content: {
1379
- "application/json": components["schemas"]["ErrorEnvelope"];
1380
- "application/xml": components["schemas"]["ErrorEnvelope"];
1381
- };
1382
- };
1383
- /** @description Forbidden */
1384
- 403: {
1385
- content: {
1386
- "application/json": components["schemas"]["ErrorEnvelope"];
1387
- "application/xml": components["schemas"]["ErrorEnvelope"];
1388
- };
1389
- };
1390
- };
1391
- };
1392
- post: {
1393
- parameters: {
1394
- query: {
1395
- tenantId: string;
1396
- "api-version"?: string;
1397
- };
1398
- header?: {
1399
- "x-api-version"?: string;
1400
- };
1401
- };
1402
- requestBody?: {
1403
- content: {
1404
- "application/json": components["schemas"]["SupportTicketCreateDto"];
1405
- "application/xml": components["schemas"]["SupportTicketCreateDto"];
1406
- };
1407
- };
1408
- responses: {
1409
- /** @description OK */
1410
- 200: {
1411
- content: {
1412
- "application/json": components["schemas"]["EmptyEnvelope"];
1413
- "application/xml": components["schemas"]["EmptyEnvelope"];
1414
- };
1415
- };
1416
- /** @description Unauthorized */
1417
- 401: {
1418
- content: {
1419
- "application/json": components["schemas"]["ErrorEnvelope"];
1420
- "application/xml": components["schemas"]["ErrorEnvelope"];
1421
- };
1422
- };
1423
- /** @description Forbidden */
1424
- 403: {
1425
- content: {
1426
- "application/json": components["schemas"]["ErrorEnvelope"];
1427
- "application/xml": components["schemas"]["ErrorEnvelope"];
1428
- };
1429
- };
1430
- };
1431
- };
411
+ /**
412
+ * Retrieve a list of support tickets
413
+ * @description Retrieves a list of support tickets for the specified tenant with OData query support.
414
+ */
415
+ get: operations["GetSupportTicketsAsync"];
416
+ /**
417
+ * Create a new support ticket
418
+ * @description Creates a new support ticket for the specified tenant.
419
+ */
420
+ post: operations["CreateSupportTicketAsync"];
1432
421
  };
1433
422
  "/api/v2/SupportService/SupportTickets/Count": {
1434
- get: {
1435
- parameters: {
1436
- query: {
1437
- tenantId: string;
1438
- "api-version"?: string;
1439
- };
1440
- header?: {
1441
- "x-api-version"?: string;
1442
- };
1443
- };
1444
- responses: {
1445
- /** @description OK */
1446
- 200: {
1447
- content: {
1448
- "application/json": components["schemas"]["Int32Envelope"];
1449
- "application/xml": components["schemas"]["Int32Envelope"];
1450
- };
1451
- };
1452
- /** @description Unauthorized */
1453
- 401: {
1454
- content: {
1455
- "application/json": components["schemas"]["ErrorEnvelope"];
1456
- "application/xml": components["schemas"]["ErrorEnvelope"];
1457
- };
1458
- };
1459
- /** @description Forbidden */
1460
- 403: {
1461
- content: {
1462
- "application/json": components["schemas"]["ErrorEnvelope"];
1463
- "application/xml": components["schemas"]["ErrorEnvelope"];
1464
- };
1465
- };
1466
- };
1467
- };
423
+ /**
424
+ * Get the count of support tickets
425
+ * @description Returns the total count of support tickets for the specified tenant with OData query support.
426
+ */
427
+ get: operations["GetSupportTicketsCountAsync"];
1468
428
  };
1469
429
  "/api/v2/SupportService/SupportTickets/{supportTicketId}": {
1470
- get: {
1471
- parameters: {
1472
- query: {
1473
- tenantId: string;
1474
- "api-version"?: string;
1475
- };
1476
- header?: {
1477
- "x-api-version"?: string;
1478
- };
1479
- path: {
1480
- supportTicketId: string;
1481
- };
1482
- };
1483
- responses: {
1484
- /** @description OK */
1485
- 200: {
1486
- content: {
1487
- "application/json": components["schemas"]["SupportTicketDtoEnvelope"];
1488
- "application/xml": components["schemas"]["SupportTicketDtoEnvelope"];
1489
- };
1490
- };
1491
- /** @description Unauthorized */
1492
- 401: {
1493
- content: {
1494
- "application/json": components["schemas"]["ErrorEnvelope"];
1495
- "application/xml": components["schemas"]["ErrorEnvelope"];
1496
- };
1497
- };
1498
- /** @description Forbidden */
1499
- 403: {
1500
- content: {
1501
- "application/json": components["schemas"]["ErrorEnvelope"];
1502
- "application/xml": components["schemas"]["ErrorEnvelope"];
1503
- };
1504
- };
1505
- };
1506
- };
1507
- put: {
1508
- parameters: {
1509
- query: {
1510
- tenantId: string;
1511
- "api-version"?: string;
1512
- };
1513
- header?: {
1514
- "x-api-version"?: string;
1515
- };
1516
- path: {
1517
- supportTicketId: string;
1518
- };
1519
- };
1520
- requestBody?: {
1521
- content: {
1522
- "application/json": components["schemas"]["SupportTicketUpdateDto"];
1523
- "application/xml": components["schemas"]["SupportTicketUpdateDto"];
1524
- };
1525
- };
1526
- responses: {
1527
- /** @description OK */
1528
- 200: {
1529
- content: {
1530
- "application/json": components["schemas"]["EmptyEnvelope"];
1531
- "application/xml": components["schemas"]["EmptyEnvelope"];
1532
- };
1533
- };
1534
- /** @description Unauthorized */
1535
- 401: {
1536
- content: {
1537
- "application/json": components["schemas"]["ErrorEnvelope"];
1538
- "application/xml": components["schemas"]["ErrorEnvelope"];
1539
- };
1540
- };
1541
- /** @description Forbidden */
1542
- 403: {
1543
- content: {
1544
- "application/json": components["schemas"]["ErrorEnvelope"];
1545
- "application/xml": components["schemas"]["ErrorEnvelope"];
1546
- };
1547
- };
1548
- };
1549
- };
1550
- delete: {
1551
- parameters: {
1552
- query: {
1553
- tenantId: string;
1554
- "api-version"?: string;
1555
- };
1556
- header?: {
1557
- "x-api-version"?: string;
1558
- };
1559
- path: {
1560
- supportTicketId: string;
1561
- };
1562
- };
1563
- responses: {
1564
- /** @description OK */
1565
- 200: {
1566
- content: {
1567
- "application/json": components["schemas"]["EmptyEnvelope"];
1568
- "application/xml": components["schemas"]["EmptyEnvelope"];
1569
- };
1570
- };
1571
- /** @description Unauthorized */
1572
- 401: {
1573
- content: {
1574
- "application/json": components["schemas"]["ErrorEnvelope"];
1575
- "application/xml": components["schemas"]["ErrorEnvelope"];
1576
- };
1577
- };
1578
- /** @description Forbidden */
1579
- 403: {
1580
- content: {
1581
- "application/json": components["schemas"]["ErrorEnvelope"];
1582
- "application/xml": components["schemas"]["ErrorEnvelope"];
1583
- };
1584
- };
1585
- };
1586
- };
430
+ /**
431
+ * Retrieve a support ticket by ID
432
+ * @description Retrieves a single support ticket by its unique identifier.
433
+ */
434
+ get: operations["GetSupportTicketAsync"];
435
+ /**
436
+ * Update a support ticket
437
+ * @description Updates an existing support ticket by its unique identifier.
438
+ */
439
+ put: operations["UpdateSupportTicketAsync"];
440
+ /**
441
+ * Delete a support ticket
442
+ * @description Deletes a support ticket by its unique identifier.
443
+ */
444
+ delete: operations["DeleteSupportTicketAsync"];
1587
445
  };
1588
446
  "/api/v2/SupportService/SupportTickets/{supportTicketId}/Conversations": {
1589
- get: {
1590
- parameters: {
1591
- query: {
1592
- tenantId: string;
1593
- "api-version"?: string;
1594
- };
1595
- header?: {
1596
- "x-api-version"?: string;
1597
- };
1598
- path: {
1599
- supportTicketId: string;
1600
- };
1601
- };
1602
- responses: {
1603
- /** @description OK */
1604
- 200: {
1605
- content: {
1606
- "application/json": components["schemas"]["SupportTicketConversationDtoListEnvelope"];
1607
- "application/xml": components["schemas"]["SupportTicketConversationDtoListEnvelope"];
1608
- };
1609
- };
1610
- /** @description Unauthorized */
1611
- 401: {
1612
- content: {
1613
- "application/json": components["schemas"]["ErrorEnvelope"];
1614
- "application/xml": components["schemas"]["ErrorEnvelope"];
1615
- };
1616
- };
1617
- /** @description Forbidden */
1618
- 403: {
1619
- content: {
1620
- "application/json": components["schemas"]["ErrorEnvelope"];
1621
- "application/xml": components["schemas"]["ErrorEnvelope"];
1622
- };
1623
- };
1624
- };
1625
- };
1626
- post: {
1627
- parameters: {
1628
- query: {
1629
- tenantId: string;
1630
- "api-version"?: string;
1631
- };
1632
- header?: {
1633
- "x-api-version"?: string;
1634
- };
1635
- path: {
1636
- supportTicketId: string;
1637
- };
1638
- };
1639
- requestBody?: {
1640
- content: {
1641
- "application/json": components["schemas"]["SupportTicketConversationCreateDto"];
1642
- "application/xml": components["schemas"]["SupportTicketConversationCreateDto"];
1643
- };
1644
- };
1645
- responses: {
1646
- /** @description OK */
1647
- 200: {
1648
- content: {
1649
- "application/json": components["schemas"]["EmptyEnvelope"];
1650
- "application/xml": components["schemas"]["EmptyEnvelope"];
1651
- };
1652
- };
1653
- /** @description Unauthorized */
1654
- 401: {
1655
- content: {
1656
- "application/json": components["schemas"]["ErrorEnvelope"];
1657
- "application/xml": components["schemas"]["ErrorEnvelope"];
1658
- };
1659
- };
1660
- /** @description Forbidden */
1661
- 403: {
1662
- content: {
1663
- "application/json": components["schemas"]["ErrorEnvelope"];
1664
- "application/xml": components["schemas"]["ErrorEnvelope"];
1665
- };
1666
- };
1667
- };
1668
- };
447
+ /**
448
+ * Retrieve conversations for a support ticket
449
+ * @description Retrieves the list of conversations associated with a specific support ticket.
450
+ */
451
+ get: operations["GetSupportTicketConversationsAsync"];
452
+ /**
453
+ * Create a conversation for a support ticket
454
+ * @description Creates a new conversation and associates it with the specified support ticket.
455
+ */
456
+ post: operations["RelateSupportTicketToConversationAsync"];
1669
457
  };
1670
458
  "/api/v2/SupportService/SupportTickets/{supportTicketId}/Conversations/{supportTicketConversationId}": {
1671
- get: {
1672
- parameters: {
1673
- query: {
1674
- tenantId: string;
1675
- "api-version"?: string;
1676
- };
1677
- header?: {
1678
- "x-api-version"?: string;
1679
- };
1680
- path: {
1681
- supportTicketId: string;
1682
- supportTicketConversationId: string;
1683
- };
1684
- };
1685
- responses: {
1686
- /** @description OK */
1687
- 200: {
1688
- content: {
1689
- "application/json": components["schemas"]["SupportTicketConversationDtoEnvelope"];
1690
- "application/xml": components["schemas"]["SupportTicketConversationDtoEnvelope"];
1691
- };
1692
- };
1693
- /** @description Unauthorized */
1694
- 401: {
1695
- content: {
1696
- "application/json": components["schemas"]["ErrorEnvelope"];
1697
- "application/xml": components["schemas"]["ErrorEnvelope"];
1698
- };
1699
- };
1700
- /** @description Forbidden */
1701
- 403: {
1702
- content: {
1703
- "application/json": components["schemas"]["ErrorEnvelope"];
1704
- "application/xml": components["schemas"]["ErrorEnvelope"];
1705
- };
1706
- };
1707
- };
1708
- };
1709
- delete: {
1710
- parameters: {
1711
- query: {
1712
- tenantId: string;
1713
- "api-version"?: string;
1714
- };
1715
- header?: {
1716
- "x-api-version"?: string;
1717
- };
1718
- path: {
1719
- supportTicketId: string;
1720
- supportTicketConversationId: string;
1721
- };
1722
- };
1723
- responses: {
1724
- /** @description OK */
1725
- 200: {
1726
- content: {
1727
- "application/json": components["schemas"]["EmptyEnvelope"];
1728
- "application/xml": components["schemas"]["EmptyEnvelope"];
1729
- };
1730
- };
1731
- /** @description Unauthorized */
1732
- 401: {
1733
- content: {
1734
- "application/json": components["schemas"]["ErrorEnvelope"];
1735
- "application/xml": components["schemas"]["ErrorEnvelope"];
1736
- };
1737
- };
1738
- /** @description Forbidden */
1739
- 403: {
1740
- content: {
1741
- "application/json": components["schemas"]["ErrorEnvelope"];
1742
- "application/xml": components["schemas"]["ErrorEnvelope"];
1743
- };
1744
- };
1745
- };
1746
- };
459
+ /**
460
+ * Retrieve a specific conversation for a support ticket
461
+ * @description Retrieves a single conversation by its ID for a specific support ticket.
462
+ */
463
+ get: operations["GetSupportTicketConversationAsync"];
464
+ /**
465
+ * Delete a conversation from a support ticket
466
+ * @description Deletes a specific conversation from a support ticket.
467
+ */
468
+ delete: operations["DeleteSupportTicketConversationAsync"];
1747
469
  };
1748
470
  "/api/v2/SupportService/SupportTickets/{supportTicketId}/Conversations/{supportTicketConversationId}/Messages": {
1749
- get: {
1750
- parameters: {
1751
- query: {
1752
- tenantId: string;
1753
- pageNumber?: number;
1754
- pageSize?: number;
1755
- "api-version"?: string;
1756
- };
1757
- header?: {
1758
- "x-api-version"?: string;
1759
- };
1760
- path: {
1761
- supportTicketId: string;
1762
- supportTicketConversationId: string;
1763
- };
1764
- };
1765
- responses: {
1766
- /** @description OK */
1767
- 200: {
1768
- content: {
1769
- "application/json": components["schemas"]["PrivateMessageDtoListEnvelope"];
1770
- "application/xml": components["schemas"]["PrivateMessageDtoListEnvelope"];
1771
- };
1772
- };
1773
- /** @description Unauthorized */
1774
- 401: {
1775
- content: {
1776
- "application/json": components["schemas"]["ErrorEnvelope"];
1777
- "application/xml": components["schemas"]["ErrorEnvelope"];
1778
- };
1779
- };
1780
- /** @description Forbidden */
1781
- 403: {
1782
- content: {
1783
- "application/json": components["schemas"]["ErrorEnvelope"];
1784
- "application/xml": components["schemas"]["ErrorEnvelope"];
1785
- };
1786
- };
1787
- };
1788
- };
471
+ /**
472
+ * Retrieve messages for a support ticket conversation
473
+ * @description Retrieves the list of messages within a specific conversation of a support ticket.
474
+ */
475
+ get: operations["GetSupportTicketConversationMessagesAsync"];
1789
476
  };
1790
477
  "/api/v2/SupportService/SupportTicketTypes": {
1791
- get: {
1792
- parameters: {
1793
- query: {
1794
- tenantId: string;
1795
- "api-version"?: string;
1796
- };
1797
- header?: {
1798
- "x-api-version"?: string;
1799
- };
1800
- };
1801
- responses: {
1802
- /** @description OK */
1803
- 200: {
1804
- content: {
1805
- "application/json": components["schemas"]["SupportTicketTypeDtoListEnvelope"];
1806
- "application/xml": components["schemas"]["SupportTicketTypeDtoListEnvelope"];
1807
- };
1808
- };
1809
- /** @description Unauthorized */
1810
- 401: {
1811
- content: {
1812
- "application/json": components["schemas"]["ErrorEnvelope"];
1813
- "application/xml": components["schemas"]["ErrorEnvelope"];
1814
- };
1815
- };
1816
- /** @description Forbidden */
1817
- 403: {
1818
- content: {
1819
- "application/json": components["schemas"]["ErrorEnvelope"];
1820
- "application/xml": components["schemas"]["ErrorEnvelope"];
1821
- };
1822
- };
1823
- };
1824
- };
1825
- post: {
1826
- parameters: {
1827
- query: {
1828
- tenantId: string;
1829
- "api-version"?: string;
1830
- };
1831
- header?: {
1832
- "x-api-version"?: string;
1833
- };
1834
- };
1835
- requestBody?: {
1836
- content: {
1837
- "application/json": components["schemas"]["SupportTicketTypeCreateDto"];
1838
- "application/xml": components["schemas"]["SupportTicketTypeCreateDto"];
1839
- };
1840
- };
1841
- responses: {
1842
- /** @description OK */
1843
- 200: {
1844
- content: {
1845
- "application/json": components["schemas"]["EmptyEnvelope"];
1846
- "application/xml": components["schemas"]["EmptyEnvelope"];
1847
- };
1848
- };
1849
- /** @description Unauthorized */
1850
- 401: {
1851
- content: {
1852
- "application/json": components["schemas"]["ErrorEnvelope"];
1853
- "application/xml": components["schemas"]["ErrorEnvelope"];
1854
- };
1855
- };
1856
- /** @description Forbidden */
1857
- 403: {
1858
- content: {
1859
- "application/json": components["schemas"]["ErrorEnvelope"];
1860
- "application/xml": components["schemas"]["ErrorEnvelope"];
1861
- };
1862
- };
1863
- };
1864
- };
478
+ /**
479
+ * Retrieve a list of support ticket types
480
+ * @description Retrieves a list of support ticket types for the specified tenant with OData query support.
481
+ */
482
+ get: operations["GetSupportTicketTypesAsync"];
483
+ /**
484
+ * Create a new support ticket type
485
+ * @description Creates a new support ticket type for the specified tenant.
486
+ */
487
+ post: operations["CreateSupportTicketTypeAsync"];
1865
488
  };
1866
489
  "/api/v2/SupportService/SupportTicketTypes/Count": {
1867
- get: {
1868
- parameters: {
1869
- query: {
1870
- tenantId: string;
1871
- "api-version"?: string;
1872
- };
1873
- header?: {
1874
- "x-api-version"?: string;
1875
- };
1876
- };
1877
- responses: {
1878
- /** @description OK */
1879
- 200: {
1880
- content: {
1881
- "application/json": components["schemas"]["Int32Envelope"];
1882
- "application/xml": components["schemas"]["Int32Envelope"];
1883
- };
1884
- };
1885
- /** @description Unauthorized */
1886
- 401: {
1887
- content: {
1888
- "application/json": components["schemas"]["ErrorEnvelope"];
1889
- "application/xml": components["schemas"]["ErrorEnvelope"];
1890
- };
1891
- };
1892
- /** @description Forbidden */
1893
- 403: {
1894
- content: {
1895
- "application/json": components["schemas"]["ErrorEnvelope"];
1896
- "application/xml": components["schemas"]["ErrorEnvelope"];
1897
- };
1898
- };
1899
- };
1900
- };
490
+ /**
491
+ * Get the count of support ticket types
492
+ * @description Returns the total count of support ticket types for the specified tenant with OData query support.
493
+ */
494
+ get: operations["GetSupportTicketTypesCountAsync"];
1901
495
  };
1902
496
  "/api/v2/SupportService/SupportTicketTypes/{supportTicketTypeId}": {
1903
- get: {
1904
- parameters: {
1905
- query: {
1906
- tenantId: string;
1907
- "api-version"?: string;
1908
- };
1909
- header?: {
1910
- "x-api-version"?: string;
1911
- };
1912
- path: {
1913
- supportTicketTypeId: string;
1914
- };
1915
- };
1916
- responses: {
1917
- /** @description OK */
1918
- 200: {
1919
- content: {
1920
- "application/json": components["schemas"]["SupportTicketTypeDtoEnvelope"];
1921
- "application/xml": components["schemas"]["SupportTicketTypeDtoEnvelope"];
1922
- };
1923
- };
1924
- /** @description Unauthorized */
1925
- 401: {
1926
- content: {
1927
- "application/json": components["schemas"]["ErrorEnvelope"];
1928
- "application/xml": components["schemas"]["ErrorEnvelope"];
1929
- };
1930
- };
1931
- /** @description Forbidden */
1932
- 403: {
1933
- content: {
1934
- "application/json": components["schemas"]["ErrorEnvelope"];
1935
- "application/xml": components["schemas"]["ErrorEnvelope"];
1936
- };
1937
- };
1938
- };
1939
- };
1940
- put: {
1941
- parameters: {
1942
- query: {
1943
- tenantId: string;
1944
- "api-version"?: string;
1945
- };
1946
- header?: {
1947
- "x-api-version"?: string;
1948
- };
1949
- path: {
1950
- supportTicketTypeId: string;
1951
- };
1952
- };
1953
- requestBody?: {
1954
- content: {
1955
- "application/json": components["schemas"]["SupportTicketTypeUpdateDto"];
1956
- "application/xml": components["schemas"]["SupportTicketTypeUpdateDto"];
1957
- };
1958
- };
1959
- responses: {
1960
- /** @description OK */
1961
- 200: {
1962
- content: {
1963
- "application/json": components["schemas"]["EmptyEnvelope"];
1964
- "application/xml": components["schemas"]["EmptyEnvelope"];
1965
- };
1966
- };
1967
- /** @description Unauthorized */
1968
- 401: {
1969
- content: {
1970
- "application/json": components["schemas"]["ErrorEnvelope"];
1971
- "application/xml": components["schemas"]["ErrorEnvelope"];
1972
- };
1973
- };
1974
- /** @description Forbidden */
1975
- 403: {
1976
- content: {
1977
- "application/json": components["schemas"]["ErrorEnvelope"];
1978
- "application/xml": components["schemas"]["ErrorEnvelope"];
1979
- };
1980
- };
1981
- };
1982
- };
1983
- delete: {
1984
- parameters: {
1985
- query: {
1986
- tenantId: string;
1987
- "api-version"?: string;
1988
- };
1989
- header?: {
1990
- "x-api-version"?: string;
1991
- };
1992
- path: {
1993
- supportTicketTypeId: string;
1994
- };
1995
- };
1996
- responses: {
1997
- /** @description OK */
1998
- 200: {
1999
- content: {
2000
- "application/json": components["schemas"]["EmptyEnvelope"];
2001
- "application/xml": components["schemas"]["EmptyEnvelope"];
2002
- };
2003
- };
2004
- /** @description Unauthorized */
2005
- 401: {
2006
- content: {
2007
- "application/json": components["schemas"]["ErrorEnvelope"];
2008
- "application/xml": components["schemas"]["ErrorEnvelope"];
2009
- };
2010
- };
2011
- /** @description Forbidden */
2012
- 403: {
2013
- content: {
2014
- "application/json": components["schemas"]["ErrorEnvelope"];
2015
- "application/xml": components["schemas"]["ErrorEnvelope"];
2016
- };
2017
- };
2018
- };
2019
- };
497
+ /**
498
+ * Retrieve a support ticket type by ID
499
+ * @description Retrieves a single support ticket type by its unique identifier.
500
+ */
501
+ get: operations["GetSupportTicketTypeAsync"];
502
+ /**
503
+ * Update a support ticket type
504
+ * @description Updates an existing support ticket type by its unique identifier.
505
+ */
506
+ put: operations["UpdateSupportTicketTypeAsync"];
507
+ /**
508
+ * Delete a support ticket type
509
+ * @description Deletes a support ticket type by its unique identifier.
510
+ */
511
+ delete: operations["DeleteSupportTicketTypeAsync"];
2020
512
  };
2021
513
  }
2022
514
 
@@ -2031,31 +523,6 @@ export interface components {
2031
523
  expiresIn: number;
2032
524
  refreshToken: string | null;
2033
525
  };
2034
- AppFile: {
2035
- /** Format: byte */
2036
- content?: string | null;
2037
- sha256?: string | null;
2038
- /** Format: date-time */
2039
- createdAtUtc?: string;
2040
- userId?: components["schemas"]["UserId"];
2041
- tenantId?: components["schemas"]["TenantId"];
2042
- enrollmentId?: components["schemas"]["EnrollmentId"];
2043
- /** @enum {string} */
2044
- source?: "Unknown" | "HttpUpload" | "Integration" | "InternalProcess" | "ApiClient" | "WorkflowEngine";
2045
- /** Format: int64 */
2046
- length?: number;
2047
- name?: string | null;
2048
- fileName?: string | null;
2049
- /** Format: date-time */
2050
- lastModified?: string;
2051
- /** Format: int64 */
2052
- size?: number;
2053
- contentType?: string | null;
2054
- contentDisposition?: string | null;
2055
- headers?: {
2056
- [key: string]: string;
2057
- } | null;
2058
- };
2059
526
  EmptyEnvelope: {
2060
527
  isSuccess?: boolean;
2061
528
  errorMessage?: string | null;
@@ -2064,8 +531,6 @@ export interface components {
2064
531
  timestamp?: string;
2065
532
  activityId?: string | null;
2066
533
  };
2067
- /** Format: uuid */
2068
- EnrollmentId: string;
2069
534
  ErrorEnvelope: {
2070
535
  isSuccess?: boolean;
2071
536
  errorMessage?: string | null;
@@ -2373,7 +838,6 @@ export interface components {
2373
838
  validResponse?: boolean;
2374
839
  parentFileUploadId?: string | null;
2375
840
  filePath?: string | null;
2376
- appFile?: components["schemas"]["AppFile"];
2377
841
  businessID?: string | null;
2378
842
  businessProfileRecordID?: string | null;
2379
843
  metadata?: string | null;
@@ -2406,316 +870,2233 @@ export interface components {
2406
870
  folderPath?: string | null;
2407
871
  supportRequestID?: string | null;
2408
872
  };
2409
- SupportRequestAttachmentDtoEnvelope: {
2410
- isSuccess?: boolean;
2411
- errorMessage?: string | null;
2412
- correlationId?: string | null;
2413
- /** Format: date-time */
2414
- timestamp?: string;
2415
- activityId?: string | null;
2416
- result?: components["schemas"]["SupportRequestAttachmentDto"];
873
+ SupportRequestAttachmentDtoEnvelope: {
874
+ isSuccess?: boolean;
875
+ errorMessage?: string | null;
876
+ correlationId?: string | null;
877
+ /** Format: date-time */
878
+ timestamp?: string;
879
+ activityId?: string | null;
880
+ result?: components["schemas"]["SupportRequestAttachmentDto"];
881
+ };
882
+ SupportRequestAttachmentDtoListEnvelope: {
883
+ isSuccess?: boolean;
884
+ errorMessage?: string | null;
885
+ correlationId?: string | null;
886
+ /** Format: date-time */
887
+ timestamp?: string;
888
+ activityId?: string | null;
889
+ result?: components["schemas"]["SupportRequestAttachmentDto"][] | null;
890
+ };
891
+ SupportRequestAttachmentUpdateDto: {
892
+ notes?: string | null;
893
+ metadata?: string | null;
894
+ title?: string | null;
895
+ author?: string | null;
896
+ isFolder?: boolean;
897
+ fileName?: string | null;
898
+ abstract?: string | null;
899
+ keyWords?: string | null;
900
+ validResponse?: boolean;
901
+ parentFileUploadID?: string | null;
902
+ filePath?: string | null;
903
+ contentType?: string | null;
904
+ /** Format: int64 */
905
+ fileLength?: number;
906
+ };
907
+ SupportRequestCreateDto: {
908
+ /** Format: uuid */
909
+ id?: string;
910
+ /** Format: date-time */
911
+ timestamp?: string;
912
+ title: string;
913
+ description?: string | null;
914
+ approved?: boolean;
915
+ /** Format: date-time */
916
+ approvedTimestamp?: string;
917
+ businessID?: string | null;
918
+ businessProfileRecordID?: string | null;
919
+ supportEntitlementID?: string | null;
920
+ contactID?: string | null;
921
+ accountHolderID?: string | null;
922
+ };
923
+ SupportRequestDto: {
924
+ id?: string | null;
925
+ /** Format: date-time */
926
+ timestamp?: string | null;
927
+ title?: string | null;
928
+ description?: string | null;
929
+ approved?: boolean;
930
+ /** Format: date-time */
931
+ approvedTimestamp?: string;
932
+ businessID?: string | null;
933
+ businessProfileRecordID?: string | null;
934
+ supportEntitlementID?: string | null;
935
+ contactID?: string | null;
936
+ accountHolderID?: string | null;
937
+ };
938
+ SupportRequestDtoEnvelope: {
939
+ isSuccess?: boolean;
940
+ errorMessage?: string | null;
941
+ correlationId?: string | null;
942
+ /** Format: date-time */
943
+ timestamp?: string;
944
+ activityId?: string | null;
945
+ result?: components["schemas"]["SupportRequestDto"];
946
+ };
947
+ SupportRequestDtoListEnvelope: {
948
+ isSuccess?: boolean;
949
+ errorMessage?: string | null;
950
+ correlationId?: string | null;
951
+ /** Format: date-time */
952
+ timestamp?: string;
953
+ activityId?: string | null;
954
+ result?: components["schemas"]["SupportRequestDto"][] | null;
955
+ };
956
+ SupportRequestUpdateDto: {
957
+ title?: string | null;
958
+ description?: string | null;
959
+ approved?: boolean;
960
+ /** Format: date-time */
961
+ approvedTimestamp?: string;
962
+ supportEntitlementID?: string | null;
963
+ };
964
+ SupportTicketConversationCreateDto: {
965
+ /** Format: uuid */
966
+ id?: string;
967
+ /** Format: date-time */
968
+ timestamp?: string;
969
+ topic?: string | null;
970
+ closed?: boolean;
971
+ /** Format: date-time */
972
+ closedTimestamp?: string;
973
+ socialProfileID?: string | null;
974
+ };
975
+ SupportTicketConversationDto: {
976
+ id?: string | null;
977
+ /** Format: date-time */
978
+ timestamp?: string | null;
979
+ supportTicketID?: string | null;
980
+ topic?: string | null;
981
+ closed?: boolean;
982
+ /** Format: date-time */
983
+ closedTimestamp?: string;
984
+ socialProfileID?: string | null;
985
+ };
986
+ SupportTicketConversationDtoEnvelope: {
987
+ isSuccess?: boolean;
988
+ errorMessage?: string | null;
989
+ correlationId?: string | null;
990
+ /** Format: date-time */
991
+ timestamp?: string;
992
+ activityId?: string | null;
993
+ result?: components["schemas"]["SupportTicketConversationDto"];
994
+ };
995
+ SupportTicketConversationDtoListEnvelope: {
996
+ isSuccess?: boolean;
997
+ errorMessage?: string | null;
998
+ correlationId?: string | null;
999
+ /** Format: date-time */
1000
+ timestamp?: string;
1001
+ activityId?: string | null;
1002
+ result?: components["schemas"]["SupportTicketConversationDto"][] | null;
1003
+ };
1004
+ SupportTicketCreateDto: {
1005
+ /** Format: uuid */
1006
+ id?: string;
1007
+ /** Format: date-time */
1008
+ timestamp?: string;
1009
+ description?: string | null;
1010
+ accountHolderID?: string | null;
1011
+ contactID?: string | null;
1012
+ businessID?: string | null;
1013
+ businessProfileRecordID?: string | null;
1014
+ supportTicketTypeID?: string | null;
1015
+ supportEntitlementID?: string | null;
1016
+ supportPriorityID?: string | null;
1017
+ };
1018
+ SupportTicketDto: {
1019
+ id?: string | null;
1020
+ /** Format: date-time */
1021
+ timestamp?: string | null;
1022
+ description?: string | null;
1023
+ accountHolderID?: string | null;
1024
+ contactID?: string | null;
1025
+ businessID?: string | null;
1026
+ businessProfileRecordID?: string | null;
1027
+ supportTicketTypeID?: string | null;
1028
+ supportEntitlementID?: string | null;
1029
+ supportPriorityID?: string | null;
1030
+ };
1031
+ SupportTicketDtoEnvelope: {
1032
+ isSuccess?: boolean;
1033
+ errorMessage?: string | null;
1034
+ correlationId?: string | null;
1035
+ /** Format: date-time */
1036
+ timestamp?: string;
1037
+ activityId?: string | null;
1038
+ result?: components["schemas"]["SupportTicketDto"];
1039
+ };
1040
+ SupportTicketDtoListEnvelope: {
1041
+ isSuccess?: boolean;
1042
+ errorMessage?: string | null;
1043
+ correlationId?: string | null;
1044
+ /** Format: date-time */
1045
+ timestamp?: string;
1046
+ activityId?: string | null;
1047
+ result?: components["schemas"]["SupportTicketDto"][] | null;
1048
+ };
1049
+ SupportTicketPriorityCreateDto: {
1050
+ title?: string | null;
1051
+ description?: string | null;
1052
+ businessID?: string | null;
1053
+ supportEntitlementID?: string | null;
1054
+ };
1055
+ SupportTicketPriorityDto: {
1056
+ id?: string | null;
1057
+ /** Format: date-time */
1058
+ timestamp?: string | null;
1059
+ title?: string | null;
1060
+ description?: string | null;
1061
+ businessID?: string | null;
1062
+ supportEntitlementID?: string | null;
1063
+ };
1064
+ SupportTicketPriorityDtoEnvelope: {
1065
+ isSuccess?: boolean;
1066
+ errorMessage?: string | null;
1067
+ correlationId?: string | null;
1068
+ /** Format: date-time */
1069
+ timestamp?: string;
1070
+ activityId?: string | null;
1071
+ result?: components["schemas"]["SupportTicketPriorityDto"];
1072
+ };
1073
+ SupportTicketPriorityDtoListEnvelope: {
1074
+ isSuccess?: boolean;
1075
+ errorMessage?: string | null;
1076
+ correlationId?: string | null;
1077
+ /** Format: date-time */
1078
+ timestamp?: string;
1079
+ activityId?: string | null;
1080
+ result?: components["schemas"]["SupportTicketPriorityDto"][] | null;
1081
+ };
1082
+ SupportTicketPriorityUpdateDto: {
1083
+ title?: string | null;
1084
+ description?: string | null;
1085
+ };
1086
+ SupportTicketTypeCreateDto: {
1087
+ /** Format: uuid */
1088
+ id?: string;
1089
+ /** Format: date-time */
1090
+ timestamp?: string;
1091
+ title?: string | null;
1092
+ description?: string | null;
1093
+ businessID?: string | null;
1094
+ };
1095
+ SupportTicketTypeDto: {
1096
+ id?: string | null;
1097
+ /** Format: date-time */
1098
+ timestamp?: string | null;
1099
+ title?: string | null;
1100
+ description?: string | null;
1101
+ businessID?: string | null;
1102
+ };
1103
+ SupportTicketTypeDtoEnvelope: {
1104
+ isSuccess?: boolean;
1105
+ errorMessage?: string | null;
1106
+ correlationId?: string | null;
1107
+ /** Format: date-time */
1108
+ timestamp?: string;
1109
+ activityId?: string | null;
1110
+ result?: components["schemas"]["SupportTicketTypeDto"];
1111
+ };
1112
+ SupportTicketTypeDtoListEnvelope: {
1113
+ isSuccess?: boolean;
1114
+ errorMessage?: string | null;
1115
+ correlationId?: string | null;
1116
+ /** Format: date-time */
1117
+ timestamp?: string;
1118
+ activityId?: string | null;
1119
+ result?: components["schemas"]["SupportTicketTypeDto"][] | null;
1120
+ };
1121
+ SupportTicketTypeUpdateDto: {
1122
+ id?: string | null;
1123
+ /** Format: date-time */
1124
+ timestamp?: string | null;
1125
+ title?: string | null;
1126
+ description?: string | null;
1127
+ };
1128
+ SupportTicketUpdateDto: {
1129
+ description?: string | null;
1130
+ accountHolderID?: string | null;
1131
+ contactID?: string | null;
1132
+ businessProfileRecordID?: string | null;
1133
+ supportTicketTypeID?: string | null;
1134
+ supportEntitlementID?: string | null;
1135
+ supportPriorityID?: string | null;
1136
+ };
1137
+ TwoFactorRequest: {
1138
+ enable?: boolean | null;
1139
+ twoFactorCode?: string | null;
1140
+ resetSharedKey?: boolean;
1141
+ resetRecoveryCodes?: boolean;
1142
+ forgetMachine?: boolean;
1143
+ };
1144
+ TwoFactorResponse: {
1145
+ sharedKey: string | null;
1146
+ /** Format: int32 */
1147
+ recoveryCodesLeft: number;
1148
+ recoveryCodes?: string[] | null;
1149
+ isTwoFactorEnabled: boolean;
1150
+ isMachineRemembered: boolean;
1151
+ };
1152
+ };
1153
+ responses: never;
1154
+ parameters: never;
1155
+ requestBodies: never;
1156
+ headers: never;
1157
+ pathItems: never;
1158
+ }
1159
+
1160
+ export type $defs = Record<string, never>;
1161
+
1162
+ export type external = Record<string, never>;
1163
+
1164
+ export interface operations {
1165
+
1166
+ "MapIdentityApi-/confirmEmail": {
1167
+ parameters: {
1168
+ query: {
1169
+ userId: string;
1170
+ code: string;
1171
+ changedEmail?: string;
1172
+ };
1173
+ };
1174
+ responses: {
1175
+ /** @description OK */
1176
+ 200: {
1177
+ content: never;
1178
+ };
1179
+ };
1180
+ };
1181
+ /**
1182
+ * Retrieve a list of support entitlements
1183
+ * @description Retrieves a list of support entitlements for the specified tenant with OData query support.
1184
+ */
1185
+ GetSupportEntitlementsAsync: {
1186
+ parameters: {
1187
+ query: {
1188
+ tenantId: string;
1189
+ "api-version"?: string;
1190
+ };
1191
+ header?: {
1192
+ "x-api-version"?: string;
1193
+ };
1194
+ };
1195
+ responses: {
1196
+ /** @description OK */
1197
+ 200: {
1198
+ content: {
1199
+ "application/json": components["schemas"]["SupportEntitlementDtoListEnvelope"];
1200
+ "application/xml": components["schemas"]["SupportEntitlementDtoListEnvelope"];
1201
+ };
1202
+ };
1203
+ /** @description Unauthorized */
1204
+ 401: {
1205
+ content: {
1206
+ "application/json": components["schemas"]["ErrorEnvelope"];
1207
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1208
+ };
1209
+ };
1210
+ /** @description Forbidden */
1211
+ 403: {
1212
+ content: {
1213
+ "application/json": components["schemas"]["ErrorEnvelope"];
1214
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1215
+ };
1216
+ };
1217
+ };
1218
+ };
1219
+ /**
1220
+ * Create a new support entitlement
1221
+ * @description Creates a new support entitlement for the specified tenant.
1222
+ */
1223
+ CreateSupportEntitlementAsync: {
1224
+ parameters: {
1225
+ query: {
1226
+ tenantId: string;
1227
+ "api-version"?: string;
1228
+ };
1229
+ header?: {
1230
+ "x-api-version"?: string;
1231
+ };
1232
+ };
1233
+ requestBody?: {
1234
+ content: {
1235
+ "application/json": components["schemas"]["SupportEntitlementCreateDto"];
1236
+ "application/xml": components["schemas"]["SupportEntitlementCreateDto"];
1237
+ };
1238
+ };
1239
+ responses: {
1240
+ /** @description OK */
1241
+ 200: {
1242
+ content: {
1243
+ "application/json": components["schemas"]["EmptyEnvelope"];
1244
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1245
+ };
1246
+ };
1247
+ /** @description Unauthorized */
1248
+ 401: {
1249
+ content: {
1250
+ "application/json": components["schemas"]["ErrorEnvelope"];
1251
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1252
+ };
1253
+ };
1254
+ /** @description Forbidden */
1255
+ 403: {
1256
+ content: {
1257
+ "application/json": components["schemas"]["ErrorEnvelope"];
1258
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1259
+ };
1260
+ };
1261
+ };
1262
+ };
1263
+ /**
1264
+ * Get the count of support entitlements
1265
+ * @description Returns the total count of support entitlements for the specified tenant with OData query support.
1266
+ */
1267
+ GetSupportEntitlementsCountAsync: {
1268
+ parameters: {
1269
+ query: {
1270
+ tenantId: string;
1271
+ "api-version"?: string;
1272
+ };
1273
+ header?: {
1274
+ "x-api-version"?: string;
1275
+ };
1276
+ };
1277
+ responses: {
1278
+ /** @description OK */
1279
+ 200: {
1280
+ content: {
1281
+ "application/json": components["schemas"]["Int32Envelope"];
1282
+ "application/xml": components["schemas"]["Int32Envelope"];
1283
+ };
1284
+ };
1285
+ /** @description Unauthorized */
1286
+ 401: {
1287
+ content: {
1288
+ "application/json": components["schemas"]["ErrorEnvelope"];
1289
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1290
+ };
1291
+ };
1292
+ /** @description Forbidden */
1293
+ 403: {
1294
+ content: {
1295
+ "application/json": components["schemas"]["ErrorEnvelope"];
1296
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1297
+ };
1298
+ };
1299
+ };
1300
+ };
1301
+ /**
1302
+ * Retrieve a support entitlement by ID
1303
+ * @description Retrieves a single support entitlement by its unique identifier.
1304
+ */
1305
+ GetSupportEntitlementAsync: {
1306
+ parameters: {
1307
+ query: {
1308
+ tenantId: string;
1309
+ "api-version"?: string;
1310
+ };
1311
+ header?: {
1312
+ "x-api-version"?: string;
1313
+ };
1314
+ path: {
1315
+ supportEntitlementId: string;
1316
+ };
1317
+ };
1318
+ responses: {
1319
+ /** @description OK */
1320
+ 200: {
1321
+ content: {
1322
+ "application/json": components["schemas"]["SupportEntitlementDtoEnvelope"];
1323
+ "application/xml": components["schemas"]["SupportEntitlementDtoEnvelope"];
1324
+ };
1325
+ };
1326
+ /** @description Unauthorized */
1327
+ 401: {
1328
+ content: {
1329
+ "application/json": components["schemas"]["ErrorEnvelope"];
1330
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1331
+ };
1332
+ };
1333
+ /** @description Forbidden */
1334
+ 403: {
1335
+ content: {
1336
+ "application/json": components["schemas"]["ErrorEnvelope"];
1337
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1338
+ };
1339
+ };
1340
+ };
1341
+ };
1342
+ /**
1343
+ * Update a support entitlement
1344
+ * @description Updates an existing support entitlement by its unique identifier.
1345
+ */
1346
+ UpdateSupportEntitlementAsync: {
1347
+ parameters: {
1348
+ query: {
1349
+ tenantId: string;
1350
+ "api-version"?: string;
1351
+ };
1352
+ header?: {
1353
+ "x-api-version"?: string;
1354
+ };
1355
+ path: {
1356
+ supportEntitlementId: string;
1357
+ };
1358
+ };
1359
+ requestBody?: {
1360
+ content: {
1361
+ "application/json": components["schemas"]["SupportEntitlementUpdateDto"];
1362
+ "application/xml": components["schemas"]["SupportEntitlementUpdateDto"];
1363
+ };
1364
+ };
1365
+ responses: {
1366
+ /** @description OK */
1367
+ 200: {
1368
+ content: {
1369
+ "application/json": components["schemas"]["EmptyEnvelope"];
1370
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1371
+ };
1372
+ };
1373
+ /** @description Unauthorized */
1374
+ 401: {
1375
+ content: {
1376
+ "application/json": components["schemas"]["ErrorEnvelope"];
1377
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1378
+ };
1379
+ };
1380
+ /** @description Forbidden */
1381
+ 403: {
1382
+ content: {
1383
+ "application/json": components["schemas"]["ErrorEnvelope"];
1384
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1385
+ };
1386
+ };
1387
+ };
1388
+ };
1389
+ /**
1390
+ * Delete a support entitlement
1391
+ * @description Deletes a support entitlement by its unique identifier.
1392
+ */
1393
+ DeleteSupportEntitlementAsync: {
1394
+ parameters: {
1395
+ query: {
1396
+ tenantId: string;
1397
+ "api-version"?: string;
1398
+ };
1399
+ header?: {
1400
+ "x-api-version"?: string;
1401
+ };
1402
+ path: {
1403
+ supportEntitlementId: string;
1404
+ };
1405
+ };
1406
+ responses: {
1407
+ /** @description OK */
1408
+ 200: {
1409
+ content: {
1410
+ "application/json": components["schemas"]["EmptyEnvelope"];
1411
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1412
+ };
1413
+ };
1414
+ /** @description Unauthorized */
1415
+ 401: {
1416
+ content: {
1417
+ "application/json": components["schemas"]["ErrorEnvelope"];
1418
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1419
+ };
1420
+ };
1421
+ /** @description Forbidden */
1422
+ 403: {
1423
+ content: {
1424
+ "application/json": components["schemas"]["ErrorEnvelope"];
1425
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1426
+ };
1427
+ };
1428
+ };
1429
+ };
1430
+ /**
1431
+ * Retrieve a list of support request attachments
1432
+ * @description Retrieves a list of support request attachments for the specified tenant with OData query support.
1433
+ */
1434
+ GetSupportRequestAttachmentsAsync: {
1435
+ parameters: {
1436
+ query: {
1437
+ tenantId: string;
1438
+ "api-version"?: string;
1439
+ };
1440
+ header?: {
1441
+ "x-api-version"?: string;
1442
+ };
1443
+ };
1444
+ responses: {
1445
+ /** @description OK */
1446
+ 200: {
1447
+ content: {
1448
+ "application/json": components["schemas"]["SupportRequestAttachmentDtoListEnvelope"];
1449
+ "application/xml": components["schemas"]["SupportRequestAttachmentDtoListEnvelope"];
1450
+ };
1451
+ };
1452
+ /** @description Unauthorized */
1453
+ 401: {
1454
+ content: {
1455
+ "application/json": components["schemas"]["ErrorEnvelope"];
1456
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1457
+ };
1458
+ };
1459
+ /** @description Forbidden */
1460
+ 403: {
1461
+ content: {
1462
+ "application/json": components["schemas"]["ErrorEnvelope"];
1463
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1464
+ };
1465
+ };
1466
+ };
1467
+ };
1468
+ /**
1469
+ * Create a new support request attachment
1470
+ * @description Creates a new support request attachment for the specified tenant.
1471
+ */
1472
+ CreateSupportRequestAttachmentAsync: {
1473
+ parameters: {
1474
+ query: {
1475
+ tenantId: string;
1476
+ "api-version"?: string;
1477
+ };
1478
+ header?: {
1479
+ "x-api-version"?: string;
1480
+ };
1481
+ };
1482
+ requestBody?: {
1483
+ content: {
1484
+ "application/json": components["schemas"]["SupportRequestAttachmentCreateDto"];
1485
+ "application/xml": components["schemas"]["SupportRequestAttachmentCreateDto"];
1486
+ };
1487
+ };
1488
+ responses: {
1489
+ /** @description OK */
1490
+ 200: {
1491
+ content: {
1492
+ "application/json": components["schemas"]["EmptyEnvelope"];
1493
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1494
+ };
1495
+ };
1496
+ /** @description Unauthorized */
1497
+ 401: {
1498
+ content: {
1499
+ "application/json": components["schemas"]["ErrorEnvelope"];
1500
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1501
+ };
1502
+ };
1503
+ /** @description Forbidden */
1504
+ 403: {
1505
+ content: {
1506
+ "application/json": components["schemas"]["ErrorEnvelope"];
1507
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1508
+ };
1509
+ };
1510
+ };
1511
+ };
1512
+ /**
1513
+ * Get the count of support request attachments
1514
+ * @description Returns the total count of support request attachments for the specified tenant with OData query support.
1515
+ */
1516
+ GetSupportRequestAttachmentsCountAsync: {
1517
+ parameters: {
1518
+ query: {
1519
+ tenantId: string;
1520
+ "api-version"?: string;
1521
+ };
1522
+ header?: {
1523
+ "x-api-version"?: string;
1524
+ };
1525
+ };
1526
+ responses: {
1527
+ /** @description OK */
1528
+ 200: {
1529
+ content: {
1530
+ "application/json": components["schemas"]["Int32Envelope"];
1531
+ "application/xml": components["schemas"]["Int32Envelope"];
1532
+ };
1533
+ };
1534
+ /** @description Unauthorized */
1535
+ 401: {
1536
+ content: {
1537
+ "application/json": components["schemas"]["ErrorEnvelope"];
1538
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1539
+ };
1540
+ };
1541
+ /** @description Forbidden */
1542
+ 403: {
1543
+ content: {
1544
+ "application/json": components["schemas"]["ErrorEnvelope"];
1545
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1546
+ };
1547
+ };
1548
+ };
1549
+ };
1550
+ /**
1551
+ * Retrieve a support request attachment by ID
1552
+ * @description Retrieves a single support request attachment by its unique identifier.
1553
+ */
1554
+ GetSupportRequestAttachmentAsync: {
1555
+ parameters: {
1556
+ query: {
1557
+ tenantId: string;
1558
+ "api-version"?: string;
1559
+ };
1560
+ header?: {
1561
+ "x-api-version"?: string;
1562
+ };
1563
+ path: {
1564
+ supportRequestAttachmentId: string;
1565
+ };
1566
+ };
1567
+ responses: {
1568
+ /** @description OK */
1569
+ 200: {
1570
+ content: {
1571
+ "application/json": components["schemas"]["SupportRequestAttachmentDtoEnvelope"];
1572
+ "application/xml": components["schemas"]["SupportRequestAttachmentDtoEnvelope"];
1573
+ };
1574
+ };
1575
+ /** @description Unauthorized */
1576
+ 401: {
1577
+ content: {
1578
+ "application/json": components["schemas"]["ErrorEnvelope"];
1579
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1580
+ };
1581
+ };
1582
+ /** @description Forbidden */
1583
+ 403: {
1584
+ content: {
1585
+ "application/json": components["schemas"]["ErrorEnvelope"];
1586
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1587
+ };
1588
+ };
1589
+ };
1590
+ };
1591
+ /**
1592
+ * Update a support request attachment
1593
+ * @description Updates an existing support request attachment by its unique identifier.
1594
+ */
1595
+ UpdateSupportRequestAttachmentAsync: {
1596
+ parameters: {
1597
+ query: {
1598
+ tenantId: string;
1599
+ "api-version"?: string;
1600
+ };
1601
+ header?: {
1602
+ "x-api-version"?: string;
1603
+ };
1604
+ path: {
1605
+ supportRequestAttachmentId: string;
1606
+ };
1607
+ };
1608
+ requestBody?: {
1609
+ content: {
1610
+ "application/json": components["schemas"]["SupportRequestAttachmentUpdateDto"];
1611
+ "application/xml": components["schemas"]["SupportRequestAttachmentUpdateDto"];
1612
+ };
1613
+ };
1614
+ responses: {
1615
+ /** @description OK */
1616
+ 200: {
1617
+ content: {
1618
+ "application/json": components["schemas"]["EmptyEnvelope"];
1619
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1620
+ };
1621
+ };
1622
+ /** @description Unauthorized */
1623
+ 401: {
1624
+ content: {
1625
+ "application/json": components["schemas"]["ErrorEnvelope"];
1626
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1627
+ };
1628
+ };
1629
+ /** @description Forbidden */
1630
+ 403: {
1631
+ content: {
1632
+ "application/json": components["schemas"]["ErrorEnvelope"];
1633
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1634
+ };
1635
+ };
1636
+ };
1637
+ };
1638
+ /**
1639
+ * Delete a support request attachment
1640
+ * @description Deletes a support request attachment by its unique identifier.
1641
+ */
1642
+ DeleteSupportRequestAttachmentAsync: {
1643
+ parameters: {
1644
+ query: {
1645
+ tenantId: string;
1646
+ "api-version"?: string;
1647
+ };
1648
+ header?: {
1649
+ "x-api-version"?: string;
1650
+ };
1651
+ path: {
1652
+ supportRequestAttachmentId: string;
1653
+ };
1654
+ };
1655
+ responses: {
1656
+ /** @description OK */
1657
+ 200: {
1658
+ content: {
1659
+ "application/json": components["schemas"]["EmptyEnvelope"];
1660
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1661
+ };
1662
+ };
1663
+ /** @description Unauthorized */
1664
+ 401: {
1665
+ content: {
1666
+ "application/json": components["schemas"]["ErrorEnvelope"];
1667
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1668
+ };
1669
+ };
1670
+ /** @description Forbidden */
1671
+ 403: {
1672
+ content: {
1673
+ "application/json": components["schemas"]["ErrorEnvelope"];
1674
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1675
+ };
1676
+ };
1677
+ };
1678
+ };
1679
+ /**
1680
+ * Retrieve a list of support requests
1681
+ * @description Retrieves a list of support requests for the specified tenant with OData query support.
1682
+ */
1683
+ GetSupportRequestsAsync: {
1684
+ parameters: {
1685
+ query: {
1686
+ tenantId: string;
1687
+ "api-version"?: string;
1688
+ };
1689
+ header?: {
1690
+ "x-api-version"?: string;
1691
+ };
1692
+ };
1693
+ responses: {
1694
+ /** @description OK */
1695
+ 200: {
1696
+ content: {
1697
+ "application/json": components["schemas"]["SupportRequestDtoListEnvelope"];
1698
+ "application/xml": components["schemas"]["SupportRequestDtoListEnvelope"];
1699
+ };
1700
+ };
1701
+ /** @description Unauthorized */
1702
+ 401: {
1703
+ content: {
1704
+ "application/json": components["schemas"]["ErrorEnvelope"];
1705
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1706
+ };
1707
+ };
1708
+ /** @description Forbidden */
1709
+ 403: {
1710
+ content: {
1711
+ "application/json": components["schemas"]["ErrorEnvelope"];
1712
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1713
+ };
1714
+ };
1715
+ };
1716
+ };
1717
+ /**
1718
+ * Create a new support request
1719
+ * @description Creates a new support request for the specified tenant.
1720
+ */
1721
+ CreateSupportRequestAsync: {
1722
+ parameters: {
1723
+ query: {
1724
+ tenantId: string;
1725
+ "api-version"?: string;
1726
+ };
1727
+ header?: {
1728
+ "x-api-version"?: string;
1729
+ };
1730
+ };
1731
+ requestBody?: {
1732
+ content: {
1733
+ "application/json": components["schemas"]["SupportRequestCreateDto"];
1734
+ "application/xml": components["schemas"]["SupportRequestCreateDto"];
1735
+ };
1736
+ };
1737
+ responses: {
1738
+ /** @description OK */
1739
+ 200: {
1740
+ content: {
1741
+ "application/json": components["schemas"]["EmptyEnvelope"];
1742
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1743
+ };
1744
+ };
1745
+ /** @description Unauthorized */
1746
+ 401: {
1747
+ content: {
1748
+ "application/json": components["schemas"]["ErrorEnvelope"];
1749
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1750
+ };
1751
+ };
1752
+ /** @description Forbidden */
1753
+ 403: {
1754
+ content: {
1755
+ "application/json": components["schemas"]["ErrorEnvelope"];
1756
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1757
+ };
1758
+ };
1759
+ };
1760
+ };
1761
+ /**
1762
+ * Get the count of support requests
1763
+ * @description Returns the total count of support requests for the specified tenant with OData query support.
1764
+ */
1765
+ GetSupportRequestsCountAsync: {
1766
+ parameters: {
1767
+ query: {
1768
+ tenantId: string;
1769
+ "api-version"?: string;
1770
+ };
1771
+ header?: {
1772
+ "x-api-version"?: string;
1773
+ };
1774
+ };
1775
+ responses: {
1776
+ /** @description OK */
1777
+ 200: {
1778
+ content: {
1779
+ "application/json": components["schemas"]["Int32Envelope"];
1780
+ "application/xml": components["schemas"]["Int32Envelope"];
1781
+ };
1782
+ };
1783
+ /** @description Unauthorized */
1784
+ 401: {
1785
+ content: {
1786
+ "application/json": components["schemas"]["ErrorEnvelope"];
1787
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1788
+ };
1789
+ };
1790
+ /** @description Forbidden */
1791
+ 403: {
1792
+ content: {
1793
+ "application/json": components["schemas"]["ErrorEnvelope"];
1794
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1795
+ };
1796
+ };
1797
+ };
1798
+ };
1799
+ /**
1800
+ * Retrieve a support request by ID
1801
+ * @description Retrieves a single support request by its unique identifier.
1802
+ */
1803
+ GetSupportRequestAsync: {
1804
+ parameters: {
1805
+ query: {
1806
+ tenantId: string;
1807
+ "api-version"?: string;
1808
+ };
1809
+ header?: {
1810
+ "x-api-version"?: string;
1811
+ };
1812
+ path: {
1813
+ supportRequestId: string;
1814
+ };
1815
+ };
1816
+ responses: {
1817
+ /** @description OK */
1818
+ 200: {
1819
+ content: {
1820
+ "application/json": components["schemas"]["SupportRequestDtoEnvelope"];
1821
+ "application/xml": components["schemas"]["SupportRequestDtoEnvelope"];
1822
+ };
1823
+ };
1824
+ /** @description Unauthorized */
1825
+ 401: {
1826
+ content: {
1827
+ "application/json": components["schemas"]["ErrorEnvelope"];
1828
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1829
+ };
1830
+ };
1831
+ /** @description Forbidden */
1832
+ 403: {
1833
+ content: {
1834
+ "application/json": components["schemas"]["ErrorEnvelope"];
1835
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1836
+ };
1837
+ };
1838
+ };
1839
+ };
1840
+ /**
1841
+ * Update a support request
1842
+ * @description Updates an existing support request by its unique identifier.
1843
+ */
1844
+ UpdateSupportRequestAsync: {
1845
+ parameters: {
1846
+ query: {
1847
+ tenantId: string;
1848
+ "api-version"?: string;
1849
+ };
1850
+ header?: {
1851
+ "x-api-version"?: string;
1852
+ };
1853
+ path: {
1854
+ supportRequestId: string;
1855
+ };
1856
+ };
1857
+ requestBody?: {
1858
+ content: {
1859
+ "application/json": components["schemas"]["SupportRequestUpdateDto"];
1860
+ "application/xml": components["schemas"]["SupportRequestUpdateDto"];
1861
+ };
1862
+ };
1863
+ responses: {
1864
+ /** @description OK */
1865
+ 200: {
1866
+ content: {
1867
+ "application/json": components["schemas"]["EmptyEnvelope"];
1868
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1869
+ };
1870
+ };
1871
+ /** @description Unauthorized */
1872
+ 401: {
1873
+ content: {
1874
+ "application/json": components["schemas"]["ErrorEnvelope"];
1875
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1876
+ };
1877
+ };
1878
+ /** @description Forbidden */
1879
+ 403: {
1880
+ content: {
1881
+ "application/json": components["schemas"]["ErrorEnvelope"];
1882
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1883
+ };
1884
+ };
1885
+ };
1886
+ };
1887
+ /**
1888
+ * Delete a support request
1889
+ * @description Deletes a support request by its unique identifier.
1890
+ */
1891
+ DeleteSupportRequestAsync: {
1892
+ parameters: {
1893
+ query: {
1894
+ tenantId: string;
1895
+ "api-version"?: string;
1896
+ };
1897
+ header?: {
1898
+ "x-api-version"?: string;
1899
+ };
1900
+ path: {
1901
+ supportRequestId: string;
1902
+ };
1903
+ };
1904
+ responses: {
1905
+ /** @description OK */
1906
+ 200: {
1907
+ content: {
1908
+ "application/json": components["schemas"]["EmptyEnvelope"];
1909
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1910
+ };
1911
+ };
1912
+ /** @description Unauthorized */
1913
+ 401: {
1914
+ content: {
1915
+ "application/json": components["schemas"]["ErrorEnvelope"];
1916
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1917
+ };
1918
+ };
1919
+ /** @description Forbidden */
1920
+ 403: {
1921
+ content: {
1922
+ "application/json": components["schemas"]["ErrorEnvelope"];
1923
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1924
+ };
1925
+ };
1926
+ };
1927
+ };
1928
+ /**
1929
+ * Retrieve tickets for a support request
1930
+ * @description Retrieves the list of support tickets associated with a specific support request.
1931
+ */
1932
+ GetSupportRequestTicketsAsync: {
1933
+ parameters: {
1934
+ query: {
1935
+ tenantId: string;
1936
+ "api-version"?: string;
1937
+ };
1938
+ header?: {
1939
+ "x-api-version"?: string;
1940
+ };
1941
+ path: {
1942
+ supportRequestId: string;
1943
+ };
1944
+ };
1945
+ responses: {
1946
+ /** @description OK */
1947
+ 200: {
1948
+ content: {
1949
+ "application/json": components["schemas"]["SupportTicketDtoListEnvelope"];
1950
+ "application/xml": components["schemas"]["SupportTicketDtoListEnvelope"];
1951
+ };
1952
+ };
1953
+ /** @description Unauthorized */
1954
+ 401: {
1955
+ content: {
1956
+ "application/json": components["schemas"]["ErrorEnvelope"];
1957
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1958
+ };
1959
+ };
1960
+ /** @description Forbidden */
1961
+ 403: {
1962
+ content: {
1963
+ "application/json": components["schemas"]["ErrorEnvelope"];
1964
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1965
+ };
1966
+ };
1967
+ };
1968
+ };
1969
+ /**
1970
+ * Retrieve attachments for a support request
1971
+ * @description Retrieves the list of attachments associated with a specific support request.
1972
+ */
1973
+ GetSupportRequestAttachmentsByRequest: {
1974
+ parameters: {
1975
+ query: {
1976
+ tenantId: string;
1977
+ "api-version"?: string;
1978
+ };
1979
+ header?: {
1980
+ "x-api-version"?: string;
1981
+ };
1982
+ path: {
1983
+ supportRequestId: string;
1984
+ };
1985
+ };
1986
+ responses: {
1987
+ /** @description OK */
1988
+ 200: {
1989
+ content: {
1990
+ "application/json": components["schemas"]["SupportRequestAttachmentDtoListEnvelope"];
1991
+ "application/xml": components["schemas"]["SupportRequestAttachmentDtoListEnvelope"];
1992
+ };
1993
+ };
1994
+ /** @description Unauthorized */
1995
+ 401: {
1996
+ content: {
1997
+ "application/json": components["schemas"]["ErrorEnvelope"];
1998
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1999
+ };
2000
+ };
2001
+ /** @description Forbidden */
2002
+ 403: {
2003
+ content: {
2004
+ "application/json": components["schemas"]["ErrorEnvelope"];
2005
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2006
+ };
2007
+ };
2008
+ };
2009
+ };
2010
+ /**
2011
+ * Add an attachment to a support request
2012
+ * @description Creates a new attachment and associates it with the specified support request.
2013
+ */
2014
+ RelateSupportRequestToAttachmentAsync: {
2015
+ parameters: {
2016
+ query: {
2017
+ tenantId: string;
2018
+ "api-version"?: string;
2019
+ };
2020
+ header?: {
2021
+ "x-api-version"?: string;
2022
+ };
2023
+ path: {
2024
+ supportRequestId: string;
2025
+ };
2026
+ };
2027
+ requestBody?: {
2028
+ content: {
2029
+ "application/json": components["schemas"]["SupportRequestAttachmentCreateDto"];
2030
+ "application/xml": components["schemas"]["SupportRequestAttachmentCreateDto"];
2031
+ };
2032
+ };
2033
+ responses: {
2034
+ /** @description OK */
2035
+ 200: {
2036
+ content: {
2037
+ "application/json": components["schemas"]["EmptyEnvelope"];
2038
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2039
+ };
2040
+ };
2041
+ /** @description Unauthorized */
2042
+ 401: {
2043
+ content: {
2044
+ "application/json": components["schemas"]["ErrorEnvelope"];
2045
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2046
+ };
2047
+ };
2048
+ /** @description Forbidden */
2049
+ 403: {
2050
+ content: {
2051
+ "application/json": components["schemas"]["ErrorEnvelope"];
2052
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2053
+ };
2054
+ };
2055
+ };
2056
+ };
2057
+ /**
2058
+ * Get the count of attachments for a support request
2059
+ * @description Returns the total count of attachments for a specific support request.
2060
+ */
2061
+ GetSupportRequestAttachmentsCountByRequest: {
2062
+ parameters: {
2063
+ query: {
2064
+ tenantId: string;
2065
+ "api-version"?: string;
2066
+ };
2067
+ header?: {
2068
+ "x-api-version"?: string;
2069
+ };
2070
+ path: {
2071
+ supportRequestId: string;
2072
+ };
2073
+ };
2074
+ responses: {
2075
+ /** @description OK */
2076
+ 200: {
2077
+ content: {
2078
+ "application/json": components["schemas"]["Int32Envelope"];
2079
+ "application/xml": components["schemas"]["Int32Envelope"];
2080
+ };
2081
+ };
2082
+ /** @description Unauthorized */
2083
+ 401: {
2084
+ content: {
2085
+ "application/json": components["schemas"]["ErrorEnvelope"];
2086
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2087
+ };
2088
+ };
2089
+ /** @description Forbidden */
2090
+ 403: {
2091
+ content: {
2092
+ "application/json": components["schemas"]["ErrorEnvelope"];
2093
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2094
+ };
2095
+ };
2096
+ };
2097
+ };
2098
+ /**
2099
+ * Retrieve a specific attachment for a support request
2100
+ * @description Retrieves a single attachment by its ID for a specific support request.
2101
+ */
2102
+ GetSupportRequestAttachmentByRequest: {
2103
+ parameters: {
2104
+ query: {
2105
+ tenantId: string;
2106
+ "api-version"?: string;
2107
+ };
2108
+ header?: {
2109
+ "x-api-version"?: string;
2110
+ };
2111
+ path: {
2112
+ supportRequestId: string;
2113
+ attachmentId: string;
2114
+ };
2115
+ };
2116
+ responses: {
2117
+ /** @description OK */
2118
+ 200: {
2119
+ content: {
2120
+ "application/json": components["schemas"]["SupportRequestAttachmentDtoEnvelope"];
2121
+ "application/xml": components["schemas"]["SupportRequestAttachmentDtoEnvelope"];
2122
+ };
2123
+ };
2124
+ /** @description Unauthorized */
2125
+ 401: {
2126
+ content: {
2127
+ "application/json": components["schemas"]["ErrorEnvelope"];
2128
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2129
+ };
2130
+ };
2131
+ /** @description Forbidden */
2132
+ 403: {
2133
+ content: {
2134
+ "application/json": components["schemas"]["ErrorEnvelope"];
2135
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2136
+ };
2137
+ };
2138
+ };
2139
+ };
2140
+ /**
2141
+ * Retrieve a list of support ticket priorities
2142
+ * @description Retrieves a list of support ticket priorities for the specified tenant with OData query support.
2143
+ */
2144
+ GetSupportTicketPrioritiesAsync: {
2145
+ parameters: {
2146
+ query: {
2147
+ tenantId: string;
2148
+ "api-version"?: string;
2149
+ };
2150
+ header?: {
2151
+ "x-api-version"?: string;
2152
+ };
2153
+ };
2154
+ responses: {
2155
+ /** @description OK */
2156
+ 200: {
2157
+ content: {
2158
+ "application/json": components["schemas"]["SupportTicketPriorityDtoListEnvelope"];
2159
+ "application/xml": components["schemas"]["SupportTicketPriorityDtoListEnvelope"];
2160
+ };
2161
+ };
2162
+ /** @description Unauthorized */
2163
+ 401: {
2164
+ content: {
2165
+ "application/json": components["schemas"]["ErrorEnvelope"];
2166
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2167
+ };
2168
+ };
2169
+ /** @description Forbidden */
2170
+ 403: {
2171
+ content: {
2172
+ "application/json": components["schemas"]["ErrorEnvelope"];
2173
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2174
+ };
2175
+ };
2176
+ };
2177
+ };
2178
+ /**
2179
+ * Create a new support ticket priority
2180
+ * @description Creates a new support ticket priority for the specified tenant.
2181
+ */
2182
+ CreateSupportTicketPriorityAsync: {
2183
+ parameters: {
2184
+ query: {
2185
+ tenantId: string;
2186
+ "api-version"?: string;
2187
+ };
2188
+ header?: {
2189
+ "x-api-version"?: string;
2190
+ };
2191
+ };
2192
+ requestBody?: {
2193
+ content: {
2194
+ "application/json": components["schemas"]["SupportTicketPriorityCreateDto"];
2195
+ "application/xml": components["schemas"]["SupportTicketPriorityCreateDto"];
2196
+ };
2197
+ };
2198
+ responses: {
2199
+ /** @description OK */
2200
+ 200: {
2201
+ content: {
2202
+ "application/json": components["schemas"]["EmptyEnvelope"];
2203
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2204
+ };
2205
+ };
2206
+ /** @description Unauthorized */
2207
+ 401: {
2208
+ content: {
2209
+ "application/json": components["schemas"]["ErrorEnvelope"];
2210
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2211
+ };
2212
+ };
2213
+ /** @description Forbidden */
2214
+ 403: {
2215
+ content: {
2216
+ "application/json": components["schemas"]["ErrorEnvelope"];
2217
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2218
+ };
2219
+ };
2220
+ };
2221
+ };
2222
+ /**
2223
+ * Get the count of support ticket priorities
2224
+ * @description Returns the total count of support ticket priorities for the specified tenant with OData query support.
2225
+ */
2226
+ GetSupportTicketPrioritiesCountAsync: {
2227
+ parameters: {
2228
+ query: {
2229
+ tenantId: string;
2230
+ "api-version"?: string;
2231
+ };
2232
+ header?: {
2233
+ "x-api-version"?: string;
2234
+ };
2235
+ };
2236
+ responses: {
2237
+ /** @description OK */
2238
+ 200: {
2239
+ content: {
2240
+ "application/json": components["schemas"]["Int32Envelope"];
2241
+ "application/xml": components["schemas"]["Int32Envelope"];
2242
+ };
2243
+ };
2244
+ /** @description Unauthorized */
2245
+ 401: {
2246
+ content: {
2247
+ "application/json": components["schemas"]["ErrorEnvelope"];
2248
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2249
+ };
2250
+ };
2251
+ /** @description Forbidden */
2252
+ 403: {
2253
+ content: {
2254
+ "application/json": components["schemas"]["ErrorEnvelope"];
2255
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2256
+ };
2257
+ };
2258
+ };
2259
+ };
2260
+ /**
2261
+ * Retrieve a support ticket priority by ID
2262
+ * @description Retrieves a single support ticket priority by its unique identifier.
2263
+ */
2264
+ GetSupportTicketPriorityAsync: {
2265
+ parameters: {
2266
+ query: {
2267
+ tenantId: string;
2268
+ "api-version"?: string;
2269
+ };
2270
+ header?: {
2271
+ "x-api-version"?: string;
2272
+ };
2273
+ path: {
2274
+ supportTicketPriorityId: string;
2275
+ };
2276
+ };
2277
+ responses: {
2278
+ /** @description OK */
2279
+ 200: {
2280
+ content: {
2281
+ "application/json": components["schemas"]["SupportTicketPriorityDtoEnvelope"];
2282
+ "application/xml": components["schemas"]["SupportTicketPriorityDtoEnvelope"];
2283
+ };
2284
+ };
2285
+ /** @description Unauthorized */
2286
+ 401: {
2287
+ content: {
2288
+ "application/json": components["schemas"]["ErrorEnvelope"];
2289
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2290
+ };
2291
+ };
2292
+ /** @description Forbidden */
2293
+ 403: {
2294
+ content: {
2295
+ "application/json": components["schemas"]["ErrorEnvelope"];
2296
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2297
+ };
2298
+ };
2299
+ };
2300
+ };
2301
+ /**
2302
+ * Update a support ticket priority
2303
+ * @description Updates an existing support ticket priority by its unique identifier.
2304
+ */
2305
+ UpdateSupportTicketPriorityAsync: {
2306
+ parameters: {
2307
+ query: {
2308
+ tenantId: string;
2309
+ "api-version"?: string;
2310
+ };
2311
+ header?: {
2312
+ "x-api-version"?: string;
2313
+ };
2314
+ path: {
2315
+ supportTicketPriorityId: string;
2316
+ };
2317
+ };
2318
+ requestBody?: {
2319
+ content: {
2320
+ "application/json": components["schemas"]["SupportTicketPriorityUpdateDto"];
2321
+ "application/xml": components["schemas"]["SupportTicketPriorityUpdateDto"];
2322
+ };
2323
+ };
2324
+ responses: {
2325
+ /** @description OK */
2326
+ 200: {
2327
+ content: {
2328
+ "application/json": components["schemas"]["EmptyEnvelope"];
2329
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2330
+ };
2331
+ };
2332
+ /** @description Unauthorized */
2333
+ 401: {
2334
+ content: {
2335
+ "application/json": components["schemas"]["ErrorEnvelope"];
2336
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2337
+ };
2338
+ };
2339
+ /** @description Forbidden */
2340
+ 403: {
2341
+ content: {
2342
+ "application/json": components["schemas"]["ErrorEnvelope"];
2343
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2344
+ };
2345
+ };
2346
+ };
2347
+ };
2348
+ /**
2349
+ * Delete a support ticket priority
2350
+ * @description Deletes a support ticket priority by its unique identifier.
2351
+ */
2352
+ DeleteSupportTicketPriorityAsync: {
2353
+ parameters: {
2354
+ query: {
2355
+ tenantId: string;
2356
+ "api-version"?: string;
2357
+ };
2358
+ header?: {
2359
+ "x-api-version"?: string;
2360
+ };
2361
+ path: {
2362
+ supportTicketPriorityId: string;
2363
+ };
2364
+ };
2365
+ responses: {
2366
+ /** @description OK */
2367
+ 200: {
2368
+ content: {
2369
+ "application/json": components["schemas"]["EmptyEnvelope"];
2370
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2371
+ };
2372
+ };
2373
+ /** @description Unauthorized */
2374
+ 401: {
2375
+ content: {
2376
+ "application/json": components["schemas"]["ErrorEnvelope"];
2377
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2378
+ };
2379
+ };
2380
+ /** @description Forbidden */
2381
+ 403: {
2382
+ content: {
2383
+ "application/json": components["schemas"]["ErrorEnvelope"];
2384
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2385
+ };
2386
+ };
2387
+ };
2388
+ };
2389
+ /**
2390
+ * Retrieve a list of support tickets
2391
+ * @description Retrieves a list of support tickets for the specified tenant with OData query support.
2392
+ */
2393
+ GetSupportTicketsAsync: {
2394
+ parameters: {
2395
+ query: {
2396
+ tenantId: string;
2397
+ "api-version"?: string;
2398
+ };
2399
+ header?: {
2400
+ "x-api-version"?: string;
2401
+ };
2402
+ };
2403
+ responses: {
2404
+ /** @description OK */
2405
+ 200: {
2406
+ content: {
2407
+ "application/json": components["schemas"]["SupportTicketDtoListEnvelope"];
2408
+ "application/xml": components["schemas"]["SupportTicketDtoListEnvelope"];
2409
+ };
2410
+ };
2411
+ /** @description Unauthorized */
2412
+ 401: {
2413
+ content: {
2414
+ "application/json": components["schemas"]["ErrorEnvelope"];
2415
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2416
+ };
2417
+ };
2418
+ /** @description Forbidden */
2419
+ 403: {
2420
+ content: {
2421
+ "application/json": components["schemas"]["ErrorEnvelope"];
2422
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2423
+ };
2424
+ };
2425
+ };
2426
+ };
2427
+ /**
2428
+ * Create a new support ticket
2429
+ * @description Creates a new support ticket for the specified tenant.
2430
+ */
2431
+ CreateSupportTicketAsync: {
2432
+ parameters: {
2433
+ query: {
2434
+ tenantId: string;
2435
+ "api-version"?: string;
2436
+ };
2437
+ header?: {
2438
+ "x-api-version"?: string;
2439
+ };
2440
+ };
2441
+ requestBody?: {
2442
+ content: {
2443
+ "application/json": components["schemas"]["SupportTicketCreateDto"];
2444
+ "application/xml": components["schemas"]["SupportTicketCreateDto"];
2445
+ };
2446
+ };
2447
+ responses: {
2448
+ /** @description OK */
2449
+ 200: {
2450
+ content: {
2451
+ "application/json": components["schemas"]["EmptyEnvelope"];
2452
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2453
+ };
2454
+ };
2455
+ /** @description Unauthorized */
2456
+ 401: {
2457
+ content: {
2458
+ "application/json": components["schemas"]["ErrorEnvelope"];
2459
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2460
+ };
2461
+ };
2462
+ /** @description Forbidden */
2463
+ 403: {
2464
+ content: {
2465
+ "application/json": components["schemas"]["ErrorEnvelope"];
2466
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2467
+ };
2468
+ };
2469
+ };
2470
+ };
2471
+ /**
2472
+ * Get the count of support tickets
2473
+ * @description Returns the total count of support tickets for the specified tenant with OData query support.
2474
+ */
2475
+ GetSupportTicketsCountAsync: {
2476
+ parameters: {
2477
+ query: {
2478
+ tenantId: string;
2479
+ "api-version"?: string;
2480
+ };
2481
+ header?: {
2482
+ "x-api-version"?: string;
2483
+ };
2484
+ };
2485
+ responses: {
2486
+ /** @description OK */
2487
+ 200: {
2488
+ content: {
2489
+ "application/json": components["schemas"]["Int32Envelope"];
2490
+ "application/xml": components["schemas"]["Int32Envelope"];
2491
+ };
2492
+ };
2493
+ /** @description Unauthorized */
2494
+ 401: {
2495
+ content: {
2496
+ "application/json": components["schemas"]["ErrorEnvelope"];
2497
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2498
+ };
2499
+ };
2500
+ /** @description Forbidden */
2501
+ 403: {
2502
+ content: {
2503
+ "application/json": components["schemas"]["ErrorEnvelope"];
2504
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2505
+ };
2506
+ };
2507
+ };
2508
+ };
2509
+ /**
2510
+ * Retrieve a support ticket by ID
2511
+ * @description Retrieves a single support ticket by its unique identifier.
2512
+ */
2513
+ GetSupportTicketAsync: {
2514
+ parameters: {
2515
+ query: {
2516
+ tenantId: string;
2517
+ "api-version"?: string;
2518
+ };
2519
+ header?: {
2520
+ "x-api-version"?: string;
2521
+ };
2522
+ path: {
2523
+ supportTicketId: string;
2524
+ };
2525
+ };
2526
+ responses: {
2527
+ /** @description OK */
2528
+ 200: {
2529
+ content: {
2530
+ "application/json": components["schemas"]["SupportTicketDtoEnvelope"];
2531
+ "application/xml": components["schemas"]["SupportTicketDtoEnvelope"];
2532
+ };
2533
+ };
2534
+ /** @description Unauthorized */
2535
+ 401: {
2536
+ content: {
2537
+ "application/json": components["schemas"]["ErrorEnvelope"];
2538
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2539
+ };
2540
+ };
2541
+ /** @description Forbidden */
2542
+ 403: {
2543
+ content: {
2544
+ "application/json": components["schemas"]["ErrorEnvelope"];
2545
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2546
+ };
2547
+ };
2417
2548
  };
2418
- SupportRequestAttachmentDtoListEnvelope: {
2419
- isSuccess?: boolean;
2420
- errorMessage?: string | null;
2421
- correlationId?: string | null;
2422
- /** Format: date-time */
2423
- timestamp?: string;
2424
- activityId?: string | null;
2425
- result?: components["schemas"]["SupportRequestAttachmentDto"][] | null;
2549
+ };
2550
+ /**
2551
+ * Update a support ticket
2552
+ * @description Updates an existing support ticket by its unique identifier.
2553
+ */
2554
+ UpdateSupportTicketAsync: {
2555
+ parameters: {
2556
+ query: {
2557
+ tenantId: string;
2558
+ "api-version"?: string;
2559
+ };
2560
+ header?: {
2561
+ "x-api-version"?: string;
2562
+ };
2563
+ path: {
2564
+ supportTicketId: string;
2565
+ };
2426
2566
  };
2427
- SupportRequestAttachmentUpdateDto: {
2428
- notes?: string | null;
2429
- metadata?: string | null;
2430
- title?: string | null;
2431
- author?: string | null;
2432
- isFolder?: boolean;
2433
- fileName?: string | null;
2434
- abstract?: string | null;
2435
- keyWords?: string | null;
2436
- validResponse?: boolean;
2437
- parentFileUploadID?: string | null;
2438
- filePath?: string | null;
2439
- appFile?: components["schemas"]["AppFile"];
2440
- contentType?: string | null;
2441
- /** Format: int64 */
2442
- fileLength?: number;
2567
+ requestBody?: {
2568
+ content: {
2569
+ "application/json": components["schemas"]["SupportTicketUpdateDto"];
2570
+ "application/xml": components["schemas"]["SupportTicketUpdateDto"];
2571
+ };
2443
2572
  };
2444
- SupportRequestCreateDto: {
2445
- /** Format: uuid */
2446
- id?: string;
2447
- /** Format: date-time */
2448
- timestamp?: string;
2449
- title: string;
2450
- description?: string | null;
2451
- approved?: boolean;
2452
- /** Format: date-time */
2453
- approvedTimestamp?: string;
2454
- businessID?: string | null;
2455
- businessProfileRecordID?: string | null;
2456
- supportEntitlementID?: string | null;
2457
- contactID?: string | null;
2458
- accountHolderID?: string | null;
2573
+ responses: {
2574
+ /** @description OK */
2575
+ 200: {
2576
+ content: {
2577
+ "application/json": components["schemas"]["EmptyEnvelope"];
2578
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2579
+ };
2580
+ };
2581
+ /** @description Unauthorized */
2582
+ 401: {
2583
+ content: {
2584
+ "application/json": components["schemas"]["ErrorEnvelope"];
2585
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2586
+ };
2587
+ };
2588
+ /** @description Forbidden */
2589
+ 403: {
2590
+ content: {
2591
+ "application/json": components["schemas"]["ErrorEnvelope"];
2592
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2593
+ };
2594
+ };
2459
2595
  };
2460
- SupportRequestDto: {
2461
- id?: string | null;
2462
- /** Format: date-time */
2463
- timestamp?: string | null;
2464
- title?: string | null;
2465
- description?: string | null;
2466
- approved?: boolean;
2467
- /** Format: date-time */
2468
- approvedTimestamp?: string;
2469
- businessID?: string | null;
2470
- businessProfileRecordID?: string | null;
2471
- supportEntitlementID?: string | null;
2472
- contactID?: string | null;
2473
- accountHolderID?: string | null;
2596
+ };
2597
+ /**
2598
+ * Delete a support ticket
2599
+ * @description Deletes a support ticket by its unique identifier.
2600
+ */
2601
+ DeleteSupportTicketAsync: {
2602
+ parameters: {
2603
+ query: {
2604
+ tenantId: string;
2605
+ "api-version"?: string;
2606
+ };
2607
+ header?: {
2608
+ "x-api-version"?: string;
2609
+ };
2610
+ path: {
2611
+ supportTicketId: string;
2612
+ };
2474
2613
  };
2475
- SupportRequestDtoEnvelope: {
2476
- isSuccess?: boolean;
2477
- errorMessage?: string | null;
2478
- correlationId?: string | null;
2479
- /** Format: date-time */
2480
- timestamp?: string;
2481
- activityId?: string | null;
2482
- result?: components["schemas"]["SupportRequestDto"];
2614
+ responses: {
2615
+ /** @description OK */
2616
+ 200: {
2617
+ content: {
2618
+ "application/json": components["schemas"]["EmptyEnvelope"];
2619
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2620
+ };
2621
+ };
2622
+ /** @description Unauthorized */
2623
+ 401: {
2624
+ content: {
2625
+ "application/json": components["schemas"]["ErrorEnvelope"];
2626
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2627
+ };
2628
+ };
2629
+ /** @description Forbidden */
2630
+ 403: {
2631
+ content: {
2632
+ "application/json": components["schemas"]["ErrorEnvelope"];
2633
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2634
+ };
2635
+ };
2483
2636
  };
2484
- SupportRequestDtoListEnvelope: {
2485
- isSuccess?: boolean;
2486
- errorMessage?: string | null;
2487
- correlationId?: string | null;
2488
- /** Format: date-time */
2489
- timestamp?: string;
2490
- activityId?: string | null;
2491
- result?: components["schemas"]["SupportRequestDto"][] | null;
2637
+ };
2638
+ /**
2639
+ * Retrieve conversations for a support ticket
2640
+ * @description Retrieves the list of conversations associated with a specific support ticket.
2641
+ */
2642
+ GetSupportTicketConversationsAsync: {
2643
+ parameters: {
2644
+ query: {
2645
+ tenantId: string;
2646
+ "api-version"?: string;
2647
+ };
2648
+ header?: {
2649
+ "x-api-version"?: string;
2650
+ };
2651
+ path: {
2652
+ supportTicketId: string;
2653
+ };
2492
2654
  };
2493
- SupportRequestUpdateDto: {
2494
- title?: string | null;
2495
- description?: string | null;
2496
- approved?: boolean;
2497
- /** Format: date-time */
2498
- approvedTimestamp?: string;
2499
- supportEntitlementID?: string | null;
2655
+ responses: {
2656
+ /** @description OK */
2657
+ 200: {
2658
+ content: {
2659
+ "application/json": components["schemas"]["SupportTicketConversationDtoListEnvelope"];
2660
+ "application/xml": components["schemas"]["SupportTicketConversationDtoListEnvelope"];
2661
+ };
2662
+ };
2663
+ /** @description Unauthorized */
2664
+ 401: {
2665
+ content: {
2666
+ "application/json": components["schemas"]["ErrorEnvelope"];
2667
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2668
+ };
2669
+ };
2670
+ /** @description Forbidden */
2671
+ 403: {
2672
+ content: {
2673
+ "application/json": components["schemas"]["ErrorEnvelope"];
2674
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2675
+ };
2676
+ };
2500
2677
  };
2501
- SupportTicketConversationCreateDto: {
2502
- /** Format: uuid */
2503
- id?: string;
2504
- /** Format: date-time */
2505
- timestamp?: string;
2506
- topic?: string | null;
2507
- closed?: boolean;
2508
- /** Format: date-time */
2509
- closedTimestamp?: string;
2510
- socialProfileID?: string | null;
2678
+ };
2679
+ /**
2680
+ * Create a conversation for a support ticket
2681
+ * @description Creates a new conversation and associates it with the specified support ticket.
2682
+ */
2683
+ RelateSupportTicketToConversationAsync: {
2684
+ parameters: {
2685
+ query: {
2686
+ tenantId: string;
2687
+ "api-version"?: string;
2688
+ };
2689
+ header?: {
2690
+ "x-api-version"?: string;
2691
+ };
2692
+ path: {
2693
+ supportTicketId: string;
2694
+ };
2511
2695
  };
2512
- SupportTicketConversationDto: {
2513
- id?: string | null;
2514
- /** Format: date-time */
2515
- timestamp?: string | null;
2516
- supportTicketID?: string | null;
2517
- topic?: string | null;
2518
- closed?: boolean;
2519
- /** Format: date-time */
2520
- closedTimestamp?: string;
2521
- socialProfileID?: string | null;
2696
+ requestBody?: {
2697
+ content: {
2698
+ "application/json": components["schemas"]["SupportTicketConversationCreateDto"];
2699
+ "application/xml": components["schemas"]["SupportTicketConversationCreateDto"];
2700
+ };
2522
2701
  };
2523
- SupportTicketConversationDtoEnvelope: {
2524
- isSuccess?: boolean;
2525
- errorMessage?: string | null;
2526
- correlationId?: string | null;
2527
- /** Format: date-time */
2528
- timestamp?: string;
2529
- activityId?: string | null;
2530
- result?: components["schemas"]["SupportTicketConversationDto"];
2702
+ responses: {
2703
+ /** @description OK */
2704
+ 200: {
2705
+ content: {
2706
+ "application/json": components["schemas"]["EmptyEnvelope"];
2707
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2708
+ };
2709
+ };
2710
+ /** @description Unauthorized */
2711
+ 401: {
2712
+ content: {
2713
+ "application/json": components["schemas"]["ErrorEnvelope"];
2714
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2715
+ };
2716
+ };
2717
+ /** @description Forbidden */
2718
+ 403: {
2719
+ content: {
2720
+ "application/json": components["schemas"]["ErrorEnvelope"];
2721
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2722
+ };
2723
+ };
2531
2724
  };
2532
- SupportTicketConversationDtoListEnvelope: {
2533
- isSuccess?: boolean;
2534
- errorMessage?: string | null;
2535
- correlationId?: string | null;
2536
- /** Format: date-time */
2537
- timestamp?: string;
2538
- activityId?: string | null;
2539
- result?: components["schemas"]["SupportTicketConversationDto"][] | null;
2725
+ };
2726
+ /**
2727
+ * Retrieve a specific conversation for a support ticket
2728
+ * @description Retrieves a single conversation by its ID for a specific support ticket.
2729
+ */
2730
+ GetSupportTicketConversationAsync: {
2731
+ parameters: {
2732
+ query: {
2733
+ tenantId: string;
2734
+ "api-version"?: string;
2735
+ };
2736
+ header?: {
2737
+ "x-api-version"?: string;
2738
+ };
2739
+ path: {
2740
+ supportTicketId: string;
2741
+ supportTicketConversationId: string;
2742
+ };
2540
2743
  };
2541
- SupportTicketCreateDto: {
2542
- /** Format: uuid */
2543
- id?: string;
2544
- /** Format: date-time */
2545
- timestamp?: string;
2546
- description?: string | null;
2547
- accountHolderID?: string | null;
2548
- contactID?: string | null;
2549
- businessID?: string | null;
2550
- businessProfileRecordID?: string | null;
2551
- supportTicketTypeID?: string | null;
2552
- supportEntitlementID?: string | null;
2553
- supportPriorityID?: string | null;
2744
+ responses: {
2745
+ /** @description OK */
2746
+ 200: {
2747
+ content: {
2748
+ "application/json": components["schemas"]["SupportTicketConversationDtoEnvelope"];
2749
+ "application/xml": components["schemas"]["SupportTicketConversationDtoEnvelope"];
2750
+ };
2751
+ };
2752
+ /** @description Unauthorized */
2753
+ 401: {
2754
+ content: {
2755
+ "application/json": components["schemas"]["ErrorEnvelope"];
2756
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2757
+ };
2758
+ };
2759
+ /** @description Forbidden */
2760
+ 403: {
2761
+ content: {
2762
+ "application/json": components["schemas"]["ErrorEnvelope"];
2763
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2764
+ };
2765
+ };
2554
2766
  };
2555
- SupportTicketDto: {
2556
- id?: string | null;
2557
- /** Format: date-time */
2558
- timestamp?: string | null;
2559
- description?: string | null;
2560
- accountHolderID?: string | null;
2561
- contactID?: string | null;
2562
- businessID?: string | null;
2563
- businessProfileRecordID?: string | null;
2564
- supportTicketTypeID?: string | null;
2565
- supportEntitlementID?: string | null;
2566
- supportPriorityID?: string | null;
2767
+ };
2768
+ /**
2769
+ * Delete a conversation from a support ticket
2770
+ * @description Deletes a specific conversation from a support ticket.
2771
+ */
2772
+ DeleteSupportTicketConversationAsync: {
2773
+ parameters: {
2774
+ query: {
2775
+ tenantId: string;
2776
+ "api-version"?: string;
2777
+ };
2778
+ header?: {
2779
+ "x-api-version"?: string;
2780
+ };
2781
+ path: {
2782
+ supportTicketId: string;
2783
+ supportTicketConversationId: string;
2784
+ };
2567
2785
  };
2568
- SupportTicketDtoEnvelope: {
2569
- isSuccess?: boolean;
2570
- errorMessage?: string | null;
2571
- correlationId?: string | null;
2572
- /** Format: date-time */
2573
- timestamp?: string;
2574
- activityId?: string | null;
2575
- result?: components["schemas"]["SupportTicketDto"];
2786
+ responses: {
2787
+ /** @description OK */
2788
+ 200: {
2789
+ content: {
2790
+ "application/json": components["schemas"]["EmptyEnvelope"];
2791
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2792
+ };
2793
+ };
2794
+ /** @description Unauthorized */
2795
+ 401: {
2796
+ content: {
2797
+ "application/json": components["schemas"]["ErrorEnvelope"];
2798
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2799
+ };
2800
+ };
2801
+ /** @description Forbidden */
2802
+ 403: {
2803
+ content: {
2804
+ "application/json": components["schemas"]["ErrorEnvelope"];
2805
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2806
+ };
2807
+ };
2576
2808
  };
2577
- SupportTicketDtoListEnvelope: {
2578
- isSuccess?: boolean;
2579
- errorMessage?: string | null;
2580
- correlationId?: string | null;
2581
- /** Format: date-time */
2582
- timestamp?: string;
2583
- activityId?: string | null;
2584
- result?: components["schemas"]["SupportTicketDto"][] | null;
2809
+ };
2810
+ /**
2811
+ * Retrieve messages for a support ticket conversation
2812
+ * @description Retrieves the list of messages within a specific conversation of a support ticket.
2813
+ */
2814
+ GetSupportTicketConversationMessagesAsync: {
2815
+ parameters: {
2816
+ query: {
2817
+ tenantId: string;
2818
+ pageNumber?: number;
2819
+ pageSize?: number;
2820
+ "api-version"?: string;
2821
+ };
2822
+ header?: {
2823
+ "x-api-version"?: string;
2824
+ };
2825
+ path: {
2826
+ supportTicketId: string;
2827
+ supportTicketConversationId: string;
2828
+ };
2585
2829
  };
2586
- SupportTicketPriorityCreateDto: {
2587
- title?: string | null;
2588
- description?: string | null;
2589
- businessID?: string | null;
2590
- supportEntitlementID?: string | null;
2830
+ responses: {
2831
+ /** @description OK */
2832
+ 200: {
2833
+ content: {
2834
+ "application/json": components["schemas"]["PrivateMessageDtoListEnvelope"];
2835
+ "application/xml": components["schemas"]["PrivateMessageDtoListEnvelope"];
2836
+ };
2837
+ };
2838
+ /** @description Unauthorized */
2839
+ 401: {
2840
+ content: {
2841
+ "application/json": components["schemas"]["ErrorEnvelope"];
2842
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2843
+ };
2844
+ };
2845
+ /** @description Forbidden */
2846
+ 403: {
2847
+ content: {
2848
+ "application/json": components["schemas"]["ErrorEnvelope"];
2849
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2850
+ };
2851
+ };
2591
2852
  };
2592
- SupportTicketPriorityDto: {
2593
- id?: string | null;
2594
- /** Format: date-time */
2595
- timestamp?: string | null;
2596
- title?: string | null;
2597
- description?: string | null;
2598
- businessID?: string | null;
2599
- supportEntitlementID?: string | null;
2853
+ };
2854
+ /**
2855
+ * Retrieve a list of support ticket types
2856
+ * @description Retrieves a list of support ticket types for the specified tenant with OData query support.
2857
+ */
2858
+ GetSupportTicketTypesAsync: {
2859
+ parameters: {
2860
+ query: {
2861
+ tenantId: string;
2862
+ "api-version"?: string;
2863
+ };
2864
+ header?: {
2865
+ "x-api-version"?: string;
2866
+ };
2600
2867
  };
2601
- SupportTicketPriorityDtoEnvelope: {
2602
- isSuccess?: boolean;
2603
- errorMessage?: string | null;
2604
- correlationId?: string | null;
2605
- /** Format: date-time */
2606
- timestamp?: string;
2607
- activityId?: string | null;
2608
- result?: components["schemas"]["SupportTicketPriorityDto"];
2868
+ responses: {
2869
+ /** @description OK */
2870
+ 200: {
2871
+ content: {
2872
+ "application/json": components["schemas"]["SupportTicketTypeDtoListEnvelope"];
2873
+ "application/xml": components["schemas"]["SupportTicketTypeDtoListEnvelope"];
2874
+ };
2875
+ };
2876
+ /** @description Unauthorized */
2877
+ 401: {
2878
+ content: {
2879
+ "application/json": components["schemas"]["ErrorEnvelope"];
2880
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2881
+ };
2882
+ };
2883
+ /** @description Forbidden */
2884
+ 403: {
2885
+ content: {
2886
+ "application/json": components["schemas"]["ErrorEnvelope"];
2887
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2888
+ };
2889
+ };
2609
2890
  };
2610
- SupportTicketPriorityDtoListEnvelope: {
2611
- isSuccess?: boolean;
2612
- errorMessage?: string | null;
2613
- correlationId?: string | null;
2614
- /** Format: date-time */
2615
- timestamp?: string;
2616
- activityId?: string | null;
2617
- result?: components["schemas"]["SupportTicketPriorityDto"][] | null;
2891
+ };
2892
+ /**
2893
+ * Create a new support ticket type
2894
+ * @description Creates a new support ticket type for the specified tenant.
2895
+ */
2896
+ CreateSupportTicketTypeAsync: {
2897
+ parameters: {
2898
+ query: {
2899
+ tenantId: string;
2900
+ "api-version"?: string;
2901
+ };
2902
+ header?: {
2903
+ "x-api-version"?: string;
2904
+ };
2618
2905
  };
2619
- SupportTicketPriorityUpdateDto: {
2620
- title?: string | null;
2621
- description?: string | null;
2906
+ requestBody?: {
2907
+ content: {
2908
+ "application/json": components["schemas"]["SupportTicketTypeCreateDto"];
2909
+ "application/xml": components["schemas"]["SupportTicketTypeCreateDto"];
2910
+ };
2622
2911
  };
2623
- SupportTicketTypeCreateDto: {
2624
- /** Format: uuid */
2625
- id?: string;
2626
- /** Format: date-time */
2627
- timestamp?: string;
2628
- title?: string | null;
2629
- description?: string | null;
2630
- businessID?: string | null;
2912
+ responses: {
2913
+ /** @description OK */
2914
+ 200: {
2915
+ content: {
2916
+ "application/json": components["schemas"]["EmptyEnvelope"];
2917
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2918
+ };
2919
+ };
2920
+ /** @description Unauthorized */
2921
+ 401: {
2922
+ content: {
2923
+ "application/json": components["schemas"]["ErrorEnvelope"];
2924
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2925
+ };
2926
+ };
2927
+ /** @description Forbidden */
2928
+ 403: {
2929
+ content: {
2930
+ "application/json": components["schemas"]["ErrorEnvelope"];
2931
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2932
+ };
2933
+ };
2631
2934
  };
2632
- SupportTicketTypeDto: {
2633
- id?: string | null;
2634
- /** Format: date-time */
2635
- timestamp?: string | null;
2636
- title?: string | null;
2637
- description?: string | null;
2638
- businessID?: string | null;
2935
+ };
2936
+ /**
2937
+ * Get the count of support ticket types
2938
+ * @description Returns the total count of support ticket types for the specified tenant with OData query support.
2939
+ */
2940
+ GetSupportTicketTypesCountAsync: {
2941
+ parameters: {
2942
+ query: {
2943
+ tenantId: string;
2944
+ "api-version"?: string;
2945
+ };
2946
+ header?: {
2947
+ "x-api-version"?: string;
2948
+ };
2639
2949
  };
2640
- SupportTicketTypeDtoEnvelope: {
2641
- isSuccess?: boolean;
2642
- errorMessage?: string | null;
2643
- correlationId?: string | null;
2644
- /** Format: date-time */
2645
- timestamp?: string;
2646
- activityId?: string | null;
2647
- result?: components["schemas"]["SupportTicketTypeDto"];
2950
+ responses: {
2951
+ /** @description OK */
2952
+ 200: {
2953
+ content: {
2954
+ "application/json": components["schemas"]["Int32Envelope"];
2955
+ "application/xml": components["schemas"]["Int32Envelope"];
2956
+ };
2957
+ };
2958
+ /** @description Unauthorized */
2959
+ 401: {
2960
+ content: {
2961
+ "application/json": components["schemas"]["ErrorEnvelope"];
2962
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2963
+ };
2964
+ };
2965
+ /** @description Forbidden */
2966
+ 403: {
2967
+ content: {
2968
+ "application/json": components["schemas"]["ErrorEnvelope"];
2969
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2970
+ };
2971
+ };
2648
2972
  };
2649
- SupportTicketTypeDtoListEnvelope: {
2650
- isSuccess?: boolean;
2651
- errorMessage?: string | null;
2652
- correlationId?: string | null;
2653
- /** Format: date-time */
2654
- timestamp?: string;
2655
- activityId?: string | null;
2656
- result?: components["schemas"]["SupportTicketTypeDto"][] | null;
2973
+ };
2974
+ /**
2975
+ * Retrieve a support ticket type by ID
2976
+ * @description Retrieves a single support ticket type by its unique identifier.
2977
+ */
2978
+ GetSupportTicketTypeAsync: {
2979
+ parameters: {
2980
+ query: {
2981
+ tenantId: string;
2982
+ "api-version"?: string;
2983
+ };
2984
+ header?: {
2985
+ "x-api-version"?: string;
2986
+ };
2987
+ path: {
2988
+ supportTicketTypeId: string;
2989
+ };
2657
2990
  };
2658
- SupportTicketTypeUpdateDto: {
2659
- id?: string | null;
2660
- /** Format: date-time */
2661
- timestamp?: string | null;
2662
- title?: string | null;
2663
- description?: string | null;
2991
+ responses: {
2992
+ /** @description OK */
2993
+ 200: {
2994
+ content: {
2995
+ "application/json": components["schemas"]["SupportTicketTypeDtoEnvelope"];
2996
+ "application/xml": components["schemas"]["SupportTicketTypeDtoEnvelope"];
2997
+ };
2998
+ };
2999
+ /** @description Unauthorized */
3000
+ 401: {
3001
+ content: {
3002
+ "application/json": components["schemas"]["ErrorEnvelope"];
3003
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3004
+ };
3005
+ };
3006
+ /** @description Forbidden */
3007
+ 403: {
3008
+ content: {
3009
+ "application/json": components["schemas"]["ErrorEnvelope"];
3010
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3011
+ };
3012
+ };
2664
3013
  };
2665
- SupportTicketUpdateDto: {
2666
- description?: string | null;
2667
- accountHolderID?: string | null;
2668
- contactID?: string | null;
2669
- businessProfileRecordID?: string | null;
2670
- supportTicketTypeID?: string | null;
2671
- supportEntitlementID?: string | null;
2672
- supportPriorityID?: string | null;
3014
+ };
3015
+ /**
3016
+ * Update a support ticket type
3017
+ * @description Updates an existing support ticket type by its unique identifier.
3018
+ */
3019
+ UpdateSupportTicketTypeAsync: {
3020
+ parameters: {
3021
+ query: {
3022
+ tenantId: string;
3023
+ "api-version"?: string;
3024
+ };
3025
+ header?: {
3026
+ "x-api-version"?: string;
3027
+ };
3028
+ path: {
3029
+ supportTicketTypeId: string;
3030
+ };
2673
3031
  };
2674
- /** Format: uuid */
2675
- TenantId: string;
2676
- TwoFactorRequest: {
2677
- enable?: boolean | null;
2678
- twoFactorCode?: string | null;
2679
- resetSharedKey?: boolean;
2680
- resetRecoveryCodes?: boolean;
2681
- forgetMachine?: boolean;
3032
+ requestBody?: {
3033
+ content: {
3034
+ "application/json": components["schemas"]["SupportTicketTypeUpdateDto"];
3035
+ "application/xml": components["schemas"]["SupportTicketTypeUpdateDto"];
3036
+ };
2682
3037
  };
2683
- TwoFactorResponse: {
2684
- sharedKey: string | null;
2685
- /** Format: int32 */
2686
- recoveryCodesLeft: number;
2687
- recoveryCodes?: string[] | null;
2688
- isTwoFactorEnabled: boolean;
2689
- isMachineRemembered: boolean;
3038
+ responses: {
3039
+ /** @description OK */
3040
+ 200: {
3041
+ content: {
3042
+ "application/json": components["schemas"]["EmptyEnvelope"];
3043
+ "application/xml": components["schemas"]["EmptyEnvelope"];
3044
+ };
3045
+ };
3046
+ /** @description Unauthorized */
3047
+ 401: {
3048
+ content: {
3049
+ "application/json": components["schemas"]["ErrorEnvelope"];
3050
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3051
+ };
3052
+ };
3053
+ /** @description Forbidden */
3054
+ 403: {
3055
+ content: {
3056
+ "application/json": components["schemas"]["ErrorEnvelope"];
3057
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3058
+ };
3059
+ };
2690
3060
  };
2691
- /** Format: uuid */
2692
- UserId: string;
2693
3061
  };
2694
- responses: never;
2695
- parameters: never;
2696
- requestBodies: never;
2697
- headers: never;
2698
- pathItems: never;
2699
- }
2700
-
2701
- export type $defs = Record<string, never>;
2702
-
2703
- export type external = Record<string, never>;
2704
-
2705
- export interface operations {
2706
-
2707
- "MapIdentityApi-/confirmEmail": {
3062
+ /**
3063
+ * Delete a support ticket type
3064
+ * @description Deletes a support ticket type by its unique identifier.
3065
+ */
3066
+ DeleteSupportTicketTypeAsync: {
2708
3067
  parameters: {
2709
3068
  query: {
2710
- userId: string;
2711
- code: string;
2712
- changedEmail?: string;
3069
+ tenantId: string;
3070
+ "api-version"?: string;
3071
+ };
3072
+ header?: {
3073
+ "x-api-version"?: string;
3074
+ };
3075
+ path: {
3076
+ supportTicketTypeId: string;
2713
3077
  };
2714
3078
  };
2715
3079
  responses: {
2716
3080
  /** @description OK */
2717
3081
  200: {
2718
- content: never;
3082
+ content: {
3083
+ "application/json": components["schemas"]["EmptyEnvelope"];
3084
+ "application/xml": components["schemas"]["EmptyEnvelope"];
3085
+ };
3086
+ };
3087
+ /** @description Unauthorized */
3088
+ 401: {
3089
+ content: {
3090
+ "application/json": components["schemas"]["ErrorEnvelope"];
3091
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3092
+ };
3093
+ };
3094
+ /** @description Forbidden */
3095
+ 403: {
3096
+ content: {
3097
+ "application/json": components["schemas"]["ErrorEnvelope"];
3098
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3099
+ };
2719
3100
  };
2720
3101
  };
2721
3102
  };