@fenixalliance/abs-api-client 1.0.2 → 2.0.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 (544) hide show
  1. package/FenixAlliance.ABP.SDK.TypeScript.xml +8 -0
  2. package/LICENSE +21 -21
  3. package/LICENSE.md +35 -35
  4. package/README.md +299 -299
  5. package/THIRD_PARTY_NOTICES.md +129 -129
  6. package/app/index.ts +4 -4
  7. package/clients/cartService/core/ApiError.ts +2 -2
  8. package/clients/cartService/core/ApiRequestOptions.ts +2 -2
  9. package/clients/cartService/core/ApiResult.ts +2 -2
  10. package/clients/cartService/core/CancelablePromise.ts +5 -5
  11. package/clients/cartService/core/OpenAPI.ts +2 -2
  12. package/clients/cartService/core/request.ts +3 -3
  13. package/clients/cartService/index.ts +6 -1
  14. package/clients/cartService/models/AddProductToCompareRequest.ts +10 -10
  15. package/clients/cartService/models/BooleanEnvelope.ts +13 -13
  16. package/clients/cartService/models/CartDto.ts +18 -18
  17. package/clients/cartService/models/CartDtoEnvelope.ts +14 -14
  18. package/clients/cartService/models/CartUpdateRequest.ts +9 -9
  19. package/clients/cartService/models/CountryDto.ts +14 -0
  20. package/clients/{holderService/models/OrderDtoListEnvelope.ts → cartService/models/CountryDtoEnvelope.ts} +14 -14
  21. package/clients/cartService/models/CountrySwitchRequest.ts +9 -9
  22. package/clients/cartService/models/CurrencyDto.ts +13 -0
  23. package/clients/{holderService/models/InvoiceDtoListEnvelope.ts → cartService/models/CurrencyDtoEnvelope.ts} +14 -14
  24. package/clients/cartService/models/CurrencySwitchRequest.ts +9 -9
  25. package/clients/cartService/models/EmptyEnvelope.ts +11 -11
  26. package/clients/cartService/models/ErrorEnvelope.ts +12 -12
  27. package/clients/cartService/models/ItemCartRecordCreateDto.ts +12 -12
  28. package/clients/cartService/models/ItemCartRecordDto.ts +101 -100
  29. package/clients/cartService/models/ItemCartRecordDtoEnvelope.ts +14 -14
  30. package/clients/cartService/models/ItemCartRecordDtoListEnvelope.ts +14 -14
  31. package/clients/cartService/models/ItemCartRecordUpdateDto.ts +10 -10
  32. package/clients/cartService/models/ItemToCompareCartRecordDto.ts +11 -11
  33. package/clients/cartService/models/ItemToCompareCartRecordDtoEnvelope.ts +14 -14
  34. package/clients/cartService/models/ItemToCompareCartRecordDtoListEnvelope.ts +14 -14
  35. package/clients/cartService/models/NewWishListRequest.ts +11 -11
  36. package/clients/cartService/models/ProductToWishListRequest.ts +9 -9
  37. package/clients/cartService/models/WishListDto.ts +13 -13
  38. package/clients/{holderService/models/PaymentDtoListEnvelope.ts → cartService/models/WishListDtoEnvelope.ts} +14 -14
  39. package/clients/cartService/models/WishListItemRecordDto.ts +11 -11
  40. package/clients/cartService/models/WishListUpdateDto.ts +10 -10
  41. package/clients/cartService/services/CartsService.ts +902 -149
  42. package/clients/cartService/services/CompareService.ts +90 -90
  43. package/clients/cartService/services/RecordsService.ts +259 -209
  44. package/clients/cartService/services/WishListsService.ts +197 -145
  45. package/clients/catalogService/core/ApiError.ts +2 -2
  46. package/clients/catalogService/core/ApiRequestOptions.ts +2 -2
  47. package/clients/catalogService/core/ApiResult.ts +2 -2
  48. package/clients/catalogService/core/CancelablePromise.ts +5 -5
  49. package/clients/catalogService/core/OpenAPI.ts +2 -2
  50. package/clients/catalogService/core/request.ts +3 -3
  51. package/clients/catalogService/index.ts +1 -1
  52. package/clients/catalogService/models/EmptyEnvelope.ts +11 -11
  53. package/clients/catalogService/models/ErrorEnvelope.ts +12 -12
  54. package/clients/catalogService/models/ItemAttachmentCreateDto.ts +21 -19
  55. package/clients/catalogService/models/ItemAttachmentDto.ts +30 -28
  56. package/clients/catalogService/models/ItemAttachmentDtoEnvelope.ts +14 -14
  57. package/clients/catalogService/models/ItemAttachmentDtoListEnvelope.ts +14 -14
  58. package/clients/catalogService/models/ItemAttachmentUpdateDto.ts +19 -16
  59. package/clients/catalogService/models/ItemAttributeCreateDto.ts +12 -12
  60. package/clients/catalogService/models/ItemAttributeDto.ts +12 -12
  61. package/clients/catalogService/models/ItemAttributeDtoEnvelope.ts +14 -14
  62. package/clients/catalogService/models/ItemAttributeDtoListEnvelope.ts +14 -14
  63. package/clients/catalogService/models/ItemAttributeOptionDto.ts +12 -12
  64. package/clients/catalogService/models/ItemAttributeOptionDtoEnvelope.ts +14 -14
  65. package/clients/catalogService/models/ItemAttributeOptionDtoListEnvelope.ts +14 -14
  66. package/clients/catalogService/models/ItemAttributeUpdateDto.ts +9 -9
  67. package/clients/catalogService/models/ItemBrandCreateDto.ts +17 -17
  68. package/clients/catalogService/models/ItemBrandDto.ts +17 -17
  69. package/clients/catalogService/models/ItemBrandDtoEnvelope.ts +14 -14
  70. package/clients/catalogService/models/ItemBrandDtoListEnvelope.ts +14 -14
  71. package/clients/catalogService/models/ItemBrandUpdateDto.ts +13 -13
  72. package/clients/catalogService/models/ItemCategoryCreateDto.ts +15 -15
  73. package/clients/catalogService/models/ItemCategoryDto.ts +21 -21
  74. package/clients/catalogService/models/ItemCategoryDtoEnvelope.ts +14 -14
  75. package/clients/catalogService/models/ItemCategoryDtoListEnvelope.ts +14 -14
  76. package/clients/catalogService/models/ItemCategoryUpdateDto.ts +16 -16
  77. package/clients/catalogService/models/ItemGoogleCategoryDto.ts +21 -21
  78. package/clients/catalogService/models/ItemGoogleCategoryDtoEnvelope.ts +14 -14
  79. package/clients/catalogService/models/ItemGoogleCategoryDtoListEnvelope.ts +14 -14
  80. package/clients/catalogService/models/ItemImageCreateDto.ts +28 -28
  81. package/clients/catalogService/models/ItemImageDto.ts +28 -28
  82. package/clients/catalogService/models/ItemImageDtoEnvelope.ts +14 -14
  83. package/clients/catalogService/models/ItemImageDtoListEnvelope.ts +14 -14
  84. package/clients/catalogService/models/ItemImageUpdateDto.ts +22 -22
  85. package/clients/catalogService/models/ItemQuestionCreateDto.ts +15 -15
  86. package/clients/catalogService/models/ItemQuestionDto.ts +15 -15
  87. package/clients/catalogService/models/ItemQuestionDtoEnvelope.ts +14 -14
  88. package/clients/catalogService/models/ItemQuestionDtoListEnvelope.ts +14 -14
  89. package/clients/catalogService/models/ItemQuestionRecordCreateDto.ts +14 -14
  90. package/clients/catalogService/models/ItemQuestionUpdateDto.ts +10 -10
  91. package/clients/catalogService/models/ItemRefundPolicyDto.ts +34 -34
  92. package/clients/catalogService/models/ItemRefundPolicyDtoEnvelope.ts +14 -14
  93. package/clients/catalogService/models/ItemRefundPolicyDtoListEnvelope.ts +14 -14
  94. package/clients/catalogService/models/ItemReturnPolicyDto.ts +34 -34
  95. package/clients/catalogService/models/ItemReturnPolicyDtoEnvelope.ts +14 -14
  96. package/clients/catalogService/models/ItemReturnPolicyDtoListEnvelope.ts +14 -14
  97. package/clients/catalogService/models/ItemReviewCreateDto.ts +13 -13
  98. package/clients/catalogService/models/ItemReviewDto.ts +13 -13
  99. package/clients/catalogService/models/ItemReviewDtoEnvelope.ts +14 -14
  100. package/clients/catalogService/models/ItemReviewDtoListEnvelope.ts +14 -14
  101. package/clients/catalogService/models/ItemReviewRecordCreateDto.ts +12 -12
  102. package/clients/catalogService/models/ItemReviewUpdateDto.ts +9 -9
  103. package/clients/catalogService/models/ItemShippingPolicyDto.ts +35 -35
  104. package/clients/catalogService/models/ItemShippingPolicyDtoEnvelope.ts +14 -14
  105. package/clients/catalogService/models/ItemShippingPolicyDtoListEnvelope.ts +14 -14
  106. package/clients/catalogService/models/ItemTagCreateDto.ts +12 -12
  107. package/clients/catalogService/models/ItemTagDto.ts +12 -12
  108. package/clients/catalogService/models/ItemTagDtoEnvelope.ts +14 -14
  109. package/clients/catalogService/models/ItemTagDtoListEnvelope.ts +14 -14
  110. package/clients/catalogService/models/ItemTagUpdateDto.ts +9 -9
  111. package/clients/catalogService/models/ItemTaxPolicyDto.ts +37 -37
  112. package/clients/catalogService/models/ItemTaxPolicyDtoEnvelope.ts +14 -14
  113. package/clients/catalogService/models/ItemTaxPolicyDtoListEnvelope.ts +14 -14
  114. package/clients/catalogService/models/ItemTypeCreateDto.ts +17 -17
  115. package/clients/catalogService/models/ItemTypeDto.ts +17 -17
  116. package/clients/catalogService/models/ItemTypeDtoEnvelope.ts +14 -14
  117. package/clients/catalogService/models/ItemTypeDtoListEnvelope.ts +14 -14
  118. package/clients/catalogService/models/ItemTypeUpdateDto.ts +12 -12
  119. package/clients/catalogService/models/ItemWarrantyPolicyDto.ts +33 -33
  120. package/clients/catalogService/models/ItemWarrantyPolicyDtoEnvelope.ts +14 -14
  121. package/clients/catalogService/models/ItemWarrantyPolicyDtoListEnvelope.ts +14 -14
  122. package/clients/catalogService/models/PricingRuleCreateDto.ts +32 -32
  123. package/clients/catalogService/models/PricingRuleDto.ts +31 -31
  124. package/clients/catalogService/models/PricingRuleDtoEnvelope.ts +14 -14
  125. package/clients/catalogService/models/PricingRuleDtoListEnvelope.ts +14 -14
  126. package/clients/catalogService/models/PricingRuleUpdateDto.ts +27 -27
  127. package/clients/catalogService/models/StockItemCreateDto.ts +108 -108
  128. package/clients/catalogService/models/StockItemDto.ts +146 -146
  129. package/clients/catalogService/models/StockItemDtoEnvelope.ts +14 -14
  130. package/clients/catalogService/models/StockItemDtoListEnvelope.ts +14 -14
  131. package/clients/catalogService/models/StockItemUpdateDto.ts +106 -106
  132. package/clients/catalogService/services/ItemAttachmentsService.ts +138 -138
  133. package/clients/catalogService/services/ItemAttributesService.ts +137 -137
  134. package/clients/catalogService/services/ItemBrandsService.ts +137 -137
  135. package/clients/catalogService/services/ItemCategoriesService.ts +137 -137
  136. package/clients/catalogService/services/ItemImagesService.ts +137 -137
  137. package/clients/catalogService/services/ItemQuestionsService.ts +137 -137
  138. package/clients/catalogService/services/ItemReviewsService.ts +137 -137
  139. package/clients/catalogService/services/ItemTagsService.ts +137 -137
  140. package/clients/catalogService/services/ItemTypesService.ts +137 -137
  141. package/clients/catalogService/services/PoliciesService.ts +117 -117
  142. package/clients/catalogService/services/PricingRulesService.ts +135 -135
  143. package/clients/catalogService/services/ProductsService.ts +1711 -1706
  144. package/clients/crmService/core/ApiError.ts +2 -2
  145. package/clients/crmService/core/ApiRequestOptions.ts +2 -2
  146. package/clients/crmService/core/ApiResult.ts +2 -2
  147. package/clients/crmService/core/CancelablePromise.ts +5 -5
  148. package/clients/crmService/core/OpenAPI.ts +2 -2
  149. package/clients/crmService/core/request.ts +3 -3
  150. package/clients/crmService/index.ts +4 -1
  151. package/clients/crmService/models/CartDto.ts +18 -18
  152. package/clients/crmService/models/CartDtoEnvelope.ts +14 -14
  153. package/clients/crmService/models/ContactCreateDto.ts +35 -0
  154. package/clients/crmService/models/ContactDto.ts +60 -57
  155. package/clients/crmService/models/ContactDtoEnvelope.ts +14 -14
  156. package/clients/crmService/models/ContactDtoListEnvelope.ts +14 -14
  157. package/clients/crmService/models/ContactUpdateDto.ts +39 -0
  158. package/clients/crmService/models/EmptyEnvelope.ts +11 -11
  159. package/clients/crmService/models/ErrorEnvelope.ts +12 -12
  160. package/clients/crmService/models/Operation.ts +23 -0
  161. package/clients/crmService/models/SocialProfileDto.ts +39 -39
  162. package/clients/crmService/models/SocialProfileDtoEnvelope.ts +14 -14
  163. package/clients/crmService/models/WalletDto.ts +22 -22
  164. package/clients/crmService/models/WalletDtoEnvelope.ts +14 -14
  165. package/clients/crmService/services/ContactsService.ts +562 -286
  166. package/clients/crmService/services/SyncService.ts +97 -101
  167. package/clients/forexService/core/ApiError.ts +2 -2
  168. package/clients/forexService/core/ApiRequestOptions.ts +2 -2
  169. package/clients/forexService/core/ApiResult.ts +2 -2
  170. package/clients/forexService/core/CancelablePromise.ts +5 -5
  171. package/clients/forexService/core/OpenAPI.ts +2 -2
  172. package/clients/forexService/core/request.ts +3 -3
  173. package/clients/forexService/index.ts +4 -1
  174. package/clients/forexService/models/Currency.ts +9 -9
  175. package/clients/forexService/models/ErrorEnvelope.ts +12 -12
  176. package/clients/forexService/models/ExchangeRate.ts +11 -0
  177. package/clients/forexService/models/ExchangeRateEnvelope.ts +14 -0
  178. package/clients/forexService/models/ForexRatesDto.ts +13 -13
  179. package/clients/forexService/models/ForexRatesDtoEnvelope.ts +14 -14
  180. package/clients/forexService/models/Money.ts +10 -10
  181. package/clients/forexService/models/MoneyEnvelope.ts +14 -14
  182. package/clients/forexService/services/ExchangeService.ts +65 -67
  183. package/clients/forexService/services/ExchangeVService.ts +65 -0
  184. package/clients/forexService/services/RatesService.ts +90 -46
  185. package/clients/holderService/core/ApiError.ts +2 -2
  186. package/clients/holderService/core/ApiRequestOptions.ts +2 -2
  187. package/clients/holderService/core/ApiResult.ts +2 -2
  188. package/clients/holderService/core/CancelablePromise.ts +5 -5
  189. package/clients/holderService/core/OpenAPI.ts +2 -2
  190. package/clients/holderService/core/request.ts +3 -3
  191. package/clients/holderService/index.ts +20 -9
  192. package/clients/holderService/models/AddressDto.ts +31 -31
  193. package/clients/holderService/models/AddressDtoListEnvelope.ts +14 -14
  194. package/clients/holderService/models/CartDto.ts +18 -18
  195. package/clients/holderService/models/CartDtoEnvelope.ts +14 -14
  196. package/clients/holderService/models/EmptyEnvelope.ts +11 -0
  197. package/clients/holderService/models/EmptyEnvelopeEnvelope.ts +14 -0
  198. package/clients/holderService/models/EnrollmentId.ts +5 -0
  199. package/clients/holderService/models/ErrorEnvelope.ts +12 -12
  200. package/clients/holderService/models/ExtendedPlatformUserDto.ts +78 -0
  201. package/clients/holderService/models/ExtendedPlatformUserDtoEnvelope.ts +14 -0
  202. package/clients/holderService/models/ExtendedTenantDto.ts +51 -0
  203. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +14 -0
  204. package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +16 -0
  205. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +14 -0
  206. package/clients/holderService/models/FollowRecordDto.ts +12 -12
  207. package/clients/holderService/models/NotificationDto.ts +16 -16
  208. package/clients/holderService/models/NotificationDtoListEnvelope.ts +14 -14
  209. package/clients/holderService/models/Operation.ts +23 -0
  210. package/clients/holderService/models/PlatformUserDto.ts +70 -73
  211. package/clients/holderService/models/PlatformUserDtoEnvelope.ts +14 -14
  212. package/clients/holderService/models/PlatformUserSettingsDto.ts +21 -0
  213. package/clients/holderService/models/PlatformUserSettingsDtoEnvelope.ts +14 -0
  214. package/clients/holderService/models/PlatformUserSettingsUpdateDto.ts +19 -0
  215. package/clients/holderService/models/PlatformUserUpdateDto.ts +43 -0
  216. package/clients/holderService/models/SocialProfileDto.ts +39 -39
  217. package/clients/holderService/models/SocialProfileDtoEnvelope.ts +14 -14
  218. package/clients/holderService/models/TenantDto.ts +45 -54
  219. package/clients/holderService/models/TenantDtoListEnvelope.ts +14 -14
  220. package/clients/holderService/models/{TenantEnrollmentDto.ts → TenantEnrolmentDto.ts} +14 -14
  221. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +14 -0
  222. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +14 -0
  223. package/clients/holderService/models/TenantInvitationDto.ts +16 -0
  224. package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +14 -0
  225. package/clients/holderService/models/WalletDto.ts +22 -22
  226. package/clients/holderService/models/WalletDtoEnvelope.ts +14 -14
  227. package/clients/holderService/services/HolderService.ts +356 -236
  228. package/clients/identityService/core/ApiError.ts +2 -2
  229. package/clients/identityService/core/ApiRequestOptions.ts +2 -2
  230. package/clients/identityService/core/ApiResult.ts +2 -2
  231. package/clients/identityService/core/CancelablePromise.ts +5 -5
  232. package/clients/identityService/core/OpenAPI.ts +2 -2
  233. package/clients/identityService/core/request.ts +3 -3
  234. package/clients/identityService/index.ts +2 -2
  235. package/clients/identityService/models/AccountHolderCreateDto.ts +40 -35
  236. package/clients/identityService/models/AccountHolderCreateDtoEnvelope.ts +14 -14
  237. package/clients/identityService/models/Actor.ts +12 -12
  238. package/clients/identityService/models/ApiResponse.ts +21 -21
  239. package/clients/identityService/models/ApiResponseEnvelope.ts +14 -14
  240. package/clients/identityService/models/ClientApplication.ts +16 -16
  241. package/clients/identityService/models/Error.ts +10 -10
  242. package/clients/identityService/models/ErrorEnvelope.ts +12 -12
  243. package/clients/identityService/models/IPLookupDto.ts +10 -10
  244. package/clients/identityService/models/JsonWebKey.ts +13 -13
  245. package/clients/identityService/models/JsonWebKeySet.ts +9 -9
  246. package/clients/identityService/models/JsonWebKeySetEnvelope.ts +14 -14
  247. package/clients/identityService/models/JsonWebToken.ts +15 -15
  248. package/clients/identityService/models/JsonWebTokenEnvelope.ts +14 -14
  249. package/clients/identityService/models/JsonWebTokenHeader.ts +11 -11
  250. package/clients/identityService/models/JsonWebTokenPayload.ts +17 -17
  251. package/clients/identityService/models/OAuthTokenRequest.ts +12 -12
  252. package/clients/identityService/models/OpenIdConfiguration.ts +19 -19
  253. package/clients/identityService/models/OpenIdConfigurationEnvelope.ts +14 -14
  254. package/clients/identityService/models/PlatformUserDto.ts +70 -73
  255. package/clients/identityService/models/ResponsePagination.ts +13 -13
  256. package/clients/identityService/models/ResponseStatus.ts +12 -12
  257. package/clients/identityService/models/SigninModel.ts +9 -9
  258. package/clients/identityService/models/StringListEnvelope.ts +13 -13
  259. package/clients/identityService/models/TenantDto.ts +45 -54
  260. package/clients/identityService/services/ApplicationsService.ts +107 -107
  261. package/clients/identityService/services/CheckerService.ts +19 -20
  262. package/clients/identityService/services/OAuthService.ts +147 -149
  263. package/clients/identityService/services/ResourceService.ts +19 -19
  264. package/clients/identityService/services/UserInfoService.ts +29 -29
  265. package/clients/inventoryService/core/ApiError.ts +2 -2
  266. package/clients/inventoryService/core/ApiRequestOptions.ts +2 -2
  267. package/clients/inventoryService/core/ApiResult.ts +2 -2
  268. package/clients/inventoryService/core/CancelablePromise.ts +5 -5
  269. package/clients/inventoryService/core/OpenAPI.ts +2 -2
  270. package/clients/inventoryService/core/request.ts +3 -3
  271. package/clients/inventoryService/index.ts +1 -1
  272. package/clients/inventoryService/services/InventoryService.ts +25 -25
  273. package/clients/invoicingService/core/ApiError.ts +2 -2
  274. package/clients/invoicingService/core/ApiRequestOptions.ts +2 -2
  275. package/clients/invoicingService/core/ApiResult.ts +2 -2
  276. package/clients/invoicingService/core/CancelablePromise.ts +5 -5
  277. package/clients/invoicingService/core/OpenAPI.ts +2 -2
  278. package/clients/invoicingService/core/request.ts +3 -3
  279. package/clients/invoicingService/index.ts +11 -2
  280. package/clients/invoicingService/models/ContactDto.ts +60 -0
  281. package/clients/invoicingService/models/Currency.ts +9 -0
  282. package/clients/invoicingService/models/EmptyEnvelope.ts +11 -11
  283. package/clients/invoicingService/models/ErrorEnvelope.ts +12 -12
  284. package/clients/invoicingService/models/ExtendedInvoiceDto.ts +44 -0
  285. package/clients/invoicingService/models/ExtendedInvoiceDtoListEnvelope.ts +14 -0
  286. package/clients/invoicingService/models/InvoiceCreateDto.ts +11 -11
  287. package/clients/invoicingService/models/InvoiceDto.ts +35 -13
  288. package/clients/invoicingService/models/InvoiceDtoEnvelope.ts +14 -14
  289. package/clients/invoicingService/models/InvoiceDtoListEnvelope.ts +14 -14
  290. package/clients/invoicingService/models/InvoiceLineDto.ts +99 -95
  291. package/clients/invoicingService/models/InvoiceLineDtoEnvelope.ts +14 -14
  292. package/clients/invoicingService/models/InvoiceLineDtoListEnvelope.ts +14 -14
  293. package/clients/invoicingService/models/InvoiceUpdateDto.ts +5 -5
  294. package/clients/invoicingService/models/ItemPriceCreateDto.ts +20 -20
  295. package/clients/invoicingService/models/ItemPriceUpdateDto.ts +14 -14
  296. package/clients/invoicingService/models/Money.ts +10 -0
  297. package/clients/invoicingService/models/MoneyEnvelope.ts +14 -0
  298. package/clients/invoicingService/models/PlatformUserDto.ts +70 -0
  299. package/clients/invoicingService/models/TenantDto.ts +45 -0
  300. package/clients/{tenantService/models/TenantEnrollmentDto.ts → invoicingService/models/TenantEnrolmentDto.ts} +14 -14
  301. package/clients/invoicingService/services/InvoicesService.ts +465 -301
  302. package/clients/ordersService/core/ApiError.ts +2 -2
  303. package/clients/ordersService/core/ApiRequestOptions.ts +2 -2
  304. package/clients/ordersService/core/ApiResult.ts +2 -2
  305. package/clients/ordersService/core/CancelablePromise.ts +5 -5
  306. package/clients/ordersService/core/OpenAPI.ts +2 -2
  307. package/clients/ordersService/core/request.ts +3 -3
  308. package/clients/ordersService/index.ts +2 -2
  309. package/clients/ordersService/models/EmptyEnvelope.ts +11 -11
  310. package/clients/ordersService/models/ErrorEnvelope.ts +12 -12
  311. package/clients/ordersService/models/ItemPriceCreateDto.ts +20 -20
  312. package/clients/ordersService/models/ItemPriceUpdateDto.ts +14 -14
  313. package/clients/ordersService/models/OrderCreateDto.ts +16 -16
  314. package/clients/ordersService/models/OrderDto.ts +51 -27
  315. package/clients/ordersService/models/OrderDtoEnvelope.ts +14 -14
  316. package/clients/ordersService/models/OrderDtoListEnvelope.ts +14 -14
  317. package/clients/ordersService/models/OrderLineDto.ts +99 -95
  318. package/clients/ordersService/models/OrderLineDtoEnvelope.ts +14 -14
  319. package/clients/ordersService/models/OrderLineDtoListEnvelope.ts +14 -14
  320. package/clients/ordersService/models/OrderUpdateDto.ts +12 -12
  321. package/clients/ordersService/services/OrdersService.ts +299 -296
  322. package/clients/pricingService/core/ApiError.ts +2 -2
  323. package/clients/pricingService/core/ApiRequestOptions.ts +2 -2
  324. package/clients/pricingService/core/ApiResult.ts +2 -2
  325. package/clients/pricingService/core/CancelablePromise.ts +5 -5
  326. package/clients/pricingService/core/OpenAPI.ts +2 -2
  327. package/clients/pricingService/core/request.ts +3 -3
  328. package/clients/pricingService/index.ts +1 -1
  329. package/clients/pricingService/models/Currency.ts +9 -9
  330. package/clients/pricingService/models/EmptyEnvelope.ts +11 -11
  331. package/clients/pricingService/models/ErrorEnvelope.ts +12 -12
  332. package/clients/pricingService/models/ItemPriceCreateDto.ts +20 -20
  333. package/clients/pricingService/models/ItemPriceDto.ts +20 -20
  334. package/clients/pricingService/models/ItemPriceDtoEnvelope.ts +14 -14
  335. package/clients/pricingService/models/ItemPriceDtoListEnvelope.ts +14 -14
  336. package/clients/pricingService/models/ItemPriceUpdateDto.ts +14 -14
  337. package/clients/pricingService/models/Money.ts +10 -10
  338. package/clients/pricingService/models/MoneyEnvelope.ts +14 -14
  339. package/clients/pricingService/models/PriceListCreateDto.ts +18 -18
  340. package/clients/pricingService/models/PriceListDto.ts +17 -17
  341. package/clients/pricingService/models/PriceListDtoEnvelope.ts +14 -14
  342. package/clients/pricingService/models/PriceListDtoListEnvelope.ts +14 -14
  343. package/clients/pricingService/models/PriceListUpdateDto.ts +14 -14
  344. package/clients/pricingService/services/PriceListsService.ts +280 -280
  345. package/clients/pricingService/services/PricesService.ts +82 -82
  346. package/clients/systemService/core/ApiError.ts +2 -2
  347. package/clients/systemService/core/ApiRequestOptions.ts +2 -2
  348. package/clients/systemService/core/ApiResult.ts +2 -2
  349. package/clients/systemService/core/CancelablePromise.ts +5 -5
  350. package/clients/systemService/core/OpenAPI.ts +2 -2
  351. package/clients/systemService/core/request.ts +3 -3
  352. package/clients/systemService/index.ts +20 -1
  353. package/clients/systemService/models/BooleanEnvelope.ts +13 -0
  354. package/clients/systemService/models/ErrorEnvelope.ts +12 -12
  355. package/clients/systemService/models/GeneralValidationFailure.ts +9 -0
  356. package/clients/{holderService/models/TenantEnrollmentDtoListEnvelope.ts → systemService/models/GeneralValidationFailureListEnvelope.ts} +14 -14
  357. package/clients/systemService/models/ISwaggerContact.ts +10 -0
  358. package/clients/systemService/models/ISwaggerEndpoint.ts +10 -0
  359. package/clients/systemService/models/ISwaggerLicense.ts +9 -0
  360. package/clients/systemService/models/ISwaggerSpec.ts +19 -0
  361. package/clients/systemService/models/LicenseValidationRequest.ts +8 -0
  362. package/clients/systemService/models/Module.ts +43 -0
  363. package/clients/systemService/models/ModuleListEnvelope.ts +14 -0
  364. package/clients/systemService/models/StringListEnvelope.ts +13 -13
  365. package/clients/systemService/models/StudioModule.ts +9 -0
  366. package/clients/systemService/models/StudioModuleListEnvelope.ts +14 -0
  367. package/clients/systemService/models/SuiteLicenseAssignmentDto.ts +16 -0
  368. package/clients/systemService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +14 -0
  369. package/clients/systemService/models/SuiteLicenseDto.ts +15 -0
  370. package/clients/systemService/models/SuiteLicenseDtoEnvelope.ts +14 -0
  371. package/clients/systemService/models/SuiteLicenseDtoListEnvelope.ts +14 -0
  372. package/clients/systemService/services/AntiforgeryService.ts +29 -29
  373. package/clients/systemService/services/LicensingService.ts +190 -0
  374. package/clients/systemService/services/MigrationsService.ts +44 -44
  375. package/clients/systemService/services/ModulesService.ts +51 -0
  376. package/clients/tenantService/core/ApiError.ts +2 -2
  377. package/clients/tenantService/core/ApiRequestOptions.ts +2 -2
  378. package/clients/tenantService/core/ApiResult.ts +2 -2
  379. package/clients/tenantService/core/CancelablePromise.ts +5 -5
  380. package/clients/tenantService/core/OpenAPI.ts +2 -2
  381. package/clients/tenantService/core/request.ts +3 -3
  382. package/clients/tenantService/index.ts +104 -4
  383. package/clients/tenantService/models/BooleanEnvelope.ts +13 -13
  384. package/clients/tenantService/models/CancellationToken.ts +11 -0
  385. package/clients/tenantService/models/CartDto.ts +18 -18
  386. package/clients/tenantService/models/CartDtoEnvelope.ts +14 -14
  387. package/clients/tenantService/models/EmptyEnvelope.ts +11 -11
  388. package/clients/tenantService/models/ErrorEnvelope.ts +12 -12
  389. package/clients/tenantService/models/ExtendedTenantDto.ts +51 -0
  390. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +14 -0
  391. package/clients/tenantService/models/IntPtr.ts +5 -0
  392. package/clients/tenantService/models/NotificationDto.ts +16 -16
  393. package/clients/tenantService/models/NotificationDtoListEnvelope.ts +14 -14
  394. package/clients/tenantService/models/Operation.ts +23 -0
  395. package/clients/tenantService/models/PlatformUserDto.ts +70 -73
  396. package/clients/tenantService/models/PlatformUserDtoListEnvelope.ts +14 -14
  397. package/clients/tenantService/models/SafeWaitHandle.ts +9 -0
  398. package/clients/tenantService/models/SocialProfileDto.ts +39 -39
  399. package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +14 -14
  400. package/clients/tenantService/models/StringListEnvelope.ts +13 -13
  401. package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +16 -0
  402. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +14 -0
  403. package/clients/tenantService/models/SuiteLicenseDto.ts +15 -0
  404. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +14 -0
  405. package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +9 -0
  406. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +14 -0
  407. package/clients/tenantService/models/TenantCreateDto.ts +25 -25
  408. package/clients/tenantService/models/TenantDepartmentCreateDto.ts +16 -0
  409. package/clients/tenantService/models/TenantDepartmentDto.ts +16 -0
  410. package/clients/tenantService/models/{TenantEnrollmentDtoEnvelope.ts → TenantDepartmentDtoEnvelope.ts} +14 -14
  411. package/clients/tenantService/models/TenantDepartmentDtoIReadOnlyListEnvelope.ts +14 -0
  412. package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +12 -0
  413. package/clients/tenantService/models/TenantDto.ts +45 -54
  414. package/clients/tenantService/models/TenantDtoEnvelope.ts +14 -14
  415. package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +11 -0
  416. package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +9 -0
  417. package/clients/tenantService/models/TenantEnrolmentDto.ts +14 -0
  418. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +14 -0
  419. package/clients/tenantService/models/TenantEnrolmentDtoIReadOnlyListEnvelope.ts +14 -0
  420. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +14 -0
  421. package/clients/tenantService/models/TenantIndustryCreateDto.ts +12 -0
  422. package/clients/tenantService/models/TenantIndustryDto.ts +12 -0
  423. package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +14 -0
  424. package/clients/tenantService/models/TenantIndustryUpdateDto.ts +10 -0
  425. package/clients/tenantService/models/TenantInvitationCreateDto.ts +12 -0
  426. package/clients/tenantService/models/TenantInvitationDto.ts +16 -0
  427. package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +14 -0
  428. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +14 -0
  429. package/clients/tenantService/models/TenantPositionCreateDto.ts +13 -0
  430. package/clients/tenantService/models/TenantPositionDto.ts +13 -0
  431. package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +14 -0
  432. package/clients/tenantService/models/TenantPositionDtoIReadOnlyListEnvelope.ts +14 -0
  433. package/clients/tenantService/models/TenantPositionUpdateDto.ts +9 -0
  434. package/clients/tenantService/models/TenantSegmentCreateDto.ts +12 -0
  435. package/clients/tenantService/models/TenantSegmentDto.ts +12 -0
  436. package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +14 -0
  437. package/clients/tenantService/models/TenantSegmentDtoIReadOnlyListEnvelope.ts +14 -0
  438. package/clients/tenantService/models/TenantSegmentUpdateDto.ts +10 -0
  439. package/clients/tenantService/models/TenantSizeCreateDto.ts +12 -0
  440. package/clients/tenantService/models/TenantSizeDto.ts +12 -0
  441. package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +14 -0
  442. package/clients/tenantService/models/TenantSizeDtoIReadOnlyListEnvelope.ts +14 -0
  443. package/clients/tenantService/models/TenantSizeUpdateDto.ts +10 -0
  444. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +13 -0
  445. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +13 -0
  446. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +14 -0
  447. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoIReadOnlyCollectionEnvelope.ts +14 -0
  448. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +11 -0
  449. package/clients/tenantService/models/TenantTeamCreateDto.ts +17 -0
  450. package/clients/tenantService/models/TenantTeamDto.ts +17 -0
  451. package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +14 -0
  452. package/clients/tenantService/models/TenantTeamDtoIReadOnlyCollectionEnvelope.ts +14 -0
  453. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +13 -0
  454. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +13 -0
  455. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +14 -0
  456. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoIReadOnlyCollectionEnvelope.ts +14 -0
  457. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +11 -0
  458. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +13 -0
  459. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +13 -0
  460. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +14 -0
  461. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoIReadOnlyCollectionEnvelope.ts +14 -0
  462. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +11 -0
  463. package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +12 -0
  464. package/clients/tenantService/models/TenantTeamRecordDto.ts +12 -0
  465. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +14 -0
  466. package/clients/tenantService/models/{TenantEnrollmentDtoListEnvelope.ts → TenantTeamRecordDtoIReadOnlyCollectionEnvelope.ts} +14 -14
  467. package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +10 -0
  468. package/clients/tenantService/models/TenantTeamUpdateDto.ts +17 -0
  469. package/clients/tenantService/models/TenantTerritoryCreateDto.ts +14 -0
  470. package/clients/tenantService/models/TenantTerritoryDto.ts +14 -0
  471. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +14 -0
  472. package/clients/tenantService/models/TenantTerritoryDtoIReadOnlyListEnvelope.ts +14 -0
  473. package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +9 -0
  474. package/clients/tenantService/models/TenantTypeCreateDto.ts +11 -0
  475. package/clients/tenantService/models/TenantTypeDto.ts +11 -0
  476. package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +14 -0
  477. package/clients/tenantService/models/TenantTypeDtoIReadOnlyCollectionEnvelope.ts +14 -0
  478. package/clients/tenantService/models/TenantTypeUpdateDto.ts +9 -0
  479. package/clients/tenantService/models/TenantUnitCreateDto.ts +18 -0
  480. package/clients/tenantService/models/TenantUnitDto.ts +18 -0
  481. package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +14 -0
  482. package/clients/tenantService/models/TenantUnitDtoIReadOnlyListEnvelope.ts +14 -0
  483. package/clients/tenantService/models/TenantUnitUpdateDto.ts +14 -0
  484. package/clients/tenantService/models/TenantUpdateDto.ts +31 -0
  485. package/clients/tenantService/models/WaitHandle.ts +11 -0
  486. package/clients/tenantService/models/WalletDto.ts +22 -22
  487. package/clients/tenantService/models/WalletDtoEnvelope.ts +14 -14
  488. package/clients/tenantService/models/WebPortalDto.ts +19 -12
  489. package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +14 -14
  490. package/clients/tenantService/services/DepartmentsService.ts +168 -0
  491. package/clients/tenantService/services/EmployeeEnrollmentsService.ts +151 -0
  492. package/clients/tenantService/services/EnrollmentsService.ts +165 -0
  493. package/clients/tenantService/services/IndustriesService.ts +160 -0
  494. package/clients/tenantService/services/InvitationsService.ts +125 -0
  495. package/clients/tenantService/services/PositionsService.ts +162 -0
  496. package/clients/tenantService/services/SegmentsService.ts +161 -0
  497. package/clients/tenantService/services/SizesService.ts +168 -0
  498. package/clients/tenantService/services/TeamContactEnrollmentsService.ts +161 -0
  499. package/clients/tenantService/services/TeamProjectEnrollmentService.ts +151 -0
  500. package/clients/tenantService/services/TeamRecordsService.ts +162 -0
  501. package/clients/tenantService/services/TeamsService.ts +162 -0
  502. package/clients/tenantService/services/TenantsService.ts +805 -479
  503. package/clients/tenantService/services/TerritoriesService.ts +162 -0
  504. package/clients/tenantService/services/TypesService.ts +146 -0
  505. package/clients/tenantService/services/UnitsService.ts +160 -0
  506. package/clients/walletsService/core/ApiError.ts +2 -2
  507. package/clients/walletsService/core/ApiRequestOptions.ts +2 -2
  508. package/clients/walletsService/core/ApiResult.ts +2 -2
  509. package/clients/walletsService/core/CancelablePromise.ts +5 -5
  510. package/clients/walletsService/core/OpenAPI.ts +2 -2
  511. package/clients/walletsService/core/request.ts +3 -3
  512. package/clients/walletsService/index.ts +3 -3
  513. package/clients/walletsService/models/ErrorEnvelope.ts +12 -12
  514. package/clients/walletsService/models/InvoiceDto.ts +35 -13
  515. package/clients/walletsService/models/InvoiceDtoListEnvelope.ts +14 -14
  516. package/clients/walletsService/models/LocationDto.ts +31 -31
  517. package/clients/walletsService/models/LocationDtoListEnvelope.ts +14 -14
  518. package/clients/walletsService/models/OrderDto.ts +51 -27
  519. package/clients/walletsService/models/OrderDtoListEnvelope.ts +14 -14
  520. package/clients/walletsService/models/PaymentDto.ts +17 -17
  521. package/clients/walletsService/models/PaymentDtoListEnvelope.ts +14 -14
  522. package/clients/walletsService/models/WalletDto.ts +22 -22
  523. package/clients/walletsService/models/WalletDtoEnvelope.ts +14 -14
  524. package/clients/walletsService/services/WalletsService.ts +194 -174
  525. package/package.json +40 -40
  526. package/schemas/cartService/schema.s.ts +1396 -100
  527. package/schemas/catalogService/schema.s.ts +148 -141
  528. package/schemas/crmService/schema.s.ts +522 -58
  529. package/schemas/forexService/schema.s.ts +102 -339
  530. package/schemas/holderService/schema.s.ts +578 -153
  531. package/schemas/identityService/schema.s.ts +43 -70
  532. package/schemas/inventoryService/schema.s.ts +1 -1
  533. package/schemas/invoicingService/schema.s.ts +528 -17
  534. package/schemas/ordersService/schema.s.ts +46 -19
  535. package/schemas/pricingService/schema.s.ts +13 -13
  536. package/schemas/systemService/schema.s.ts +1171 -4
  537. package/schemas/tenantService/schema.s.ts +4978 -396
  538. package/schemas/walletsService/schema.s.ts +93 -17
  539. package/tsconfig.json +110 -110
  540. package/vite.config.js +28 -28
  541. package/wwwroot/build/bundle.js +1 -1
  542. package/clients/holderService/models/InvoiceDto.ts +0 -13
  543. package/clients/holderService/models/OrderDto.ts +0 -27
  544. package/clients/holderService/models/PaymentDto.ts +0 -17
