@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
@@ -136,68 +136,20 @@ export type ContactDtoWritable = {
136
136
  birthday?: string | null;
137
137
  };
138
138
 
139
- export type CurrencyId = {
139
+ export type CurrencyIdReadable = {
140
+ readonly value?: string | null;
140
141
  code?: string | null;
141
142
  country?: string | null;
142
143
  };
143
144
 
144
- export type DealUnitCreateDtoReadable = {
145
- readonly id?: string;
146
- readonly timestamp?: string;
147
- closed?: boolean;
148
- title?: string | null;
149
- priceListId?: string | null;
150
- description?: string | null;
151
- individualId?: string | null;
152
- paymentTermId?: string | null;
153
- organizationId?: string | null;
154
- receiverTenantId?: string | null;
155
- firstName?: string | null;
156
- lastName?: string | null;
157
- companyName?: string | null;
158
- billingEmail?: string | null;
159
- addressLine1?: string | null;
160
- addressLine2?: string | null;
161
- postalCode?: string | null;
162
- countryId?: string | null;
163
- stateId?: string | null;
164
- cityId?: string | null;
165
- forexRate?: number;
166
- currencyId?: string | null;
167
- totalDetail?: number;
168
- totalProfit?: number;
169
- totalDiscounts?: number;
170
- totalSurcharges?: number;
171
- totalShippingCost?: number;
172
- totalShippingTax?: number;
173
- totalWithheldTax?: number;
174
- totalTaxBase?: number;
175
- totalTaxes?: number;
176
- totalGlobalSurcharges?: number;
177
- totalGlobalDiscounts?: number;
178
- total?: number;
179
- costCalculationMethod?: 'Automatic' | 'Custom';
180
- taxCalculationMethod?: 'Included' | 'Excluded';
181
- dealUnitFlowId?: string | null;
182
- dealUnitFlowStageId?: string | null;
183
- partnerCreated?: boolean;
184
- partnerCollaboration?: boolean;
185
- proposedSolution?: string | null;
186
- currentSituation?: string | null;
187
- customerNeed?: string | null;
188
- wonDate?: string;
189
- lostDate?: string;
190
- expiryDate?: string;
191
- deliveredDate?: string;
192
- closedTimestamp?: string;
193
- expectedCloseDate?: string;
194
- dealUnitStatus?: 'Open' | 'Won' | 'Lost' | 'Frozen';
195
- dealUnitPurchaseProcess?: 'None' | 'Individual' | 'Commitee' | 'Unknown';
196
- dealUnitForecastCategory?: 'None' | 'Pipeline' | 'BestCase' | 'Commited' | 'Ommited' | 'Won' | 'Lost';
197
- dealUnitAmountsCalculation?: 'UserProvided' | 'SystemCalculated';
145
+ export type CurrencyIdWritable = {
146
+ code?: string | null;
147
+ country?: string | null;
198
148
  };
199
149
 
200
- export type DealUnitCreateDtoWritable = {
150
+ export type DealUnitCreateDto = {
151
+ id?: string;
152
+ timestamp?: string;
201
153
  closed?: boolean;
202
154
  title?: string | null;
203
155
  priceListId?: string | null;
@@ -219,17 +171,29 @@ export type DealUnitCreateDtoWritable = {
219
171
  forexRate?: number;
220
172
  currencyId?: string | null;
221
173
  totalDetail?: number;
174
+ totalDetailCurrencyId?: string | null;
222
175
  totalProfit?: number;
176
+ totalProfitCurrencyId?: string | null;
223
177
  totalDiscounts?: number;
178
+ totalDiscountsCurrencyId?: string | null;
224
179
  totalSurcharges?: number;
180
+ totalSurchargesCurrencyId?: string | null;
225
181
  totalShippingCost?: number;
182
+ totalShippingCostCurrencyId?: string | null;
226
183
  totalShippingTax?: number;
184
+ totalShippingTaxCurrencyId?: string | null;
227
185
  totalWithheldTax?: number;
186
+ totalWithheldTaxCurrencyId?: string | null;
228
187
  totalTaxBase?: number;
188
+ totalTaxBaseCurrencyId?: string | null;
229
189
  totalTaxes?: number;
190
+ totalTaxesCurrencyId?: string | null;
230
191
  totalGlobalSurcharges?: number;
192
+ totalGlobalSurchargesCurrencyId?: string | null;
231
193
  totalGlobalDiscounts?: number;
194
+ totalGlobalDiscountsCurrencyId?: string | null;
232
195
  total?: number;
196
+ totalCurrencyId?: string | null;
233
197
  costCalculationMethod?: 'Automatic' | 'Custom';
234
198
  taxCalculationMethod?: 'Included' | 'Excluded';
235
199
  dealUnitFlowId?: string | null;
@@ -249,6 +213,7 @@ export type DealUnitCreateDtoWritable = {
249
213
  dealUnitPurchaseProcess?: 'None' | 'Individual' | 'Commitee' | 'Unknown';
250
214
  dealUnitForecastCategory?: 'None' | 'Pipeline' | 'BestCase' | 'Commited' | 'Ommited' | 'Won' | 'Lost';
251
215
  dealUnitAmountsCalculation?: 'UserProvided' | 'SystemCalculated';
216
+ dealUnitLines?: Array<DealUnitLineCreateDto> | null;
252
217
  };
253
218
 
254
219
  export type DealUnitDto = {
@@ -281,17 +246,29 @@ export type DealUnitDto = {
281
246
  forexRate?: number;
282
247
  currencyId?: string | null;
283
248
  totalDetail?: number;
249
+ totalDetailCurrencyId?: string | null;
284
250
  totalProfit?: number;
251
+ totalProfitCurrencyId?: string | null;
285
252
  totalDiscounts?: number;
253
+ totalDiscountsCurrencyId?: string | null;
286
254
  totalSurcharges?: number;
255
+ totalSurchargesCurrencyId?: string | null;
287
256
  totalTaxBase?: number;
257
+ totalTaxBaseCurrencyId?: string | null;
288
258
  totalTaxes?: number;
259
+ totalTaxesCurrencyId?: string | null;
289
260
  totalShippingCost?: number;
261
+ totalShippingCostCurrencyId?: string | null;
290
262
  totalShippingTax?: number;
263
+ totalShippingTaxCurrencyId?: string | null;
291
264
  totalWithheldTax?: number;
265
+ totalWithheldTaxCurrencyId?: string | null;
292
266
  totalGlobalDiscounts?: number;
267
+ totalGlobalDiscountsCurrencyId?: string | null;
293
268
  totalGlobalSurcharges?: number;
269
+ totalGlobalSurchargesCurrencyId?: string | null;
294
270
  total?: number;
271
+ totalCurrencyId?: string | null;
295
272
  totalDetailInUsd?: number;
296
273
  totalProfitInUsd?: number;
297
274
  totalDiscountsInUsd?: number;
@@ -366,17 +343,9 @@ export type DealUnitDtoListEnvelopeWritable = {
366
343
  result?: Array<DealUnitDto> | null;
367
344
  };
368
345
 
369
- export type DealUnitFlowCreateDtoReadable = {
370
- readonly id?: string;
371
- readonly timestamp?: string;
372
- name?: string | null;
373
- description?: string | null;
374
- parentBusinessProcessId?: string | null;
375
- tenantId?: string | null;
376
- tenantEnrollmentId?: string | null;
377
- };
378
-
379
- export type DealUnitFlowCreateDtoWritable = {
346
+ export type DealUnitFlowCreateDto = {
347
+ id?: string;
348
+ timestamp?: string;
380
349
  name?: string | null;
381
350
  description?: string | null;
382
351
  parentBusinessProcessId?: string | null;
@@ -424,19 +393,9 @@ export type DealUnitFlowDtoListEnvelopeWritable = {
424
393
  result?: Array<DealUnitFlowDto> | null;
425
394
  };
426
395
 
427
- export type DealUnitFlowStageCreateDtoReadable = {
428
- readonly id?: string;
429
- readonly timestamp?: string;
430
- order?: number;
431
- name?: string | null;
432
- dealUnitFlowId?: string | null;
433
- tenantId?: string | null;
434
- description?: string | null;
435
- enrollmentId?: string | null;
436
- parentBusinessProcessStageId?: string | null;
437
- };
438
-
439
- export type DealUnitFlowStageCreateDtoWritable = {
396
+ export type DealUnitFlowStageCreateDto = {
397
+ id?: string;
398
+ timestamp?: string;
440
399
  order?: number;
441
400
  name?: string | null;
442
401
  dealUnitFlowId?: string | null;
@@ -565,19 +524,33 @@ export type DealUnitLineCreateDto = {
565
524
  totalGlobalDiscountsInUsd?: number;
566
525
  totalGlobalSurchargesInUsd?: number;
567
526
  customGlobalSurchargesAmount?: number;
527
+ customGlobalSurchargesAmountCurrencyId?: string | null;
568
528
  customGlobalDiscountsAmount?: number;
529
+ customGlobalDiscountsAmountCurrencyId?: string | null;
569
530
  totalDetail?: number;
531
+ totalDetailCurrencyId?: string | null;
570
532
  totalProfit?: number;
533
+ totalProfitCurrencyId?: string | null;
571
534
  totalDiscounts?: number;
535
+ totalDiscountsCurrencyId?: string | null;
572
536
  totalSurcharges?: number;
537
+ totalSurchargesCurrencyId?: string | null;
573
538
  totalTaxBase?: number;
539
+ totalTaxBaseCurrencyId?: string | null;
574
540
  totalShippingCost?: number;
541
+ totalShippingCostCurrencyId?: string | null;
575
542
  totalShippingTax?: number;
543
+ totalShippingTaxCurrencyId?: string | null;
576
544
  totalTaxes?: number;
545
+ totalTaxesCurrencyId?: string | null;
577
546
  totalWithheldTax?: number;
547
+ totalWithheldTaxCurrencyId?: string | null;
578
548
  totalGlobalDiscounts?: number;
549
+ totalGlobalDiscountsCurrencyId?: string | null;
579
550
  totalGlobalSurcharges?: number;
551
+ totalGlobalSurchargesCurrencyId?: string | null;
580
552
  total?: number;
553
+ totalCurrencyId?: string | null;
581
554
  returnPolicyId?: string | null;
582
555
  refundPolicyId?: string | null;
583
556
  warrantyPolicyId?: string | null;
@@ -590,7 +563,7 @@ export type DealUnitLineCreateDto = {
590
563
  dealUnitId?: string | null;
591
564
  };
592
565
 
593
- export type DealUnitLineDto = {
566
+ export type DealUnitLineDtoReadable = {
594
567
  id?: string | null;
595
568
  timestamp?: string | null;
596
569
  closed?: boolean;
@@ -661,31 +634,154 @@ export type DealUnitLineDto = {
661
634
  quoteItemRecordId?: string | null;
662
635
  businessProfileRecordId?: string | null;
663
636
  parentBillingItemRecordId?: string | null;
664
- currency?: CurrencyId;
637
+ currency?: CurrencyIdReadable;
665
638
  totalDetail?: number;
666
- totalDetailAmount?: Money;
639
+ totalDetailCurrencyId?: string | null;
640
+ totalDetailAmount?: MoneyReadable;
667
641
  totalProfit?: number;
668
- totalProfitAmount?: Money;
642
+ totalProfitCurrencyId?: string | null;
643
+ totalProfitAmount?: MoneyReadable;
669
644
  totalDiscounts?: number;
670
- totalDiscountsAmount?: Money;
645
+ totalDiscountsCurrencyId?: string | null;
646
+ totalDiscountsAmount?: MoneyReadable;
671
647
  totalSurcharges?: number;
672
- totalSurchargesAmount?: Money;
648
+ totalSurchargesCurrencyId?: string | null;
649
+ totalSurchargesAmount?: MoneyReadable;
673
650
  totalTaxBase?: number;
674
- totalTaxBaseAmount?: Money;
651
+ totalTaxBaseCurrencyId?: string | null;
652
+ totalTaxBaseAmount?: MoneyReadable;
675
653
  totalTaxes?: number;
676
- totalTaxesAmount?: Money;
654
+ totalTaxesCurrencyId?: string | null;
655
+ totalTaxesAmount?: MoneyReadable;
677
656
  totalShippingCost?: number;
678
- totalShippingCostAmount?: Money;
657
+ totalShippingCostCurrencyId?: string | null;
658
+ totalShippingCostAmount?: MoneyReadable;
679
659
  totalShippingTax?: number;
680
- totalShippingTaxAmount?: Money;
660
+ totalShippingTaxCurrencyId?: string | null;
661
+ totalShippingTaxAmount?: MoneyReadable;
681
662
  totalWithheldTax?: number;
682
- totalWithheldTaxAmount?: Money;
663
+ totalWithheldTaxCurrencyId?: string | null;
664
+ totalWithheldTaxAmount?: MoneyReadable;
683
665
  totalGlobalDiscounts?: number;
684
- totalGlobalDiscountsAmount?: Money;
666
+ totalGlobalDiscountsCurrencyId?: string | null;
667
+ totalGlobalDiscountsAmount?: MoneyReadable;
685
668
  totalGlobalSurcharges?: number;
686
- totalGlobalSurchargesAmount?: Money;
669
+ totalGlobalSurchargesCurrencyId?: string | null;
670
+ totalGlobalSurchargesAmount?: MoneyReadable;
687
671
  total?: number;
688
- totalAmount?: Money;
672
+ totalCurrencyId?: string | null;
673
+ totalAmount?: MoneyReadable;
674
+ dealUnitId?: string | null;
675
+ };
676
+
677
+ export type DealUnitLineDtoWritable = {
678
+ id?: string | null;
679
+ timestamp?: string | null;
680
+ closed?: boolean;
681
+ itemId?: string | null;
682
+ itemTitle?: string | null;
683
+ itemShortDescription?: string | null;
684
+ itemPrimaryImageUrl?: string | null;
685
+ shippingPolicyId?: string | null;
686
+ tenantId?: string | null;
687
+ enrollmentId?: string | null;
688
+ currencyId?: string | null;
689
+ description?: string | null;
690
+ quantity?: number;
691
+ free?: boolean;
692
+ freeReason?: string | null;
693
+ freeReasonCode?: string | null;
694
+ data?: string | null;
695
+ dataLabel?: string | null;
696
+ data1?: string | null;
697
+ data1Label?: string | null;
698
+ data2?: string | null;
699
+ data2Label?: string | null;
700
+ data3?: string | null;
701
+ data3Label?: string | null;
702
+ data4?: string | null;
703
+ data4Label?: string | null;
704
+ data5?: string | null;
705
+ data5Label?: string | null;
706
+ data6?: string | null;
707
+ data6Label?: string | null;
708
+ data7?: string | null;
709
+ data7Label?: string | null;
710
+ data8?: string | null;
711
+ data8Label?: string | null;
712
+ data9?: string | null;
713
+ data9Label?: string | null;
714
+ itemPriceId?: string | null;
715
+ priceListItemId?: string | null;
716
+ unitId?: string | null;
717
+ unitGroupId?: string | null;
718
+ taxCalculationMethod?: 'Included' | 'Excluded';
719
+ costCalculationMethod?: 'Automatic' | 'Custom';
720
+ forexRates?: ForexRates;
721
+ forexRate?: number;
722
+ totalDetailInUsd?: number;
723
+ totalProfitInUsd?: number;
724
+ totalDiscountsInUsd?: number;
725
+ totalSurchargesInUsd?: number;
726
+ totalTaxBaseInUsd?: number;
727
+ totalTaxesInUsd?: number;
728
+ totalWithheldTaxesInUsd?: number;
729
+ totalShippingCostInUsd?: number;
730
+ totalShippingTaxesInUsd?: number;
731
+ totalWarrantyCostInUsd?: number;
732
+ totalReturnCostInUsd?: number;
733
+ totalRefundCostInUsd?: number;
734
+ totalInUsd?: number;
735
+ totalGlobalDiscountsInUsd?: number;
736
+ totalGlobalSurchargesInUsd?: number;
737
+ customGlobalSurchargesAmount?: number;
738
+ customGlobalDiscountsAmount?: number;
739
+ returnPolicyId?: string | null;
740
+ refundPolicyId?: string | null;
741
+ warrantyPolicyId?: string | null;
742
+ shipmentPolicyId?: string | null;
743
+ shippingLocationId?: string | null;
744
+ locationId?: string | null;
745
+ quoteItemRecordId?: string | null;
746
+ businessProfileRecordId?: string | null;
747
+ parentBillingItemRecordId?: string | null;
748
+ currency?: CurrencyIdWritable;
749
+ totalDetail?: number;
750
+ totalDetailCurrencyId?: string | null;
751
+ totalDetailAmount?: MoneyWritable;
752
+ totalProfit?: number;
753
+ totalProfitCurrencyId?: string | null;
754
+ totalProfitAmount?: MoneyWritable;
755
+ totalDiscounts?: number;
756
+ totalDiscountsCurrencyId?: string | null;
757
+ totalDiscountsAmount?: MoneyWritable;
758
+ totalSurcharges?: number;
759
+ totalSurchargesCurrencyId?: string | null;
760
+ totalSurchargesAmount?: MoneyWritable;
761
+ totalTaxBase?: number;
762
+ totalTaxBaseCurrencyId?: string | null;
763
+ totalTaxBaseAmount?: MoneyWritable;
764
+ totalTaxes?: number;
765
+ totalTaxesCurrencyId?: string | null;
766
+ totalTaxesAmount?: MoneyWritable;
767
+ totalShippingCost?: number;
768
+ totalShippingCostCurrencyId?: string | null;
769
+ totalShippingCostAmount?: MoneyWritable;
770
+ totalShippingTax?: number;
771
+ totalShippingTaxCurrencyId?: string | null;
772
+ totalShippingTaxAmount?: MoneyWritable;
773
+ totalWithheldTax?: number;
774
+ totalWithheldTaxCurrencyId?: string | null;
775
+ totalWithheldTaxAmount?: MoneyWritable;
776
+ totalGlobalDiscounts?: number;
777
+ totalGlobalDiscountsCurrencyId?: string | null;
778
+ totalGlobalDiscountsAmount?: MoneyWritable;
779
+ totalGlobalSurcharges?: number;
780
+ totalGlobalSurchargesCurrencyId?: string | null;
781
+ totalGlobalSurchargesAmount?: MoneyWritable;
782
+ total?: number;
783
+ totalCurrencyId?: string | null;
784
+ totalAmount?: MoneyWritable;
689
785
  dealUnitId?: string | null;
690
786
  };
691
787
 
@@ -695,13 +791,13 @@ export type DealUnitLineDtoEnvelopeReadable = {
695
791
  correlationId?: string | null;
696
792
  readonly timestamp?: string;
697
793
  readonly activityId?: string | null;
698
- result?: DealUnitLineDto;
794
+ result?: DealUnitLineDtoReadable;
699
795
  };
700
796
 
701
797
  export type DealUnitLineDtoEnvelopeWritable = {
702
798
  errorMessage?: string | null;
703
799
  correlationId?: string | null;
704
- result?: DealUnitLineDto;
800
+ result?: DealUnitLineDtoWritable;
705
801
  };
706
802
 
707
803
  export type DealUnitLineDtoListEnvelopeReadable = {
@@ -710,13 +806,13 @@ export type DealUnitLineDtoListEnvelopeReadable = {
710
806
  correlationId?: string | null;
711
807
  readonly timestamp?: string;
712
808
  readonly activityId?: string | null;
713
- result?: Array<DealUnitLineDto> | null;
809
+ result?: Array<DealUnitLineDtoReadable> | null;
714
810
  };
715
811
 
716
812
  export type DealUnitLineDtoListEnvelopeWritable = {
717
813
  errorMessage?: string | null;
718
814
  correlationId?: string | null;
719
- result?: Array<DealUnitLineDto> | null;
815
+ result?: Array<DealUnitLineDtoWritable> | null;
720
816
  };
721
817
 
722
818
  export type DealUnitLineUpdateDto = {
@@ -779,19 +875,33 @@ export type DealUnitLineUpdateDto = {
779
875
  totalGlobalDiscountsInUsd?: number;
780
876
  totalGlobalSurchargesInUsd?: number;
781
877
  customGlobalSurchargesAmount?: number;
878
+ customGlobalSurchargesAmountCurrencyId?: string | null;
782
879
  customGlobalDiscountsAmount?: number;
880
+ customGlobalDiscountsAmountCurrencyId?: string | null;
783
881
  totalDetail?: number;
882
+ totalDetailCurrencyId?: string | null;
784
883
  totalProfit?: number;
884
+ totalProfitCurrencyId?: string | null;
785
885
  totalDiscounts?: number;
886
+ totalDiscountsCurrencyId?: string | null;
786
887
  totalSurcharges?: number;
888
+ totalSurchargesCurrencyId?: string | null;
787
889
  totalTaxBase?: number;
890
+ totalTaxBaseCurrencyId?: string | null;
788
891
  totalShippingCost?: number;
892
+ totalShippingCostCurrencyId?: string | null;
789
893
  totalShippingTax?: number;
894
+ totalShippingTaxCurrencyId?: string | null;
790
895
  totalTaxes?: number;
896
+ totalTaxesCurrencyId?: string | null;
791
897
  totalWithheldTax?: number;
898
+ totalWithheldTaxCurrencyId?: string | null;
792
899
  totalGlobalDiscounts?: number;
900
+ totalGlobalDiscountsCurrencyId?: string | null;
793
901
  totalGlobalSurcharges?: number;
902
+ totalGlobalSurchargesCurrencyId?: string | null;
794
903
  total?: number;
904
+ totalCurrencyId?: string | null;
795
905
  returnPolicyId?: string | null;
796
906
  refundPolicyId?: string | null;
797
907
  warrantyPolicyId?: string | null;
@@ -831,17 +941,29 @@ export type DealUnitUpdateDto = {
831
941
  forexRate?: number;
832
942
  currencyId?: string | null;
833
943
  totalDetail?: number;
944
+ totalDetailCurrencyId?: string | null;
834
945
  totalProfit?: number;
946
+ totalProfitCurrencyId?: string | null;
835
947
  totalDiscounts?: number;
948
+ totalDiscountsCurrencyId?: string | null;
836
949
  totalSurcharges?: number;
950
+ totalSurchargesCurrencyId?: string | null;
837
951
  totalShippingTax?: number;
952
+ totalShippingTaxCurrencyId?: string | null;
838
953
  totalShippingCost?: number;
954
+ totalShippingCostCurrencyId?: string | null;
839
955
  totalGlobalDiscounts?: number;
956
+ totalGlobalDiscountsCurrencyId?: string | null;
840
957
  totalGlobalSurcharges?: number;
958
+ totalGlobalSurchargesCurrencyId?: string | null;
841
959
  totalWithheldTax?: number;
960
+ totalWithheldTaxCurrencyId?: string | null;
842
961
  totalTaxBase?: number;
962
+ totalTaxBaseCurrencyId?: string | null;
843
963
  totalTaxes?: number;
964
+ totalTaxesCurrencyId?: string | null;
844
965
  total?: number;
966
+ totalCurrencyId?: string | null;
845
967
  costCalculationMethod?: 'Automatic' | 'Custom';
846
968
  taxCalculationMethod?: 'Included' | 'Excluded';
847
969
  ordered?: boolean;
@@ -922,17 +1044,29 @@ export type ExtendedDealUnitDtoReadable = {
922
1044
  forexRate?: number;
923
1045
  currencyId?: string | null;
924
1046
  totalDetail?: number;
1047
+ totalDetailCurrencyId?: string | null;
925
1048
  totalProfit?: number;
1049
+ totalProfitCurrencyId?: string | null;
926
1050
  totalDiscounts?: number;
1051
+ totalDiscountsCurrencyId?: string | null;
927
1052
  totalSurcharges?: number;
1053
+ totalSurchargesCurrencyId?: string | null;
928
1054
  totalTaxBase?: number;
1055
+ totalTaxBaseCurrencyId?: string | null;
929
1056
  totalTaxes?: number;
1057
+ totalTaxesCurrencyId?: string | null;
930
1058
  totalShippingCost?: number;
1059
+ totalShippingCostCurrencyId?: string | null;
931
1060
  totalShippingTax?: number;
1061
+ totalShippingTaxCurrencyId?: string | null;
932
1062
  totalWithheldTax?: number;
1063
+ totalWithheldTaxCurrencyId?: string | null;
933
1064
  totalGlobalDiscounts?: number;
1065
+ totalGlobalDiscountsCurrencyId?: string | null;
934
1066
  totalGlobalSurcharges?: number;
1067
+ totalGlobalSurchargesCurrencyId?: string | null;
935
1068
  total?: number;
1069
+ totalCurrencyId?: string | null;
936
1070
  totalDetailInUsd?: number;
937
1071
  totalProfitInUsd?: number;
938
1072
  totalDiscountsInUsd?: number;
@@ -1013,17 +1147,29 @@ export type ExtendedDealUnitDtoWritable = {
1013
1147
  forexRate?: number;
1014
1148
  currencyId?: string | null;
1015
1149
  totalDetail?: number;
1150
+ totalDetailCurrencyId?: string | null;
1016
1151
  totalProfit?: number;
1152
+ totalProfitCurrencyId?: string | null;
1017
1153
  totalDiscounts?: number;
1154
+ totalDiscountsCurrencyId?: string | null;
1018
1155
  totalSurcharges?: number;
1156
+ totalSurchargesCurrencyId?: string | null;
1019
1157
  totalTaxBase?: number;
1158
+ totalTaxBaseCurrencyId?: string | null;
1020
1159
  totalTaxes?: number;
1160
+ totalTaxesCurrencyId?: string | null;
1021
1161
  totalShippingCost?: number;
1162
+ totalShippingCostCurrencyId?: string | null;
1022
1163
  totalShippingTax?: number;
1164
+ totalShippingTaxCurrencyId?: string | null;
1023
1165
  totalWithheldTax?: number;
1166
+ totalWithheldTaxCurrencyId?: string | null;
1024
1167
  totalGlobalDiscounts?: number;
1168
+ totalGlobalDiscountsCurrencyId?: string | null;
1025
1169
  totalGlobalSurcharges?: number;
1170
+ totalGlobalSurchargesCurrencyId?: string | null;
1026
1171
  total?: number;
1172
+ totalCurrencyId?: string | null;
1027
1173
  totalDetailInUsd?: number;
1028
1174
  totalProfitInUsd?: number;
1029
1175
  totalDiscountsInUsd?: number;
@@ -1211,9 +1357,14 @@ export type LoginRequest = {
1211
1357
  twoFactorRecoveryCode?: string | null;
1212
1358
  };
1213
1359
 
1214
- export type Money = {
1360
+ export type MoneyReadable = {
1215
1361
  amount?: number;
1216
- currency?: CurrencyId;
1362
+ currency?: CurrencyIdReadable;
1363
+ };
1364
+
1365
+ export type MoneyWritable = {
1366
+ amount?: number;
1367
+ currency?: CurrencyIdWritable;
1217
1368
  };
1218
1369
 
1219
1370
  export type RefreshRequest = {
@@ -1235,20 +1386,9 @@ export type ResetPasswordRequest = {
1235
1386
  newPassword: string | null;
1236
1387
  };
1237
1388
 
1238
- export type SalesLiteratureCreateDtoReadable = {
1239
- readonly id?: string;
1240
- readonly timestamp?: string;
1241
- title?: string | null;
1242
- content?: string | null;
1243
- description?: string | null;
1244
- modifiedDate?: string;
1245
- expirationDate?: string;
1246
- tenantId?: string | null;
1247
- enrollmentId?: string | null;
1248
- salesLiteratureTypeId?: string | null;
1249
- };
1250
-
1251
- export type SalesLiteratureCreateDtoWritable = {
1389
+ export type SalesLiteratureCreateDto = {
1390
+ id?: string;
1391
+ timestamp?: string;
1252
1392
  title?: string | null;
1253
1393
  content?: string | null;
1254
1394
  description?: string | null;
@@ -1526,7 +1666,7 @@ export type UserDtoWritable = {
1526
1666
  siteTheme?: 'System' | 'Light' | 'Dark';
1527
1667
  };
1528
1668
 
1529
- export type GetApiV2DealsServiceDealUnitFlowsData = {
1669
+ export type GetDealUnitFlowsAsyncData = {
1530
1670
  body?: never;
1531
1671
  path?: never;
1532
1672
  query: {
@@ -1535,26 +1675,26 @@ export type GetApiV2DealsServiceDealUnitFlowsData = {
1535
1675
  url: '/api/v2/DealsService/DealUnitFlows';
1536
1676
  };
1537
1677
 
1538
- export type GetApiV2DealsServiceDealUnitFlowsErrors = {
1678
+ export type GetDealUnitFlowsAsyncErrors = {
1539
1679
  /**
1540
1680
  * Not Found
1541
1681
  */
1542
1682
  404: ErrorEnvelopeReadable;
1543
1683
  };
1544
1684
 
1545
- export type GetApiV2DealsServiceDealUnitFlowsError = GetApiV2DealsServiceDealUnitFlowsErrors[keyof GetApiV2DealsServiceDealUnitFlowsErrors];
1685
+ export type GetDealUnitFlowsAsyncError = GetDealUnitFlowsAsyncErrors[keyof GetDealUnitFlowsAsyncErrors];
1546
1686
 
1547
- export type GetApiV2DealsServiceDealUnitFlowsResponses = {
1687
+ export type GetDealUnitFlowsAsyncResponses = {
1548
1688
  /**
1549
1689
  * OK
1550
1690
  */
1551
1691
  200: DealUnitFlowDtoListEnvelopeReadable;
1552
1692
  };
1553
1693
 
1554
- export type GetApiV2DealsServiceDealUnitFlowsResponse = GetApiV2DealsServiceDealUnitFlowsResponses[keyof GetApiV2DealsServiceDealUnitFlowsResponses];
1694
+ export type GetDealUnitFlowsAsyncResponse = GetDealUnitFlowsAsyncResponses[keyof GetDealUnitFlowsAsyncResponses];
1555
1695
 
1556
- export type PostApiV2DealsServiceDealUnitFlowsData = {
1557
- body?: DealUnitFlowCreateDtoWritable;
1696
+ export type CreateDealUnitFlowAsyncData = {
1697
+ body?: DealUnitFlowCreateDto;
1558
1698
  path?: never;
1559
1699
  query: {
1560
1700
  tenantId: string;
@@ -1562,25 +1702,25 @@ export type PostApiV2DealsServiceDealUnitFlowsData = {
1562
1702
  url: '/api/v2/DealsService/DealUnitFlows';
1563
1703
  };
1564
1704
 
1565
- export type PostApiV2DealsServiceDealUnitFlowsErrors = {
1705
+ export type CreateDealUnitFlowAsyncErrors = {
1566
1706
  /**
1567
1707
  * Not Found
1568
1708
  */
1569
1709
  404: ErrorEnvelopeReadable;
1570
1710
  };
1571
1711
 
1572
- export type PostApiV2DealsServiceDealUnitFlowsError = PostApiV2DealsServiceDealUnitFlowsErrors[keyof PostApiV2DealsServiceDealUnitFlowsErrors];
1712
+ export type CreateDealUnitFlowAsyncError = CreateDealUnitFlowAsyncErrors[keyof CreateDealUnitFlowAsyncErrors];
1573
1713
 
1574
- export type PostApiV2DealsServiceDealUnitFlowsResponses = {
1714
+ export type CreateDealUnitFlowAsyncResponses = {
1575
1715
  /**
1576
1716
  * OK
1577
1717
  */
1578
1718
  200: EmptyEnvelopeReadable;
1579
1719
  };
1580
1720
 
1581
- export type PostApiV2DealsServiceDealUnitFlowsResponse = PostApiV2DealsServiceDealUnitFlowsResponses[keyof PostApiV2DealsServiceDealUnitFlowsResponses];
1721
+ export type CreateDealUnitFlowAsyncResponse = CreateDealUnitFlowAsyncResponses[keyof CreateDealUnitFlowAsyncResponses];
1582
1722
 
1583
- export type GetApiV2DealsServiceDealUnitFlowsCountData = {
1723
+ export type GetDealUnitFlowsCountAsyncData = {
1584
1724
  body?: never;
1585
1725
  path?: never;
1586
1726
  query: {
@@ -1589,25 +1729,25 @@ export type GetApiV2DealsServiceDealUnitFlowsCountData = {
1589
1729
  url: '/api/v2/DealsService/DealUnitFlows/Count';
1590
1730
  };
1591
1731
 
1592
- export type GetApiV2DealsServiceDealUnitFlowsCountErrors = {
1732
+ export type GetDealUnitFlowsCountAsyncErrors = {
1593
1733
  /**
1594
1734
  * Not Found
1595
1735
  */
1596
1736
  404: ErrorEnvelopeReadable;
1597
1737
  };
1598
1738
 
1599
- export type GetApiV2DealsServiceDealUnitFlowsCountError = GetApiV2DealsServiceDealUnitFlowsCountErrors[keyof GetApiV2DealsServiceDealUnitFlowsCountErrors];
1739
+ export type GetDealUnitFlowsCountAsyncError = GetDealUnitFlowsCountAsyncErrors[keyof GetDealUnitFlowsCountAsyncErrors];
1600
1740
 
1601
- export type GetApiV2DealsServiceDealUnitFlowsCountResponses = {
1741
+ export type GetDealUnitFlowsCountAsyncResponses = {
1602
1742
  /**
1603
1743
  * OK
1604
1744
  */
1605
1745
  200: Int32EnvelopeReadable;
1606
1746
  };
1607
1747
 
1608
- export type GetApiV2DealsServiceDealUnitFlowsCountResponse = GetApiV2DealsServiceDealUnitFlowsCountResponses[keyof GetApiV2DealsServiceDealUnitFlowsCountResponses];
1748
+ export type GetDealUnitFlowsCountAsyncResponse = GetDealUnitFlowsCountAsyncResponses[keyof GetDealUnitFlowsCountAsyncResponses];
1609
1749
 
1610
- export type DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdData = {
1750
+ export type DeleteDealUnitFlowAsyncData = {
1611
1751
  body?: never;
1612
1752
  path: {
1613
1753
  dealUnitFlowId: string;
@@ -1618,23 +1758,23 @@ export type DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdData = {
1618
1758
  url: '/api/v2/DealsService/DealUnitFlows/{dealUnitFlowId}';
1619
1759
  };
1620
1760
 
1621
- export type DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdErrors = {
1761
+ export type DeleteDealUnitFlowAsyncErrors = {
1622
1762
  /**
1623
1763
  * Not Found
1624
1764
  */
1625
1765
  404: ErrorEnvelopeReadable;
1626
1766
  };
1627
1767
 
1628
- export type DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdError = DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdErrors[keyof DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdErrors];
1768
+ export type DeleteDealUnitFlowAsyncError = DeleteDealUnitFlowAsyncErrors[keyof DeleteDealUnitFlowAsyncErrors];
1629
1769
 
1630
- export type DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdResponses = {
1770
+ export type DeleteDealUnitFlowAsyncResponses = {
1631
1771
  /**
1632
1772
  * OK
1633
1773
  */
1634
1774
  200: EmptyEnvelopeReadable;
1635
1775
  };
1636
1776
 
1637
- export type DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdResponse = DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdResponses[keyof DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdResponses];
1777
+ export type DeleteDealUnitFlowAsyncResponse = DeleteDealUnitFlowAsyncResponses[keyof DeleteDealUnitFlowAsyncResponses];
1638
1778
 
1639
1779
  export type GetDealUnitFlowAsyncData = {
1640
1780
  body?: never;
@@ -1665,7 +1805,7 @@ export type GetDealUnitFlowAsyncResponses = {
1665
1805
 
1666
1806
  export type GetDealUnitFlowAsyncResponse = GetDealUnitFlowAsyncResponses[keyof GetDealUnitFlowAsyncResponses];
1667
1807
 
1668
- export type PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdData = {
1808
+ export type UpdateDealUnitFlowAsyncData = {
1669
1809
  body?: DealUnitFlowUpdateDto;
1670
1810
  path: {
1671
1811
  dealUnitFlowId: string;
@@ -1676,25 +1816,25 @@ export type PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdData = {
1676
1816
  url: '/api/v2/DealsService/DealUnitFlows/{dealUnitFlowId}';
1677
1817
  };
1678
1818
 
1679
- export type PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdErrors = {
1819
+ export type UpdateDealUnitFlowAsyncErrors = {
1680
1820
  /**
1681
1821
  * Not Found
1682
1822
  */
1683
1823
  404: ErrorEnvelopeReadable;
1684
1824
  };
1685
1825
 
1686
- export type PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdError = PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdErrors[keyof PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdErrors];
1826
+ export type UpdateDealUnitFlowAsyncError = UpdateDealUnitFlowAsyncErrors[keyof UpdateDealUnitFlowAsyncErrors];
1687
1827
 
1688
- export type PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdResponses = {
1828
+ export type UpdateDealUnitFlowAsyncResponses = {
1689
1829
  /**
1690
1830
  * OK
1691
1831
  */
1692
1832
  200: EmptyEnvelopeReadable;
1693
1833
  };
1694
1834
 
1695
- export type PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdResponse = PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdResponses[keyof PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdResponses];
1835
+ export type UpdateDealUnitFlowAsyncResponse = UpdateDealUnitFlowAsyncResponses[keyof UpdateDealUnitFlowAsyncResponses];
1696
1836
 
1697
- export type GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesData = {
1837
+ export type GetDealUnitFlowStagesAsyncData = {
1698
1838
  body?: never;
1699
1839
  path: {
1700
1840
  dealUnitFlowId: string;
@@ -1705,26 +1845,26 @@ export type GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesData = {
1705
1845
  url: '/api/v2/DealsService/DealUnitFlows/{dealUnitFlowId}/Stages';
1706
1846
  };
1707
1847
 
1708
- export type GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesErrors = {
1848
+ export type GetDealUnitFlowStagesAsyncErrors = {
1709
1849
  /**
1710
1850
  * Not Found
1711
1851
  */
1712
1852
  404: ErrorEnvelopeReadable;
1713
1853
  };
1714
1854
 
1715
- export type GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesError = GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesErrors[keyof GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesErrors];
1855
+ export type GetDealUnitFlowStagesAsyncError = GetDealUnitFlowStagesAsyncErrors[keyof GetDealUnitFlowStagesAsyncErrors];
1716
1856
 
1717
- export type GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesResponses = {
1857
+ export type GetDealUnitFlowStagesAsyncResponses = {
1718
1858
  /**
1719
1859
  * OK
1720
1860
  */
1721
1861
  200: DealUnitFlowStageDtoListEnvelopeReadable;
1722
1862
  };
1723
1863
 
1724
- export type GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesResponse = GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesResponses[keyof GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesResponses];
1864
+ export type GetDealUnitFlowStagesAsyncResponse = GetDealUnitFlowStagesAsyncResponses[keyof GetDealUnitFlowStagesAsyncResponses];
1725
1865
 
1726
- export type PostApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesData = {
1727
- body?: DealUnitFlowStageCreateDtoWritable;
1866
+ export type CreateDealUnitFlowStageAsyncData = {
1867
+ body?: DealUnitFlowStageCreateDto;
1728
1868
  path: {
1729
1869
  dealUnitFlowId: string;
1730
1870
  };
@@ -1734,25 +1874,25 @@ export type PostApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesData = {
1734
1874
  url: '/api/v2/DealsService/DealUnitFlows/{dealUnitFlowId}/Stages';
1735
1875
  };
1736
1876
 
1737
- export type PostApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesErrors = {
1877
+ export type CreateDealUnitFlowStageAsyncErrors = {
1738
1878
  /**
1739
1879
  * Not Found
1740
1880
  */
1741
1881
  404: ErrorEnvelopeReadable;
1742
1882
  };
1743
1883
 
1744
- export type PostApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesError = PostApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesErrors[keyof PostApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesErrors];
1884
+ export type CreateDealUnitFlowStageAsyncError = CreateDealUnitFlowStageAsyncErrors[keyof CreateDealUnitFlowStageAsyncErrors];
1745
1885
 
1746
- export type PostApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesResponses = {
1886
+ export type CreateDealUnitFlowStageAsyncResponses = {
1747
1887
  /**
1748
1888
  * OK
1749
1889
  */
1750
1890
  200: EmptyEnvelopeReadable;
1751
1891
  };
1752
1892
 
1753
- export type PostApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesResponse = PostApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesResponses[keyof PostApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesResponses];
1893
+ export type CreateDealUnitFlowStageAsyncResponse = CreateDealUnitFlowStageAsyncResponses[keyof CreateDealUnitFlowStageAsyncResponses];
1754
1894
 
1755
- export type GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesCountData = {
1895
+ export type GetDealUnitFlowStagesCountAsyncData = {
1756
1896
  body?: never;
1757
1897
  path: {
1758
1898
  dealUnitFlowId: string;
@@ -1763,25 +1903,25 @@ export type GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesCountData = {
1763
1903
  url: '/api/v2/DealsService/DealUnitFlows/{dealUnitFlowId}/Stages/Count';
1764
1904
  };
1765
1905
 
1766
- export type GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesCountErrors = {
1906
+ export type GetDealUnitFlowStagesCountAsyncErrors = {
1767
1907
  /**
1768
1908
  * Not Found
1769
1909
  */
1770
1910
  404: ErrorEnvelopeReadable;
1771
1911
  };
1772
1912
 
1773
- export type GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesCountError = GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesCountErrors[keyof GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesCountErrors];
1913
+ export type GetDealUnitFlowStagesCountAsyncError = GetDealUnitFlowStagesCountAsyncErrors[keyof GetDealUnitFlowStagesCountAsyncErrors];
1774
1914
 
1775
- export type GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesCountResponses = {
1915
+ export type GetDealUnitFlowStagesCountAsyncResponses = {
1776
1916
  /**
1777
1917
  * OK
1778
1918
  */
1779
1919
  200: Int32EnvelopeReadable;
1780
1920
  };
1781
1921
 
1782
- export type GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesCountResponse = GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesCountResponses[keyof GetApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesCountResponses];
1922
+ export type GetDealUnitFlowStagesCountAsyncResponse = GetDealUnitFlowStagesCountAsyncResponses[keyof GetDealUnitFlowStagesCountAsyncResponses];
1783
1923
 
1784
- export type DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdData = {
1924
+ export type DeleteDealUnitFlowStageAsyncData = {
1785
1925
  body?: never;
1786
1926
  path: {
1787
1927
  dealUnitFlowId: string;
@@ -1793,23 +1933,23 @@ export type DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnit
1793
1933
  url: '/api/v2/DealsService/DealUnitFlows/{dealUnitFlowId}/Stages/{dealUnitFlowStageId}';
1794
1934
  };
1795
1935
 
1796
- export type DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdErrors = {
1936
+ export type DeleteDealUnitFlowStageAsyncErrors = {
1797
1937
  /**
1798
1938
  * Not Found
1799
1939
  */
1800
1940
  404: ErrorEnvelopeReadable;
1801
1941
  };
1802
1942
 
1803
- export type DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdError = DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdErrors[keyof DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdErrors];
1943
+ export type DeleteDealUnitFlowStageAsyncError = DeleteDealUnitFlowStageAsyncErrors[keyof DeleteDealUnitFlowStageAsyncErrors];
1804
1944
 
1805
- export type DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdResponses = {
1945
+ export type DeleteDealUnitFlowStageAsyncResponses = {
1806
1946
  /**
1807
1947
  * OK
1808
1948
  */
1809
1949
  200: EmptyEnvelopeReadable;
1810
1950
  };
1811
1951
 
1812
- export type DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdResponse = DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdResponses[keyof DeleteApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdResponses];
1952
+ export type DeleteDealUnitFlowStageAsyncResponse = DeleteDealUnitFlowStageAsyncResponses[keyof DeleteDealUnitFlowStageAsyncResponses];
1813
1953
 
1814
1954
  export type GetDealUnitFlowStageAsyncData = {
1815
1955
  body?: never;
@@ -1841,7 +1981,7 @@ export type GetDealUnitFlowStageAsyncResponses = {
1841
1981
 
1842
1982
  export type GetDealUnitFlowStageAsyncResponse = GetDealUnitFlowStageAsyncResponses[keyof GetDealUnitFlowStageAsyncResponses];
1843
1983
 
1844
- export type PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdData = {
1984
+ export type UpdateDealUnitFlowStageAsyncData = {
1845
1985
  body?: DealUnitFlowStageUpdateDto;
1846
1986
  path: {
1847
1987
  dealUnitFlowId: string;
@@ -1853,25 +1993,25 @@ export type PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlo
1853
1993
  url: '/api/v2/DealsService/DealUnitFlows/{dealUnitFlowId}/Stages/{dealUnitFlowStageId}';
1854
1994
  };
1855
1995
 
1856
- export type PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdErrors = {
1996
+ export type UpdateDealUnitFlowStageAsyncErrors = {
1857
1997
  /**
1858
1998
  * Not Found
1859
1999
  */
1860
2000
  404: ErrorEnvelopeReadable;
1861
2001
  };
1862
2002
 
1863
- export type PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdError = PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdErrors[keyof PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdErrors];
2003
+ export type UpdateDealUnitFlowStageAsyncError = UpdateDealUnitFlowStageAsyncErrors[keyof UpdateDealUnitFlowStageAsyncErrors];
1864
2004
 
1865
- export type PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdResponses = {
2005
+ export type UpdateDealUnitFlowStageAsyncResponses = {
1866
2006
  /**
1867
2007
  * OK
1868
2008
  */
1869
2009
  200: EmptyEnvelopeReadable;
1870
2010
  };
1871
2011
 
1872
- export type PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdResponse = PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdResponses[keyof PutApiV2DealsServiceDealUnitFlowsByDealUnitFlowIdStagesByDealUnitFlowStageIdResponses];
2012
+ export type UpdateDealUnitFlowStageAsyncResponse = UpdateDealUnitFlowStageAsyncResponses[keyof UpdateDealUnitFlowStageAsyncResponses];
1873
2013
 
1874
- export type GetApiV2DealsServiceDealUnitsData = {
2014
+ export type GetDealUnitsAsyncData = {
1875
2015
  body?: never;
1876
2016
  path?: never;
1877
2017
  query: {
@@ -1880,26 +2020,26 @@ export type GetApiV2DealsServiceDealUnitsData = {
1880
2020
  url: '/api/v2/DealsService/DealUnits';
1881
2021
  };
1882
2022
 
1883
- export type GetApiV2DealsServiceDealUnitsErrors = {
2023
+ export type GetDealUnitsAsyncErrors = {
1884
2024
  /**
1885
2025
  * Not Found
1886
2026
  */
1887
2027
  404: ErrorEnvelopeReadable;
1888
2028
  };
1889
2029
 
1890
- export type GetApiV2DealsServiceDealUnitsError = GetApiV2DealsServiceDealUnitsErrors[keyof GetApiV2DealsServiceDealUnitsErrors];
2030
+ export type GetDealUnitsAsyncError = GetDealUnitsAsyncErrors[keyof GetDealUnitsAsyncErrors];
1891
2031
 
1892
- export type GetApiV2DealsServiceDealUnitsResponses = {
2032
+ export type GetDealUnitsAsyncResponses = {
1893
2033
  /**
1894
2034
  * OK
1895
2035
  */
1896
2036
  200: DealUnitDtoListEnvelopeReadable;
1897
2037
  };
1898
2038
 
1899
- export type GetApiV2DealsServiceDealUnitsResponse = GetApiV2DealsServiceDealUnitsResponses[keyof GetApiV2DealsServiceDealUnitsResponses];
2039
+ export type GetDealUnitsAsyncResponse = GetDealUnitsAsyncResponses[keyof GetDealUnitsAsyncResponses];
1900
2040
 
1901
- export type PostApiV2DealsServiceDealUnitsData = {
1902
- body?: DealUnitCreateDtoWritable;
2041
+ export type CreateDealUnitAsyncData = {
2042
+ body?: DealUnitCreateDto;
1903
2043
  path?: never;
1904
2044
  query: {
1905
2045
  tenantId: string;
@@ -1907,25 +2047,25 @@ export type PostApiV2DealsServiceDealUnitsData = {
1907
2047
  url: '/api/v2/DealsService/DealUnits';
1908
2048
  };
1909
2049
 
1910
- export type PostApiV2DealsServiceDealUnitsErrors = {
2050
+ export type CreateDealUnitAsyncErrors = {
1911
2051
  /**
1912
2052
  * Not Found
1913
2053
  */
1914
2054
  404: ErrorEnvelopeReadable;
1915
2055
  };
1916
2056
 
1917
- export type PostApiV2DealsServiceDealUnitsError = PostApiV2DealsServiceDealUnitsErrors[keyof PostApiV2DealsServiceDealUnitsErrors];
2057
+ export type CreateDealUnitAsyncError = CreateDealUnitAsyncErrors[keyof CreateDealUnitAsyncErrors];
1918
2058
 
1919
- export type PostApiV2DealsServiceDealUnitsResponses = {
2059
+ export type CreateDealUnitAsyncResponses = {
1920
2060
  /**
1921
2061
  * OK
1922
2062
  */
1923
2063
  200: EmptyEnvelopeReadable;
1924
2064
  };
1925
2065
 
1926
- export type PostApiV2DealsServiceDealUnitsResponse = PostApiV2DealsServiceDealUnitsResponses[keyof PostApiV2DealsServiceDealUnitsResponses];
2066
+ export type CreateDealUnitAsyncResponse = CreateDealUnitAsyncResponses[keyof CreateDealUnitAsyncResponses];
1927
2067
 
1928
- export type GetApiV2DealsServiceDealUnitsCountData = {
2068
+ export type GetDealUnitsCountAsyncData = {
1929
2069
  body?: never;
1930
2070
  path?: never;
1931
2071
  query: {
@@ -1934,25 +2074,25 @@ export type GetApiV2DealsServiceDealUnitsCountData = {
1934
2074
  url: '/api/v2/DealsService/DealUnits/Count';
1935
2075
  };
1936
2076
 
1937
- export type GetApiV2DealsServiceDealUnitsCountErrors = {
2077
+ export type GetDealUnitsCountAsyncErrors = {
1938
2078
  /**
1939
2079
  * Not Found
1940
2080
  */
1941
2081
  404: ErrorEnvelopeReadable;
1942
2082
  };
1943
2083
 
1944
- export type GetApiV2DealsServiceDealUnitsCountError = GetApiV2DealsServiceDealUnitsCountErrors[keyof GetApiV2DealsServiceDealUnitsCountErrors];
2084
+ export type GetDealUnitsCountAsyncError = GetDealUnitsCountAsyncErrors[keyof GetDealUnitsCountAsyncErrors];
1945
2085
 
1946
- export type GetApiV2DealsServiceDealUnitsCountResponses = {
2086
+ export type GetDealUnitsCountAsyncResponses = {
1947
2087
  /**
1948
2088
  * OK
1949
2089
  */
1950
2090
  200: Int32EnvelopeReadable;
1951
2091
  };
1952
2092
 
1953
- export type GetApiV2DealsServiceDealUnitsCountResponse = GetApiV2DealsServiceDealUnitsCountResponses[keyof GetApiV2DealsServiceDealUnitsCountResponses];
2093
+ export type GetDealUnitsCountAsyncResponse = GetDealUnitsCountAsyncResponses[keyof GetDealUnitsCountAsyncResponses];
1954
2094
 
1955
- export type GetApiV2DealsServiceDealUnitsExtendedData = {
2095
+ export type GetExtendedDealUnitsAsyncData = {
1956
2096
  body?: never;
1957
2097
  path?: never;
1958
2098
  query: {
@@ -1961,25 +2101,25 @@ export type GetApiV2DealsServiceDealUnitsExtendedData = {
1961
2101
  url: '/api/v2/DealsService/DealUnits/Extended';
1962
2102
  };
1963
2103
 
1964
- export type GetApiV2DealsServiceDealUnitsExtendedErrors = {
2104
+ export type GetExtendedDealUnitsAsyncErrors = {
1965
2105
  /**
1966
2106
  * Not Found
1967
2107
  */
1968
2108
  404: ErrorEnvelopeReadable;
1969
2109
  };
1970
2110
 
1971
- export type GetApiV2DealsServiceDealUnitsExtendedError = GetApiV2DealsServiceDealUnitsExtendedErrors[keyof GetApiV2DealsServiceDealUnitsExtendedErrors];
2111
+ export type GetExtendedDealUnitsAsyncError = GetExtendedDealUnitsAsyncErrors[keyof GetExtendedDealUnitsAsyncErrors];
1972
2112
 
1973
- export type GetApiV2DealsServiceDealUnitsExtendedResponses = {
2113
+ export type GetExtendedDealUnitsAsyncResponses = {
1974
2114
  /**
1975
2115
  * OK
1976
2116
  */
1977
2117
  200: ExtendedDealUnitDtoListEnvelopeReadable;
1978
2118
  };
1979
2119
 
1980
- export type GetApiV2DealsServiceDealUnitsExtendedResponse = GetApiV2DealsServiceDealUnitsExtendedResponses[keyof GetApiV2DealsServiceDealUnitsExtendedResponses];
2120
+ export type GetExtendedDealUnitsAsyncResponse = GetExtendedDealUnitsAsyncResponses[keyof GetExtendedDealUnitsAsyncResponses];
1981
2121
 
1982
- export type DeleteApiV2DealsServiceDealUnitsByDealUnitIdData = {
2122
+ export type DeleteDealUnitAsyncData = {
1983
2123
  body?: never;
1984
2124
  path: {
1985
2125
  dealUnitId: string;
@@ -1990,23 +2130,23 @@ export type DeleteApiV2DealsServiceDealUnitsByDealUnitIdData = {
1990
2130
  url: '/api/v2/DealsService/DealUnits/{dealUnitId}';
1991
2131
  };
1992
2132
 
1993
- export type DeleteApiV2DealsServiceDealUnitsByDealUnitIdErrors = {
2133
+ export type DeleteDealUnitAsyncErrors = {
1994
2134
  /**
1995
2135
  * Not Found
1996
2136
  */
1997
2137
  404: ErrorEnvelopeReadable;
1998
2138
  };
1999
2139
 
2000
- export type DeleteApiV2DealsServiceDealUnitsByDealUnitIdError = DeleteApiV2DealsServiceDealUnitsByDealUnitIdErrors[keyof DeleteApiV2DealsServiceDealUnitsByDealUnitIdErrors];
2140
+ export type DeleteDealUnitAsyncError = DeleteDealUnitAsyncErrors[keyof DeleteDealUnitAsyncErrors];
2001
2141
 
2002
- export type DeleteApiV2DealsServiceDealUnitsByDealUnitIdResponses = {
2142
+ export type DeleteDealUnitAsyncResponses = {
2003
2143
  /**
2004
2144
  * OK
2005
2145
  */
2006
2146
  200: EmptyEnvelopeReadable;
2007
2147
  };
2008
2148
 
2009
- export type DeleteApiV2DealsServiceDealUnitsByDealUnitIdResponse = DeleteApiV2DealsServiceDealUnitsByDealUnitIdResponses[keyof DeleteApiV2DealsServiceDealUnitsByDealUnitIdResponses];
2149
+ export type DeleteDealUnitAsyncResponse = DeleteDealUnitAsyncResponses[keyof DeleteDealUnitAsyncResponses];
2010
2150
 
2011
2151
  export type GetDealUnitAsyncData = {
2012
2152
  body?: never;
@@ -2037,7 +2177,7 @@ export type GetDealUnitAsyncResponses = {
2037
2177
 
2038
2178
  export type GetDealUnitAsyncResponse = GetDealUnitAsyncResponses[keyof GetDealUnitAsyncResponses];
2039
2179
 
2040
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdData = {
2180
+ export type UpdateDealUnitAsyncData = {
2041
2181
  body?: DealUnitUpdateDto;
2042
2182
  path: {
2043
2183
  dealUnitId: string;
@@ -2048,25 +2188,25 @@ export type PutApiV2DealsServiceDealUnitsByDealUnitIdData = {
2048
2188
  url: '/api/v2/DealsService/DealUnits/{dealUnitId}';
2049
2189
  };
2050
2190
 
2051
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdErrors = {
2191
+ export type UpdateDealUnitAsyncErrors = {
2052
2192
  /**
2053
2193
  * Not Found
2054
2194
  */
2055
2195
  404: ErrorEnvelopeReadable;
2056
2196
  };
2057
2197
 
2058
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdError = PutApiV2DealsServiceDealUnitsByDealUnitIdErrors[keyof PutApiV2DealsServiceDealUnitsByDealUnitIdErrors];
2198
+ export type UpdateDealUnitAsyncError = UpdateDealUnitAsyncErrors[keyof UpdateDealUnitAsyncErrors];
2059
2199
 
2060
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdResponses = {
2200
+ export type UpdateDealUnitAsyncResponses = {
2061
2201
  /**
2062
2202
  * OK
2063
2203
  */
2064
2204
  200: EmptyEnvelopeReadable;
2065
2205
  };
2066
2206
 
2067
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdResponse = PutApiV2DealsServiceDealUnitsByDealUnitIdResponses[keyof PutApiV2DealsServiceDealUnitsByDealUnitIdResponses];
2207
+ export type UpdateDealUnitAsyncResponse = UpdateDealUnitAsyncResponses[keyof UpdateDealUnitAsyncResponses];
2068
2208
 
2069
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdExtendedData = {
2209
+ export type GetExtendedDealUnitAsyncData = {
2070
2210
  body?: never;
2071
2211
  path: {
2072
2212
  dealUnitId: string;
@@ -2077,25 +2217,25 @@ export type GetApiV2DealsServiceDealUnitsByDealUnitIdExtendedData = {
2077
2217
  url: '/api/v2/DealsService/DealUnits/{dealUnitId}/Extended';
2078
2218
  };
2079
2219
 
2080
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdExtendedErrors = {
2220
+ export type GetExtendedDealUnitAsyncErrors = {
2081
2221
  /**
2082
2222
  * Not Found
2083
2223
  */
2084
2224
  404: ErrorEnvelopeReadable;
2085
2225
  };
2086
2226
 
2087
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdExtendedError = GetApiV2DealsServiceDealUnitsByDealUnitIdExtendedErrors[keyof GetApiV2DealsServiceDealUnitsByDealUnitIdExtendedErrors];
2227
+ export type GetExtendedDealUnitAsyncError = GetExtendedDealUnitAsyncErrors[keyof GetExtendedDealUnitAsyncErrors];
2088
2228
 
2089
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdExtendedResponses = {
2229
+ export type GetExtendedDealUnitAsyncResponses = {
2090
2230
  /**
2091
2231
  * OK
2092
2232
  */
2093
2233
  200: ExtendedDealUnitDtoEnvelopeReadable;
2094
2234
  };
2095
2235
 
2096
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdExtendedResponse = GetApiV2DealsServiceDealUnitsByDealUnitIdExtendedResponses[keyof GetApiV2DealsServiceDealUnitsByDealUnitIdExtendedResponses];
2236
+ export type GetExtendedDealUnitAsyncResponse = GetExtendedDealUnitAsyncResponses[keyof GetExtendedDealUnitAsyncResponses];
2097
2237
 
2098
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdCalculateData = {
2238
+ export type CalculateDealUnitAsyncData = {
2099
2239
  body?: never;
2100
2240
  path: {
2101
2241
  dealUnitId: string;
@@ -2106,25 +2246,25 @@ export type PutApiV2DealsServiceDealUnitsByDealUnitIdCalculateData = {
2106
2246
  url: '/api/v2/DealsService/DealUnits/{dealUnitId}/Calculate';
2107
2247
  };
2108
2248
 
2109
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdCalculateErrors = {
2249
+ export type CalculateDealUnitAsyncErrors = {
2110
2250
  /**
2111
2251
  * Not Found
2112
2252
  */
2113
2253
  404: ErrorEnvelopeReadable;
2114
2254
  };
2115
2255
 
2116
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdCalculateError = PutApiV2DealsServiceDealUnitsByDealUnitIdCalculateErrors[keyof PutApiV2DealsServiceDealUnitsByDealUnitIdCalculateErrors];
2256
+ export type CalculateDealUnitAsyncError = CalculateDealUnitAsyncErrors[keyof CalculateDealUnitAsyncErrors];
2117
2257
 
2118
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdCalculateResponses = {
2258
+ export type CalculateDealUnitAsyncResponses = {
2119
2259
  /**
2120
2260
  * OK
2121
2261
  */
2122
2262
  200: EmptyEnvelopeReadable;
2123
2263
  };
2124
2264
 
2125
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdCalculateResponse = PutApiV2DealsServiceDealUnitsByDealUnitIdCalculateResponses[keyof PutApiV2DealsServiceDealUnitsByDealUnitIdCalculateResponses];
2265
+ export type CalculateDealUnitAsyncResponse = CalculateDealUnitAsyncResponses[keyof CalculateDealUnitAsyncResponses];
2126
2266
 
2127
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesData = {
2267
+ export type GetDealUnitLinesAsyncData = {
2128
2268
  body?: never;
2129
2269
  path: {
2130
2270
  dealUnitId: string;
@@ -2136,25 +2276,25 @@ export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesData = {
2136
2276
  url: '/api/v2/DealsService/DealUnits/{dealUnitId}/Lines';
2137
2277
  };
2138
2278
 
2139
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesErrors = {
2279
+ export type GetDealUnitLinesAsyncErrors = {
2140
2280
  /**
2141
2281
  * Not Found
2142
2282
  */
2143
2283
  404: ErrorEnvelopeReadable;
2144
2284
  };
2145
2285
 
2146
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesError = GetApiV2DealsServiceDealUnitsByDealUnitIdLinesErrors[keyof GetApiV2DealsServiceDealUnitsByDealUnitIdLinesErrors];
2286
+ export type GetDealUnitLinesAsyncError = GetDealUnitLinesAsyncErrors[keyof GetDealUnitLinesAsyncErrors];
2147
2287
 
2148
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesResponses = {
2288
+ export type GetDealUnitLinesAsyncResponses = {
2149
2289
  /**
2150
2290
  * OK
2151
2291
  */
2152
2292
  200: DealUnitLineDtoListEnvelopeReadable;
2153
2293
  };
2154
2294
 
2155
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesResponse = GetApiV2DealsServiceDealUnitsByDealUnitIdLinesResponses[keyof GetApiV2DealsServiceDealUnitsByDealUnitIdLinesResponses];
2295
+ export type GetDealUnitLinesAsyncResponse = GetDealUnitLinesAsyncResponses[keyof GetDealUnitLinesAsyncResponses];
2156
2296
 
2157
- export type PostApiV2DealsServiceDealUnitsByDealUnitIdLinesData = {
2297
+ export type CreateGetDealUnitLinesAsyncData = {
2158
2298
  body?: DealUnitLineCreateDto;
2159
2299
  path: {
2160
2300
  dealUnitId: string;
@@ -2165,25 +2305,25 @@ export type PostApiV2DealsServiceDealUnitsByDealUnitIdLinesData = {
2165
2305
  url: '/api/v2/DealsService/DealUnits/{dealUnitId}/Lines';
2166
2306
  };
2167
2307
 
2168
- export type PostApiV2DealsServiceDealUnitsByDealUnitIdLinesErrors = {
2308
+ export type CreateGetDealUnitLinesAsyncErrors = {
2169
2309
  /**
2170
2310
  * Not Found
2171
2311
  */
2172
2312
  404: ErrorEnvelopeReadable;
2173
2313
  };
2174
2314
 
2175
- export type PostApiV2DealsServiceDealUnitsByDealUnitIdLinesError = PostApiV2DealsServiceDealUnitsByDealUnitIdLinesErrors[keyof PostApiV2DealsServiceDealUnitsByDealUnitIdLinesErrors];
2315
+ export type CreateGetDealUnitLinesAsyncError = CreateGetDealUnitLinesAsyncErrors[keyof CreateGetDealUnitLinesAsyncErrors];
2176
2316
 
2177
- export type PostApiV2DealsServiceDealUnitsByDealUnitIdLinesResponses = {
2317
+ export type CreateGetDealUnitLinesAsyncResponses = {
2178
2318
  /**
2179
2319
  * OK
2180
2320
  */
2181
2321
  200: EmptyEnvelopeReadable;
2182
2322
  };
2183
2323
 
2184
- export type PostApiV2DealsServiceDealUnitsByDealUnitIdLinesResponse = PostApiV2DealsServiceDealUnitsByDealUnitIdLinesResponses[keyof PostApiV2DealsServiceDealUnitsByDealUnitIdLinesResponses];
2324
+ export type CreateGetDealUnitLinesAsyncResponse = CreateGetDealUnitLinesAsyncResponses[keyof CreateGetDealUnitLinesAsyncResponses];
2185
2325
 
2186
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesCountData = {
2326
+ export type GetDealUnitLinesCountAsyncData = {
2187
2327
  body?: never;
2188
2328
  path: {
2189
2329
  dealUnitId: string;
@@ -2194,25 +2334,25 @@ export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesCountData = {
2194
2334
  url: '/api/v2/DealsService/DealUnits/{dealUnitId}/Lines/Count';
2195
2335
  };
2196
2336
 
2197
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesCountErrors = {
2337
+ export type GetDealUnitLinesCountAsyncErrors = {
2198
2338
  /**
2199
2339
  * Not Found
2200
2340
  */
2201
2341
  404: ErrorEnvelopeReadable;
2202
2342
  };
2203
2343
 
2204
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesCountError = GetApiV2DealsServiceDealUnitsByDealUnitIdLinesCountErrors[keyof GetApiV2DealsServiceDealUnitsByDealUnitIdLinesCountErrors];
2344
+ export type GetDealUnitLinesCountAsyncError = GetDealUnitLinesCountAsyncErrors[keyof GetDealUnitLinesCountAsyncErrors];
2205
2345
 
2206
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesCountResponses = {
2346
+ export type GetDealUnitLinesCountAsyncResponses = {
2207
2347
  /**
2208
2348
  * OK
2209
2349
  */
2210
2350
  200: Int32EnvelopeReadable;
2211
2351
  };
2212
2352
 
2213
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesCountResponse = GetApiV2DealsServiceDealUnitsByDealUnitIdLinesCountResponses[keyof GetApiV2DealsServiceDealUnitsByDealUnitIdLinesCountResponses];
2353
+ export type GetDealUnitLinesCountAsyncResponse = GetDealUnitLinesCountAsyncResponses[keyof GetDealUnitLinesCountAsyncResponses];
2214
2354
 
2215
- export type DeleteApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdData = {
2355
+ export type DeleteDealUnitPriceAsyncData = {
2216
2356
  body?: never;
2217
2357
  path: {
2218
2358
  dealUnitId: string;
@@ -2224,25 +2364,25 @@ export type DeleteApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdDat
2224
2364
  url: '/api/v2/DealsService/DealUnits/{dealUnitId}/Lines/{dealUnitLineId}';
2225
2365
  };
2226
2366
 
2227
- export type DeleteApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdErrors = {
2367
+ export type DeleteDealUnitPriceAsyncErrors = {
2228
2368
  /**
2229
2369
  * Not Found
2230
2370
  */
2231
2371
  404: ErrorEnvelopeReadable;
2232
2372
  };
2233
2373
 
2234
- export type DeleteApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdError = DeleteApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdErrors[keyof DeleteApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdErrors];
2374
+ export type DeleteDealUnitPriceAsyncError = DeleteDealUnitPriceAsyncErrors[keyof DeleteDealUnitPriceAsyncErrors];
2235
2375
 
2236
- export type DeleteApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdResponses = {
2376
+ export type DeleteDealUnitPriceAsyncResponses = {
2237
2377
  /**
2238
2378
  * OK
2239
2379
  */
2240
2380
  200: EmptyEnvelopeReadable;
2241
2381
  };
2242
2382
 
2243
- export type DeleteApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdResponse = DeleteApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdResponses[keyof DeleteApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdResponses];
2383
+ export type DeleteDealUnitPriceAsyncResponse = DeleteDealUnitPriceAsyncResponses[keyof DeleteDealUnitPriceAsyncResponses];
2244
2384
 
2245
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdData = {
2385
+ export type GetDealUnitPriceAsyncData = {
2246
2386
  body?: never;
2247
2387
  path: {
2248
2388
  dealUnitId: string;
@@ -2254,25 +2394,25 @@ export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdData =
2254
2394
  url: '/api/v2/DealsService/DealUnits/{dealUnitId}/Lines/{dealUnitLineId}';
2255
2395
  };
2256
2396
 
2257
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdErrors = {
2397
+ export type GetDealUnitPriceAsyncErrors = {
2258
2398
  /**
2259
2399
  * Not Found
2260
2400
  */
2261
2401
  404: ErrorEnvelopeReadable;
2262
2402
  };
2263
2403
 
2264
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdError = GetApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdErrors[keyof GetApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdErrors];
2404
+ export type GetDealUnitPriceAsyncError = GetDealUnitPriceAsyncErrors[keyof GetDealUnitPriceAsyncErrors];
2265
2405
 
2266
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdResponses = {
2406
+ export type GetDealUnitPriceAsyncResponses = {
2267
2407
  /**
2268
2408
  * OK
2269
2409
  */
2270
2410
  200: DealUnitLineDtoEnvelopeReadable;
2271
2411
  };
2272
2412
 
2273
- export type GetApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdResponse = GetApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdResponses[keyof GetApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdResponses];
2413
+ export type GetDealUnitPriceAsyncResponse = GetDealUnitPriceAsyncResponses[keyof GetDealUnitPriceAsyncResponses];
2274
2414
 
2275
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdData = {
2415
+ export type UpdateDealUnitPriceAsyncData = {
2276
2416
  body?: DealUnitLineUpdateDto;
2277
2417
  path: {
2278
2418
  dealUnitId: string;
@@ -2284,25 +2424,25 @@ export type PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdData =
2284
2424
  url: '/api/v2/DealsService/DealUnits/{dealUnitId}/Lines/{dealUnitLineId}';
2285
2425
  };
2286
2426
 
2287
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdErrors = {
2427
+ export type UpdateDealUnitPriceAsyncErrors = {
2288
2428
  /**
2289
2429
  * Not Found
2290
2430
  */
2291
2431
  404: ErrorEnvelopeReadable;
2292
2432
  };
2293
2433
 
2294
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdError = PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdErrors[keyof PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdErrors];
2434
+ export type UpdateDealUnitPriceAsyncError = UpdateDealUnitPriceAsyncErrors[keyof UpdateDealUnitPriceAsyncErrors];
2295
2435
 
2296
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdResponses = {
2436
+ export type UpdateDealUnitPriceAsyncResponses = {
2297
2437
  /**
2298
2438
  * OK
2299
2439
  */
2300
2440
  200: EmptyEnvelopeReadable;
2301
2441
  };
2302
2442
 
2303
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdResponse = PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdResponses[keyof PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdResponses];
2443
+ export type UpdateDealUnitPriceAsyncResponse = UpdateDealUnitPriceAsyncResponses[keyof UpdateDealUnitPriceAsyncResponses];
2304
2444
 
2305
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdCalculateData = {
2445
+ export type CalculateDealUnitLineAsyncData = {
2306
2446
  body?: never;
2307
2447
  path: {
2308
2448
  dealUnitId: string;
@@ -2314,23 +2454,23 @@ export type PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdCalcul
2314
2454
  url: '/api/v2/DealsService/DealUnits/{dealUnitId}/Lines/{dealUnitLineId}/Calculate';
2315
2455
  };
2316
2456
 
2317
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdCalculateErrors = {
2457
+ export type CalculateDealUnitLineAsyncErrors = {
2318
2458
  /**
2319
2459
  * Not Found
2320
2460
  */
2321
2461
  404: ErrorEnvelopeReadable;
2322
2462
  };
2323
2463
 
2324
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdCalculateError = PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdCalculateErrors[keyof PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdCalculateErrors];
2464
+ export type CalculateDealUnitLineAsyncError = CalculateDealUnitLineAsyncErrors[keyof CalculateDealUnitLineAsyncErrors];
2325
2465
 
2326
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdCalculateResponses = {
2466
+ export type CalculateDealUnitLineAsyncResponses = {
2327
2467
  /**
2328
2468
  * OK
2329
2469
  */
2330
2470
  200: EmptyEnvelopeReadable;
2331
2471
  };
2332
2472
 
2333
- export type PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdCalculateResponse = PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdCalculateResponses[keyof PutApiV2DealsServiceDealUnitsByDealUnitIdLinesByDealUnitLineIdCalculateResponses];
2473
+ export type CalculateDealUnitLineAsyncResponse = CalculateDealUnitLineAsyncResponses[keyof CalculateDealUnitLineAsyncResponses];
2334
2474
 
2335
2475
  export type GetVersionData = {
2336
2476
  body?: never;
@@ -2597,7 +2737,7 @@ export type PostManageInfoResponses = {
2597
2737
 
2598
2738
  export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
2599
2739
 
2600
- export type GetApiV2DealsServiceSalesLiteraturesCountData = {
2740
+ export type CountSalesLiteraturesAsyncData = {
2601
2741
  body?: never;
2602
2742
  path?: never;
2603
2743
  query: {
@@ -2606,25 +2746,25 @@ export type GetApiV2DealsServiceSalesLiteraturesCountData = {
2606
2746
  url: '/api/v2/DealsService/SalesLiteratures/Count';
2607
2747
  };
2608
2748
 
2609
- export type GetApiV2DealsServiceSalesLiteraturesCountErrors = {
2749
+ export type CountSalesLiteraturesAsyncErrors = {
2610
2750
  /**
2611
2751
  * Not Found
2612
2752
  */
2613
2753
  404: ErrorEnvelopeReadable;
2614
2754
  };
2615
2755
 
2616
- export type GetApiV2DealsServiceSalesLiteraturesCountError = GetApiV2DealsServiceSalesLiteraturesCountErrors[keyof GetApiV2DealsServiceSalesLiteraturesCountErrors];
2756
+ export type CountSalesLiteraturesAsyncError = CountSalesLiteraturesAsyncErrors[keyof CountSalesLiteraturesAsyncErrors];
2617
2757
 
2618
- export type GetApiV2DealsServiceSalesLiteraturesCountResponses = {
2758
+ export type CountSalesLiteraturesAsyncResponses = {
2619
2759
  /**
2620
2760
  * OK
2621
2761
  */
2622
2762
  200: Int32EnvelopeReadable;
2623
2763
  };
2624
2764
 
2625
- export type GetApiV2DealsServiceSalesLiteraturesCountResponse = GetApiV2DealsServiceSalesLiteraturesCountResponses[keyof GetApiV2DealsServiceSalesLiteraturesCountResponses];
2765
+ export type CountSalesLiteraturesAsyncResponse = CountSalesLiteraturesAsyncResponses[keyof CountSalesLiteraturesAsyncResponses];
2626
2766
 
2627
- export type GetApiV2DealsServiceSalesLiteraturesData = {
2767
+ export type GetSalesLiteraturesAsyncData = {
2628
2768
  body?: never;
2629
2769
  path?: never;
2630
2770
  query: {
@@ -2633,26 +2773,26 @@ export type GetApiV2DealsServiceSalesLiteraturesData = {
2633
2773
  url: '/api/v2/DealsService/SalesLiteratures';
2634
2774
  };
2635
2775
 
2636
- export type GetApiV2DealsServiceSalesLiteraturesErrors = {
2776
+ export type GetSalesLiteraturesAsyncErrors = {
2637
2777
  /**
2638
2778
  * Not Found
2639
2779
  */
2640
2780
  404: ErrorEnvelopeReadable;
2641
2781
  };
2642
2782
 
2643
- export type GetApiV2DealsServiceSalesLiteraturesError = GetApiV2DealsServiceSalesLiteraturesErrors[keyof GetApiV2DealsServiceSalesLiteraturesErrors];
2783
+ export type GetSalesLiteraturesAsyncError = GetSalesLiteraturesAsyncErrors[keyof GetSalesLiteraturesAsyncErrors];
2644
2784
 
2645
- export type GetApiV2DealsServiceSalesLiteraturesResponses = {
2785
+ export type GetSalesLiteraturesAsyncResponses = {
2646
2786
  /**
2647
2787
  * OK
2648
2788
  */
2649
2789
  200: SalesLiteratureDtoListEnvelopeReadable;
2650
2790
  };
2651
2791
 
2652
- export type GetApiV2DealsServiceSalesLiteraturesResponse = GetApiV2DealsServiceSalesLiteraturesResponses[keyof GetApiV2DealsServiceSalesLiteraturesResponses];
2792
+ export type GetSalesLiteraturesAsyncResponse = GetSalesLiteraturesAsyncResponses[keyof GetSalesLiteraturesAsyncResponses];
2653
2793
 
2654
- export type PostApiV2DealsServiceSalesLiteraturesData = {
2655
- body?: SalesLiteratureCreateDtoWritable;
2794
+ export type CreateSalesLiteratureAsyncData = {
2795
+ body?: SalesLiteratureCreateDto;
2656
2796
  path?: never;
2657
2797
  query: {
2658
2798
  tenantId: string;
@@ -2660,25 +2800,25 @@ export type PostApiV2DealsServiceSalesLiteraturesData = {
2660
2800
  url: '/api/v2/DealsService/SalesLiteratures';
2661
2801
  };
2662
2802
 
2663
- export type PostApiV2DealsServiceSalesLiteraturesErrors = {
2803
+ export type CreateSalesLiteratureAsyncErrors = {
2664
2804
  /**
2665
2805
  * Not Found
2666
2806
  */
2667
2807
  404: ErrorEnvelopeReadable;
2668
2808
  };
2669
2809
 
2670
- export type PostApiV2DealsServiceSalesLiteraturesError = PostApiV2DealsServiceSalesLiteraturesErrors[keyof PostApiV2DealsServiceSalesLiteraturesErrors];
2810
+ export type CreateSalesLiteratureAsyncError = CreateSalesLiteratureAsyncErrors[keyof CreateSalesLiteratureAsyncErrors];
2671
2811
 
2672
- export type PostApiV2DealsServiceSalesLiteraturesResponses = {
2812
+ export type CreateSalesLiteratureAsyncResponses = {
2673
2813
  /**
2674
2814
  * OK
2675
2815
  */
2676
2816
  200: EmptyEnvelopeReadable;
2677
2817
  };
2678
2818
 
2679
- export type PostApiV2DealsServiceSalesLiteraturesResponse = PostApiV2DealsServiceSalesLiteraturesResponses[keyof PostApiV2DealsServiceSalesLiteraturesResponses];
2819
+ export type CreateSalesLiteratureAsyncResponse = CreateSalesLiteratureAsyncResponses[keyof CreateSalesLiteratureAsyncResponses];
2680
2820
 
2681
- export type GetApiV2DealsServiceSalesLiteraturesExtendedData = {
2821
+ export type GetExtendedSalesLiteraturesAsyncData = {
2682
2822
  body?: never;
2683
2823
  path?: never;
2684
2824
  query: {
@@ -2687,25 +2827,25 @@ export type GetApiV2DealsServiceSalesLiteraturesExtendedData = {
2687
2827
  url: '/api/v2/DealsService/SalesLiteratures/Extended';
2688
2828
  };
2689
2829
 
2690
- export type GetApiV2DealsServiceSalesLiteraturesExtendedErrors = {
2830
+ export type GetExtendedSalesLiteraturesAsyncErrors = {
2691
2831
  /**
2692
2832
  * Not Found
2693
2833
  */
2694
2834
  404: ErrorEnvelopeReadable;
2695
2835
  };
2696
2836
 
2697
- export type GetApiV2DealsServiceSalesLiteraturesExtendedError = GetApiV2DealsServiceSalesLiteraturesExtendedErrors[keyof GetApiV2DealsServiceSalesLiteraturesExtendedErrors];
2837
+ export type GetExtendedSalesLiteraturesAsyncError = GetExtendedSalesLiteraturesAsyncErrors[keyof GetExtendedSalesLiteraturesAsyncErrors];
2698
2838
 
2699
- export type GetApiV2DealsServiceSalesLiteraturesExtendedResponses = {
2839
+ export type GetExtendedSalesLiteraturesAsyncResponses = {
2700
2840
  /**
2701
2841
  * OK
2702
2842
  */
2703
2843
  200: ExtendedSalesLiteratureDtoListEnvelopeReadable;
2704
2844
  };
2705
2845
 
2706
- export type GetApiV2DealsServiceSalesLiteraturesExtendedResponse = GetApiV2DealsServiceSalesLiteraturesExtendedResponses[keyof GetApiV2DealsServiceSalesLiteraturesExtendedResponses];
2846
+ export type GetExtendedSalesLiteraturesAsyncResponse = GetExtendedSalesLiteraturesAsyncResponses[keyof GetExtendedSalesLiteraturesAsyncResponses];
2707
2847
 
2708
- export type DeleteApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdData = {
2848
+ export type DeleteSalesLiteratureAsyncData = {
2709
2849
  body?: never;
2710
2850
  path: {
2711
2851
  salesLiteratureId: string;
@@ -2716,23 +2856,23 @@ export type DeleteApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdData = {
2716
2856
  url: '/api/v2/DealsService/SalesLiteratures/{salesLiteratureId}';
2717
2857
  };
2718
2858
 
2719
- export type DeleteApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdErrors = {
2859
+ export type DeleteSalesLiteratureAsyncErrors = {
2720
2860
  /**
2721
2861
  * Not Found
2722
2862
  */
2723
2863
  404: ErrorEnvelopeReadable;
2724
2864
  };
2725
2865
 
2726
- export type DeleteApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdError = DeleteApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdErrors[keyof DeleteApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdErrors];
2866
+ export type DeleteSalesLiteratureAsyncError = DeleteSalesLiteratureAsyncErrors[keyof DeleteSalesLiteratureAsyncErrors];
2727
2867
 
2728
- export type DeleteApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdResponses = {
2868
+ export type DeleteSalesLiteratureAsyncResponses = {
2729
2869
  /**
2730
2870
  * OK
2731
2871
  */
2732
2872
  200: EmptyEnvelopeReadable;
2733
2873
  };
2734
2874
 
2735
- export type DeleteApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdResponse = DeleteApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdResponses[keyof DeleteApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdResponses];
2875
+ export type DeleteSalesLiteratureAsyncResponse = DeleteSalesLiteratureAsyncResponses[keyof DeleteSalesLiteratureAsyncResponses];
2736
2876
 
2737
2877
  export type GetSalesLiteratureAsyncData = {
2738
2878
  body?: never;
@@ -2763,7 +2903,7 @@ export type GetSalesLiteratureAsyncResponses = {
2763
2903
 
2764
2904
  export type GetSalesLiteratureAsyncResponse = GetSalesLiteratureAsyncResponses[keyof GetSalesLiteratureAsyncResponses];
2765
2905
 
2766
- export type PutApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdData = {
2906
+ export type UpdateSalesLiteratureAsyncData = {
2767
2907
  body?: SalesLiteratureUpdateDto;
2768
2908
  path: {
2769
2909
  salesLiteratureId: string;
@@ -2774,23 +2914,23 @@ export type PutApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdData = {
2774
2914
  url: '/api/v2/DealsService/SalesLiteratures/{salesLiteratureId}';
2775
2915
  };
2776
2916
 
2777
- export type PutApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdErrors = {
2917
+ export type UpdateSalesLiteratureAsyncErrors = {
2778
2918
  /**
2779
2919
  * Not Found
2780
2920
  */
2781
2921
  404: ErrorEnvelopeReadable;
2782
2922
  };
2783
2923
 
2784
- export type PutApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdError = PutApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdErrors[keyof PutApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdErrors];
2924
+ export type UpdateSalesLiteratureAsyncError = UpdateSalesLiteratureAsyncErrors[keyof UpdateSalesLiteratureAsyncErrors];
2785
2925
 
2786
- export type PutApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdResponses = {
2926
+ export type UpdateSalesLiteratureAsyncResponses = {
2787
2927
  /**
2788
2928
  * OK
2789
2929
  */
2790
2930
  200: EmptyEnvelopeReadable;
2791
2931
  };
2792
2932
 
2793
- export type PutApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdResponse = PutApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdResponses[keyof PutApiV2DealsServiceSalesLiteraturesBySalesLiteratureIdResponses];
2933
+ export type UpdateSalesLiteratureAsyncResponse = UpdateSalesLiteratureAsyncResponses[keyof UpdateSalesLiteratureAsyncResponses];
2794
2934
 
2795
2935
  export type ClientOptions = {
2796
2936
  baseUrl: 'https://localhost:44388' | (string & {});