@fenixalliance/abs-api-client 1.0.1 → 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 (717) 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 +5 -0
  7. package/clients/cartService/core/ApiError.ts +25 -25
  8. package/clients/cartService/core/ApiRequestOptions.ts +17 -17
  9. package/clients/cartService/core/ApiResult.ts +11 -11
  10. package/clients/cartService/core/CancelablePromise.ts +131 -131
  11. package/clients/cartService/core/OpenAPI.ts +32 -32
  12. package/clients/cartService/core/request.ts +322 -322
  13. package/clients/cartService/index.ts +41 -52
  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 -17
  17. package/clients/cartService/models/CartDtoEnvelope.ts +14 -14
  18. package/clients/cartService/models/CartUpdateRequest.ts +9 -0
  19. package/clients/cartService/models/CountryDto.ts +14 -0
  20. package/clients/{tenantService/models/WalletDtoTaskEnvelope.ts → cartService/models/CountryDtoEnvelope.ts} +14 -14
  21. package/clients/cartService/models/CountrySwitchRequest.ts +9 -0
  22. package/clients/cartService/models/CurrencyDto.ts +13 -0
  23. package/clients/cartService/models/CurrencyDtoEnvelope.ts +14 -0
  24. package/clients/cartService/models/CurrencySwitchRequest.ts +9 -9
  25. package/clients/cartService/models/EmptyEnvelope.ts +11 -0
  26. package/clients/cartService/models/ErrorEnvelope.ts +12 -12
  27. package/clients/cartService/models/ItemCartRecordCreateDto.ts +12 -11
  28. package/clients/cartService/models/ItemCartRecordDto.ts +101 -98
  29. package/clients/cartService/models/ItemCartRecordDtoEnvelope.ts +14 -14
  30. package/clients/{catalogService/models/ItemTagDtoIReadOnlyCollectionEnvelope.ts → 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/{ItemToCompareCartRecordDtoIReadOnlyListEnvelope.ts → 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 -12
  38. package/clients/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 -103
  42. package/clients/cartService/services/CompareService.ts +90 -89
  43. package/clients/cartService/services/RecordsService.ts +259 -206
  44. package/clients/cartService/services/WishListsService.ts +197 -145
  45. package/clients/catalogService/core/ApiError.ts +25 -25
  46. package/clients/catalogService/core/ApiRequestOptions.ts +17 -17
  47. package/clients/catalogService/core/ApiResult.ts +11 -11
  48. package/clients/catalogService/core/CancelablePromise.ts +131 -131
  49. package/clients/catalogService/core/OpenAPI.ts +32 -32
  50. package/clients/catalogService/core/request.ts +322 -322
  51. package/clients/catalogService/index.ts +102 -124
  52. package/clients/catalogService/models/EmptyEnvelope.ts +11 -0
  53. package/clients/catalogService/models/ErrorEnvelope.ts +12 -12
  54. package/clients/catalogService/models/ItemAttachmentCreateDto.ts +21 -23
  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 -19
  59. package/clients/catalogService/models/ItemAttributeCreateDto.ts +12 -11
  60. package/clients/catalogService/models/ItemAttributeDto.ts +12 -12
  61. package/clients/catalogService/models/ItemAttributeDtoEnvelope.ts +14 -14
  62. package/clients/catalogService/models/{ItemAttributeDtoIReadOnlyCollectionEnvelope.ts → 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 -16
  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 -14
  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 -12
  78. package/clients/catalogService/models/ItemGoogleCategoryDtoEnvelope.ts +14 -14
  79. package/clients/catalogService/models/ItemGoogleCategoryDtoListEnvelope.ts +14 -14
  80. package/clients/catalogService/models/{ItemImagesCreateDto.ts → ItemImageCreateDto.ts} +28 -28
  81. package/clients/catalogService/models/ItemImageDto.ts +28 -29
  82. package/clients/catalogService/models/ItemImageDtoEnvelope.ts +14 -14
  83. package/clients/catalogService/models/ItemImageDtoListEnvelope.ts +14 -14
  84. package/clients/catalogService/models/{ItemImagesUpdateDto.ts → ItemImageUpdateDto.ts} +22 -25
  85. package/clients/catalogService/models/ItemQuestionCreateDto.ts +15 -14
  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 -0
  90. package/clients/catalogService/models/ItemQuestionUpdateDto.ts +10 -12
  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 -12
  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 -0
  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 -11
  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 -16
  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 -34
  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 -32
  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 -11
  128. package/clients/catalogService/models/StockItemDto.ts +146 -17
  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 -9
  132. package/clients/catalogService/services/ItemAttachmentsService.ts +138 -127
  133. package/clients/catalogService/services/ItemAttributesService.ts +137 -127
  134. package/clients/catalogService/services/ItemBrandsService.ts +137 -127
  135. package/clients/catalogService/services/ItemCategoriesService.ts +137 -127
  136. package/clients/catalogService/services/ItemImagesService.ts +137 -127
  137. package/clients/catalogService/services/ItemQuestionsService.ts +137 -127
  138. package/clients/catalogService/services/ItemReviewsService.ts +137 -127
  139. package/clients/catalogService/services/ItemTagsService.ts +137 -132
  140. package/clients/catalogService/services/ItemTypesService.ts +137 -127
  141. package/clients/catalogService/services/PoliciesService.ts +117 -117
  142. package/clients/catalogService/services/PricingRulesService.ts +135 -127
  143. package/clients/catalogService/services/ProductsService.ts +1711 -1743
  144. package/clients/{contactService → crmService}/core/ApiError.ts +25 -25
  145. package/clients/{contactService → crmService}/core/ApiRequestOptions.ts +17 -17
  146. package/clients/{contactService → crmService}/core/ApiResult.ts +11 -11
  147. package/clients/{contactService → crmService}/core/CancelablePromise.ts +131 -131
  148. package/clients/{contactService → crmService}/core/OpenAPI.ts +32 -32
  149. package/clients/{contactService → crmService}/core/request.ts +322 -322
  150. package/clients/crmService/index.ts +26 -0
  151. package/clients/crmService/models/CartDto.ts +18 -0
  152. package/clients/crmService/models/CartDtoEnvelope.ts +14 -0
  153. package/clients/crmService/models/ContactCreateDto.ts +35 -0
  154. package/clients/crmService/models/ContactDto.ts +60 -0
  155. package/clients/{contactService → crmService}/models/ContactDtoEnvelope.ts +14 -14
  156. package/clients/{contactService → crmService}/models/ContactDtoListEnvelope.ts +14 -14
  157. package/clients/crmService/models/ContactUpdateDto.ts +39 -0
  158. package/clients/crmService/models/EmptyEnvelope.ts +11 -0
  159. package/clients/{contactService → crmService}/models/ErrorEnvelope.ts +12 -12
  160. package/clients/crmService/models/Operation.ts +23 -0
  161. package/clients/crmService/models/SocialProfileDto.ts +39 -0
  162. package/clients/crmService/models/SocialProfileDtoEnvelope.ts +14 -0
  163. package/clients/crmService/models/WalletDto.ts +22 -0
  164. package/clients/crmService/models/WalletDtoEnvelope.ts +14 -0
  165. package/clients/crmService/services/ContactsService.ts +562 -0
  166. package/clients/crmService/services/SyncService.ts +97 -0
  167. package/clients/forexService/core/ApiError.ts +25 -25
  168. package/clients/forexService/core/ApiRequestOptions.ts +17 -17
  169. package/clients/forexService/core/ApiResult.ts +11 -11
  170. package/clients/forexService/core/CancelablePromise.ts +131 -131
  171. package/clients/forexService/core/OpenAPI.ts +32 -32
  172. package/clients/forexService/core/request.ts +322 -322
  173. package/clients/forexService/index.ts +21 -30
  174. package/clients/forexService/models/Currency.ts +9 -9
  175. package/clients/{cartService/models/Envelope.ts → forexService/models/ErrorEnvelope.ts} +12 -13
  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 -57
  183. package/clients/forexService/services/ExchangeVService.ts +65 -0
  184. package/clients/forexService/services/RatesService.ts +90 -36
  185. package/clients/holderService/core/ApiError.ts +25 -25
  186. package/clients/holderService/core/ApiRequestOptions.ts +17 -17
  187. package/clients/holderService/core/ApiResult.ts +11 -11
  188. package/clients/holderService/core/CancelablePromise.ts +131 -131
  189. package/clients/holderService/core/OpenAPI.ts +32 -32
  190. package/clients/holderService/core/request.ts +322 -322
  191. package/clients/holderService/index.ts +46 -31
  192. package/clients/holderService/models/AddressDto.ts +31 -0
  193. package/clients/holderService/models/AddressDtoListEnvelope.ts +14 -0
  194. package/clients/holderService/models/CartDto.ts +18 -0
  195. package/clients/holderService/models/CartDtoEnvelope.ts +14 -0
  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/{tenantService/models/BusinessDto.ts → holderService/models/ExtendedTenantDto.ts} +51 -53
  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 -0
  208. package/clients/holderService/models/NotificationDtoListEnvelope.ts +14 -0
  209. package/clients/holderService/models/Operation.ts +23 -0
  210. package/clients/holderService/models/{AccountHolderDto.ts → PlatformUserDto.ts} +70 -73
  211. package/clients/holderService/models/PlatformUserDtoEnvelope.ts +14 -0
  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 -0
  217. package/clients/holderService/models/SocialProfileDtoEnvelope.ts +14 -0
  218. package/clients/{identityService/models/BusinessDto.ts → holderService/models/TenantDto.ts} +45 -53
  219. package/clients/holderService/models/TenantDtoListEnvelope.ts +14 -0
  220. package/clients/holderService/models/TenantEnrolmentDto.ts +14 -0
  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/{catalogService/models/ItemBrandDtoIReadOnlyCollectionEnvelope.ts → holderService/models/TenantInvitationDtoListEnvelope.ts} +14 -14
  225. package/clients/holderService/models/WalletDto.ts +22 -0
  226. package/clients/holderService/models/WalletDtoEnvelope.ts +14 -0
  227. package/clients/holderService/services/HolderService.ts +356 -165
  228. package/clients/identityService/core/ApiError.ts +25 -25
  229. package/clients/identityService/core/ApiRequestOptions.ts +17 -17
  230. package/clients/identityService/core/ApiResult.ts +11 -11
  231. package/clients/identityService/core/CancelablePromise.ts +131 -131
  232. package/clients/identityService/core/OpenAPI.ts +32 -32
  233. package/clients/identityService/core/request.ts +322 -322
  234. package/clients/identityService/index.ts +40 -53
  235. package/clients/identityService/models/AccountHolderCreateDto.ts +40 -34
  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 -22
  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/{AccountHolderDto.ts → 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/{holderService/models/BusinessDto.ts → identityService/models/TenantDto.ts} +45 -53
  260. package/clients/identityService/services/ApplicationsService.ts +107 -107
  261. package/clients/identityService/services/CheckerService.ts +19 -19
  262. package/clients/identityService/services/OAuthService.ts +147 -147
  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 +25 -25
  266. package/clients/inventoryService/core/ApiRequestOptions.ts +17 -17
  267. package/clients/inventoryService/core/ApiResult.ts +11 -11
  268. package/clients/inventoryService/core/CancelablePromise.ts +131 -131
  269. package/clients/inventoryService/core/OpenAPI.ts +32 -32
  270. package/clients/inventoryService/core/request.ts +322 -322
  271. package/clients/inventoryService/index.ts +10 -24
  272. package/clients/inventoryService/services/InventoryService.ts +25 -25
  273. package/clients/invoicingService/core/ApiError.ts +25 -25
  274. package/clients/invoicingService/core/ApiRequestOptions.ts +17 -17
  275. package/clients/invoicingService/core/ApiResult.ts +11 -11
  276. package/clients/invoicingService/core/CancelablePromise.ts +131 -131
  277. package/clients/invoicingService/core/OpenAPI.ts +32 -32
  278. package/clients/invoicingService/core/request.ts +322 -322
  279. package/clients/invoicingService/index.ts +32 -28
  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 -0
  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 -0
  287. package/clients/invoicingService/models/InvoiceDto.ts +35 -13
  288. package/clients/invoicingService/models/InvoiceDtoEnvelope.ts +14 -0
  289. package/clients/invoicingService/models/InvoiceDtoListEnvelope.ts +14 -14
  290. package/clients/{cartService/models/ProductCartRecordDto.ts → invoicingService/models/InvoiceLineDto.ts} +99 -98
  291. package/clients/invoicingService/models/InvoiceLineDtoEnvelope.ts +14 -0
  292. package/clients/invoicingService/models/InvoiceLineDtoListEnvelope.ts +14 -0
  293. package/clients/invoicingService/models/InvoiceUpdateDto.ts +5 -0
  294. package/clients/invoicingService/models/ItemPriceCreateDto.ts +20 -0
  295. package/clients/invoicingService/models/ItemPriceUpdateDto.ts +14 -0
  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/invoicingService/models/TenantEnrolmentDto.ts +14 -0
  301. package/clients/invoicingService/services/InvoicesService.ts +465 -63
  302. package/clients/ordersService/core/ApiError.ts +25 -0
  303. package/clients/ordersService/core/ApiRequestOptions.ts +17 -0
  304. package/clients/ordersService/core/ApiResult.ts +11 -0
  305. package/clients/ordersService/core/CancelablePromise.ts +131 -0
  306. package/clients/ordersService/core/OpenAPI.ts +32 -0
  307. package/clients/ordersService/core/request.ts +322 -0
  308. package/clients/ordersService/index.ts +23 -0
  309. package/clients/ordersService/models/EmptyEnvelope.ts +11 -0
  310. package/clients/ordersService/models/ErrorEnvelope.ts +12 -0
  311. package/clients/ordersService/models/ItemPriceCreateDto.ts +20 -0
  312. package/clients/ordersService/models/ItemPriceUpdateDto.ts +14 -0
  313. package/clients/ordersService/models/OrderCreateDto.ts +16 -0
  314. package/clients/ordersService/models/OrderDto.ts +51 -0
  315. package/clients/ordersService/models/OrderDtoEnvelope.ts +14 -0
  316. package/clients/ordersService/models/OrderDtoListEnvelope.ts +14 -0
  317. package/clients/ordersService/models/OrderLineDto.ts +99 -0
  318. package/clients/ordersService/models/OrderLineDtoEnvelope.ts +14 -0
  319. package/clients/ordersService/models/OrderLineDtoListEnvelope.ts +14 -0
  320. package/clients/ordersService/models/OrderUpdateDto.ts +12 -0
  321. package/clients/ordersService/services/OrdersService.ts +299 -0
  322. package/clients/pricingService/core/ApiError.ts +25 -25
  323. package/clients/pricingService/core/ApiRequestOptions.ts +17 -17
  324. package/clients/pricingService/core/ApiResult.ts +11 -11
  325. package/clients/pricingService/core/CancelablePromise.ts +131 -131
  326. package/clients/pricingService/core/OpenAPI.ts +32 -32
  327. package/clients/pricingService/core/request.ts +322 -322
  328. package/clients/pricingService/index.ts +27 -29
  329. package/clients/pricingService/models/Currency.ts +9 -9
  330. package/clients/pricingService/models/EmptyEnvelope.ts +11 -0
  331. package/clients/pricingService/models/ErrorEnvelope.ts +12 -12
  332. package/clients/pricingService/models/ItemPriceCreateDto.ts +20 -0
  333. package/clients/pricingService/models/ItemPriceDto.ts +20 -0
  334. package/clients/pricingService/models/ItemPriceDtoEnvelope.ts +14 -0
  335. package/clients/pricingService/models/ItemPriceDtoListEnvelope.ts +14 -0
  336. package/clients/pricingService/models/ItemPriceUpdateDto.ts +14 -0
  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 -0
  340. package/clients/pricingService/models/PriceListDto.ts +17 -0
  341. package/clients/pricingService/models/PriceListDtoEnvelope.ts +14 -0
  342. package/clients/pricingService/models/PriceListDtoListEnvelope.ts +14 -0
  343. package/clients/pricingService/models/PriceListUpdateDto.ts +14 -0
  344. package/clients/pricingService/services/PriceListsService.ts +280 -34
  345. package/clients/pricingService/services/PricesService.ts +82 -82
  346. package/clients/systemService/core/ApiError.ts +25 -0
  347. package/clients/systemService/core/ApiRequestOptions.ts +17 -0
  348. package/clients/systemService/core/ApiResult.ts +11 -0
  349. package/clients/systemService/core/CancelablePromise.ts +131 -0
  350. package/clients/systemService/core/OpenAPI.ts +32 -0
  351. package/clients/systemService/core/request.ts +322 -0
  352. package/clients/systemService/index.ts +33 -0
  353. package/clients/systemService/models/BooleanEnvelope.ts +13 -0
  354. package/clients/systemService/models/ErrorEnvelope.ts +12 -0
  355. package/clients/systemService/models/GeneralValidationFailure.ts +9 -0
  356. package/clients/{catalogService/models/ItemAttachmentDtoIReadOnlyCollectionEnvelope.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 -0
  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 -0
  373. package/clients/systemService/services/LicensingService.ts +190 -0
  374. package/clients/systemService/services/MigrationsService.ts +44 -0
  375. package/clients/systemService/services/ModulesService.ts +51 -0
  376. package/clients/tenantService/core/ApiError.ts +25 -25
  377. package/clients/tenantService/core/ApiRequestOptions.ts +17 -17
  378. package/clients/tenantService/core/ApiResult.ts +11 -11
  379. package/clients/tenantService/core/CancelablePromise.ts +131 -131
  380. package/clients/tenantService/core/OpenAPI.ts +32 -32
  381. package/clients/tenantService/core/request.ts +322 -322
  382. package/clients/tenantService/index.ts +133 -62
  383. package/clients/tenantService/models/BooleanEnvelope.ts +13 -0
  384. package/clients/tenantService/models/CancellationToken.ts +11 -0
  385. package/clients/tenantService/models/CartDto.ts +18 -0
  386. package/clients/tenantService/models/CartDtoEnvelope.ts +14 -0
  387. package/clients/tenantService/models/EmptyEnvelope.ts +11 -0
  388. package/clients/tenantService/models/ErrorEnvelope.ts +12 -0
  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 -5
  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 -0
  396. package/clients/tenantService/models/PlatformUserDtoListEnvelope.ts +14 -0
  397. package/clients/tenantService/models/SafeWaitHandle.ts +9 -0
  398. package/clients/tenantService/models/SocialProfileDto.ts +39 -0
  399. package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +14 -0
  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/{catalogService/models/ItemCategoryDtoIReadOnlyCollectionEnvelope.ts → tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts} +14 -14
  407. package/clients/tenantService/models/{BusinessCreateDto.ts → TenantCreateDto.ts} +25 -24
  408. package/clients/tenantService/models/TenantDepartmentCreateDto.ts +16 -0
  409. package/clients/tenantService/models/TenantDepartmentDto.ts +16 -0
  410. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +14 -0
  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 -0
  414. package/clients/tenantService/models/TenantDtoEnvelope.ts +14 -0
  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/{catalogService/models/ItemImageDtoIReadOnlyCollectionEnvelope.ts → tenantService/models/TenantInvitationDtoListEnvelope.ts} +14 -14
  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/{catalogService/models/ItemPricePolicyDtoEnvelope.ts → tenantService/models/TenantTeamDtoIReadOnlyCollectionEnvelope.ts} +14 -14
  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/TenantTeamRecordDtoIReadOnlyCollectionEnvelope.ts +14 -0
  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/{cartService/models/WishListDtoIReadOnlyListEnvelope.ts → tenantService/models/TenantTypeDtoIReadOnlyCollectionEnvelope.ts} +14 -14
  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 -21
  487. package/clients/tenantService/models/WalletDtoEnvelope.ts +14 -0
  488. package/clients/tenantService/models/WebPortalDto.ts +19 -0
  489. package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +14 -0
  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 -354
  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 +25 -0
  507. package/clients/walletsService/core/ApiRequestOptions.ts +17 -0
  508. package/clients/walletsService/core/ApiResult.ts +11 -0
  509. package/clients/walletsService/core/CancelablePromise.ts +131 -0
  510. package/clients/walletsService/core/OpenAPI.ts +32 -0
  511. package/clients/walletsService/core/request.ts +322 -0
  512. package/clients/walletsService/index.ts +22 -0
  513. package/clients/walletsService/models/ErrorEnvelope.ts +12 -0
  514. package/clients/walletsService/models/InvoiceDto.ts +35 -0
  515. package/clients/{invoicingService/models/InvoiceDtoIReadOnlyListEnvelope.ts → walletsService/models/InvoiceDtoListEnvelope.ts} +14 -14
  516. package/clients/walletsService/models/LocationDto.ts +31 -0
  517. package/clients/walletsService/models/LocationDtoListEnvelope.ts +14 -0
  518. package/clients/walletsService/models/OrderDto.ts +51 -0
  519. package/clients/walletsService/models/OrderDtoListEnvelope.ts +14 -0
  520. package/clients/walletsService/models/PaymentDto.ts +17 -0
  521. package/clients/walletsService/models/PaymentDtoListEnvelope.ts +14 -0
  522. package/clients/walletsService/models/WalletDto.ts +22 -0
  523. package/clients/walletsService/models/WalletDtoEnvelope.ts +14 -0
  524. package/clients/walletsService/services/WalletsService.ts +194 -0
  525. package/package.json +40 -38
  526. package/schemas/cartService/schema.s.ts +2462 -1560
  527. package/schemas/catalogService/schema.s.ts +5989 -6109
  528. package/schemas/crmService/schema.s.ts +1268 -0
  529. package/schemas/forexService/schema.s.ts +365 -526
  530. package/schemas/holderService/schema.s.ts +1256 -831
  531. package/schemas/identityService/schema.s.ts +717 -1119
  532. package/schemas/inventoryService/schema.s.ts +43 -425
  533. package/schemas/invoicingService/schema.s.ts +1101 -521
  534. package/schemas/ordersService/schema.s.ts +632 -0
  535. package/schemas/pricingService/schema.s.ts +579 -549
  536. package/schemas/systemService/schema.s.ts +1305 -0
  537. package/schemas/tenantService/schema.s.ts +5698 -1606
  538. package/schemas/walletsService/schema.s.ts +542 -0
  539. package/tsconfig.json +110 -0
  540. package/vite.config.js +29 -0
  541. package/wwwroot/build/bundle.js +1 -0
  542. package/clients/cartService/models/AccessTokenResponse.ts +0 -11
  543. package/clients/cartService/models/Error.ts +0 -10
  544. package/clients/cartService/models/ForgotPasswordRequest.ts +0 -8
  545. package/clients/cartService/models/HttpValidationProblemDetails.ts +0 -5
  546. package/clients/cartService/models/InfoRequest.ts +0 -10
  547. package/clients/cartService/models/InfoResponse.ts +0 -9
  548. package/clients/cartService/models/LoginRequest.ts +0 -11
  549. package/clients/cartService/models/RefreshRequest.ts +0 -8
  550. package/clients/cartService/models/RegisterRequest.ts +0 -9
  551. package/clients/cartService/models/ResendConfirmationEmailRequest.ts +0 -8
  552. package/clients/cartService/models/ResetPasswordRequest.ts +0 -10
  553. package/clients/cartService/models/ResponseStatus.ts +0 -12
  554. package/clients/cartService/models/TwoFactorRequest.ts +0 -12
  555. package/clients/cartService/models/TwoFactorResponse.ts +0 -12
  556. package/clients/cartService/models/WishListItemRecordDtoIReadOnlyListEnvelope.ts +0 -14
  557. package/clients/cartService/services/FenixAllianceAbsWebService.ts +0 -293
  558. package/clients/catalogService/models/AccessTokenResponse.ts +0 -11
  559. package/clients/catalogService/models/ForgotPasswordRequest.ts +0 -8
  560. package/clients/catalogService/models/HttpValidationProblemDetails.ts +0 -5
  561. package/clients/catalogService/models/InfoRequest.ts +0 -10
  562. package/clients/catalogService/models/InfoResponse.ts +0 -9
  563. package/clients/catalogService/models/ItemPricePolicyDto.ts +0 -35
  564. package/clients/catalogService/models/ItemPricePolicyDtoListEnvelope.ts +0 -14
  565. package/clients/catalogService/models/ItemQuestionDtoIReadOnlyCollectionEnvelope.ts +0 -14
  566. package/clients/catalogService/models/ItemReviewDtoIReadOnlyCollectionEnvelope.ts +0 -14
  567. package/clients/catalogService/models/ItemTypeDtoIReadOnlyCollectionEnvelope.ts +0 -14
  568. package/clients/catalogService/models/LoginRequest.ts +0 -11
  569. package/clients/catalogService/models/PricingRuleDtoIReadOnlyCollectionEnvelope.ts +0 -14
  570. package/clients/catalogService/models/RefreshRequest.ts +0 -8
  571. package/clients/catalogService/models/RegisterRequest.ts +0 -9
  572. package/clients/catalogService/models/ResendConfirmationEmailRequest.ts +0 -8
  573. package/clients/catalogService/models/ResetPasswordRequest.ts +0 -10
  574. package/clients/catalogService/models/TwoFactorRequest.ts +0 -12
  575. package/clients/catalogService/models/TwoFactorResponse.ts +0 -12
  576. package/clients/catalogService/services/FenixAllianceAbsWebService.ts +0 -293
  577. package/clients/contactService/index.ts +0 -28
  578. package/clients/contactService/models/AccessTokenResponse.ts +0 -11
  579. package/clients/contactService/models/ContactDto.ts +0 -44
  580. package/clients/contactService/models/ForgotPasswordRequest.ts +0 -8
  581. package/clients/contactService/models/HttpValidationProblemDetails.ts +0 -5
  582. package/clients/contactService/models/InfoRequest.ts +0 -10
  583. package/clients/contactService/models/InfoResponse.ts +0 -9
  584. package/clients/contactService/models/LoginRequest.ts +0 -11
  585. package/clients/contactService/models/RefreshRequest.ts +0 -8
  586. package/clients/contactService/models/RegisterRequest.ts +0 -9
  587. package/clients/contactService/models/ResendConfirmationEmailRequest.ts +0 -8
  588. package/clients/contactService/models/ResetPasswordRequest.ts +0 -10
  589. package/clients/contactService/models/TwoFactorRequest.ts +0 -12
  590. package/clients/contactService/models/TwoFactorResponse.ts +0 -12
  591. package/clients/contactService/services/ContactsService.ts +0 -140
  592. package/clients/contactService/services/FenixAllianceAbsWebService.ts +0 -293
  593. package/clients/forexService/models/AccessTokenResponse.ts +0 -11
  594. package/clients/forexService/models/ForgotPasswordRequest.ts +0 -8
  595. package/clients/forexService/models/HttpValidationProblemDetails.ts +0 -5
  596. package/clients/forexService/models/InfoRequest.ts +0 -10
  597. package/clients/forexService/models/InfoResponse.ts +0 -9
  598. package/clients/forexService/models/LoginRequest.ts +0 -11
  599. package/clients/forexService/models/RefreshRequest.ts +0 -8
  600. package/clients/forexService/models/RegisterRequest.ts +0 -9
  601. package/clients/forexService/models/ResendConfirmationEmailRequest.ts +0 -8
  602. package/clients/forexService/models/ResetPasswordRequest.ts +0 -10
  603. package/clients/forexService/models/TwoFactorRequest.ts +0 -12
  604. package/clients/forexService/models/TwoFactorResponse.ts +0 -12
  605. package/clients/forexService/services/FenixAllianceAbsWebService.ts +0 -293
  606. package/clients/holderService/models/AccessTokenResponse.ts +0 -11
  607. package/clients/holderService/models/AccountHolderCreateDto.ts +0 -34
  608. package/clients/holderService/models/AccountHolderDtoEnvelope.ts +0 -14
  609. package/clients/holderService/models/BusinessEnrollmentDto.ts +0 -19
  610. package/clients/holderService/models/ForgotPasswordRequest.ts +0 -8
  611. package/clients/holderService/models/HttpValidationProblemDetails.ts +0 -5
  612. package/clients/holderService/models/InfoRequest.ts +0 -10
  613. package/clients/holderService/models/InfoResponse.ts +0 -9
  614. package/clients/holderService/models/LoginRequest.ts +0 -11
  615. package/clients/holderService/models/RefreshRequest.ts +0 -8
  616. package/clients/holderService/models/RegisterRequest.ts +0 -9
  617. package/clients/holderService/models/ResendConfirmationEmailRequest.ts +0 -8
  618. package/clients/holderService/models/ResetPasswordRequest.ts +0 -10
  619. package/clients/holderService/models/TwoFactorRequest.ts +0 -12
  620. package/clients/holderService/models/TwoFactorResponse.ts +0 -12
  621. package/clients/holderService/services/FenixAllianceAbsWebService.ts +0 -293
  622. package/clients/identityService/models/AccessTokenResponse.ts +0 -11
  623. package/clients/identityService/models/ForgotPasswordRequest.ts +0 -8
  624. package/clients/identityService/models/HttpValidationProblemDetails.ts +0 -5
  625. package/clients/identityService/models/InfoRequest.ts +0 -10
  626. package/clients/identityService/models/InfoResponse.ts +0 -9
  627. package/clients/identityService/models/LoginRequest.ts +0 -11
  628. package/clients/identityService/models/RefreshRequest.ts +0 -8
  629. package/clients/identityService/models/RegisterRequest.ts +0 -9
  630. package/clients/identityService/models/ResendConfirmationEmailRequest.ts +0 -8
  631. package/clients/identityService/models/ResetPasswordRequest.ts +0 -10
  632. package/clients/identityService/models/TwoFactorRequest.ts +0 -12
  633. package/clients/identityService/models/TwoFactorResponse.ts +0 -12
  634. package/clients/identityService/services/FenixAllianceAbsWebService.ts +0 -293
  635. package/clients/inventoryService/models/AccessTokenResponse.ts +0 -11
  636. package/clients/inventoryService/models/ForgotPasswordRequest.ts +0 -8
  637. package/clients/inventoryService/models/HttpValidationProblemDetails.ts +0 -5
  638. package/clients/inventoryService/models/InfoRequest.ts +0 -10
  639. package/clients/inventoryService/models/InfoResponse.ts +0 -9
  640. package/clients/inventoryService/models/LoginRequest.ts +0 -11
  641. package/clients/inventoryService/models/RefreshRequest.ts +0 -8
  642. package/clients/inventoryService/models/RegisterRequest.ts +0 -9
  643. package/clients/inventoryService/models/ResendConfirmationEmailRequest.ts +0 -8
  644. package/clients/inventoryService/models/ResetPasswordRequest.ts +0 -10
  645. package/clients/inventoryService/models/TwoFactorRequest.ts +0 -12
  646. package/clients/inventoryService/models/TwoFactorResponse.ts +0 -12
  647. package/clients/inventoryService/services/FenixAllianceAbsWebService.ts +0 -293
  648. package/clients/invoicingService/models/AccessTokenResponse.ts +0 -11
  649. package/clients/invoicingService/models/ForgotPasswordRequest.ts +0 -8
  650. package/clients/invoicingService/models/HttpValidationProblemDetails.ts +0 -5
  651. package/clients/invoicingService/models/InfoRequest.ts +0 -10
  652. package/clients/invoicingService/models/InfoResponse.ts +0 -9
  653. package/clients/invoicingService/models/LoginRequest.ts +0 -11
  654. package/clients/invoicingService/models/RefreshRequest.ts +0 -8
  655. package/clients/invoicingService/models/RegisterRequest.ts +0 -9
  656. package/clients/invoicingService/models/ResendConfirmationEmailRequest.ts +0 -8
  657. package/clients/invoicingService/models/ResetPasswordRequest.ts +0 -10
  658. package/clients/invoicingService/models/TwoFactorRequest.ts +0 -12
  659. package/clients/invoicingService/models/TwoFactorResponse.ts +0 -12
  660. package/clients/invoicingService/services/FenixAllianceAbsWebService.ts +0 -293
  661. package/clients/pricingService/models/AccessTokenResponse.ts +0 -11
  662. package/clients/pricingService/models/ForgotPasswordRequest.ts +0 -8
  663. package/clients/pricingService/models/HttpValidationProblemDetails.ts +0 -5
  664. package/clients/pricingService/models/InfoRequest.ts +0 -10
  665. package/clients/pricingService/models/InfoResponse.ts +0 -9
  666. package/clients/pricingService/models/LoginRequest.ts +0 -11
  667. package/clients/pricingService/models/RefreshRequest.ts +0 -8
  668. package/clients/pricingService/models/RegisterRequest.ts +0 -9
  669. package/clients/pricingService/models/ResendConfirmationEmailRequest.ts +0 -8
  670. package/clients/pricingService/models/ResetPasswordRequest.ts +0 -10
  671. package/clients/pricingService/models/TwoFactorRequest.ts +0 -12
  672. package/clients/pricingService/models/TwoFactorResponse.ts +0 -12
  673. package/clients/pricingService/services/FenixAllianceAbsWebService.ts +0 -293
  674. package/clients/tenantService/models/AccessTokenResponse.ts +0 -11
  675. package/clients/tenantService/models/AccountHolderCreateDto.ts +0 -34
  676. package/clients/tenantService/models/AggregateException.ts +0 -18
  677. package/clients/tenantService/models/Assembly.ts +0 -46
  678. package/clients/tenantService/models/BusinessEnrollmentDto.ts +0 -19
  679. package/clients/tenantService/models/BusinessEnrollmentDtoEnvelope.ts +0 -14
  680. package/clients/tenantService/models/BusinessEnrollmentDtoIReadOnlyListEnvelope.ts +0 -14
  681. package/clients/tenantService/models/ConstructorInfo.ts +0 -103
  682. package/clients/tenantService/models/CustomAttributeData.ts +0 -15
  683. package/clients/tenantService/models/CustomAttributeNamedArgument.ts +0 -13
  684. package/clients/tenantService/models/CustomAttributeTypedArgument.ts +0 -10
  685. package/clients/tenantService/models/Error.ts +0 -10
  686. package/clients/tenantService/models/EventInfo.ts +0 -44
  687. package/clients/tenantService/models/Exception.ts +0 -16
  688. package/clients/tenantService/models/FieldInfo.ts +0 -74
  689. package/clients/tenantService/models/ForgotPasswordRequest.ts +0 -8
  690. package/clients/tenantService/models/HttpValidationProblemDetails.ts +0 -5
  691. package/clients/tenantService/models/ICustomAttributeProvider.ts +0 -5
  692. package/clients/tenantService/models/InfoRequest.ts +0 -10
  693. package/clients/tenantService/models/InfoResponse.ts +0 -9
  694. package/clients/tenantService/models/LoginRequest.ts +0 -11
  695. package/clients/tenantService/models/MemberInfo.ts +0 -31
  696. package/clients/tenantService/models/MethodBase.ts +0 -103
  697. package/clients/tenantService/models/MethodInfo.ts +0 -108
  698. package/clients/tenantService/models/Module.ts +0 -19
  699. package/clients/tenantService/models/ModuleHandle.ts +0 -8
  700. package/clients/tenantService/models/ParameterInfo.ts +0 -40
  701. package/clients/tenantService/models/PropertyInfo.ts +0 -49
  702. package/clients/tenantService/models/RefreshRequest.ts +0 -8
  703. package/clients/tenantService/models/RegisterRequest.ts +0 -9
  704. package/clients/tenantService/models/ResendConfirmationEmailRequest.ts +0 -8
  705. package/clients/tenantService/models/ResetPasswordRequest.ts +0 -10
  706. package/clients/tenantService/models/ResponseStatus.ts +0 -12
  707. package/clients/tenantService/models/RuntimeFieldHandle.ts +0 -9
  708. package/clients/tenantService/models/RuntimeMethodHandle.ts +0 -9
  709. package/clients/tenantService/models/RuntimeTypeHandle.ts +0 -9
  710. package/clients/tenantService/models/StructLayoutAttribute.ts +0 -16
  711. package/clients/tenantService/models/TwoFactorRequest.ts +0 -12
  712. package/clients/tenantService/models/TwoFactorResponse.ts +0 -12
  713. package/clients/tenantService/models/Type.ts +0 -141
  714. package/clients/tenantService/models/TypeInfo.ts +0 -156
  715. package/clients/tenantService/models/WalletDtoTask.ts +0 -40
  716. package/clients/tenantService/services/FenixAllianceAbsWebService.ts +0 -293
  717. package/schemas/contactService/schema.s.ts +0 -674
@@ -1,1560 +1,2462 @@
1
- /**
2
- * This file was auto-generated by openapi-typescript.
3
- * Do not make direct changes to the file.
4
- */
5
-
6
-
7
- export interface paths {
8
- "/api/v2/CartService/Carts/{cartID}": {
9
- get: {
10
- parameters: {
11
- query?: {
12
- "api-version"?: string;
13
- };
14
- path: {
15
- cartId: string;
16
- };
17
- };
18
- responses: {
19
- /** @description Success */
20
- 200: {
21
- content: {
22
- "application/json": components["schemas"]["CartDto"];
23
- "application/xml": components["schemas"]["CartDto"];
24
- };
25
- };
26
- /** @description Unauthorized */
27
- 401: {
28
- content: {
29
- "application/json": components["schemas"]["ResponseStatus"];
30
- "application/xml": components["schemas"]["ResponseStatus"];
31
- };
32
- };
33
- };
34
- };
35
- };
36
- "/api/v2/CartService/Carts/ActingCart": {
37
- get: {
38
- parameters: {
39
- query?: {
40
- "api-version"?: string;
41
- };
42
- };
43
- responses: {
44
- /** @description Success */
45
- 200: {
46
- content: {
47
- "application/json": components["schemas"]["CartDtoEnvelope"];
48
- "application/xml": components["schemas"]["CartDtoEnvelope"];
49
- };
50
- };
51
- };
52
- };
53
- };
54
- "/api/v2/CartService/Carts/GuestCart": {
55
- get: {
56
- parameters: {
57
- query?: {
58
- "api-version"?: string;
59
- };
60
- };
61
- responses: {
62
- /** @description Success */
63
- 200: {
64
- content: {
65
- "application/json": components["schemas"]["CartDtoEnvelope"];
66
- "application/xml": components["schemas"]["CartDtoEnvelope"];
67
- };
68
- };
69
- /** @description Unauthorized */
70
- 401: {
71
- content: {
72
- "application/json": components["schemas"]["ErrorEnvelope"];
73
- "application/xml": components["schemas"]["ErrorEnvelope"];
74
- };
75
- };
76
- /** @description Forbidden */
77
- 403: {
78
- content: {
79
- "application/json": components["schemas"]["ErrorEnvelope"];
80
- "application/xml": components["schemas"]["ErrorEnvelope"];
81
- };
82
- };
83
- };
84
- };
85
- };
86
- "/api/v2/CartService/Carts/UserCart": {
87
- get: {
88
- parameters: {
89
- query?: {
90
- "api-version"?: string;
91
- };
92
- };
93
- responses: {
94
- /** @description Success */
95
- 200: {
96
- content: {
97
- "application/json": components["schemas"]["CartDtoEnvelope"];
98
- "application/xml": components["schemas"]["CartDtoEnvelope"];
99
- };
100
- };
101
- /** @description Unauthorized */
102
- 401: {
103
- content: {
104
- "application/json": components["schemas"]["ErrorEnvelope"];
105
- "application/xml": components["schemas"]["ErrorEnvelope"];
106
- };
107
- };
108
- };
109
- };
110
- };
111
- "/api/v2/CartService/Carts/BusinessCart/{businessId}": {
112
- get: {
113
- parameters: {
114
- query?: {
115
- "api-version"?: string;
116
- };
117
- path: {
118
- businessId: string;
119
- };
120
- };
121
- responses: {
122
- /** @description Success */
123
- 200: {
124
- content: {
125
- "application/json": components["schemas"]["CartDtoEnvelope"];
126
- "application/xml": components["schemas"]["CartDtoEnvelope"];
127
- };
128
- };
129
- /** @description Unauthorized */
130
- 401: {
131
- content: {
132
- "application/json": components["schemas"]["ErrorEnvelope"];
133
- "application/xml": components["schemas"]["ErrorEnvelope"];
134
- };
135
- };
136
- /** @description Forbidden */
137
- 403: {
138
- content: {
139
- "application/json": components["schemas"]["ErrorEnvelope"];
140
- "application/xml": components["schemas"]["ErrorEnvelope"];
141
- };
142
- };
143
- };
144
- };
145
- };
146
- "/api/v2/CartService/Carts/SetCurrency": {
147
- post: {
148
- parameters: {
149
- query?: {
150
- "api-version"?: string;
151
- };
152
- };
153
- requestBody?: {
154
- content: {
155
- "application/json": components["schemas"]["CurrencySwitchRequest"];
156
- "application/xml": components["schemas"]["CurrencySwitchRequest"];
157
- };
158
- };
159
- responses: {
160
- /** @description Success */
161
- 200: {
162
- content: never;
163
- };
164
- };
165
- };
166
- };
167
- "/api/v2/CartService/Compare/{cartId}": {
168
- get: {
169
- parameters: {
170
- query?: {
171
- "api-version"?: string;
172
- };
173
- path: {
174
- cartId: string;
175
- };
176
- };
177
- responses: {
178
- /** @description Success */
179
- 200: {
180
- content: {
181
- "application/json": components["schemas"]["ItemToCompareCartRecordDtoIReadOnlyListEnvelope"];
182
- "application/xml": components["schemas"]["ItemToCompareCartRecordDtoIReadOnlyListEnvelope"];
183
- };
184
- };
185
- /** @description Unauthorized */
186
- 401: {
187
- content: {
188
- "application/json": components["schemas"]["Envelope"];
189
- "application/xml": components["schemas"]["Envelope"];
190
- };
191
- };
192
- };
193
- };
194
- };
195
- "/api/v2/CartService/Compare/{recordId}/Details": {
196
- get: {
197
- parameters: {
198
- query?: {
199
- "api-version"?: string;
200
- };
201
- path: {
202
- recordId: string;
203
- };
204
- };
205
- responses: {
206
- /** @description Success */
207
- 200: {
208
- content: {
209
- "application/json": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
210
- "application/xml": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
211
- };
212
- };
213
- /** @description Unauthorized */
214
- 401: {
215
- content: {
216
- "application/json": components["schemas"]["Envelope"];
217
- "application/xml": components["schemas"]["Envelope"];
218
- };
219
- };
220
- };
221
- };
222
- };
223
- "/api/v2/CartService/Compare": {
224
- post: {
225
- parameters: {
226
- query?: {
227
- "api-version"?: string;
228
- };
229
- };
230
- requestBody?: {
231
- content: {
232
- "application/json": components["schemas"]["AddProductToCompareRequest"];
233
- "application/xml": components["schemas"]["AddProductToCompareRequest"];
234
- };
235
- };
236
- responses: {
237
- /** @description Success */
238
- 200: {
239
- content: {
240
- "application/json": components["schemas"]["ItemCartRecordDto"];
241
- "application/xml": components["schemas"]["ItemCartRecordDto"];
242
- };
243
- };
244
- /** @description Unauthorized */
245
- 401: {
246
- content: {
247
- "application/json": components["schemas"]["Envelope"];
248
- "application/xml": components["schemas"]["Envelope"];
249
- };
250
- };
251
- };
252
- };
253
- };
254
- "/api/v2/CartService/Compare/{recordId}": {
255
- delete: {
256
- parameters: {
257
- query?: {
258
- "api-version"?: string;
259
- };
260
- path: {
261
- recordId: string;
262
- };
263
- };
264
- responses: {
265
- /** @description Success */
266
- 200: {
267
- content: {
268
- "application/json": components["schemas"]["ItemToCompareCartRecordDto"];
269
- "application/xml": components["schemas"]["ItemToCompareCartRecordDto"];
270
- };
271
- };
272
- /** @description Unauthorized */
273
- 401: {
274
- content: {
275
- "application/json": components["schemas"]["Envelope"];
276
- "application/xml": components["schemas"]["Envelope"];
277
- };
278
- };
279
- };
280
- };
281
- };
282
- "/version": {
283
- get: {
284
- responses: {
285
- /** @description Success */
286
- 200: {
287
- content: never;
288
- };
289
- };
290
- };
291
- };
292
- "/health": {
293
- get: {
294
- responses: {
295
- /** @description Success */
296
- 200: {
297
- content: never;
298
- };
299
- };
300
- };
301
- };
302
- "/hello": {
303
- get: {
304
- responses: {
305
- /** @description Success */
306
- 200: {
307
- content: never;
308
- };
309
- };
310
- };
311
- };
312
- "/register": {
313
- post: {
314
- requestBody?: {
315
- content: {
316
- "application/json": components["schemas"]["RegisterRequest"];
317
- };
318
- };
319
- responses: {
320
- /** @description Success */
321
- 200: {
322
- content: never;
323
- };
324
- /** @description Bad Request */
325
- 400: {
326
- content: {
327
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
328
- };
329
- };
330
- };
331
- };
332
- };
333
- "/login": {
334
- post: {
335
- parameters: {
336
- query?: {
337
- useCookies?: boolean;
338
- useSessionCookies?: boolean;
339
- };
340
- };
341
- requestBody?: {
342
- content: {
343
- "application/json": components["schemas"]["LoginRequest"];
344
- };
345
- };
346
- responses: {
347
- /** @description Success */
348
- 200: {
349
- content: {
350
- "application/json": components["schemas"]["AccessTokenResponse"];
351
- };
352
- };
353
- };
354
- };
355
- };
356
- "/refresh": {
357
- post: {
358
- requestBody?: {
359
- content: {
360
- "application/json": components["schemas"]["RefreshRequest"];
361
- };
362
- };
363
- responses: {
364
- /** @description Success */
365
- 200: {
366
- content: {
367
- "application/json": components["schemas"]["AccessTokenResponse"];
368
- };
369
- };
370
- };
371
- };
372
- };
373
- "/confirmEmail": {
374
- get: operations["MapIdentityApi-/confirmEmail"];
375
- };
376
- "/resendConfirmationEmail": {
377
- post: {
378
- requestBody?: {
379
- content: {
380
- "application/json": components["schemas"]["ResendConfirmationEmailRequest"];
381
- };
382
- };
383
- responses: {
384
- /** @description Success */
385
- 200: {
386
- content: never;
387
- };
388
- };
389
- };
390
- };
391
- "/forgotPassword": {
392
- post: {
393
- requestBody?: {
394
- content: {
395
- "application/json": components["schemas"]["ForgotPasswordRequest"];
396
- };
397
- };
398
- responses: {
399
- /** @description Success */
400
- 200: {
401
- content: never;
402
- };
403
- /** @description Bad Request */
404
- 400: {
405
- content: {
406
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
407
- };
408
- };
409
- };
410
- };
411
- };
412
- "/resetPassword": {
413
- post: {
414
- requestBody?: {
415
- content: {
416
- "application/json": components["schemas"]["ResetPasswordRequest"];
417
- };
418
- };
419
- responses: {
420
- /** @description Success */
421
- 200: {
422
- content: never;
423
- };
424
- /** @description Bad Request */
425
- 400: {
426
- content: {
427
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
428
- };
429
- };
430
- };
431
- };
432
- };
433
- "/manage/2fa": {
434
- post: {
435
- requestBody?: {
436
- content: {
437
- "application/json": components["schemas"]["TwoFactorRequest"];
438
- };
439
- };
440
- responses: {
441
- /** @description Success */
442
- 200: {
443
- content: {
444
- "application/json": components["schemas"]["TwoFactorResponse"];
445
- };
446
- };
447
- /** @description Bad Request */
448
- 400: {
449
- content: {
450
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
451
- };
452
- };
453
- /** @description Not Found */
454
- 404: {
455
- content: never;
456
- };
457
- };
458
- };
459
- };
460
- "/manage/info": {
461
- get: {
462
- responses: {
463
- /** @description Success */
464
- 200: {
465
- content: {
466
- "application/json": components["schemas"]["InfoResponse"];
467
- };
468
- };
469
- /** @description Bad Request */
470
- 400: {
471
- content: {
472
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
473
- };
474
- };
475
- /** @description Not Found */
476
- 404: {
477
- content: never;
478
- };
479
- };
480
- };
481
- post: {
482
- requestBody?: {
483
- content: {
484
- "application/json": components["schemas"]["InfoRequest"];
485
- };
486
- };
487
- responses: {
488
- /** @description Success */
489
- 200: {
490
- content: {
491
- "application/json": components["schemas"]["InfoResponse"];
492
- };
493
- };
494
- /** @description Bad Request */
495
- 400: {
496
- content: {
497
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
498
- };
499
- };
500
- /** @description Not Found */
501
- 404: {
502
- content: never;
503
- };
504
- };
505
- };
506
- };
507
- "/Account/PerformExternalLogin": {
508
- post: {
509
- requestBody?: {
510
- content: {
511
- "multipart/form-data": {
512
- provider: string;
513
- returnUrl: string;
514
- };
515
- "application/x-www-form-urlencoded": {
516
- provider: string;
517
- returnUrl: string;
518
- };
519
- };
520
- };
521
- responses: {
522
- /** @description Success */
523
- 200: {
524
- content: never;
525
- };
526
- };
527
- };
528
- };
529
- "/Account/Logout": {
530
- post: {
531
- requestBody?: {
532
- content: {
533
- "multipart/form-data": {
534
- returnUrl: string;
535
- };
536
- "application/x-www-form-urlencoded": {
537
- returnUrl: string;
538
- };
539
- };
540
- };
541
- responses: {
542
- /** @description Success */
543
- 200: {
544
- content: never;
545
- };
546
- };
547
- };
548
- };
549
- "/Account/Manage/LinkExternalLogin": {
550
- post: {
551
- requestBody?: {
552
- content: {
553
- "multipart/form-data": {
554
- provider: string;
555
- };
556
- "application/x-www-form-urlencoded": {
557
- provider: string;
558
- };
559
- };
560
- };
561
- responses: {
562
- /** @description Success */
563
- 200: {
564
- content: never;
565
- };
566
- };
567
- };
568
- };
569
- "/Account/Manage/DownloadPersonalData": {
570
- post: {
571
- responses: {
572
- /** @description Success */
573
- 200: {
574
- content: never;
575
- };
576
- };
577
- };
578
- };
579
- "/api/v2/CartService/Records/AddItem": {
580
- post: {
581
- parameters: {
582
- query?: {
583
- cartId?: string;
584
- itemId?: string;
585
- quantity?: number;
586
- "api-version"?: string;
587
- };
588
- };
589
- responses: {
590
- /** @description Success */
591
- 200: {
592
- content: never;
593
- };
594
- };
595
- };
596
- };
597
- "/api/v2/CartService/Records/{cartID}": {
598
- get: {
599
- parameters: {
600
- query?: {
601
- "api-version"?: string;
602
- };
603
- path: {
604
- cartId: string;
605
- };
606
- };
607
- responses: {
608
- /** @description Success */
609
- 200: {
610
- content: {
611
- "application/json": components["schemas"]["ProductCartRecordDto"][];
612
- "application/xml": components["schemas"]["ProductCartRecordDto"][];
613
- };
614
- };
615
- /** @description Unauthorized */
616
- 401: {
617
- content: {
618
- "application/json": components["schemas"]["ResponseStatus"];
619
- "application/xml": components["schemas"]["ResponseStatus"];
620
- };
621
- };
622
- };
623
- };
624
- };
625
- "/api/v2/CartService/Records": {
626
- post: {
627
- parameters: {
628
- query?: {
629
- "api-version"?: string;
630
- };
631
- };
632
- requestBody?: {
633
- content: {
634
- "application/json": components["schemas"]["ItemCartRecordCreateDto"];
635
- "application/xml": components["schemas"]["ItemCartRecordCreateDto"];
636
- };
637
- };
638
- responses: {
639
- /** @description Success */
640
- 200: {
641
- content: {
642
- "application/json": components["schemas"]["ItemCartRecordDto"];
643
- "application/xml": components["schemas"]["ItemCartRecordDto"];
644
- };
645
- };
646
- /** @description Unauthorized */
647
- 401: {
648
- content: {
649
- "application/json": components["schemas"]["Envelope"];
650
- "application/xml": components["schemas"]["Envelope"];
651
- };
652
- };
653
- /** @description Not Found */
654
- 404: {
655
- content: {
656
- "application/json": components["schemas"]["Envelope"];
657
- "application/xml": components["schemas"]["Envelope"];
658
- };
659
- };
660
- };
661
- };
662
- delete: {
663
- parameters: {
664
- query?: {
665
- cartId?: string;
666
- productId?: string;
667
- "api-version"?: string;
668
- };
669
- };
670
- responses: {
671
- /** @description Success */
672
- 200: {
673
- content: {
674
- "application/json": components["schemas"]["Envelope"];
675
- "application/xml": components["schemas"]["Envelope"];
676
- };
677
- };
678
- /** @description Unauthorized */
679
- 401: {
680
- content: {
681
- "application/json": components["schemas"]["Envelope"];
682
- "application/xml": components["schemas"]["Envelope"];
683
- };
684
- };
685
- /** @description Not Found */
686
- 404: {
687
- content: {
688
- "application/json": components["schemas"]["Envelope"];
689
- "application/xml": components["schemas"]["Envelope"];
690
- };
691
- };
692
- };
693
- };
694
- };
695
- "/api/v2/CartService/Records/IsInCart": {
696
- get: {
697
- parameters: {
698
- query: {
699
- itemID: string;
700
- cartID: string;
701
- "api-version"?: string;
702
- };
703
- };
704
- responses: {
705
- /** @description Success */
706
- 200: {
707
- content: {
708
- "application/json": components["schemas"]["BooleanEnvelope"];
709
- "application/xml": components["schemas"]["BooleanEnvelope"];
710
- };
711
- };
712
- /** @description Unauthorized */
713
- 401: {
714
- content: {
715
- "application/json": components["schemas"]["Envelope"];
716
- "application/xml": components["schemas"]["Envelope"];
717
- };
718
- };
719
- /** @description Not Found */
720
- 404: {
721
- content: {
722
- "application/json": components["schemas"]["Envelope"];
723
- "application/xml": components["schemas"]["Envelope"];
724
- };
725
- };
726
- };
727
- };
728
- };
729
- "/api/v2/CartService/Records/ClearCart": {
730
- post: {
731
- parameters: {
732
- query: {
733
- cartID: string;
734
- "api-version"?: string;
735
- };
736
- };
737
- responses: {
738
- /** @description Success */
739
- 200: {
740
- content: {
741
- "application/json": components["schemas"]["BooleanEnvelope"];
742
- "application/xml": components["schemas"]["BooleanEnvelope"];
743
- };
744
- };
745
- /** @description Unauthorized */
746
- 401: {
747
- content: {
748
- "application/json": components["schemas"]["Envelope"];
749
- "application/xml": components["schemas"]["Envelope"];
750
- };
751
- };
752
- /** @description Not Found */
753
- 404: {
754
- content: {
755
- "application/json": components["schemas"]["Envelope"];
756
- "application/xml": components["schemas"]["Envelope"];
757
- };
758
- };
759
- };
760
- };
761
- };
762
- "/api/v2/CartService/Records/{recordId}/Details": {
763
- get: {
764
- parameters: {
765
- query?: {
766
- "api-version"?: string;
767
- };
768
- path: {
769
- recordId: string;
770
- };
771
- };
772
- responses: {
773
- /** @description Success */
774
- 200: {
775
- content: {
776
- "application/json": components["schemas"]["ItemCartRecordDtoEnvelope"];
777
- "application/xml": components["schemas"]["ItemCartRecordDtoEnvelope"];
778
- };
779
- };
780
- /** @description Unauthorized */
781
- 401: {
782
- content: {
783
- "application/json": components["schemas"]["Envelope"];
784
- "application/xml": components["schemas"]["Envelope"];
785
- };
786
- };
787
- /** @description Not Found */
788
- 404: {
789
- content: {
790
- "application/json": components["schemas"]["Envelope"];
791
- "application/xml": components["schemas"]["Envelope"];
792
- };
793
- };
794
- };
795
- };
796
- };
797
- "/api/v2/CartService/Records/{recordId}": {
798
- put: {
799
- parameters: {
800
- query?: {
801
- "api-version"?: string;
802
- };
803
- path: {
804
- recordId: string;
805
- };
806
- };
807
- requestBody?: {
808
- content: {
809
- "application/json": components["schemas"]["ItemCartRecordUpdateDto"];
810
- "application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
811
- };
812
- };
813
- responses: {
814
- /** @description Success */
815
- 200: {
816
- content: {
817
- "application/json": components["schemas"]["ItemCartRecordDto"];
818
- "application/xml": components["schemas"]["ItemCartRecordDto"];
819
- };
820
- };
821
- /** @description Unauthorized */
822
- 401: {
823
- content: {
824
- "application/json": components["schemas"]["Envelope"];
825
- "application/xml": components["schemas"]["Envelope"];
826
- };
827
- };
828
- /** @description Not Found */
829
- 404: {
830
- content: {
831
- "application/json": components["schemas"]["Envelope"];
832
- "application/xml": components["schemas"]["Envelope"];
833
- };
834
- };
835
- };
836
- };
837
- delete: {
838
- parameters: {
839
- query?: {
840
- "api-version"?: string;
841
- };
842
- path: {
843
- recordId: string;
844
- };
845
- };
846
- responses: {
847
- /** @description Success */
848
- 200: {
849
- content: {
850
- "application/json": components["schemas"]["Envelope"];
851
- "application/xml": components["schemas"]["Envelope"];
852
- };
853
- };
854
- /** @description Unauthorized */
855
- 401: {
856
- content: {
857
- "application/json": components["schemas"]["Envelope"];
858
- "application/xml": components["schemas"]["Envelope"];
859
- };
860
- };
861
- /** @description Not Found */
862
- 404: {
863
- content: {
864
- "application/json": components["schemas"]["Envelope"];
865
- "application/xml": components["schemas"]["Envelope"];
866
- };
867
- };
868
- };
869
- };
870
- };
871
- "/api/v2/CartService/WishLists": {
872
- post: {
873
- parameters: {
874
- query?: {
875
- "api-version"?: string;
876
- };
877
- };
878
- requestBody?: {
879
- content: {
880
- "application/json": components["schemas"]["NewWishListRequest"];
881
- "application/xml": components["schemas"]["NewWishListRequest"];
882
- };
883
- };
884
- responses: {
885
- /** @description Success */
886
- 200: {
887
- content: never;
888
- };
889
- };
890
- };
891
- };
892
- "/api/v2/CartService/WishLists/{wishListId}": {
893
- put: {
894
- parameters: {
895
- query?: {
896
- "api-version"?: string;
897
- };
898
- path: {
899
- wishListId: string;
900
- };
901
- };
902
- requestBody?: {
903
- content: {
904
- "application/json": components["schemas"]["WishListUpdateDto"];
905
- "application/xml": components["schemas"]["WishListUpdateDto"];
906
- };
907
- };
908
- responses: {
909
- /** @description Success */
910
- 200: {
911
- content: never;
912
- };
913
- };
914
- };
915
- delete: {
916
- parameters: {
917
- query?: {
918
- "api-version"?: string;
919
- };
920
- path: {
921
- wishListID: string;
922
- };
923
- };
924
- responses: {
925
- /** @description Success */
926
- 200: {
927
- content: never;
928
- };
929
- };
930
- };
931
- };
932
- "/api/v2/CartService/WishLists/{cartId}": {
933
- get: {
934
- parameters: {
935
- query?: {
936
- "api-version"?: string;
937
- };
938
- path: {
939
- cartId: string;
940
- };
941
- };
942
- responses: {
943
- /** @description Success */
944
- 200: {
945
- content: {
946
- "application/json": components["schemas"]["WishListDtoIReadOnlyListEnvelope"];
947
- "application/xml": components["schemas"]["WishListDtoIReadOnlyListEnvelope"];
948
- };
949
- };
950
- };
951
- };
952
- };
953
- "/api/v2/CartService/WishLists/{wishListId}/Records": {
954
- get: {
955
- parameters: {
956
- query?: {
957
- "api-version"?: string;
958
- };
959
- path: {
960
- wishListId: string;
961
- };
962
- };
963
- responses: {
964
- /** @description Success */
965
- 200: {
966
- content: {
967
- "application/json": components["schemas"]["WishListItemRecordDtoIReadOnlyListEnvelope"];
968
- "application/xml": components["schemas"]["WishListItemRecordDtoIReadOnlyListEnvelope"];
969
- };
970
- };
971
- };
972
- };
973
- };
974
- "/api/v2/CartService/WishLists/{wishListId}/Details": {
975
- get: {
976
- parameters: {
977
- query?: {
978
- "api-version"?: string;
979
- };
980
- path: {
981
- wishListId: string;
982
- };
983
- };
984
- responses: {
985
- /** @description Success */
986
- 200: {
987
- content: {
988
- "application/json": components["schemas"]["WishListDtoEnvelope"];
989
- "application/xml": components["schemas"]["WishListDtoEnvelope"];
990
- };
991
- };
992
- };
993
- };
994
- };
995
- "/api/v2/CartService/WishLists/Records": {
996
- post: {
997
- parameters: {
998
- query?: {
999
- "api-version"?: string;
1000
- };
1001
- };
1002
- requestBody?: {
1003
- content: {
1004
- "application/json": components["schemas"]["ProductToWishListRequest"];
1005
- "application/xml": components["schemas"]["ProductToWishListRequest"];
1006
- };
1007
- };
1008
- responses: {
1009
- /** @description Success */
1010
- 200: {
1011
- content: never;
1012
- };
1013
- };
1014
- };
1015
- };
1016
- "/api/v2/CartService/WishLists/Records/{recordId}": {
1017
- delete: {
1018
- parameters: {
1019
- query?: {
1020
- "api-version"?: string;
1021
- };
1022
- path: {
1023
- recordId: string;
1024
- };
1025
- };
1026
- responses: {
1027
- /** @description Success */
1028
- 200: {
1029
- content: never;
1030
- };
1031
- };
1032
- };
1033
- };
1034
- }
1035
-
1036
- export type webhooks = Record<string, never>;
1037
-
1038
- export interface components {
1039
- schemas: {
1040
- AccessTokenResponse: {
1041
- tokenType?: string | null;
1042
- accessToken?: string | null;
1043
- /** Format: int64 */
1044
- expiresIn?: number;
1045
- refreshToken?: string | null;
1046
- };
1047
- AddProductToCompareRequest: {
1048
- id?: string | null;
1049
- cartID?: string | null;
1050
- productID?: string | null;
1051
- };
1052
- BooleanEnvelope: {
1053
- errorMessage?: string | null;
1054
- isSuccess?: boolean;
1055
- /** Format: date-time */
1056
- timestamp?: string;
1057
- activityId?: string | null;
1058
- correlationId?: string | null;
1059
- result?: boolean;
1060
- };
1061
- CartDto: {
1062
- id?: string | null;
1063
- ip?: string | null;
1064
- type?: string | null;
1065
- /** Format: double */
1066
- total?: number;
1067
- /** Format: double */
1068
- taxes?: number;
1069
- /** Format: double */
1070
- freight?: number;
1071
- /** Format: double */
1072
- subTotal?: number;
1073
- currencyId?: string | null;
1074
- countryId?: string | null;
1075
- /** Format: int32 */
1076
- itemCartRecordsCount?: number | null;
1077
- };
1078
- CartDtoEnvelope: {
1079
- errorMessage?: string | null;
1080
- isSuccess?: boolean;
1081
- /** Format: date-time */
1082
- timestamp?: string;
1083
- activityId?: string | null;
1084
- correlationId?: string | null;
1085
- result?: components["schemas"]["CartDto"];
1086
- };
1087
- CurrencySwitchRequest: {
1088
- cartID?: string | null;
1089
- currencyID?: string | null;
1090
- };
1091
- Envelope: {
1092
- errorMessage?: string | null;
1093
- isSuccess?: boolean;
1094
- /** Format: date-time */
1095
- timestamp?: string;
1096
- activityId?: string | null;
1097
- correlationId?: string | null;
1098
- result?: string | null;
1099
- };
1100
- Error: {
1101
- id?: string | null;
1102
- description?: string | null;
1103
- help?: string | null;
1104
- };
1105
- ErrorEnvelope: {
1106
- errorMessage?: string | null;
1107
- isSuccess?: boolean;
1108
- /** Format: date-time */
1109
- timestamp?: string;
1110
- activityId?: string | null;
1111
- correlationId?: string | null;
1112
- };
1113
- ForgotPasswordRequest: {
1114
- email?: string | null;
1115
- };
1116
- HttpValidationProblemDetails: {
1117
- type?: string | null;
1118
- title?: string | null;
1119
- /** Format: int32 */
1120
- status?: number | null;
1121
- detail?: string | null;
1122
- instance?: string | null;
1123
- errors?: {
1124
- [key: string]: string[];
1125
- } | null;
1126
- [key: string]: unknown;
1127
- };
1128
- InfoRequest: {
1129
- newEmail?: string | null;
1130
- newPassword?: string | null;
1131
- oldPassword?: string | null;
1132
- };
1133
- InfoResponse: {
1134
- email?: string | null;
1135
- isEmailConfirmed?: boolean;
1136
- };
1137
- ItemCartRecordCreateDto: {
1138
- id?: string | null;
1139
- cartId?: string | null;
1140
- productId?: string | null;
1141
- /** Format: double */
1142
- quantity?: number;
1143
- };
1144
- ItemCartRecordDto: {
1145
- id?: string | null;
1146
- closed?: boolean;
1147
- itemId?: string | null;
1148
- businessId?: string | null;
1149
- currencyId?: string | null;
1150
- description?: string | null;
1151
- /** Format: double */
1152
- quantity?: number;
1153
- /** Format: date-time */
1154
- timestamp?: string;
1155
- free?: boolean;
1156
- freeReason?: string | null;
1157
- freeReasonCode?: string | null;
1158
- data?: string | null;
1159
- dataLabel?: string | null;
1160
- data1?: string | null;
1161
- data1Label?: string | null;
1162
- data2?: string | null;
1163
- data2Label?: string | null;
1164
- data3?: string | null;
1165
- data3Label?: string | null;
1166
- data4?: string | null;
1167
- data4Label?: string | null;
1168
- data5?: string | null;
1169
- data5Label?: string | null;
1170
- data6?: string | null;
1171
- data6Label?: string | null;
1172
- data7?: string | null;
1173
- data7Label?: string | null;
1174
- data8?: string | null;
1175
- data8Label?: string | null;
1176
- data9?: string | null;
1177
- data9Label?: string | null;
1178
- itemPriceId?: string | null;
1179
- priceListItemId?: string | null;
1180
- unitId?: string | null;
1181
- unitGroupId?: string | null;
1182
- /**
1183
- * Format: int32
1184
- * @enum {integer}
1185
- */
1186
- taxCalculationMethod?: 0 | 1;
1187
- /**
1188
- * Format: int32
1189
- * @enum {integer}
1190
- */
1191
- costCalculationMethod?: 0 | 1;
1192
- forexRatesSnapshot?: string | null;
1193
- /** Format: double */
1194
- forexRate?: number;
1195
- /** Format: double */
1196
- totalBaseAmountInUsd?: number;
1197
- /** Format: double */
1198
- totalProfitInUsd?: number;
1199
- /** Format: double */
1200
- totalDetailAmountInUsd?: number;
1201
- /** Format: double */
1202
- totalTaxBaseInUsd?: number;
1203
- /** Format: double */
1204
- totalDiscountsInUsd?: number;
1205
- /** Format: double */
1206
- totalTaxesInUsd?: number;
1207
- /** Format: double */
1208
- totalWithholdingTaxesInUsd?: number;
1209
- /** Format: double */
1210
- totalShippingCostInUsd?: number;
1211
- /** Format: double */
1212
- totalShippingTaxesInUsd?: number;
1213
- /** Format: double */
1214
- totalWarrantyCostInUsd?: number;
1215
- /** Format: double */
1216
- totalReturnCostInUsd?: number;
1217
- /** Format: double */
1218
- totalRefundCostInUsd?: number;
1219
- /** Format: double */
1220
- totalSurchargesInUsd?: number;
1221
- /** Format: double */
1222
- totalAmountInUsd?: number;
1223
- /** Format: double */
1224
- totalGlobalDiscountsInUsd?: number;
1225
- /** Format: double */
1226
- totalGlobalSurchargesInUsd?: number;
1227
- /** Format: double */
1228
- customGlobalSurchargesAmount?: number;
1229
- /** Format: double */
1230
- customGlobalDiscountsAmount?: number;
1231
- /** Format: double */
1232
- customBaseAmount?: number;
1233
- /** Format: double */
1234
- customDetailAmount?: number;
1235
- /** Format: double */
1236
- customDiscountsAmount?: number;
1237
- /** Format: double */
1238
- customTaxBase?: number;
1239
- /** Format: double */
1240
- customSurchargesAmount?: number;
1241
- /** Format: double */
1242
- customProfitAmount?: number;
1243
- /** Format: double */
1244
- customShippingCostAmount?: number;
1245
- /** Format: double */
1246
- customShippingTaxAmount?: number;
1247
- /** Format: double */
1248
- customTaxAmount?: number;
1249
- /** Format: double */
1250
- customWithholdingTaxAmount?: number;
1251
- /** Format: double */
1252
- customTotalAmount?: number;
1253
- returnPolicyId?: string | null;
1254
- refundPolicyId?: string | null;
1255
- warrantyPolicyId?: string | null;
1256
- itemShipmentPolicyId?: string | null;
1257
- locationId?: string | null;
1258
- quoteItemRecordId?: string | null;
1259
- businessProfileRecordId?: string | null;
1260
- parentBillingItemRecordId?: string | null;
1261
- cartId?: string | null;
1262
- productId?: string | null;
1263
- itemShortDescription?: string | null;
1264
- itemTitle?: string | null;
1265
- itemPrimaryImageUrl?: string | null;
1266
- };
1267
- ItemCartRecordDtoEnvelope: {
1268
- errorMessage?: string | null;
1269
- isSuccess?: boolean;
1270
- /** Format: date-time */
1271
- timestamp?: string;
1272
- activityId?: string | null;
1273
- correlationId?: string | null;
1274
- result?: components["schemas"]["ItemCartRecordDto"];
1275
- };
1276
- ItemCartRecordUpdateDto: {
1277
- id?: string | null;
1278
- /** Format: date-time */
1279
- timestamp?: string | null;
1280
- /** Format: double */
1281
- quantity?: number;
1282
- };
1283
- ItemToCompareCartRecordDto: {
1284
- id?: string | null;
1285
- /** Format: date-time */
1286
- timestamp?: string | null;
1287
- cartId?: string | null;
1288
- productId?: string | null;
1289
- };
1290
- ItemToCompareCartRecordDtoEnvelope: {
1291
- errorMessage?: string | null;
1292
- isSuccess?: boolean;
1293
- /** Format: date-time */
1294
- timestamp?: string;
1295
- activityId?: string | null;
1296
- correlationId?: string | null;
1297
- result?: components["schemas"]["ItemToCompareCartRecordDto"];
1298
- };
1299
- ItemToCompareCartRecordDtoIReadOnlyListEnvelope: {
1300
- errorMessage?: string | null;
1301
- isSuccess?: boolean;
1302
- /** Format: date-time */
1303
- timestamp?: string;
1304
- activityId?: string | null;
1305
- correlationId?: string | null;
1306
- result?: components["schemas"]["ItemToCompareCartRecordDto"][] | null;
1307
- };
1308
- LoginRequest: {
1309
- email?: string | null;
1310
- password?: string | null;
1311
- twoFactorCode?: string | null;
1312
- twoFactorRecoveryCode?: string | null;
1313
- };
1314
- NewWishListRequest: {
1315
- title?: string | null;
1316
- description?: string | null;
1317
- /** Format: uuid */
1318
- cartID?: string;
1319
- public?: boolean;
1320
- };
1321
- ProductCartRecordDto: {
1322
- id?: string | null;
1323
- closed?: boolean;
1324
- itemId?: string | null;
1325
- businessId?: string | null;
1326
- currencyId?: string | null;
1327
- description?: string | null;
1328
- /** Format: double */
1329
- quantity?: number;
1330
- /** Format: date-time */
1331
- timestamp?: string;
1332
- free?: boolean;
1333
- freeReason?: string | null;
1334
- freeReasonCode?: string | null;
1335
- data?: string | null;
1336
- dataLabel?: string | null;
1337
- data1?: string | null;
1338
- data1Label?: string | null;
1339
- data2?: string | null;
1340
- data2Label?: string | null;
1341
- data3?: string | null;
1342
- data3Label?: string | null;
1343
- data4?: string | null;
1344
- data4Label?: string | null;
1345
- data5?: string | null;
1346
- data5Label?: string | null;
1347
- data6?: string | null;
1348
- data6Label?: string | null;
1349
- data7?: string | null;
1350
- data7Label?: string | null;
1351
- data8?: string | null;
1352
- data8Label?: string | null;
1353
- data9?: string | null;
1354
- data9Label?: string | null;
1355
- itemPriceId?: string | null;
1356
- priceListItemId?: string | null;
1357
- unitId?: string | null;
1358
- unitGroupId?: string | null;
1359
- /**
1360
- * Format: int32
1361
- * @enum {integer}
1362
- */
1363
- taxCalculationMethod?: 0 | 1;
1364
- /**
1365
- * Format: int32
1366
- * @enum {integer}
1367
- */
1368
- costCalculationMethod?: 0 | 1;
1369
- forexRatesSnapshot?: string | null;
1370
- /** Format: double */
1371
- forexRate?: number;
1372
- /** Format: double */
1373
- totalBaseAmountInUsd?: number;
1374
- /** Format: double */
1375
- totalProfitInUsd?: number;
1376
- /** Format: double */
1377
- totalDetailAmountInUsd?: number;
1378
- /** Format: double */
1379
- totalTaxBaseInUsd?: number;
1380
- /** Format: double */
1381
- totalDiscountsInUsd?: number;
1382
- /** Format: double */
1383
- totalTaxesInUsd?: number;
1384
- /** Format: double */
1385
- totalWithholdingTaxesInUsd?: number;
1386
- /** Format: double */
1387
- totalShippingCostInUsd?: number;
1388
- /** Format: double */
1389
- totalShippingTaxesInUsd?: number;
1390
- /** Format: double */
1391
- totalWarrantyCostInUsd?: number;
1392
- /** Format: double */
1393
- totalReturnCostInUsd?: number;
1394
- /** Format: double */
1395
- totalRefundCostInUsd?: number;
1396
- /** Format: double */
1397
- totalSurchargesInUsd?: number;
1398
- /** Format: double */
1399
- totalAmountInUsd?: number;
1400
- /** Format: double */
1401
- totalGlobalDiscountsInUsd?: number;
1402
- /** Format: double */
1403
- totalGlobalSurchargesInUsd?: number;
1404
- /** Format: double */
1405
- customGlobalSurchargesAmount?: number;
1406
- /** Format: double */
1407
- customGlobalDiscountsAmount?: number;
1408
- /** Format: double */
1409
- customBaseAmount?: number;
1410
- /** Format: double */
1411
- customDetailAmount?: number;
1412
- /** Format: double */
1413
- customDiscountsAmount?: number;
1414
- /** Format: double */
1415
- customTaxBase?: number;
1416
- /** Format: double */
1417
- customSurchargesAmount?: number;
1418
- /** Format: double */
1419
- customProfitAmount?: number;
1420
- /** Format: double */
1421
- customShippingCostAmount?: number;
1422
- /** Format: double */
1423
- customShippingTaxAmount?: number;
1424
- /** Format: double */
1425
- customTaxAmount?: number;
1426
- /** Format: double */
1427
- customWithholdingTaxAmount?: number;
1428
- /** Format: double */
1429
- customTotalAmount?: number;
1430
- returnPolicyId?: string | null;
1431
- refundPolicyId?: string | null;
1432
- warrantyPolicyId?: string | null;
1433
- itemShipmentPolicyId?: string | null;
1434
- locationId?: string | null;
1435
- quoteItemRecordId?: string | null;
1436
- businessProfileRecordId?: string | null;
1437
- parentBillingItemRecordId?: string | null;
1438
- cartId?: string | null;
1439
- productId?: string | null;
1440
- itemShortDescription?: string | null;
1441
- itemTitle?: string | null;
1442
- itemPrimaryImageUrl?: string | null;
1443
- };
1444
- ProductToWishListRequest: {
1445
- wishListID?: string | null;
1446
- productID?: string | null;
1447
- };
1448
- RefreshRequest: {
1449
- refreshToken?: string | null;
1450
- };
1451
- RegisterRequest: {
1452
- email?: string | null;
1453
- password?: string | null;
1454
- };
1455
- ResendConfirmationEmailRequest: {
1456
- email?: string | null;
1457
- };
1458
- ResetPasswordRequest: {
1459
- email?: string | null;
1460
- resetCode?: string | null;
1461
- newPassword?: string | null;
1462
- };
1463
- ResponseStatus: {
1464
- success?: boolean;
1465
- error?: components["schemas"]["Error"];
1466
- correlationID?: string | null;
1467
- /** Format: date-time */
1468
- utcTimestamp?: string;
1469
- };
1470
- TwoFactorRequest: {
1471
- enable?: boolean | null;
1472
- twoFactorCode?: string | null;
1473
- resetSharedKey?: boolean;
1474
- resetRecoveryCodes?: boolean;
1475
- forgetMachine?: boolean;
1476
- };
1477
- TwoFactorResponse: {
1478
- sharedKey?: string | null;
1479
- /** Format: int32 */
1480
- recoveryCodesLeft?: number;
1481
- recoveryCodes?: string[] | null;
1482
- isTwoFactorEnabled?: boolean;
1483
- isMachineRemembered?: boolean;
1484
- };
1485
- WishListDto: {
1486
- id?: string | null;
1487
- title?: string | null;
1488
- description?: string | null;
1489
- cartID?: string | null;
1490
- public?: boolean;
1491
- };
1492
- WishListDtoEnvelope: {
1493
- errorMessage?: string | null;
1494
- isSuccess?: boolean;
1495
- /** Format: date-time */
1496
- timestamp?: string;
1497
- activityId?: string | null;
1498
- correlationId?: string | null;
1499
- result?: components["schemas"]["WishListDto"];
1500
- };
1501
- WishListDtoIReadOnlyListEnvelope: {
1502
- errorMessage?: string | null;
1503
- isSuccess?: boolean;
1504
- /** Format: date-time */
1505
- timestamp?: string;
1506
- activityId?: string | null;
1507
- correlationId?: string | null;
1508
- result?: components["schemas"]["WishListDto"][] | null;
1509
- };
1510
- WishListItemRecordDto: {
1511
- id?: string | null;
1512
- /** Format: date-time */
1513
- timestamp?: string | null;
1514
- wishListId?: string | null;
1515
- productId?: string | null;
1516
- };
1517
- WishListItemRecordDtoIReadOnlyListEnvelope: {
1518
- errorMessage?: string | null;
1519
- isSuccess?: boolean;
1520
- /** Format: date-time */
1521
- timestamp?: string;
1522
- activityId?: string | null;
1523
- correlationId?: string | null;
1524
- result?: components["schemas"]["WishListItemRecordDto"][] | null;
1525
- };
1526
- WishListUpdateDto: {
1527
- title: string;
1528
- description?: string | null;
1529
- public?: boolean;
1530
- };
1531
- };
1532
- responses: never;
1533
- parameters: never;
1534
- requestBodies: never;
1535
- headers: never;
1536
- pathItems: never;
1537
- }
1538
-
1539
- export type $defs = Record<string, never>;
1540
-
1541
- export type external = Record<string, never>;
1542
-
1543
- export interface operations {
1544
-
1545
- "MapIdentityApi-/confirmEmail": {
1546
- parameters: {
1547
- query?: {
1548
- userId?: string;
1549
- code?: string;
1550
- changedEmail?: string;
1551
- };
1552
- };
1553
- responses: {
1554
- /** @description Success */
1555
- 200: {
1556
- content: never;
1557
- };
1558
- };
1559
- };
1560
- }
1
+ /**
2
+ * This file was auto-generated by openapi-typescript.
3
+ * Do not make direct changes to the file.
4
+ */
5
+
6
+
7
+ export interface paths {
8
+ "/api/v2/CartService/Carts/{cartId}": {
9
+ get: {
10
+ parameters: {
11
+ query?: {
12
+ "api-version"?: string;
13
+ };
14
+ path: {
15
+ cartId: string;
16
+ };
17
+ };
18
+ responses: {
19
+ /** @description OK */
20
+ 200: {
21
+ content: {
22
+ "application/json": components["schemas"]["CartDtoEnvelope"];
23
+ "application/xml": components["schemas"]["CartDtoEnvelope"];
24
+ };
25
+ };
26
+ /** @description Unauthorized */
27
+ 401: {
28
+ content: {
29
+ "application/json": components["schemas"]["ErrorEnvelope"];
30
+ "application/xml": components["schemas"]["ErrorEnvelope"];
31
+ };
32
+ };
33
+ /** @description Forbidden */
34
+ 403: {
35
+ content: {
36
+ "application/json": components["schemas"]["ErrorEnvelope"];
37
+ "application/xml": components["schemas"]["ErrorEnvelope"];
38
+ };
39
+ };
40
+ };
41
+ };
42
+ put: {
43
+ parameters: {
44
+ query?: {
45
+ "api-version"?: string;
46
+ };
47
+ path: {
48
+ cartId: string;
49
+ };
50
+ };
51
+ requestBody?: {
52
+ content: {
53
+ "application/json": components["schemas"]["CartUpdateRequest"];
54
+ "application/xml": components["schemas"]["CartUpdateRequest"];
55
+ };
56
+ };
57
+ responses: {
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 */
207
+ 200: {
208
+ content: {
209
+ "application/json": components["schemas"]["EmptyEnvelope"];
210
+ "application/xml": components["schemas"]["EmptyEnvelope"];
211
+ };
212
+ };
213
+ /** @description Unauthorized */
214
+ 401: {
215
+ content: {
216
+ "application/json": components["schemas"]["ErrorEnvelope"];
217
+ "application/xml": components["schemas"]["ErrorEnvelope"];
218
+ };
219
+ };
220
+ /** @description Forbidden */
221
+ 403: {
222
+ content: {
223
+ "application/json": components["schemas"]["ErrorEnvelope"];
224
+ "application/xml": components["schemas"]["ErrorEnvelope"];
225
+ };
226
+ };
227
+ };
228
+ };
229
+ };
230
+ "/api/v2/CartService/Carts/{cartId}/Submit": {
231
+ post: operations["SubmitCartAsync"];
232
+ };
233
+ "/api/v2/CartService/Carts/ActingCart": {
234
+ get: {
235
+ parameters: {
236
+ query?: {
237
+ "api-version"?: string;
238
+ };
239
+ };
240
+ responses: {
241
+ /** @description OK */
242
+ 200: {
243
+ content: {
244
+ "application/json": components["schemas"]["CartDtoEnvelope"];
245
+ "application/xml": components["schemas"]["CartDtoEnvelope"];
246
+ };
247
+ };
248
+ /** @description Unauthorized */
249
+ 401: {
250
+ content: {
251
+ "application/json": components["schemas"]["ErrorEnvelope"];
252
+ "application/xml": components["schemas"]["ErrorEnvelope"];
253
+ };
254
+ };
255
+ /** @description Forbidden */
256
+ 403: {
257
+ content: {
258
+ "application/json": components["schemas"]["ErrorEnvelope"];
259
+ "application/xml": components["schemas"]["ErrorEnvelope"];
260
+ };
261
+ };
262
+ };
263
+ };
264
+ };
265
+ "/api/v2/CartService/Carts/GuestCart": {
266
+ get: {
267
+ parameters: {
268
+ query?: {
269
+ "api-version"?: string;
270
+ };
271
+ };
272
+ responses: {
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 */
1243
+ 200: {
1244
+ content: {
1245
+ "application/json": components["schemas"]["ItemCartRecordDto"];
1246
+ "application/xml": components["schemas"]["ItemCartRecordDto"];
1247
+ };
1248
+ };
1249
+ /** @description Unauthorized */
1250
+ 401: {
1251
+ content: {
1252
+ "application/json": components["schemas"]["ErrorEnvelope"];
1253
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1254
+ };
1255
+ };
1256
+ /** @description Not Found */
1257
+ 404: {
1258
+ content: {
1259
+ "application/json": components["schemas"]["ErrorEnvelope"];
1260
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1261
+ };
1262
+ };
1263
+ };
1264
+ };
1265
+ delete: {
1266
+ parameters: {
1267
+ query?: {
1268
+ "api-version"?: string;
1269
+ };
1270
+ path: {
1271
+ cartId: string;
1272
+ itemId: string;
1273
+ };
1274
+ };
1275
+ responses: {
1276
+ /** @description OK */
1277
+ 200: {
1278
+ content: {
1279
+ "application/json": components["schemas"]["ItemToCompareCartRecordDto"];
1280
+ "application/xml": components["schemas"]["ItemToCompareCartRecordDto"];
1281
+ };
1282
+ };
1283
+ /** @description Unauthorized */
1284
+ 401: {
1285
+ content: {
1286
+ "application/json": components["schemas"]["ErrorEnvelope"];
1287
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1288
+ };
1289
+ };
1290
+ /** @description Not Found */
1291
+ 404: {
1292
+ content: {
1293
+ "application/json": components["schemas"]["ErrorEnvelope"];
1294
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1295
+ };
1296
+ };
1297
+ };
1298
+ };
1299
+ };
1300
+ "/api/v2/CartService/Carts/{cartId}/Compare/Contains/{itemId}": {
1301
+ get: {
1302
+ parameters: {
1303
+ query?: {
1304
+ "api-version"?: string;
1305
+ };
1306
+ path: {
1307
+ cartId: string;
1308
+ itemId: string;
1309
+ };
1310
+ };
1311
+ responses: {
1312
+ /** @description OK */
1313
+ 200: {
1314
+ content: {
1315
+ "application/json": components["schemas"]["BooleanEnvelope"];
1316
+ "application/xml": components["schemas"]["BooleanEnvelope"];
1317
+ };
1318
+ };
1319
+ /** @description Unauthorized */
1320
+ 401: {
1321
+ content: {
1322
+ "application/json": components["schemas"]["ErrorEnvelope"];
1323
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1324
+ };
1325
+ };
1326
+ /** @description Not Found */
1327
+ 404: {
1328
+ content: {
1329
+ "application/json": components["schemas"]["ErrorEnvelope"];
1330
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1331
+ };
1332
+ };
1333
+ };
1334
+ };
1335
+ };
1336
+ "/api/v2/CartService/Compare/{cartId}": {
1337
+ get: {
1338
+ parameters: {
1339
+ query?: {
1340
+ "api-version"?: string;
1341
+ };
1342
+ path: {
1343
+ cartId: string;
1344
+ };
1345
+ };
1346
+ responses: {
1347
+ /** @description OK */
1348
+ 200: {
1349
+ content: {
1350
+ "application/json": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
1351
+ "application/xml": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
1352
+ };
1353
+ };
1354
+ /** @description Unauthorized */
1355
+ 401: {
1356
+ content: {
1357
+ "application/json": components["schemas"]["ErrorEnvelope"];
1358
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1359
+ };
1360
+ };
1361
+ /** @description Not Found */
1362
+ 404: {
1363
+ content: {
1364
+ "application/json": components["schemas"]["ErrorEnvelope"];
1365
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1366
+ };
1367
+ };
1368
+ };
1369
+ };
1370
+ };
1371
+ "/api/v2/CartService/Compare/{recordId}/Details": {
1372
+ get: {
1373
+ parameters: {
1374
+ query?: {
1375
+ "api-version"?: string;
1376
+ };
1377
+ path: {
1378
+ recordId: string;
1379
+ };
1380
+ };
1381
+ responses: {
1382
+ /** @description OK */
1383
+ 200: {
1384
+ content: {
1385
+ "application/json": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
1386
+ "application/xml": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
1387
+ };
1388
+ };
1389
+ /** @description Not Found */
1390
+ 404: {
1391
+ content: {
1392
+ "application/json": components["schemas"]["ErrorEnvelope"];
1393
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1394
+ };
1395
+ };
1396
+ };
1397
+ };
1398
+ };
1399
+ "/api/v2/CartService/Compare": {
1400
+ post: {
1401
+ parameters: {
1402
+ query?: {
1403
+ "api-version"?: string;
1404
+ };
1405
+ };
1406
+ requestBody?: {
1407
+ content: {
1408
+ "application/json": components["schemas"]["AddProductToCompareRequest"];
1409
+ "application/xml": components["schemas"]["AddProductToCompareRequest"];
1410
+ };
1411
+ };
1412
+ responses: {
1413
+ /** @description OK */
1414
+ 200: {
1415
+ content: {
1416
+ "application/json": components["schemas"]["ItemCartRecordDto"];
1417
+ "application/xml": components["schemas"]["ItemCartRecordDto"];
1418
+ };
1419
+ };
1420
+ /** @description Not Found */
1421
+ 404: {
1422
+ content: {
1423
+ "application/json": components["schemas"]["ErrorEnvelope"];
1424
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1425
+ };
1426
+ };
1427
+ };
1428
+ };
1429
+ };
1430
+ "/api/v2/CartService/Compare/{recordId}": {
1431
+ delete: {
1432
+ parameters: {
1433
+ query?: {
1434
+ "api-version"?: string;
1435
+ };
1436
+ path: {
1437
+ recordId: string;
1438
+ };
1439
+ };
1440
+ responses: {
1441
+ /** @description OK */
1442
+ 200: {
1443
+ content: {
1444
+ "application/json": components["schemas"]["ItemToCompareCartRecordDto"];
1445
+ "application/xml": components["schemas"]["ItemToCompareCartRecordDto"];
1446
+ };
1447
+ };
1448
+ /** @description Not Found */
1449
+ 404: {
1450
+ content: {
1451
+ "application/json": components["schemas"]["ErrorEnvelope"];
1452
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1453
+ };
1454
+ };
1455
+ };
1456
+ };
1457
+ };
1458
+ "/api/v2/CartService/Records/AddItem": {
1459
+ post: {
1460
+ parameters: {
1461
+ query?: {
1462
+ cartId?: string;
1463
+ itemId?: string;
1464
+ quantity?: number;
1465
+ "api-version"?: string;
1466
+ };
1467
+ };
1468
+ responses: {
1469
+ /** @description OK */
1470
+ 200: {
1471
+ content: {
1472
+ "application/json": components["schemas"]["EmptyEnvelope"];
1473
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1474
+ };
1475
+ };
1476
+ /** @description Unauthorized */
1477
+ 401: {
1478
+ content: {
1479
+ "application/json": components["schemas"]["ErrorEnvelope"];
1480
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1481
+ };
1482
+ };
1483
+ /** @description Not Found */
1484
+ 404: {
1485
+ content: {
1486
+ "application/json": components["schemas"]["ErrorEnvelope"];
1487
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1488
+ };
1489
+ };
1490
+ };
1491
+ };
1492
+ };
1493
+ "/api/v2/CartService/Records/{cartID}": {
1494
+ get: {
1495
+ parameters: {
1496
+ query?: {
1497
+ "api-version"?: string;
1498
+ };
1499
+ path: {
1500
+ cartId: string;
1501
+ };
1502
+ };
1503
+ responses: {
1504
+ /** @description OK */
1505
+ 200: {
1506
+ content: {
1507
+ "application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
1508
+ "application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
1509
+ };
1510
+ };
1511
+ /** @description Unauthorized */
1512
+ 401: {
1513
+ content: {
1514
+ "application/json": components["schemas"]["ErrorEnvelope"];
1515
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1516
+ };
1517
+ };
1518
+ /** @description Not Found */
1519
+ 404: {
1520
+ content: {
1521
+ "application/json": components["schemas"]["ErrorEnvelope"];
1522
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1523
+ };
1524
+ };
1525
+ };
1526
+ };
1527
+ };
1528
+ "/api/v2/CartService/Records": {
1529
+ post: {
1530
+ parameters: {
1531
+ query?: {
1532
+ "api-version"?: string;
1533
+ };
1534
+ };
1535
+ requestBody?: {
1536
+ content: {
1537
+ "application/json": components["schemas"]["ItemCartRecordCreateDto"];
1538
+ "application/xml": components["schemas"]["ItemCartRecordCreateDto"];
1539
+ };
1540
+ };
1541
+ responses: {
1542
+ /** @description OK */
1543
+ 200: {
1544
+ content: {
1545
+ "application/json": components["schemas"]["EmptyEnvelope"];
1546
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1547
+ };
1548
+ };
1549
+ /** @description Unauthorized */
1550
+ 401: {
1551
+ content: {
1552
+ "application/json": components["schemas"]["ErrorEnvelope"];
1553
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1554
+ };
1555
+ };
1556
+ /** @description Not Found */
1557
+ 404: {
1558
+ content: {
1559
+ "application/json": components["schemas"]["ErrorEnvelope"];
1560
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1561
+ };
1562
+ };
1563
+ };
1564
+ };
1565
+ delete: {
1566
+ parameters: {
1567
+ query?: {
1568
+ cartId?: string;
1569
+ productId?: string;
1570
+ "api-version"?: string;
1571
+ };
1572
+ };
1573
+ responses: {
1574
+ /** @description OK */
1575
+ 200: {
1576
+ content: {
1577
+ "application/json": components["schemas"]["EmptyEnvelope"];
1578
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1579
+ };
1580
+ };
1581
+ /** @description Unauthorized */
1582
+ 401: {
1583
+ content: {
1584
+ "application/json": components["schemas"]["ErrorEnvelope"];
1585
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1586
+ };
1587
+ };
1588
+ /** @description Not Found */
1589
+ 404: {
1590
+ content: {
1591
+ "application/json": components["schemas"]["ErrorEnvelope"];
1592
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1593
+ };
1594
+ };
1595
+ };
1596
+ };
1597
+ };
1598
+ "/api/v2/CartService/Records/IsInCart": {
1599
+ get: {
1600
+ parameters: {
1601
+ query: {
1602
+ itemID: string;
1603
+ cartID: string;
1604
+ "api-version"?: string;
1605
+ };
1606
+ };
1607
+ responses: {
1608
+ /** @description OK */
1609
+ 200: {
1610
+ content: {
1611
+ "application/json": components["schemas"]["BooleanEnvelope"];
1612
+ "application/xml": components["schemas"]["BooleanEnvelope"];
1613
+ };
1614
+ };
1615
+ /** @description Unauthorized */
1616
+ 401: {
1617
+ content: {
1618
+ "application/json": components["schemas"]["ErrorEnvelope"];
1619
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1620
+ };
1621
+ };
1622
+ /** @description Not Found */
1623
+ 404: {
1624
+ content: {
1625
+ "application/json": components["schemas"]["EmptyEnvelope"];
1626
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1627
+ };
1628
+ };
1629
+ };
1630
+ };
1631
+ };
1632
+ "/api/v2/CartService/Records/ClearCart": {
1633
+ post: {
1634
+ parameters: {
1635
+ query: {
1636
+ cartID: string;
1637
+ "api-version"?: string;
1638
+ };
1639
+ };
1640
+ responses: {
1641
+ /** @description OK */
1642
+ 200: {
1643
+ content: {
1644
+ "application/json": components["schemas"]["EmptyEnvelope"];
1645
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1646
+ };
1647
+ };
1648
+ /** @description Unauthorized */
1649
+ 401: {
1650
+ content: {
1651
+ "application/json": components["schemas"]["ErrorEnvelope"];
1652
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1653
+ };
1654
+ };
1655
+ /** @description Not Found */
1656
+ 404: {
1657
+ content: {
1658
+ "application/json": components["schemas"]["ErrorEnvelope"];
1659
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1660
+ };
1661
+ };
1662
+ };
1663
+ };
1664
+ };
1665
+ "/api/v2/CartService/Records/{recordId}/Details": {
1666
+ get: {
1667
+ parameters: {
1668
+ query?: {
1669
+ "api-version"?: string;
1670
+ };
1671
+ path: {
1672
+ recordId: string;
1673
+ };
1674
+ };
1675
+ responses: {
1676
+ /** @description OK */
1677
+ 200: {
1678
+ content: {
1679
+ "application/json": components["schemas"]["EmptyEnvelope"];
1680
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1681
+ };
1682
+ };
1683
+ /** @description Unauthorized */
1684
+ 401: {
1685
+ content: {
1686
+ "application/json": components["schemas"]["ItemCartRecordDtoEnvelope"];
1687
+ "application/xml": components["schemas"]["ItemCartRecordDtoEnvelope"];
1688
+ };
1689
+ };
1690
+ /** @description Not Found */
1691
+ 404: {
1692
+ content: {
1693
+ "application/json": components["schemas"]["ErrorEnvelope"];
1694
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1695
+ };
1696
+ };
1697
+ };
1698
+ };
1699
+ };
1700
+ "/api/v2/CartService/Records/{recordId}": {
1701
+ put: {
1702
+ parameters: {
1703
+ query?: {
1704
+ "api-version"?: string;
1705
+ };
1706
+ path: {
1707
+ recordId: string;
1708
+ };
1709
+ };
1710
+ requestBody?: {
1711
+ content: {
1712
+ "application/json": components["schemas"]["ItemCartRecordUpdateDto"];
1713
+ "application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
1714
+ };
1715
+ };
1716
+ responses: {
1717
+ /** @description OK */
1718
+ 200: {
1719
+ content: {
1720
+ "application/json": components["schemas"]["EmptyEnvelope"];
1721
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1722
+ };
1723
+ };
1724
+ /** @description Unauthorized */
1725
+ 401: {
1726
+ content: {
1727
+ "application/json": components["schemas"]["ErrorEnvelope"];
1728
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1729
+ };
1730
+ };
1731
+ /** @description Not Found */
1732
+ 404: {
1733
+ content: {
1734
+ "application/json": components["schemas"]["ErrorEnvelope"];
1735
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1736
+ };
1737
+ };
1738
+ };
1739
+ };
1740
+ delete: {
1741
+ parameters: {
1742
+ query?: {
1743
+ "api-version"?: string;
1744
+ };
1745
+ path: {
1746
+ recordId: string;
1747
+ };
1748
+ };
1749
+ responses: {
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 */
1823
+ 200: {
1824
+ content: {
1825
+ "application/json": components["schemas"]["EmptyEnvelope"];
1826
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1827
+ };
1828
+ };
1829
+ /** @description Unauthorized */
1830
+ 401: {
1831
+ content: {
1832
+ "application/json": components["schemas"]["ErrorEnvelope"];
1833
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1834
+ };
1835
+ };
1836
+ /** @description Not Found */
1837
+ 404: {
1838
+ content: {
1839
+ "application/json": components["schemas"]["ErrorEnvelope"];
1840
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1841
+ };
1842
+ };
1843
+ };
1844
+ };
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
+ };
1902
+ "/api/v2/CartService/WishLists": {
1903
+ post: {
1904
+ parameters: {
1905
+ query?: {
1906
+ "api-version"?: string;
1907
+ };
1908
+ };
1909
+ requestBody?: {
1910
+ content: {
1911
+ "application/json": components["schemas"]["NewWishListRequest"];
1912
+ "application/xml": components["schemas"]["NewWishListRequest"];
1913
+ };
1914
+ };
1915
+ responses: {
1916
+ /** @description OK */
1917
+ 200: {
1918
+ content: {
1919
+ "application/json": components["schemas"]["EmptyEnvelope"];
1920
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1921
+ };
1922
+ };
1923
+ };
1924
+ };
1925
+ };
1926
+ "/api/v2/CartService/WishLists/{wishListId}": {
1927
+ put: {
1928
+ parameters: {
1929
+ query?: {
1930
+ "api-version"?: string;
1931
+ };
1932
+ path: {
1933
+ wishListId: string;
1934
+ };
1935
+ };
1936
+ requestBody?: {
1937
+ content: {
1938
+ "application/json": components["schemas"]["WishListUpdateDto"];
1939
+ "application/xml": components["schemas"]["WishListUpdateDto"];
1940
+ };
1941
+ };
1942
+ responses: {
1943
+ /** @description OK */
1944
+ 200: {
1945
+ content: {
1946
+ "application/json": components["schemas"]["EmptyEnvelope"];
1947
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1948
+ };
1949
+ };
1950
+ };
1951
+ };
1952
+ delete: {
1953
+ parameters: {
1954
+ query?: {
1955
+ "api-version"?: string;
1956
+ };
1957
+ path: {
1958
+ wishListId: string;
1959
+ };
1960
+ };
1961
+ responses: {
1962
+ /** @description OK */
1963
+ 200: {
1964
+ content: {
1965
+ "application/json": components["schemas"]["EmptyEnvelope"];
1966
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1967
+ };
1968
+ };
1969
+ };
1970
+ };
1971
+ };
1972
+ "/api/v2/CartService/WishLists/{cartId}": {
1973
+ get: {
1974
+ parameters: {
1975
+ query?: {
1976
+ "api-version"?: string;
1977
+ };
1978
+ path: {
1979
+ cartId: string;
1980
+ };
1981
+ };
1982
+ responses: {
1983
+ /** @description OK */
1984
+ 200: {
1985
+ content: {
1986
+ "application/json": components["schemas"]["WishListDto"][];
1987
+ "application/xml": components["schemas"]["WishListDto"][];
1988
+ };
1989
+ };
1990
+ };
1991
+ };
1992
+ };
1993
+ "/api/v2/CartService/WishLists/{wishListId}/Records": {
1994
+ get: {
1995
+ parameters: {
1996
+ query?: {
1997
+ "api-version"?: string;
1998
+ };
1999
+ path: {
2000
+ wishListId: string;
2001
+ };
2002
+ };
2003
+ responses: {
2004
+ /** @description OK */
2005
+ 200: {
2006
+ content: {
2007
+ "application/json": components["schemas"]["WishListItemRecordDto"][];
2008
+ "application/xml": components["schemas"]["WishListItemRecordDto"][];
2009
+ };
2010
+ };
2011
+ };
2012
+ };
2013
+ };
2014
+ "/api/v2/CartService/WishLists/{wishListId}/Details": {
2015
+ get: {
2016
+ parameters: {
2017
+ query?: {
2018
+ "api-version"?: string;
2019
+ };
2020
+ path: {
2021
+ wishListId: string;
2022
+ };
2023
+ };
2024
+ responses: {
2025
+ /** @description OK */
2026
+ 200: {
2027
+ content: {
2028
+ "application/json": components["schemas"]["WishListDto"];
2029
+ "application/xml": components["schemas"]["WishListDto"];
2030
+ };
2031
+ };
2032
+ };
2033
+ };
2034
+ };
2035
+ "/api/v2/CartService/WishLists/Records": {
2036
+ post: {
2037
+ parameters: {
2038
+ query?: {
2039
+ "api-version"?: string;
2040
+ };
2041
+ };
2042
+ requestBody?: {
2043
+ content: {
2044
+ "application/json": components["schemas"]["ProductToWishListRequest"];
2045
+ "application/xml": components["schemas"]["ProductToWishListRequest"];
2046
+ };
2047
+ };
2048
+ responses: {
2049
+ /** @description OK */
2050
+ 200: {
2051
+ content: {
2052
+ "application/json": components["schemas"]["EmptyEnvelope"];
2053
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2054
+ };
2055
+ };
2056
+ };
2057
+ };
2058
+ };
2059
+ "/api/v2/CartService/WishLists/Records/{recordId}": {
2060
+ delete: {
2061
+ parameters: {
2062
+ query?: {
2063
+ "api-version"?: string;
2064
+ };
2065
+ path: {
2066
+ recordId: string;
2067
+ };
2068
+ };
2069
+ responses: {
2070
+ /** @description OK */
2071
+ 200: {
2072
+ content: never;
2073
+ };
2074
+ };
2075
+ };
2076
+ };
2077
+ }
2078
+
2079
+ export type webhooks = Record<string, never>;
2080
+
2081
+ export interface components {
2082
+ schemas: {
2083
+ AddProductToCompareRequest: {
2084
+ id?: string | null;
2085
+ cartID?: string | null;
2086
+ productID?: string | null;
2087
+ };
2088
+ BooleanEnvelope: {
2089
+ errorMessage?: string | null;
2090
+ isSuccess?: boolean;
2091
+ /** Format: date-time */
2092
+ timestamp?: string;
2093
+ activityId?: string | null;
2094
+ correlationId?: string | null;
2095
+ result?: boolean;
2096
+ };
2097
+ CartDto: {
2098
+ id?: string | null;
2099
+ ip?: string | null;
2100
+ type?: string | null;
2101
+ /** Format: double */
2102
+ total?: number;
2103
+ /** Format: double */
2104
+ taxes?: number;
2105
+ /** Format: double */
2106
+ freight?: number;
2107
+ /** Format: double */
2108
+ subTotal?: number;
2109
+ currencyId?: string | null;
2110
+ countryId?: string | null;
2111
+ /** Format: int32 */
2112
+ itemCartRecordsCount?: number | null;
2113
+ /** Format: int32 */
2114
+ itemToCompareRecordsCount?: number | null;
2115
+ };
2116
+ CartDtoEnvelope: {
2117
+ errorMessage?: string | null;
2118
+ isSuccess?: boolean;
2119
+ /** Format: date-time */
2120
+ timestamp?: string;
2121
+ activityId?: string | null;
2122
+ correlationId?: string | null;
2123
+ result?: components["schemas"]["CartDto"];
2124
+ };
2125
+ CartUpdateRequest: {
2126
+ currencyID?: string | null;
2127
+ countryID?: string | null;
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
+ };
2148
+ CountrySwitchRequest: {
2149
+ cartID?: string | null;
2150
+ countryID?: string | null;
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
+ };
2168
+ CurrencySwitchRequest: {
2169
+ cartID?: string | null;
2170
+ currencyID?: string | null;
2171
+ };
2172
+ EmptyEnvelope: {
2173
+ errorMessage?: string | null;
2174
+ isSuccess?: boolean;
2175
+ /** Format: date-time */
2176
+ timestamp?: string;
2177
+ activityId?: string | null;
2178
+ };
2179
+ ErrorEnvelope: {
2180
+ errorMessage?: string | null;
2181
+ isSuccess?: boolean;
2182
+ /** Format: date-time */
2183
+ timestamp?: string;
2184
+ activityId?: string | null;
2185
+ correlationId?: string | null;
2186
+ };
2187
+ ItemCartRecordCreateDto: {
2188
+ /** Format: uuid */
2189
+ id?: string;
2190
+ /** Format: date-time */
2191
+ timestamp?: string;
2192
+ cartId?: string | null;
2193
+ productId?: string | null;
2194
+ /** Format: double */
2195
+ quantity?: number;
2196
+ };
2197
+ ItemCartRecordDto: {
2198
+ id?: string | null;
2199
+ /** Format: date-time */
2200
+ timestamp?: string | null;
2201
+ closed?: boolean;
2202
+ itemId?: string | null;
2203
+ itemTitle?: string | null;
2204
+ itemShortDescription?: string | null;
2205
+ itemPrimaryImageUrl?: string | null;
2206
+ shippingPolicyId?: string | null;
2207
+ businessId?: string | null;
2208
+ currencyId?: string | null;
2209
+ description?: string | null;
2210
+ /** Format: double */
2211
+ quantity?: number;
2212
+ free?: boolean;
2213
+ freeReason?: string | null;
2214
+ freeReasonCode?: string | null;
2215
+ data?: string | null;
2216
+ dataLabel?: string | null;
2217
+ data1?: string | null;
2218
+ data1Label?: string | null;
2219
+ data2?: string | null;
2220
+ data2Label?: string | null;
2221
+ data3?: string | null;
2222
+ data3Label?: string | null;
2223
+ data4?: string | null;
2224
+ data4Label?: string | null;
2225
+ data5?: string | null;
2226
+ data5Label?: string | null;
2227
+ data6?: string | null;
2228
+ data6Label?: string | null;
2229
+ data7?: string | null;
2230
+ data7Label?: string | null;
2231
+ data8?: string | null;
2232
+ data8Label?: string | null;
2233
+ data9?: string | null;
2234
+ data9Label?: string | null;
2235
+ itemPriceId?: string | null;
2236
+ priceListItemId?: string | null;
2237
+ unitId?: string | null;
2238
+ unitGroupId?: string | null;
2239
+ /**
2240
+ * Format: int32
2241
+ * @enum {integer}
2242
+ */
2243
+ taxCalculationMethod?: 0 | 1;
2244
+ /**
2245
+ * Format: int32
2246
+ * @enum {integer}
2247
+ */
2248
+ costCalculationMethod?: 0 | 1;
2249
+ forexRatesSnapshot?: string | null;
2250
+ /** Format: double */
2251
+ forexRate?: number;
2252
+ /** Format: double */
2253
+ totalBaseAmountInUsd?: number;
2254
+ /** Format: double */
2255
+ totalProfitInUsd?: number;
2256
+ /** Format: double */
2257
+ totalDetailAmountInUsd?: number;
2258
+ /** Format: double */
2259
+ totalTaxBaseInUsd?: number;
2260
+ /** Format: double */
2261
+ totalDiscountsInUsd?: number;
2262
+ /** Format: double */
2263
+ totalTaxesInUsd?: number;
2264
+ /** Format: double */
2265
+ totalWithholdingTaxesInUsd?: number;
2266
+ /** Format: double */
2267
+ totalShippingCostInUsd?: number;
2268
+ /** Format: double */
2269
+ totalShippingTaxesInUsd?: number;
2270
+ /** Format: double */
2271
+ totalWarrantyCostInUsd?: number;
2272
+ /** Format: double */
2273
+ totalReturnCostInUsd?: number;
2274
+ /** Format: double */
2275
+ totalRefundCostInUsd?: number;
2276
+ /** Format: double */
2277
+ totalSurchargesInUsd?: number;
2278
+ /** Format: double */
2279
+ totalAmountInUsd?: number;
2280
+ /** Format: double */
2281
+ totalGlobalDiscountsInUsd?: number;
2282
+ /** Format: double */
2283
+ totalGlobalSurchargesInUsd?: number;
2284
+ /** Format: double */
2285
+ customGlobalSurchargesAmount?: number;
2286
+ /** Format: double */
2287
+ customGlobalDiscountsAmount?: number;
2288
+ /** Format: double */
2289
+ customBaseAmount?: number;
2290
+ /** Format: double */
2291
+ customDetailAmount?: number;
2292
+ /** Format: double */
2293
+ customDiscountsAmount?: number;
2294
+ /** Format: double */
2295
+ customTaxBase?: number;
2296
+ /** Format: double */
2297
+ customSurchargesAmount?: number;
2298
+ /** Format: double */
2299
+ customProfitAmount?: number;
2300
+ /** Format: double */
2301
+ customShippingCostAmount?: number;
2302
+ /** Format: double */
2303
+ customShippingTaxAmount?: number;
2304
+ /** Format: double */
2305
+ customTaxAmount?: number;
2306
+ /** Format: double */
2307
+ customWithholdingTaxAmount?: number;
2308
+ /** Format: double */
2309
+ customTotalAmount?: number;
2310
+ returnPolicyId?: string | null;
2311
+ refundPolicyId?: string | null;
2312
+ warrantyPolicyId?: string | null;
2313
+ shipmentPolicyId?: string | null;
2314
+ shippingLocationId?: string | null;
2315
+ locationId?: string | null;
2316
+ quoteItemRecordId?: string | null;
2317
+ businessProfileRecordId?: string | null;
2318
+ parentBillingItemRecordId?: string | null;
2319
+ cartId?: string | null;
2320
+ itemID?: string | null;
2321
+ shippingAddressID?: string | null;
2322
+ };
2323
+ ItemCartRecordDtoEnvelope: {
2324
+ errorMessage?: string | null;
2325
+ isSuccess?: boolean;
2326
+ /** Format: date-time */
2327
+ timestamp?: string;
2328
+ activityId?: string | null;
2329
+ correlationId?: string | null;
2330
+ result?: components["schemas"]["ItemCartRecordDto"];
2331
+ };
2332
+ ItemCartRecordDtoListEnvelope: {
2333
+ errorMessage?: string | null;
2334
+ isSuccess?: boolean;
2335
+ /** Format: date-time */
2336
+ timestamp?: string;
2337
+ activityId?: string | null;
2338
+ correlationId?: string | null;
2339
+ result?: components["schemas"]["ItemCartRecordDto"][] | null;
2340
+ };
2341
+ ItemCartRecordUpdateDto: {
2342
+ id?: string | null;
2343
+ /** Format: date-time */
2344
+ timestamp?: string | null;
2345
+ /** Format: double */
2346
+ quantity?: number;
2347
+ };
2348
+ ItemToCompareCartRecordDto: {
2349
+ id?: string | null;
2350
+ /** Format: date-time */
2351
+ timestamp?: string | null;
2352
+ cartId?: string | null;
2353
+ itemId?: string | null;
2354
+ };
2355
+ ItemToCompareCartRecordDtoEnvelope: {
2356
+ errorMessage?: string | null;
2357
+ isSuccess?: boolean;
2358
+ /** Format: date-time */
2359
+ timestamp?: string;
2360
+ activityId?: string | null;
2361
+ correlationId?: string | null;
2362
+ result?: components["schemas"]["ItemToCompareCartRecordDto"];
2363
+ };
2364
+ ItemToCompareCartRecordDtoListEnvelope: {
2365
+ errorMessage?: string | null;
2366
+ isSuccess?: boolean;
2367
+ /** Format: date-time */
2368
+ timestamp?: string;
2369
+ activityId?: string | null;
2370
+ correlationId?: string | null;
2371
+ result?: components["schemas"]["ItemToCompareCartRecordDto"][] | null;
2372
+ };
2373
+ NewWishListRequest: {
2374
+ title?: string | null;
2375
+ description?: string | null;
2376
+ /** Format: uuid */
2377
+ cartID?: string;
2378
+ public?: boolean;
2379
+ };
2380
+ ProductToWishListRequest: {
2381
+ wishListId?: string | null;
2382
+ productId?: string | null;
2383
+ };
2384
+ WishListDto: {
2385
+ /** Format: date-time */
2386
+ timestamp?: string | null;
2387
+ id?: string | null;
2388
+ title?: string | null;
2389
+ description?: string | null;
2390
+ cartId?: string | null;
2391
+ public?: boolean;
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
+ };
2402
+ WishListItemRecordDto: {
2403
+ id?: string | null;
2404
+ /** Format: date-time */
2405
+ timestamp?: string | null;
2406
+ wishListId?: string | null;
2407
+ productId?: string | null;
2408
+ };
2409
+ WishListUpdateDto: {
2410
+ title: string;
2411
+ description?: string | null;
2412
+ public?: boolean;
2413
+ };
2414
+ };
2415
+ responses: never;
2416
+ parameters: never;
2417
+ requestBodies: never;
2418
+ headers: never;
2419
+ pathItems: never;
2420
+ }
2421
+
2422
+ export type $defs = Record<string, never>;
2423
+
2424
+ export type external = Record<string, never>;
2425
+
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
+ }