@@ -5,7 +5,7 @@
5
5
 
6
6
 
7
7
  export interface paths {
8
- "/api/v2/CartService/Carts/{cartID}": {
8
+ "/api/v2/CartService/Carts/{cartId}": {
9
9
  get: {
10
10
  parameters: {
11
11
  query?: {
@@ -16,7 +16,7 @@ export interface paths {
16
16
  };
17
17
  };
18
18
  responses: {
19
- /** @description Success */
19
+ /** @description OK */
20
20
  200: {
21
21
  content: {
22
22
  "application/json": components["schemas"]["CartDtoEnvelope"];
@@ -39,8 +39,6 @@ export interface paths {
39
39
  };
40
40
  };
41
41
  };
42
- };
43
- "/api/v2/CartService/Carts/{cartId}": {
44
42
  put: {
45
43
  parameters: {
46
44
  query?: {
@@ -57,7 +55,155 @@ export interface paths {
57
55
  };
58
56
  };
59
57
  responses: {
60
- /** @description Success */
58
+ /** @description OK */
59
+ 200: {
60
+ content: {
61
+ "application/json": components["schemas"]["EmptyEnvelope"];
62
+ "application/xml": components["schemas"]["EmptyEnvelope"];
63
+ };
64
+ };
65
+ /** @description Unauthorized */
66
+ 401: {
67
+ content: {
68
+ "application/json": components["schemas"]["ErrorEnvelope"];
69
+ "application/xml": components["schemas"]["ErrorEnvelope"];
70
+ };
71
+ };
72
+ /** @description Forbidden */
73
+ 403: {
74
+ content: {
75
+ "application/json": components["schemas"]["ErrorEnvelope"];
76
+ "application/xml": components["schemas"]["ErrorEnvelope"];
77
+ };
78
+ };
79
+ };
80
+ };
81
+ };
82
+ "/api/v2/CartService/Carts/{cartId}/Currency": {
83
+ get: {
84
+ parameters: {
85
+ query?: {
86
+ "api-version"?: string;
87
+ };
88
+ path: {
89
+ cartId: string;
90
+ };
91
+ };
92
+ responses: {
93
+ /** @description OK */
94
+ 200: {
95
+ content: {
96
+ "application/json": components["schemas"]["CurrencyDtoEnvelope"];
97
+ "application/xml": components["schemas"]["CurrencyDtoEnvelope"];
98
+ };
99
+ };
100
+ /** @description Unauthorized */
101
+ 401: {
102
+ content: {
103
+ "application/json": components["schemas"]["ErrorEnvelope"];
104
+ "application/xml": components["schemas"]["ErrorEnvelope"];
105
+ };
106
+ };
107
+ /** @description Forbidden */
108
+ 403: {
109
+ content: {
110
+ "application/json": components["schemas"]["ErrorEnvelope"];
111
+ "application/xml": components["schemas"]["ErrorEnvelope"];
112
+ };
113
+ };
114
+ };
115
+ };
116
+ put: {
117
+ parameters: {
118
+ query?: {
119
+ "api-version"?: string;
120
+ };
121
+ path: {
122
+ cartId: string;
123
+ };
124
+ };
125
+ requestBody?: {
126
+ content: {
127
+ "application/json": components["schemas"]["CurrencySwitchRequest"];
128
+ "application/xml": components["schemas"]["CurrencySwitchRequest"];
129
+ };
130
+ };
131
+ responses: {
132
+ /** @description OK */
133
+ 200: {
134
+ content: {
135
+ "application/json": components["schemas"]["EmptyEnvelope"];
136
+ "application/xml": components["schemas"]["EmptyEnvelope"];
137
+ };
138
+ };
139
+ /** @description Unauthorized */
140
+ 401: {
141
+ content: {
142
+ "application/json": components["schemas"]["ErrorEnvelope"];
143
+ "application/xml": components["schemas"]["ErrorEnvelope"];
144
+ };
145
+ };
146
+ /** @description Forbidden */
147
+ 403: {
148
+ content: {
149
+ "application/json": components["schemas"]["ErrorEnvelope"];
150
+ "application/xml": components["schemas"]["ErrorEnvelope"];
151
+ };
152
+ };
153
+ };
154
+ };
155
+ };
156
+ "/api/v2/CartService/Carts/{cartId}/Country": {
157
+ get: {
158
+ parameters: {
159
+ query?: {
160
+ "api-version"?: string;
161
+ };
162
+ path: {
163
+ cartId: string;
164
+ };
165
+ };
166
+ responses: {
167
+ /** @description OK */
168
+ 200: {
169
+ content: {
170
+ "application/json": components["schemas"]["CountryDtoEnvelope"];
171
+ "application/xml": components["schemas"]["CountryDtoEnvelope"];
172
+ };
173
+ };
174
+ /** @description Unauthorized */
175
+ 401: {
176
+ content: {
177
+ "application/json": components["schemas"]["ErrorEnvelope"];
178
+ "application/xml": components["schemas"]["ErrorEnvelope"];
179
+ };
180
+ };
181
+ /** @description Forbidden */
182
+ 403: {
183
+ content: {
184
+ "application/json": components["schemas"]["ErrorEnvelope"];
185
+ "application/xml": components["schemas"]["ErrorEnvelope"];
186
+ };
187
+ };
188
+ };
189
+ };
190
+ put: {
191
+ parameters: {
192
+ query?: {
193
+ "api-version"?: string;
194
+ };
195
+ path: {
196
+ cartId: string;
197
+ };
198
+ };
199
+ requestBody?: {
200
+ content: {
201
+ "application/json": components["schemas"]["CountrySwitchRequest"];
202
+ "application/xml": components["schemas"]["CountrySwitchRequest"];
203
+ };
204
+ };
205
+ responses: {
206
+ /** @description OK */
61
207
  200: {
62
208
  content: {
63
209
  "application/json": components["schemas"]["EmptyEnvelope"];
@@ -81,6 +227,9 @@ export interface paths {
81
227
  };
82
228
  };
83
229
  };
230
+ "/api/v2/CartService/Carts/{cartId}/Submit": {
231
+ post: operations["SubmitCartAsync"];
232
+ };
84
233
  "/api/v2/CartService/Carts/ActingCart": {
85
234
  get: {
86
235
  parameters: {
@@ -89,7 +238,7 @@ export interface paths {
89
238
  };
90
239
  };
91
240
  responses: {
92
- /** @description Success */
241
+ /** @description OK */
93
242
  200: {
94
243
  content: {
95
244
  "application/json": components["schemas"]["CartDtoEnvelope"];
@@ -121,11 +270,980 @@ export interface paths {
121
270
  };
122
271
  };
123
272
  responses: {
124
- /** @description Success */
273
+ /** @description OK */
274
+ 200: {
275
+ content: {
276
+ "application/json": components["schemas"]["CartDtoEnvelope"];
277
+ "application/xml": components["schemas"]["CartDtoEnvelope"];
278
+ };
279
+ };
280
+ /** @description Unauthorized */
281
+ 401: {
282
+ content: {
283
+ "application/json": components["schemas"]["ErrorEnvelope"];
284
+ "application/xml": components["schemas"]["ErrorEnvelope"];
285
+ };
286
+ };
287
+ /** @description Forbidden */
288
+ 403: {
289
+ content: {
290
+ "application/json": components["schemas"]["ErrorEnvelope"];
291
+ "application/xml": components["schemas"]["ErrorEnvelope"];
292
+ };
293
+ };
294
+ };
295
+ };
296
+ };
297
+ "/api/v2/CartService/Carts/UserCart": {
298
+ get: {
299
+ parameters: {
300
+ query?: {
301
+ "api-version"?: string;
302
+ };
303
+ };
304
+ responses: {
305
+ /** @description OK */
306
+ 200: {
307
+ content: {
308
+ "application/json": components["schemas"]["CartDtoEnvelope"];
309
+ "application/xml": components["schemas"]["CartDtoEnvelope"];
310
+ };
311
+ };
312
+ /** @description Unauthorized */
313
+ 401: {
314
+ content: {
315
+ "application/json": components["schemas"]["ErrorEnvelope"];
316
+ "application/xml": components["schemas"]["ErrorEnvelope"];
317
+ };
318
+ };
319
+ };
320
+ };
321
+ };
322
+ "/api/v2/CartService/Carts/BusinessCart/{tenantId}": {
323
+ get: {
324
+ parameters: {
325
+ query?: {
326
+ "api-version"?: string;
327
+ };
328
+ path: {
329
+ tenantId: string;
330
+ };
331
+ };
332
+ responses: {
333
+ /** @description OK */
334
+ 200: {
335
+ content: {
336
+ "application/json": components["schemas"]["CartDtoEnvelope"];
337
+ "application/xml": components["schemas"]["CartDtoEnvelope"];
338
+ };
339
+ };
340
+ /** @description Unauthorized */
341
+ 401: {
342
+ content: {
343
+ "application/json": components["schemas"]["ErrorEnvelope"];
344
+ "application/xml": components["schemas"]["ErrorEnvelope"];
345
+ };
346
+ };
347
+ /** @description Forbidden */
348
+ 403: {
349
+ content: {
350
+ "application/json": components["schemas"]["ErrorEnvelope"];
351
+ "application/xml": components["schemas"]["ErrorEnvelope"];
352
+ };
353
+ };
354
+ };
355
+ };
356
+ };
357
+ "/api/v2/CartService/Carts/{cartId}/Items": {
358
+ get: {
359
+ parameters: {
360
+ query?: {
361
+ "api-version"?: string;
362
+ };
363
+ path: {
364
+ cartId: string;
365
+ };
366
+ };
367
+ responses: {
368
+ /** @description OK */
369
+ 200: {
370
+ content: {
371
+ "application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
372
+ "application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
373
+ };
374
+ };
375
+ /** @description Unauthorized */
376
+ 401: {
377
+ content: {
378
+ "application/json": components["schemas"]["ErrorEnvelope"];
379
+ "application/xml": components["schemas"]["ErrorEnvelope"];
380
+ };
381
+ };
382
+ /** @description Not Found */
383
+ 404: {
384
+ content: {
385
+ "application/json": components["schemas"]["ErrorEnvelope"];
386
+ "application/xml": components["schemas"]["ErrorEnvelope"];
387
+ };
388
+ };
389
+ };
390
+ };
391
+ delete: {
392
+ parameters: {
393
+ query?: {
394
+ "api-version"?: string;
395
+ };
396
+ path: {
397
+ cartId: string;
398
+ };
399
+ };
400
+ responses: {
401
+ /** @description OK */
402
+ 200: {
403
+ content: {
404
+ "application/json": components["schemas"]["EmptyEnvelope"];
405
+ "application/xml": components["schemas"]["EmptyEnvelope"];
406
+ };
407
+ };
408
+ /** @description Unauthorized */
409
+ 401: {
410
+ content: {
411
+ "application/json": components["schemas"]["ErrorEnvelope"];
412
+ "application/xml": components["schemas"]["ErrorEnvelope"];
413
+ };
414
+ };
415
+ /** @description Not Found */
416
+ 404: {
417
+ content: {
418
+ "application/json": components["schemas"]["ErrorEnvelope"];
419
+ "application/xml": components["schemas"]["ErrorEnvelope"];
420
+ };
421
+ };
422
+ };
423
+ };
424
+ };
425
+ "/api/v2/CartService/Carts/{cartId}/Items/{itemId}": {
426
+ post: {
427
+ parameters: {
428
+ query?: {
429
+ quantity?: number;
430
+ "api-version"?: string;
431
+ };
432
+ path: {
433
+ cartId: string;
434
+ itemId: string;
435
+ };
436
+ };
437
+ responses: {
438
+ /** @description OK */
439
+ 200: {
440
+ content: {
441
+ "application/json": components["schemas"]["EmptyEnvelope"];
442
+ "application/xml": components["schemas"]["EmptyEnvelope"];
443
+ };
444
+ };
445
+ /** @description Unauthorized */
446
+ 401: {
447
+ content: {
448
+ "application/json": components["schemas"]["ErrorEnvelope"];
449
+ "application/xml": components["schemas"]["ErrorEnvelope"];
450
+ };
451
+ };
452
+ /** @description Not Found */
453
+ 404: {
454
+ content: {
455
+ "application/json": components["schemas"]["ErrorEnvelope"];
456
+ "application/xml": components["schemas"]["ErrorEnvelope"];
457
+ };
458
+ };
459
+ };
460
+ };
461
+ delete: {
462
+ parameters: {
463
+ query?: {
464
+ "api-version"?: string;
465
+ };
466
+ path: {
467
+ cartId: string;
468
+ itemId: string;
469
+ };
470
+ };
471
+ responses: {
472
+ /** @description OK */
473
+ 200: {
474
+ content: {
475
+ "application/json": components["schemas"]["EmptyEnvelope"];
476
+ "application/xml": components["schemas"]["EmptyEnvelope"];
477
+ };
478
+ };
479
+ /** @description Unauthorized */
480
+ 401: {
481
+ content: {
482
+ "application/json": components["schemas"]["ErrorEnvelope"];
483
+ "application/xml": components["schemas"]["ErrorEnvelope"];
484
+ };
485
+ };
486
+ /** @description Not Found */
487
+ 404: {
488
+ content: {
489
+ "application/json": components["schemas"]["ErrorEnvelope"];
490
+ "application/xml": components["schemas"]["ErrorEnvelope"];
491
+ };
492
+ };
493
+ };
494
+ };
495
+ };
496
+ "/api/v2/CartService/Carts/{cartId}/Contains/{itemId}": {
497
+ get: {
498
+ parameters: {
499
+ query?: {
500
+ "api-version"?: string;
501
+ };
502
+ path: {
503
+ cartId: string;
504
+ itemId: string;
505
+ };
506
+ };
507
+ responses: {
508
+ /** @description OK */
509
+ 200: {
510
+ content: {
511
+ "application/json": components["schemas"]["BooleanEnvelope"];
512
+ "application/xml": components["schemas"]["BooleanEnvelope"];
513
+ };
514
+ };
515
+ /** @description Unauthorized */
516
+ 401: {
517
+ content: {
518
+ "application/json": components["schemas"]["ErrorEnvelope"];
519
+ "application/xml": components["schemas"]["ErrorEnvelope"];
520
+ };
521
+ };
522
+ /** @description Not Found */
523
+ 404: {
524
+ content: {
525
+ "application/json": components["schemas"]["EmptyEnvelope"];
526
+ "application/xml": components["schemas"]["EmptyEnvelope"];
527
+ };
528
+ };
529
+ };
530
+ };
531
+ };
532
+ "/api/v2/CartService/Carts/{cartId}/Lines": {
533
+ get: {
534
+ parameters: {
535
+ query?: {
536
+ "api-version"?: string;
537
+ };
538
+ path: {
539
+ cartId: string;
540
+ };
541
+ };
542
+ responses: {
543
+ /** @description OK */
544
+ 200: {
545
+ content: {
546
+ "application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
547
+ "application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
548
+ };
549
+ };
550
+ /** @description Unauthorized */
551
+ 401: {
552
+ content: {
553
+ "application/json": components["schemas"]["ErrorEnvelope"];
554
+ "application/xml": components["schemas"]["ErrorEnvelope"];
555
+ };
556
+ };
557
+ /** @description Not Found */
558
+ 404: {
559
+ content: {
560
+ "application/json": components["schemas"]["ErrorEnvelope"];
561
+ "application/xml": components["schemas"]["ErrorEnvelope"];
562
+ };
563
+ };
564
+ };
565
+ };
566
+ };
567
+ "/api/v2/CartService/Carts/{cartId}/Lines/{lineId}": {
568
+ get: {
569
+ parameters: {
570
+ query?: {
571
+ "api-version"?: string;
572
+ };
573
+ path: {
574
+ cartId: string;
575
+ lineId: string;
576
+ };
577
+ };
578
+ responses: {
579
+ /** @description OK */
580
+ 200: {
581
+ content: {
582
+ "application/json": components["schemas"]["EmptyEnvelope"];
583
+ "application/xml": components["schemas"]["EmptyEnvelope"];
584
+ };
585
+ };
586
+ /** @description Unauthorized */
587
+ 401: {
588
+ content: {
589
+ "application/json": components["schemas"]["ItemCartRecordDtoEnvelope"];
590
+ "application/xml": components["schemas"]["ItemCartRecordDtoEnvelope"];
591
+ };
592
+ };
593
+ /** @description Not Found */
594
+ 404: {
595
+ content: {
596
+ "application/json": components["schemas"]["ErrorEnvelope"];
597
+ "application/xml": components["schemas"]["ErrorEnvelope"];
598
+ };
599
+ };
600
+ };
601
+ };
602
+ put: {
603
+ parameters: {
604
+ query?: {
605
+ "api-version"?: string;
606
+ };
607
+ path: {
608
+ cartId: string;
609
+ lineId: string;
610
+ };
611
+ };
612
+ requestBody?: {
613
+ content: {
614
+ "application/json": components["schemas"]["ItemCartRecordUpdateDto"];
615
+ "application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
616
+ };
617
+ };
618
+ responses: {
619
+ /** @description OK */
620
+ 200: {
621
+ content: {
622
+ "application/json": components["schemas"]["EmptyEnvelope"];
623
+ "application/xml": components["schemas"]["EmptyEnvelope"];
624
+ };
625
+ };
626
+ /** @description Unauthorized */
627
+ 401: {
628
+ content: {
629
+ "application/json": components["schemas"]["ErrorEnvelope"];
630
+ "application/xml": components["schemas"]["ErrorEnvelope"];
631
+ };
632
+ };
633
+ /** @description Not Found */
634
+ 404: {
635
+ content: {
636
+ "application/json": components["schemas"]["ErrorEnvelope"];
637
+ "application/xml": components["schemas"]["ErrorEnvelope"];
638
+ };
639
+ };
640
+ };
641
+ };
642
+ delete: {
643
+ parameters: {
644
+ query?: {
645
+ "api-version"?: string;
646
+ };
647
+ path: {
648
+ cartId: string;
649
+ lineId: string;
650
+ };
651
+ };
652
+ responses: {
653
+ /** @description OK */
654
+ 200: {
655
+ content: {
656
+ "application/json": components["schemas"]["EmptyEnvelope"];
657
+ "application/xml": components["schemas"]["EmptyEnvelope"];
658
+ };
659
+ };
660
+ /** @description Unauthorized */
661
+ 401: {
662
+ content: {
663
+ "application/json": components["schemas"]["ErrorEnvelope"];
664
+ "application/xml": components["schemas"]["ErrorEnvelope"];
665
+ };
666
+ };
667
+ /** @description Not Found */
668
+ 404: {
669
+ content: {
670
+ "application/json": components["schemas"]["ErrorEnvelope"];
671
+ "application/xml": components["schemas"]["ErrorEnvelope"];
672
+ };
673
+ };
674
+ };
675
+ };
676
+ };
677
+ "/api/v2/CartService/Carts/{cartId}/Lines/{lineId}/Increase": {
678
+ put: {
679
+ parameters: {
680
+ query?: {
681
+ quantity?: number;
682
+ "api-version"?: string;
683
+ };
684
+ path: {
685
+ cartId: string;
686
+ lineId: string;
687
+ };
688
+ };
689
+ responses: {
690
+ /** @description OK */
691
+ 200: {
692
+ content: {
693
+ "application/json": components["schemas"]["EmptyEnvelope"];
694
+ "application/xml": components["schemas"]["EmptyEnvelope"];
695
+ };
696
+ };
697
+ /** @description Unauthorized */
698
+ 401: {
699
+ content: {
700
+ "application/json": components["schemas"]["ErrorEnvelope"];
701
+ "application/xml": components["schemas"]["ErrorEnvelope"];
702
+ };
703
+ };
704
+ /** @description Not Found */
705
+ 404: {
706
+ content: {
707
+ "application/json": components["schemas"]["ErrorEnvelope"];
708
+ "application/xml": components["schemas"]["ErrorEnvelope"];
709
+ };
710
+ };
711
+ };
712
+ };
713
+ };
714
+ "/api/v2/CartService/Carts/{cartId}/Lines/{lineId}/Decrease": {
715
+ put: {
716
+ parameters: {
717
+ query?: {
718
+ quantity?: number;
719
+ "api-version"?: string;
720
+ };
721
+ path: {
722
+ cartId: string;
723
+ lineId: string;
724
+ };
725
+ };
726
+ responses: {
727
+ /** @description OK */
728
+ 200: {
729
+ content: {
730
+ "application/json": components["schemas"]["EmptyEnvelope"];
731
+ "application/xml": components["schemas"]["EmptyEnvelope"];
732
+ };
733
+ };
734
+ /** @description Unauthorized */
735
+ 401: {
736
+ content: {
737
+ "application/json": components["schemas"]["ErrorEnvelope"];
738
+ "application/xml": components["schemas"]["ErrorEnvelope"];
739
+ };
740
+ };
741
+ /** @description Not Found */
742
+ 404: {
743
+ content: {
744
+ "application/json": components["schemas"]["ErrorEnvelope"];
745
+ "application/xml": components["schemas"]["ErrorEnvelope"];
746
+ };
747
+ };
748
+ };
749
+ };
750
+ };
751
+ "/api/v2/CartService/Carts/{cartId}/WishLists": {
752
+ get: {
753
+ parameters: {
754
+ query?: {
755
+ "api-version"?: string;
756
+ };
757
+ path: {
758
+ cartId: string;
759
+ };
760
+ };
761
+ responses: {
762
+ /** @description OK */
763
+ 200: {
764
+ content: {
765
+ "application/json": components["schemas"]["WishListDto"][];
766
+ "application/xml": components["schemas"]["WishListDto"][];
767
+ };
768
+ };
769
+ /** @description Unauthorized */
770
+ 401: {
771
+ content: {
772
+ "application/json": components["schemas"]["ErrorEnvelope"];
773
+ "application/xml": components["schemas"]["ErrorEnvelope"];
774
+ };
775
+ };
776
+ /** @description Not Found */
777
+ 404: {
778
+ content: {
779
+ "application/json": components["schemas"]["ErrorEnvelope"];
780
+ "application/xml": components["schemas"]["ErrorEnvelope"];
781
+ };
782
+ };
783
+ };
784
+ };
785
+ post: {
786
+ parameters: {
787
+ query?: {
788
+ "api-version"?: string;
789
+ };
790
+ path: {
791
+ cartId: string;
792
+ };
793
+ };
794
+ requestBody?: {
795
+ content: {
796
+ "application/json": components["schemas"]["NewWishListRequest"];
797
+ "application/xml": components["schemas"]["NewWishListRequest"];
798
+ };
799
+ };
800
+ responses: {
801
+ /** @description OK */
802
+ 200: {
803
+ content: {
804
+ "application/json": components["schemas"]["EmptyEnvelope"];
805
+ "application/xml": components["schemas"]["EmptyEnvelope"];
806
+ };
807
+ };
808
+ /** @description Unauthorized */
809
+ 401: {
810
+ content: {
811
+ "application/json": components["schemas"]["ErrorEnvelope"];
812
+ "application/xml": components["schemas"]["ErrorEnvelope"];
813
+ };
814
+ };
815
+ /** @description Not Found */
816
+ 404: {
817
+ content: {
818
+ "application/json": components["schemas"]["ErrorEnvelope"];
819
+ "application/xml": components["schemas"]["ErrorEnvelope"];
820
+ };
821
+ };
822
+ };
823
+ };
824
+ };
825
+ "/api/v2/CartService/Carts/{cartId}/WishLists/Contains/{itemId}": {
826
+ get: {
827
+ parameters: {
828
+ query?: {
829
+ "api-version"?: string;
830
+ };
831
+ path: {
832
+ cartId: string;
833
+ itemId: string;
834
+ };
835
+ };
836
+ responses: {
837
+ /** @description OK */
838
+ 200: {
839
+ content: {
840
+ "application/json": components["schemas"]["BooleanEnvelope"];
841
+ "application/xml": components["schemas"]["BooleanEnvelope"];
842
+ };
843
+ };
844
+ /** @description Unauthorized */
845
+ 401: {
846
+ content: {
847
+ "application/json": components["schemas"]["ErrorEnvelope"];
848
+ "application/xml": components["schemas"]["ErrorEnvelope"];
849
+ };
850
+ };
851
+ /** @description Not Found */
852
+ 404: {
853
+ content: {
854
+ "application/json": components["schemas"]["ErrorEnvelope"];
855
+ "application/xml": components["schemas"]["ErrorEnvelope"];
856
+ };
857
+ };
858
+ };
859
+ };
860
+ };
861
+ "/api/v2/CartService/Carts/{cartId}/WishLists/{wishListId}/Exists": {
862
+ get: {
863
+ parameters: {
864
+ query?: {
865
+ "api-version"?: string;
866
+ };
867
+ path: {
868
+ cartId: string;
869
+ wishListId: string;
870
+ };
871
+ };
872
+ responses: {
873
+ /** @description OK */
874
+ 200: {
875
+ content: {
876
+ "application/json": components["schemas"]["BooleanEnvelope"];
877
+ "application/xml": components["schemas"]["BooleanEnvelope"];
878
+ };
879
+ };
880
+ /** @description Unauthorized */
881
+ 401: {
882
+ content: {
883
+ "application/json": components["schemas"]["ErrorEnvelope"];
884
+ "application/xml": components["schemas"]["ErrorEnvelope"];
885
+ };
886
+ };
887
+ /** @description Not Found */
888
+ 404: {
889
+ content: {
890
+ "application/json": components["schemas"]["ErrorEnvelope"];
891
+ "application/xml": components["schemas"]["ErrorEnvelope"];
892
+ };
893
+ };
894
+ };
895
+ };
896
+ head: {
897
+ parameters: {
898
+ query?: {
899
+ "api-version"?: string;
900
+ };
901
+ path: {
902
+ cartId: string;
903
+ wishListId: string;
904
+ };
905
+ };
906
+ responses: {
907
+ /** @description OK */
908
+ 200: {
909
+ content: {
910
+ "application/json": components["schemas"]["EmptyEnvelope"];
911
+ "application/xml": components["schemas"]["EmptyEnvelope"];
912
+ };
913
+ };
914
+ };
915
+ };
916
+ };
917
+ "/api/v2/CartService/Carts/{cartId}/WishLists/{wishListId}": {
918
+ get: {
919
+ parameters: {
920
+ query?: {
921
+ "api-version"?: string;
922
+ };
923
+ path: {
924
+ cartId: string;
925
+ wishListId: string;
926
+ };
927
+ };
928
+ responses: {
929
+ /** @description OK */
930
+ 200: {
931
+ content: {
932
+ "application/json": components["schemas"]["WishListDtoEnvelope"];
933
+ "application/xml": components["schemas"]["WishListDtoEnvelope"];
934
+ };
935
+ };
936
+ /** @description Unauthorized */
937
+ 401: {
938
+ content: {
939
+ "application/json": components["schemas"]["ErrorEnvelope"];
940
+ "application/xml": components["schemas"]["ErrorEnvelope"];
941
+ };
942
+ };
943
+ /** @description Not Found */
944
+ 404: {
945
+ content: {
946
+ "application/json": components["schemas"]["ErrorEnvelope"];
947
+ "application/xml": components["schemas"]["ErrorEnvelope"];
948
+ };
949
+ };
950
+ };
951
+ };
952
+ put: {
953
+ parameters: {
954
+ query?: {
955
+ "api-version"?: string;
956
+ };
957
+ path: {
958
+ cartId: string;
959
+ wishListId: string;
960
+ };
961
+ };
962
+ requestBody?: {
963
+ content: {
964
+ "application/json": components["schemas"]["WishListUpdateDto"];
965
+ "application/xml": components["schemas"]["WishListUpdateDto"];
966
+ };
967
+ };
968
+ responses: {
969
+ /** @description OK */
970
+ 200: {
971
+ content: {
972
+ "application/json": components["schemas"]["EmptyEnvelope"];
973
+ "application/xml": components["schemas"]["EmptyEnvelope"];
974
+ };
975
+ };
976
+ /** @description Unauthorized */
977
+ 401: {
978
+ content: {
979
+ "application/json": components["schemas"]["ErrorEnvelope"];
980
+ "application/xml": components["schemas"]["ErrorEnvelope"];
981
+ };
982
+ };
983
+ /** @description Not Found */
984
+ 404: {
985
+ content: {
986
+ "application/json": components["schemas"]["ErrorEnvelope"];
987
+ "application/xml": components["schemas"]["ErrorEnvelope"];
988
+ };
989
+ };
990
+ };
991
+ };
992
+ delete: {
993
+ parameters: {
994
+ query?: {
995
+ "api-version"?: string;
996
+ };
997
+ path: {
998
+ cartId: string;
999
+ wishListId: string;
1000
+ };
1001
+ };
1002
+ responses: {
1003
+ /** @description OK */
1004
+ 200: {
1005
+ content: {
1006
+ "application/json": components["schemas"]["EmptyEnvelope"];
1007
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1008
+ };
1009
+ };
1010
+ /** @description Unauthorized */
1011
+ 401: {
1012
+ content: {
1013
+ "application/json": components["schemas"]["ErrorEnvelope"];
1014
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1015
+ };
1016
+ };
1017
+ /** @description Not Found */
1018
+ 404: {
1019
+ content: {
1020
+ "application/json": components["schemas"]["ErrorEnvelope"];
1021
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1022
+ };
1023
+ };
1024
+ };
1025
+ };
1026
+ };
1027
+ "/api/v2/CartService/Carts/{cartId}/WishLists/{wishListId}/Records": {
1028
+ get: {
1029
+ parameters: {
1030
+ query?: {
1031
+ "api-version"?: string;
1032
+ };
1033
+ path: {
1034
+ cartId: string;
1035
+ wishListId: string;
1036
+ };
1037
+ };
1038
+ responses: {
1039
+ /** @description OK */
1040
+ 200: {
1041
+ content: {
1042
+ "application/json": components["schemas"]["WishListItemRecordDto"][];
1043
+ "application/xml": components["schemas"]["WishListItemRecordDto"][];
1044
+ };
1045
+ };
1046
+ /** @description Unauthorized */
1047
+ 401: {
1048
+ content: {
1049
+ "application/json": components["schemas"]["ErrorEnvelope"];
1050
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1051
+ };
1052
+ };
1053
+ /** @description Not Found */
1054
+ 404: {
1055
+ content: {
1056
+ "application/json": components["schemas"]["ErrorEnvelope"];
1057
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1058
+ };
1059
+ };
1060
+ };
1061
+ };
1062
+ post: {
1063
+ parameters: {
1064
+ query?: {
1065
+ "api-version"?: string;
1066
+ };
1067
+ path: {
1068
+ cartId: string;
1069
+ wishListId: string;
1070
+ };
1071
+ };
1072
+ requestBody?: {
1073
+ content: {
1074
+ "application/json": components["schemas"]["ProductToWishListRequest"];
1075
+ "application/xml": components["schemas"]["ProductToWishListRequest"];
1076
+ };
1077
+ };
1078
+ responses: {
1079
+ /** @description OK */
1080
+ 200: {
1081
+ content: {
1082
+ "application/json": components["schemas"]["EmptyEnvelope"];
1083
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1084
+ };
1085
+ };
1086
+ /** @description Unauthorized */
1087
+ 401: {
1088
+ content: {
1089
+ "application/json": components["schemas"]["ErrorEnvelope"];
1090
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1091
+ };
1092
+ };
1093
+ /** @description Not Found */
1094
+ 404: {
1095
+ content: {
1096
+ "application/json": components["schemas"]["ErrorEnvelope"];
1097
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1098
+ };
1099
+ };
1100
+ };
1101
+ };
1102
+ };
1103
+ "/api/v2/CartService/Carts/{cartId}/WishLists/{wishListId}/Records/{recordId}": {
1104
+ get: {
1105
+ parameters: {
1106
+ query?: {
1107
+ "api-version"?: string;
1108
+ };
1109
+ path: {
1110
+ cartId: string;
1111
+ wishListId: string;
1112
+ recordId: string;
1113
+ };
1114
+ };
1115
+ responses: {
1116
+ /** @description OK */
1117
+ 200: {
1118
+ content: {
1119
+ "application/json": components["schemas"]["WishListItemRecordDto"][];
1120
+ "application/xml": components["schemas"]["WishListItemRecordDto"][];
1121
+ };
1122
+ };
1123
+ };
1124
+ };
1125
+ delete: {
1126
+ parameters: {
1127
+ query?: {
1128
+ "api-version"?: string;
1129
+ };
1130
+ path: {
1131
+ cartId: string;
1132
+ wishListId: string;
1133
+ recordId: string;
1134
+ };
1135
+ };
1136
+ responses: {
1137
+ /** @description OK */
1138
+ 200: {
1139
+ content: {
1140
+ "application/json": components["schemas"]["EmptyEnvelope"];
1141
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1142
+ };
1143
+ };
1144
+ /** @description Unauthorized */
1145
+ 401: {
1146
+ content: {
1147
+ "application/json": components["schemas"]["ErrorEnvelope"];
1148
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1149
+ };
1150
+ };
1151
+ /** @description Not Found */
1152
+ 404: {
1153
+ content: {
1154
+ "application/json": components["schemas"]["ErrorEnvelope"];
1155
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1156
+ };
1157
+ };
1158
+ };
1159
+ };
1160
+ };
1161
+ "/api/v2/CartService/Carts/{cartId}/Compare": {
1162
+ get: {
1163
+ parameters: {
1164
+ query?: {
1165
+ "api-version"?: string;
1166
+ };
1167
+ path: {
1168
+ cartId: string;
1169
+ };
1170
+ };
1171
+ responses: {
1172
+ /** @description OK */
1173
+ 200: {
1174
+ content: {
1175
+ "application/json": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
1176
+ "application/xml": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
1177
+ };
1178
+ };
1179
+ /** @description Unauthorized */
1180
+ 401: {
1181
+ content: {
1182
+ "application/json": components["schemas"]["ErrorEnvelope"];
1183
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1184
+ };
1185
+ };
1186
+ /** @description Not Found */
1187
+ 404: {
1188
+ content: {
1189
+ "application/json": components["schemas"]["ErrorEnvelope"];
1190
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1191
+ };
1192
+ };
1193
+ };
1194
+ };
1195
+ };
1196
+ "/api/v2/CartService/Carts/{cartId}/Compare/{itemId}": {
1197
+ get: {
1198
+ parameters: {
1199
+ query?: {
1200
+ "api-version"?: string;
1201
+ };
1202
+ path: {
1203
+ cartId: string;
1204
+ itemId: string;
1205
+ };
1206
+ };
1207
+ responses: {
1208
+ /** @description OK */
1209
+ 200: {
1210
+ content: {
1211
+ "application/json": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
1212
+ "application/xml": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
1213
+ };
1214
+ };
1215
+ /** @description Unauthorized */
1216
+ 401: {
1217
+ content: {
1218
+ "application/json": components["schemas"]["ErrorEnvelope"];
1219
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1220
+ };
1221
+ };
1222
+ /** @description Not Found */
1223
+ 404: {
1224
+ content: {
1225
+ "application/json": components["schemas"]["ErrorEnvelope"];
1226
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1227
+ };
1228
+ };
1229
+ };
1230
+ };
1231
+ post: {
1232
+ parameters: {
1233
+ query?: {
1234
+ "api-version"?: string;
1235
+ };
1236
+ path: {
1237
+ cartId: string;
1238
+ itemId: string;
1239
+ };
1240
+ };
1241
+ responses: {
1242
+ /** @description OK */
125
1243
  200: {
126
1244
  content: {
127
- "application/json": components["schemas"]["CartDtoEnvelope"];
128
- "application/xml": components["schemas"]["CartDtoEnvelope"];
1245
+ "application/json": components["schemas"]["ItemCartRecordDto"];
1246
+ "application/xml": components["schemas"]["ItemCartRecordDto"];
129
1247
  };
130
1248
  };
131
1249
  /** @description Unauthorized */
@@ -135,8 +1253,8 @@ export interface paths {
135
1253
  "application/xml": components["schemas"]["ErrorEnvelope"];
136
1254
  };
137
1255
  };
138
- /** @description Forbidden */
139
- 403: {
1256
+ /** @description Not Found */
1257
+ 404: {
140
1258
  content: {
141
1259
  "application/json": components["schemas"]["ErrorEnvelope"];
142
1260
  "application/xml": components["schemas"]["ErrorEnvelope"];
@@ -144,20 +1262,22 @@ export interface paths {
144
1262
  };
145
1263
  };
146
1264
  };
147
- };
148
- "/api/v2/CartService/Carts/UserCart": {
149
- get: {
1265
+ delete: {
150
1266
  parameters: {
151
1267
  query?: {
152
1268
  "api-version"?: string;
153
1269
  };
1270
+ path: {
1271
+ cartId: string;
1272
+ itemId: string;
1273
+ };
154
1274
  };
155
1275
  responses: {
156
- /** @description Success */
1276
+ /** @description OK */
157
1277
  200: {
158
1278
  content: {
159
- "application/json": components["schemas"]["CartDtoEnvelope"];
160
- "application/xml": components["schemas"]["CartDtoEnvelope"];
1279
+ "application/json": components["schemas"]["ItemToCompareCartRecordDto"];
1280
+ "application/xml": components["schemas"]["ItemToCompareCartRecordDto"];
161
1281
  };
162
1282
  };
163
1283
  /** @description Unauthorized */
@@ -167,25 +1287,33 @@ export interface paths {
167
1287
  "application/xml": components["schemas"]["ErrorEnvelope"];
168
1288
  };
169
1289
  };
1290
+ /** @description Not Found */
1291
+ 404: {
1292
+ content: {
1293
+ "application/json": components["schemas"]["ErrorEnvelope"];
1294
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1295
+ };
1296
+ };
170
1297
  };
171
1298
  };
172
1299
  };
173
- "/api/v2/CartService/Carts/BusinessCart/{tenantId}": {
1300
+ "/api/v2/CartService/Carts/{cartId}/Compare/Contains/{itemId}": {
174
1301
  get: {
175
1302
  parameters: {
176
1303
  query?: {
177
1304
  "api-version"?: string;
178
1305
  };
179
1306
  path: {
180
- tenantId: string;
1307
+ cartId: string;
1308
+ itemId: string;
181
1309
  };
182
1310
  };
183
1311
  responses: {
184
- /** @description Success */
1312
+ /** @description OK */
185
1313
  200: {
186
1314
  content: {
187
- "application/json": components["schemas"]["CartDtoEnvelope"];
188
- "application/xml": components["schemas"]["CartDtoEnvelope"];
1315
+ "application/json": components["schemas"]["BooleanEnvelope"];
1316
+ "application/xml": components["schemas"]["BooleanEnvelope"];
189
1317
  };
190
1318
  };
191
1319
  /** @description Unauthorized */
@@ -195,8 +1323,8 @@ export interface paths {
195
1323
  "application/xml": components["schemas"]["ErrorEnvelope"];
196
1324
  };
197
1325
  };
198
- /** @description Forbidden */
199
- 403: {
1326
+ /** @description Not Found */
1327
+ 404: {
200
1328
  content: {
201
1329
  "application/json": components["schemas"]["ErrorEnvelope"];
202
1330
  "application/xml": components["schemas"]["ErrorEnvelope"];
@@ -205,48 +1333,6 @@ export interface paths {
205
1333
  };
206
1334
  };
207
1335
  };
208
- "/api/v2/CartService/Carts/SetCurrency": {
209
- post: {
210
- parameters: {
211
- query?: {
212
- "api-version"?: string;
213
- };
214
- };
215
- requestBody?: {
216
- content: {
217
- "application/json": components["schemas"]["CurrencySwitchRequest"];
218
- "application/xml": components["schemas"]["CurrencySwitchRequest"];
219
- };
220
- };
221
- responses: {
222
- /** @description Success */
223
- 200: {
224
- content: never;
225
- };
226
- };
227
- };
228
- };
229
- "/api/v2/CartService/Carts/SetCountry": {
230
- post: {
231
- parameters: {
232
- query?: {
233
- "api-version"?: string;
234
- };
235
- };
236
- requestBody?: {
237
- content: {
238
- "application/json": components["schemas"]["CountrySwitchRequest"];
239
- "application/xml": components["schemas"]["CountrySwitchRequest"];
240
- };
241
- };
242
- responses: {
243
- /** @description Success */
244
- 200: {
245
- content: never;
246
- };
247
- };
248
- };
249
- };
250
1336
  "/api/v2/CartService/Compare/{cartId}": {
251
1337
  get: {
252
1338
  parameters: {
@@ -258,7 +1344,7 @@ export interface paths {
258
1344
  };
259
1345
  };
260
1346
  responses: {
261
- /** @description Success */
1347
+ /** @description OK */
262
1348
  200: {
263
1349
  content: {
264
1350
  "application/json": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
@@ -293,7 +1379,7 @@ export interface paths {
293
1379
  };
294
1380
  };
295
1381
  responses: {
296
- /** @description Success */
1382
+ /** @description OK */
297
1383
  200: {
298
1384
  content: {
299
1385
  "application/json": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
@@ -324,7 +1410,7 @@ export interface paths {
324
1410
  };
325
1411
  };
326
1412
  responses: {
327
- /** @description Success */
1413
+ /** @description OK */
328
1414
  200: {
329
1415
  content: {
330
1416
  "application/json": components["schemas"]["ItemCartRecordDto"];
@@ -352,7 +1438,7 @@ export interface paths {
352
1438
  };
353
1439
  };
354
1440
  responses: {
355
- /** @description Success */
1441
+ /** @description OK */
356
1442
  200: {
357
1443
  content: {
358
1444
  "application/json": components["schemas"]["ItemToCompareCartRecordDto"];
@@ -380,7 +1466,7 @@ export interface paths {
380
1466
  };
381
1467
  };
382
1468
  responses: {
383
- /** @description Success */
1469
+ /** @description OK */
384
1470
  200: {
385
1471
  content: {
386
1472
  "application/json": components["schemas"]["EmptyEnvelope"];
@@ -415,7 +1501,7 @@ export interface paths {
415
1501
  };
416
1502
  };
417
1503
  responses: {
418
- /** @description Success */
1504
+ /** @description OK */
419
1505
  200: {
420
1506
  content: {
421
1507
  "application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
@@ -453,7 +1539,7 @@ export interface paths {
453
1539
  };
454
1540
  };
455
1541
  responses: {
456
- /** @description Success */
1542
+ /** @description OK */
457
1543
  200: {
458
1544
  content: {
459
1545
  "application/json": components["schemas"]["EmptyEnvelope"];
@@ -485,7 +1571,7 @@ export interface paths {
485
1571
  };
486
1572
  };
487
1573
  responses: {
488
- /** @description Success */
1574
+ /** @description OK */
489
1575
  200: {
490
1576
  content: {
491
1577
  "application/json": components["schemas"]["EmptyEnvelope"];
@@ -519,7 +1605,7 @@ export interface paths {
519
1605
  };
520
1606
  };
521
1607
  responses: {
522
- /** @description Success */
1608
+ /** @description OK */
523
1609
  200: {
524
1610
  content: {
525
1611
  "application/json": components["schemas"]["BooleanEnvelope"];
@@ -552,7 +1638,7 @@ export interface paths {
552
1638
  };
553
1639
  };
554
1640
  responses: {
555
- /** @description Success */
1641
+ /** @description OK */
556
1642
  200: {
557
1643
  content: {
558
1644
  "application/json": components["schemas"]["EmptyEnvelope"];
@@ -587,7 +1673,7 @@ export interface paths {
587
1673
  };
588
1674
  };
589
1675
  responses: {
590
- /** @description Success */
1676
+ /** @description OK */
591
1677
  200: {
592
1678
  content: {
593
1679
  "application/json": components["schemas"]["EmptyEnvelope"];
@@ -628,7 +1714,7 @@ export interface paths {
628
1714
  };
629
1715
  };
630
1716
  responses: {
631
- /** @description Success */
1717
+ /** @description OK */
632
1718
  200: {
633
1719
  content: {
634
1720
  "application/json": components["schemas"]["EmptyEnvelope"];
@@ -661,7 +1747,79 @@ export interface paths {
661
1747
  };
662
1748
  };
663
1749
  responses: {
664
- /** @description Success */
1750
+ /** @description OK */
1751
+ 200: {
1752
+ content: {
1753
+ "application/json": components["schemas"]["EmptyEnvelope"];
1754
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1755
+ };
1756
+ };
1757
+ /** @description Unauthorized */
1758
+ 401: {
1759
+ content: {
1760
+ "application/json": components["schemas"]["ErrorEnvelope"];
1761
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1762
+ };
1763
+ };
1764
+ /** @description Not Found */
1765
+ 404: {
1766
+ content: {
1767
+ "application/json": components["schemas"]["ErrorEnvelope"];
1768
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1769
+ };
1770
+ };
1771
+ };
1772
+ };
1773
+ };
1774
+ "/api/v2/CartService/Records/{recordId}/Increase": {
1775
+ put: {
1776
+ parameters: {
1777
+ query?: {
1778
+ quantity?: number;
1779
+ "api-version"?: string;
1780
+ };
1781
+ path: {
1782
+ recordId: string;
1783
+ };
1784
+ };
1785
+ responses: {
1786
+ /** @description OK */
1787
+ 200: {
1788
+ content: {
1789
+ "application/json": components["schemas"]["EmptyEnvelope"];
1790
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1791
+ };
1792
+ };
1793
+ /** @description Unauthorized */
1794
+ 401: {
1795
+ content: {
1796
+ "application/json": components["schemas"]["ErrorEnvelope"];
1797
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1798
+ };
1799
+ };
1800
+ /** @description Not Found */
1801
+ 404: {
1802
+ content: {
1803
+ "application/json": components["schemas"]["ErrorEnvelope"];
1804
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1805
+ };
1806
+ };
1807
+ };
1808
+ };
1809
+ };
1810
+ "/api/v2/CartService/Records/{recordId}/Decrease": {
1811
+ put: {
1812
+ parameters: {
1813
+ query?: {
1814
+ quantity?: number;
1815
+ "api-version"?: string;
1816
+ };
1817
+ path: {
1818
+ recordId: string;
1819
+ };
1820
+ };
1821
+ responses: {
1822
+ /** @description OK */
665
1823
  200: {
666
1824
  content: {
667
1825
  "application/json": components["schemas"]["EmptyEnvelope"];
@@ -685,6 +1843,62 @@ export interface paths {
685
1843
  };
686
1844
  };
687
1845
  };
1846
+ "/api/v2/CartService/WishLists/Contains": {
1847
+ get: {
1848
+ parameters: {
1849
+ query?: {
1850
+ cartId?: string;
1851
+ productId?: string;
1852
+ "api-version"?: string;
1853
+ };
1854
+ };
1855
+ responses: {
1856
+ /** @description OK */
1857
+ 200: {
1858
+ content: {
1859
+ "application/json": components["schemas"]["BooleanEnvelope"];
1860
+ "application/xml": components["schemas"]["BooleanEnvelope"];
1861
+ };
1862
+ };
1863
+ };
1864
+ };
1865
+ };
1866
+ "/api/v2/CartService/WishLists/Exists": {
1867
+ get: {
1868
+ parameters: {
1869
+ query?: {
1870
+ wishListId?: string;
1871
+ "api-version"?: string;
1872
+ };
1873
+ };
1874
+ responses: {
1875
+ /** @description OK */
1876
+ 200: {
1877
+ content: {
1878
+ "application/json": components["schemas"]["BooleanEnvelope"];
1879
+ "application/xml": components["schemas"]["BooleanEnvelope"];
1880
+ };
1881
+ };
1882
+ };
1883
+ };
1884
+ head: {
1885
+ parameters: {
1886
+ query?: {
1887
+ wishListId?: string;
1888
+ "api-version"?: string;
1889
+ };
1890
+ };
1891
+ responses: {
1892
+ /** @description OK */
1893
+ 200: {
1894
+ content: {
1895
+ "application/json": components["schemas"]["EmptyEnvelope"];
1896
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1897
+ };
1898
+ };
1899
+ };
1900
+ };
1901
+ };
688
1902
  "/api/v2/CartService/WishLists": {
689
1903
  post: {
690
1904
  parameters: {
@@ -699,7 +1913,7 @@ export interface paths {
699
1913
  };
700
1914
  };
701
1915
  responses: {
702
- /** @description Success */
1916
+ /** @description OK */
703
1917
  200: {
704
1918
  content: {
705
1919
  "application/json": components["schemas"]["EmptyEnvelope"];
@@ -726,7 +1940,7 @@ export interface paths {
726
1940
  };
727
1941
  };
728
1942
  responses: {
729
- /** @description Success */
1943
+ /** @description OK */
730
1944
  200: {
731
1945
  content: {
732
1946
  "application/json": components["schemas"]["EmptyEnvelope"];
@@ -741,11 +1955,11 @@ export interface paths {
741
1955
  "api-version"?: string;
742
1956
  };
743
1957
  path: {
744
- wishListID: string;
1958
+ wishListId: string;
745
1959
  };
746
1960
  };
747
1961
  responses: {
748
- /** @description Success */
1962
+ /** @description OK */
749
1963
  200: {
750
1964
  content: {
751
1965
  "application/json": components["schemas"]["EmptyEnvelope"];
@@ -766,7 +1980,7 @@ export interface paths {
766
1980
  };
767
1981
  };
768
1982
  responses: {
769
- /** @description Success */
1983
+ /** @description OK */
770
1984
  200: {
771
1985
  content: {
772
1986
  "application/json": components["schemas"]["WishListDto"][];
@@ -787,7 +2001,7 @@ export interface paths {
787
2001
  };
788
2002
  };
789
2003
  responses: {
790
- /** @description Success */
2004
+ /** @description OK */
791
2005
  200: {
792
2006
  content: {
793
2007
  "application/json": components["schemas"]["WishListItemRecordDto"][];
@@ -808,7 +2022,7 @@ export interface paths {
808
2022
  };
809
2023
  };
810
2024
  responses: {
811
- /** @description Success */
2025
+ /** @description OK */
812
2026
  200: {
813
2027
  content: {
814
2028
  "application/json": components["schemas"]["WishListDto"];
@@ -832,7 +2046,7 @@ export interface paths {
832
2046
  };
833
2047
  };
834
2048
  responses: {
835
- /** @description Success */
2049
+ /** @description OK */
836
2050
  200: {
837
2051
  content: {
838
2052
  "application/json": components["schemas"]["EmptyEnvelope"];
@@ -853,7 +2067,7 @@ export interface paths {
853
2067
  };
854
2068
  };
855
2069
  responses: {
856
- /** @description Success */
2070
+ /** @description OK */
857
2071
  200: {
858
2072
  content: never;
859
2073
  };
@@ -912,10 +2126,45 @@ export interface components {
912
2126
  currencyID?: string | null;
913
2127
  countryID?: string | null;
914
2128
  };
2129
+ CountryDto: {
2130
+ id?: string | null;
2131
+ /** Format: date-time */
2132
+ timestamp?: string | null;
2133
+ iso3?: string | null;
2134
+ iso2?: string | null;
2135
+ name?: string | null;
2136
+ nativeName?: string | null;
2137
+ flagUrl?: string | null;
2138
+ };
2139
+ CountryDtoEnvelope: {
2140
+ errorMessage?: string | null;
2141
+ isSuccess?: boolean;
2142
+ /** Format: date-time */
2143
+ timestamp?: string;
2144
+ activityId?: string | null;
2145
+ correlationId?: string | null;
2146
+ result?: components["schemas"]["CountryDto"];
2147
+ };
915
2148
  CountrySwitchRequest: {
916
2149
  cartID?: string | null;
917
2150
  countryID?: string | null;
918
2151
  };
2152
+ CurrencyDto: {
2153
+ id?: string | null;
2154
+ code?: string | null;
2155
+ name?: string | null;
2156
+ symbol?: string | null;
2157
+ country?: components["schemas"]["CountryDto"];
2158
+ };
2159
+ CurrencyDtoEnvelope: {
2160
+ errorMessage?: string | null;
2161
+ isSuccess?: boolean;
2162
+ /** Format: date-time */
2163
+ timestamp?: string;
2164
+ activityId?: string | null;
2165
+ correlationId?: string | null;
2166
+ result?: components["schemas"]["CurrencyDto"];
2167
+ };
919
2168
  CurrencySwitchRequest: {
920
2169
  cartID?: string | null;
921
2170
  currencyID?: string | null;
@@ -936,7 +2185,8 @@ export interface components {
936
2185
  correlationId?: string | null;
937
2186
  };
938
2187
  ItemCartRecordCreateDto: {
939
- id?: string | null;
2188
+ /** Format: uuid */
2189
+ id?: string;
940
2190
  /** Format: date-time */
941
2191
  timestamp?: string;
942
2192
  cartId?: string | null;
@@ -946,15 +2196,19 @@ export interface components {
946
2196
  };
947
2197
  ItemCartRecordDto: {
948
2198
  id?: string | null;
2199
+ /** Format: date-time */
2200
+ timestamp?: string | null;
949
2201
  closed?: boolean;
950
2202
  itemId?: string | null;
2203
+ itemTitle?: string | null;
2204
+ itemShortDescription?: string | null;
2205
+ itemPrimaryImageUrl?: string | null;
2206
+ shippingPolicyId?: string | null;
951
2207
  businessId?: string | null;
952
2208
  currencyId?: string | null;
953
2209
  description?: string | null;
954
2210
  /** Format: double */
955
2211
  quantity?: number;
956
- /** Format: date-time */
957
- timestamp?: string;
958
2212
  free?: boolean;
959
2213
  freeReason?: string | null;
960
2214
  freeReasonCode?: string | null;
@@ -1063,11 +2317,8 @@ export interface components {
1063
2317
  businessProfileRecordId?: string | null;
1064
2318
  parentBillingItemRecordId?: string | null;
1065
2319
  cartId?: string | null;
1066
- productId?: string | null;
1067
- itemShortDescription?: string | null;
1068
- itemTitle?: string | null;
1069
- itemPrimaryImageUrl?: string | null;
1070
- shippingPolicyId?: string | null;
2320
+ itemID?: string | null;
2321
+ shippingAddressID?: string | null;
1071
2322
  };
1072
2323
  ItemCartRecordDtoEnvelope: {
1073
2324
  errorMessage?: string | null;
@@ -1099,7 +2350,7 @@ export interface components {
1099
2350
  /** Format: date-time */
1100
2351
  timestamp?: string | null;
1101
2352
  cartId?: string | null;
1102
- productId?: string | null;
2353
+ itemId?: string | null;
1103
2354
  };
1104
2355
  ItemToCompareCartRecordDtoEnvelope: {
1105
2356
  errorMessage?: string | null;
@@ -1127,8 +2378,8 @@ export interface components {
1127
2378
  public?: boolean;
1128
2379
  };
1129
2380
  ProductToWishListRequest: {
1130
- wishListID?: string | null;
1131
- productID?: string | null;
2381
+ wishListId?: string | null;
2382
+ productId?: string | null;
1132
2383
  };
1133
2384
  WishListDto: {
1134
2385
  /** Format: date-time */
@@ -1139,6 +2390,15 @@ export interface components {
1139
2390
  cartId?: string | null;
1140
2391
  public?: boolean;
1141
2392
  };
2393
+ WishListDtoEnvelope: {
2394
+ errorMessage?: string | null;
2395
+ isSuccess?: boolean;
2396
+ /** Format: date-time */
2397
+ timestamp?: string;
2398
+ activityId?: string | null;
2399
+ correlationId?: string | null;
2400
+ result?: components["schemas"]["WishListDto"];
2401
+ };
1142
2402
  WishListItemRecordDto: {
1143
2403
  id?: string | null;
1144
2404
  /** Format: date-time */
@@ -1163,4 +2423,40 @@ export type $defs = Record<string, never>;
1163
2423
 
1164
2424
  export type external = Record<string, never>;
1165
2425
 
1166
- export type operations = Record<string, never>;
2426
+ export interface operations {
2427
+
2428
+ SubmitCartAsync: {
2429
+ parameters: {
2430
+ query?: {
2431
+ tenantId?: string;
2432
+ "api-version"?: string;
2433
+ };
2434
+ path: {
2435
+ cartId: string;
2436
+ };
2437
+ };
2438
+ responses: {
2439
+ /** @description OK */
2440
+ 200: {
2441
+ content: {
2442
+ "application/json": components["schemas"]["EmptyEnvelope"];
2443
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2444
+ };
2445
+ };
2446
+ /** @description Unauthorized */
2447
+ 401: {
2448
+ content: {
2449
+ "application/json": components["schemas"]["ErrorEnvelope"];
2450
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2451
+ };
2452
+ };
2453
+ /** @description Forbidden */
2454
+ 403: {
2455
+ content: {
2456
+ "application/json": components["schemas"]["ErrorEnvelope"];
2457
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2458
+ };
2459
+ };
2460
+ };
2461
+ };
2462
+ }