@fenixalliance/abs-api-client 1.0.16 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (553) hide show
  1. package/app/index.ts +74 -5
  2. package/clients/accountingService/sdk.gen.ts +409 -137
  3. package/clients/accountingService/types.gen.ts +678 -1006
  4. package/clients/assetsService/client.gen.ts +18 -0
  5. package/clients/assetsService/index.ts +3 -0
  6. package/clients/assetsService/sdk.gen.ts +808 -0
  7. package/clients/assetsService/types.gen.ts +2762 -0
  8. package/clients/cartService/sdk.gen.ts +181 -77
  9. package/clients/cartService/types.gen.ts +328 -198
  10. package/clients/catalogService/sdk.gen.ts +353 -121
  11. package/clients/catalogService/types.gen.ts +371 -706
  12. package/clients/contentService/sdk.gen.ts +129 -49
  13. package/clients/contentService/types.gen.ts +154 -281
  14. package/clients/crmService/sdk.gen.ts +125 -9
  15. package/clients/crmService/types.gen.ts +432 -38
  16. package/clients/dealsService/sdk.gen.ts +203 -63
  17. package/clients/dealsService/types.gen.ts +413 -273
  18. package/clients/emailTemplates/client.gen.ts +18 -0
  19. package/clients/emailTemplates/index.ts +3 -0
  20. package/clients/emailTemplates/sdk.gen.ts +142 -0
  21. package/clients/emailTemplates/types.gen.ts +354 -0
  22. package/clients/forexService/sdk.gen.ts +49 -17
  23. package/clients/forexService/types.gen.ts +68 -51
  24. package/clients/globeService/sdk.gen.ts +121 -41
  25. package/clients/globeService/types.gen.ts +100 -100
  26. package/clients/hrmsService/client.gen.ts +18 -0
  27. package/clients/hrmsService/index.ts +3 -0
  28. package/clients/hrmsService/sdk.gen.ts +438 -0
  29. package/clients/hrmsService/types.gen.ts +1498 -0
  30. package/clients/identityService/sdk.gen.ts +84 -28
  31. package/clients/identityService/types.gen.ts +65 -93
  32. package/clients/inventoryService/sdk.gen.ts +6 -2
  33. package/clients/inventoryService/types.gen.ts +2 -2
  34. package/clients/invoicingService/types.gen.ts +241 -157
  35. package/clients/learningService/sdk.gen.ts +5 -5
  36. package/clients/learningService/types.gen.ts +97 -378
  37. package/clients/locationsService/client.gen.ts +18 -0
  38. package/clients/locationsService/index.ts +3 -0
  39. package/clients/locationsService/sdk.gen.ts +290 -0
  40. package/clients/locationsService/types.gen.ts +885 -0
  41. package/clients/logisticsService/client.gen.ts +18 -0
  42. package/clients/logisticsService/index.ts +3 -0
  43. package/clients/logisticsService/sdk.gen.ts +153 -0
  44. package/clients/logisticsService/types.gen.ts +540 -0
  45. package/clients/marketingService/sdk.gen.ts +295 -99
  46. package/clients/marketingService/types.gen.ts +279 -349
  47. package/clients/marketplaceService/client.gen.ts +18 -0
  48. package/clients/marketplaceService/index.ts +3 -0
  49. package/clients/marketplaceService/sdk.gen.ts +142 -0
  50. package/clients/marketplaceService/types.gen.ts +354 -0
  51. package/clients/ordersService/types.gen.ts +184 -103
  52. package/clients/paymentsService/sdk.gen.ts +35 -13
  53. package/clients/paymentsService/types.gen.ts +46 -135
  54. package/clients/pricingService/sdk.gen.ts +153 -45
  55. package/clients/pricingService/types.gen.ts +164 -197
  56. package/clients/projectsService/sdk.gen.ts +181 -61
  57. package/clients/projectsService/types.gen.ts +170 -203
  58. package/clients/quotesService/types.gen.ts +198 -88
  59. package/clients/salesService/sdk.gen.ts +6 -2
  60. package/clients/salesService/types.gen.ts +2 -2
  61. package/clients/securityService/sdk.gen.ts +13 -13
  62. package/clients/securityService/types.gen.ts +32 -84
  63. package/clients/servicesService/client.gen.ts +18 -0
  64. package/clients/servicesService/index.ts +3 -0
  65. package/clients/servicesService/sdk.gen.ts +608 -0
  66. package/clients/servicesService/types.gen.ts +3093 -0
  67. package/clients/shipmentsService/sdk.gen.ts +7 -3
  68. package/clients/shipmentsService/types.gen.ts +5 -5
  69. package/clients/socialService/sdk.gen.ts +205 -73
  70. package/clients/socialService/types.gen.ts +190 -296
  71. package/clients/storageService/sdk.gen.ts +32 -8
  72. package/clients/storageService/types.gen.ts +21 -87
  73. package/clients/subscriptionsService/client.gen.ts +18 -0
  74. package/clients/subscriptionsService/index.ts +3 -0
  75. package/clients/subscriptionsService/sdk.gen.ts +290 -0
  76. package/clients/subscriptionsService/types.gen.ts +1435 -0
  77. package/clients/supportService/sdk.gen.ts +277 -93
  78. package/clients/supportService/types.gen.ts +257 -414
  79. package/clients/systemService/sdk.gen.ts +223 -39
  80. package/clients/systemService/types.gen.ts +454 -154
  81. package/clients/tenantsService/sdk.gen.ts +186 -60
  82. package/clients/tenantsService/types.gen.ts +507 -361
  83. package/clients/timeTrackerService/sdk.gen.ts +73 -25
  84. package/clients/timeTrackerService/types.gen.ts +62 -80
  85. package/clients/usersService/sdk.gen.ts +101 -1
  86. package/clients/usersService/types.gen.ts +352 -0
  87. package/clients/walletsService/types.gen.ts +52 -29
  88. package/package.json +4 -2
  89. package/schemas/accountingService/schema.s.ts +5580 -4955
  90. package/schemas/assetsService/schema.s.ts +3385 -0
  91. package/schemas/cartService/schema.s.ts +1478 -1190
  92. package/schemas/catalogService/schema.s.ts +3323 -2795
  93. package/schemas/contentService/schema.s.ts +1445 -1194
  94. package/schemas/crmService/schema.s.ts +657 -146
  95. package/schemas/dealsService/schema.s.ts +2243 -1842
  96. package/schemas/emailTemplates/schema.s.ts +335 -0
  97. package/schemas/forexService/schema.s.ts +343 -270
  98. package/schemas/globeService/schema.s.ts +1143 -963
  99. package/schemas/identityService/schema.s.ts +490 -364
  100. package/schemas/inventoryService/schema.s.ts +28 -19
  101. package/schemas/invoicingService/schema.s.ts +73 -0
  102. package/schemas/learningService/schema.s.ts +2 -2
  103. package/schemas/locationsService/schema.s.ts +980 -0
  104. package/schemas/logisticsService/schema.s.ts +474 -0
  105. package/schemas/marketingService/schema.s.ts +3361 -2908
  106. package/schemas/marketplaceService/schema.s.ts +335 -0
  107. package/schemas/ordersService/schema.s.ts +90 -0
  108. package/schemas/paymentsService/schema.s.ts +282 -227
  109. package/schemas/pricingService/schema.s.ts +1043 -804
  110. package/schemas/projectsService/schema.s.ts +1452 -1184
  111. package/schemas/quotesService/schema.s.ts +104 -0
  112. package/schemas/salesService/schema.s.ts +28 -19
  113. package/schemas/securityService/schema.s.ts +112 -14
  114. package/schemas/servicesService/schema.s.ts +3681 -0
  115. package/schemas/shipmentsService/schema.s.ts +43 -34
  116. package/schemas/socialService/schema.s.ts +1665 -1246
  117. package/schemas/storageService/schema.s.ts +260 -239
  118. package/schemas/subscriptionsService/schema.s.ts +1651 -0
  119. package/schemas/supportService/schema.s.ts +2420 -2039
  120. package/schemas/systemService/schema.s.ts +2107 -1479
  121. package/schemas/tenantsService/schema.s.ts +1588 -960
  122. package/schemas/timeTrackerService/schema.s.ts +550 -444
  123. package/schemas/usersService/schema.s.ts +440 -0
  124. package/schemas/walletsService/schema.s.ts +36 -0
  125. package/vite.config.js +1 -0
  126. package/wwwroot/build/bundle.js +1 -1
  127. package/clients/authService/core/ApiError.js +0 -20
  128. package/clients/authService/core/ApiError.ts +0 -25
  129. package/clients/authService/core/ApiRequestOptions.js +0 -2
  130. package/clients/authService/core/ApiRequestOptions.ts +0 -17
  131. package/clients/authService/core/ApiResult.js +0 -2
  132. package/clients/authService/core/ApiResult.ts +0 -11
  133. package/clients/authService/core/CancelablePromise.js +0 -104
  134. package/clients/authService/core/CancelablePromise.ts +0 -131
  135. package/clients/authService/core/OpenAPI.js +0 -14
  136. package/clients/authService/core/OpenAPI.ts +0 -32
  137. package/clients/authService/core/request.js +0 -294
  138. package/clients/authService/core/request.ts +0 -322
  139. package/clients/authService/index.js +0 -28
  140. package/clients/authService/index.ts +0 -48
  141. package/clients/authService/models/AccessTokenResponse.js +0 -2
  142. package/clients/authService/models/AccessTokenResponse.ts +0 -11
  143. package/clients/authService/models/AccountHolderCreateDto.js +0 -12
  144. package/clients/authService/models/AccountHolderCreateDto.ts +0 -41
  145. package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +0 -2
  146. package/clients/authService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
  147. package/clients/authService/models/ApiAuthorizationResult.js +0 -2
  148. package/clients/authService/models/ApiAuthorizationResult.ts +0 -17
  149. package/clients/authService/models/ApiAuthorizationResultEnvelope.js +0 -2
  150. package/clients/authService/models/ApiAuthorizationResultEnvelope.ts +0 -14
  151. package/clients/authService/models/EnrollmentId.js +0 -2
  152. package/clients/authService/models/EnrollmentId.ts +0 -5
  153. package/clients/authService/models/ErrorEnvelope.js +0 -2
  154. package/clients/authService/models/ErrorEnvelope.ts +0 -12
  155. package/clients/authService/models/ForgotPasswordRequest.js +0 -2
  156. package/clients/authService/models/ForgotPasswordRequest.ts +0 -8
  157. package/clients/authService/models/HttpValidationProblemDetails.js +0 -2
  158. package/clients/authService/models/HttpValidationProblemDetails.ts +0 -5
  159. package/clients/authService/models/InfoRequest.js +0 -2
  160. package/clients/authService/models/InfoRequest.ts +0 -10
  161. package/clients/authService/models/InfoResponse.js +0 -2
  162. package/clients/authService/models/InfoResponse.ts +0 -9
  163. package/clients/authService/models/JsonWebKey.js +0 -2
  164. package/clients/authService/models/JsonWebKey.ts +0 -13
  165. package/clients/authService/models/JsonWebKeySet.js +0 -2
  166. package/clients/authService/models/JsonWebKeySet.ts +0 -9
  167. package/clients/authService/models/JsonWebKeySetEnvelope.js +0 -2
  168. package/clients/authService/models/JsonWebKeySetEnvelope.ts +0 -14
  169. package/clients/authService/models/JsonWebToken.js +0 -2
  170. package/clients/authService/models/JsonWebToken.ts +0 -15
  171. package/clients/authService/models/JsonWebTokenEnvelope.js +0 -2
  172. package/clients/authService/models/JsonWebTokenEnvelope.ts +0 -14
  173. package/clients/authService/models/JsonWebTokenHeader.js +0 -2
  174. package/clients/authService/models/JsonWebTokenHeader.ts +0 -11
  175. package/clients/authService/models/JsonWebTokenPayload.js +0 -2
  176. package/clients/authService/models/JsonWebTokenPayload.ts +0 -17
  177. package/clients/authService/models/LoginRequest.js +0 -2
  178. package/clients/authService/models/LoginRequest.ts +0 -11
  179. package/clients/authService/models/OAuthTokenRequest.js +0 -2
  180. package/clients/authService/models/OAuthTokenRequest.ts +0 -12
  181. package/clients/authService/models/OpenIdConfiguration.js +0 -2
  182. package/clients/authService/models/OpenIdConfiguration.ts +0 -19
  183. package/clients/authService/models/OpenIdConfigurationEnvelope.js +0 -2
  184. package/clients/authService/models/OpenIdConfigurationEnvelope.ts +0 -14
  185. package/clients/authService/models/RefreshRequest.js +0 -2
  186. package/clients/authService/models/RefreshRequest.ts +0 -8
  187. package/clients/authService/models/RegisterRequest.js +0 -2
  188. package/clients/authService/models/RegisterRequest.ts +0 -9
  189. package/clients/authService/models/ResendConfirmationEmailRequest.js +0 -2
  190. package/clients/authService/models/ResendConfirmationEmailRequest.ts +0 -8
  191. package/clients/authService/models/ResetPasswordRequest.js +0 -2
  192. package/clients/authService/models/ResetPasswordRequest.ts +0 -10
  193. package/clients/authService/models/SigninModel.js +0 -2
  194. package/clients/authService/models/SigninModel.ts +0 -9
  195. package/clients/authService/models/StringListEnvelope.js +0 -2
  196. package/clients/authService/models/StringListEnvelope.ts +0 -13
  197. package/clients/authService/models/TenantId.js +0 -2
  198. package/clients/authService/models/TenantId.ts +0 -5
  199. package/clients/authService/models/TwoFactorRequest.js +0 -2
  200. package/clients/authService/models/TwoFactorRequest.ts +0 -12
  201. package/clients/authService/models/TwoFactorResponse.js +0 -2
  202. package/clients/authService/models/TwoFactorResponse.ts +0 -12
  203. package/clients/authService/models/UserId.js +0 -2
  204. package/clients/authService/models/UserId.ts +0 -5
  205. package/clients/authService/services/ApplicationsService.js +0 -112
  206. package/clients/authService/services/ApplicationsService.ts +0 -132
  207. package/clients/authService/services/AuthService.js +0 -246
  208. package/clients/authService/services/AuthService.ts +0 -293
  209. package/clients/authService/services/CheckerService.js +0 -22
  210. package/clients/authService/services/CheckerService.ts +0 -25
  211. package/clients/authService/services/OAuthService.js +0 -152
  212. package/clients/authService/services/OAuthService.ts +0 -183
  213. package/clients/authService/services/ResourceService.js +0 -22
  214. package/clients/authService/services/ResourceService.ts +0 -25
  215. package/clients/authService/services/UserInfoService.js +0 -36
  216. package/clients/authService/services/UserInfoService.ts +0 -41
  217. package/clients/holderService/core/ApiError.js +0 -20
  218. package/clients/holderService/core/ApiError.ts +0 -25
  219. package/clients/holderService/core/ApiRequestOptions.js +0 -2
  220. package/clients/holderService/core/ApiRequestOptions.ts +0 -17
  221. package/clients/holderService/core/ApiResult.js +0 -2
  222. package/clients/holderService/core/ApiResult.ts +0 -11
  223. package/clients/holderService/core/CancelablePromise.js +0 -104
  224. package/clients/holderService/core/CancelablePromise.ts +0 -131
  225. package/clients/holderService/core/OpenAPI.js +0 -14
  226. package/clients/holderService/core/OpenAPI.ts +0 -32
  227. package/clients/holderService/core/request.js +0 -294
  228. package/clients/holderService/core/request.ts +0 -322
  229. package/clients/holderService/index.js +0 -30
  230. package/clients/holderService/index.ts +0 -47
  231. package/clients/holderService/models/AddressDto.js +0 -2
  232. package/clients/holderService/models/AddressDto.ts +0 -31
  233. package/clients/holderService/models/AddressDtoListEnvelope.js +0 -2
  234. package/clients/holderService/models/AddressDtoListEnvelope.ts +0 -14
  235. package/clients/holderService/models/CartDto.js +0 -2
  236. package/clients/holderService/models/CartDto.ts +0 -18
  237. package/clients/holderService/models/CartDtoEnvelope.js +0 -2
  238. package/clients/holderService/models/CartDtoEnvelope.ts +0 -14
  239. package/clients/holderService/models/EmptyEnvelope.js +0 -2
  240. package/clients/holderService/models/EmptyEnvelope.ts +0 -12
  241. package/clients/holderService/models/EnrollmentId.js +0 -2
  242. package/clients/holderService/models/EnrollmentId.ts +0 -5
  243. package/clients/holderService/models/ErrorEnvelope.js +0 -2
  244. package/clients/holderService/models/ErrorEnvelope.ts +0 -12
  245. package/clients/holderService/models/ExtendedTenantDto.js +0 -2
  246. package/clients/holderService/models/ExtendedTenantDto.ts +0 -51
  247. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +0 -2
  248. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
  249. package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +0 -2
  250. package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +0 -19
  251. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +0 -2
  252. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +0 -14
  253. package/clients/holderService/models/ExtendedUserDto.js +0 -26
  254. package/clients/holderService/models/ExtendedUserDto.ts +0 -80
  255. package/clients/holderService/models/ExtendedUserDtoEnvelope.js +0 -2
  256. package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +0 -14
  257. package/clients/holderService/models/FollowRecordDto.js +0 -2
  258. package/clients/holderService/models/FollowRecordDto.ts +0 -12
  259. package/clients/holderService/models/FollowRecordDtoListEnvelope.js +0 -2
  260. package/clients/holderService/models/FollowRecordDtoListEnvelope.ts +0 -14
  261. package/clients/holderService/models/Int32Envelope.js +0 -2
  262. package/clients/holderService/models/Int32Envelope.ts +0 -13
  263. package/clients/holderService/models/NotificationDto.js +0 -2
  264. package/clients/holderService/models/NotificationDto.ts +0 -16
  265. package/clients/holderService/models/NotificationDtoListEnvelope.js +0 -2
  266. package/clients/holderService/models/NotificationDtoListEnvelope.ts +0 -14
  267. package/clients/holderService/models/Operation.js +0 -16
  268. package/clients/holderService/models/Operation.ts +0 -23
  269. package/clients/holderService/models/SocialProfileDto.js +0 -12
  270. package/clients/holderService/models/SocialProfileDto.ts +0 -40
  271. package/clients/holderService/models/SocialProfileDtoEnvelope.js +0 -2
  272. package/clients/holderService/models/SocialProfileDtoEnvelope.ts +0 -14
  273. package/clients/holderService/models/TenantDto.js +0 -2
  274. package/clients/holderService/models/TenantDto.ts +0 -45
  275. package/clients/holderService/models/TenantDtoListEnvelope.js +0 -2
  276. package/clients/holderService/models/TenantDtoListEnvelope.ts +0 -14
  277. package/clients/holderService/models/TenantEnrolmentDto.js +0 -2
  278. package/clients/holderService/models/TenantEnrolmentDto.ts +0 -15
  279. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +0 -2
  280. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
  281. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  282. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  283. package/clients/holderService/models/TenantInvitationDto.js +0 -2
  284. package/clients/holderService/models/TenantInvitationDto.ts +0 -16
  285. package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +0 -2
  286. package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +0 -14
  287. package/clients/holderService/models/UserDto.js +0 -26
  288. package/clients/holderService/models/UserDto.ts +0 -72
  289. package/clients/holderService/models/UserDtoEnvelope.js +0 -2
  290. package/clients/holderService/models/UserDtoEnvelope.ts +0 -14
  291. package/clients/holderService/models/UserSettingsDto.js +0 -12
  292. package/clients/holderService/models/UserSettingsDto.ts +0 -21
  293. package/clients/holderService/models/UserSettingsDtoEnvelope.js +0 -2
  294. package/clients/holderService/models/UserSettingsDtoEnvelope.ts +0 -14
  295. package/clients/holderService/models/UserSettingsUpdateDto.js +0 -12
  296. package/clients/holderService/models/UserSettingsUpdateDto.ts +0 -19
  297. package/clients/holderService/models/UserUpdateDto.js +0 -14
  298. package/clients/holderService/models/UserUpdateDto.ts +0 -43
  299. package/clients/holderService/models/WalletDto.js +0 -2
  300. package/clients/holderService/models/WalletDto.ts +0 -22
  301. package/clients/holderService/models/WalletDtoEnvelope.js +0 -2
  302. package/clients/holderService/models/WalletDtoEnvelope.ts +0 -14
  303. package/clients/holderService/services/UserService.js +0 -507
  304. package/clients/holderService/services/UserService.ts +0 -587
  305. package/clients/tenantService/core/ApiError.js +0 -20
  306. package/clients/tenantService/core/ApiError.ts +0 -25
  307. package/clients/tenantService/core/ApiRequestOptions.js +0 -2
  308. package/clients/tenantService/core/ApiRequestOptions.ts +0 -17
  309. package/clients/tenantService/core/ApiResult.js +0 -2
  310. package/clients/tenantService/core/ApiResult.ts +0 -11
  311. package/clients/tenantService/core/CancelablePromise.js +0 -104
  312. package/clients/tenantService/core/CancelablePromise.ts +0 -131
  313. package/clients/tenantService/core/OpenAPI.js +0 -14
  314. package/clients/tenantService/core/OpenAPI.ts +0 -32
  315. package/clients/tenantService/core/request.js +0 -294
  316. package/clients/tenantService/core/request.ts +0 -322
  317. package/clients/tenantService/index.js +0 -24
  318. package/clients/tenantService/index.ts +0 -118
  319. package/clients/tenantService/models/BooleanEnvelope.js +0 -2
  320. package/clients/tenantService/models/BooleanEnvelope.ts +0 -13
  321. package/clients/tenantService/models/CartDto.js +0 -2
  322. package/clients/tenantService/models/CartDto.ts +0 -18
  323. package/clients/tenantService/models/CartDtoEnvelope.js +0 -2
  324. package/clients/tenantService/models/CartDtoEnvelope.ts +0 -14
  325. package/clients/tenantService/models/EmptyEnvelope.js +0 -2
  326. package/clients/tenantService/models/EmptyEnvelope.ts +0 -12
  327. package/clients/tenantService/models/ErrorEnvelope.js +0 -2
  328. package/clients/tenantService/models/ErrorEnvelope.ts +0 -12
  329. package/clients/tenantService/models/ExtendedTenantDto.js +0 -2
  330. package/clients/tenantService/models/ExtendedTenantDto.ts +0 -51
  331. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +0 -2
  332. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +0 -14
  333. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +0 -2
  334. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +0 -19
  335. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +0 -2
  336. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.ts +0 -14
  337. package/clients/tenantService/models/Int32Envelope.js +0 -2
  338. package/clients/tenantService/models/Int32Envelope.ts +0 -13
  339. package/clients/tenantService/models/NotificationDto.js +0 -2
  340. package/clients/tenantService/models/NotificationDto.ts +0 -16
  341. package/clients/tenantService/models/NotificationDtoListEnvelope.js +0 -2
  342. package/clients/tenantService/models/NotificationDtoListEnvelope.ts +0 -14
  343. package/clients/tenantService/models/Operation.js +0 -16
  344. package/clients/tenantService/models/Operation.ts +0 -23
  345. package/clients/tenantService/models/SocialProfileDto.js +0 -12
  346. package/clients/tenantService/models/SocialProfileDto.ts +0 -40
  347. package/clients/tenantService/models/SocialProfileDtoEnvelope.js +0 -2
  348. package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +0 -14
  349. package/clients/tenantService/models/StringListEnvelope.js +0 -2
  350. package/clients/tenantService/models/StringListEnvelope.ts +0 -13
  351. package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +0 -2
  352. package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +0 -16
  353. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
  354. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
  355. package/clients/tenantService/models/SuiteLicenseDto.js +0 -2
  356. package/clients/tenantService/models/SuiteLicenseDto.ts +0 -15
  357. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +0 -2
  358. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
  359. package/clients/tenantService/models/SuiteLicenseFeatureDto.js +0 -2
  360. package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +0 -9
  361. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +0 -2
  362. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +0 -14
  363. package/clients/tenantService/models/TenantCreateDto.js +0 -2
  364. package/clients/tenantService/models/TenantCreateDto.ts +0 -25
  365. package/clients/tenantService/models/TenantDepartmentCreateDto.js +0 -2
  366. package/clients/tenantService/models/TenantDepartmentCreateDto.ts +0 -16
  367. package/clients/tenantService/models/TenantDepartmentDto.js +0 -2
  368. package/clients/tenantService/models/TenantDepartmentDto.ts +0 -16
  369. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +0 -2
  370. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +0 -14
  371. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +0 -2
  372. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.ts +0 -14
  373. package/clients/tenantService/models/TenantDepartmentUpdateDto.js +0 -2
  374. package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +0 -12
  375. package/clients/tenantService/models/TenantDto.js +0 -2
  376. package/clients/tenantService/models/TenantDto.ts +0 -45
  377. package/clients/tenantService/models/TenantDtoEnvelope.js +0 -2
  378. package/clients/tenantService/models/TenantDtoEnvelope.ts +0 -14
  379. package/clients/tenantService/models/TenantEnrollmentCreateDto.js +0 -2
  380. package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +0 -11
  381. package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +0 -2
  382. package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +0 -9
  383. package/clients/tenantService/models/TenantEnrolmentDto.js +0 -2
  384. package/clients/tenantService/models/TenantEnrolmentDto.ts +0 -15
  385. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +0 -2
  386. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
  387. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  388. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  389. package/clients/tenantService/models/TenantIndustryCreateDto.js +0 -2
  390. package/clients/tenantService/models/TenantIndustryCreateDto.ts +0 -12
  391. package/clients/tenantService/models/TenantIndustryDto.js +0 -2
  392. package/clients/tenantService/models/TenantIndustryDto.ts +0 -12
  393. package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +0 -2
  394. package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +0 -14
  395. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +0 -2
  396. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.ts +0 -14
  397. package/clients/tenantService/models/TenantIndustryUpdateDto.js +0 -2
  398. package/clients/tenantService/models/TenantIndustryUpdateDto.ts +0 -10
  399. package/clients/tenantService/models/TenantInvitationCreateDto.js +0 -2
  400. package/clients/tenantService/models/TenantInvitationCreateDto.ts +0 -12
  401. package/clients/tenantService/models/TenantInvitationDto.js +0 -2
  402. package/clients/tenantService/models/TenantInvitationDto.ts +0 -16
  403. package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +0 -2
  404. package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +0 -14
  405. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +0 -2
  406. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +0 -14
  407. package/clients/tenantService/models/TenantPositionCreateDto.js +0 -2
  408. package/clients/tenantService/models/TenantPositionCreateDto.ts +0 -13
  409. package/clients/tenantService/models/TenantPositionDto.js +0 -2
  410. package/clients/tenantService/models/TenantPositionDto.ts +0 -13
  411. package/clients/tenantService/models/TenantPositionDtoEnvelope.js +0 -2
  412. package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +0 -14
  413. package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +0 -2
  414. package/clients/tenantService/models/TenantPositionDtoListEnvelope.ts +0 -14
  415. package/clients/tenantService/models/TenantPositionUpdateDto.js +0 -2
  416. package/clients/tenantService/models/TenantPositionUpdateDto.ts +0 -9
  417. package/clients/tenantService/models/TenantSegmentCreateDto.js +0 -2
  418. package/clients/tenantService/models/TenantSegmentCreateDto.ts +0 -12
  419. package/clients/tenantService/models/TenantSegmentDto.js +0 -2
  420. package/clients/tenantService/models/TenantSegmentDto.ts +0 -12
  421. package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +0 -2
  422. package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +0 -14
  423. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +0 -2
  424. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.ts +0 -14
  425. package/clients/tenantService/models/TenantSegmentUpdateDto.js +0 -2
  426. package/clients/tenantService/models/TenantSegmentUpdateDto.ts +0 -10
  427. package/clients/tenantService/models/TenantSizeCreateDto.js +0 -2
  428. package/clients/tenantService/models/TenantSizeCreateDto.ts +0 -12
  429. package/clients/tenantService/models/TenantSizeDto.js +0 -2
  430. package/clients/tenantService/models/TenantSizeDto.ts +0 -12
  431. package/clients/tenantService/models/TenantSizeDtoEnvelope.js +0 -2
  432. package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +0 -14
  433. package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +0 -2
  434. package/clients/tenantService/models/TenantSizeDtoListEnvelope.ts +0 -14
  435. package/clients/tenantService/models/TenantSizeUpdateDto.js +0 -2
  436. package/clients/tenantService/models/TenantSizeUpdateDto.ts +0 -10
  437. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +0 -2
  438. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +0 -13
  439. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +0 -2
  440. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +0 -13
  441. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +0 -2
  442. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +0 -14
  443. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +0 -2
  444. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.ts +0 -14
  445. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +0 -2
  446. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +0 -11
  447. package/clients/tenantService/models/TenantTeamCreateDto.js +0 -2
  448. package/clients/tenantService/models/TenantTeamCreateDto.ts +0 -17
  449. package/clients/tenantService/models/TenantTeamDto.js +0 -2
  450. package/clients/tenantService/models/TenantTeamDto.ts +0 -17
  451. package/clients/tenantService/models/TenantTeamDtoEnvelope.js +0 -2
  452. package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +0 -14
  453. package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +0 -2
  454. package/clients/tenantService/models/TenantTeamDtoListEnvelope.ts +0 -14
  455. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +0 -2
  456. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +0 -13
  457. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +0 -2
  458. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +0 -13
  459. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +0 -2
  460. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +0 -14
  461. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +0 -2
  462. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.ts +0 -14
  463. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +0 -2
  464. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +0 -11
  465. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +0 -2
  466. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +0 -13
  467. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +0 -2
  468. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +0 -13
  469. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +0 -2
  470. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +0 -14
  471. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +0 -2
  472. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.ts +0 -14
  473. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +0 -2
  474. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +0 -11
  475. package/clients/tenantService/models/TenantTeamRecordCreateDto.js +0 -2
  476. package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +0 -12
  477. package/clients/tenantService/models/TenantTeamRecordDto.js +0 -2
  478. package/clients/tenantService/models/TenantTeamRecordDto.ts +0 -12
  479. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +0 -2
  480. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +0 -14
  481. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +0 -2
  482. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.ts +0 -14
  483. package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +0 -2
  484. package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +0 -10
  485. package/clients/tenantService/models/TenantTeamUpdateDto.js +0 -2
  486. package/clients/tenantService/models/TenantTeamUpdateDto.ts +0 -17
  487. package/clients/tenantService/models/TenantTerritoryCreateDto.js +0 -2
  488. package/clients/tenantService/models/TenantTerritoryCreateDto.ts +0 -14
  489. package/clients/tenantService/models/TenantTerritoryDto.js +0 -2
  490. package/clients/tenantService/models/TenantTerritoryDto.ts +0 -14
  491. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +0 -2
  492. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +0 -14
  493. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +0 -2
  494. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.ts +0 -14
  495. package/clients/tenantService/models/TenantTerritoryUpdateDto.js +0 -2
  496. package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +0 -9
  497. package/clients/tenantService/models/TenantTypeCreateDto.js +0 -2
  498. package/clients/tenantService/models/TenantTypeCreateDto.ts +0 -11
  499. package/clients/tenantService/models/TenantTypeDto.js +0 -2
  500. package/clients/tenantService/models/TenantTypeDto.ts +0 -11
  501. package/clients/tenantService/models/TenantTypeDtoEnvelope.js +0 -2
  502. package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +0 -14
  503. package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +0 -2
  504. package/clients/tenantService/models/TenantTypeDtoListEnvelope.ts +0 -14
  505. package/clients/tenantService/models/TenantTypeUpdateDto.js +0 -2
  506. package/clients/tenantService/models/TenantTypeUpdateDto.ts +0 -9
  507. package/clients/tenantService/models/TenantUnitCreateDto.js +0 -2
  508. package/clients/tenantService/models/TenantUnitCreateDto.ts +0 -18
  509. package/clients/tenantService/models/TenantUnitDto.js +0 -2
  510. package/clients/tenantService/models/TenantUnitDto.ts +0 -18
  511. package/clients/tenantService/models/TenantUnitDtoEnvelope.js +0 -2
  512. package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +0 -14
  513. package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +0 -2
  514. package/clients/tenantService/models/TenantUnitDtoListEnvelope.ts +0 -14
  515. package/clients/tenantService/models/TenantUnitUpdateDto.js +0 -2
  516. package/clients/tenantService/models/TenantUnitUpdateDto.ts +0 -14
  517. package/clients/tenantService/models/TenantUpdateDto.js +0 -2
  518. package/clients/tenantService/models/TenantUpdateDto.ts +0 -31
  519. package/clients/tenantService/models/UserDto.js +0 -26
  520. package/clients/tenantService/models/UserDto.ts +0 -72
  521. package/clients/tenantService/models/UserDtoListEnvelope.js +0 -2
  522. package/clients/tenantService/models/UserDtoListEnvelope.ts +0 -14
  523. package/clients/tenantService/models/WalletDto.js +0 -2
  524. package/clients/tenantService/models/WalletDto.ts +0 -22
  525. package/clients/tenantService/models/WalletDtoEnvelope.js +0 -2
  526. package/clients/tenantService/models/WalletDtoEnvelope.ts +0 -14
  527. package/clients/tenantService/models/WebPortalDto.js +0 -2
  528. package/clients/tenantService/models/WebPortalDto.ts +0 -19
  529. package/clients/tenantService/models/WebPortalDtoListEnvelope.js +0 -2
  530. package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +0 -14
  531. package/clients/tenantService/services/SizesService.js +0 -173
  532. package/clients/tenantService/services/SizesService.ts +0 -204
  533. package/clients/tenantService/services/TenantsService.js +0 -3173
  534. package/clients/tenantService/services/TenantsService.ts +0 -3701
  535. package/openapi-ts-error-1774919197061.log +0 -12
  536. package/openapi-ts-error-1774919206848.log +0 -12
  537. package/openapi-ts-error-1774919211413.log +0 -12
  538. package/openapi-ts-error-1774919234889.log +0 -12
  539. package/openapi-ts-error-1774919238790.log +0 -12
  540. package/openapi-ts-error-1774919250450.log +0 -12
  541. package/openapi-ts-error-1774919289933.log +0 -12
  542. package/openapi-ts-error-1774919293886.log +0 -12
  543. package/openapi-ts-error-1774919297530.log +0 -12
  544. package/openapi-ts-error-1774952133757.log +0 -12
  545. package/openapi-ts-error-1774952145095.log +0 -12
  546. package/openapi-ts-error-1774952149289.log +0 -12
  547. package/openapi-ts-error-1774952170560.log +0 -12
  548. package/openapi-ts-error-1774952173946.log +0 -12
  549. package/openapi-ts-error-1774952221374.log +0 -12
  550. package/openapi-ts-error-1774952225129.log +0 -12
  551. package/openapi-ts-error-1774952228932.log +0 -12
  552. package/openapi-ts-error-1774955105047.log +0 -12
  553. package/output.txt +0 -1831
