@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
@@ -13,33 +13,6 @@ export type AccessTokenResponseWritable = {
13
13
  refreshToken: string | null;
14
14
  };
15
15
 
16
- export type AppFileReadable = {
17
- readonly content?: string | null;
18
- readonly sha256?: string | null;
19
- readonly createdAtUtc?: string;
20
- userId?: UserId;
21
- tenantId?: TenantId;
22
- enrollmentId?: EnrollmentId;
23
- source?: 'Unknown' | 'HttpUpload' | 'Integration' | 'InternalProcess' | 'ApiClient' | 'WorkflowEngine';
24
- readonly length?: number;
25
- readonly name?: string | null;
26
- readonly fileName?: string | null;
27
- readonly lastModified?: string;
28
- readonly size?: number;
29
- readonly contentType?: string | null;
30
- readonly contentDisposition?: string | null;
31
- readonly headers?: {
32
- [key: string]: string;
33
- } | null;
34
- };
35
-
36
- export type AppFileWritable = {
37
- userId?: UserId;
38
- tenantId?: TenantId;
39
- enrollmentId?: EnrollmentId;
40
- source?: 'Unknown' | 'HttpUpload' | 'Integration' | 'InternalProcess' | 'ApiClient' | 'WorkflowEngine';
41
- };
42
-
43
16
  export type EmptyEnvelopeReadable = {
44
17
  readonly isSuccess?: boolean;
45
18
  errorMessage?: string | null;
@@ -53,8 +26,6 @@ export type EmptyEnvelopeWritable = {
53
26
  correlationId?: string | null;
54
27
  };
55
28
 
56
- export type EnrollmentId = string;
57
-
58
29
  export type ErrorEnvelopeReadable = {
59
30
  readonly isSuccess?: boolean;
60
31
  errorMessage?: string | null;
@@ -167,60 +138,9 @@ export type ResetPasswordRequest = {
167
138
  newPassword: string | null;
168
139
  };
169
140
 
170
- export type SupportEntitlementCreateDtoReadable = {
171
- readonly id?: string;
172
- readonly timestamp?: string;
173
- title?: string | null;
174
- description?: string | null;
175
- startDateTime?: string;
176
- endDateTime?: string;
177
- nextInvoiceDateTime?: string;
178
- code?: string | null;
179
- signature?: string | null;
180
- quantity?: number;
181
- repetitions?: number;
182
- chargeAttempts?: number;
183
- freeTrialInDays?: number;
184
- gracePeriodInDays?: number;
185
- customRenewalPeriod?: number;
186
- enableAutomaticRenew?: boolean;
187
- enableProRateBilling?: boolean;
188
- enableUsageThreshold?: boolean;
189
- enableAutomaticDisable?: boolean;
190
- enableAutomaticPayments?: boolean;
191
- usageThreshold?: number;
192
- data?: string | null;
193
- dataLabel?: string | null;
194
- data1?: string | null;
195
- data1Label?: string | null;
196
- data2?: string | null;
197
- data2Label?: string | null;
198
- data3?: string | null;
199
- data3Label?: string | null;
200
- data4?: string | null;
201
- data4Label?: string | null;
202
- data5?: string | null;
203
- data5Label?: string | null;
204
- data6?: string | null;
205
- data6Label?: string | null;
206
- data7?: string | null;
207
- data7Label?: string | null;
208
- data8?: string | null;
209
- data8Label?: string | null;
210
- data9?: string | null;
211
- data9Label?: string | null;
212
- accountHolderID?: string | null;
213
- individualID?: string | null;
214
- organizationID?: string | null;
215
- receiverBusinessID?: string | null;
216
- businessID?: string | null;
217
- businessProfileRecordID?: string | null;
218
- paymentTokenID?: string | null;
219
- walletAccountID?: string | null;
220
- securityCertificateID?: string | null;
221
- };
222
-
223
- export type SupportEntitlementCreateDtoWritable = {
141
+ export type SupportEntitlementCreateDto = {
142
+ id?: string;
143
+ timestamp?: string;
224
144
  title?: string | null;
225
145
  description?: string | null;
226
146
  startDateTime?: string;
@@ -404,9 +324,9 @@ export type SupportEntitlementUpdateDto = {
404
324
  securityCertificateID?: string | null;
405
325
  };
406
326
 
407
- export type SupportRequestAttachmentCreateDtoReadable = {
408
- readonly id?: string;
409
- readonly timestamp?: string;
327
+ export type SupportRequestAttachmentCreateDto = {
328
+ id?: string;
329
+ timestamp?: string;
410
330
  notes?: string | null;
411
331
  title?: string | null;
412
332
  author?: string | null;
@@ -417,25 +337,6 @@ export type SupportRequestAttachmentCreateDtoReadable = {
417
337
  validResponse?: boolean;
418
338
  parentFileUploadId?: string | null;
419
339
  filePath?: string | null;
420
- appFile?: AppFileReadable;
421
- businessID?: string | null;
422
- businessProfileRecordID?: string | null;
423
- metadata?: string | null;
424
- supportRequestID?: string | null;
425
- };
426
-
427
- export type SupportRequestAttachmentCreateDtoWritable = {
428
- notes?: string | null;
429
- title?: string | null;
430
- author?: string | null;
431
- isFolder?: boolean;
432
- fileName?: string | null;
433
- abstract?: string | null;
434
- keyWords?: string | null;
435
- validResponse?: boolean;
436
- parentFileUploadId?: string | null;
437
- filePath?: string | null;
438
- appFile?: AppFileWritable;
439
340
  businessID?: string | null;
440
341
  businessProfileRecordID?: string | null;
441
342
  metadata?: string | null;
@@ -498,24 +399,7 @@ export type SupportRequestAttachmentDtoListEnvelopeWritable = {
498
399
  result?: Array<SupportRequestAttachmentDto> | null;
499
400
  };
500
401
 
501
- export type SupportRequestAttachmentUpdateDtoReadable = {
502
- notes?: string | null;
503
- metadata?: string | null;
504
- title?: string | null;
505
- author?: string | null;
506
- isFolder?: boolean;
507
- fileName?: string | null;
508
- abstract?: string | null;
509
- keyWords?: string | null;
510
- validResponse?: boolean;
511
- parentFileUploadID?: string | null;
512
- filePath?: string | null;
513
- appFile?: AppFileReadable;
514
- contentType?: string | null;
515
- fileLength?: number;
516
- };
517
-
518
- export type SupportRequestAttachmentUpdateDtoWritable = {
402
+ export type SupportRequestAttachmentUpdateDto = {
519
403
  notes?: string | null;
520
404
  metadata?: string | null;
521
405
  title?: string | null;
@@ -527,26 +411,13 @@ export type SupportRequestAttachmentUpdateDtoWritable = {
527
411
  validResponse?: boolean;
528
412
  parentFileUploadID?: string | null;
529
413
  filePath?: string | null;
530
- appFile?: AppFileWritable;
531
414
  contentType?: string | null;
532
415
  fileLength?: number;
533
416
  };
534
417
 
535
- export type SupportRequestCreateDtoReadable = {
536
- readonly id?: string;
537
- readonly timestamp?: string;
538
- title: string;
539
- description?: string | null;
540
- approved?: boolean;
541
- approvedTimestamp?: string;
542
- businessID?: string | null;
543
- businessProfileRecordID?: string | null;
544
- supportEntitlementID?: string | null;
545
- contactID?: string | null;
546
- accountHolderID?: string | null;
547
- };
548
-
549
- export type SupportRequestCreateDtoWritable = {
418
+ export type SupportRequestCreateDto = {
419
+ id?: string;
420
+ timestamp?: string;
550
421
  title: string;
551
422
  description?: string | null;
552
423
  approved?: boolean;
@@ -610,16 +481,9 @@ export type SupportRequestUpdateDto = {
610
481
  supportEntitlementID?: string | null;
611
482
  };
612
483
 
613
- export type SupportTicketConversationCreateDtoReadable = {
614
- readonly id?: string;
615
- readonly timestamp?: string;
616
- topic?: string | null;
617
- closed?: boolean;
618
- closedTimestamp?: string;
619
- socialProfileID?: string | null;
620
- };
621
-
622
- export type SupportTicketConversationCreateDtoWritable = {
484
+ export type SupportTicketConversationCreateDto = {
485
+ id?: string;
486
+ timestamp?: string;
623
487
  topic?: string | null;
624
488
  closed?: boolean;
625
489
  closedTimestamp?: string;
@@ -666,20 +530,9 @@ export type SupportTicketConversationDtoListEnvelopeWritable = {
666
530
  result?: Array<SupportTicketConversationDto> | null;
667
531
  };
668
532
 
669
- export type SupportTicketCreateDtoReadable = {
670
- readonly id?: string;
671
- readonly timestamp?: string;
672
- description?: string | null;
673
- accountHolderID?: string | null;
674
- contactID?: string | null;
675
- businessID?: string | null;
676
- businessProfileRecordID?: string | null;
677
- supportTicketTypeID?: string | null;
678
- supportEntitlementID?: string | null;
679
- supportPriorityID?: string | null;
680
- };
681
-
682
- export type SupportTicketCreateDtoWritable = {
533
+ export type SupportTicketCreateDto = {
534
+ id?: string;
535
+ timestamp?: string;
683
536
  description?: string | null;
684
537
  accountHolderID?: string | null;
685
538
  contactID?: string | null;
@@ -784,15 +637,9 @@ export type SupportTicketPriorityUpdateDto = {
784
637
  description?: string | null;
785
638
  };
786
639
 
787
- export type SupportTicketTypeCreateDtoReadable = {
788
- readonly id?: string;
789
- readonly timestamp?: string;
790
- title?: string | null;
791
- description?: string | null;
792
- businessID?: string | null;
793
- };
794
-
795
- export type SupportTicketTypeCreateDtoWritable = {
640
+ export type SupportTicketTypeCreateDto = {
641
+ id?: string;
642
+ timestamp?: string;
796
643
  title?: string | null;
797
644
  description?: string | null;
798
645
  businessID?: string | null;
@@ -853,8 +700,6 @@ export type SupportTicketUpdateDto = {
853
700
  supportPriorityID?: string | null;
854
701
  };
855
702
 
856
- export type TenantId = string;
857
-
858
703
  export type TwoFactorRequest = {
859
704
  enable?: boolean | null;
860
705
  twoFactorCode?: string | null;
@@ -871,8 +716,6 @@ export type TwoFactorResponse = {
871
716
  isMachineRemembered: boolean;
872
717
  };
873
718
 
874
- export type UserId = string;
875
-
876
719
  export type GetVersionData = {
877
720
  body?: never;
878
721
  path?: never;
@@ -1138,7 +981,7 @@ export type PostManageInfoResponses = {
1138
981
 
1139
982
  export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
1140
983
 
1141
- export type GetApiV2SupportServiceSupportEntitlementsData = {
984
+ export type GetSupportEntitlementsAsyncData = {
1142
985
  body?: never;
1143
986
  headers?: {
1144
987
  'x-api-version'?: string;
@@ -1151,7 +994,7 @@ export type GetApiV2SupportServiceSupportEntitlementsData = {
1151
994
  url: '/api/v2/SupportService/SupportEntitlements';
1152
995
  };
1153
996
 
1154
- export type GetApiV2SupportServiceSupportEntitlementsErrors = {
997
+ export type GetSupportEntitlementsAsyncErrors = {
1155
998
  /**
1156
999
  * Unauthorized
1157
1000
  */
@@ -1162,19 +1005,19 @@ export type GetApiV2SupportServiceSupportEntitlementsErrors = {
1162
1005
  403: ErrorEnvelopeReadable;
1163
1006
  };
1164
1007
 
1165
- export type GetApiV2SupportServiceSupportEntitlementsError = GetApiV2SupportServiceSupportEntitlementsErrors[keyof GetApiV2SupportServiceSupportEntitlementsErrors];
1008
+ export type GetSupportEntitlementsAsyncError = GetSupportEntitlementsAsyncErrors[keyof GetSupportEntitlementsAsyncErrors];
1166
1009
 
1167
- export type GetApiV2SupportServiceSupportEntitlementsResponses = {
1010
+ export type GetSupportEntitlementsAsyncResponses = {
1168
1011
  /**
1169
1012
  * OK
1170
1013
  */
1171
1014
  200: SupportEntitlementDtoListEnvelopeReadable;
1172
1015
  };
1173
1016
 
1174
- export type GetApiV2SupportServiceSupportEntitlementsResponse = GetApiV2SupportServiceSupportEntitlementsResponses[keyof GetApiV2SupportServiceSupportEntitlementsResponses];
1017
+ export type GetSupportEntitlementsAsyncResponse = GetSupportEntitlementsAsyncResponses[keyof GetSupportEntitlementsAsyncResponses];
1175
1018
 
1176
- export type PostApiV2SupportServiceSupportEntitlementsData = {
1177
- body?: SupportEntitlementCreateDtoWritable;
1019
+ export type CreateSupportEntitlementAsyncData = {
1020
+ body?: SupportEntitlementCreateDto;
1178
1021
  headers?: {
1179
1022
  'x-api-version'?: string;
1180
1023
  };
@@ -1186,7 +1029,7 @@ export type PostApiV2SupportServiceSupportEntitlementsData = {
1186
1029
  url: '/api/v2/SupportService/SupportEntitlements';
1187
1030
  };
1188
1031
 
1189
- export type PostApiV2SupportServiceSupportEntitlementsErrors = {
1032
+ export type CreateSupportEntitlementAsyncErrors = {
1190
1033
  /**
1191
1034
  * Unauthorized
1192
1035
  */
@@ -1197,18 +1040,18 @@ export type PostApiV2SupportServiceSupportEntitlementsErrors = {
1197
1040
  403: ErrorEnvelopeReadable;
1198
1041
  };
1199
1042
 
1200
- export type PostApiV2SupportServiceSupportEntitlementsError = PostApiV2SupportServiceSupportEntitlementsErrors[keyof PostApiV2SupportServiceSupportEntitlementsErrors];
1043
+ export type CreateSupportEntitlementAsyncError = CreateSupportEntitlementAsyncErrors[keyof CreateSupportEntitlementAsyncErrors];
1201
1044
 
1202
- export type PostApiV2SupportServiceSupportEntitlementsResponses = {
1045
+ export type CreateSupportEntitlementAsyncResponses = {
1203
1046
  /**
1204
1047
  * OK
1205
1048
  */
1206
1049
  200: EmptyEnvelopeReadable;
1207
1050
  };
1208
1051
 
1209
- export type PostApiV2SupportServiceSupportEntitlementsResponse = PostApiV2SupportServiceSupportEntitlementsResponses[keyof PostApiV2SupportServiceSupportEntitlementsResponses];
1052
+ export type CreateSupportEntitlementAsyncResponse = CreateSupportEntitlementAsyncResponses[keyof CreateSupportEntitlementAsyncResponses];
1210
1053
 
1211
- export type GetApiV2SupportServiceSupportEntitlementsCountData = {
1054
+ export type GetSupportEntitlementsCountAsyncData = {
1212
1055
  body?: never;
1213
1056
  headers?: {
1214
1057
  'x-api-version'?: string;
@@ -1221,7 +1064,7 @@ export type GetApiV2SupportServiceSupportEntitlementsCountData = {
1221
1064
  url: '/api/v2/SupportService/SupportEntitlements/Count';
1222
1065
  };
1223
1066
 
1224
- export type GetApiV2SupportServiceSupportEntitlementsCountErrors = {
1067
+ export type GetSupportEntitlementsCountAsyncErrors = {
1225
1068
  /**
1226
1069
  * Unauthorized
1227
1070
  */
@@ -1232,18 +1075,18 @@ export type GetApiV2SupportServiceSupportEntitlementsCountErrors = {
1232
1075
  403: ErrorEnvelopeReadable;
1233
1076
  };
1234
1077
 
1235
- export type GetApiV2SupportServiceSupportEntitlementsCountError = GetApiV2SupportServiceSupportEntitlementsCountErrors[keyof GetApiV2SupportServiceSupportEntitlementsCountErrors];
1078
+ export type GetSupportEntitlementsCountAsyncError = GetSupportEntitlementsCountAsyncErrors[keyof GetSupportEntitlementsCountAsyncErrors];
1236
1079
 
1237
- export type GetApiV2SupportServiceSupportEntitlementsCountResponses = {
1080
+ export type GetSupportEntitlementsCountAsyncResponses = {
1238
1081
  /**
1239
1082
  * OK
1240
1083
  */
1241
1084
  200: Int32EnvelopeReadable;
1242
1085
  };
1243
1086
 
1244
- export type GetApiV2SupportServiceSupportEntitlementsCountResponse = GetApiV2SupportServiceSupportEntitlementsCountResponses[keyof GetApiV2SupportServiceSupportEntitlementsCountResponses];
1087
+ export type GetSupportEntitlementsCountAsyncResponse = GetSupportEntitlementsCountAsyncResponses[keyof GetSupportEntitlementsCountAsyncResponses];
1245
1088
 
1246
- export type DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdData = {
1089
+ export type DeleteSupportEntitlementAsyncData = {
1247
1090
  body?: never;
1248
1091
  headers?: {
1249
1092
  'x-api-version'?: string;
@@ -1258,7 +1101,7 @@ export type DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdDa
1258
1101
  url: '/api/v2/SupportService/SupportEntitlements/{supportEntitlementId}';
1259
1102
  };
1260
1103
 
1261
- export type DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdErrors = {
1104
+ export type DeleteSupportEntitlementAsyncErrors = {
1262
1105
  /**
1263
1106
  * Unauthorized
1264
1107
  */
@@ -1269,18 +1112,18 @@ export type DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdEr
1269
1112
  403: ErrorEnvelopeReadable;
1270
1113
  };
1271
1114
 
1272
- export type DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdError = DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdErrors[keyof DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdErrors];
1115
+ export type DeleteSupportEntitlementAsyncError = DeleteSupportEntitlementAsyncErrors[keyof DeleteSupportEntitlementAsyncErrors];
1273
1116
 
1274
- export type DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponses = {
1117
+ export type DeleteSupportEntitlementAsyncResponses = {
1275
1118
  /**
1276
1119
  * OK
1277
1120
  */
1278
1121
  200: EmptyEnvelopeReadable;
1279
1122
  };
1280
1123
 
1281
- export type DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponse = DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponses[keyof DeleteApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponses];
1124
+ export type DeleteSupportEntitlementAsyncResponse = DeleteSupportEntitlementAsyncResponses[keyof DeleteSupportEntitlementAsyncResponses];
1282
1125
 
1283
- export type GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdData = {
1126
+ export type GetSupportEntitlementAsyncData = {
1284
1127
  body?: never;
1285
1128
  headers?: {
1286
1129
  'x-api-version'?: string;
@@ -1295,7 +1138,7 @@ export type GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdData
1295
1138
  url: '/api/v2/SupportService/SupportEntitlements/{supportEntitlementId}';
1296
1139
  };
1297
1140
 
1298
- export type GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdErrors = {
1141
+ export type GetSupportEntitlementAsyncErrors = {
1299
1142
  /**
1300
1143
  * Unauthorized
1301
1144
  */
@@ -1306,18 +1149,18 @@ export type GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdError
1306
1149
  403: ErrorEnvelopeReadable;
1307
1150
  };
1308
1151
 
1309
- export type GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdError = GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdErrors[keyof GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdErrors];
1152
+ export type GetSupportEntitlementAsyncError = GetSupportEntitlementAsyncErrors[keyof GetSupportEntitlementAsyncErrors];
1310
1153
 
1311
- export type GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponses = {
1154
+ export type GetSupportEntitlementAsyncResponses = {
1312
1155
  /**
1313
1156
  * OK
1314
1157
  */
1315
1158
  200: SupportEntitlementDtoEnvelopeReadable;
1316
1159
  };
1317
1160
 
1318
- export type GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponse = GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponses[keyof GetApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponses];
1161
+ export type GetSupportEntitlementAsyncResponse = GetSupportEntitlementAsyncResponses[keyof GetSupportEntitlementAsyncResponses];
1319
1162
 
1320
- export type PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdData = {
1163
+ export type UpdateSupportEntitlementAsyncData = {
1321
1164
  body?: SupportEntitlementUpdateDto;
1322
1165
  headers?: {
1323
1166
  'x-api-version'?: string;
@@ -1332,7 +1175,7 @@ export type PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdData
1332
1175
  url: '/api/v2/SupportService/SupportEntitlements/{supportEntitlementId}';
1333
1176
  };
1334
1177
 
1335
- export type PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdErrors = {
1178
+ export type UpdateSupportEntitlementAsyncErrors = {
1336
1179
  /**
1337
1180
  * Unauthorized
1338
1181
  */
@@ -1343,18 +1186,18 @@ export type PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdError
1343
1186
  403: ErrorEnvelopeReadable;
1344
1187
  };
1345
1188
 
1346
- export type PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdError = PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdErrors[keyof PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdErrors];
1189
+ export type UpdateSupportEntitlementAsyncError = UpdateSupportEntitlementAsyncErrors[keyof UpdateSupportEntitlementAsyncErrors];
1347
1190
 
1348
- export type PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponses = {
1191
+ export type UpdateSupportEntitlementAsyncResponses = {
1349
1192
  /**
1350
1193
  * OK
1351
1194
  */
1352
1195
  200: EmptyEnvelopeReadable;
1353
1196
  };
1354
1197
 
1355
- export type PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponse = PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponses[keyof PutApiV2SupportServiceSupportEntitlementsBySupportEntitlementIdResponses];
1198
+ export type UpdateSupportEntitlementAsyncResponse = UpdateSupportEntitlementAsyncResponses[keyof UpdateSupportEntitlementAsyncResponses];
1356
1199
 
1357
- export type GetApiV2SupportServiceSupportRequestAttachmentsData = {
1200
+ export type GetSupportRequestAttachmentsAsyncData = {
1358
1201
  body?: never;
1359
1202
  headers?: {
1360
1203
  'x-api-version'?: string;
@@ -1367,7 +1210,7 @@ export type GetApiV2SupportServiceSupportRequestAttachmentsData = {
1367
1210
  url: '/api/v2/SupportService/SupportRequestAttachments';
1368
1211
  };
1369
1212
 
1370
- export type GetApiV2SupportServiceSupportRequestAttachmentsErrors = {
1213
+ export type GetSupportRequestAttachmentsAsyncErrors = {
1371
1214
  /**
1372
1215
  * Unauthorized
1373
1216
  */
@@ -1378,19 +1221,19 @@ export type GetApiV2SupportServiceSupportRequestAttachmentsErrors = {
1378
1221
  403: ErrorEnvelopeReadable;
1379
1222
  };
1380
1223
 
1381
- export type GetApiV2SupportServiceSupportRequestAttachmentsError = GetApiV2SupportServiceSupportRequestAttachmentsErrors[keyof GetApiV2SupportServiceSupportRequestAttachmentsErrors];
1224
+ export type GetSupportRequestAttachmentsAsyncError = GetSupportRequestAttachmentsAsyncErrors[keyof GetSupportRequestAttachmentsAsyncErrors];
1382
1225
 
1383
- export type GetApiV2SupportServiceSupportRequestAttachmentsResponses = {
1226
+ export type GetSupportRequestAttachmentsAsyncResponses = {
1384
1227
  /**
1385
1228
  * OK
1386
1229
  */
1387
1230
  200: SupportRequestAttachmentDtoListEnvelopeReadable;
1388
1231
  };
1389
1232
 
1390
- export type GetApiV2SupportServiceSupportRequestAttachmentsResponse = GetApiV2SupportServiceSupportRequestAttachmentsResponses[keyof GetApiV2SupportServiceSupportRequestAttachmentsResponses];
1233
+ export type GetSupportRequestAttachmentsAsyncResponse = GetSupportRequestAttachmentsAsyncResponses[keyof GetSupportRequestAttachmentsAsyncResponses];
1391
1234
 
1392
- export type PostApiV2SupportServiceSupportRequestAttachmentsData = {
1393
- body?: SupportRequestAttachmentCreateDtoWritable;
1235
+ export type CreateSupportRequestAttachmentAsyncData = {
1236
+ body?: SupportRequestAttachmentCreateDto;
1394
1237
  headers?: {
1395
1238
  'x-api-version'?: string;
1396
1239
  };
@@ -1402,7 +1245,7 @@ export type PostApiV2SupportServiceSupportRequestAttachmentsData = {
1402
1245
  url: '/api/v2/SupportService/SupportRequestAttachments';
1403
1246
  };
1404
1247
 
1405
- export type PostApiV2SupportServiceSupportRequestAttachmentsErrors = {
1248
+ export type CreateSupportRequestAttachmentAsyncErrors = {
1406
1249
  /**
1407
1250
  * Unauthorized
1408
1251
  */
@@ -1413,18 +1256,18 @@ export type PostApiV2SupportServiceSupportRequestAttachmentsErrors = {
1413
1256
  403: ErrorEnvelopeReadable;
1414
1257
  };
1415
1258
 
1416
- export type PostApiV2SupportServiceSupportRequestAttachmentsError = PostApiV2SupportServiceSupportRequestAttachmentsErrors[keyof PostApiV2SupportServiceSupportRequestAttachmentsErrors];
1259
+ export type CreateSupportRequestAttachmentAsyncError = CreateSupportRequestAttachmentAsyncErrors[keyof CreateSupportRequestAttachmentAsyncErrors];
1417
1260
 
1418
- export type PostApiV2SupportServiceSupportRequestAttachmentsResponses = {
1261
+ export type CreateSupportRequestAttachmentAsyncResponses = {
1419
1262
  /**
1420
1263
  * OK
1421
1264
  */
1422
1265
  200: EmptyEnvelopeReadable;
1423
1266
  };
1424
1267
 
1425
- export type PostApiV2SupportServiceSupportRequestAttachmentsResponse = PostApiV2SupportServiceSupportRequestAttachmentsResponses[keyof PostApiV2SupportServiceSupportRequestAttachmentsResponses];
1268
+ export type CreateSupportRequestAttachmentAsyncResponse = CreateSupportRequestAttachmentAsyncResponses[keyof CreateSupportRequestAttachmentAsyncResponses];
1426
1269
 
1427
- export type GetApiV2SupportServiceSupportRequestAttachmentsCountData = {
1270
+ export type GetSupportRequestAttachmentsCountAsyncData = {
1428
1271
  body?: never;
1429
1272
  headers?: {
1430
1273
  'x-api-version'?: string;
@@ -1437,7 +1280,7 @@ export type GetApiV2SupportServiceSupportRequestAttachmentsCountData = {
1437
1280
  url: '/api/v2/SupportService/SupportRequestAttachments/Count';
1438
1281
  };
1439
1282
 
1440
- export type GetApiV2SupportServiceSupportRequestAttachmentsCountErrors = {
1283
+ export type GetSupportRequestAttachmentsCountAsyncErrors = {
1441
1284
  /**
1442
1285
  * Unauthorized
1443
1286
  */
@@ -1448,18 +1291,18 @@ export type GetApiV2SupportServiceSupportRequestAttachmentsCountErrors = {
1448
1291
  403: ErrorEnvelopeReadable;
1449
1292
  };
1450
1293
 
1451
- export type GetApiV2SupportServiceSupportRequestAttachmentsCountError = GetApiV2SupportServiceSupportRequestAttachmentsCountErrors[keyof GetApiV2SupportServiceSupportRequestAttachmentsCountErrors];
1294
+ export type GetSupportRequestAttachmentsCountAsyncError = GetSupportRequestAttachmentsCountAsyncErrors[keyof GetSupportRequestAttachmentsCountAsyncErrors];
1452
1295
 
1453
- export type GetApiV2SupportServiceSupportRequestAttachmentsCountResponses = {
1296
+ export type GetSupportRequestAttachmentsCountAsyncResponses = {
1454
1297
  /**
1455
1298
  * OK
1456
1299
  */
1457
1300
  200: Int32EnvelopeReadable;
1458
1301
  };
1459
1302
 
1460
- export type GetApiV2SupportServiceSupportRequestAttachmentsCountResponse = GetApiV2SupportServiceSupportRequestAttachmentsCountResponses[keyof GetApiV2SupportServiceSupportRequestAttachmentsCountResponses];
1303
+ export type GetSupportRequestAttachmentsCountAsyncResponse = GetSupportRequestAttachmentsCountAsyncResponses[keyof GetSupportRequestAttachmentsCountAsyncResponses];
1461
1304
 
1462
- export type DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdData = {
1305
+ export type DeleteSupportRequestAttachmentAsyncData = {
1463
1306
  body?: never;
1464
1307
  headers?: {
1465
1308
  'x-api-version'?: string;
@@ -1474,7 +1317,7 @@ export type DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAt
1474
1317
  url: '/api/v2/SupportService/SupportRequestAttachments/{supportRequestAttachmentId}';
1475
1318
  };
1476
1319
 
1477
- export type DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdErrors = {
1320
+ export type DeleteSupportRequestAttachmentAsyncErrors = {
1478
1321
  /**
1479
1322
  * Unauthorized
1480
1323
  */
@@ -1485,18 +1328,18 @@ export type DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAt
1485
1328
  403: ErrorEnvelopeReadable;
1486
1329
  };
1487
1330
 
1488
- export type DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdError = DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdErrors[keyof DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdErrors];
1331
+ export type DeleteSupportRequestAttachmentAsyncError = DeleteSupportRequestAttachmentAsyncErrors[keyof DeleteSupportRequestAttachmentAsyncErrors];
1489
1332
 
1490
- export type DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponses = {
1333
+ export type DeleteSupportRequestAttachmentAsyncResponses = {
1491
1334
  /**
1492
1335
  * OK
1493
1336
  */
1494
1337
  200: EmptyEnvelopeReadable;
1495
1338
  };
1496
1339
 
1497
- export type DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponse = DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponses[keyof DeleteApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponses];
1340
+ export type DeleteSupportRequestAttachmentAsyncResponse = DeleteSupportRequestAttachmentAsyncResponses[keyof DeleteSupportRequestAttachmentAsyncResponses];
1498
1341
 
1499
- export type GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdData = {
1342
+ export type GetSupportRequestAttachmentAsyncData = {
1500
1343
  body?: never;
1501
1344
  headers?: {
1502
1345
  'x-api-version'?: string;
@@ -1511,7 +1354,7 @@ export type GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttac
1511
1354
  url: '/api/v2/SupportService/SupportRequestAttachments/{supportRequestAttachmentId}';
1512
1355
  };
1513
1356
 
1514
- export type GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdErrors = {
1357
+ export type GetSupportRequestAttachmentAsyncErrors = {
1515
1358
  /**
1516
1359
  * Unauthorized
1517
1360
  */
@@ -1522,19 +1365,19 @@ export type GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttac
1522
1365
  403: ErrorEnvelopeReadable;
1523
1366
  };
1524
1367
 
1525
- export type GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdError = GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdErrors[keyof GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdErrors];
1368
+ export type GetSupportRequestAttachmentAsyncError = GetSupportRequestAttachmentAsyncErrors[keyof GetSupportRequestAttachmentAsyncErrors];
1526
1369
 
1527
- export type GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponses = {
1370
+ export type GetSupportRequestAttachmentAsyncResponses = {
1528
1371
  /**
1529
1372
  * OK
1530
1373
  */
1531
1374
  200: SupportRequestAttachmentDtoEnvelopeReadable;
1532
1375
  };
1533
1376
 
1534
- export type GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponse = GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponses[keyof GetApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponses];
1377
+ export type GetSupportRequestAttachmentAsyncResponse = GetSupportRequestAttachmentAsyncResponses[keyof GetSupportRequestAttachmentAsyncResponses];
1535
1378
 
1536
- export type PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdData = {
1537
- body?: SupportRequestAttachmentUpdateDtoWritable;
1379
+ export type UpdateSupportRequestAttachmentAsyncData = {
1380
+ body?: SupportRequestAttachmentUpdateDto;
1538
1381
  headers?: {
1539
1382
  'x-api-version'?: string;
1540
1383
  };
@@ -1548,7 +1391,7 @@ export type PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttac
1548
1391
  url: '/api/v2/SupportService/SupportRequestAttachments/{supportRequestAttachmentId}';
1549
1392
  };
1550
1393
 
1551
- export type PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdErrors = {
1394
+ export type UpdateSupportRequestAttachmentAsyncErrors = {
1552
1395
  /**
1553
1396
  * Unauthorized
1554
1397
  */
@@ -1559,18 +1402,18 @@ export type PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttac
1559
1402
  403: ErrorEnvelopeReadable;
1560
1403
  };
1561
1404
 
1562
- export type PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdError = PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdErrors[keyof PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdErrors];
1405
+ export type UpdateSupportRequestAttachmentAsyncError = UpdateSupportRequestAttachmentAsyncErrors[keyof UpdateSupportRequestAttachmentAsyncErrors];
1563
1406
 
1564
- export type PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponses = {
1407
+ export type UpdateSupportRequestAttachmentAsyncResponses = {
1565
1408
  /**
1566
1409
  * OK
1567
1410
  */
1568
1411
  200: EmptyEnvelopeReadable;
1569
1412
  };
1570
1413
 
1571
- export type PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponse = PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponses[keyof PutApiV2SupportServiceSupportRequestAttachmentsBySupportRequestAttachmentIdResponses];
1414
+ export type UpdateSupportRequestAttachmentAsyncResponse = UpdateSupportRequestAttachmentAsyncResponses[keyof UpdateSupportRequestAttachmentAsyncResponses];
1572
1415
 
1573
- export type GetApiV2SupportServiceSupportRequestsData = {
1416
+ export type GetSupportRequestsAsyncData = {
1574
1417
  body?: never;
1575
1418
  headers?: {
1576
1419
  'x-api-version'?: string;
@@ -1583,7 +1426,7 @@ export type GetApiV2SupportServiceSupportRequestsData = {
1583
1426
  url: '/api/v2/SupportService/SupportRequests';
1584
1427
  };
1585
1428
 
1586
- export type GetApiV2SupportServiceSupportRequestsErrors = {
1429
+ export type GetSupportRequestsAsyncErrors = {
1587
1430
  /**
1588
1431
  * Unauthorized
1589
1432
  */
@@ -1594,19 +1437,19 @@ export type GetApiV2SupportServiceSupportRequestsErrors = {
1594
1437
  403: ErrorEnvelopeReadable;
1595
1438
  };
1596
1439
 
1597
- export type GetApiV2SupportServiceSupportRequestsError = GetApiV2SupportServiceSupportRequestsErrors[keyof GetApiV2SupportServiceSupportRequestsErrors];
1440
+ export type GetSupportRequestsAsyncError = GetSupportRequestsAsyncErrors[keyof GetSupportRequestsAsyncErrors];
1598
1441
 
1599
- export type GetApiV2SupportServiceSupportRequestsResponses = {
1442
+ export type GetSupportRequestsAsyncResponses = {
1600
1443
  /**
1601
1444
  * OK
1602
1445
  */
1603
1446
  200: SupportRequestDtoListEnvelopeReadable;
1604
1447
  };
1605
1448
 
1606
- export type GetApiV2SupportServiceSupportRequestsResponse = GetApiV2SupportServiceSupportRequestsResponses[keyof GetApiV2SupportServiceSupportRequestsResponses];
1449
+ export type GetSupportRequestsAsyncResponse = GetSupportRequestsAsyncResponses[keyof GetSupportRequestsAsyncResponses];
1607
1450
 
1608
- export type PostApiV2SupportServiceSupportRequestsData = {
1609
- body?: SupportRequestCreateDtoWritable;
1451
+ export type CreateSupportRequestAsyncData = {
1452
+ body?: SupportRequestCreateDto;
1610
1453
  headers?: {
1611
1454
  'x-api-version'?: string;
1612
1455
  };
@@ -1618,7 +1461,7 @@ export type PostApiV2SupportServiceSupportRequestsData = {
1618
1461
  url: '/api/v2/SupportService/SupportRequests';
1619
1462
  };
1620
1463
 
1621
- export type PostApiV2SupportServiceSupportRequestsErrors = {
1464
+ export type CreateSupportRequestAsyncErrors = {
1622
1465
  /**
1623
1466
  * Unauthorized
1624
1467
  */
@@ -1629,18 +1472,18 @@ export type PostApiV2SupportServiceSupportRequestsErrors = {
1629
1472
  403: ErrorEnvelopeReadable;
1630
1473
  };
1631
1474
 
1632
- export type PostApiV2SupportServiceSupportRequestsError = PostApiV2SupportServiceSupportRequestsErrors[keyof PostApiV2SupportServiceSupportRequestsErrors];
1475
+ export type CreateSupportRequestAsyncError = CreateSupportRequestAsyncErrors[keyof CreateSupportRequestAsyncErrors];
1633
1476
 
1634
- export type PostApiV2SupportServiceSupportRequestsResponses = {
1477
+ export type CreateSupportRequestAsyncResponses = {
1635
1478
  /**
1636
1479
  * OK
1637
1480
  */
1638
1481
  200: EmptyEnvelopeReadable;
1639
1482
  };
1640
1483
 
1641
- export type PostApiV2SupportServiceSupportRequestsResponse = PostApiV2SupportServiceSupportRequestsResponses[keyof PostApiV2SupportServiceSupportRequestsResponses];
1484
+ export type CreateSupportRequestAsyncResponse = CreateSupportRequestAsyncResponses[keyof CreateSupportRequestAsyncResponses];
1642
1485
 
1643
- export type GetApiV2SupportServiceSupportRequestsCountData = {
1486
+ export type GetSupportRequestsCountAsyncData = {
1644
1487
  body?: never;
1645
1488
  headers?: {
1646
1489
  'x-api-version'?: string;
@@ -1653,7 +1496,7 @@ export type GetApiV2SupportServiceSupportRequestsCountData = {
1653
1496
  url: '/api/v2/SupportService/SupportRequests/Count';
1654
1497
  };
1655
1498
 
1656
- export type GetApiV2SupportServiceSupportRequestsCountErrors = {
1499
+ export type GetSupportRequestsCountAsyncErrors = {
1657
1500
  /**
1658
1501
  * Unauthorized
1659
1502
  */
@@ -1664,18 +1507,18 @@ export type GetApiV2SupportServiceSupportRequestsCountErrors = {
1664
1507
  403: ErrorEnvelopeReadable;
1665
1508
  };
1666
1509
 
1667
- export type GetApiV2SupportServiceSupportRequestsCountError = GetApiV2SupportServiceSupportRequestsCountErrors[keyof GetApiV2SupportServiceSupportRequestsCountErrors];
1510
+ export type GetSupportRequestsCountAsyncError = GetSupportRequestsCountAsyncErrors[keyof GetSupportRequestsCountAsyncErrors];
1668
1511
 
1669
- export type GetApiV2SupportServiceSupportRequestsCountResponses = {
1512
+ export type GetSupportRequestsCountAsyncResponses = {
1670
1513
  /**
1671
1514
  * OK
1672
1515
  */
1673
1516
  200: Int32EnvelopeReadable;
1674
1517
  };
1675
1518
 
1676
- export type GetApiV2SupportServiceSupportRequestsCountResponse = GetApiV2SupportServiceSupportRequestsCountResponses[keyof GetApiV2SupportServiceSupportRequestsCountResponses];
1519
+ export type GetSupportRequestsCountAsyncResponse = GetSupportRequestsCountAsyncResponses[keyof GetSupportRequestsCountAsyncResponses];
1677
1520
 
1678
- export type DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdData = {
1521
+ export type DeleteSupportRequestAsyncData = {
1679
1522
  body?: never;
1680
1523
  headers?: {
1681
1524
  'x-api-version'?: string;
@@ -1690,7 +1533,7 @@ export type DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdData = {
1690
1533
  url: '/api/v2/SupportService/SupportRequests/{supportRequestId}';
1691
1534
  };
1692
1535
 
1693
- export type DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdErrors = {
1536
+ export type DeleteSupportRequestAsyncErrors = {
1694
1537
  /**
1695
1538
  * Unauthorized
1696
1539
  */
@@ -1701,18 +1544,18 @@ export type DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdErrors = {
1701
1544
  403: ErrorEnvelopeReadable;
1702
1545
  };
1703
1546
 
1704
- export type DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdError = DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdErrors[keyof DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdErrors];
1547
+ export type DeleteSupportRequestAsyncError = DeleteSupportRequestAsyncErrors[keyof DeleteSupportRequestAsyncErrors];
1705
1548
 
1706
- export type DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdResponses = {
1549
+ export type DeleteSupportRequestAsyncResponses = {
1707
1550
  /**
1708
1551
  * OK
1709
1552
  */
1710
1553
  200: EmptyEnvelopeReadable;
1711
1554
  };
1712
1555
 
1713
- export type DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdResponse = DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdResponses[keyof DeleteApiV2SupportServiceSupportRequestsBySupportRequestIdResponses];
1556
+ export type DeleteSupportRequestAsyncResponse = DeleteSupportRequestAsyncResponses[keyof DeleteSupportRequestAsyncResponses];
1714
1557
 
1715
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdData = {
1558
+ export type GetSupportRequestAsyncData = {
1716
1559
  body?: never;
1717
1560
  headers?: {
1718
1561
  'x-api-version'?: string;
@@ -1727,7 +1570,7 @@ export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdData = {
1727
1570
  url: '/api/v2/SupportService/SupportRequests/{supportRequestId}';
1728
1571
  };
1729
1572
 
1730
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdErrors = {
1573
+ export type GetSupportRequestAsyncErrors = {
1731
1574
  /**
1732
1575
  * Unauthorized
1733
1576
  */
@@ -1738,18 +1581,18 @@ export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdErrors = {
1738
1581
  403: ErrorEnvelopeReadable;
1739
1582
  };
1740
1583
 
1741
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdError = GetApiV2SupportServiceSupportRequestsBySupportRequestIdErrors[keyof GetApiV2SupportServiceSupportRequestsBySupportRequestIdErrors];
1584
+ export type GetSupportRequestAsyncError = GetSupportRequestAsyncErrors[keyof GetSupportRequestAsyncErrors];
1742
1585
 
1743
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdResponses = {
1586
+ export type GetSupportRequestAsyncResponses = {
1744
1587
  /**
1745
1588
  * OK
1746
1589
  */
1747
1590
  200: SupportRequestDtoEnvelopeReadable;
1748
1591
  };
1749
1592
 
1750
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdResponse = GetApiV2SupportServiceSupportRequestsBySupportRequestIdResponses[keyof GetApiV2SupportServiceSupportRequestsBySupportRequestIdResponses];
1593
+ export type GetSupportRequestAsyncResponse = GetSupportRequestAsyncResponses[keyof GetSupportRequestAsyncResponses];
1751
1594
 
1752
- export type PutApiV2SupportServiceSupportRequestsBySupportRequestIdData = {
1595
+ export type UpdateSupportRequestAsyncData = {
1753
1596
  body?: SupportRequestUpdateDto;
1754
1597
  headers?: {
1755
1598
  'x-api-version'?: string;
@@ -1764,7 +1607,7 @@ export type PutApiV2SupportServiceSupportRequestsBySupportRequestIdData = {
1764
1607
  url: '/api/v2/SupportService/SupportRequests/{supportRequestId}';
1765
1608
  };
1766
1609
 
1767
- export type PutApiV2SupportServiceSupportRequestsBySupportRequestIdErrors = {
1610
+ export type UpdateSupportRequestAsyncErrors = {
1768
1611
  /**
1769
1612
  * Unauthorized
1770
1613
  */
@@ -1775,18 +1618,18 @@ export type PutApiV2SupportServiceSupportRequestsBySupportRequestIdErrors = {
1775
1618
  403: ErrorEnvelopeReadable;
1776
1619
  };
1777
1620
 
1778
- export type PutApiV2SupportServiceSupportRequestsBySupportRequestIdError = PutApiV2SupportServiceSupportRequestsBySupportRequestIdErrors[keyof PutApiV2SupportServiceSupportRequestsBySupportRequestIdErrors];
1621
+ export type UpdateSupportRequestAsyncError = UpdateSupportRequestAsyncErrors[keyof UpdateSupportRequestAsyncErrors];
1779
1622
 
1780
- export type PutApiV2SupportServiceSupportRequestsBySupportRequestIdResponses = {
1623
+ export type UpdateSupportRequestAsyncResponses = {
1781
1624
  /**
1782
1625
  * OK
1783
1626
  */
1784
1627
  200: EmptyEnvelopeReadable;
1785
1628
  };
1786
1629
 
1787
- export type PutApiV2SupportServiceSupportRequestsBySupportRequestIdResponse = PutApiV2SupportServiceSupportRequestsBySupportRequestIdResponses[keyof PutApiV2SupportServiceSupportRequestsBySupportRequestIdResponses];
1630
+ export type UpdateSupportRequestAsyncResponse = UpdateSupportRequestAsyncResponses[keyof UpdateSupportRequestAsyncResponses];
1788
1631
 
1789
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsData = {
1632
+ export type GetSupportRequestTicketsAsyncData = {
1790
1633
  body?: never;
1791
1634
  headers?: {
1792
1635
  'x-api-version'?: string;
@@ -1801,7 +1644,7 @@ export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsData =
1801
1644
  url: '/api/v2/SupportService/SupportRequests/{supportRequestId}/Tickets';
1802
1645
  };
1803
1646
 
1804
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsErrors = {
1647
+ export type GetSupportRequestTicketsAsyncErrors = {
1805
1648
  /**
1806
1649
  * Unauthorized
1807
1650
  */
@@ -1812,18 +1655,18 @@ export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsErrors
1812
1655
  403: ErrorEnvelopeReadable;
1813
1656
  };
1814
1657
 
1815
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsError = GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsErrors[keyof GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsErrors];
1658
+ export type GetSupportRequestTicketsAsyncError = GetSupportRequestTicketsAsyncErrors[keyof GetSupportRequestTicketsAsyncErrors];
1816
1659
 
1817
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsResponses = {
1660
+ export type GetSupportRequestTicketsAsyncResponses = {
1818
1661
  /**
1819
1662
  * OK
1820
1663
  */
1821
1664
  200: SupportTicketDtoListEnvelopeReadable;
1822
1665
  };
1823
1666
 
1824
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsResponse = GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsResponses[keyof GetApiV2SupportServiceSupportRequestsBySupportRequestIdTicketsResponses];
1667
+ export type GetSupportRequestTicketsAsyncResponse = GetSupportRequestTicketsAsyncResponses[keyof GetSupportRequestTicketsAsyncResponses];
1825
1668
 
1826
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsData = {
1669
+ export type GetSupportRequestAttachmentsByRequestData = {
1827
1670
  body?: never;
1828
1671
  headers?: {
1829
1672
  'x-api-version'?: string;
@@ -1838,7 +1681,7 @@ export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsDa
1838
1681
  url: '/api/v2/SupportService/SupportRequests/{supportRequestId}/Attachments';
1839
1682
  };
1840
1683
 
1841
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsErrors = {
1684
+ export type GetSupportRequestAttachmentsByRequestErrors = {
1842
1685
  /**
1843
1686
  * Unauthorized
1844
1687
  */
@@ -1849,19 +1692,19 @@ export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsEr
1849
1692
  403: ErrorEnvelopeReadable;
1850
1693
  };
1851
1694
 
1852
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsError = GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsErrors[keyof GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsErrors];
1695
+ export type GetSupportRequestAttachmentsByRequestError = GetSupportRequestAttachmentsByRequestErrors[keyof GetSupportRequestAttachmentsByRequestErrors];
1853
1696
 
1854
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsResponses = {
1697
+ export type GetSupportRequestAttachmentsByRequestResponses = {
1855
1698
  /**
1856
1699
  * OK
1857
1700
  */
1858
1701
  200: SupportRequestAttachmentDtoListEnvelopeReadable;
1859
1702
  };
1860
1703
 
1861
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsResponse = GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsResponses[keyof GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsResponses];
1704
+ export type GetSupportRequestAttachmentsByRequestResponse = GetSupportRequestAttachmentsByRequestResponses[keyof GetSupportRequestAttachmentsByRequestResponses];
1862
1705
 
1863
- export type PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsData = {
1864
- body?: SupportRequestAttachmentCreateDtoWritable;
1706
+ export type RelateSupportRequestToAttachmentAsyncData = {
1707
+ body?: SupportRequestAttachmentCreateDto;
1865
1708
  headers?: {
1866
1709
  'x-api-version'?: string;
1867
1710
  };
@@ -1875,7 +1718,7 @@ export type PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsD
1875
1718
  url: '/api/v2/SupportService/SupportRequests/{supportRequestId}/Attachments';
1876
1719
  };
1877
1720
 
1878
- export type PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsErrors = {
1721
+ export type RelateSupportRequestToAttachmentAsyncErrors = {
1879
1722
  /**
1880
1723
  * Unauthorized
1881
1724
  */
@@ -1886,18 +1729,18 @@ export type PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsE
1886
1729
  403: ErrorEnvelopeReadable;
1887
1730
  };
1888
1731
 
1889
- export type PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsError = PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsErrors[keyof PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsErrors];
1732
+ export type RelateSupportRequestToAttachmentAsyncError = RelateSupportRequestToAttachmentAsyncErrors[keyof RelateSupportRequestToAttachmentAsyncErrors];
1890
1733
 
1891
- export type PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsResponses = {
1734
+ export type RelateSupportRequestToAttachmentAsyncResponses = {
1892
1735
  /**
1893
1736
  * OK
1894
1737
  */
1895
1738
  200: EmptyEnvelopeReadable;
1896
1739
  };
1897
1740
 
1898
- export type PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsResponse = PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsResponses[keyof PostApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsResponses];
1741
+ export type RelateSupportRequestToAttachmentAsyncResponse = RelateSupportRequestToAttachmentAsyncResponses[keyof RelateSupportRequestToAttachmentAsyncResponses];
1899
1742
 
1900
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCountData = {
1743
+ export type GetSupportRequestAttachmentsCountByRequestData = {
1901
1744
  body?: never;
1902
1745
  headers?: {
1903
1746
  'x-api-version'?: string;
@@ -1912,7 +1755,7 @@ export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCo
1912
1755
  url: '/api/v2/SupportService/SupportRequests/{supportRequestId}/Attachments/Count';
1913
1756
  };
1914
1757
 
1915
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCountErrors = {
1758
+ export type GetSupportRequestAttachmentsCountByRequestErrors = {
1916
1759
  /**
1917
1760
  * Unauthorized
1918
1761
  */
@@ -1923,18 +1766,18 @@ export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCo
1923
1766
  403: ErrorEnvelopeReadable;
1924
1767
  };
1925
1768
 
1926
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCountError = GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCountErrors[keyof GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCountErrors];
1769
+ export type GetSupportRequestAttachmentsCountByRequestError = GetSupportRequestAttachmentsCountByRequestErrors[keyof GetSupportRequestAttachmentsCountByRequestErrors];
1927
1770
 
1928
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCountResponses = {
1771
+ export type GetSupportRequestAttachmentsCountByRequestResponses = {
1929
1772
  /**
1930
1773
  * OK
1931
1774
  */
1932
1775
  200: Int32EnvelopeReadable;
1933
1776
  };
1934
1777
 
1935
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCountResponse = GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCountResponses[keyof GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsCountResponses];
1778
+ export type GetSupportRequestAttachmentsCountByRequestResponse = GetSupportRequestAttachmentsCountByRequestResponses[keyof GetSupportRequestAttachmentsCountByRequestResponses];
1936
1779
 
1937
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsByAttachmentIdData = {
1780
+ export type GetSupportRequestAttachmentByRequestData = {
1938
1781
  body?: never;
1939
1782
  headers?: {
1940
1783
  'x-api-version'?: string;
@@ -1950,7 +1793,7 @@ export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsBy
1950
1793
  url: '/api/v2/SupportService/SupportRequests/{supportRequestId}/Attachments/{attachmentId}';
1951
1794
  };
1952
1795
 
1953
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsByAttachmentIdErrors = {
1796
+ export type GetSupportRequestAttachmentByRequestErrors = {
1954
1797
  /**
1955
1798
  * Unauthorized
1956
1799
  */
@@ -1961,18 +1804,18 @@ export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsBy
1961
1804
  403: ErrorEnvelopeReadable;
1962
1805
  };
1963
1806
 
1964
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsByAttachmentIdError = GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsByAttachmentIdErrors[keyof GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsByAttachmentIdErrors];
1807
+ export type GetSupportRequestAttachmentByRequestError = GetSupportRequestAttachmentByRequestErrors[keyof GetSupportRequestAttachmentByRequestErrors];
1965
1808
 
1966
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsByAttachmentIdResponses = {
1809
+ export type GetSupportRequestAttachmentByRequestResponses = {
1967
1810
  /**
1968
1811
  * OK
1969
1812
  */
1970
1813
  200: SupportRequestAttachmentDtoEnvelopeReadable;
1971
1814
  };
1972
1815
 
1973
- export type GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsByAttachmentIdResponse = GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsByAttachmentIdResponses[keyof GetApiV2SupportServiceSupportRequestsBySupportRequestIdAttachmentsByAttachmentIdResponses];
1816
+ export type GetSupportRequestAttachmentByRequestResponse = GetSupportRequestAttachmentByRequestResponses[keyof GetSupportRequestAttachmentByRequestResponses];
1974
1817
 
1975
- export type GetApiV2SupportServiceSupportTicketPrioritiesData = {
1818
+ export type GetSupportTicketPrioritiesAsyncData = {
1976
1819
  body?: never;
1977
1820
  headers?: {
1978
1821
  'x-api-version'?: string;
@@ -1985,7 +1828,7 @@ export type GetApiV2SupportServiceSupportTicketPrioritiesData = {
1985
1828
  url: '/api/v2/SupportService/SupportTicketPriorities';
1986
1829
  };
1987
1830
 
1988
- export type GetApiV2SupportServiceSupportTicketPrioritiesErrors = {
1831
+ export type GetSupportTicketPrioritiesAsyncErrors = {
1989
1832
  /**
1990
1833
  * Unauthorized
1991
1834
  */
@@ -1996,18 +1839,18 @@ export type GetApiV2SupportServiceSupportTicketPrioritiesErrors = {
1996
1839
  403: ErrorEnvelopeReadable;
1997
1840
  };
1998
1841
 
1999
- export type GetApiV2SupportServiceSupportTicketPrioritiesError = GetApiV2SupportServiceSupportTicketPrioritiesErrors[keyof GetApiV2SupportServiceSupportTicketPrioritiesErrors];
1842
+ export type GetSupportTicketPrioritiesAsyncError = GetSupportTicketPrioritiesAsyncErrors[keyof GetSupportTicketPrioritiesAsyncErrors];
2000
1843
 
2001
- export type GetApiV2SupportServiceSupportTicketPrioritiesResponses = {
1844
+ export type GetSupportTicketPrioritiesAsyncResponses = {
2002
1845
  /**
2003
1846
  * OK
2004
1847
  */
2005
1848
  200: SupportTicketPriorityDtoListEnvelopeReadable;
2006
1849
  };
2007
1850
 
2008
- export type GetApiV2SupportServiceSupportTicketPrioritiesResponse = GetApiV2SupportServiceSupportTicketPrioritiesResponses[keyof GetApiV2SupportServiceSupportTicketPrioritiesResponses];
1851
+ export type GetSupportTicketPrioritiesAsyncResponse = GetSupportTicketPrioritiesAsyncResponses[keyof GetSupportTicketPrioritiesAsyncResponses];
2009
1852
 
2010
- export type PostApiV2SupportServiceSupportTicketPrioritiesData = {
1853
+ export type CreateSupportTicketPriorityAsyncData = {
2011
1854
  body?: SupportTicketPriorityCreateDto;
2012
1855
  headers?: {
2013
1856
  'x-api-version'?: string;
@@ -2020,7 +1863,7 @@ export type PostApiV2SupportServiceSupportTicketPrioritiesData = {
2020
1863
  url: '/api/v2/SupportService/SupportTicketPriorities';
2021
1864
  };
2022
1865
 
2023
- export type PostApiV2SupportServiceSupportTicketPrioritiesErrors = {
1866
+ export type CreateSupportTicketPriorityAsyncErrors = {
2024
1867
  /**
2025
1868
  * Unauthorized
2026
1869
  */
@@ -2031,18 +1874,18 @@ export type PostApiV2SupportServiceSupportTicketPrioritiesErrors = {
2031
1874
  403: ErrorEnvelopeReadable;
2032
1875
  };
2033
1876
 
2034
- export type PostApiV2SupportServiceSupportTicketPrioritiesError = PostApiV2SupportServiceSupportTicketPrioritiesErrors[keyof PostApiV2SupportServiceSupportTicketPrioritiesErrors];
1877
+ export type CreateSupportTicketPriorityAsyncError = CreateSupportTicketPriorityAsyncErrors[keyof CreateSupportTicketPriorityAsyncErrors];
2035
1878
 
2036
- export type PostApiV2SupportServiceSupportTicketPrioritiesResponses = {
1879
+ export type CreateSupportTicketPriorityAsyncResponses = {
2037
1880
  /**
2038
1881
  * OK
2039
1882
  */
2040
1883
  200: EmptyEnvelopeReadable;
2041
1884
  };
2042
1885
 
2043
- export type PostApiV2SupportServiceSupportTicketPrioritiesResponse = PostApiV2SupportServiceSupportTicketPrioritiesResponses[keyof PostApiV2SupportServiceSupportTicketPrioritiesResponses];
1886
+ export type CreateSupportTicketPriorityAsyncResponse = CreateSupportTicketPriorityAsyncResponses[keyof CreateSupportTicketPriorityAsyncResponses];
2044
1887
 
2045
- export type GetApiV2SupportServiceSupportTicketPrioritiesCountData = {
1888
+ export type GetSupportTicketPrioritiesCountAsyncData = {
2046
1889
  body?: never;
2047
1890
  headers?: {
2048
1891
  'x-api-version'?: string;
@@ -2055,7 +1898,7 @@ export type GetApiV2SupportServiceSupportTicketPrioritiesCountData = {
2055
1898
  url: '/api/v2/SupportService/SupportTicketPriorities/Count';
2056
1899
  };
2057
1900
 
2058
- export type GetApiV2SupportServiceSupportTicketPrioritiesCountErrors = {
1901
+ export type GetSupportTicketPrioritiesCountAsyncErrors = {
2059
1902
  /**
2060
1903
  * Unauthorized
2061
1904
  */
@@ -2066,18 +1909,18 @@ export type GetApiV2SupportServiceSupportTicketPrioritiesCountErrors = {
2066
1909
  403: ErrorEnvelopeReadable;
2067
1910
  };
2068
1911
 
2069
- export type GetApiV2SupportServiceSupportTicketPrioritiesCountError = GetApiV2SupportServiceSupportTicketPrioritiesCountErrors[keyof GetApiV2SupportServiceSupportTicketPrioritiesCountErrors];
1912
+ export type GetSupportTicketPrioritiesCountAsyncError = GetSupportTicketPrioritiesCountAsyncErrors[keyof GetSupportTicketPrioritiesCountAsyncErrors];
2070
1913
 
2071
- export type GetApiV2SupportServiceSupportTicketPrioritiesCountResponses = {
1914
+ export type GetSupportTicketPrioritiesCountAsyncResponses = {
2072
1915
  /**
2073
1916
  * OK
2074
1917
  */
2075
1918
  200: Int32EnvelopeReadable;
2076
1919
  };
2077
1920
 
2078
- export type GetApiV2SupportServiceSupportTicketPrioritiesCountResponse = GetApiV2SupportServiceSupportTicketPrioritiesCountResponses[keyof GetApiV2SupportServiceSupportTicketPrioritiesCountResponses];
1921
+ export type GetSupportTicketPrioritiesCountAsyncResponse = GetSupportTicketPrioritiesCountAsyncResponses[keyof GetSupportTicketPrioritiesCountAsyncResponses];
2079
1922
 
2080
- export type DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdData = {
1923
+ export type DeleteSupportTicketPriorityAsyncData = {
2081
1924
  body?: never;
2082
1925
  headers?: {
2083
1926
  'x-api-version'?: string;
@@ -2092,7 +1935,7 @@ export type DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPrior
2092
1935
  url: '/api/v2/SupportService/SupportTicketPriorities/{supportTicketPriorityId}';
2093
1936
  };
2094
1937
 
2095
- export type DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdErrors = {
1938
+ export type DeleteSupportTicketPriorityAsyncErrors = {
2096
1939
  /**
2097
1940
  * Unauthorized
2098
1941
  */
@@ -2103,18 +1946,18 @@ export type DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPrior
2103
1946
  403: ErrorEnvelopeReadable;
2104
1947
  };
2105
1948
 
2106
- export type DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdError = DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdErrors[keyof DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdErrors];
1949
+ export type DeleteSupportTicketPriorityAsyncError = DeleteSupportTicketPriorityAsyncErrors[keyof DeleteSupportTicketPriorityAsyncErrors];
2107
1950
 
2108
- export type DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponses = {
1951
+ export type DeleteSupportTicketPriorityAsyncResponses = {
2109
1952
  /**
2110
1953
  * OK
2111
1954
  */
2112
1955
  200: EmptyEnvelopeReadable;
2113
1956
  };
2114
1957
 
2115
- export type DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponse = DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponses[keyof DeleteApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponses];
1958
+ export type DeleteSupportTicketPriorityAsyncResponse = DeleteSupportTicketPriorityAsyncResponses[keyof DeleteSupportTicketPriorityAsyncResponses];
2116
1959
 
2117
- export type GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdData = {
1960
+ export type GetSupportTicketPriorityAsyncData = {
2118
1961
  body?: never;
2119
1962
  headers?: {
2120
1963
  'x-api-version'?: string;
@@ -2129,7 +1972,7 @@ export type GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriority
2129
1972
  url: '/api/v2/SupportService/SupportTicketPriorities/{supportTicketPriorityId}';
2130
1973
  };
2131
1974
 
2132
- export type GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdErrors = {
1975
+ export type GetSupportTicketPriorityAsyncErrors = {
2133
1976
  /**
2134
1977
  * Unauthorized
2135
1978
  */
@@ -2140,18 +1983,18 @@ export type GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriority
2140
1983
  403: ErrorEnvelopeReadable;
2141
1984
  };
2142
1985
 
2143
- export type GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdError = GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdErrors[keyof GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdErrors];
1986
+ export type GetSupportTicketPriorityAsyncError = GetSupportTicketPriorityAsyncErrors[keyof GetSupportTicketPriorityAsyncErrors];
2144
1987
 
2145
- export type GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponses = {
1988
+ export type GetSupportTicketPriorityAsyncResponses = {
2146
1989
  /**
2147
1990
  * OK
2148
1991
  */
2149
1992
  200: SupportTicketPriorityDtoEnvelopeReadable;
2150
1993
  };
2151
1994
 
2152
- export type GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponse = GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponses[keyof GetApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponses];
1995
+ export type GetSupportTicketPriorityAsyncResponse = GetSupportTicketPriorityAsyncResponses[keyof GetSupportTicketPriorityAsyncResponses];
2153
1996
 
2154
- export type PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdData = {
1997
+ export type UpdateSupportTicketPriorityAsyncData = {
2155
1998
  body?: SupportTicketPriorityUpdateDto;
2156
1999
  headers?: {
2157
2000
  'x-api-version'?: string;
@@ -2166,7 +2009,7 @@ export type PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriority
2166
2009
  url: '/api/v2/SupportService/SupportTicketPriorities/{supportTicketPriorityId}';
2167
2010
  };
2168
2011
 
2169
- export type PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdErrors = {
2012
+ export type UpdateSupportTicketPriorityAsyncErrors = {
2170
2013
  /**
2171
2014
  * Unauthorized
2172
2015
  */
@@ -2177,18 +2020,18 @@ export type PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriority
2177
2020
  403: ErrorEnvelopeReadable;
2178
2021
  };
2179
2022
 
2180
- export type PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdError = PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdErrors[keyof PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdErrors];
2023
+ export type UpdateSupportTicketPriorityAsyncError = UpdateSupportTicketPriorityAsyncErrors[keyof UpdateSupportTicketPriorityAsyncErrors];
2181
2024
 
2182
- export type PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponses = {
2025
+ export type UpdateSupportTicketPriorityAsyncResponses = {
2183
2026
  /**
2184
2027
  * OK
2185
2028
  */
2186
2029
  200: EmptyEnvelopeReadable;
2187
2030
  };
2188
2031
 
2189
- export type PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponse = PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponses[keyof PutApiV2SupportServiceSupportTicketPrioritiesBySupportTicketPriorityIdResponses];
2032
+ export type UpdateSupportTicketPriorityAsyncResponse = UpdateSupportTicketPriorityAsyncResponses[keyof UpdateSupportTicketPriorityAsyncResponses];
2190
2033
 
2191
- export type GetApiV2SupportServiceSupportTicketsData = {
2034
+ export type GetSupportTicketsAsyncData = {
2192
2035
  body?: never;
2193
2036
  headers?: {
2194
2037
  'x-api-version'?: string;
@@ -2201,7 +2044,7 @@ export type GetApiV2SupportServiceSupportTicketsData = {
2201
2044
  url: '/api/v2/SupportService/SupportTickets';
2202
2045
  };
2203
2046
 
2204
- export type GetApiV2SupportServiceSupportTicketsErrors = {
2047
+ export type GetSupportTicketsAsyncErrors = {
2205
2048
  /**
2206
2049
  * Unauthorized
2207
2050
  */
@@ -2212,19 +2055,19 @@ export type GetApiV2SupportServiceSupportTicketsErrors = {
2212
2055
  403: ErrorEnvelopeReadable;
2213
2056
  };
2214
2057
 
2215
- export type GetApiV2SupportServiceSupportTicketsError = GetApiV2SupportServiceSupportTicketsErrors[keyof GetApiV2SupportServiceSupportTicketsErrors];
2058
+ export type GetSupportTicketsAsyncError = GetSupportTicketsAsyncErrors[keyof GetSupportTicketsAsyncErrors];
2216
2059
 
2217
- export type GetApiV2SupportServiceSupportTicketsResponses = {
2060
+ export type GetSupportTicketsAsyncResponses = {
2218
2061
  /**
2219
2062
  * OK
2220
2063
  */
2221
2064
  200: SupportTicketDtoListEnvelopeReadable;
2222
2065
  };
2223
2066
 
2224
- export type GetApiV2SupportServiceSupportTicketsResponse = GetApiV2SupportServiceSupportTicketsResponses[keyof GetApiV2SupportServiceSupportTicketsResponses];
2067
+ export type GetSupportTicketsAsyncResponse = GetSupportTicketsAsyncResponses[keyof GetSupportTicketsAsyncResponses];
2225
2068
 
2226
- export type PostApiV2SupportServiceSupportTicketsData = {
2227
- body?: SupportTicketCreateDtoWritable;
2069
+ export type CreateSupportTicketAsyncData = {
2070
+ body?: SupportTicketCreateDto;
2228
2071
  headers?: {
2229
2072
  'x-api-version'?: string;
2230
2073
  };
@@ -2236,7 +2079,7 @@ export type PostApiV2SupportServiceSupportTicketsData = {
2236
2079
  url: '/api/v2/SupportService/SupportTickets';
2237
2080
  };
2238
2081
 
2239
- export type PostApiV2SupportServiceSupportTicketsErrors = {
2082
+ export type CreateSupportTicketAsyncErrors = {
2240
2083
  /**
2241
2084
  * Unauthorized
2242
2085
  */
@@ -2247,18 +2090,18 @@ export type PostApiV2SupportServiceSupportTicketsErrors = {
2247
2090
  403: ErrorEnvelopeReadable;
2248
2091
  };
2249
2092
 
2250
- export type PostApiV2SupportServiceSupportTicketsError = PostApiV2SupportServiceSupportTicketsErrors[keyof PostApiV2SupportServiceSupportTicketsErrors];
2093
+ export type CreateSupportTicketAsyncError = CreateSupportTicketAsyncErrors[keyof CreateSupportTicketAsyncErrors];
2251
2094
 
2252
- export type PostApiV2SupportServiceSupportTicketsResponses = {
2095
+ export type CreateSupportTicketAsyncResponses = {
2253
2096
  /**
2254
2097
  * OK
2255
2098
  */
2256
2099
  200: EmptyEnvelopeReadable;
2257
2100
  };
2258
2101
 
2259
- export type PostApiV2SupportServiceSupportTicketsResponse = PostApiV2SupportServiceSupportTicketsResponses[keyof PostApiV2SupportServiceSupportTicketsResponses];
2102
+ export type CreateSupportTicketAsyncResponse = CreateSupportTicketAsyncResponses[keyof CreateSupportTicketAsyncResponses];
2260
2103
 
2261
- export type GetApiV2SupportServiceSupportTicketsCountData = {
2104
+ export type GetSupportTicketsCountAsyncData = {
2262
2105
  body?: never;
2263
2106
  headers?: {
2264
2107
  'x-api-version'?: string;
@@ -2271,7 +2114,7 @@ export type GetApiV2SupportServiceSupportTicketsCountData = {
2271
2114
  url: '/api/v2/SupportService/SupportTickets/Count';
2272
2115
  };
2273
2116
 
2274
- export type GetApiV2SupportServiceSupportTicketsCountErrors = {
2117
+ export type GetSupportTicketsCountAsyncErrors = {
2275
2118
  /**
2276
2119
  * Unauthorized
2277
2120
  */
@@ -2282,18 +2125,18 @@ export type GetApiV2SupportServiceSupportTicketsCountErrors = {
2282
2125
  403: ErrorEnvelopeReadable;
2283
2126
  };
2284
2127
 
2285
- export type GetApiV2SupportServiceSupportTicketsCountError = GetApiV2SupportServiceSupportTicketsCountErrors[keyof GetApiV2SupportServiceSupportTicketsCountErrors];
2128
+ export type GetSupportTicketsCountAsyncError = GetSupportTicketsCountAsyncErrors[keyof GetSupportTicketsCountAsyncErrors];
2286
2129
 
2287
- export type GetApiV2SupportServiceSupportTicketsCountResponses = {
2130
+ export type GetSupportTicketsCountAsyncResponses = {
2288
2131
  /**
2289
2132
  * OK
2290
2133
  */
2291
2134
  200: Int32EnvelopeReadable;
2292
2135
  };
2293
2136
 
2294
- export type GetApiV2SupportServiceSupportTicketsCountResponse = GetApiV2SupportServiceSupportTicketsCountResponses[keyof GetApiV2SupportServiceSupportTicketsCountResponses];
2137
+ export type GetSupportTicketsCountAsyncResponse = GetSupportTicketsCountAsyncResponses[keyof GetSupportTicketsCountAsyncResponses];
2295
2138
 
2296
- export type DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdData = {
2139
+ export type DeleteSupportTicketAsyncData = {
2297
2140
  body?: never;
2298
2141
  headers?: {
2299
2142
  'x-api-version'?: string;
@@ -2308,7 +2151,7 @@ export type DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdData = {
2308
2151
  url: '/api/v2/SupportService/SupportTickets/{supportTicketId}';
2309
2152
  };
2310
2153
 
2311
- export type DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdErrors = {
2154
+ export type DeleteSupportTicketAsyncErrors = {
2312
2155
  /**
2313
2156
  * Unauthorized
2314
2157
  */
@@ -2319,18 +2162,18 @@ export type DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdErrors = {
2319
2162
  403: ErrorEnvelopeReadable;
2320
2163
  };
2321
2164
 
2322
- export type DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdError = DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdErrors[keyof DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdErrors];
2165
+ export type DeleteSupportTicketAsyncError = DeleteSupportTicketAsyncErrors[keyof DeleteSupportTicketAsyncErrors];
2323
2166
 
2324
- export type DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdResponses = {
2167
+ export type DeleteSupportTicketAsyncResponses = {
2325
2168
  /**
2326
2169
  * OK
2327
2170
  */
2328
2171
  200: EmptyEnvelopeReadable;
2329
2172
  };
2330
2173
 
2331
- export type DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdResponse = DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdResponses[keyof DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdResponses];
2174
+ export type DeleteSupportTicketAsyncResponse = DeleteSupportTicketAsyncResponses[keyof DeleteSupportTicketAsyncResponses];
2332
2175
 
2333
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdData = {
2176
+ export type GetSupportTicketAsyncData = {
2334
2177
  body?: never;
2335
2178
  headers?: {
2336
2179
  'x-api-version'?: string;
@@ -2345,7 +2188,7 @@ export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdData = {
2345
2188
  url: '/api/v2/SupportService/SupportTickets/{supportTicketId}';
2346
2189
  };
2347
2190
 
2348
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdErrors = {
2191
+ export type GetSupportTicketAsyncErrors = {
2349
2192
  /**
2350
2193
  * Unauthorized
2351
2194
  */
@@ -2356,18 +2199,18 @@ export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdErrors = {
2356
2199
  403: ErrorEnvelopeReadable;
2357
2200
  };
2358
2201
 
2359
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdError = GetApiV2SupportServiceSupportTicketsBySupportTicketIdErrors[keyof GetApiV2SupportServiceSupportTicketsBySupportTicketIdErrors];
2202
+ export type GetSupportTicketAsyncError = GetSupportTicketAsyncErrors[keyof GetSupportTicketAsyncErrors];
2360
2203
 
2361
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdResponses = {
2204
+ export type GetSupportTicketAsyncResponses = {
2362
2205
  /**
2363
2206
  * OK
2364
2207
  */
2365
2208
  200: SupportTicketDtoEnvelopeReadable;
2366
2209
  };
2367
2210
 
2368
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdResponse = GetApiV2SupportServiceSupportTicketsBySupportTicketIdResponses[keyof GetApiV2SupportServiceSupportTicketsBySupportTicketIdResponses];
2211
+ export type GetSupportTicketAsyncResponse = GetSupportTicketAsyncResponses[keyof GetSupportTicketAsyncResponses];
2369
2212
 
2370
- export type PutApiV2SupportServiceSupportTicketsBySupportTicketIdData = {
2213
+ export type UpdateSupportTicketAsyncData = {
2371
2214
  body?: SupportTicketUpdateDto;
2372
2215
  headers?: {
2373
2216
  'x-api-version'?: string;
@@ -2382,7 +2225,7 @@ export type PutApiV2SupportServiceSupportTicketsBySupportTicketIdData = {
2382
2225
  url: '/api/v2/SupportService/SupportTickets/{supportTicketId}';
2383
2226
  };
2384
2227
 
2385
- export type PutApiV2SupportServiceSupportTicketsBySupportTicketIdErrors = {
2228
+ export type UpdateSupportTicketAsyncErrors = {
2386
2229
  /**
2387
2230
  * Unauthorized
2388
2231
  */
@@ -2393,18 +2236,18 @@ export type PutApiV2SupportServiceSupportTicketsBySupportTicketIdErrors = {
2393
2236
  403: ErrorEnvelopeReadable;
2394
2237
  };
2395
2238
 
2396
- export type PutApiV2SupportServiceSupportTicketsBySupportTicketIdError = PutApiV2SupportServiceSupportTicketsBySupportTicketIdErrors[keyof PutApiV2SupportServiceSupportTicketsBySupportTicketIdErrors];
2239
+ export type UpdateSupportTicketAsyncError = UpdateSupportTicketAsyncErrors[keyof UpdateSupportTicketAsyncErrors];
2397
2240
 
2398
- export type PutApiV2SupportServiceSupportTicketsBySupportTicketIdResponses = {
2241
+ export type UpdateSupportTicketAsyncResponses = {
2399
2242
  /**
2400
2243
  * OK
2401
2244
  */
2402
2245
  200: EmptyEnvelopeReadable;
2403
2246
  };
2404
2247
 
2405
- export type PutApiV2SupportServiceSupportTicketsBySupportTicketIdResponse = PutApiV2SupportServiceSupportTicketsBySupportTicketIdResponses[keyof PutApiV2SupportServiceSupportTicketsBySupportTicketIdResponses];
2248
+ export type UpdateSupportTicketAsyncResponse = UpdateSupportTicketAsyncResponses[keyof UpdateSupportTicketAsyncResponses];
2406
2249
 
2407
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsData = {
2250
+ export type GetSupportTicketConversationsAsyncData = {
2408
2251
  body?: never;
2409
2252
  headers?: {
2410
2253
  'x-api-version'?: string;
@@ -2419,7 +2262,7 @@ export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsDa
2419
2262
  url: '/api/v2/SupportService/SupportTickets/{supportTicketId}/Conversations';
2420
2263
  };
2421
2264
 
2422
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsErrors = {
2265
+ export type GetSupportTicketConversationsAsyncErrors = {
2423
2266
  /**
2424
2267
  * Unauthorized
2425
2268
  */
@@ -2430,19 +2273,19 @@ export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsEr
2430
2273
  403: ErrorEnvelopeReadable;
2431
2274
  };
2432
2275
 
2433
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsError = GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsErrors[keyof GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsErrors];
2276
+ export type GetSupportTicketConversationsAsyncError = GetSupportTicketConversationsAsyncErrors[keyof GetSupportTicketConversationsAsyncErrors];
2434
2277
 
2435
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsResponses = {
2278
+ export type GetSupportTicketConversationsAsyncResponses = {
2436
2279
  /**
2437
2280
  * OK
2438
2281
  */
2439
2282
  200: SupportTicketConversationDtoListEnvelopeReadable;
2440
2283
  };
2441
2284
 
2442
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsResponse = GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsResponses[keyof GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsResponses];
2285
+ export type GetSupportTicketConversationsAsyncResponse = GetSupportTicketConversationsAsyncResponses[keyof GetSupportTicketConversationsAsyncResponses];
2443
2286
 
2444
- export type PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsData = {
2445
- body?: SupportTicketConversationCreateDtoWritable;
2287
+ export type RelateSupportTicketToConversationAsyncData = {
2288
+ body?: SupportTicketConversationCreateDto;
2446
2289
  headers?: {
2447
2290
  'x-api-version'?: string;
2448
2291
  };
@@ -2456,7 +2299,7 @@ export type PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsD
2456
2299
  url: '/api/v2/SupportService/SupportTickets/{supportTicketId}/Conversations';
2457
2300
  };
2458
2301
 
2459
- export type PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsErrors = {
2302
+ export type RelateSupportTicketToConversationAsyncErrors = {
2460
2303
  /**
2461
2304
  * Unauthorized
2462
2305
  */
@@ -2467,18 +2310,18 @@ export type PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsE
2467
2310
  403: ErrorEnvelopeReadable;
2468
2311
  };
2469
2312
 
2470
- export type PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsError = PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsErrors[keyof PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsErrors];
2313
+ export type RelateSupportTicketToConversationAsyncError = RelateSupportTicketToConversationAsyncErrors[keyof RelateSupportTicketToConversationAsyncErrors];
2471
2314
 
2472
- export type PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsResponses = {
2315
+ export type RelateSupportTicketToConversationAsyncResponses = {
2473
2316
  /**
2474
2317
  * OK
2475
2318
  */
2476
2319
  200: EmptyEnvelopeReadable;
2477
2320
  };
2478
2321
 
2479
- export type PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsResponse = PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsResponses[keyof PostApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsResponses];
2322
+ export type RelateSupportTicketToConversationAsyncResponse = RelateSupportTicketToConversationAsyncResponses[keyof RelateSupportTicketToConversationAsyncResponses];
2480
2323
 
2481
- export type DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdData = {
2324
+ export type DeleteSupportTicketConversationAsyncData = {
2482
2325
  body?: never;
2483
2326
  headers?: {
2484
2327
  'x-api-version'?: string;
@@ -2494,7 +2337,7 @@ export type DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversation
2494
2337
  url: '/api/v2/SupportService/SupportTickets/{supportTicketId}/Conversations/{supportTicketConversationId}';
2495
2338
  };
2496
2339
 
2497
- export type DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdErrors = {
2340
+ export type DeleteSupportTicketConversationAsyncErrors = {
2498
2341
  /**
2499
2342
  * Unauthorized
2500
2343
  */
@@ -2505,18 +2348,18 @@ export type DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversation
2505
2348
  403: ErrorEnvelopeReadable;
2506
2349
  };
2507
2350
 
2508
- export type DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdError = DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdErrors[keyof DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdErrors];
2351
+ export type DeleteSupportTicketConversationAsyncError = DeleteSupportTicketConversationAsyncErrors[keyof DeleteSupportTicketConversationAsyncErrors];
2509
2352
 
2510
- export type DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdResponses = {
2353
+ export type DeleteSupportTicketConversationAsyncResponses = {
2511
2354
  /**
2512
2355
  * OK
2513
2356
  */
2514
2357
  200: EmptyEnvelopeReadable;
2515
2358
  };
2516
2359
 
2517
- export type DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdResponse = DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdResponses[keyof DeleteApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdResponses];
2360
+ export type DeleteSupportTicketConversationAsyncResponse = DeleteSupportTicketConversationAsyncResponses[keyof DeleteSupportTicketConversationAsyncResponses];
2518
2361
 
2519
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdData = {
2362
+ export type GetSupportTicketConversationAsyncData = {
2520
2363
  body?: never;
2521
2364
  headers?: {
2522
2365
  'x-api-version'?: string;
@@ -2532,7 +2375,7 @@ export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBy
2532
2375
  url: '/api/v2/SupportService/SupportTickets/{supportTicketId}/Conversations/{supportTicketConversationId}';
2533
2376
  };
2534
2377
 
2535
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdErrors = {
2378
+ export type GetSupportTicketConversationAsyncErrors = {
2536
2379
  /**
2537
2380
  * Unauthorized
2538
2381
  */
@@ -2543,18 +2386,18 @@ export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBy
2543
2386
  403: ErrorEnvelopeReadable;
2544
2387
  };
2545
2388
 
2546
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdError = GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdErrors[keyof GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdErrors];
2389
+ export type GetSupportTicketConversationAsyncError = GetSupportTicketConversationAsyncErrors[keyof GetSupportTicketConversationAsyncErrors];
2547
2390
 
2548
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdResponses = {
2391
+ export type GetSupportTicketConversationAsyncResponses = {
2549
2392
  /**
2550
2393
  * OK
2551
2394
  */
2552
2395
  200: SupportTicketConversationDtoEnvelopeReadable;
2553
2396
  };
2554
2397
 
2555
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdResponse = GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdResponses[keyof GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdResponses];
2398
+ export type GetSupportTicketConversationAsyncResponse = GetSupportTicketConversationAsyncResponses[keyof GetSupportTicketConversationAsyncResponses];
2556
2399
 
2557
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdMessagesData = {
2400
+ export type GetSupportTicketConversationMessagesAsyncData = {
2558
2401
  body?: never;
2559
2402
  headers?: {
2560
2403
  'x-api-version'?: string;
@@ -2572,7 +2415,7 @@ export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBy
2572
2415
  url: '/api/v2/SupportService/SupportTickets/{supportTicketId}/Conversations/{supportTicketConversationId}/Messages';
2573
2416
  };
2574
2417
 
2575
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdMessagesErrors = {
2418
+ export type GetSupportTicketConversationMessagesAsyncErrors = {
2576
2419
  /**
2577
2420
  * Unauthorized
2578
2421
  */
@@ -2583,18 +2426,18 @@ export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBy
2583
2426
  403: ErrorEnvelopeReadable;
2584
2427
  };
2585
2428
 
2586
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdMessagesError = GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdMessagesErrors[keyof GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdMessagesErrors];
2429
+ export type GetSupportTicketConversationMessagesAsyncError = GetSupportTicketConversationMessagesAsyncErrors[keyof GetSupportTicketConversationMessagesAsyncErrors];
2587
2430
 
2588
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdMessagesResponses = {
2431
+ export type GetSupportTicketConversationMessagesAsyncResponses = {
2589
2432
  /**
2590
2433
  * OK
2591
2434
  */
2592
2435
  200: PrivateMessageDtoListEnvelopeReadable;
2593
2436
  };
2594
2437
 
2595
- export type GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdMessagesResponse = GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdMessagesResponses[keyof GetApiV2SupportServiceSupportTicketsBySupportTicketIdConversationsBySupportTicketConversationIdMessagesResponses];
2438
+ export type GetSupportTicketConversationMessagesAsyncResponse = GetSupportTicketConversationMessagesAsyncResponses[keyof GetSupportTicketConversationMessagesAsyncResponses];
2596
2439
 
2597
- export type GetApiV2SupportServiceSupportTicketTypesData = {
2440
+ export type GetSupportTicketTypesAsyncData = {
2598
2441
  body?: never;
2599
2442
  headers?: {
2600
2443
  'x-api-version'?: string;
@@ -2607,7 +2450,7 @@ export type GetApiV2SupportServiceSupportTicketTypesData = {
2607
2450
  url: '/api/v2/SupportService/SupportTicketTypes';
2608
2451
  };
2609
2452
 
2610
- export type GetApiV2SupportServiceSupportTicketTypesErrors = {
2453
+ export type GetSupportTicketTypesAsyncErrors = {
2611
2454
  /**
2612
2455
  * Unauthorized
2613
2456
  */
@@ -2618,19 +2461,19 @@ export type GetApiV2SupportServiceSupportTicketTypesErrors = {
2618
2461
  403: ErrorEnvelopeReadable;
2619
2462
  };
2620
2463
 
2621
- export type GetApiV2SupportServiceSupportTicketTypesError = GetApiV2SupportServiceSupportTicketTypesErrors[keyof GetApiV2SupportServiceSupportTicketTypesErrors];
2464
+ export type GetSupportTicketTypesAsyncError = GetSupportTicketTypesAsyncErrors[keyof GetSupportTicketTypesAsyncErrors];
2622
2465
 
2623
- export type GetApiV2SupportServiceSupportTicketTypesResponses = {
2466
+ export type GetSupportTicketTypesAsyncResponses = {
2624
2467
  /**
2625
2468
  * OK
2626
2469
  */
2627
2470
  200: SupportTicketTypeDtoListEnvelopeReadable;
2628
2471
  };
2629
2472
 
2630
- export type GetApiV2SupportServiceSupportTicketTypesResponse = GetApiV2SupportServiceSupportTicketTypesResponses[keyof GetApiV2SupportServiceSupportTicketTypesResponses];
2473
+ export type GetSupportTicketTypesAsyncResponse = GetSupportTicketTypesAsyncResponses[keyof GetSupportTicketTypesAsyncResponses];
2631
2474
 
2632
- export type PostApiV2SupportServiceSupportTicketTypesData = {
2633
- body?: SupportTicketTypeCreateDtoWritable;
2475
+ export type CreateSupportTicketTypeAsyncData = {
2476
+ body?: SupportTicketTypeCreateDto;
2634
2477
  headers?: {
2635
2478
  'x-api-version'?: string;
2636
2479
  };
@@ -2642,7 +2485,7 @@ export type PostApiV2SupportServiceSupportTicketTypesData = {
2642
2485
  url: '/api/v2/SupportService/SupportTicketTypes';
2643
2486
  };
2644
2487
 
2645
- export type PostApiV2SupportServiceSupportTicketTypesErrors = {
2488
+ export type CreateSupportTicketTypeAsyncErrors = {
2646
2489
  /**
2647
2490
  * Unauthorized
2648
2491
  */
@@ -2653,18 +2496,18 @@ export type PostApiV2SupportServiceSupportTicketTypesErrors = {
2653
2496
  403: ErrorEnvelopeReadable;
2654
2497
  };
2655
2498
 
2656
- export type PostApiV2SupportServiceSupportTicketTypesError = PostApiV2SupportServiceSupportTicketTypesErrors[keyof PostApiV2SupportServiceSupportTicketTypesErrors];
2499
+ export type CreateSupportTicketTypeAsyncError = CreateSupportTicketTypeAsyncErrors[keyof CreateSupportTicketTypeAsyncErrors];
2657
2500
 
2658
- export type PostApiV2SupportServiceSupportTicketTypesResponses = {
2501
+ export type CreateSupportTicketTypeAsyncResponses = {
2659
2502
  /**
2660
2503
  * OK
2661
2504
  */
2662
2505
  200: EmptyEnvelopeReadable;
2663
2506
  };
2664
2507
 
2665
- export type PostApiV2SupportServiceSupportTicketTypesResponse = PostApiV2SupportServiceSupportTicketTypesResponses[keyof PostApiV2SupportServiceSupportTicketTypesResponses];
2508
+ export type CreateSupportTicketTypeAsyncResponse = CreateSupportTicketTypeAsyncResponses[keyof CreateSupportTicketTypeAsyncResponses];
2666
2509
 
2667
- export type GetApiV2SupportServiceSupportTicketTypesCountData = {
2510
+ export type GetSupportTicketTypesCountAsyncData = {
2668
2511
  body?: never;
2669
2512
  headers?: {
2670
2513
  'x-api-version'?: string;
@@ -2677,7 +2520,7 @@ export type GetApiV2SupportServiceSupportTicketTypesCountData = {
2677
2520
  url: '/api/v2/SupportService/SupportTicketTypes/Count';
2678
2521
  };
2679
2522
 
2680
- export type GetApiV2SupportServiceSupportTicketTypesCountErrors = {
2523
+ export type GetSupportTicketTypesCountAsyncErrors = {
2681
2524
  /**
2682
2525
  * Unauthorized
2683
2526
  */
@@ -2688,18 +2531,18 @@ export type GetApiV2SupportServiceSupportTicketTypesCountErrors = {
2688
2531
  403: ErrorEnvelopeReadable;
2689
2532
  };
2690
2533
 
2691
- export type GetApiV2SupportServiceSupportTicketTypesCountError = GetApiV2SupportServiceSupportTicketTypesCountErrors[keyof GetApiV2SupportServiceSupportTicketTypesCountErrors];
2534
+ export type GetSupportTicketTypesCountAsyncError = GetSupportTicketTypesCountAsyncErrors[keyof GetSupportTicketTypesCountAsyncErrors];
2692
2535
 
2693
- export type GetApiV2SupportServiceSupportTicketTypesCountResponses = {
2536
+ export type GetSupportTicketTypesCountAsyncResponses = {
2694
2537
  /**
2695
2538
  * OK
2696
2539
  */
2697
2540
  200: Int32EnvelopeReadable;
2698
2541
  };
2699
2542
 
2700
- export type GetApiV2SupportServiceSupportTicketTypesCountResponse = GetApiV2SupportServiceSupportTicketTypesCountResponses[keyof GetApiV2SupportServiceSupportTicketTypesCountResponses];
2543
+ export type GetSupportTicketTypesCountAsyncResponse = GetSupportTicketTypesCountAsyncResponses[keyof GetSupportTicketTypesCountAsyncResponses];
2701
2544
 
2702
- export type DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdData = {
2545
+ export type DeleteSupportTicketTypeAsyncData = {
2703
2546
  body?: never;
2704
2547
  headers?: {
2705
2548
  'x-api-version'?: string;
@@ -2714,7 +2557,7 @@ export type DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdData
2714
2557
  url: '/api/v2/SupportService/SupportTicketTypes/{supportTicketTypeId}';
2715
2558
  };
2716
2559
 
2717
- export type DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdErrors = {
2560
+ export type DeleteSupportTicketTypeAsyncErrors = {
2718
2561
  /**
2719
2562
  * Unauthorized
2720
2563
  */
@@ -2725,18 +2568,18 @@ export type DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdErro
2725
2568
  403: ErrorEnvelopeReadable;
2726
2569
  };
2727
2570
 
2728
- export type DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdError = DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdErrors[keyof DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdErrors];
2571
+ export type DeleteSupportTicketTypeAsyncError = DeleteSupportTicketTypeAsyncErrors[keyof DeleteSupportTicketTypeAsyncErrors];
2729
2572
 
2730
- export type DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponses = {
2573
+ export type DeleteSupportTicketTypeAsyncResponses = {
2731
2574
  /**
2732
2575
  * OK
2733
2576
  */
2734
2577
  200: EmptyEnvelopeReadable;
2735
2578
  };
2736
2579
 
2737
- export type DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponse = DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponses[keyof DeleteApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponses];
2580
+ export type DeleteSupportTicketTypeAsyncResponse = DeleteSupportTicketTypeAsyncResponses[keyof DeleteSupportTicketTypeAsyncResponses];
2738
2581
 
2739
- export type GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdData = {
2582
+ export type GetSupportTicketTypeAsyncData = {
2740
2583
  body?: never;
2741
2584
  headers?: {
2742
2585
  'x-api-version'?: string;
@@ -2751,7 +2594,7 @@ export type GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdData =
2751
2594
  url: '/api/v2/SupportService/SupportTicketTypes/{supportTicketTypeId}';
2752
2595
  };
2753
2596
 
2754
- export type GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdErrors = {
2597
+ export type GetSupportTicketTypeAsyncErrors = {
2755
2598
  /**
2756
2599
  * Unauthorized
2757
2600
  */
@@ -2762,18 +2605,18 @@ export type GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdErrors
2762
2605
  403: ErrorEnvelopeReadable;
2763
2606
  };
2764
2607
 
2765
- export type GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdError = GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdErrors[keyof GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdErrors];
2608
+ export type GetSupportTicketTypeAsyncError = GetSupportTicketTypeAsyncErrors[keyof GetSupportTicketTypeAsyncErrors];
2766
2609
 
2767
- export type GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponses = {
2610
+ export type GetSupportTicketTypeAsyncResponses = {
2768
2611
  /**
2769
2612
  * OK
2770
2613
  */
2771
2614
  200: SupportTicketTypeDtoEnvelopeReadable;
2772
2615
  };
2773
2616
 
2774
- export type GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponse = GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponses[keyof GetApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponses];
2617
+ export type GetSupportTicketTypeAsyncResponse = GetSupportTicketTypeAsyncResponses[keyof GetSupportTicketTypeAsyncResponses];
2775
2618
 
2776
- export type PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdData = {
2619
+ export type UpdateSupportTicketTypeAsyncData = {
2777
2620
  body?: SupportTicketTypeUpdateDto;
2778
2621
  headers?: {
2779
2622
  'x-api-version'?: string;
@@ -2788,7 +2631,7 @@ export type PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdData =
2788
2631
  url: '/api/v2/SupportService/SupportTicketTypes/{supportTicketTypeId}';
2789
2632
  };
2790
2633
 
2791
- export type PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdErrors = {
2634
+ export type UpdateSupportTicketTypeAsyncErrors = {
2792
2635
  /**
2793
2636
  * Unauthorized
2794
2637
  */
@@ -2799,16 +2642,16 @@ export type PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdErrors
2799
2642
  403: ErrorEnvelopeReadable;
2800
2643
  };
2801
2644
 
2802
- export type PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdError = PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdErrors[keyof PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdErrors];
2645
+ export type UpdateSupportTicketTypeAsyncError = UpdateSupportTicketTypeAsyncErrors[keyof UpdateSupportTicketTypeAsyncErrors];
2803
2646
 
2804
- export type PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponses = {
2647
+ export type UpdateSupportTicketTypeAsyncResponses = {
2805
2648
  /**
2806
2649
  * OK
2807
2650
  */
2808
2651
  200: EmptyEnvelopeReadable;
2809
2652
  };
2810
2653
 
2811
- export type PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponse = PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponses[keyof PutApiV2SupportServiceSupportTicketTypesBySupportTicketTypeIdResponses];
2654
+ export type UpdateSupportTicketTypeAsyncResponse = UpdateSupportTicketTypeAsyncResponses[keyof UpdateSupportTicketTypeAsyncResponses];
2812
2655
 
2813
2656
  export type ClientOptions = {
2814
2657
  baseUrl: 'https://localhost:44388' | (string & {});