@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
@@ -1,7 +1,7 @@
1
1
  // This file is auto-generated by @hey-api/openapi-ts
2
2
 
3
3
  import type { Options as ClientOptions, TDataShape, Client } from '@hey-api/client-fetch';
4
- import type { GetVersionData, GetHealthData, GetHelloData, PostRegisterData, PostRegisterError, PostLoginData, PostLoginResponse, PostRefreshData, PostRefreshResponse, MapIdentityApiConfirmEmailData, PostResendConfirmationEmailData, PostForgotPasswordData, PostForgotPasswordError, PostResetPasswordData, PostResetPasswordError, PostManage2FaData, PostManage2FaResponse, PostManage2FaError, GetManageInfoData, GetManageInfoResponse, GetManageInfoError, PostManageInfoData, PostManageInfoResponse, PostManageInfoError, GetApiV2SupportServiceSupportEntitlementsData, GetApiV2SupportServiceSupportEntitlementsResponse, GetApiV2SupportServiceSupportEntitlementsError, PostApiV2SupportServiceSupportEntitlementsData, PostApiV2SupportServiceSupportEntitlementsResponse, PostApiV2SupportServiceSupportEntitlementsError, GetApiV2SupportServiceSupportEntitlementsCountData, GetApiV2SupportServiceSupportEntitlementsCountResponse, GetApiV2SupportServiceSupportEntitlementsCountError, DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdData, DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponse, DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdError, GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdData, GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponse, GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdError, PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdData, PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponse, PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdError, GetApiV2SupportServiceSupportRequestAttachmentsData, GetApiV2SupportServiceSupportRequestAttachmentsResponse, GetApiV2SupportServiceSupportRequestAttachmentsError, PostApiV2SupportServiceSupportRequestAttachmentsData, PostApiV2SupportServiceSupportRequestAttachmentsResponse, PostApiV2SupportServiceSupportRequestAttachmentsError, GetApiV2SupportServiceSupportRequestAttachmentsCountData, GetApiV2SupportServiceSupportRequestAttachmentsCountResponse, GetApiV2SupportServiceSupportRequestAttachmentsCountError, DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdData, DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponse, DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdError, GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdData, GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponse, GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdError, PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdData, PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponse, PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdError, GetApiV2SupportServiceSupportRequestsData, GetApiV2SupportServiceSupportRequestsResponse, GetApiV2SupportServiceSupportRequestsError, PostApiV2SupportServiceSupportRequestsData, PostApiV2SupportServiceSupportRequestsResponse, PostApiV2SupportServiceSupportRequestsError, GetApiV2SupportServiceSupportRequestsCountData, GetApiV2SupportServiceSupportRequestsCountResponse, GetApiV2SupportServiceSupportRequestsCountError, DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdData, DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdResponse, DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdError, GetApiV2SupportServiceSupportRequestsBySupportRequestIdData, GetApiV2SupportServiceSupportRequestsBySupportRequestIdResponse, GetApiV2SupportServiceSupportRequestsBySupportRequestIdError, PutApiV2SupportServiceSupportRequestsBySupportRequestIdData, PutApiV2SupportServiceSupportRequestsBySupportRequestIdResponse, PutApiV2SupportServiceSupportRequestsBySupportRequestIdError, GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsData, GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsResponse, GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsError, GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsData, GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsResponse, GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsError, PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsData, PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsResponse, PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsError, GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCountData, GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCountResponse, GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCountError, GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsByAttachmentIdData, GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsByAttachmentIdResponse, GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsByAttachmentIdError, GetApiV2SupportServiceSupportTicketPrioritiesData, GetApiV2SupportServiceSupportTicketPrioritiesResponse, GetApiV2SupportServiceSupportTicketPrioritiesError, PostApiV2SupportServiceSupportTicketPrioritiesData, PostApiV2SupportServiceSupportTicketPrioritiesResponse, PostApiV2SupportServiceSupportTicketPrioritiesError, GetApiV2SupportServiceSupportTicketPrioritiesCountData, GetApiV2SupportServiceSupportTicketPrioritiesCountResponse, GetApiV2SupportServiceSupportTicketPrioritiesCountError, DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdData, DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponse, DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdError, GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdData, GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponse, GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdError, PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdData, PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponse, PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdError, GetApiV2SupportServiceSupportTicketsData, GetApiV2SupportServiceSupportTicketsResponse, GetApiV2SupportServiceSupportTicketsError, PostApiV2SupportServiceSupportTicketsData, PostApiV2SupportServiceSupportTicketsResponse, PostApiV2SupportServiceSupportTicketsError, GetApiV2SupportServiceSupportTicketsCountData, GetApiV2SupportServiceSupportTicketsCountResponse, GetApiV2SupportServiceSupportTicketsCountError, DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdData, DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdResponse, DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdError, GetApiV2SupportServiceSupportTicketsBySupportTicketIdData, GetApiV2SupportServiceSupportTicketsBySupportTicketIdResponse, GetApiV2SupportServiceSupportTicketsBySupportTicketIdError, PutApiV2SupportServiceSupportTicketsBySupportTicketIdData, PutApiV2SupportServiceSupportTicketsBySupportTicketIdResponse, PutApiV2SupportServiceSupportTicketsBySupportTicketIdError, GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsData, GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsResponse, GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsError, PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsData, PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsResponse, PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsError, DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdData, DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdResponse, DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdError, GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdData, GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdResponse, GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdError, GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdMessagesData, GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdMessagesResponse, GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdMessagesError, GetApiV2SupportServiceSupportTicketTypesData, GetApiV2SupportServiceSupportTicketTypesResponse, GetApiV2SupportServiceSupportTicketTypesError, PostApiV2SupportServiceSupportTicketTypesData, PostApiV2SupportServiceSupportTicketTypesResponse, PostApiV2SupportServiceSupportTicketTypesError, GetApiV2SupportServiceSupportTicketTypesCountData, GetApiV2SupportServiceSupportTicketTypesCountResponse, GetApiV2SupportServiceSupportTicketTypesCountError, DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdData, DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponse, DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdError, GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdData, GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponse, GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdError, PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdData, PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponse, PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdError } from './types.gen';
4
+ import type { GetVersionData, GetHealthData, GetHelloData, PostRegisterData, PostRegisterError, PostLoginData, PostLoginResponse, PostRefreshData, PostRefreshResponse, MapIdentityApiConfirmEmailData, PostResendConfirmationEmailData, PostForgotPasswordData, PostForgotPasswordError, PostResetPasswordData, PostResetPasswordError, PostManage2FaData, PostManage2FaResponse, PostManage2FaError, GetManageInfoData, GetManageInfoResponse, GetManageInfoError, PostManageInfoData, PostManageInfoResponse, PostManageInfoError, GetSupportEntitlementsAsyncData, GetSupportEntitlementsAsyncResponse, GetSupportEntitlementsAsyncError, CreateSupportEntitlementAsyncData, CreateSupportEntitlementAsyncResponse, CreateSupportEntitlementAsyncError, GetSupportEntitlementsCountAsyncData, GetSupportEntitlementsCountAsyncResponse, GetSupportEntitlementsCountAsyncError, DeleteSupportEntitlementAsyncData, DeleteSupportEntitlementAsyncResponse, DeleteSupportEntitlementAsyncError, GetSupportEntitlementAsyncData, GetSupportEntitlementAsyncResponse, GetSupportEntitlementAsyncError, UpdateSupportEntitlementAsyncData, UpdateSupportEntitlementAsyncResponse, UpdateSupportEntitlementAsyncError, GetSupportRequestAttachmentsAsyncData, GetSupportRequestAttachmentsAsyncResponse, GetSupportRequestAttachmentsAsyncError, CreateSupportRequestAttachmentAsyncData, CreateSupportRequestAttachmentAsyncResponse, CreateSupportRequestAttachmentAsyncError, GetSupportRequestAttachmentsCountAsyncData, GetSupportRequestAttachmentsCountAsyncResponse, GetSupportRequestAttachmentsCountAsyncError, DeleteSupportRequestAttachmentAsyncData, DeleteSupportRequestAttachmentAsyncResponse, DeleteSupportRequestAttachmentAsyncError, GetSupportRequestAttachmentAsyncData, GetSupportRequestAttachmentAsyncResponse, GetSupportRequestAttachmentAsyncError, UpdateSupportRequestAttachmentAsyncData, UpdateSupportRequestAttachmentAsyncResponse, UpdateSupportRequestAttachmentAsyncError, GetSupportRequestsAsyncData, GetSupportRequestsAsyncResponse, GetSupportRequestsAsyncError, CreateSupportRequestAsyncData, CreateSupportRequestAsyncResponse, CreateSupportRequestAsyncError, GetSupportRequestsCountAsyncData, GetSupportRequestsCountAsyncResponse, GetSupportRequestsCountAsyncError, DeleteSupportRequestAsyncData, DeleteSupportRequestAsyncResponse, DeleteSupportRequestAsyncError, GetSupportRequestAsyncData, GetSupportRequestAsyncResponse, GetSupportRequestAsyncError, UpdateSupportRequestAsyncData, UpdateSupportRequestAsyncResponse, UpdateSupportRequestAsyncError, GetSupportRequestTicketsAsyncData, GetSupportRequestTicketsAsyncResponse, GetSupportRequestTicketsAsyncError, GetSupportRequestAttachmentsByRequestData, GetSupportRequestAttachmentsByRequestResponse, GetSupportRequestAttachmentsByRequestError, RelateSupportRequestToAttachmentAsyncData, RelateSupportRequestToAttachmentAsyncResponse, RelateSupportRequestToAttachmentAsyncError, GetSupportRequestAttachmentsCountByRequestData, GetSupportRequestAttachmentsCountByRequestResponse, GetSupportRequestAttachmentsCountByRequestError, GetSupportRequestAttachmentByRequestData, GetSupportRequestAttachmentByRequestResponse, GetSupportRequestAttachmentByRequestError, GetSupportTicketPrioritiesAsyncData, GetSupportTicketPrioritiesAsyncResponse, GetSupportTicketPrioritiesAsyncError, CreateSupportTicketPriorityAsyncData, CreateSupportTicketPriorityAsyncResponse, CreateSupportTicketPriorityAsyncError, GetSupportTicketPrioritiesCountAsyncData, GetSupportTicketPrioritiesCountAsyncResponse, GetSupportTicketPrioritiesCountAsyncError, DeleteSupportTicketPriorityAsyncData, DeleteSupportTicketPriorityAsyncResponse, DeleteSupportTicketPriorityAsyncError, GetSupportTicketPriorityAsyncData, GetSupportTicketPriorityAsyncResponse, GetSupportTicketPriorityAsyncError, UpdateSupportTicketPriorityAsyncData, UpdateSupportTicketPriorityAsyncResponse, UpdateSupportTicketPriorityAsyncError, GetSupportTicketsAsyncData, GetSupportTicketsAsyncResponse, GetSupportTicketsAsyncError, CreateSupportTicketAsyncData, CreateSupportTicketAsyncResponse, CreateSupportTicketAsyncError, GetSupportTicketsCountAsyncData, GetSupportTicketsCountAsyncResponse, GetSupportTicketsCountAsyncError, DeleteSupportTicketAsyncData, DeleteSupportTicketAsyncResponse, DeleteSupportTicketAsyncError, GetSupportTicketAsyncData, GetSupportTicketAsyncResponse, GetSupportTicketAsyncError, UpdateSupportTicketAsyncData, UpdateSupportTicketAsyncResponse, UpdateSupportTicketAsyncError, GetSupportTicketConversationsAsyncData, GetSupportTicketConversationsAsyncResponse, GetSupportTicketConversationsAsyncError, RelateSupportTicketToConversationAsyncData, RelateSupportTicketToConversationAsyncResponse, RelateSupportTicketToConversationAsyncError, DeleteSupportTicketConversationAsyncData, DeleteSupportTicketConversationAsyncResponse, DeleteSupportTicketConversationAsyncError, GetSupportTicketConversationAsyncData, GetSupportTicketConversationAsyncResponse, GetSupportTicketConversationAsyncError, GetSupportTicketConversationMessagesAsyncData, GetSupportTicketConversationMessagesAsyncResponse, GetSupportTicketConversationMessagesAsyncError, GetSupportTicketTypesAsyncData, GetSupportTicketTypesAsyncResponse, GetSupportTicketTypesAsyncError, CreateSupportTicketTypeAsyncData, CreateSupportTicketTypeAsyncResponse, CreateSupportTicketTypeAsyncError, GetSupportTicketTypesCountAsyncData, GetSupportTicketTypesCountAsyncResponse, GetSupportTicketTypesCountAsyncError, DeleteSupportTicketTypeAsyncData, DeleteSupportTicketTypeAsyncResponse, DeleteSupportTicketTypeAsyncError, GetSupportTicketTypeAsyncData, GetSupportTicketTypeAsyncResponse, GetSupportTicketTypeAsyncError, UpdateSupportTicketTypeAsyncData, UpdateSupportTicketTypeAsyncResponse, UpdateSupportTicketTypeAsyncError } from './types.gen';
5
5
  import { client as _heyApiClient } from './client.gen';
