@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
@@ -6,435 +6,76 @@
6
6
 
7
7
  export interface paths {
8
8
  "/api/v2/PricingService/DiscountLists": {
9
- get: {
10
- parameters: {
11
- query: {
12
- tenantId: string;
13
- };
14
- };
15
- responses: {
16
- /** @description OK */
17
- 200: {
18
- content: {
19
- "application/json": components["schemas"]["DiscountListDtoListEnvelope"];
20
- "application/xml": components["schemas"]["DiscountListDtoListEnvelope"];
21
- };
22
- };
23
- /** @description Bad Request */
24
- 400: {
25
- content: {
26
- "application/json": components["schemas"]["ErrorEnvelope"];
27
- "application/xml": components["schemas"]["ErrorEnvelope"];
28
- };
29
- };
30
- /** @description Unauthorized */
31
- 401: {
32
- content: {
33
- "application/json": components["schemas"]["ErrorEnvelope"];
34
- "application/xml": components["schemas"]["ErrorEnvelope"];
35
- };
36
- };
37
- /** @description Forbidden */
38
- 403: {
39
- content: {
40
- "application/json": components["schemas"]["ErrorEnvelope"];
41
- "application/xml": components["schemas"]["ErrorEnvelope"];
42
- };
43
- };
44
- };
45
- };
46
- post: {
47
- parameters: {
48
- query: {
49
- tenantId: string;
50
- };
51
- };
52
- requestBody?: {
53
- content: {
54
- "application/json": components["schemas"]["DiscountListCreateDto"];
55
- "application/xml": components["schemas"]["DiscountListCreateDto"];
56
- };
57
- };
58
- responses: {
59
- /** @description Created */
60
- 201: {
61
- content: {
62
- "application/json": components["schemas"]["EmptyEnvelope"];
63
- "application/xml": components["schemas"]["EmptyEnvelope"];
64
- };
65
- };
66
- /** @description Bad Request */
67
- 400: {
68
- content: {
69
- "application/json": components["schemas"]["ErrorEnvelope"];
70
- "application/xml": components["schemas"]["ErrorEnvelope"];
71
- };
72
- };
73
- /** @description Unauthorized */
74
- 401: {
75
- content: {
76
- "application/json": components["schemas"]["ErrorEnvelope"];
77
- "application/xml": components["schemas"]["ErrorEnvelope"];
78
- };
79
- };
80
- /** @description Forbidden */
81
- 403: {
82
- content: {
83
- "application/json": components["schemas"]["ErrorEnvelope"];
84
- "application/xml": components["schemas"]["ErrorEnvelope"];
85
- };
86
- };
87
- };
88
- };
9
+ /**
10
+ * Retrieves all discount lists
11
+ * @description Gets all discount lists for the current tenant with OData support.
12
+ */
13
+ get: operations["GetDiscountLists"];
14
+ /**
15
+ * Creates a new discount list
16
+ * @description Creates a new discount list for the current tenant.
17
+ */
18
+ post: operations["CreateDiscountList"];
89
19
  };
90
20
  "/api/v2/PricingService/DiscountLists/Count": {
91
- get: {
92
- parameters: {
93
- query: {
94
- tenantId: string;
95
- };
96
- };
97
- responses: {
98
- /** @description OK */
99
- 200: {
100
- content: {
101
- "application/json": components["schemas"]["Int32Envelope"];
102
- "application/xml": components["schemas"]["Int32Envelope"];
103
- };
104
- };
105
- /** @description Bad Request */
106
- 400: {
107
- content: {
108
- "application/json": components["schemas"]["ErrorEnvelope"];
109
- "application/xml": components["schemas"]["ErrorEnvelope"];
110
- };
111
- };
112
- /** @description Unauthorized */
113
- 401: {
114
- content: {
115
- "application/json": components["schemas"]["ErrorEnvelope"];
116
- "application/xml": components["schemas"]["ErrorEnvelope"];
117
- };
118
- };
119
- /** @description Forbidden */
120
- 403: {
121
- content: {
122
- "application/json": components["schemas"]["ErrorEnvelope"];
123
- "application/xml": components["schemas"]["ErrorEnvelope"];
124
- };
125
- };
126
- };
127
- };
21
+ /**
22
+ * Counts discount lists
23
+ * @description Gets the count of discount lists for the current tenant.
24
+ */
25
+ get: operations["GetDiscountListsCount"];
128
26
  };
129
27
  "/api/v2/PricingService/DiscountLists/{discountListId}": {
28
+ /**
29
+ * Gets a discount list by ID
30
+ * @description Retrieves the details of a discount list using its unique identifier.
31
+ */
130
32
  get: operations["GetDiscountList"];
131
- put: {
132
- parameters: {
133
- query: {
134
- tenantId: string;
135
- };
136
- path: {
137
- discountListId: string;
138
- };
139
- };
140
- requestBody?: {
141
- content: {
142
- "application/json": components["schemas"]["DiscountListUpdateDto"];
143
- "application/xml": components["schemas"]["DiscountListUpdateDto"];
144
- };
145
- };
146
- responses: {
147
- /** @description OK */
148
- 200: {
149
- content: {
150
- "application/json": components["schemas"]["EmptyEnvelope"];
151
- "application/xml": components["schemas"]["EmptyEnvelope"];
152
- };
153
- };
154
- /** @description Bad Request */
155
- 400: {
156
- content: {
157
- "application/json": components["schemas"]["ErrorEnvelope"];
158
- "application/xml": components["schemas"]["ErrorEnvelope"];
159
- };
160
- };
161
- /** @description Unauthorized */
162
- 401: {
163
- content: {
164
- "application/json": components["schemas"]["ErrorEnvelope"];
165
- "application/xml": components["schemas"]["ErrorEnvelope"];
166
- };
167
- };
168
- /** @description Forbidden */
169
- 403: {
170
- content: {
171
- "application/json": components["schemas"]["ErrorEnvelope"];
172
- "application/xml": components["schemas"]["ErrorEnvelope"];
173
- };
174
- };
175
- };
176
- };
177
- delete: {
178
- parameters: {
179
- query: {
180
- tenantId: string;
181
- };
182
- path: {
183
- discountListId: string;
184
- };
185
- };
186
- responses: {
187
- /** @description OK */
188
- 200: {
189
- content: {
190
- "application/json": components["schemas"]["EmptyEnvelope"];
191
- "application/xml": components["schemas"]["EmptyEnvelope"];
192
- };
193
- };
194
- /** @description Bad Request */
195
- 400: {
196
- content: {
197
- "application/json": components["schemas"]["ErrorEnvelope"];
198
- "application/xml": components["schemas"]["ErrorEnvelope"];
199
- };
200
- };
201
- /** @description Unauthorized */
202
- 401: {
203
- content: {
204
- "application/json": components["schemas"]["ErrorEnvelope"];
205
- "application/xml": components["schemas"]["ErrorEnvelope"];
206
- };
207
- };
208
- /** @description Forbidden */
209
- 403: {
210
- content: {
211
- "application/json": components["schemas"]["ErrorEnvelope"];
212
- "application/xml": components["schemas"]["ErrorEnvelope"];
213
- };
214
- };
215
- };
216
- };
33
+ /**
34
+ * Updates a discount list
35
+ * @description Updates the specified discount list.
36
+ */
37
+ put: operations["UpdateDiscountList"];
38
+ /**
39
+ * Deletes a discount list
40
+ * @description Deletes the specified discount list.
41
+ */
42
+ delete: operations["DeleteDiscountList"];
217
43
  };
218
44
  "/api/v2/PricingService/DiscountLists/{discountListId}/Discounts": {
219
- get: {
220
- parameters: {
221
- query: {
222
- tenantId: string;
223
- };
224
- path: {
225
- discountListId: string;
226
- };
227
- };
228
- responses: {
229
- /** @description OK */
230
- 200: {
231
- content: {
232
- "application/json": components["schemas"]["DiscountDtoListEnvelope"];
233
- "application/xml": components["schemas"]["DiscountDtoListEnvelope"];
234
- };
235
- };
236
- /** @description Bad Request */
237
- 400: {
238
- content: {
239
- "application/json": components["schemas"]["ErrorEnvelope"];
240
- "application/xml": components["schemas"]["ErrorEnvelope"];
241
- };
242
- };
243
- /** @description Unauthorized */
244
- 401: {
245
- content: {
246
- "application/json": components["schemas"]["ErrorEnvelope"];
247
- "application/xml": components["schemas"]["ErrorEnvelope"];
248
- };
249
- };
250
- /** @description Forbidden */
251
- 403: {
252
- content: {
253
- "application/json": components["schemas"]["ErrorEnvelope"];
254
- "application/xml": components["schemas"]["ErrorEnvelope"];
255
- };
256
- };
257
- };
258
- };
259
- post: {
260
- parameters: {
261
- query: {
262
- tenantId: string;
263
- };
264
- path: {
265
- discountListId: string;
266
- };
267
- };
268
- requestBody?: {
269
- content: {
270
- "application/json": components["schemas"]["DiscountCreateDto"];
271
- "application/xml": components["schemas"]["DiscountCreateDto"];
272
- };
273
- };
274
- responses: {
275
- /** @description Created */
276
- 201: {
277
- content: {
278
- "application/json": components["schemas"]["EmptyEnvelope"];
279
- "application/xml": components["schemas"]["EmptyEnvelope"];
280
- };
281
- };
282
- /** @description Bad Request */
283
- 400: {
284
- content: {
285
- "application/json": components["schemas"]["ErrorEnvelope"];
286
- "application/xml": components["schemas"]["ErrorEnvelope"];
287
- };
288
- };
289
- /** @description Unauthorized */
290
- 401: {
291
- content: {
292
- "application/json": components["schemas"]["ErrorEnvelope"];
293
- "application/xml": components["schemas"]["ErrorEnvelope"];
294
- };
295
- };
296
- /** @description Forbidden */
297
- 403: {
298
- content: {
299
- "application/json": components["schemas"]["ErrorEnvelope"];
300
- "application/xml": components["schemas"]["ErrorEnvelope"];
301
- };
302
- };
303
- };
304
- };
45
+ /**
46
+ * Retrieves discounts in a discount list
47
+ * @description Gets all discount entries for a specific discount list with OData support.
48
+ */
49
+ get: operations["GetDiscountListEntries"];
50
+ /**
51
+ * Creates a discount list entry
52
+ * @description Creates a new discount entry in the specified discount list.
53
+ */
54
+ post: operations["CreateDiscountListEntry"];
305
55
  };
306
56
  "/api/v2/PricingService/DiscountLists/{discountListId}/Discounts/Count": {
307
- get: {
308
- parameters: {
309
- query: {
310
- tenantId: string;
311
- };
312
- path: {
313
- discountListId: string;
314
- };
315
- };
316
- responses: {
317
- /** @description OK */
318
- 200: {
319
- content: {
320
- "application/json": components["schemas"]["Int32Envelope"];
321
- "application/xml": components["schemas"]["Int32Envelope"];
322
- };
323
- };
324
- /** @description Bad Request */
325
- 400: {
326
- content: {
327
- "application/json": components["schemas"]["ErrorEnvelope"];
328
- "application/xml": components["schemas"]["ErrorEnvelope"];
329
- };
330
- };
331
- /** @description Unauthorized */
332
- 401: {
333
- content: {
334
- "application/json": components["schemas"]["ErrorEnvelope"];
335
- "application/xml": components["schemas"]["ErrorEnvelope"];
336
- };
337
- };
338
- /** @description Forbidden */
339
- 403: {
340
- content: {
341
- "application/json": components["schemas"]["ErrorEnvelope"];
342
- "application/xml": components["schemas"]["ErrorEnvelope"];
343
- };
344
- };
345
- };
346
- };
57
+ /**
58
+ * Counts discounts in a discount list
59
+ * @description Gets the count of discount entries for a specific discount list.
60
+ */
61
+ get: operations["GetDiscountListEntriesCount"];
347
62
  };
348
63
  "/api/v2/PricingService/DiscountLists/{discountListId}/Discounts/{discountListEntryId}": {
64
+ /**
65
+ * Gets a discount list entry by ID
66
+ * @description Retrieves a specific discount entry from a discount list.
67
+ */
349
68
  get: operations["GetDiscountListEntry"];
350
- put: {
351
- parameters: {
352
- query: {
353
- tenantId: string;
354
- };
355
- path: {
356
- discountListId: string;
357
- discountListEntryId: string;
358
- };
359
- };
360
- requestBody?: {
361
- content: {
362
- "application/json": components["schemas"]["DiscountUpdateDto"];
363
- "application/xml": components["schemas"]["DiscountUpdateDto"];
364
- };
365
- };
366
- responses: {
367
- /** @description OK */
368
- 200: {
369
- content: {
370
- "application/json": components["schemas"]["EmptyEnvelope"];
371
- "application/xml": components["schemas"]["EmptyEnvelope"];
372
- };
373
- };
374
- /** @description Bad Request */
375
- 400: {
376
- content: {
377
- "application/json": components["schemas"]["ErrorEnvelope"];
378
- "application/xml": components["schemas"]["ErrorEnvelope"];
379
- };
380
- };
381
- /** @description Unauthorized */
382
- 401: {
383
- content: {
384
- "application/json": components["schemas"]["ErrorEnvelope"];
385
- "application/xml": components["schemas"]["ErrorEnvelope"];
386
- };
387
- };
388
- /** @description Forbidden */
389
- 403: {
390
- content: {
391
- "application/json": components["schemas"]["ErrorEnvelope"];
392
- "application/xml": components["schemas"]["ErrorEnvelope"];
393
- };
394
- };
395
- };
396
- };
397
- delete: {
398
- parameters: {
399
- query: {
400
- tenantId: string;
401
- };
402
- path: {
403
- discountListId: string;
404
- discountListEntryId: string;
405
- };
406
- };
407
- responses: {
408
- /** @description OK */
409
- 200: {
410
- content: {
411
- "application/json": components["schemas"]["EmptyEnvelope"];
412
- "application/xml": components["schemas"]["EmptyEnvelope"];
413
- };
414
- };
415
- /** @description Bad Request */
416
- 400: {
417
- content: {
418
- "application/json": components["schemas"]["ErrorEnvelope"];
419
- "application/xml": components["schemas"]["ErrorEnvelope"];
420
- };
421
- };
422
- /** @description Unauthorized */
423
- 401: {
424
- content: {
425
- "application/json": components["schemas"]["ErrorEnvelope"];
426
- "application/xml": components["schemas"]["ErrorEnvelope"];
427
- };
428
- };
429
- /** @description Forbidden */
430
- 403: {
431
- content: {
432
- "application/json": components["schemas"]["ErrorEnvelope"];
433
- "application/xml": components["schemas"]["ErrorEnvelope"];
434
- };
435
- };
436
- };
437
- };
69
+ /**
70
+ * Updates a discount list entry
71
+ * @description Updates the specified discount entry in a discount list.
72
+ */
73
+ put: operations["UpdateDiscountListEntry"];
74
+ /**
75
+ * Deletes a discount list entry
76
+ * @description Deletes the specified discount entry from a discount list.
77
+ */
78
+ delete: operations["DeleteDiscountListEntry"];
438
79
  };
439
80
  "/version": {
440
81
  get: {
@@ -662,373 +303,97 @@ export interface paths {
662
303
  };
663
304
  };
664
305
  "/api/v2/PricingService/PriceLists": {
665
- get: {
666
- parameters: {
667
- query: {
668
- tenantId: string;
669
- };
670
- };
671
- responses: {
672
- /** @description OK */
673
- 200: {
674
- content: {
675
- "application/json": components["schemas"]["PriceListDtoListEnvelope"];
676
- "application/xml": components["schemas"]["PriceListDtoListEnvelope"];
677
- };
678
- };
679
- /** @description Not Found */
680
- 404: {
681
- content: {
682
- "application/json": components["schemas"]["ErrorEnvelope"];
683
- "application/xml": components["schemas"]["ErrorEnvelope"];
684
- };
685
- };
686
- };
687
- };
688
- post: {
689
- parameters: {
690
- query: {
691
- tenantId: string;
692
- };
693
- };
694
- requestBody?: {
695
- content: {
696
- "application/json": components["schemas"]["PriceListCreateDto"];
697
- "application/xml": components["schemas"]["PriceListCreateDto"];
698
- };
699
- };
700
- responses: {
701
- /** @description OK */
702
- 200: {
703
- content: {
704
- "application/json": components["schemas"]["EmptyEnvelope"];
705
- "application/xml": components["schemas"]["EmptyEnvelope"];
706
- };
707
- };
708
- /** @description Not Found */
709
- 404: {
710
- content: {
711
- "application/json": components["schemas"]["ErrorEnvelope"];
712
- "application/xml": components["schemas"]["ErrorEnvelope"];
713
- };
714
- };
715
- };
716
- };
306
+ /**
307
+ * Retrieves all price lists
308
+ * @description Gets all price lists for the current tenant with OData support.
309
+ */
310
+ get: operations["GetPriceListsAsync"];
311
+ /**
312
+ * Creates a new price list
313
+ * @description Creates a new price list for the current tenant.
314
+ */
315
+ post: operations["CreatePriceListAsync"];
717
316
  };
718
317
  "/api/v2/PricingService/PriceLists/Count": {
719
- get: {
720
- parameters: {
721
- query: {
722
- tenantId: string;
723
- };
724
- };
725
- responses: {
726
- /** @description OK */
727
- 200: {
728
- content: {
729
- "application/json": components["schemas"]["Int32Envelope"];
730
- "application/xml": components["schemas"]["Int32Envelope"];
731
- };
732
- };
733
- /** @description Not Found */
734
- 404: {
735
- content: {
736
- "application/json": components["schemas"]["ErrorEnvelope"];
737
- "application/xml": components["schemas"]["ErrorEnvelope"];
738
- };
739
- };
740
- };
741
- };
318
+ /**
319
+ * Counts price lists
320
+ * @description Gets the count of price lists for the current tenant.
321
+ */
322
+ get: operations["GetPriceListsCountAsync"];
742
323
  };
743
324
  "/api/v2/PricingService/PriceLists/{priceListId}": {
325
+ /**
326
+ * Gets a price list by ID
327
+ * @description Retrieves the details of a price list using its unique identifier.
328
+ */
744
329
  get: operations["GetPriceListAsync"];
745
- put: {
746
- parameters: {
747
- query: {
748
- tenantId: string;
749
- };
750
- path: {
751
- priceListId: string;
752
- };
753
- };
754
- requestBody?: {
755
- content: {
756
- "application/json": components["schemas"]["PriceListUpdateDto"];
757
- "application/xml": components["schemas"]["PriceListUpdateDto"];
758
- };
759
- };
760
- responses: {
761
- /** @description OK */
762
- 200: {
763
- content: {
764
- "application/json": components["schemas"]["EmptyEnvelope"];
765
- "application/xml": components["schemas"]["EmptyEnvelope"];
766
- };
767
- };
768
- /** @description Not Found */
769
- 404: {
770
- content: {
771
- "application/json": components["schemas"]["ErrorEnvelope"];
772
- "application/xml": components["schemas"]["ErrorEnvelope"];
773
- };
774
- };
775
- };
776
- };
777
- delete: {
778
- parameters: {
779
- query: {
780
- tenantId: string;
781
- };
782
- path: {
783
- priceListId: string;
784
- };
785
- };
786
- responses: {
787
- /** @description OK */
788
- 200: {
789
- content: {
790
- "application/json": components["schemas"]["EmptyEnvelope"];
791
- "application/xml": components["schemas"]["EmptyEnvelope"];
792
- };
793
- };
794
- /** @description Not Found */
795
- 404: {
796
- content: {
797
- "application/json": components["schemas"]["ErrorEnvelope"];
798
- "application/xml": components["schemas"]["ErrorEnvelope"];
799
- };
800
- };
801
- };
802
- };
330
+ /**
331
+ * Updates a price list
332
+ * @description Updates the specified price list.
333
+ */
334
+ put: operations["UpdatePriceListAsync"];
335
+ /**
336
+ * Deletes a price list
337
+ * @description Deletes the specified price list.
338
+ */
339
+ delete: operations["DeletePriceListAsync"];
803
340
  };
804
341
  "/api/v2/PricingService/PriceLists/{priceListId}/Prices": {
342
+ /**
343
+ * Retrieves prices in a price list
344
+ * @description Gets all price entries for a specific price list with OData support.
345
+ */
805
346
  get: operations["GetPriceListPricesAsync"];
806
- post: {
807
- parameters: {
808
- query: {
809
- tenantId: string;
810
- };
811
- path: {
812
- priceListId: string;
813
- };
814
- };
815
- requestBody?: {
816
- content: {
817
- "application/json": components["schemas"]["ItemPriceCreateDto"];
818
- "application/xml": components["schemas"]["ItemPriceCreateDto"];
819
- };
820
- };
821
- responses: {
822
- /** @description OK */
823
- 200: {
824
- content: {
825
- "application/json": components["schemas"]["EmptyEnvelope"];
826
- "application/xml": components["schemas"]["EmptyEnvelope"];
827
- };
828
- };
829
- /** @description Not Found */
830
- 404: {
831
- content: {
832
- "application/json": components["schemas"]["ErrorEnvelope"];
833
- "application/xml": components["schemas"]["ErrorEnvelope"];
834
- };
835
- };
836
- };
837
- };
347
+ /**
348
+ * Creates a price list entry
349
+ * @description Creates a new price entry in the specified price list.
350
+ */
351
+ post: operations["CreatePriceListPricesAsync"];
838
352
  };
839
353
  "/api/v2/PricingService/PriceLists/{priceListId}/Prices/{priceId}": {
354
+ /**
355
+ * Gets a price list entry by ID
356
+ * @description Retrieves a specific price entry from a price list.
357
+ */
840
358
  get: operations["GetPriceListPriceAsync"];
841
- put: {
842
- parameters: {
843
- query: {
844
- tenantId: string;
845
- };
846
- path: {
847
- priceListId: string;
848
- priceId: string;
849
- };
850
- };
851
- requestBody?: {
852
- content: {
853
- "application/json": components["schemas"]["ItemPriceUpdateDto"];
854
- "application/xml": components["schemas"]["ItemPriceUpdateDto"];
855
- };
856
- };
857
- responses: {
858
- /** @description OK */
859
- 200: {
860
- content: {
861
- "application/json": components["schemas"]["EmptyEnvelope"];
862
- "application/xml": components["schemas"]["EmptyEnvelope"];
863
- };
864
- };
865
- /** @description Not Found */
866
- 404: {
867
- content: {
868
- "application/json": components["schemas"]["ErrorEnvelope"];
869
- "application/xml": components["schemas"]["ErrorEnvelope"];
870
- };
871
- };
872
- };
873
- };
874
- delete: {
875
- parameters: {
876
- query: {
877
- tenantId: string;
878
- };
879
- path: {
880
- priceListId: string;
881
- priceId: string;
882
- };
883
- };
884
- responses: {
885
- /** @description OK */
886
- 200: {
887
- content: {
888
- "application/json": components["schemas"]["EmptyEnvelope"];
889
- "application/xml": components["schemas"]["EmptyEnvelope"];
890
- };
891
- };
892
- /** @description Not Found */
893
- 404: {
894
- content: {
895
- "application/json": components["schemas"]["ErrorEnvelope"];
896
- "application/xml": components["schemas"]["ErrorEnvelope"];
897
- };
898
- };
899
- };
900
- };
359
+ /**
360
+ * Updates a price list entry
361
+ * @description Updates the specified price entry in a price list.
362
+ */
363
+ put: operations["UpdatePriceListPriceAsync"];
364
+ /**
365
+ * Deletes a price list entry
366
+ * @description Deletes the specified price entry from a price list.
367
+ */
368
+ delete: operations["DeletePriceListPriceAsync"];
901
369
  };
902
370
  "/api/v2/PricingService/Prices/{itemId}/Price": {
903
- get: {
904
- parameters: {
905
- query?: {
906
- priceListId?: string;
907
- discountsListId?: string;
908
- quantity?: number;
909
- currencyId?: string;
910
- "api-version"?: string;
911
- };
912
- header?: {
913
- "x-api-version"?: string;
914
- };
915
- path: {
916
- itemId: string;
917
- };
918
- };
919
- responses: {
920
- /** @description OK */
921
- 200: {
922
- content: {
923
- "application/json": components["schemas"]["ItemPriceCalculationEnvelope"];
924
- "application/xml": components["schemas"]["ItemPriceCalculationEnvelope"];
925
- };
926
- };
927
- /** @description Not Found */
928
- 404: {
929
- content: {
930
- "application/json": components["schemas"]["ErrorEnvelope"];
931
- "application/xml": components["schemas"]["ErrorEnvelope"];
932
- };
933
- };
934
- };
935
- };
371
+ /**
372
+ * Gets the calculated price for an item
373
+ * @description Calculates the price for an item considering price list, discount list, quantity, and currency.
374
+ */
375
+ get: operations["GetPrice"];
936
376
  };
937
377
  "/api/v2/PricingService/Prices/{itemId}/FinalPrice": {
938
- get: {
939
- parameters: {
940
- query?: {
941
- currencyId?: string;
942
- "api-version"?: string;
943
- };
944
- header?: {
945
- "x-api-version"?: string;
946
- };
947
- path: {
948
- itemId: string;
949
- };
950
- };
951
- responses: {
952
- /** @description OK */
953
- 200: {
954
- content: {
955
- "application/json": components["schemas"]["MoneyEnvelope"];
956
- "application/xml": components["schemas"]["MoneyEnvelope"];
957
- };
958
- };
959
- /** @description Not Found */
960
- 404: {
961
- content: {
962
- "application/json": components["schemas"]["ErrorEnvelope"];
963
- "application/xml": components["schemas"]["ErrorEnvelope"];
964
- };
965
- };
966
- };
967
- };
378
+ /**
379
+ * Gets the final price for an item
380
+ * @description Gets the final price for an item after all discounts and taxes in the specified currency.
381
+ */
382
+ get: operations["GetFinalPrice"];
968
383
  };
969
384
  "/api/v2/PricingService/Prices/{itemId}/TotalTaxes": {
970
- get: {
971
- parameters: {
972
- query?: {
973
- currencyId?: string;
974
- "api-version"?: string;
975
- };
976
- header?: {
977
- "x-api-version"?: string;
978
- };
979
- path: {
980
- itemId: string;
981
- };
982
- };
983
- responses: {
984
- /** @description OK */
985
- 200: {
986
- content: {
987
- "application/json": components["schemas"]["MoneyEnvelope"];
988
- "application/xml": components["schemas"]["MoneyEnvelope"];
989
- };
990
- };
991
- /** @description Not Found */
992
- 404: {
993
- content: {
994
- "application/json": components["schemas"]["ErrorEnvelope"];
995
- "application/xml": components["schemas"]["ErrorEnvelope"];
996
- };
997
- };
998
- };
999
- };
385
+ /**
386
+ * Gets total taxes for an item
387
+ * @description Gets the total tax amount for an item in the specified currency.
388
+ */
389
+ get: operations["GetTotalTaxesInUsd"];
1000
390
  };
1001
391
  "/api/v2/PricingService/Prices/{itemId}/TotalSavings": {
1002
- get: {
1003
- parameters: {
1004
- query?: {
1005
- currencyId?: string;
1006
- "api-version"?: string;
1007
- };
1008
- header?: {
1009
- "x-api-version"?: string;
1010
- };
1011
- path: {
1012
- itemId: string;
1013
- };
1014
- };
1015
- responses: {
1016
- /** @description OK */
1017
- 200: {
1018
- content: {
1019
- "application/json": components["schemas"]["MoneyEnvelope"];
1020
- "application/xml": components["schemas"]["MoneyEnvelope"];
1021
- };
1022
- };
1023
- /** @description Not Found */
1024
- 404: {
1025
- content: {
1026
- "application/json": components["schemas"]["ErrorEnvelope"];
1027
- "application/xml": components["schemas"]["ErrorEnvelope"];
1028
- };
1029
- };
1030
- };
1031
- };
392
+ /**
393
+ * Gets total savings for an item
394
+ * @description Gets the total savings amount for an item in the specified currency.
395
+ */
396
+ get: operations["GetTotalSavingsInUsd"];
1032
397
  };
1033
398
  }
1034
399
 
@@ -1044,6 +409,7 @@ export interface components {
1044
409
  refreshToken: string | null;
1045
410
  };
1046
411
  CurrencyId: {
412
+ value?: string | null;
1047
413
  code?: string | null;
1048
414
  country?: string | null;
1049
415
  };
@@ -1447,21 +813,22 @@ export type external = Record<string, never>;
1447
813
 
1448
814
  export interface operations {
1449
815
 
1450
- GetDiscountList: {
816
+ /**
817
+ * Retrieves all discount lists
818
+ * @description Gets all discount lists for the current tenant with OData support.
819
+ */
820
+ GetDiscountLists: {
1451
821
  parameters: {
1452
822
  query: {
1453
823
  tenantId: string;
1454
824
  };
1455
- path: {
1456
- discountListId: string;
1457
- };
1458
825
  };
1459
826
  responses: {
1460
827
  /** @description OK */
1461
828
  200: {
1462
829
  content: {
1463
- "application/json": components["schemas"]["DiscountListDtoEnvelope"];
1464
- "application/xml": components["schemas"]["DiscountListDtoEnvelope"];
830
+ "application/json": components["schemas"]["DiscountListDtoListEnvelope"];
831
+ "application/xml": components["schemas"]["DiscountListDtoListEnvelope"];
1465
832
  };
1466
833
  };
1467
834
  /** @description Bad Request */
@@ -1487,22 +854,28 @@ export interface operations {
1487
854
  };
1488
855
  };
1489
856
  };
1490
- GetDiscountListEntry: {
857
+ /**
858
+ * Creates a new discount list
859
+ * @description Creates a new discount list for the current tenant.
860
+ */
861
+ CreateDiscountList: {
1491
862
  parameters: {
1492
863
  query: {
1493
864
  tenantId: string;
1494
865
  };
1495
- path: {
1496
- discountListId: string;
1497
- discountListEntryId: string;
866
+ };
867
+ requestBody?: {
868
+ content: {
869
+ "application/json": components["schemas"]["DiscountListCreateDto"];
870
+ "application/xml": components["schemas"]["DiscountListCreateDto"];
1498
871
  };
1499
872
  };
1500
873
  responses: {
1501
- /** @description OK */
1502
- 200: {
874
+ /** @description Created */
875
+ 201: {
1503
876
  content: {
1504
- "application/json": components["schemas"]["DiscountDtoEnvelope"];
1505
- "application/xml": components["schemas"]["DiscountDtoEnvelope"];
877
+ "application/json": components["schemas"]["EmptyEnvelope"];
878
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1506
879
  };
1507
880
  };
1508
881
  /** @description Bad Request */
@@ -1528,47 +901,666 @@ export interface operations {
1528
901
  };
1529
902
  };
1530
903
  };
1531
- "MapIdentityApi-/confirmEmail": {
1532
- parameters: {
1533
- query: {
1534
- userId: string;
1535
- code: string;
1536
- changedEmail?: string;
1537
- };
1538
- };
1539
- responses: {
1540
- /** @description OK */
1541
- 200: {
1542
- content: never;
1543
- };
1544
- };
1545
- };
1546
- GetPriceListAsync: {
904
+ /**
905
+ * Counts discount lists
906
+ * @description Gets the count of discount lists for the current tenant.
907
+ */
908
+ GetDiscountListsCount: {
1547
909
  parameters: {
1548
910
  query: {
1549
911
  tenantId: string;
1550
912
  };
1551
- path: {
1552
- priceListId: string;
1553
- };
1554
913
  };
1555
914
  responses: {
1556
915
  /** @description OK */
1557
916
  200: {
1558
917
  content: {
1559
- "application/json": components["schemas"]["PriceListDtoEnvelope"];
1560
- "application/xml": components["schemas"]["PriceListDtoEnvelope"];
918
+ "application/json": components["schemas"]["Int32Envelope"];
919
+ "application/xml": components["schemas"]["Int32Envelope"];
1561
920
  };
1562
921
  };
1563
- /** @description Not Found */
1564
- 404: {
922
+ /** @description Bad Request */
923
+ 400: {
1565
924
  content: {
1566
925
  "application/json": components["schemas"]["ErrorEnvelope"];
1567
926
  "application/xml": components["schemas"]["ErrorEnvelope"];
1568
927
  };
1569
928
  };
1570
- };
1571
- };
929
+ /** @description Unauthorized */
930
+ 401: {
931
+ content: {
932
+ "application/json": components["schemas"]["ErrorEnvelope"];
933
+ "application/xml": components["schemas"]["ErrorEnvelope"];
934
+ };
935
+ };
936
+ /** @description Forbidden */
937
+ 403: {
938
+ content: {
939
+ "application/json": components["schemas"]["ErrorEnvelope"];
940
+ "application/xml": components["schemas"]["ErrorEnvelope"];
941
+ };
942
+ };
943
+ };
944
+ };
945
+ /**
946
+ * Gets a discount list by ID
947
+ * @description Retrieves the details of a discount list using its unique identifier.
948
+ */
949
+ GetDiscountList: {
950
+ parameters: {
951
+ query: {
952
+ tenantId: string;
953
+ };
954
+ path: {
955
+ discountListId: string;
956
+ };
957
+ };
958
+ responses: {
959
+ /** @description OK */
960
+ 200: {
961
+ content: {
962
+ "application/json": components["schemas"]["DiscountListDtoEnvelope"];
963
+ "application/xml": components["schemas"]["DiscountListDtoEnvelope"];
964
+ };
965
+ };
966
+ /** @description Bad Request */
967
+ 400: {
968
+ content: {
969
+ "application/json": components["schemas"]["ErrorEnvelope"];
970
+ "application/xml": components["schemas"]["ErrorEnvelope"];
971
+ };
972
+ };
973
+ /** @description Unauthorized */
974
+ 401: {
975
+ content: {
976
+ "application/json": components["schemas"]["ErrorEnvelope"];
977
+ "application/xml": components["schemas"]["ErrorEnvelope"];
978
+ };
979
+ };
980
+ /** @description Forbidden */
981
+ 403: {
982
+ content: {
983
+ "application/json": components["schemas"]["ErrorEnvelope"];
984
+ "application/xml": components["schemas"]["ErrorEnvelope"];
985
+ };
986
+ };
987
+ };
988
+ };
989
+ /**
990
+ * Updates a discount list
991
+ * @description Updates the specified discount list.
992
+ */
993
+ UpdateDiscountList: {
994
+ parameters: {
995
+ query: {
996
+ tenantId: string;
997
+ };
998
+ path: {
999
+ discountListId: string;
1000
+ };
1001
+ };
1002
+ requestBody?: {
1003
+ content: {
1004
+ "application/json": components["schemas"]["DiscountListUpdateDto"];
1005
+ "application/xml": components["schemas"]["DiscountListUpdateDto"];
1006
+ };
1007
+ };
1008
+ responses: {
1009
+ /** @description OK */
1010
+ 200: {
1011
+ content: {
1012
+ "application/json": components["schemas"]["EmptyEnvelope"];
1013
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1014
+ };
1015
+ };
1016
+ /** @description Bad Request */
1017
+ 400: {
1018
+ content: {
1019
+ "application/json": components["schemas"]["ErrorEnvelope"];
1020
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1021
+ };
1022
+ };
1023
+ /** @description Unauthorized */
1024
+ 401: {
1025
+ content: {
1026
+ "application/json": components["schemas"]["ErrorEnvelope"];
1027
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1028
+ };
1029
+ };
1030
+ /** @description Forbidden */
1031
+ 403: {
1032
+ content: {
1033
+ "application/json": components["schemas"]["ErrorEnvelope"];
1034
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1035
+ };
1036
+ };
1037
+ };
1038
+ };
1039
+ /**
1040
+ * Deletes a discount list
1041
+ * @description Deletes the specified discount list.
1042
+ */
1043
+ DeleteDiscountList: {
1044
+ parameters: {
1045
+ query: {
1046
+ tenantId: string;
1047
+ };
1048
+ path: {
1049
+ discountListId: string;
1050
+ };
1051
+ };
1052
+ responses: {
1053
+ /** @description OK */
1054
+ 200: {
1055
+ content: {
1056
+ "application/json": components["schemas"]["EmptyEnvelope"];
1057
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1058
+ };
1059
+ };
1060
+ /** @description Bad Request */
1061
+ 400: {
1062
+ content: {
1063
+ "application/json": components["schemas"]["ErrorEnvelope"];
1064
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1065
+ };
1066
+ };
1067
+ /** @description Unauthorized */
1068
+ 401: {
1069
+ content: {
1070
+ "application/json": components["schemas"]["ErrorEnvelope"];
1071
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1072
+ };
1073
+ };
1074
+ /** @description Forbidden */
1075
+ 403: {
1076
+ content: {
1077
+ "application/json": components["schemas"]["ErrorEnvelope"];
1078
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1079
+ };
1080
+ };
1081
+ };
1082
+ };
1083
+ /**
1084
+ * Retrieves discounts in a discount list
1085
+ * @description Gets all discount entries for a specific discount list with OData support.
1086
+ */
1087
+ GetDiscountListEntries: {
1088
+ parameters: {
1089
+ query: {
1090
+ tenantId: string;
1091
+ };
1092
+ path: {
1093
+ discountListId: string;
1094
+ };
1095
+ };
1096
+ responses: {
1097
+ /** @description OK */
1098
+ 200: {
1099
+ content: {
1100
+ "application/json": components["schemas"]["DiscountDtoListEnvelope"];
1101
+ "application/xml": components["schemas"]["DiscountDtoListEnvelope"];
1102
+ };
1103
+ };
1104
+ /** @description Bad Request */
1105
+ 400: {
1106
+ content: {
1107
+ "application/json": components["schemas"]["ErrorEnvelope"];
1108
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1109
+ };
1110
+ };
1111
+ /** @description Unauthorized */
1112
+ 401: {
1113
+ content: {
1114
+ "application/json": components["schemas"]["ErrorEnvelope"];
1115
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1116
+ };
1117
+ };
1118
+ /** @description Forbidden */
1119
+ 403: {
1120
+ content: {
1121
+ "application/json": components["schemas"]["ErrorEnvelope"];
1122
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1123
+ };
1124
+ };
1125
+ };
1126
+ };
1127
+ /**
1128
+ * Creates a discount list entry
1129
+ * @description Creates a new discount entry in the specified discount list.
1130
+ */
1131
+ CreateDiscountListEntry: {
1132
+ parameters: {
1133
+ query: {
1134
+ tenantId: string;
1135
+ };
1136
+ path: {
1137
+ discountListId: string;
1138
+ };
1139
+ };
1140
+ requestBody?: {
1141
+ content: {
1142
+ "application/json": components["schemas"]["DiscountCreateDto"];
1143
+ "application/xml": components["schemas"]["DiscountCreateDto"];
1144
+ };
1145
+ };
1146
+ responses: {
1147
+ /** @description Created */
1148
+ 201: {
1149
+ content: {
1150
+ "application/json": components["schemas"]["EmptyEnvelope"];
1151
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1152
+ };
1153
+ };
1154
+ /** @description Bad Request */
1155
+ 400: {
1156
+ content: {
1157
+ "application/json": components["schemas"]["ErrorEnvelope"];
1158
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1159
+ };
1160
+ };
1161
+ /** @description Unauthorized */
1162
+ 401: {
1163
+ content: {
1164
+ "application/json": components["schemas"]["ErrorEnvelope"];
1165
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1166
+ };
1167
+ };
1168
+ /** @description Forbidden */
1169
+ 403: {
1170
+ content: {
1171
+ "application/json": components["schemas"]["ErrorEnvelope"];
1172
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1173
+ };
1174
+ };
1175
+ };
1176
+ };
1177
+ /**
1178
+ * Counts discounts in a discount list
1179
+ * @description Gets the count of discount entries for a specific discount list.
1180
+ */
1181
+ GetDiscountListEntriesCount: {
1182
+ parameters: {
1183
+ query: {
1184
+ tenantId: string;
1185
+ };
1186
+ path: {
1187
+ discountListId: string;
1188
+ };
1189
+ };
1190
+ responses: {
1191
+ /** @description OK */
1192
+ 200: {
1193
+ content: {
1194
+ "application/json": components["schemas"]["Int32Envelope"];
1195
+ "application/xml": components["schemas"]["Int32Envelope"];
1196
+ };
1197
+ };
1198
+ /** @description Bad Request */
1199
+ 400: {
1200
+ content: {
1201
+ "application/json": components["schemas"]["ErrorEnvelope"];
1202
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1203
+ };
1204
+ };
1205
+ /** @description Unauthorized */
1206
+ 401: {
1207
+ content: {
1208
+ "application/json": components["schemas"]["ErrorEnvelope"];
1209
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1210
+ };
1211
+ };
1212
+ /** @description Forbidden */
1213
+ 403: {
1214
+ content: {
1215
+ "application/json": components["schemas"]["ErrorEnvelope"];
1216
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1217
+ };
1218
+ };
1219
+ };
1220
+ };
1221
+ /**
1222
+ * Gets a discount list entry by ID
1223
+ * @description Retrieves a specific discount entry from a discount list.
1224
+ */
1225
+ GetDiscountListEntry: {
1226
+ parameters: {
1227
+ query: {
1228
+ tenantId: string;
1229
+ };
1230
+ path: {
1231
+ discountListId: string;
1232
+ discountListEntryId: string;
1233
+ };
1234
+ };
1235
+ responses: {
1236
+ /** @description OK */
1237
+ 200: {
1238
+ content: {
1239
+ "application/json": components["schemas"]["DiscountDtoEnvelope"];
1240
+ "application/xml": components["schemas"]["DiscountDtoEnvelope"];
1241
+ };
1242
+ };
1243
+ /** @description Bad Request */
1244
+ 400: {
1245
+ content: {
1246
+ "application/json": components["schemas"]["ErrorEnvelope"];
1247
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1248
+ };
1249
+ };
1250
+ /** @description Unauthorized */
1251
+ 401: {
1252
+ content: {
1253
+ "application/json": components["schemas"]["ErrorEnvelope"];
1254
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1255
+ };
1256
+ };
1257
+ /** @description Forbidden */
1258
+ 403: {
1259
+ content: {
1260
+ "application/json": components["schemas"]["ErrorEnvelope"];
1261
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1262
+ };
1263
+ };
1264
+ };
1265
+ };
1266
+ /**
1267
+ * Updates a discount list entry
1268
+ * @description Updates the specified discount entry in a discount list.
1269
+ */
1270
+ UpdateDiscountListEntry: {
1271
+ parameters: {
1272
+ query: {
1273
+ tenantId: string;
1274
+ };
1275
+ path: {
1276
+ discountListId: string;
1277
+ discountListEntryId: string;
1278
+ };
1279
+ };
1280
+ requestBody?: {
1281
+ content: {
1282
+ "application/json": components["schemas"]["DiscountUpdateDto"];
1283
+ "application/xml": components["schemas"]["DiscountUpdateDto"];
1284
+ };
1285
+ };
1286
+ responses: {
1287
+ /** @description OK */
1288
+ 200: {
1289
+ content: {
1290
+ "application/json": components["schemas"]["EmptyEnvelope"];
1291
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1292
+ };
1293
+ };
1294
+ /** @description Bad Request */
1295
+ 400: {
1296
+ content: {
1297
+ "application/json": components["schemas"]["ErrorEnvelope"];
1298
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1299
+ };
1300
+ };
1301
+ /** @description Unauthorized */
1302
+ 401: {
1303
+ content: {
1304
+ "application/json": components["schemas"]["ErrorEnvelope"];
1305
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1306
+ };
1307
+ };
1308
+ /** @description Forbidden */
1309
+ 403: {
1310
+ content: {
1311
+ "application/json": components["schemas"]["ErrorEnvelope"];
1312
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1313
+ };
1314
+ };
1315
+ };
1316
+ };
1317
+ /**
1318
+ * Deletes a discount list entry
1319
+ * @description Deletes the specified discount entry from a discount list.
1320
+ */
1321
+ DeleteDiscountListEntry: {
1322
+ parameters: {
1323
+ query: {
1324
+ tenantId: string;
1325
+ };
1326
+ path: {
1327
+ discountListId: string;
1328
+ discountListEntryId: string;
1329
+ };
1330
+ };
1331
+ responses: {
1332
+ /** @description OK */
1333
+ 200: {
1334
+ content: {
1335
+ "application/json": components["schemas"]["EmptyEnvelope"];
1336
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1337
+ };
1338
+ };
1339
+ /** @description Bad Request */
1340
+ 400: {
1341
+ content: {
1342
+ "application/json": components["schemas"]["ErrorEnvelope"];
1343
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1344
+ };
1345
+ };
1346
+ /** @description Unauthorized */
1347
+ 401: {
1348
+ content: {
1349
+ "application/json": components["schemas"]["ErrorEnvelope"];
1350
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1351
+ };
1352
+ };
1353
+ /** @description Forbidden */
1354
+ 403: {
1355
+ content: {
1356
+ "application/json": components["schemas"]["ErrorEnvelope"];
1357
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1358
+ };
1359
+ };
1360
+ };
1361
+ };
1362
+ "MapIdentityApi-/confirmEmail": {
1363
+ parameters: {
1364
+ query: {
1365
+ userId: string;
1366
+ code: string;
1367
+ changedEmail?: string;
1368
+ };
1369
+ };
1370
+ responses: {
1371
+ /** @description OK */
1372
+ 200: {
1373
+ content: never;
1374
+ };
1375
+ };
1376
+ };
1377
+ /**
1378
+ * Retrieves all price lists
1379
+ * @description Gets all price lists for the current tenant with OData support.
1380
+ */
1381
+ GetPriceListsAsync: {
1382
+ parameters: {
1383
+ query: {
1384
+ tenantId: string;
1385
+ };
1386
+ };
1387
+ responses: {
1388
+ /** @description OK */
1389
+ 200: {
1390
+ content: {
1391
+ "application/json": components["schemas"]["PriceListDtoListEnvelope"];
1392
+ "application/xml": components["schemas"]["PriceListDtoListEnvelope"];
1393
+ };
1394
+ };
1395
+ /** @description Not Found */
1396
+ 404: {
1397
+ content: {
1398
+ "application/json": components["schemas"]["ErrorEnvelope"];
1399
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1400
+ };
1401
+ };
1402
+ };
1403
+ };
1404
+ /**
1405
+ * Creates a new price list
1406
+ * @description Creates a new price list for the current tenant.
1407
+ */
1408
+ CreatePriceListAsync: {
1409
+ parameters: {
1410
+ query: {
1411
+ tenantId: string;
1412
+ };
1413
+ };
1414
+ requestBody?: {
1415
+ content: {
1416
+ "application/json": components["schemas"]["PriceListCreateDto"];
1417
+ "application/xml": components["schemas"]["PriceListCreateDto"];
1418
+ };
1419
+ };
1420
+ responses: {
1421
+ /** @description OK */
1422
+ 200: {
1423
+ content: {
1424
+ "application/json": components["schemas"]["EmptyEnvelope"];
1425
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1426
+ };
1427
+ };
1428
+ /** @description Not Found */
1429
+ 404: {
1430
+ content: {
1431
+ "application/json": components["schemas"]["ErrorEnvelope"];
1432
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1433
+ };
1434
+ };
1435
+ };
1436
+ };
1437
+ /**
1438
+ * Counts price lists
1439
+ * @description Gets the count of price lists for the current tenant.
1440
+ */
1441
+ GetPriceListsCountAsync: {
1442
+ parameters: {
1443
+ query: {
1444
+ tenantId: string;
1445
+ };
1446
+ };
1447
+ responses: {
1448
+ /** @description OK */
1449
+ 200: {
1450
+ content: {
1451
+ "application/json": components["schemas"]["Int32Envelope"];
1452
+ "application/xml": components["schemas"]["Int32Envelope"];
1453
+ };
1454
+ };
1455
+ /** @description Not Found */
1456
+ 404: {
1457
+ content: {
1458
+ "application/json": components["schemas"]["ErrorEnvelope"];
1459
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1460
+ };
1461
+ };
1462
+ };
1463
+ };
1464
+ /**
1465
+ * Gets a price list by ID
1466
+ * @description Retrieves the details of a price list using its unique identifier.
1467
+ */
1468
+ GetPriceListAsync: {
1469
+ parameters: {
1470
+ query: {
1471
+ tenantId: string;
1472
+ };
1473
+ path: {
1474
+ priceListId: string;
1475
+ };
1476
+ };
1477
+ responses: {
1478
+ /** @description OK */
1479
+ 200: {
1480
+ content: {
1481
+ "application/json": components["schemas"]["PriceListDtoEnvelope"];
1482
+ "application/xml": components["schemas"]["PriceListDtoEnvelope"];
1483
+ };
1484
+ };
1485
+ /** @description Not Found */
1486
+ 404: {
1487
+ content: {
1488
+ "application/json": components["schemas"]["ErrorEnvelope"];
1489
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1490
+ };
1491
+ };
1492
+ };
1493
+ };
1494
+ /**
1495
+ * Updates a price list
1496
+ * @description Updates the specified price list.
1497
+ */
1498
+ UpdatePriceListAsync: {
1499
+ parameters: {
1500
+ query: {
1501
+ tenantId: string;
1502
+ };
1503
+ path: {
1504
+ priceListId: string;
1505
+ };
1506
+ };
1507
+ requestBody?: {
1508
+ content: {
1509
+ "application/json": components["schemas"]["PriceListUpdateDto"];
1510
+ "application/xml": components["schemas"]["PriceListUpdateDto"];
1511
+ };
1512
+ };
1513
+ responses: {
1514
+ /** @description OK */
1515
+ 200: {
1516
+ content: {
1517
+ "application/json": components["schemas"]["EmptyEnvelope"];
1518
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1519
+ };
1520
+ };
1521
+ /** @description Not Found */
1522
+ 404: {
1523
+ content: {
1524
+ "application/json": components["schemas"]["ErrorEnvelope"];
1525
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1526
+ };
1527
+ };
1528
+ };
1529
+ };
1530
+ /**
1531
+ * Deletes a price list
1532
+ * @description Deletes the specified price list.
1533
+ */
1534
+ DeletePriceListAsync: {
1535
+ parameters: {
1536
+ query: {
1537
+ tenantId: string;
1538
+ };
1539
+ path: {
1540
+ priceListId: string;
1541
+ };
1542
+ };
1543
+ responses: {
1544
+ /** @description OK */
1545
+ 200: {
1546
+ content: {
1547
+ "application/json": components["schemas"]["EmptyEnvelope"];
1548
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1549
+ };
1550
+ };
1551
+ /** @description Not Found */
1552
+ 404: {
1553
+ content: {
1554
+ "application/json": components["schemas"]["ErrorEnvelope"];
1555
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1556
+ };
1557
+ };
1558
+ };
1559
+ };
1560
+ /**
1561
+ * Retrieves prices in a price list
1562
+ * @description Gets all price entries for a specific price list with OData support.
1563
+ */
1572
1564
  GetPriceListPricesAsync: {
1573
1565
  parameters: {
1574
1566
  query: {
@@ -1596,6 +1588,46 @@ export interface operations {
1596
1588
  };
1597
1589
  };
1598
1590
  };
1591
+ /**
1592
+ * Creates a price list entry
1593
+ * @description Creates a new price entry in the specified price list.
1594
+ */
1595
+ CreatePriceListPricesAsync: {
1596
+ parameters: {
1597
+ query: {
1598
+ tenantId: string;
1599
+ };
1600
+ path: {
1601
+ priceListId: string;
1602
+ };
1603
+ };
1604
+ requestBody?: {
1605
+ content: {
1606
+ "application/json": components["schemas"]["ItemPriceCreateDto"];
1607
+ "application/xml": components["schemas"]["ItemPriceCreateDto"];
1608
+ };
1609
+ };
1610
+ responses: {
1611
+ /** @description OK */
1612
+ 200: {
1613
+ content: {
1614
+ "application/json": components["schemas"]["EmptyEnvelope"];
1615
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1616
+ };
1617
+ };
1618
+ /** @description Not Found */
1619
+ 404: {
1620
+ content: {
1621
+ "application/json": components["schemas"]["ErrorEnvelope"];
1622
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1623
+ };
1624
+ };
1625
+ };
1626
+ };
1627
+ /**
1628
+ * Gets a price list entry by ID
1629
+ * @description Retrieves a specific price entry from a price list.
1630
+ */
1599
1631
  GetPriceListPriceAsync: {
1600
1632
  parameters: {
1601
1633
  query: {
@@ -1623,4 +1655,211 @@ export interface operations {
1623
1655
  };
1624
1656
  };
1625
1657
  };
1658
+ /**
1659
+ * Updates a price list entry
1660
+ * @description Updates the specified price entry in a price list.
1661
+ */
1662
+ UpdatePriceListPriceAsync: {
1663
+ parameters: {
1664
+ query: {
1665
+ tenantId: string;
1666
+ };
1667
+ path: {
1668
+ priceListId: string;
1669
+ priceId: string;
1670
+ };
1671
+ };
1672
+ requestBody?: {
1673
+ content: {
1674
+ "application/json": components["schemas"]["ItemPriceUpdateDto"];
1675
+ "application/xml": components["schemas"]["ItemPriceUpdateDto"];
1676
+ };
1677
+ };
1678
+ responses: {
1679
+ /** @description OK */
1680
+ 200: {
1681
+ content: {
1682
+ "application/json": components["schemas"]["EmptyEnvelope"];
1683
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1684
+ };
1685
+ };
1686
+ /** @description Not Found */
1687
+ 404: {
1688
+ content: {
1689
+ "application/json": components["schemas"]["ErrorEnvelope"];
1690
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1691
+ };
1692
+ };
1693
+ };
1694
+ };
1695
+ /**
1696
+ * Deletes a price list entry
1697
+ * @description Deletes the specified price entry from a price list.
1698
+ */
1699
+ DeletePriceListPriceAsync: {
1700
+ parameters: {
1701
+ query: {
1702
+ tenantId: string;
1703
+ };
1704
+ path: {
1705
+ priceListId: string;
1706
+ priceId: string;
1707
+ };
1708
+ };
1709
+ responses: {
1710
+ /** @description OK */
1711
+ 200: {
1712
+ content: {
1713
+ "application/json": components["schemas"]["EmptyEnvelope"];
1714
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1715
+ };
1716
+ };
1717
+ /** @description Not Found */
1718
+ 404: {
1719
+ content: {
1720
+ "application/json": components["schemas"]["ErrorEnvelope"];
1721
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1722
+ };
1723
+ };
1724
+ };
1725
+ };
1726
+ /**
1727
+ * Gets the calculated price for an item
1728
+ * @description Calculates the price for an item considering price list, discount list, quantity, and currency.
1729
+ */
1730
+ GetPrice: {
1731
+ parameters: {
1732
+ query?: {
1733
+ priceListId?: string;
1734
+ discountsListId?: string;
1735
+ quantity?: number;
1736
+ currencyId?: string;
1737
+ "api-version"?: string;
1738
+ };
1739
+ header?: {
1740
+ "x-api-version"?: string;
1741
+ };
1742
+ path: {
1743
+ itemId: string;
1744
+ };
1745
+ };
1746
+ responses: {
1747
+ /** @description OK */
1748
+ 200: {
1749
+ content: {
1750
+ "application/json": components["schemas"]["ItemPriceCalculationEnvelope"];
1751
+ "application/xml": components["schemas"]["ItemPriceCalculationEnvelope"];
1752
+ };
1753
+ };
1754
+ /** @description Not Found */
1755
+ 404: {
1756
+ content: {
1757
+ "application/json": components["schemas"]["ErrorEnvelope"];
1758
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1759
+ };
1760
+ };
1761
+ };
1762
+ };
1763
+ /**
1764
+ * Gets the final price for an item
1765
+ * @description Gets the final price for an item after all discounts and taxes in the specified currency.
1766
+ */
1767
+ GetFinalPrice: {
1768
+ parameters: {
1769
+ query?: {
1770
+ currencyId?: string;
1771
+ "api-version"?: string;
1772
+ };
1773
+ header?: {
1774
+ "x-api-version"?: string;
1775
+ };
1776
+ path: {
1777
+ itemId: string;
1778
+ };
1779
+ };
1780
+ responses: {
1781
+ /** @description OK */
1782
+ 200: {
1783
+ content: {
1784
+ "application/json": components["schemas"]["MoneyEnvelope"];
1785
+ "application/xml": components["schemas"]["MoneyEnvelope"];
1786
+ };
1787
+ };
1788
+ /** @description Not Found */
1789
+ 404: {
1790
+ content: {
1791
+ "application/json": components["schemas"]["ErrorEnvelope"];
1792
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1793
+ };
1794
+ };
1795
+ };
1796
+ };
1797
+ /**
1798
+ * Gets total taxes for an item
1799
+ * @description Gets the total tax amount for an item in the specified currency.
1800
+ */
1801
+ GetTotalTaxesInUsd: {
1802
+ parameters: {
1803
+ query?: {
1804
+ currencyId?: string;
1805
+ "api-version"?: string;
1806
+ };
1807
+ header?: {
1808
+ "x-api-version"?: string;
1809
+ };
1810
+ path: {
1811
+ itemId: string;
1812
+ };
1813
+ };
1814
+ responses: {
1815
+ /** @description OK */
1816
+ 200: {
1817
+ content: {
1818
+ "application/json": components["schemas"]["MoneyEnvelope"];
1819
+ "application/xml": components["schemas"]["MoneyEnvelope"];
1820
+ };
1821
+ };
1822
+ /** @description Not Found */
1823
+ 404: {
1824
+ content: {
1825
+ "application/json": components["schemas"]["ErrorEnvelope"];
1826
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1827
+ };
1828
+ };
1829
+ };
1830
+ };
1831
+ /**
1832
+ * Gets total savings for an item
1833
+ * @description Gets the total savings amount for an item in the specified currency.
1834
+ */
1835
+ GetTotalSavingsInUsd: {
1836
+ parameters: {
1837
+ query?: {
1838
+ currencyId?: string;
1839
+ "api-version"?: string;
1840
+ };
1841
+ header?: {
1842
+ "x-api-version"?: string;
1843
+ };
1844
+ path: {
1845
+ itemId: string;
1846
+ };
1847
+ };
1848
+ responses: {
1849
+ /** @description OK */
1850
+ 200: {
1851
+ content: {
1852
+ "application/json": components["schemas"]["MoneyEnvelope"];
1853
+ "application/xml": components["schemas"]["MoneyEnvelope"];
1854
+ };
1855
+ };
1856
+ /** @description Not Found */
1857
+ 404: {
1858
+ content: {
1859
+ "application/json": components["schemas"]["ErrorEnvelope"];
1860
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1861
+ };
1862
+ };
1863
+ };
1864
+ };
1626
1865
  }