@@ -13,25 +13,20 @@ export type AccessTokenResponseWritable = {
13
13
  refreshToken: string | null;
14
14
  };
15
15
 
16
- export type CurrencyId = {
16
+ export type CurrencyIdReadable = {
17
+ readonly value?: string | null;
17
18
  code?: string | null;
18
19
  country?: string | null;
19
20
  };
20
21
 
21
- export type DiscountCreateDtoReadable = {
22
- readonly id?: string;
23
- readonly timestamp?: string;
24
- description?: string | null;
25
- beginQuantity?: number;
26
- endQuantity?: number;
27
- percent?: number;
28
- value?: number;
29
- tenantId?: string | null;
30
- enrollmentId?: string | null;
31
- discountListId?: string | null;
22
+ export type CurrencyIdWritable = {
23
+ code?: string | null;
24
+ country?: string | null;
32
25
  };
33
26
 
34
- export type DiscountCreateDtoWritable = {
27
+ export type DiscountCreateDto = {
28
+ id?: string;
29
+ timestamp?: string;
35
30
  description?: string | null;
36
31
  beginQuantity?: number;
37
32
  endQuantity?: number;
@@ -86,16 +81,9 @@ export type DiscountDtoListEnvelopeWritable = {
86
81
  result?: Array<DiscountDto> | null;
87
82
  };
88
83
 
89
- export type DiscountListCreateDtoReadable = {
90
- readonly id?: string;
91
- readonly timestamp?: string;
92
- name?: string | null;
93
- currencyId?: string | null;
94
- tenantId?: string | null;
95
- enrollmentId?: string | null;
96
- };
97
-
98
- export type DiscountListCreateDtoWritable = {
84
+ export type DiscountListCreateDto = {
85
+ id?: string;
86
+ timestamp?: string;
99
87
  name?: string | null;
100
88
  currencyId?: string | null;
101
89
  tenantId?: string | null;
@@ -246,18 +234,18 @@ export type ItemPriceCalculationReadable = {
246
234
  readonly effectiveDiscountPercent?: number;
247
235
  readonly effectiveTaxPercent?: number;
248
236
  currencyId?: string | null;
249
- currency?: CurrencyId;
250
- totalBaseAmount?: Money;
251
- totalProfitAmount?: Money;
252
- totalDetailAmount?: Money;
253
- totalDiscountsAmount?: Money;
254
- totalSurchargesAmount?: Money;
255
- totalTaxBaseAmount?: Money;
256
- totalTaxAmount?: Money;
257
- totalWTaxAmount?: Money;
258
- totalShippingCostAmount?: Money;
259
- totalShippingTaxAmount?: Money;
260
- totalAmount?: Money;
237
+ currency?: CurrencyIdReadable;
238
+ totalBaseAmount?: MoneyReadable;
239
+ totalProfitAmount?: MoneyReadable;
240
+ totalDetailAmount?: MoneyReadable;
241
+ totalDiscountsAmount?: MoneyReadable;
242
+ totalSurchargesAmount?: MoneyReadable;
243
+ totalTaxBaseAmount?: MoneyReadable;
244
+ totalTaxAmount?: MoneyReadable;
245
+ totalWTaxAmount?: MoneyReadable;
246
+ totalShippingCostAmount?: MoneyReadable;
247
+ totalShippingTaxAmount?: MoneyReadable;
248
+ totalAmount?: MoneyReadable;
261
249
  };
262
250
 
263
251
  export type ItemPriceCalculationWritable = {
@@ -275,18 +263,18 @@ export type ItemPriceCalculationWritable = {
275
263
  roundingPolicyId?: string | null;
276
264
  timestamp?: string;
277
265
  currencyId?: string | null;
278
- currency?: CurrencyId;
279
- totalBaseAmount?: Money;
280
- totalProfitAmount?: Money;
281
- totalDetailAmount?: Money;
282
- totalDiscountsAmount?: Money;
283
- totalSurchargesAmount?: Money;
284
- totalTaxBaseAmount?: Money;
285
- totalTaxAmount?: Money;
286
- totalWTaxAmount?: Money;
287
- totalShippingCostAmount?: Money;
288
- totalShippingTaxAmount?: Money;
289
- totalAmount?: Money;
266
+ currency?: CurrencyIdWritable;
267
+ totalBaseAmount?: MoneyWritable;
268
+ totalProfitAmount?: MoneyWritable;
269
+ totalDetailAmount?: MoneyWritable;
270
+ totalDiscountsAmount?: MoneyWritable;
271
+ totalSurchargesAmount?: MoneyWritable;
272
+ totalTaxBaseAmount?: MoneyWritable;
273
+ totalTaxAmount?: MoneyWritable;
274
+ totalWTaxAmount?: MoneyWritable;
275
+ totalShippingCostAmount?: MoneyWritable;
276
+ totalShippingTaxAmount?: MoneyWritable;
277
+ totalAmount?: MoneyWritable;
290
278
  };
291
279
 
292
280
  export type ItemPriceCalculationEnvelopeReadable = {
@@ -304,23 +292,9 @@ export type ItemPriceCalculationEnvelopeWritable = {
304
292
  result?: ItemPriceCalculationWritable;
305
293
  };
306
294
 
307
- export type ItemPriceCreateDtoReadable = {
308
- readonly id?: string;
309
- readonly timestamp?: string;
310
- itemId: string;
311
- unitId?: string | null;
312
- tenantId?: string | null;
313
- currencyId?: string | null;
314
- priceListId?: string | null;
315
- unitGroupId?: string | null;
316
- enrollmentId?: string | null;
317
- discountListId?: string | null;
318
- roundingPolicyId?: string | null;
319
- price?: number;
320
- percent?: number;
321
- };
322
-
323
- export type ItemPriceCreateDtoWritable = {
295
+ export type ItemPriceCreateDto = {
296
+ id?: string;
297
+ timestamp?: string;
324
298
  itemId: string;
325
299
  unitId?: string | null;
326
300
  tenantId?: string | null;
@@ -399,9 +373,14 @@ export type LoginRequest = {
399
373
  twoFactorRecoveryCode?: string | null;
400
374
  };
401
375
 
402
- export type Money = {
376
+ export type MoneyReadable = {
377
+ amount?: number;
378
+ currency?: CurrencyIdReadable;
379
+ };
380
+
381
+ export type MoneyWritable = {
403
382
  amount?: number;
404
- currency?: CurrencyId;
383
+ currency?: CurrencyIdWritable;
405
384
  };
406
385
 
407
386
  export type MoneyEnvelopeReadable = {
@@ -410,30 +389,18 @@ export type MoneyEnvelopeReadable = {
410
389
  correlationId?: string | null;
411
390
  readonly timestamp?: string;
412
391
  readonly activityId?: string | null;
413
- result?: Money;
392
+ result?: MoneyReadable;
414
393
  };
415
394
 
416
395
  export type MoneyEnvelopeWritable = {
417
396
  errorMessage?: string | null;
418
397
  correlationId?: string | null;
419
- result?: Money;
398
+ result?: MoneyWritable;
420
399
  };
421
400
 
422
- export type PriceListCreateDtoReadable = {
423
- readonly id?: string;
424
- readonly timestamp?: string;
425
- name: string;
426
- description?: string | null;
427
- startDate?: string;
428
- endDate?: string;
429
- currencyId?: string | null;
430
- unitId?: string | null;
431
- unitGroupId?: string | null;
432
- tenantId?: string | null;
433
- enrollmentId?: string | null;
434
- };
435
-
436
- export type PriceListCreateDtoWritable = {
401
+ export type PriceListCreateDto = {
402
+ id?: string;
403
+ timestamp?: string;
437
404
  name: string;
438
405
  description?: string | null;
439
406
  startDate?: string;
@@ -536,7 +503,7 @@ export type TwoFactorResponse = {
536
503
  isMachineRemembered: boolean;
537
504
  };
538
505
 
539
- export type GetApiV2PricingServiceDiscountListsData = {
506
+ export type GetDiscountListsData = {
540
507
  body?: never;
541
508
  path?: never;
542
509
  query: {
@@ -545,7 +512,7 @@ export type GetApiV2PricingServiceDiscountListsData = {
545
512
  url: '/api/v2/PricingService/DiscountLists';
546
513
  };
547
514
 
548
- export type GetApiV2PricingServiceDiscountListsErrors = {
515
+ export type GetDiscountListsErrors = {
549
516
  /**
550
517
  * Bad Request
551
518
  */
@@ -560,19 +527,19 @@ export type GetApiV2PricingServiceDiscountListsErrors = {
560
527
  403: ErrorEnvelopeReadable;
561
528
  };
562
529
 
563
- export type GetApiV2PricingServiceDiscountListsError = GetApiV2PricingServiceDiscountListsErrors[keyof GetApiV2PricingServiceDiscountListsErrors];
530
+ export type GetDiscountListsError = GetDiscountListsErrors[keyof GetDiscountListsErrors];
564
531
 
565
- export type GetApiV2PricingServiceDiscountListsResponses = {
532
+ export type GetDiscountListsResponses = {
566
533
  /**
567
534
  * OK
568
535
  */
569
536
  200: DiscountListDtoListEnvelopeReadable;
570
537
  };
571
538
 
572
- export type GetApiV2PricingServiceDiscountListsResponse = GetApiV2PricingServiceDiscountListsResponses[keyof GetApiV2PricingServiceDiscountListsResponses];
539
+ export type GetDiscountListsResponse = GetDiscountListsResponses[keyof GetDiscountListsResponses];
573
540
 
574
- export type PostApiV2PricingServiceDiscountListsData = {
575
- body?: DiscountListCreateDtoWritable;
541
+ export type CreateDiscountListData = {
542
+ body?: DiscountListCreateDto;
576
543
  path?: never;
577
544
  query: {
578
545
  tenantId: string;
@@ -580,7 +547,7 @@ export type PostApiV2PricingServiceDiscountListsData = {
580
547
  url: '/api/v2/PricingService/DiscountLists';
581
548
  };
582
549
 
583
- export type PostApiV2PricingServiceDiscountListsErrors = {
550
+ export type CreateDiscountListErrors = {
584
551
  /**
585
552
  * Bad Request
586
553
  */
@@ -595,18 +562,18 @@ export type PostApiV2PricingServiceDiscountListsErrors = {
595
562
  403: ErrorEnvelopeReadable;
596
563
  };
597
564
 
598
- export type PostApiV2PricingServiceDiscountListsError = PostApiV2PricingServiceDiscountListsErrors[keyof PostApiV2PricingServiceDiscountListsErrors];
565
+ export type CreateDiscountListError = CreateDiscountListErrors[keyof CreateDiscountListErrors];
599
566
 
600
- export type PostApiV2PricingServiceDiscountListsResponses = {
567
+ export type CreateDiscountListResponses = {
601
568
  /**
602
569
  * Created
603
570
  */
604
571
  201: EmptyEnvelopeReadable;
605
572
  };
606
573
 
607
- export type PostApiV2PricingServiceDiscountListsResponse = PostApiV2PricingServiceDiscountListsResponses[keyof PostApiV2PricingServiceDiscountListsResponses];
574
+ export type CreateDiscountListResponse = CreateDiscountListResponses[keyof CreateDiscountListResponses];
608
575
 
609
- export type GetApiV2PricingServiceDiscountListsCountData = {
576
+ export type GetDiscountListsCountData = {
610
577
  body?: never;
611
578
  path?: never;
612
579
  query: {
@@ -615,7 +582,7 @@ export type GetApiV2PricingServiceDiscountListsCountData = {
615
582
  url: '/api/v2/PricingService/DiscountLists/Count';
616
583
  };
617
584
 
618
- export type GetApiV2PricingServiceDiscountListsCountErrors = {
585
+ export type GetDiscountListsCountErrors = {
619
586
  /**
620
587
  * Bad Request
621
588
  */
@@ -630,18 +597,18 @@ export type GetApiV2PricingServiceDiscountListsCountErrors = {
630
597
  403: ErrorEnvelopeReadable;
631
598
  };
632
599
 
633
- export type GetApiV2PricingServiceDiscountListsCountError = GetApiV2PricingServiceDiscountListsCountErrors[keyof GetApiV2PricingServiceDiscountListsCountErrors];
600
+ export type GetDiscountListsCountError = GetDiscountListsCountErrors[keyof GetDiscountListsCountErrors];
634
601
 
635
- export type GetApiV2PricingServiceDiscountListsCountResponses = {
602
+ export type GetDiscountListsCountResponses = {
636
603
  /**
637
604
  * OK
638
605
  */
639
606
  200: Int32EnvelopeReadable;
640
607
  };
641
608
 
642
- export type GetApiV2PricingServiceDiscountListsCountResponse = GetApiV2PricingServiceDiscountListsCountResponses[keyof GetApiV2PricingServiceDiscountListsCountResponses];
609
+ export type GetDiscountListsCountResponse = GetDiscountListsCountResponses[keyof GetDiscountListsCountResponses];
643
610
 
644
- export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdData = {
611
+ export type DeleteDiscountListData = {
645
612
  body?: never;
646
613
  path: {
647
614
  discountListId: string;
@@ -652,7 +619,7 @@ export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdData = {
652
619
  url: '/api/v2/PricingService/DiscountLists/{discountListId}';
653
620
  };
654
621
 
655
- export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdErrors = {
622
+ export type DeleteDiscountListErrors = {
656
623
  /**
657
624
  * Bad Request
658
625
  */
@@ -667,16 +634,16 @@ export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdErrors = {
667
634
  403: ErrorEnvelopeReadable;
668
635
  };
669
636
 
670
- export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdError = DeleteApiV2PricingServiceDiscountListsByDiscountListIdErrors[keyof DeleteApiV2PricingServiceDiscountListsByDiscountListIdErrors];
637
+ export type DeleteDiscountListError = DeleteDiscountListErrors[keyof DeleteDiscountListErrors];
671
638
 
672
- export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdResponses = {
639
+ export type DeleteDiscountListResponses = {
673
640
  /**
674
641
  * OK
675
642
  */
676
643
  200: EmptyEnvelopeReadable;
677
644
  };
678
645
 
679
- export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdResponse = DeleteApiV2PricingServiceDiscountListsByDiscountListIdResponses[keyof DeleteApiV2PricingServiceDiscountListsByDiscountListIdResponses];
646
+ export type DeleteDiscountListResponse = DeleteDiscountListResponses[keyof DeleteDiscountListResponses];
680
647
 
681
648
  export type GetDiscountListData = {
682
649
  body?: never;
@@ -715,7 +682,7 @@ export type GetDiscountListResponses = {
715
682
 
716
683
  export type GetDiscountListResponse = GetDiscountListResponses[keyof GetDiscountListResponses];
717
684
 
718
- export type PutApiV2PricingServiceDiscountListsByDiscountListIdData = {
685
+ export type UpdateDiscountListData = {
719
686
  body?: DiscountListUpdateDto;
720
687
  path: {
721
688
  discountListId: string;
@@ -726,7 +693,7 @@ export type PutApiV2PricingServiceDiscountListsByDiscountListIdData = {
726
693
  url: '/api/v2/PricingService/DiscountLists/{discountListId}';
727
694
  };
728
695
 
729
- export type PutApiV2PricingServiceDiscountListsByDiscountListIdErrors = {
696
+ export type UpdateDiscountListErrors = {
730
697
  /**
731
698
  * Bad Request
732
699
  */
@@ -741,18 +708,18 @@ export type PutApiV2PricingServiceDiscountListsByDiscountListIdErrors = {
741
708
  403: ErrorEnvelopeReadable;
742
709
  };
743
710
 
744
- export type PutApiV2PricingServiceDiscountListsByDiscountListIdError = PutApiV2PricingServiceDiscountListsByDiscountListIdErrors[keyof PutApiV2PricingServiceDiscountListsByDiscountListIdErrors];
711
+ export type UpdateDiscountListError = UpdateDiscountListErrors[keyof UpdateDiscountListErrors];
745
712
 
746
- export type PutApiV2PricingServiceDiscountListsByDiscountListIdResponses = {
713
+ export type UpdateDiscountListResponses = {
747
714
  /**
748
715
  * OK
749
716
  */
750
717
  200: EmptyEnvelopeReadable;
751
718
  };
752
719
 
753
- export type PutApiV2PricingServiceDiscountListsByDiscountListIdResponse = PutApiV2PricingServiceDiscountListsByDiscountListIdResponses[keyof PutApiV2PricingServiceDiscountListsByDiscountListIdResponses];
720
+ export type UpdateDiscountListResponse = UpdateDiscountListResponses[keyof UpdateDiscountListResponses];
754
721
 
755
- export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsData = {
722
+ export type GetDiscountListEntriesData = {
756
723
  body?: never;
757
724
  path: {
758
725
  discountListId: string;
@@ -763,7 +730,7 @@ export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsData = {
763
730
  url: '/api/v2/PricingService/DiscountLists/{discountListId}/Discounts';
764
731
  };
765
732
 
766
- export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsErrors = {
733
+ export type GetDiscountListEntriesErrors = {
767
734
  /**
768
735
  * Bad Request
769
736
  */
@@ -778,19 +745,19 @@ export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsErrors =
778
745
  403: ErrorEnvelopeReadable;
779
746
  };
780
747
 
781
- export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsError = GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsErrors[keyof GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsErrors];
748
+ export type GetDiscountListEntriesError = GetDiscountListEntriesErrors[keyof GetDiscountListEntriesErrors];
782
749
 
783
- export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsResponses = {
750
+ export type GetDiscountListEntriesResponses = {
784
751
  /**
785
752
  * OK
786
753
  */
787
754
  200: DiscountDtoListEnvelopeReadable;
788
755
  };
789
756
 
790
- export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsResponse = GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsResponses[keyof GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsResponses];
757
+ export type GetDiscountListEntriesResponse = GetDiscountListEntriesResponses[keyof GetDiscountListEntriesResponses];
791
758
 
792
- export type PostApiV2PricingServiceDiscountListsByDiscountListIdDiscountsData = {
793
- body?: DiscountCreateDtoWritable;
759
+ export type CreateDiscountListEntryData = {
760
+ body?: DiscountCreateDto;
794
761
  path: {
795
762
  discountListId: string;
796
763
  };
@@ -800,7 +767,7 @@ export type PostApiV2PricingServiceDiscountListsByDiscountListIdDiscountsData =
800
767
  url: '/api/v2/PricingService/DiscountLists/{discountListId}/Discounts';
801
768
  };
802
769
 
803
- export type PostApiV2PricingServiceDiscountListsByDiscountListIdDiscountsErrors = {
770
+ export type CreateDiscountListEntryErrors = {
804
771
  /**
805
772
  * Bad Request
806
773
  */
@@ -815,18 +782,18 @@ export type PostApiV2PricingServiceDiscountListsByDiscountListIdDiscountsErrors
815
782
  403: ErrorEnvelopeReadable;
816
783
  };
817
784
 
818
- export type PostApiV2PricingServiceDiscountListsByDiscountListIdDiscountsError = PostApiV2PricingServiceDiscountListsByDiscountListIdDiscountsErrors[keyof PostApiV2PricingServiceDiscountListsByDiscountListIdDiscountsErrors];
785
+ export type CreateDiscountListEntryError = CreateDiscountListEntryErrors[keyof CreateDiscountListEntryErrors];
819
786
 
820
- export type PostApiV2PricingServiceDiscountListsByDiscountListIdDiscountsResponses = {
787
+ export type CreateDiscountListEntryResponses = {
821
788
  /**
822
789
  * Created
823
790
  */
824
791
  201: EmptyEnvelopeReadable;
825
792
  };
826
793
 
827
- export type PostApiV2PricingServiceDiscountListsByDiscountListIdDiscountsResponse = PostApiV2PricingServiceDiscountListsByDiscountListIdDiscountsResponses[keyof PostApiV2PricingServiceDiscountListsByDiscountListIdDiscountsResponses];
794
+ export type CreateDiscountListEntryResponse = CreateDiscountListEntryResponses[keyof CreateDiscountListEntryResponses];
828
795
 
829
- export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsCountData = {
796
+ export type GetDiscountListEntriesCountData = {
830
797
  body?: never;
831
798
  path: {
832
799
  discountListId: string;
@@ -837,7 +804,7 @@ export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsCountDat
837
804
  url: '/api/v2/PricingService/DiscountLists/{discountListId}/Discounts/Count';
838
805
  };
839
806
 
840
- export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsCountErrors = {
807
+ export type GetDiscountListEntriesCountErrors = {
841
808
  /**
842
809
  * Bad Request
843
810
  */
@@ -852,18 +819,18 @@ export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsCountErr
852
819
  403: ErrorEnvelopeReadable;
853
820
  };
854
821
 
855
- export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsCountError = GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsCountErrors[keyof GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsCountErrors];
822
+ export type GetDiscountListEntriesCountError = GetDiscountListEntriesCountErrors[keyof GetDiscountListEntriesCountErrors];
856
823
 
857
- export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsCountResponses = {
824
+ export type GetDiscountListEntriesCountResponses = {
858
825
  /**
859
826
  * OK
860
827
  */
861
828
  200: Int32EnvelopeReadable;
862
829
  };
863
830
 
864
- export type GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsCountResponse = GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsCountResponses[keyof GetApiV2PricingServiceDiscountListsByDiscountListIdDiscountsCountResponses];
831
+ export type GetDiscountListEntriesCountResponse = GetDiscountListEntriesCountResponses[keyof GetDiscountListEntriesCountResponses];
865
832
 
866
- export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdData = {
833
+ export type DeleteDiscountListEntryData = {
867
834
  body?: never;
868
835
  path: {
869
836
  discountListId: string;
@@ -875,7 +842,7 @@ export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDis
875
842
  url: '/api/v2/PricingService/DiscountLists/{discountListId}/Discounts/{discountListEntryId}';
876
843
  };
877
844
 
878
- export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdErrors = {
845
+ export type DeleteDiscountListEntryErrors = {
879
846
  /**
880
847
  * Bad Request
881
848
  */
@@ -890,16 +857,16 @@ export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDis
890
857
  403: ErrorEnvelopeReadable;
891
858
  };
892
859
 
893
- export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdError = DeleteApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdErrors[keyof DeleteApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdErrors];
860
+ export type DeleteDiscountListEntryError = DeleteDiscountListEntryErrors[keyof DeleteDiscountListEntryErrors];
894
861
 
895
- export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdResponses = {
862
+ export type DeleteDiscountListEntryResponses = {
896
863
  /**
897
864
  * OK
898
865
  */
899
866
  200: EmptyEnvelopeReadable;
900
867
  };
901
868
 
902
- export type DeleteApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdResponse = DeleteApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdResponses[keyof DeleteApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdResponses];
869
+ export type DeleteDiscountListEntryResponse = DeleteDiscountListEntryResponses[keyof DeleteDiscountListEntryResponses];
903
870
 
904
871
  export type GetDiscountListEntryData = {
905
872
  body?: never;
@@ -939,7 +906,7 @@ export type GetDiscountListEntryResponses = {
939
906
 
940
907
  export type GetDiscountListEntryResponse = GetDiscountListEntryResponses[keyof GetDiscountListEntryResponses];
941
908
 
942
- export type PutApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdData = {
909
+ export type UpdateDiscountListEntryData = {
943
910
  body?: DiscountUpdateDto;
944
911
  path: {
945
912
  discountListId: string;
@@ -951,7 +918,7 @@ export type PutApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscou
951
918
  url: '/api/v2/PricingService/DiscountLists/{discountListId}/Discounts/{discountListEntryId}';
952
919
  };
953
920
 
954
- export type PutApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdErrors = {
921
+ export type UpdateDiscountListEntryErrors = {
955
922
  /**
956
923
  * Bad Request
957
924
  */
@@ -966,16 +933,16 @@ export type PutApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscou
966
933
  403: ErrorEnvelopeReadable;
967
934
  };
968
935
 
969
- export type PutApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdError = PutApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdErrors[keyof PutApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdErrors];
936
+ export type UpdateDiscountListEntryError = UpdateDiscountListEntryErrors[keyof UpdateDiscountListEntryErrors];
970
937
 
971
- export type PutApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdResponses = {
938
+ export type UpdateDiscountListEntryResponses = {
972
939
  /**
973
940
  * OK
974
941
  */
975
942
  200: EmptyEnvelopeReadable;
976
943
  };
977
944
 
978
- export type PutApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdResponse = PutApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdResponses[keyof PutApiV2PricingServiceDiscountListsByDiscountListIdDiscountsByDiscountListEntryIdResponses];
945
+ export type UpdateDiscountListEntryResponse = UpdateDiscountListEntryResponses[keyof UpdateDiscountListEntryResponses];
979
946
 
980
947
  export type GetVersionData = {
981
948
  body?: never;
@@ -1242,7 +1209,7 @@ export type PostManageInfoResponses = {
1242
1209
 
1243
1210
  export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
1244
1211
 
1245
- export type GetApiV2PricingServicePriceListsData = {
1212
+ export type GetPriceListsAsyncData = {
1246
1213
  body?: never;
1247
1214
  path?: never;
1248
1215
  query: {
@@ -1251,26 +1218,26 @@ export type GetApiV2PricingServicePriceListsData = {
1251
1218
  url: '/api/v2/PricingService/PriceLists';
1252
1219
  };
1253
1220
 
1254
- export type GetApiV2PricingServicePriceListsErrors = {
1221
+ export type GetPriceListsAsyncErrors = {
1255
1222
  /**
1256
1223
  * Not Found
1257
1224
  */
1258
1225
  404: ErrorEnvelopeReadable;
1259
1226
  };
1260
1227
 
1261
- export type GetApiV2PricingServicePriceListsError = GetApiV2PricingServicePriceListsErrors[keyof GetApiV2PricingServicePriceListsErrors];
1228
+ export type GetPriceListsAsyncError = GetPriceListsAsyncErrors[keyof GetPriceListsAsyncErrors];
1262
1229
 
1263
- export type GetApiV2PricingServicePriceListsResponses = {
1230
+ export type GetPriceListsAsyncResponses = {
1264
1231
  /**
1265
1232
  * OK
1266
1233
  */
1267
1234
  200: PriceListDtoListEnvelopeReadable;
1268
1235
  };
1269
1236
 
1270
- export type GetApiV2PricingServicePriceListsResponse = GetApiV2PricingServicePriceListsResponses[keyof GetApiV2PricingServicePriceListsResponses];
1237
+ export type GetPriceListsAsyncResponse = GetPriceListsAsyncResponses[keyof GetPriceListsAsyncResponses];
1271
1238
 
1272
- export type PostApiV2PricingServicePriceListsData = {
1273
- body?: PriceListCreateDtoWritable;
1239
+ export type CreatePriceListAsyncData = {
1240
+ body?: PriceListCreateDto;
1274
1241
  path?: never;
1275
1242
  query: {
1276
1243
  tenantId: string;
@@ -1278,25 +1245,25 @@ export type PostApiV2PricingServicePriceListsData = {
1278
1245
  url: '/api/v2/PricingService/PriceLists';
1279
1246
  };
1280
1247
 
1281
- export type PostApiV2PricingServicePriceListsErrors = {
1248
+ export type CreatePriceListAsyncErrors = {
1282
1249
  /**
1283
1250
  * Not Found
1284
1251
  */
1285
1252
  404: ErrorEnvelopeReadable;
1286
1253
  };
1287
1254
 
1288
- export type PostApiV2PricingServicePriceListsError = PostApiV2PricingServicePriceListsErrors[keyof PostApiV2PricingServicePriceListsErrors];
1255
+ export type CreatePriceListAsyncError = CreatePriceListAsyncErrors[keyof CreatePriceListAsyncErrors];
1289
1256
 
1290
- export type PostApiV2PricingServicePriceListsResponses = {
1257
+ export type CreatePriceListAsyncResponses = {
1291
1258
  /**
1292
1259
  * OK
1293
1260
  */
1294
1261
  200: EmptyEnvelopeReadable;
1295
1262
  };
1296
1263
 
1297
- export type PostApiV2PricingServicePriceListsResponse = PostApiV2PricingServicePriceListsResponses[keyof PostApiV2PricingServicePriceListsResponses];
1264
+ export type CreatePriceListAsyncResponse = CreatePriceListAsyncResponses[keyof CreatePriceListAsyncResponses];
1298
1265
 
1299
- export type GetApiV2PricingServicePriceListsCountData = {
1266
+ export type GetPriceListsCountAsyncData = {
1300
1267
  body?: never;
1301
1268
  path?: never;
1302
1269
  query: {
@@ -1305,25 +1272,25 @@ export type GetApiV2PricingServicePriceListsCountData = {
1305
1272
  url: '/api/v2/PricingService/PriceLists/Count';
1306
1273
  };
1307
1274
 
1308
- export type GetApiV2PricingServicePriceListsCountErrors = {
1275
+ export type GetPriceListsCountAsyncErrors = {
1309
1276
  /**
1310
1277
  * Not Found
1311
1278
  */
1312
1279
  404: ErrorEnvelopeReadable;
1313
1280
  };
1314
1281
 
1315
- export type GetApiV2PricingServicePriceListsCountError = GetApiV2PricingServicePriceListsCountErrors[keyof GetApiV2PricingServicePriceListsCountErrors];
1282
+ export type GetPriceListsCountAsyncError = GetPriceListsCountAsyncErrors[keyof GetPriceListsCountAsyncErrors];
1316
1283
 
1317
- export type GetApiV2PricingServicePriceListsCountResponses = {
1284
+ export type GetPriceListsCountAsyncResponses = {
1318
1285
  /**
1319
1286
  * OK
1320
1287
  */
1321
1288
  200: Int32EnvelopeReadable;
1322
1289
  };
1323
1290
 
1324
- export type GetApiV2PricingServicePriceListsCountResponse = GetApiV2PricingServicePriceListsCountResponses[keyof GetApiV2PricingServicePriceListsCountResponses];
1291
+ export type GetPriceListsCountAsyncResponse = GetPriceListsCountAsyncResponses[keyof GetPriceListsCountAsyncResponses];
1325
1292
 
1326
- export type DeleteApiV2PricingServicePriceListsByPriceListIdData = {
1293
+ export type DeletePriceListAsyncData = {
1327
1294
  body?: never;
1328
1295
  path: {
1329
1296
  priceListId: string;
@@ -1334,23 +1301,23 @@ export type DeleteApiV2PricingServicePriceListsByPriceListIdData = {
1334
1301
  url: '/api/v2/PricingService/PriceLists/{priceListId}';
1335
1302
  };
1336
1303
 
1337
- export type DeleteApiV2PricingServicePriceListsByPriceListIdErrors = {
1304
+ export type DeletePriceListAsyncErrors = {
1338
1305
  /**
1339
1306
  * Not Found
1340
1307
  */
1341
1308
  404: ErrorEnvelopeReadable;
1342
1309
  };
1343
1310
 
1344
- export type DeleteApiV2PricingServicePriceListsByPriceListIdError = DeleteApiV2PricingServicePriceListsByPriceListIdErrors[keyof DeleteApiV2PricingServicePriceListsByPriceListIdErrors];
1311
+ export type DeletePriceListAsyncError = DeletePriceListAsyncErrors[keyof DeletePriceListAsyncErrors];
1345
1312
 
1346
- export type DeleteApiV2PricingServicePriceListsByPriceListIdResponses = {
1313
+ export type DeletePriceListAsyncResponses = {
1347
1314
  /**
1348
1315
  * OK
1349
1316
  */
1350
1317
  200: EmptyEnvelopeReadable;
1351
1318
  };
1352
1319
 
1353
- export type DeleteApiV2PricingServicePriceListsByPriceListIdResponse = DeleteApiV2PricingServicePriceListsByPriceListIdResponses[keyof DeleteApiV2PricingServicePriceListsByPriceListIdResponses];
1320
+ export type DeletePriceListAsyncResponse = DeletePriceListAsyncResponses[keyof DeletePriceListAsyncResponses];
1354
1321
 
1355
1322
  export type GetPriceListAsyncData = {
1356
1323
  body?: never;
@@ -1381,7 +1348,7 @@ export type GetPriceListAsyncResponses = {
1381
1348
 
1382
1349
  export type GetPriceListAsyncResponse = GetPriceListAsyncResponses[keyof GetPriceListAsyncResponses];
1383
1350
 
1384
- export type PutApiV2PricingServicePriceListsByPriceListIdData = {
1351
+ export type UpdatePriceListAsyncData = {
1385
1352
  body?: PriceListUpdateDto;
1386
1353
  path: {
1387
1354
  priceListId: string;
@@ -1392,23 +1359,23 @@ export type PutApiV2PricingServicePriceListsByPriceListIdData = {
1392
1359
  url: '/api/v2/PricingService/PriceLists/{priceListId}';
1393
1360
  };
1394
1361
 
1395
- export type PutApiV2PricingServicePriceListsByPriceListIdErrors = {
1362
+ export type UpdatePriceListAsyncErrors = {
1396
1363
  /**
1397
1364
  * Not Found
1398
1365
  */
1399
1366
  404: ErrorEnvelopeReadable;
1400
1367
  };
1401
1368
 
1402
- export type PutApiV2PricingServicePriceListsByPriceListIdError = PutApiV2PricingServicePriceListsByPriceListIdErrors[keyof PutApiV2PricingServicePriceListsByPriceListIdErrors];
1369
+ export type UpdatePriceListAsyncError = UpdatePriceListAsyncErrors[keyof UpdatePriceListAsyncErrors];
1403
1370
 
1404
- export type PutApiV2PricingServicePriceListsByPriceListIdResponses = {
1371
+ export type UpdatePriceListAsyncResponses = {
1405
1372
  /**
1406
1373
  * OK
1407
1374
  */
1408
1375
  200: EmptyEnvelopeReadable;
1409
1376
  };
1410
1377
 
1411
- export type PutApiV2PricingServicePriceListsByPriceListIdResponse = PutApiV2PricingServicePriceListsByPriceListIdResponses[keyof PutApiV2PricingServicePriceListsByPriceListIdResponses];
1378
+ export type UpdatePriceListAsyncResponse = UpdatePriceListAsyncResponses[keyof UpdatePriceListAsyncResponses];
1412
1379
 
1413
1380
  export type GetPriceListPricesAsyncData = {
1414
1381
  body?: never;
@@ -1440,8 +1407,8 @@ export type GetPriceListPricesAsyncResponses = {
1440
1407
 
1441
1408
  export type GetPriceListPricesAsyncResponse = GetPriceListPricesAsyncResponses[keyof GetPriceListPricesAsyncResponses];
1442
1409
 
1443
- export type PostApiV2PricingServicePriceListsByPriceListIdPricesData = {
1444
- body?: ItemPriceCreateDtoWritable;
1410
+ export type CreatePriceListPricesAsyncData = {
1411
+ body?: ItemPriceCreateDto;
1445
1412
  path: {
1446
1413
  priceListId: string;
1447
1414
  };
@@ -1451,25 +1418,25 @@ export type PostApiV2PricingServicePriceListsByPriceListIdPricesData = {
1451
1418
  url: '/api/v2/PricingService/PriceLists/{priceListId}/Prices';
1452
1419
  };
1453
1420
 
1454
- export type PostApiV2PricingServicePriceListsByPriceListIdPricesErrors = {
1421
+ export type CreatePriceListPricesAsyncErrors = {
1455
1422
  /**
1456
1423
  * Not Found
1457
1424
  */
1458
1425
  404: ErrorEnvelopeReadable;
1459
1426
  };
1460
1427
 
1461
- export type PostApiV2PricingServicePriceListsByPriceListIdPricesError = PostApiV2PricingServicePriceListsByPriceListIdPricesErrors[keyof PostApiV2PricingServicePriceListsByPriceListIdPricesErrors];
1428
+ export type CreatePriceListPricesAsyncError = CreatePriceListPricesAsyncErrors[keyof CreatePriceListPricesAsyncErrors];
1462
1429
 
1463
- export type PostApiV2PricingServicePriceListsByPriceListIdPricesResponses = {
1430
+ export type CreatePriceListPricesAsyncResponses = {
1464
1431
  /**
1465
1432
  * OK
1466
1433
  */
1467
1434
  200: EmptyEnvelopeReadable;
1468
1435
  };
1469
1436
 
1470
- export type PostApiV2PricingServicePriceListsByPriceListIdPricesResponse = PostApiV2PricingServicePriceListsByPriceListIdPricesResponses[keyof PostApiV2PricingServicePriceListsByPriceListIdPricesResponses];
1437
+ export type CreatePriceListPricesAsyncResponse = CreatePriceListPricesAsyncResponses[keyof CreatePriceListPricesAsyncResponses];
1471
1438
 
1472
- export type DeleteApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdData = {
1439
+ export type DeletePriceListPriceAsyncData = {
1473
1440
  body?: never;
1474
1441
  path: {
1475
1442
  priceListId: string;
@@ -1481,23 +1448,23 @@ export type DeleteApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdData
1481
1448
  url: '/api/v2/PricingService/PriceLists/{priceListId}/Prices/{priceId}';
1482
1449
  };
1483
1450
 
1484
- export type DeleteApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdErrors = {
1451
+ export type DeletePriceListPriceAsyncErrors = {
1485
1452
  /**
1486
1453
  * Not Found
1487
1454
  */
1488
1455
  404: ErrorEnvelopeReadable;
1489
1456
  };
1490
1457
 
1491
- export type DeleteApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdError = DeleteApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdErrors[keyof DeleteApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdErrors];
1458
+ export type DeletePriceListPriceAsyncError = DeletePriceListPriceAsyncErrors[keyof DeletePriceListPriceAsyncErrors];
1492
1459
 
1493
- export type DeleteApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdResponses = {
1460
+ export type DeletePriceListPriceAsyncResponses = {
1494
1461
  /**
1495
1462
  * OK
1496
1463
  */
1497
1464
  200: EmptyEnvelopeReadable;
1498
1465
  };
1499
1466
 
1500
- export type DeleteApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdResponse = DeleteApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdResponses[keyof DeleteApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdResponses];
1467
+ export type DeletePriceListPriceAsyncResponse = DeletePriceListPriceAsyncResponses[keyof DeletePriceListPriceAsyncResponses];
1501
1468
 
1502
1469
  export type GetPriceListPriceAsyncData = {
1503
1470
  body?: never;
@@ -1529,7 +1496,7 @@ export type GetPriceListPriceAsyncResponses = {
1529
1496
 
1530
1497
  export type GetPriceListPriceAsyncResponse = GetPriceListPriceAsyncResponses[keyof GetPriceListPriceAsyncResponses];
1531
1498
 
1532
- export type PutApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdData = {
1499
+ export type UpdatePriceListPriceAsyncData = {
1533
1500
  body?: ItemPriceUpdateDto;
1534
1501
  path: {
1535
1502
  priceListId: string;
@@ -1541,25 +1508,25 @@ export type PutApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdData = {
1541
1508
  url: '/api/v2/PricingService/PriceLists/{priceListId}/Prices/{priceId}';
1542
1509
  };
1543
1510
 
1544
- export type PutApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdErrors = {
1511
+ export type UpdatePriceListPriceAsyncErrors = {
1545
1512
  /**
1546
1513
  * Not Found
1547
1514
  */
1548
1515
  404: ErrorEnvelopeReadable;
1549
1516
  };
1550
1517
 
1551
- export type PutApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdError = PutApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdErrors[keyof PutApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdErrors];
1518
+ export type UpdatePriceListPriceAsyncError = UpdatePriceListPriceAsyncErrors[keyof UpdatePriceListPriceAsyncErrors];
1552
1519
 
1553
- export type PutApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdResponses = {
1520
+ export type UpdatePriceListPriceAsyncResponses = {
1554
1521
  /**
1555
1522
  * OK
1556
1523
  */
1557
1524
  200: EmptyEnvelopeReadable;
1558
1525
  };
1559
1526
 
1560
- export type PutApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdResponse = PutApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdResponses[keyof PutApiV2PricingServicePriceListsByPriceListIdPricesByPriceIdResponses];
1527
+ export type UpdatePriceListPriceAsyncResponse = UpdatePriceListPriceAsyncResponses[keyof UpdatePriceListPriceAsyncResponses];
1561
1528
 
1562
- export type GetApiV2PricingServicePricesByItemIdPriceData = {
1529
+ export type GetPriceData = {
1563
1530
  body?: never;
1564
1531
  headers?: {
1565
1532
  'x-api-version'?: string;
@@ -1577,25 +1544,25 @@ export type GetApiV2PricingServicePricesByItemIdPriceData = {
1577
1544
  url: '/api/v2/PricingService/Prices/{itemId}/Price';
1578
1545
  };
1579
1546
 
1580
- export type GetApiV2PricingServicePricesByItemIdPriceErrors = {
1547
+ export type GetPriceErrors = {
1581
1548
  /**
1582
1549
  * Not Found
1583
1550
  */
1584
1551
  404: ErrorEnvelopeReadable;
1585
1552
  };
1586
1553
 
1587
- export type GetApiV2PricingServicePricesByItemIdPriceError = GetApiV2PricingServicePricesByItemIdPriceErrors[keyof GetApiV2PricingServicePricesByItemIdPriceErrors];
1554
+ export type GetPriceError = GetPriceErrors[keyof GetPriceErrors];
1588
1555
 
1589
- export type GetApiV2PricingServicePricesByItemIdPriceResponses = {
1556
+ export type GetPriceResponses = {
1590
1557
  /**
1591
1558
  * OK
1592
1559
  */
1593
1560
  200: ItemPriceCalculationEnvelopeReadable;
1594
1561
  };
1595
1562
 
1596
- export type GetApiV2PricingServicePricesByItemIdPriceResponse = GetApiV2PricingServicePricesByItemIdPriceResponses[keyof GetApiV2PricingServicePricesByItemIdPriceResponses];
1563
+ export type GetPriceResponse = GetPriceResponses[keyof GetPriceResponses];
1597
1564
 
1598
- export type GetApiV2PricingServicePricesByItemIdFinalPriceData = {
1565
+ export type GetFinalPriceData = {
1599
1566
  body?: never;
1600
1567
  headers?: {
1601
1568
  'x-api-version'?: string;
@@ -1610,25 +1577,25 @@ export type GetApiV2PricingServicePricesByItemIdFinalPriceData = {
1610
1577
  url: '/api/v2/PricingService/Prices/{itemId}/FinalPrice';
1611
1578
  };
1612
1579
 
1613
- export type GetApiV2PricingServicePricesByItemIdFinalPriceErrors = {
1580
+ export type GetFinalPriceErrors = {
1614
1581
  /**
1615
1582
  * Not Found
1616
1583
  */
1617
1584
  404: ErrorEnvelopeReadable;
1618
1585
  };
1619
1586
 
1620
- export type GetApiV2PricingServicePricesByItemIdFinalPriceError = GetApiV2PricingServicePricesByItemIdFinalPriceErrors[keyof GetApiV2PricingServicePricesByItemIdFinalPriceErrors];
1587
+ export type GetFinalPriceError = GetFinalPriceErrors[keyof GetFinalPriceErrors];
1621
1588
 
1622
- export type GetApiV2PricingServicePricesByItemIdFinalPriceResponses = {
1589
+ export type GetFinalPriceResponses = {
1623
1590
  /**
1624
1591
  * OK
1625
1592
  */
1626
1593
  200: MoneyEnvelopeReadable;
1627
1594
  };
1628
1595
 
1629
- export type GetApiV2PricingServicePricesByItemIdFinalPriceResponse = GetApiV2PricingServicePricesByItemIdFinalPriceResponses[keyof GetApiV2PricingServicePricesByItemIdFinalPriceResponses];
1596
+ export type GetFinalPriceResponse = GetFinalPriceResponses[keyof GetFinalPriceResponses];
1630
1597
 
1631
- export type GetApiV2PricingServicePricesByItemIdTotalTaxesData = {
1598
+ export type GetTotalTaxesInUsdData = {
1632
1599
  body?: never;
1633
1600
  headers?: {
1634
1601
  'x-api-version'?: string;
@@ -1643,25 +1610,25 @@ export type GetApiV2PricingServicePricesByItemIdTotalTaxesData = {
1643
1610
  url: '/api/v2/PricingService/Prices/{itemId}/TotalTaxes';
1644
1611
  };
1645
1612
 
1646
- export type GetApiV2PricingServicePricesByItemIdTotalTaxesErrors = {
1613
+ export type GetTotalTaxesInUsdErrors = {
1647
1614
  /**
1648
1615
  * Not Found
1649
1616
  */
1650
1617
  404: ErrorEnvelopeReadable;
1651
1618
  };
1652
1619
 
1653
- export type GetApiV2PricingServicePricesByItemIdTotalTaxesError = GetApiV2PricingServicePricesByItemIdTotalTaxesErrors[keyof GetApiV2PricingServicePricesByItemIdTotalTaxesErrors];
1620
+ export type GetTotalTaxesInUsdError = GetTotalTaxesInUsdErrors[keyof GetTotalTaxesInUsdErrors];
1654
1621
 
1655
- export type GetApiV2PricingServicePricesByItemIdTotalTaxesResponses = {
1622
+ export type GetTotalTaxesInUsdResponses = {
1656
1623
  /**
1657
1624
  * OK
1658
1625
  */
1659
1626
  200: MoneyEnvelopeReadable;
1660
1627
  };
1661
1628
 
1662
- export type GetApiV2PricingServicePricesByItemIdTotalTaxesResponse = GetApiV2PricingServicePricesByItemIdTotalTaxesResponses[keyof GetApiV2PricingServicePricesByItemIdTotalTaxesResponses];
1629
+ export type GetTotalTaxesInUsdResponse = GetTotalTaxesInUsdResponses[keyof GetTotalTaxesInUsdResponses];
1663
1630
 
1664
- export type GetApiV2PricingServicePricesByItemIdTotalSavingsData = {
1631
+ export type GetTotalSavingsInUsdData = {
1665
1632
  body?: never;
1666
1633
  headers?: {
1667
1634
  'x-api-version'?: string;
@@ -1676,23 +1643,23 @@ export type GetApiV2PricingServicePricesByItemIdTotalSavingsData = {
1676
1643
  url: '/api/v2/PricingService/Prices/{itemId}/TotalSavings';
1677
1644
  };
1678
1645
 
1679
- export type GetApiV2PricingServicePricesByItemIdTotalSavingsErrors = {
1646
+ export type GetTotalSavingsInUsdErrors = {
1680
1647
  /**
1681
1648
  * Not Found
1682
1649
  */
1683
1650
  404: ErrorEnvelopeReadable;
1684
1651
  };
1685
1652
 
1686
- export type GetApiV2PricingServicePricesByItemIdTotalSavingsError = GetApiV2PricingServicePricesByItemIdTotalSavingsErrors[keyof GetApiV2PricingServicePricesByItemIdTotalSavingsErrors];
1653
+ export type GetTotalSavingsInUsdError = GetTotalSavingsInUsdErrors[keyof GetTotalSavingsInUsdErrors];
1687
1654
 
1688
- export type GetApiV2PricingServicePricesByItemIdTotalSavingsResponses = {
1655
+ export type GetTotalSavingsInUsdResponses = {
1689
1656
  /**
1690
1657
  * OK
1691
1658
  */
1692
1659
  200: MoneyEnvelopeReadable;
1693
1660
  };
1694
1661
 
1695
- export type GetApiV2PricingServicePricesByItemIdTotalSavingsResponse = GetApiV2PricingServicePricesByItemIdTotalSavingsResponses[keyof GetApiV2PricingServicePricesByItemIdTotalSavingsResponses];
1662
+ export type GetTotalSavingsInUsdResponse = GetTotalSavingsInUsdResponses[keyof GetTotalSavingsInUsdResponses];
1696
1663
 
1697
1664
  export type ClientOptions = {
1698
1665
  baseUrl: 'https://localhost:44388' | (string & {});