6
6
 
7
7
  export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = ClientOptions<TData, ThrowOnError> & {
@@ -141,15 +141,23 @@ export const postManageInfo = <ThrowOnError extends boolean = false>(options: Op
141
141
  });
142
142
  };
143
143
 
144
- export const getApiV2SupportServiceSupportEntitlements = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportEntitlementsData, ThrowOnError>) => {
145
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportEntitlementsResponse, GetApiV2SupportServiceSupportEntitlementsError, ThrowOnError>({
144
+ /**
145
+ * Retrieve a list of support entitlements
146
+ * Retrieves a list of support entitlements for the specified tenant with OData query support.
147
+ */
148
+ export const getSupportEntitlementsAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportEntitlementsAsyncData, ThrowOnError>) => {
149
+ return (options.client ?? _heyApiClient).get<GetSupportEntitlementsAsyncResponse, GetSupportEntitlementsAsyncError, ThrowOnError>({
146
150
  url: '/api/v2/SupportService/SupportEntitlements',
147
151
  ...options
148
152
  });
149
153
  };
150
154
 
151
- export const postApiV2SupportServiceSupportEntitlements = <ThrowOnError extends boolean = false>(options: Options<PostApiV2SupportServiceSupportEntitlementsData, ThrowOnError>) => {
152
- return (options.client ?? _heyApiClient).post<PostApiV2SupportServiceSupportEntitlementsResponse, PostApiV2SupportServiceSupportEntitlementsError, ThrowOnError>({
155
+ /**
156
+ * Create a new support entitlement
157
+ * Creates a new support entitlement for the specified tenant.
158
+ */
159
+ export const createSupportEntitlementAsync = <ThrowOnError extends boolean = false>(options: Options<CreateSupportEntitlementAsyncData, ThrowOnError>) => {
160
+ return (options.client ?? _heyApiClient).post<CreateSupportEntitlementAsyncResponse, CreateSupportEntitlementAsyncError, ThrowOnError>({
153
161
  url: '/api/v2/SupportService/SupportEntitlements',
154
162
  ...options,
155
163
  headers: {
@@ -159,29 +167,45 @@ export const postApiV2SupportServiceSupportEntitlements = <ThrowOnError extends
159
167
  });
160
168
  };
161
169
 
162
- export const getApiV2SupportServiceSupportEntitlementsCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportEntitlementsCountData, ThrowOnError>) => {
163
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportEntitlementsCountResponse, GetApiV2SupportServiceSupportEntitlementsCountError, ThrowOnError>({
170
+ /**
171
+ * Get the count of support entitlements
172
+ * Returns the total count of support entitlements for the specified tenant with OData query support.
173
+ */
174
+ export const getSupportEntitlementsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportEntitlementsCountAsyncData, ThrowOnError>) => {
175
+ return (options.client ?? _heyApiClient).get<GetSupportEntitlementsCountAsyncResponse, GetSupportEntitlementsCountAsyncError, ThrowOnError>({
164
176
  url: '/api/v2/SupportService/SupportEntitlements/Count',
165
177
  ...options
166
178
  });
167
179
  };
168
180
 
169
- export const deleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdData, ThrowOnError>) => {
170
- return (options.client ?? _heyApiClient).delete<DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponse, DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdError, ThrowOnError>({
181
+ /**
182
+ * Delete a support entitlement
183
+ * Deletes a support entitlement by its unique identifier.
184
+ */
185
+ export const deleteSupportEntitlementAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteSupportEntitlementAsyncData, ThrowOnError>) => {
186
+ return (options.client ?? _heyApiClient).delete<DeleteSupportEntitlementAsyncResponse, DeleteSupportEntitlementAsyncError, ThrowOnError>({
171
187
  url: '/api/v2/SupportService/SupportEntitlements/{supportEntitlementId}',
172
188
  ...options
173
189
  });
174
190
  };
175
191
 
176
- export const getApiV2SupportServiceSupportEntitlementsBySupportEntitlementId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdData, ThrowOnError>) => {
177
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponse, GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdError, ThrowOnError>({
192
+ /**
193
+ * Retrieve a support entitlement by ID
194
+ * Retrieves a single support entitlement by its unique identifier.
195
+ */
196
+ export const getSupportEntitlementAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportEntitlementAsyncData, ThrowOnError>) => {
197
+ return (options.client ?? _heyApiClient).get<GetSupportEntitlementAsyncResponse, GetSupportEntitlementAsyncError, ThrowOnError>({
178
198
  url: '/api/v2/SupportService/SupportEntitlements/{supportEntitlementId}',
179
199
  ...options
180
200
  });
181
201
  };
182
202
 
183
- export const putApiV2SupportServiceSupportEntitlementsBySupportEntitlementId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdData, ThrowOnError>) => {
184
- return (options.client ?? _heyApiClient).put<PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponse, PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdError, ThrowOnError>({
203
+ /**
204
+ * Update a support entitlement
205
+ * Updates an existing support entitlement by its unique identifier.
206
+ */
207
+ export const updateSupportEntitlementAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateSupportEntitlementAsyncData, ThrowOnError>) => {
208
+ return (options.client ?? _heyApiClient).put<UpdateSupportEntitlementAsyncResponse, UpdateSupportEntitlementAsyncError, ThrowOnError>({
185
209
  url: '/api/v2/SupportService/SupportEntitlements/{supportEntitlementId}',
186
210
  ...options,
187
211
  headers: {
@@ -191,15 +215,23 @@ export const putApiV2SupportServiceSupportEntitlementsBySupportEntitlementId = <
191
215
  });
192
216
  };
193
217
 
194
- export const getApiV2SupportServiceSupportRequestAttachments = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportRequestAttachmentsData, ThrowOnError>) => {
195
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportRequestAttachmentsResponse, GetApiV2SupportServiceSupportRequestAttachmentsError, ThrowOnError>({
218
+ /**
219
+ * Retrieve a list of support request attachments
220
+ * Retrieves a list of support request attachments for the specified tenant with OData query support.
221
+ */
222
+ export const getSupportRequestAttachmentsAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportRequestAttachmentsAsyncData, ThrowOnError>) => {
223
+ return (options.client ?? _heyApiClient).get<GetSupportRequestAttachmentsAsyncResponse, GetSupportRequestAttachmentsAsyncError, ThrowOnError>({
196
224
  url: '/api/v2/SupportService/SupportRequestAttachments',
197
225
  ...options
198
226
  });
199
227
  };
200
228
 
201
- export const postApiV2SupportServiceSupportRequestAttachments = <ThrowOnError extends boolean = false>(options: Options<PostApiV2SupportServiceSupportRequestAttachmentsData, ThrowOnError>) => {
202
- return (options.client ?? _heyApiClient).post<PostApiV2SupportServiceSupportRequestAttachmentsResponse, PostApiV2SupportServiceSupportRequestAttachmentsError, ThrowOnError>({
229
+ /**
230
+ * Create a new support request attachment
231
+ * Creates a new support request attachment for the specified tenant.
232
+ */
233
+ export const createSupportRequestAttachmentAsync = <ThrowOnError extends boolean = false>(options: Options<CreateSupportRequestAttachmentAsyncData, ThrowOnError>) => {
234
+ return (options.client ?? _heyApiClient).post<CreateSupportRequestAttachmentAsyncResponse, CreateSupportRequestAttachmentAsyncError, ThrowOnError>({
203
235
  url: '/api/v2/SupportService/SupportRequestAttachments',
204
236
  ...options,
205
237
  headers: {
@@ -209,29 +241,45 @@ export const postApiV2SupportServiceSupportRequestAttachments = <ThrowOnError ex
209
241
  });
210
242
  };
211
243
 
212
- export const getApiV2SupportServiceSupportRequestAttachmentsCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportRequestAttachmentsCountData, ThrowOnError>) => {
213
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportRequestAttachmentsCountResponse, GetApiV2SupportServiceSupportRequestAttachmentsCountError, ThrowOnError>({
244
+ /**
245
+ * Get the count of support request attachments
246
+ * Returns the total count of support request attachments for the specified tenant with OData query support.
247
+ */
248
+ export const getSupportRequestAttachmentsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportRequestAttachmentsCountAsyncData, ThrowOnError>) => {
249
+ return (options.client ?? _heyApiClient).get<GetSupportRequestAttachmentsCountAsyncResponse, GetSupportRequestAttachmentsCountAsyncError, ThrowOnError>({
214
250
  url: '/api/v2/SupportService/SupportRequestAttachments/Count',
215
251
  ...options
216
252
  });
217
253
  };
218
254
 
219
- export const deleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdData, ThrowOnError>) => {
220
- return (options.client ?? _heyApiClient).delete<DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponse, DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdError, ThrowOnError>({
255
+ /**
256
+ * Delete a support request attachment
257
+ * Deletes a support request attachment by its unique identifier.
258
+ */
259
+ export const deleteSupportRequestAttachmentAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteSupportRequestAttachmentAsyncData, ThrowOnError>) => {
260
+ return (options.client ?? _heyApiClient).delete<DeleteSupportRequestAttachmentAsyncResponse, DeleteSupportRequestAttachmentAsyncError, ThrowOnError>({
221
261
  url: '/api/v2/SupportService/SupportRequestAttachments/{supportRequestAttachmentId}',
222
262
  ...options
223
263
  });
224
264
  };
225
265
 
226
- export const getApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdData, ThrowOnError>) => {
227
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponse, GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdError, ThrowOnError>({
266
+ /**
267
+ * Retrieve a support request attachment by ID
268
+ * Retrieves a single support request attachment by its unique identifier.
269
+ */
270
+ export const getSupportRequestAttachmentAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportRequestAttachmentAsyncData, ThrowOnError>) => {
271
+ return (options.client ?? _heyApiClient).get<GetSupportRequestAttachmentAsyncResponse, GetSupportRequestAttachmentAsyncError, ThrowOnError>({
228
272
  url: '/api/v2/SupportService/SupportRequestAttachments/{supportRequestAttachmentId}',
229
273
  ...options
230
274
  });
231
275
  };
232
276
 
233
- export const putApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdData, ThrowOnError>) => {
234
- return (options.client ?? _heyApiClient).put<PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponse, PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdError, ThrowOnError>({
277
+ /**
278
+ * Update a support request attachment
279
+ * Updates an existing support request attachment by its unique identifier.
280
+ */
281
+ export const updateSupportRequestAttachmentAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateSupportRequestAttachmentAsyncData, ThrowOnError>) => {
282
+ return (options.client ?? _heyApiClient).put<UpdateSupportRequestAttachmentAsyncResponse, UpdateSupportRequestAttachmentAsyncError, ThrowOnError>({
235
283
  url: '/api/v2/SupportService/SupportRequestAttachments/{supportRequestAttachmentId}',
236
284
  ...options,
237
285
  headers: {
@@ -241,15 +289,23 @@ export const putApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAtta
241
289
  });
242
290
  };
243
291
 
244
- export const getApiV2SupportServiceSupportRequests = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportRequestsData, ThrowOnError>) => {
245
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportRequestsResponse, GetApiV2SupportServiceSupportRequestsError, ThrowOnError>({
292
+ /**
293
+ * Retrieve a list of support requests
294
+ * Retrieves a list of support requests for the specified tenant with OData query support.
295
+ */
296
+ export const getSupportRequestsAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportRequestsAsyncData, ThrowOnError>) => {
297
+ return (options.client ?? _heyApiClient).get<GetSupportRequestsAsyncResponse, GetSupportRequestsAsyncError, ThrowOnError>({
246
298
  url: '/api/v2/SupportService/SupportRequests',
247
299
  ...options
248
300
  });
249
301
  };
250
302
 
251
- export const postApiV2SupportServiceSupportRequests = <ThrowOnError extends boolean = false>(options: Options<PostApiV2SupportServiceSupportRequestsData, ThrowOnError>) => {
252
- return (options.client ?? _heyApiClient).post<PostApiV2SupportServiceSupportRequestsResponse, PostApiV2SupportServiceSupportRequestsError, ThrowOnError>({
303
+ /**
304
+ * Create a new support request
305
+ * Creates a new support request for the specified tenant.
306
+ */
307
+ export const createSupportRequestAsync = <ThrowOnError extends boolean = false>(options: Options<CreateSupportRequestAsyncData, ThrowOnError>) => {
308
+ return (options.client ?? _heyApiClient).post<CreateSupportRequestAsyncResponse, CreateSupportRequestAsyncError, ThrowOnError>({
253
309
  url: '/api/v2/SupportService/SupportRequests',
254
310
  ...options,
255
311
  headers: {
@@ -259,29 +315,45 @@ export const postApiV2SupportServiceSupportRequests = <ThrowOnError extends bool
259
315
  });
260
316
  };
261
317
 
262
- export const getApiV2SupportServiceSupportRequestsCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportRequestsCountData, ThrowOnError>) => {
263
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportRequestsCountResponse, GetApiV2SupportServiceSupportRequestsCountError, ThrowOnError>({
318
+ /**
319
+ * Get the count of support requests
320
+ * Returns the total count of support requests for the specified tenant with OData query support.
321
+ */
322
+ export const getSupportRequestsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportRequestsCountAsyncData, ThrowOnError>) => {
323
+ return (options.client ?? _heyApiClient).get<GetSupportRequestsCountAsyncResponse, GetSupportRequestsCountAsyncError, ThrowOnError>({
264
324
  url: '/api/v2/SupportService/SupportRequests/Count',
265
325
  ...options
266
326
  });
267
327
  };
268
328
 
269
- export const deleteApiV2SupportServiceSupportRequestsBySupportRequestId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdData, ThrowOnError>) => {
270
- return (options.client ?? _heyApiClient).delete<DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdResponse, DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdError, ThrowOnError>({
329
+ /**
330
+ * Delete a support request
331
+ * Deletes a support request by its unique identifier.
332
+ */
333
+ export const deleteSupportRequestAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteSupportRequestAsyncData, ThrowOnError>) => {
334
+ return (options.client ?? _heyApiClient).delete<DeleteSupportRequestAsyncResponse, DeleteSupportRequestAsyncError, ThrowOnError>({
271
335
  url: '/api/v2/SupportService/SupportRequests/{supportRequestId}',
272
336
  ...options
273
337
  });
274
338
  };
275
339
 
276
- export const getApiV2SupportServiceSupportRequestsBySupportRequestId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportRequestsBySupportRequestIdData, ThrowOnError>) => {
277
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportRequestsBySupportRequestIdResponse, GetApiV2SupportServiceSupportRequestsBySupportRequestIdError, ThrowOnError>({
340
+ /**
341
+ * Retrieve a support request by ID
342
+ * Retrieves a single support request by its unique identifier.
343
+ */
344
+ export const getSupportRequestAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportRequestAsyncData, ThrowOnError>) => {
345
+ return (options.client ?? _heyApiClient).get<GetSupportRequestAsyncResponse, GetSupportRequestAsyncError, ThrowOnError>({
278
346
  url: '/api/v2/SupportService/SupportRequests/{supportRequestId}',
279
347
  ...options
280
348
  });
281
349
  };
282
350
 
283
- export const putApiV2SupportServiceSupportRequestsBySupportRequestId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2SupportServiceSupportRequestsBySupportRequestIdData, ThrowOnError>) => {
284
- return (options.client ?? _heyApiClient).put<PutApiV2SupportServiceSupportRequestsBySupportRequestIdResponse, PutApiV2SupportServiceSupportRequestsBySupportRequestIdError, ThrowOnError>({
351
+ /**
352
+ * Update a support request
353
+ * Updates an existing support request by its unique identifier.
354
+ */
355
+ export const updateSupportRequestAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateSupportRequestAsyncData, ThrowOnError>) => {
356
+ return (options.client ?? _heyApiClient).put<UpdateSupportRequestAsyncResponse, UpdateSupportRequestAsyncError, ThrowOnError>({
285
357
  url: '/api/v2/SupportService/SupportRequests/{supportRequestId}',
286
358
  ...options,
287
359
  headers: {
@@ -291,22 +363,34 @@ export const putApiV2SupportServiceSupportRequestsBySupportRequestId = <ThrowOnE
291
363
  });
292
364
  };
293
365
 
294
- export const getApiV2SupportServiceSupportRequestsBySupportRequestIdTickets = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsData, ThrowOnError>) => {
295
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsResponse, GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsError, ThrowOnError>({
366
+ /**
367
+ * Retrieve tickets for a support request
368
+ * Retrieves the list of support tickets associated with a specific support request.
369
+ */
370
+ export const getSupportRequestTicketsAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportRequestTicketsAsyncData, ThrowOnError>) => {
371
+ return (options.client ?? _heyApiClient).get<GetSupportRequestTicketsAsyncResponse, GetSupportRequestTicketsAsyncError, ThrowOnError>({
296
372
  url: '/api/v2/SupportService/SupportRequests/{supportRequestId}/Tickets',
297
373
  ...options
298
374
  });
299
375
  };
300
376
 
301
- export const getApiV2SupportServiceSupportRequestsBySupportRequestIdAttachments = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsData, ThrowOnError>) => {
302
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsResponse, GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsError, ThrowOnError>({
377
+ /**
378
+ * Retrieve attachments for a support request
379
+ * Retrieves the list of attachments associated with a specific support request.
380
+ */
381
+ export const getSupportRequestAttachmentsByRequest = <ThrowOnError extends boolean = false>(options: Options<GetSupportRequestAttachmentsByRequestData, ThrowOnError>) => {
382
+ return (options.client ?? _heyApiClient).get<GetSupportRequestAttachmentsByRequestResponse, GetSupportRequestAttachmentsByRequestError, ThrowOnError>({
303
383
  url: '/api/v2/SupportService/SupportRequests/{supportRequestId}/Attachments',
304
384
  ...options
305
385
  });
306
386
  };
307
387
 
308
- export const postApiV2SupportServiceSupportRequestsBySupportRequestIdAttachments = <ThrowOnError extends boolean = false>(options: Options<PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsData, ThrowOnError>) => {
309
- return (options.client ?? _heyApiClient).post<PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsResponse, PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsError, ThrowOnError>({
388
+ /**
389
+ * Add an attachment to a support request
390
+ * Creates a new attachment and associates it with the specified support request.
391
+ */
392
+ export const relateSupportRequestToAttachmentAsync = <ThrowOnError extends boolean = false>(options: Options<RelateSupportRequestToAttachmentAsyncData, ThrowOnError>) => {
393
+ return (options.client ?? _heyApiClient).post<RelateSupportRequestToAttachmentAsyncResponse, RelateSupportRequestToAttachmentAsyncError, ThrowOnError>({
310
394
  url: '/api/v2/SupportService/SupportRequests/{supportRequestId}/Attachments',
311
395
  ...options,
312
396
  headers: {
@@ -316,29 +400,45 @@ export const postApiV2SupportServiceSupportRequestsBySupportRequestIdAttachments
316
400
  });
317
401
  };
318
402
 
319
- export const getApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCountData, ThrowOnError>) => {
320
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCountResponse, GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCountError, ThrowOnError>({
403
+ /**
404
+ * Get the count of attachments for a support request
405
+ * Returns the total count of attachments for a specific support request.
406
+ */
407
+ export const getSupportRequestAttachmentsCountByRequest = <ThrowOnError extends boolean = false>(options: Options<GetSupportRequestAttachmentsCountByRequestData, ThrowOnError>) => {
408
+ return (options.client ?? _heyApiClient).get<GetSupportRequestAttachmentsCountByRequestResponse, GetSupportRequestAttachmentsCountByRequestError, ThrowOnError>({
321
409
  url: '/api/v2/SupportService/SupportRequests/{supportRequestId}/Attachments/Count',
322
410
  ...options
323
411
  });
324
412
  };
325
413
 
326
- export const getApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsByAttachmentId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsByAttachmentIdData, ThrowOnError>) => {
327
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsByAttachmentIdResponse, GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsByAttachmentIdError, ThrowOnError>({
414
+ /**
415
+ * Retrieve a specific attachment for a support request
416
+ * Retrieves a single attachment by its ID for a specific support request.
417
+ */
418
+ export const getSupportRequestAttachmentByRequest = <ThrowOnError extends boolean = false>(options: Options<GetSupportRequestAttachmentByRequestData, ThrowOnError>) => {
419
+ return (options.client ?? _heyApiClient).get<GetSupportRequestAttachmentByRequestResponse, GetSupportRequestAttachmentByRequestError, ThrowOnError>({
328
420
  url: '/api/v2/SupportService/SupportRequests/{supportRequestId}/Attachments/{attachmentId}',
329
421
  ...options
330
422
  });
331
423
  };
332
424
 
333
- export const getApiV2SupportServiceSupportTicketPriorities = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportTicketPrioritiesData, ThrowOnError>) => {
334
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportTicketPrioritiesResponse, GetApiV2SupportServiceSupportTicketPrioritiesError, ThrowOnError>({
425
+ /**
426
+ * Retrieve a list of support ticket priorities
427
+ * Retrieves a list of support ticket priorities for the specified tenant with OData query support.
428
+ */
429
+ export const getSupportTicketPrioritiesAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportTicketPrioritiesAsyncData, ThrowOnError>) => {
430
+ return (options.client ?? _heyApiClient).get<GetSupportTicketPrioritiesAsyncResponse, GetSupportTicketPrioritiesAsyncError, ThrowOnError>({
335
431
  url: '/api/v2/SupportService/SupportTicketPriorities',
336
432
  ...options
337
433
  });
338
434
  };
339
435
 
340
- export const postApiV2SupportServiceSupportTicketPriorities = <ThrowOnError extends boolean = false>(options: Options<PostApiV2SupportServiceSupportTicketPrioritiesData, ThrowOnError>) => {
341
- return (options.client ?? _heyApiClient).post<PostApiV2SupportServiceSupportTicketPrioritiesResponse, PostApiV2SupportServiceSupportTicketPrioritiesError, ThrowOnError>({
436
+ /**
437
+ * Create a new support ticket priority
438
+ * Creates a new support ticket priority for the specified tenant.
439
+ */
440
+ export const createSupportTicketPriorityAsync = <ThrowOnError extends boolean = false>(options: Options<CreateSupportTicketPriorityAsyncData, ThrowOnError>) => {
441
+ return (options.client ?? _heyApiClient).post<CreateSupportTicketPriorityAsyncResponse, CreateSupportTicketPriorityAsyncError, ThrowOnError>({
342
442
  url: '/api/v2/SupportService/SupportTicketPriorities',
343
443
  ...options,
344
444
  headers: {
@@ -348,29 +448,45 @@ export const postApiV2SupportServiceSupportTicketPriorities = <ThrowOnError exte
348
448
  });
349
449
  };
350
450
 
351
- export const getApiV2SupportServiceSupportTicketPrioritiesCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportTicketPrioritiesCountData, ThrowOnError>) => {
352
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportTicketPrioritiesCountResponse, GetApiV2SupportServiceSupportTicketPrioritiesCountError, ThrowOnError>({
451
+ /**
452
+ * Get the count of support ticket priorities
453
+ * Returns the total count of support ticket priorities for the specified tenant with OData query support.
454
+ */
455
+ export const getSupportTicketPrioritiesCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportTicketPrioritiesCountAsyncData, ThrowOnError>) => {
456
+ return (options.client ?? _heyApiClient).get<GetSupportTicketPrioritiesCountAsyncResponse, GetSupportTicketPrioritiesCountAsyncError, ThrowOnError>({
353
457
  url: '/api/v2/SupportService/SupportTicketPriorities/Count',
354
458
  ...options
355
459
  });
356
460
  };
357
461
 
358
- export const deleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdData, ThrowOnError>) => {
359
- return (options.client ?? _heyApiClient).delete<DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponse, DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdError, ThrowOnError>({
462
+ /**
463
+ * Delete a support ticket priority
464
+ * Deletes a support ticket priority by its unique identifier.
465
+ */
466
+ export const deleteSupportTicketPriorityAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteSupportTicketPriorityAsyncData, ThrowOnError>) => {
467
+ return (options.client ?? _heyApiClient).delete<DeleteSupportTicketPriorityAsyncResponse, DeleteSupportTicketPriorityAsyncError, ThrowOnError>({
360
468
  url: '/api/v2/SupportService/SupportTicketPriorities/{supportTicketPriorityId}',
361
469
  ...options
362
470
  });
363
471
  };
364
472
 
365
- export const getApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdData, ThrowOnError>) => {
366
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponse, GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdError, ThrowOnError>({
473
+ /**
474
+ * Retrieve a support ticket priority by ID
475
+ * Retrieves a single support ticket priority by its unique identifier.
476
+ */
477
+ export const getSupportTicketPriorityAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportTicketPriorityAsyncData, ThrowOnError>) => {
478
+ return (options.client ?? _heyApiClient).get<GetSupportTicketPriorityAsyncResponse, GetSupportTicketPriorityAsyncError, ThrowOnError>({
367
479
  url: '/api/v2/SupportService/SupportTicketPriorities/{supportTicketPriorityId}',
368
480
  ...options
369
481
  });
370
482
  };
371
483
 
372
- export const putApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdData, ThrowOnError>) => {
373
- return (options.client ?? _heyApiClient).put<PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponse, PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdError, ThrowOnError>({
484
+ /**
485
+ * Update a support ticket priority
486
+ * Updates an existing support ticket priority by its unique identifier.
487
+ */
488
+ export const updateSupportTicketPriorityAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateSupportTicketPriorityAsyncData, ThrowOnError>) => {
489
+ return (options.client ?? _heyApiClient).put<UpdateSupportTicketPriorityAsyncResponse, UpdateSupportTicketPriorityAsyncError, ThrowOnError>({
374
490
  url: '/api/v2/SupportService/SupportTicketPriorities/{supportTicketPriorityId}',
375
491
  ...options,
376
492
  headers: {
@@ -380,15 +496,23 @@ export const putApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorit
380
496
  });
381
497
  };
382
498
 
383
- export const getApiV2SupportServiceSupportTickets = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportTicketsData, ThrowOnError>) => {
384
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportTicketsResponse, GetApiV2SupportServiceSupportTicketsError, ThrowOnError>({
499
+ /**
500
+ * Retrieve a list of support tickets
501
+ * Retrieves a list of support tickets for the specified tenant with OData query support.
502
+ */
503
+ export const getSupportTicketsAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportTicketsAsyncData, ThrowOnError>) => {
504
+ return (options.client ?? _heyApiClient).get<GetSupportTicketsAsyncResponse, GetSupportTicketsAsyncError, ThrowOnError>({
385
505
  url: '/api/v2/SupportService/SupportTickets',
386
506
  ...options
387
507
  });
388
508
  };
389
509
 
390
- export const postApiV2SupportServiceSupportTickets = <ThrowOnError extends boolean = false>(options: Options<PostApiV2SupportServiceSupportTicketsData, ThrowOnError>) => {
391
- return (options.client ?? _heyApiClient).post<PostApiV2SupportServiceSupportTicketsResponse, PostApiV2SupportServiceSupportTicketsError, ThrowOnError>({
510
+ /**
511
+ * Create a new support ticket
512
+ * Creates a new support ticket for the specified tenant.
513
+ */
514
+ export const createSupportTicketAsync = <ThrowOnError extends boolean = false>(options: Options<CreateSupportTicketAsyncData, ThrowOnError>) => {
515
+ return (options.client ?? _heyApiClient).post<CreateSupportTicketAsyncResponse, CreateSupportTicketAsyncError, ThrowOnError>({
392
516
  url: '/api/v2/SupportService/SupportTickets',
393
517
  ...options,
394
518
  headers: {
@@ -398,29 +522,45 @@ export const postApiV2SupportServiceSupportTickets = <ThrowOnError extends boole
398
522
  });
399
523
  };
400
524
 
401
- export const getApiV2SupportServiceSupportTicketsCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportTicketsCountData, ThrowOnError>) => {
402
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportTicketsCountResponse, GetApiV2SupportServiceSupportTicketsCountError, ThrowOnError>({
525
+ /**
526
+ * Get the count of support tickets
527
+ * Returns the total count of support tickets for the specified tenant with OData query support.
528
+ */
529
+ export const getSupportTicketsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportTicketsCountAsyncData, ThrowOnError>) => {
530
+ return (options.client ?? _heyApiClient).get<GetSupportTicketsCountAsyncResponse, GetSupportTicketsCountAsyncError, ThrowOnError>({
403
531
  url: '/api/v2/SupportService/SupportTickets/Count',
404
532
  ...options
405
533
  });
406
534
  };
407
535
 
408
- export const deleteApiV2SupportServiceSupportTicketsBySupportTicketId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdData, ThrowOnError>) => {
409
- return (options.client ?? _heyApiClient).delete<DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdResponse, DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdError, ThrowOnError>({
536
+ /**
537
+ * Delete a support ticket
538
+ * Deletes a support ticket by its unique identifier.
539
+ */
540
+ export const deleteSupportTicketAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteSupportTicketAsyncData, ThrowOnError>) => {
541
+ return (options.client ?? _heyApiClient).delete<DeleteSupportTicketAsyncResponse, DeleteSupportTicketAsyncError, ThrowOnError>({
410
542
  url: '/api/v2/SupportService/SupportTickets/{supportTicketId}',
411
543
  ...options
412
544
  });
413
545
  };
414
546
 
415
- export const getApiV2SupportServiceSupportTicketsBySupportTicketId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportTicketsBySupportTicketIdData, ThrowOnError>) => {
416
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportTicketsBySupportTicketIdResponse, GetApiV2SupportServiceSupportTicketsBySupportTicketIdError, ThrowOnError>({
547
+ /**
548
+ * Retrieve a support ticket by ID
549
+ * Retrieves a single support ticket by its unique identifier.
550
+ */
551
+ export const getSupportTicketAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportTicketAsyncData, ThrowOnError>) => {
552
+ return (options.client ?? _heyApiClient).get<GetSupportTicketAsyncResponse, GetSupportTicketAsyncError, ThrowOnError>({
417
553
  url: '/api/v2/SupportService/SupportTickets/{supportTicketId}',
418
554
  ...options
419
555
  });
420
556
  };
421
557
 
422
- export const putApiV2SupportServiceSupportTicketsBySupportTicketId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2SupportServiceSupportTicketsBySupportTicketIdData, ThrowOnError>) => {
423
- return (options.client ?? _heyApiClient).put<PutApiV2SupportServiceSupportTicketsBySupportTicketIdResponse, PutApiV2SupportServiceSupportTicketsBySupportTicketIdError, ThrowOnError>({
558
+ /**
559
+ * Update a support ticket
560
+ * Updates an existing support ticket by its unique identifier.
561
+ */
562
+ export const updateSupportTicketAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateSupportTicketAsyncData, ThrowOnError>) => {
563
+ return (options.client ?? _heyApiClient).put<UpdateSupportTicketAsyncResponse, UpdateSupportTicketAsyncError, ThrowOnError>({
424
564
  url: '/api/v2/SupportService/SupportTickets/{supportTicketId}',
425
565
  ...options,
426
566
  headers: {
@@ -430,15 +570,23 @@ export const putApiV2SupportServiceSupportTicketsBySupportTicketId = <ThrowOnErr
430
570
  });
431
571
  };
432
572
 
433
- export const getApiV2SupportServiceSupportTicketsBySupportTicketIdConversations = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsData, ThrowOnError>) => {
434
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsResponse, GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsError, ThrowOnError>({
573
+ /**
574
+ * Retrieve conversations for a support ticket
575
+ * Retrieves the list of conversations associated with a specific support ticket.
576
+ */
577
+ export const getSupportTicketConversationsAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportTicketConversationsAsyncData, ThrowOnError>) => {
578
+ return (options.client ?? _heyApiClient).get<GetSupportTicketConversationsAsyncResponse, GetSupportTicketConversationsAsyncError, ThrowOnError>({
435
579
  url: '/api/v2/SupportService/SupportTickets/{supportTicketId}/Conversations',
436
580
  ...options
437
581
  });
438
582
  };
439
583
 
440
- export const postApiV2SupportServiceSupportTicketsBySupportTicketIdConversations = <ThrowOnError extends boolean = false>(options: Options<PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsData, ThrowOnError>) => {
441
- return (options.client ?? _heyApiClient).post<PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsResponse, PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsError, ThrowOnError>({
584
+ /**
585
+ * Create a conversation for a support ticket
586
+ * Creates a new conversation and associates it with the specified support ticket.
587
+ */
588
+ export const relateSupportTicketToConversationAsync = <ThrowOnError extends boolean = false>(options: Options<RelateSupportTicketToConversationAsyncData, ThrowOnError>) => {
589
+ return (options.client ?? _heyApiClient).post<RelateSupportTicketToConversationAsyncResponse, RelateSupportTicketToConversationAsyncError, ThrowOnError>({
442
590
  url: '/api/v2/SupportService/SupportTickets/{supportTicketId}/Conversations',
443
591
  ...options,
444
592
  headers: {
@@ -448,36 +596,56 @@ export const postApiV2SupportServiceSupportTicketsBySupportTicketIdConversations
448
596
  });
449
597
  };
450
598
 
451
- export const deleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdData, ThrowOnError>) => {
452
- return (options.client ?? _heyApiClient).delete<DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdResponse, DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdError, ThrowOnError>({
599
+ /**
600
+ * Delete a conversation from a support ticket
601
+ * Deletes a specific conversation from a support ticket.
602
+ */
603
+ export const deleteSupportTicketConversationAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteSupportTicketConversationAsyncData, ThrowOnError>) => {
604
+ return (options.client ?? _heyApiClient).delete<DeleteSupportTicketConversationAsyncResponse, DeleteSupportTicketConversationAsyncError, ThrowOnError>({
453
605
  url: '/api/v2/SupportService/SupportTickets/{supportTicketId}/Conversations/{supportTicketConversationId}',
454
606
  ...options
455
607
  });
456
608
  };
457
609
 
458
- export const getApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdData, ThrowOnError>) => {
459
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdResponse, GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdError, ThrowOnError>({
610
+ /**
611
+ * Retrieve a specific conversation for a support ticket
612
+ * Retrieves a single conversation by its ID for a specific support ticket.
613
+ */
614
+ export const getSupportTicketConversationAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportTicketConversationAsyncData, ThrowOnError>) => {
615
+ return (options.client ?? _heyApiClient).get<GetSupportTicketConversationAsyncResponse, GetSupportTicketConversationAsyncError, ThrowOnError>({
460
616
  url: '/api/v2/SupportService/SupportTickets/{supportTicketId}/Conversations/{supportTicketConversationId}',
461
617
  ...options
462
618
  });
463
619
  };
464
620
 
465
- export const getApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdMessages = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdMessagesData, ThrowOnError>) => {
466
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdMessagesResponse, GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdMessagesError, ThrowOnError>({
621
+ /**
622
+ * Retrieve messages for a support ticket conversation
623
+ * Retrieves the list of messages within a specific conversation of a support ticket.
624
+ */
625
+ export const getSupportTicketConversationMessagesAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportTicketConversationMessagesAsyncData, ThrowOnError>) => {
626
+ return (options.client ?? _heyApiClient).get<GetSupportTicketConversationMessagesAsyncResponse, GetSupportTicketConversationMessagesAsyncError, ThrowOnError>({
467
627
  url: '/api/v2/SupportService/SupportTickets/{supportTicketId}/Conversations/{supportTicketConversationId}/Messages',
468
628
  ...options
469
629
  });
470
630
  };
471
631
 
472
- export const getApiV2SupportServiceSupportTicketTypes = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportTicketTypesData, ThrowOnError>) => {
473
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportTicketTypesResponse, GetApiV2SupportServiceSupportTicketTypesError, ThrowOnError>({
632
+ /**
633
+ * Retrieve a list of support ticket types
634
+ * Retrieves a list of support ticket types for the specified tenant with OData query support.
635
+ */
636
+ export const getSupportTicketTypesAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportTicketTypesAsyncData, ThrowOnError>) => {
637
+ return (options.client ?? _heyApiClient).get<GetSupportTicketTypesAsyncResponse, GetSupportTicketTypesAsyncError, ThrowOnError>({
474
638
  url: '/api/v2/SupportService/SupportTicketTypes',
475
639
  ...options
476
640
  });
477
641
  };
478
642
 
479
- export const postApiV2SupportServiceSupportTicketTypes = <ThrowOnError extends boolean = false>(options: Options<PostApiV2SupportServiceSupportTicketTypesData, ThrowOnError>) => {
480
- return (options.client ?? _heyApiClient).post<PostApiV2SupportServiceSupportTicketTypesResponse, PostApiV2SupportServiceSupportTicketTypesError, ThrowOnError>({
643
+ /**
644
+ * Create a new support ticket type
645
+ * Creates a new support ticket type for the specified tenant.
646
+ */
647
+ export const createSupportTicketTypeAsync = <ThrowOnError extends boolean = false>(options: Options<CreateSupportTicketTypeAsyncData, ThrowOnError>) => {
648
+ return (options.client ?? _heyApiClient).post<CreateSupportTicketTypeAsyncResponse, CreateSupportTicketTypeAsyncError, ThrowOnError>({
481
649
  url: '/api/v2/SupportService/SupportTicketTypes',
482
650
  ...options,
483
651
  headers: {
@@ -487,29 +655,45 @@ export const postApiV2SupportServiceSupportTicketTypes = <ThrowOnError extends b
487
655
  });
488
656
  };
489
657
 
490
- export const getApiV2SupportServiceSupportTicketTypesCount = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportTicketTypesCountData, ThrowOnError>) => {
491
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportTicketTypesCountResponse, GetApiV2SupportServiceSupportTicketTypesCountError, ThrowOnError>({
658
+ /**
659
+ * Get the count of support ticket types
660
+ * Returns the total count of support ticket types for the specified tenant with OData query support.
661
+ */
662
+ export const getSupportTicketTypesCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportTicketTypesCountAsyncData, ThrowOnError>) => {
663
+ return (options.client ?? _heyApiClient).get<GetSupportTicketTypesCountAsyncResponse, GetSupportTicketTypesCountAsyncError, ThrowOnError>({
492
664
  url: '/api/v2/SupportService/SupportTicketTypes/Count',
493
665
  ...options
494
666
  });
495
667
  };
496
668
 
497
- export const deleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeId = <ThrowOnError extends boolean = false>(options: Options<DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdData, ThrowOnError>) => {
498
- return (options.client ?? _heyApiClient).delete<DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponse, DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdError, ThrowOnError>({
669
+ /**
670
+ * Delete a support ticket type
671
+ * Deletes a support ticket type by its unique identifier.
672
+ */
673
+ export const deleteSupportTicketTypeAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteSupportTicketTypeAsyncData, ThrowOnError>) => {
674
+ return (options.client ?? _heyApiClient).delete<DeleteSupportTicketTypeAsyncResponse, DeleteSupportTicketTypeAsyncError, ThrowOnError>({
499
675
  url: '/api/v2/SupportService/SupportTicketTypes/{supportTicketTypeId}',
500
676
  ...options
501
677
  });
502
678
  };
503
679
 
504
- export const getApiV2SupportServiceSupportTicketTypesBySupportTicketTypeId = <ThrowOnError extends boolean = false>(options: Options<GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdData, ThrowOnError>) => {
505
- return (options.client ?? _heyApiClient).get<GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponse, GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdError, ThrowOnError>({
680
+ /**
681
+ * Retrieve a support ticket type by ID
682
+ * Retrieves a single support ticket type by its unique identifier.
683
+ */
684
+ export const getSupportTicketTypeAsync = <ThrowOnError extends boolean = false>(options: Options<GetSupportTicketTypeAsyncData, ThrowOnError>) => {
685
+ return (options.client ?? _heyApiClient).get<GetSupportTicketTypeAsyncResponse, GetSupportTicketTypeAsyncError, ThrowOnError>({
506
686
  url: '/api/v2/SupportService/SupportTicketTypes/{supportTicketTypeId}',
507
687
  ...options
508
688
  });
509
689
  };
510
690
 
511
- export const putApiV2SupportServiceSupportTicketTypesBySupportTicketTypeId = <ThrowOnError extends boolean = false>(options: Options<PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdData, ThrowOnError>) => {
512
- return (options.client ?? _heyApiClient).put<PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponse, PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdError, ThrowOnError>({
691
+ /**
692
+ * Update a support ticket type
693
+ * Updates an existing support ticket type by its unique identifier.
694
+ */
695
+ export const updateSupportTicketTypeAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateSupportTicketTypeAsyncData, ThrowOnError>) => {
696
+ return (options.client ?? _heyApiClient).put<UpdateSupportTicketTypeAsyncResponse, UpdateSupportTicketTypeAsyncError, ThrowOnError>({
513
697
  url: '/api/v2/SupportService/SupportTicketTypes/{supportTicketTypeId}',
514
698
  ...options,
515
699
  headers: {