@fenixalliance/abs-api-client 1.0.16 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (553) hide show
  1. package/app/index.ts +74 -5
  2. package/clients/accountingService/sdk.gen.ts +409 -137
  3. package/clients/accountingService/types.gen.ts +678 -1006
  4. package/clients/assetsService/client.gen.ts +18 -0
  5. package/clients/assetsService/index.ts +3 -0
  6. package/clients/assetsService/sdk.gen.ts +808 -0
  7. package/clients/assetsService/types.gen.ts +2762 -0
  8. package/clients/cartService/sdk.gen.ts +181 -77
  9. package/clients/cartService/types.gen.ts +328 -198
  10. package/clients/catalogService/sdk.gen.ts +353 -121
  11. package/clients/catalogService/types.gen.ts +371 -706
  12. package/clients/contentService/sdk.gen.ts +129 -49
  13. package/clients/contentService/types.gen.ts +154 -281
  14. package/clients/crmService/sdk.gen.ts +125 -9
  15. package/clients/crmService/types.gen.ts +432 -38
  16. package/clients/dealsService/sdk.gen.ts +203 -63
  17. package/clients/dealsService/types.gen.ts +413 -273
  18. package/clients/emailTemplates/client.gen.ts +18 -0
  19. package/clients/emailTemplates/index.ts +3 -0
  20. package/clients/emailTemplates/sdk.gen.ts +142 -0
  21. package/clients/emailTemplates/types.gen.ts +354 -0
  22. package/clients/forexService/sdk.gen.ts +49 -17
  23. package/clients/forexService/types.gen.ts +68 -51
  24. package/clients/globeService/sdk.gen.ts +121 -41
  25. package/clients/globeService/types.gen.ts +100 -100
  26. package/clients/hrmsService/client.gen.ts +18 -0
  27. package/clients/hrmsService/index.ts +3 -0
  28. package/clients/hrmsService/sdk.gen.ts +438 -0
  29. package/clients/hrmsService/types.gen.ts +1498 -0
  30. package/clients/identityService/sdk.gen.ts +84 -28
  31. package/clients/identityService/types.gen.ts +65 -93
  32. package/clients/inventoryService/sdk.gen.ts +6 -2
  33. package/clients/inventoryService/types.gen.ts +2 -2
  34. package/clients/invoicingService/types.gen.ts +241 -157
  35. package/clients/learningService/sdk.gen.ts +5 -5
  36. package/clients/learningService/types.gen.ts +97 -378
  37. package/clients/locationsService/client.gen.ts +18 -0
  38. package/clients/locationsService/index.ts +3 -0
  39. package/clients/locationsService/sdk.gen.ts +290 -0
  40. package/clients/locationsService/types.gen.ts +885 -0
  41. package/clients/logisticsService/client.gen.ts +18 -0
  42. package/clients/logisticsService/index.ts +3 -0
  43. package/clients/logisticsService/sdk.gen.ts +153 -0
  44. package/clients/logisticsService/types.gen.ts +540 -0
  45. package/clients/marketingService/sdk.gen.ts +295 -99
  46. package/clients/marketingService/types.gen.ts +279 -349
  47. package/clients/marketplaceService/client.gen.ts +18 -0
  48. package/clients/marketplaceService/index.ts +3 -0
  49. package/clients/marketplaceService/sdk.gen.ts +142 -0
  50. package/clients/marketplaceService/types.gen.ts +354 -0
  51. package/clients/ordersService/types.gen.ts +184 -103
  52. package/clients/paymentsService/sdk.gen.ts +35 -13
  53. package/clients/paymentsService/types.gen.ts +46 -135
  54. package/clients/pricingService/sdk.gen.ts +153 -45
  55. package/clients/pricingService/types.gen.ts +164 -197
  56. package/clients/projectsService/sdk.gen.ts +181 -61
  57. package/clients/projectsService/types.gen.ts +170 -203
  58. package/clients/quotesService/types.gen.ts +198 -88
  59. package/clients/salesService/sdk.gen.ts +6 -2
  60. package/clients/salesService/types.gen.ts +2 -2
  61. package/clients/securityService/sdk.gen.ts +13 -13
  62. package/clients/securityService/types.gen.ts +32 -84
  63. package/clients/servicesService/client.gen.ts +18 -0
  64. package/clients/servicesService/index.ts +3 -0
  65. package/clients/servicesService/sdk.gen.ts +608 -0
  66. package/clients/servicesService/types.gen.ts +3093 -0
  67. package/clients/shipmentsService/sdk.gen.ts +7 -3
  68. package/clients/shipmentsService/types.gen.ts +5 -5
  69. package/clients/socialService/sdk.gen.ts +205 -73
  70. package/clients/socialService/types.gen.ts +190 -296
  71. package/clients/storageService/sdk.gen.ts +32 -8
  72. package/clients/storageService/types.gen.ts +21 -87
  73. package/clients/subscriptionsService/client.gen.ts +18 -0
  74. package/clients/subscriptionsService/index.ts +3 -0
  75. package/clients/subscriptionsService/sdk.gen.ts +290 -0
  76. package/clients/subscriptionsService/types.gen.ts +1435 -0
  77. package/clients/supportService/sdk.gen.ts +277 -93
  78. package/clients/supportService/types.gen.ts +257 -414
  79. package/clients/systemService/sdk.gen.ts +223 -39
  80. package/clients/systemService/types.gen.ts +454 -154
  81. package/clients/tenantsService/sdk.gen.ts +186 -60
  82. package/clients/tenantsService/types.gen.ts +507 -361
  83. package/clients/timeTrackerService/sdk.gen.ts +73 -25
  84. package/clients/timeTrackerService/types.gen.ts +62 -80
  85. package/clients/usersService/sdk.gen.ts +101 -1
  86. package/clients/usersService/types.gen.ts +352 -0
  87. package/clients/walletsService/types.gen.ts +52 -29
  88. package/package.json +4 -2
  89. package/schemas/accountingService/schema.s.ts +5580 -4955
  90. package/schemas/assetsService/schema.s.ts +3385 -0
  91. package/schemas/cartService/schema.s.ts +1478 -1190
  92. package/schemas/catalogService/schema.s.ts +3323 -2795
  93. package/schemas/contentService/schema.s.ts +1445 -1194
  94. package/schemas/crmService/schema.s.ts +657 -146
  95. package/schemas/dealsService/schema.s.ts +2243 -1842
  96. package/schemas/emailTemplates/schema.s.ts +335 -0
  97. package/schemas/forexService/schema.s.ts +343 -270
  98. package/schemas/globeService/schema.s.ts +1143 -963
  99. package/schemas/identityService/schema.s.ts +490 -364
  100. package/schemas/inventoryService/schema.s.ts +28 -19
  101. package/schemas/invoicingService/schema.s.ts +73 -0
  102. package/schemas/learningService/schema.s.ts +2 -2
  103. package/schemas/locationsService/schema.s.ts +980 -0
  104. package/schemas/logisticsService/schema.s.ts +474 -0
  105. package/schemas/marketingService/schema.s.ts +3361 -2908
  106. package/schemas/marketplaceService/schema.s.ts +335 -0
  107. package/schemas/ordersService/schema.s.ts +90 -0
  108. package/schemas/paymentsService/schema.s.ts +282 -227
  109. package/schemas/pricingService/schema.s.ts +1043 -804
  110. package/schemas/projectsService/schema.s.ts +1452 -1184
  111. package/schemas/quotesService/schema.s.ts +104 -0
  112. package/schemas/salesService/schema.s.ts +28 -19
  113. package/schemas/securityService/schema.s.ts +112 -14
  114. package/schemas/servicesService/schema.s.ts +3681 -0
  115. package/schemas/shipmentsService/schema.s.ts +43 -34
  116. package/schemas/socialService/schema.s.ts +1665 -1246
  117. package/schemas/storageService/schema.s.ts +260 -239
  118. package/schemas/subscriptionsService/schema.s.ts +1651 -0
  119. package/schemas/supportService/schema.s.ts +2420 -2039
  120. package/schemas/systemService/schema.s.ts +2107 -1479
  121. package/schemas/tenantsService/schema.s.ts +1588 -960
  122. package/schemas/timeTrackerService/schema.s.ts +550 -444
  123. package/schemas/usersService/schema.s.ts +440 -0
  124. package/schemas/walletsService/schema.s.ts +36 -0
  125. package/vite.config.js +1 -0
  126. package/wwwroot/build/bundle.js +1 -1
  127. package/clients/authService/core/ApiError.js +0 -20
  128. package/clients/authService/core/ApiError.ts +0 -25
  129. package/clients/authService/core/ApiRequestOptions.js +0 -2
  130. package/clients/authService/core/ApiRequestOptions.ts +0 -17
  131. package/clients/authService/core/ApiResult.js +0 -2
  132. package/clients/authService/core/ApiResult.ts +0 -11
  133. package/clients/authService/core/CancelablePromise.js +0 -104
  134. package/clients/authService/core/CancelablePromise.ts +0 -131
  135. package/clients/authService/core/OpenAPI.js +0 -14
  136. package/clients/authService/core/OpenAPI.ts +0 -32
  137. package/clients/authService/core/request.js +0 -294
  138. package/clients/authService/core/request.ts +0 -322
  139. package/clients/authService/index.js +0 -28
  140. package/clients/authService/index.ts +0 -48
  141. package/clients/authService/models/AccessTokenResponse.js +0 -2
  142. package/clients/authService/models/AccessTokenResponse.ts +0 -11
  143. package/clients/authService/models/AccountHolderCreateDto.js +0 -12
  144. package/clients/authService/models/AccountHolderCreateDto.ts +0 -41
  145. package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +0 -2
  146. package/clients/authService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
  147. package/clients/authService/models/ApiAuthorizationResult.js +0 -2
  148. package/clients/authService/models/ApiAuthorizationResult.ts +0 -17
  149. package/clients/authService/models/ApiAuthorizationResultEnvelope.js +0 -2
  150. package/clients/authService/models/ApiAuthorizationResultEnvelope.ts +0 -14
  151. package/clients/authService/models/EnrollmentId.js +0 -2
  152. package/clients/authService/models/EnrollmentId.ts +0 -5
  153. package/clients/authService/models/ErrorEnvelope.js +0 -2
  154. package/clients/authService/models/ErrorEnvelope.ts +0 -12
  155. package/clients/authService/models/ForgotPasswordRequest.js +0 -2
  156. package/clients/authService/models/ForgotPasswordRequest.ts +0 -8
  157. package/clients/authService/models/HttpValidationProblemDetails.js +0 -2
  158. package/clients/authService/models/HttpValidationProblemDetails.ts +0 -5
  159. package/clients/authService/models/InfoRequest.js +0 -2
  160. package/clients/authService/models/InfoRequest.ts +0 -10
  161. package/clients/authService/models/InfoResponse.js +0 -2
  162. package/clients/authService/models/InfoResponse.ts +0 -9
  163. package/clients/authService/models/JsonWebKey.js +0 -2
  164. package/clients/authService/models/JsonWebKey.ts +0 -13
  165. package/clients/authService/models/JsonWebKeySet.js +0 -2
  166. package/clients/authService/models/JsonWebKeySet.ts +0 -9
  167. package/clients/authService/models/JsonWebKeySetEnvelope.js +0 -2
  168. package/clients/authService/models/JsonWebKeySetEnvelope.ts +0 -14
  169. package/clients/authService/models/JsonWebToken.js +0 -2
  170. package/clients/authService/models/JsonWebToken.ts +0 -15
  171. package/clients/authService/models/JsonWebTokenEnvelope.js +0 -2
  172. package/clients/authService/models/JsonWebTokenEnvelope.ts +0 -14
  173. package/clients/authService/models/JsonWebTokenHeader.js +0 -2
  174. package/clients/authService/models/JsonWebTokenHeader.ts +0 -11
  175. package/clients/authService/models/JsonWebTokenPayload.js +0 -2
  176. package/clients/authService/models/JsonWebTokenPayload.ts +0 -17
  177. package/clients/authService/models/LoginRequest.js +0 -2
  178. package/clients/authService/models/LoginRequest.ts +0 -11
  179. package/clients/authService/models/OAuthTokenRequest.js +0 -2
  180. package/clients/authService/models/OAuthTokenRequest.ts +0 -12
  181. package/clients/authService/models/OpenIdConfiguration.js +0 -2
  182. package/clients/authService/models/OpenIdConfiguration.ts +0 -19
  183. package/clients/authService/models/OpenIdConfigurationEnvelope.js +0 -2
  184. package/clients/authService/models/OpenIdConfigurationEnvelope.ts +0 -14
  185. package/clients/authService/models/RefreshRequest.js +0 -2
  186. package/clients/authService/models/RefreshRequest.ts +0 -8
  187. package/clients/authService/models/RegisterRequest.js +0 -2
  188. package/clients/authService/models/RegisterRequest.ts +0 -9
  189. package/clients/authService/models/ResendConfirmationEmailRequest.js +0 -2
  190. package/clients/authService/models/ResendConfirmationEmailRequest.ts +0 -8
  191. package/clients/authService/models/ResetPasswordRequest.js +0 -2
  192. package/clients/authService/models/ResetPasswordRequest.ts +0 -10
  193. package/clients/authService/models/SigninModel.js +0 -2
  194. package/clients/authService/models/SigninModel.ts +0 -9
  195. package/clients/authService/models/StringListEnvelope.js +0 -2
  196. package/clients/authService/models/StringListEnvelope.ts +0 -13
  197. package/clients/authService/models/TenantId.js +0 -2
  198. package/clients/authService/models/TenantId.ts +0 -5
  199. package/clients/authService/models/TwoFactorRequest.js +0 -2
  200. package/clients/authService/models/TwoFactorRequest.ts +0 -12
  201. package/clients/authService/models/TwoFactorResponse.js +0 -2
  202. package/clients/authService/models/TwoFactorResponse.ts +0 -12
  203. package/clients/authService/models/UserId.js +0 -2
  204. package/clients/authService/models/UserId.ts +0 -5
  205. package/clients/authService/services/ApplicationsService.js +0 -112
  206. package/clients/authService/services/ApplicationsService.ts +0 -132
  207. package/clients/authService/services/AuthService.js +0 -246
  208. package/clients/authService/services/AuthService.ts +0 -293
  209. package/clients/authService/services/CheckerService.js +0 -22
  210. package/clients/authService/services/CheckerService.ts +0 -25
  211. package/clients/authService/services/OAuthService.js +0 -152
  212. package/clients/authService/services/OAuthService.ts +0 -183
  213. package/clients/authService/services/ResourceService.js +0 -22
  214. package/clients/authService/services/ResourceService.ts +0 -25
  215. package/clients/authService/services/UserInfoService.js +0 -36
  216. package/clients/authService/services/UserInfoService.ts +0 -41
  217. package/clients/holderService/core/ApiError.js +0 -20
  218. package/clients/holderService/core/ApiError.ts +0 -25
  219. package/clients/holderService/core/ApiRequestOptions.js +0 -2
  220. package/clients/holderService/core/ApiRequestOptions.ts +0 -17
  221. package/clients/holderService/core/ApiResult.js +0 -2
  222. package/clients/holderService/core/ApiResult.ts +0 -11
  223. package/clients/holderService/core/CancelablePromise.js +0 -104
  224. package/clients/holderService/core/CancelablePromise.ts +0 -131
  225. package/clients/holderService/core/OpenAPI.js +0 -14
  226. package/clients/holderService/core/OpenAPI.ts +0 -32
  227. package/clients/holderService/core/request.js +0 -294
  228. package/clients/holderService/core/request.ts +0 -322
  229. package/clients/holderService/index.js +0 -30
  230. package/clients/holderService/index.ts +0 -47
  231. package/clients/holderService/models/AddressDto.js +0 -2
  232. package/clients/holderService/models/AddressDto.ts +0 -31
  233. package/clients/holderService/models/AddressDtoListEnvelope.js +0 -2
  234. package/clients/holderService/models/AddressDtoListEnvelope.ts +0 -14
  235. package/clients/holderService/models/CartDto.js +0 -2
  236. package/clients/holderService/models/CartDto.ts +0 -18
  237. package/clients/holderService/models/CartDtoEnvelope.js +0 -2
  238. package/clients/holderService/models/CartDtoEnvelope.ts +0 -14
  239. package/clients/holderService/models/EmptyEnvelope.js +0 -2
  240. package/clients/holderService/models/EmptyEnvelope.ts +0 -12
  241. package/clients/holderService/models/EnrollmentId.js +0 -2
  242. package/clients/holderService/models/EnrollmentId.ts +0 -5
  243. package/clients/holderService/models/ErrorEnvelope.js +0 -2
  244. package/clients/holderService/models/ErrorEnvelope.ts +0 -12
  245. package/clients/holderService/models/ExtendedTenantDto.js +0 -2
  246. package/clients/holderService/models/ExtendedTenantDto.ts +0 -51
  247. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +0 -2
  248. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
  249. package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +0 -2
  250. package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +0 -19
  251. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +0 -2
  252. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +0 -14
  253. package/clients/holderService/models/ExtendedUserDto.js +0 -26
  254. package/clients/holderService/models/ExtendedUserDto.ts +0 -80
  255. package/clients/holderService/models/ExtendedUserDtoEnvelope.js +0 -2
  256. package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +0 -14
  257. package/clients/holderService/models/FollowRecordDto.js +0 -2
  258. package/clients/holderService/models/FollowRecordDto.ts +0 -12
  259. package/clients/holderService/models/FollowRecordDtoListEnvelope.js +0 -2
  260. package/clients/holderService/models/FollowRecordDtoListEnvelope.ts +0 -14
  261. package/clients/holderService/models/Int32Envelope.js +0 -2
  262. package/clients/holderService/models/Int32Envelope.ts +0 -13
  263. package/clients/holderService/models/NotificationDto.js +0 -2
  264. package/clients/holderService/models/NotificationDto.ts +0 -16
  265. package/clients/holderService/models/NotificationDtoListEnvelope.js +0 -2
  266. package/clients/holderService/models/NotificationDtoListEnvelope.ts +0 -14
  267. package/clients/holderService/models/Operation.js +0 -16
  268. package/clients/holderService/models/Operation.ts +0 -23
  269. package/clients/holderService/models/SocialProfileDto.js +0 -12
  270. package/clients/holderService/models/SocialProfileDto.ts +0 -40
  271. package/clients/holderService/models/SocialProfileDtoEnvelope.js +0 -2
  272. package/clients/holderService/models/SocialProfileDtoEnvelope.ts +0 -14
  273. package/clients/holderService/models/TenantDto.js +0 -2
  274. package/clients/holderService/models/TenantDto.ts +0 -45
  275. package/clients/holderService/models/TenantDtoListEnvelope.js +0 -2
  276. package/clients/holderService/models/TenantDtoListEnvelope.ts +0 -14
  277. package/clients/holderService/models/TenantEnrolmentDto.js +0 -2
  278. package/clients/holderService/models/TenantEnrolmentDto.ts +0 -15
  279. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +0 -2
  280. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
  281. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  282. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  283. package/clients/holderService/models/TenantInvitationDto.js +0 -2
  284. package/clients/holderService/models/TenantInvitationDto.ts +0 -16
  285. package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +0 -2
  286. package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +0 -14
  287. package/clients/holderService/models/UserDto.js +0 -26
  288. package/clients/holderService/models/UserDto.ts +0 -72
  289. package/clients/holderService/models/UserDtoEnvelope.js +0 -2
  290. package/clients/holderService/models/UserDtoEnvelope.ts +0 -14
  291. package/clients/holderService/models/UserSettingsDto.js +0 -12
  292. package/clients/holderService/models/UserSettingsDto.ts +0 -21
  293. package/clients/holderService/models/UserSettingsDtoEnvelope.js +0 -2
  294. package/clients/holderService/models/UserSettingsDtoEnvelope.ts +0 -14
  295. package/clients/holderService/models/UserSettingsUpdateDto.js +0 -12
  296. package/clients/holderService/models/UserSettingsUpdateDto.ts +0 -19
  297. package/clients/holderService/models/UserUpdateDto.js +0 -14
  298. package/clients/holderService/models/UserUpdateDto.ts +0 -43
  299. package/clients/holderService/models/WalletDto.js +0 -2
  300. package/clients/holderService/models/WalletDto.ts +0 -22
  301. package/clients/holderService/models/WalletDtoEnvelope.js +0 -2
  302. package/clients/holderService/models/WalletDtoEnvelope.ts +0 -14
  303. package/clients/holderService/services/UserService.js +0 -507
  304. package/clients/holderService/services/UserService.ts +0 -587
  305. package/clients/tenantService/core/ApiError.js +0 -20
  306. package/clients/tenantService/core/ApiError.ts +0 -25
  307. package/clients/tenantService/core/ApiRequestOptions.js +0 -2
  308. package/clients/tenantService/core/ApiRequestOptions.ts +0 -17
  309. package/clients/tenantService/core/ApiResult.js +0 -2
  310. package/clients/tenantService/core/ApiResult.ts +0 -11
  311. package/clients/tenantService/core/CancelablePromise.js +0 -104
  312. package/clients/tenantService/core/CancelablePromise.ts +0 -131
  313. package/clients/tenantService/core/OpenAPI.js +0 -14
  314. package/clients/tenantService/core/OpenAPI.ts +0 -32
  315. package/clients/tenantService/core/request.js +0 -294
  316. package/clients/tenantService/core/request.ts +0 -322
  317. package/clients/tenantService/index.js +0 -24
  318. package/clients/tenantService/index.ts +0 -118
  319. package/clients/tenantService/models/BooleanEnvelope.js +0 -2
  320. package/clients/tenantService/models/BooleanEnvelope.ts +0 -13
  321. package/clients/tenantService/models/CartDto.js +0 -2
  322. package/clients/tenantService/models/CartDto.ts +0 -18
  323. package/clients/tenantService/models/CartDtoEnvelope.js +0 -2
  324. package/clients/tenantService/models/CartDtoEnvelope.ts +0 -14
  325. package/clients/tenantService/models/EmptyEnvelope.js +0 -2
  326. package/clients/tenantService/models/EmptyEnvelope.ts +0 -12
  327. package/clients/tenantService/models/ErrorEnvelope.js +0 -2
  328. package/clients/tenantService/models/ErrorEnvelope.ts +0 -12
  329. package/clients/tenantService/models/ExtendedTenantDto.js +0 -2
  330. package/clients/tenantService/models/ExtendedTenantDto.ts +0 -51
  331. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +0 -2
  332. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +0 -14
  333. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +0 -2
  334. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +0 -19
  335. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +0 -2
  336. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.ts +0 -14
  337. package/clients/tenantService/models/Int32Envelope.js +0 -2
  338. package/clients/tenantService/models/Int32Envelope.ts +0 -13
  339. package/clients/tenantService/models/NotificationDto.js +0 -2
  340. package/clients/tenantService/models/NotificationDto.ts +0 -16
  341. package/clients/tenantService/models/NotificationDtoListEnvelope.js +0 -2
  342. package/clients/tenantService/models/NotificationDtoListEnvelope.ts +0 -14
  343. package/clients/tenantService/models/Operation.js +0 -16
  344. package/clients/tenantService/models/Operation.ts +0 -23
  345. package/clients/tenantService/models/SocialProfileDto.js +0 -12
  346. package/clients/tenantService/models/SocialProfileDto.ts +0 -40
  347. package/clients/tenantService/models/SocialProfileDtoEnvelope.js +0 -2
  348. package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +0 -14
  349. package/clients/tenantService/models/StringListEnvelope.js +0 -2
  350. package/clients/tenantService/models/StringListEnvelope.ts +0 -13
  351. package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +0 -2
  352. package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +0 -16
  353. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
  354. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
  355. package/clients/tenantService/models/SuiteLicenseDto.js +0 -2
  356. package/clients/tenantService/models/SuiteLicenseDto.ts +0 -15
  357. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +0 -2
  358. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
  359. package/clients/tenantService/models/SuiteLicenseFeatureDto.js +0 -2
  360. package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +0 -9
  361. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +0 -2
  362. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +0 -14
  363. package/clients/tenantService/models/TenantCreateDto.js +0 -2
  364. package/clients/tenantService/models/TenantCreateDto.ts +0 -25
  365. package/clients/tenantService/models/TenantDepartmentCreateDto.js +0 -2
  366. package/clients/tenantService/models/TenantDepartmentCreateDto.ts +0 -16
  367. package/clients/tenantService/models/TenantDepartmentDto.js +0 -2
  368. package/clients/tenantService/models/TenantDepartmentDto.ts +0 -16
  369. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +0 -2
  370. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +0 -14
  371. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +0 -2
  372. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.ts +0 -14
  373. package/clients/tenantService/models/TenantDepartmentUpdateDto.js +0 -2
  374. package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +0 -12
  375. package/clients/tenantService/models/TenantDto.js +0 -2
  376. package/clients/tenantService/models/TenantDto.ts +0 -45
  377. package/clients/tenantService/models/TenantDtoEnvelope.js +0 -2
  378. package/clients/tenantService/models/TenantDtoEnvelope.ts +0 -14
  379. package/clients/tenantService/models/TenantEnrollmentCreateDto.js +0 -2
  380. package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +0 -11
  381. package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +0 -2
  382. package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +0 -9
  383. package/clients/tenantService/models/TenantEnrolmentDto.js +0 -2
  384. package/clients/tenantService/models/TenantEnrolmentDto.ts +0 -15
  385. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +0 -2
  386. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
  387. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  388. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  389. package/clients/tenantService/models/TenantIndustryCreateDto.js +0 -2
  390. package/clients/tenantService/models/TenantIndustryCreateDto.ts +0 -12
  391. package/clients/tenantService/models/TenantIndustryDto.js +0 -2
  392. package/clients/tenantService/models/TenantIndustryDto.ts +0 -12
  393. package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +0 -2
  394. package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +0 -14
  395. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +0 -2
  396. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.ts +0 -14
  397. package/clients/tenantService/models/TenantIndustryUpdateDto.js +0 -2
  398. package/clients/tenantService/models/TenantIndustryUpdateDto.ts +0 -10
  399. package/clients/tenantService/models/TenantInvitationCreateDto.js +0 -2
  400. package/clients/tenantService/models/TenantInvitationCreateDto.ts +0 -12
  401. package/clients/tenantService/models/TenantInvitationDto.js +0 -2
  402. package/clients/tenantService/models/TenantInvitationDto.ts +0 -16
  403. package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +0 -2
  404. package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +0 -14
  405. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +0 -2
  406. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +0 -14
  407. package/clients/tenantService/models/TenantPositionCreateDto.js +0 -2
  408. package/clients/tenantService/models/TenantPositionCreateDto.ts +0 -13
  409. package/clients/tenantService/models/TenantPositionDto.js +0 -2
  410. package/clients/tenantService/models/TenantPositionDto.ts +0 -13
  411. package/clients/tenantService/models/TenantPositionDtoEnvelope.js +0 -2
  412. package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +0 -14
  413. package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +0 -2
  414. package/clients/tenantService/models/TenantPositionDtoListEnvelope.ts +0 -14
  415. package/clients/tenantService/models/TenantPositionUpdateDto.js +0 -2
  416. package/clients/tenantService/models/TenantPositionUpdateDto.ts +0 -9
  417. package/clients/tenantService/models/TenantSegmentCreateDto.js +0 -2
  418. package/clients/tenantService/models/TenantSegmentCreateDto.ts +0 -12
  419. package/clients/tenantService/models/TenantSegmentDto.js +0 -2
  420. package/clients/tenantService/models/TenantSegmentDto.ts +0 -12
  421. package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +0 -2
  422. package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +0 -14
  423. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +0 -2
  424. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.ts +0 -14
  425. package/clients/tenantService/models/TenantSegmentUpdateDto.js +0 -2
  426. package/clients/tenantService/models/TenantSegmentUpdateDto.ts +0 -10
  427. package/clients/tenantService/models/TenantSizeCreateDto.js +0 -2
  428. package/clients/tenantService/models/TenantSizeCreateDto.ts +0 -12
  429. package/clients/tenantService/models/TenantSizeDto.js +0 -2
  430. package/clients/tenantService/models/TenantSizeDto.ts +0 -12
  431. package/clients/tenantService/models/TenantSizeDtoEnvelope.js +0 -2
  432. package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +0 -14
  433. package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +0 -2
  434. package/clients/tenantService/models/TenantSizeDtoListEnvelope.ts +0 -14
  435. package/clients/tenantService/models/TenantSizeUpdateDto.js +0 -2
  436. package/clients/tenantService/models/TenantSizeUpdateDto.ts +0 -10
  437. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +0 -2
  438. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +0 -13
  439. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +0 -2
  440. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +0 -13
  441. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +0 -2
  442. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +0 -14
  443. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +0 -2
  444. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.ts +0 -14
  445. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +0 -2
  446. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +0 -11
  447. package/clients/tenantService/models/TenantTeamCreateDto.js +0 -2
  448. package/clients/tenantService/models/TenantTeamCreateDto.ts +0 -17
  449. package/clients/tenantService/models/TenantTeamDto.js +0 -2
  450. package/clients/tenantService/models/TenantTeamDto.ts +0 -17
  451. package/clients/tenantService/models/TenantTeamDtoEnvelope.js +0 -2
  452. package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +0 -14
  453. package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +0 -2
  454. package/clients/tenantService/models/TenantTeamDtoListEnvelope.ts +0 -14
  455. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +0 -2
  456. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +0 -13
  457. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +0 -2
  458. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +0 -13
  459. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +0 -2
  460. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +0 -14
  461. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +0 -2
  462. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.ts +0 -14
  463. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +0 -2
  464. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +0 -11
  465. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +0 -2
  466. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +0 -13
  467. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +0 -2
  468. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +0 -13
  469. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +0 -2
  470. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +0 -14
  471. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +0 -2
  472. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.ts +0 -14
  473. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +0 -2
  474. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +0 -11
  475. package/clients/tenantService/models/TenantTeamRecordCreateDto.js +0 -2
  476. package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +0 -12
  477. package/clients/tenantService/models/TenantTeamRecordDto.js +0 -2
  478. package/clients/tenantService/models/TenantTeamRecordDto.ts +0 -12
  479. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +0 -2
  480. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +0 -14
  481. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +0 -2
  482. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.ts +0 -14
  483. package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +0 -2
  484. package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +0 -10
  485. package/clients/tenantService/models/TenantTeamUpdateDto.js +0 -2
  486. package/clients/tenantService/models/TenantTeamUpdateDto.ts +0 -17
  487. package/clients/tenantService/models/TenantTerritoryCreateDto.js +0 -2
  488. package/clients/tenantService/models/TenantTerritoryCreateDto.ts +0 -14
  489. package/clients/tenantService/models/TenantTerritoryDto.js +0 -2
  490. package/clients/tenantService/models/TenantTerritoryDto.ts +0 -14
  491. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +0 -2
  492. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +0 -14
  493. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +0 -2
  494. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.ts +0 -14
  495. package/clients/tenantService/models/TenantTerritoryUpdateDto.js +0 -2
  496. package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +0 -9
  497. package/clients/tenantService/models/TenantTypeCreateDto.js +0 -2
  498. package/clients/tenantService/models/TenantTypeCreateDto.ts +0 -11
  499. package/clients/tenantService/models/TenantTypeDto.js +0 -2
  500. package/clients/tenantService/models/TenantTypeDto.ts +0 -11
  501. package/clients/tenantService/models/TenantTypeDtoEnvelope.js +0 -2
  502. package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +0 -14
  503. package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +0 -2
  504. package/clients/tenantService/models/TenantTypeDtoListEnvelope.ts +0 -14
  505. package/clients/tenantService/models/TenantTypeUpdateDto.js +0 -2
  506. package/clients/tenantService/models/TenantTypeUpdateDto.ts +0 -9
  507. package/clients/tenantService/models/TenantUnitCreateDto.js +0 -2
  508. package/clients/tenantService/models/TenantUnitCreateDto.ts +0 -18
  509. package/clients/tenantService/models/TenantUnitDto.js +0 -2
  510. package/clients/tenantService/models/TenantUnitDto.ts +0 -18
  511. package/clients/tenantService/models/TenantUnitDtoEnvelope.js +0 -2
  512. package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +0 -14
  513. package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +0 -2
  514. package/clients/tenantService/models/TenantUnitDtoListEnvelope.ts +0 -14
  515. package/clients/tenantService/models/TenantUnitUpdateDto.js +0 -2
  516. package/clients/tenantService/models/TenantUnitUpdateDto.ts +0 -14
  517. package/clients/tenantService/models/TenantUpdateDto.js +0 -2
  518. package/clients/tenantService/models/TenantUpdateDto.ts +0 -31
  519. package/clients/tenantService/models/UserDto.js +0 -26
  520. package/clients/tenantService/models/UserDto.ts +0 -72
  521. package/clients/tenantService/models/UserDtoListEnvelope.js +0 -2
  522. package/clients/tenantService/models/UserDtoListEnvelope.ts +0 -14
  523. package/clients/tenantService/models/WalletDto.js +0 -2
  524. package/clients/tenantService/models/WalletDto.ts +0 -22
  525. package/clients/tenantService/models/WalletDtoEnvelope.js +0 -2
  526. package/clients/tenantService/models/WalletDtoEnvelope.ts +0 -14
  527. package/clients/tenantService/models/WebPortalDto.js +0 -2
  528. package/clients/tenantService/models/WebPortalDto.ts +0 -19
  529. package/clients/tenantService/models/WebPortalDtoListEnvelope.js +0 -2
  530. package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +0 -14
  531. package/clients/tenantService/services/SizesService.js +0 -173
  532. package/clients/tenantService/services/SizesService.ts +0 -204
  533. package/clients/tenantService/services/TenantsService.js +0 -3173
  534. package/clients/tenantService/services/TenantsService.ts +0 -3701
  535. package/openapi-ts-error-1774919197061.log +0 -12
  536. package/openapi-ts-error-1774919206848.log +0 -12
  537. package/openapi-ts-error-1774919211413.log +0 -12
  538. package/openapi-ts-error-1774919234889.log +0 -12
  539. package/openapi-ts-error-1774919238790.log +0 -12
  540. package/openapi-ts-error-1774919250450.log +0 -12
  541. package/openapi-ts-error-1774919289933.log +0 -12
  542. package/openapi-ts-error-1774919293886.log +0 -12
  543. package/openapi-ts-error-1774919297530.log +0 -12
  544. package/openapi-ts-error-1774952133757.log +0 -12
  545. package/openapi-ts-error-1774952145095.log +0 -12
  546. package/openapi-ts-error-1774952149289.log +0 -12
  547. package/openapi-ts-error-1774952170560.log +0 -12
  548. package/openapi-ts-error-1774952173946.log +0 -12
  549. package/openapi-ts-error-1774952221374.log +0 -12
  550. package/openapi-ts-error-1774952225129.log +0 -12
  551. package/openapi-ts-error-1774952228932.log +0 -12
  552. package/openapi-ts-error-1774955105047.log +0 -12
  553. package/output.txt +0 -1831
@@ -81,12 +81,12 @@ export interface paths {
81
81
  * Get all cart lines
82
82
  * @description Get all cart lines
83
83
  */
84
- get: operations["GetItemsInCartAsync"];
84
+ get: operations["GetCartItems"];
85
85
  /**
86
86
  * Clear all items from a cart
87
87
  * @description Clear all items from a cart
88
88
  */
89
- delete: operations["ClearCartAsync"];
89
+ delete: operations["ClearCartRecords"];
90
90
  };
91
91
  "/api/v2/CartService/Carts/{cartId}/Items/{itemId}": {
92
92
  /**
@@ -124,7 +124,7 @@ export interface paths {
124
124
  * Decrease an Item in a cart
125
125
  * @description Decrease an Item in a cart
126
126
  */
127
- put: operations["RemoveItemFromCartAsync"];
127
+ put: operations["DecreaseCartItemQuantity"];
128
128
  };
129
129
  "/api/v2/CartService/Carts/{cartId}/Lines": {
130
130
  /**
@@ -169,7 +169,7 @@ export interface paths {
169
169
  * Get all wishlists in a cart
170
170
  * @description Get all wishlists in a cart
171
171
  */
172
- get: operations["GetWishListAsync"];
172
+ get: operations["GetCartWishList"];
173
173
  /**
174
174
  * Create a new wish list
175
175
  * @description Create a new wish list
@@ -193,14 +193,14 @@ export interface paths {
193
193
  * Assesses if a WishList exists
194
194
  * @description Assesses if a WishList exists but does not return the content
195
195
  */
196
- head: operations["WishListExistsHeadAsync"];
196
+ head: operations["CartWishListExistsHead"];
197
197
  };
198
198
  "/api/v2/CartService/Carts/{cartId}/WishLists/{wishListId}": {
199
199
  /**
200
200
  * Get a wish list by ID
201
201
  * @description Get a wish list by ID
202
202
  */
203
- get: operations["GetCartWishListDetailsAsync"];
203
+ get: operations["GetCartWishListDetails"];
204
204
  /**
205
205
  * Update a wish list
206
206
  * @description Update a wish list
@@ -210,14 +210,14 @@ export interface paths {
210
210
  * Delete a wish list
211
211
  * @description Delete a wish list
212
212
  */
213
- delete: operations["DeleteWishList"];
213
+ delete: operations["DeleteCartWishList"];
214
214
  };
215
215
  "/api/v2/CartService/Carts/{cartId}/WishLists/{wishListId}/Records": {
216
216
  /**
217
217
  * Get all records in a wish list
218
218
  * @description Get all records in a wish list
219
219
  */
220
- get: operations["GetCartWishListItemsAsync"];
220
+ get: operations["GetCartWishListItems"];
221
221
  /**
222
222
  * Add a record to a wish list
223
223
  * @description Add a record to a wish list
@@ -234,26 +234,26 @@ export interface paths {
234
234
  * Remove a record from a wish list
235
235
  * @description Remove a record from a wish list
236
236
  */
237
- delete: operations["DeleteWishListRecord"];
237
+ delete: operations["DeleteCartWishListRecord"];
238
238
  };
239
239
  "/api/v2/CartService/Carts/{cartId}/Compare": {
240
240
  /**
241
241
  * Get all items in the compare table
242
242
  * @description Get all items in the compare table
243
243
  */
244
- get: operations["GetItemToCompareRecords"];
244
+ get: operations["GetCartCompareRecords"];
245
245
  };
246
246
  "/api/v2/CartService/Carts/{cartId}/Compare/{itemId}": {
247
247
  /**
248
248
  * Get an item from the compare table
249
249
  * @description Get an item from the compare table
250
250
  */
251
- get: operations["GetItemToCompareRecord"];
251
+ get: operations["GetCartCompareRecord"];
252
252
  /**
253
253
  * Add an item to the compare table
254
254
  * @description Add an item to the compare table
255
255
  */
256
- post: operations["AddItemToCompareTableAsync"];
256
+ post: operations["AddItemToCartCompareTable"];
257
257
  /**
258
258
  * Remove an item from the compare table
259
259
  * @description Remove an item from the compare table
@@ -268,138 +268,32 @@ export interface paths {
268
268
  get: operations["IsItemInCompareTableAsync"];
269
269
  };
270
270
  "/api/v2/CartService/Compare/{cartId}": {
271
- get: {
272
- parameters: {
273
- query?: {
274
- "api-version"?: string;
275
- };
276
- header?: {
277
- "x-api-version"?: string;
278
- };
279
- path: {
280
- cartId: string;
281
- };
282
- };
283
- responses: {
284
- /** @description OK */
285
- 200: {
286
- content: {
287
- "application/json": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
288
- "application/xml": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
289
- };
290
- };
291
- /** @description Unauthorized */
292
- 401: {
293
- content: {
294
- "application/json": components["schemas"]["ErrorEnvelope"];
295
- "application/xml": components["schemas"]["ErrorEnvelope"];
296
- };
297
- };
298
- /** @description Not Found */
299
- 404: {
300
- content: {
301
- "application/json": components["schemas"]["ErrorEnvelope"];
302
- "application/xml": components["schemas"]["ErrorEnvelope"];
303
- };
304
- };
305
- };
306
- };
271
+ /**
272
+ * Get items to compare in a cart
273
+ * @description Retrieves all items added to the compare table for the specified cart.
274
+ */
275
+ get: operations["GetItemToCompareRecords"];
307
276
  };
308
277
  "/api/v2/CartService/Compare/{recordId}/Details": {
309
- get: {
310
- parameters: {
311
- query?: {
312
- "api-version"?: string;
313
- };
314
- header?: {
315
- "x-api-version"?: string;
316
- };
317
- path: {
318
- recordId: string;
319
- };
320
- };
321
- responses: {
322
- /** @description OK */
323
- 200: {
324
- content: {
325
- "application/json": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
326
- "application/xml": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
327
- };
328
- };
329
- /** @description Not Found */
330
- 404: {
331
- content: {
332
- "application/json": components["schemas"]["ErrorEnvelope"];
333
- "application/xml": components["schemas"]["ErrorEnvelope"];
334
- };
335
- };
336
- };
337
- };
278
+ /**
279
+ * Get compare record details
280
+ * @description Retrieves the details of a specific item-to-compare cart record.
281
+ */
282
+ get: operations["GetItemToCompareRecord"];
338
283
  };
339
284
  "/api/v2/CartService/Compare": {
340
- post: {
341
- parameters: {
342
- query?: {
343
- "api-version"?: string;
344
- };
345
- header?: {
346
- "x-api-version"?: string;
347
- };
348
- };
349
- requestBody?: {
350
- content: {
351
- "application/json": components["schemas"]["AddProductToCompareRequest"];
352
- "application/xml": components["schemas"]["AddProductToCompareRequest"];
353
- };
354
- };
355
- responses: {
356
- /** @description OK */
357
- 200: {
358
- content: {
359
- "application/json": components["schemas"]["ItemCartRecordDto"];
360
- "application/xml": components["schemas"]["ItemCartRecordDto"];
361
- };
362
- };
363
- /** @description Not Found */
364
- 404: {
365
- content: {
366
- "application/json": components["schemas"]["ErrorEnvelope"];
367
- "application/xml": components["schemas"]["ErrorEnvelope"];
368
- };
369
- };
370
- };
371
- };
285
+ /**
286
+ * Add an item to the compare table
287
+ * @description Adds a product to the compare table for the specified cart with tracking.
288
+ */
289
+ post: operations["AddItemToCompareTableAsync"];
372
290
  };
373
291
  "/api/v2/CartService/Compare/{recordId}": {
374
- delete: {
375
- parameters: {
376
- query?: {
377
- "api-version"?: string;
378
- };
379
- header?: {
380
- "x-api-version"?: string;
381
- };
382
- path: {
383
- recordId: string;
384
- };
385
- };
386
- responses: {
387
- /** @description OK */
388
- 200: {
389
- content: {
390
- "application/json": components["schemas"]["ItemToCompareCartRecordDto"];
391
- "application/xml": components["schemas"]["ItemToCompareCartRecordDto"];
392
- };
393
- };
394
- /** @description Not Found */
395
- 404: {
396
- content: {
397
- "application/json": components["schemas"]["ErrorEnvelope"];
398
- "application/xml": components["schemas"]["ErrorEnvelope"];
399
- };
400
- };
401
- };
402
- };
292
+ /**
293
+ * Remove an item from the compare table
294
+ * @description Removes a specific record from the compare table by its record ID.
295
+ */
296
+ delete: operations["RemoveItemFromCompareTable"];
403
297
  };
404
298
  "/version": {
405
299
  get: {
@@ -627,689 +521,150 @@ export interface paths {
627
521
  };
628
522
  };
629
523
  "/api/v2/CartService/Records/AddItem": {
630
- post: {
631
- parameters: {
632
- query?: {
633
- cartId?: string;
634
- itemId?: string;
635
- quantity?: number;
636
- "api-version"?: string;
637
- };
638
- header?: {
639
- "x-api-version"?: string;
640
- };
641
- };
642
- responses: {
643
- /** @description OK */
644
- 200: {
645
- content: {
646
- "application/json": components["schemas"]["EmptyEnvelope"];
647
- "application/xml": components["schemas"]["EmptyEnvelope"];
648
- };
649
- };
650
- /** @description Unauthorized */
651
- 401: {
652
- content: {
653
- "application/json": components["schemas"]["ErrorEnvelope"];
654
- "application/xml": components["schemas"]["ErrorEnvelope"];
655
- };
656
- };
657
- /** @description Not Found */
658
- 404: {
659
- content: {
660
- "application/json": components["schemas"]["ErrorEnvelope"];
661
- "application/xml": components["schemas"]["ErrorEnvelope"];
662
- };
663
- };
664
- };
665
- };
524
+ /**
525
+ * Add an item to a cart
526
+ * @description Adds an item with the specified quantity to the given cart.
527
+ */
528
+ post: operations["AddItemToCart"];
666
529
  };
667
- "/api/v2/CartService/Records/{cartID}": {
668
- get: {
669
- parameters: {
670
- query?: {
671
- "api-version"?: string;
672
- };
673
- header?: {
674
- "x-api-version"?: string;
675
- };
676
- path: {
677
- cartId: string;
678
- };
679
- };
680
- responses: {
681
- /** @description OK */
682
- 200: {
683
- content: {
684
- "application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
685
- "application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
686
- };
687
- };
688
- /** @description Unauthorized */
689
- 401: {
690
- content: {
691
- "application/json": components["schemas"]["ErrorEnvelope"];
692
- "application/xml": components["schemas"]["ErrorEnvelope"];
693
- };
694
- };
695
- /** @description Not Found */
696
- 404: {
697
- content: {
698
- "application/json": components["schemas"]["ErrorEnvelope"];
699
- "application/xml": components["schemas"]["ErrorEnvelope"];
700
- };
701
- };
702
- };
703
- };
530
+ "/api/v2/CartService/Records/{cartId}": {
531
+ /**
532
+ * Get all items in a cart
533
+ * @description Retrieves all item cart records for the specified cart.
534
+ */
535
+ get: operations["GetItemsInCartAsync"];
704
536
  };
705
537
  "/api/v2/CartService/Records": {
706
- post: {
707
- parameters: {
708
- query?: {
709
- "api-version"?: string;
710
- };
711
- header?: {
712
- "x-api-version"?: string;
713
- };
714
- };
715
- requestBody?: {
716
- content: {
717
- "application/json": components["schemas"]["ItemCartRecordCreateDto"];
718
- "application/xml": components["schemas"]["ItemCartRecordCreateDto"];
719
- };
720
- };
721
- responses: {
722
- /** @description OK */
723
- 200: {
724
- content: {
725
- "application/json": components["schemas"]["EmptyEnvelope"];
726
- "application/xml": components["schemas"]["EmptyEnvelope"];
727
- };
728
- };
729
- /** @description Unauthorized */
730
- 401: {
731
- content: {
732
- "application/json": components["schemas"]["ErrorEnvelope"];
733
- "application/xml": components["schemas"]["ErrorEnvelope"];
734
- };
735
- };
736
- /** @description Not Found */
737
- 404: {
738
- content: {
739
- "application/json": components["schemas"]["ErrorEnvelope"];
740
- "application/xml": components["schemas"]["ErrorEnvelope"];
741
- };
742
- };
743
- };
744
- };
745
- delete: {
746
- parameters: {
747
- query?: {
748
- cartId?: string;
749
- productId?: string;
750
- "api-version"?: string;
751
- };
752
- header?: {
753
- "x-api-version"?: string;
754
- };
755
- };
756
- responses: {
757
- /** @description OK */
758
- 200: {
759
- content: {
760
- "application/json": components["schemas"]["EmptyEnvelope"];
761
- "application/xml": components["schemas"]["EmptyEnvelope"];
762
- };
763
- };
764
- /** @description Unauthorized */
765
- 401: {
766
- content: {
767
- "application/json": components["schemas"]["ErrorEnvelope"];
768
- "application/xml": components["schemas"]["ErrorEnvelope"];
769
- };
770
- };
771
- /** @description Not Found */
772
- 404: {
773
- content: {
774
- "application/json": components["schemas"]["ErrorEnvelope"];
775
- "application/xml": components["schemas"]["ErrorEnvelope"];
776
- };
777
- };
778
- };
779
- };
538
+ /**
539
+ * Add a product to a cart with tracking
540
+ * @description Adds a product to the cart using a request body with cart ID, product ID, and quantity.
541
+ */
542
+ post: operations["AddProductToCartAsync"];
543
+ /**
544
+ * Remove a product from a cart
545
+ * @description Removes a product from the cart using cart ID and product ID query parameters.
546
+ */
547
+ delete: operations["RemoveProductFromCartByParams"];
780
548
  };
781
549
  "/api/v2/CartService/Records/IsInCart": {
782
- get: {
783
- parameters: {
784
- query: {
785
- itemID: string;
786
- cartID: string;
787
- "api-version"?: string;
788
- };
789
- header?: {
790
- "x-api-version"?: string;
791
- };
792
- };
793
- responses: {
794
- /** @description OK */
795
- 200: {
796
- content: {
797
- "application/json": components["schemas"]["BooleanEnvelope"];
798
- "application/xml": components["schemas"]["BooleanEnvelope"];
799
- };
800
- };
801
- /** @description Unauthorized */
802
- 401: {
803
- content: {
804
- "application/json": components["schemas"]["ErrorEnvelope"];
805
- "application/xml": components["schemas"]["ErrorEnvelope"];
806
- };
807
- };
808
- /** @description Not Found */
809
- 404: {
810
- content: {
811
- "application/json": components["schemas"]["EmptyEnvelope"];
812
- "application/xml": components["schemas"]["EmptyEnvelope"];
813
- };
814
- };
815
- };
816
- };
550
+ /**
551
+ * Check if an item is in a cart
552
+ * @description Returns a boolean indicating whether the specified item is already in the given cart.
553
+ */
554
+ get: operations["IsItemAlreadyInCart"];
817
555
  };
818
556
  "/api/v2/CartService/Records/ClearCart": {
819
- post: {
820
- parameters: {
821
- query: {
822
- cartID: string;
823
- "api-version"?: string;
824
- };
825
- header?: {
826
- "x-api-version"?: string;
827
- };
828
- };
829
- responses: {
830
- /** @description OK */
831
- 200: {
832
- content: {
833
- "application/json": components["schemas"]["EmptyEnvelope"];
834
- "application/xml": components["schemas"]["EmptyEnvelope"];
835
- };
836
- };
837
- /** @description Unauthorized */
838
- 401: {
839
- content: {
840
- "application/json": components["schemas"]["ErrorEnvelope"];
841
- "application/xml": components["schemas"]["ErrorEnvelope"];
842
- };
843
- };
844
- /** @description Not Found */
845
- 404: {
846
- content: {
847
- "application/json": components["schemas"]["ErrorEnvelope"];
848
- "application/xml": components["schemas"]["ErrorEnvelope"];
849
- };
850
- };
851
- };
852
- };
557
+ /**
558
+ * Clear all items from a cart
559
+ * @description Removes all item records from the specified cart.
560
+ */
561
+ post: operations["ClearCartAsync"];
853
562
  };
854
563
  "/api/v2/CartService/Records/{recordId}/Details": {
855
- get: {
856
- parameters: {
857
- query?: {
858
- "api-version"?: string;
859
- };
860
- header?: {
861
- "x-api-version"?: string;
862
- };
863
- path: {
864
- recordId: string;
865
- };
866
- };
867
- responses: {
868
- /** @description OK */
869
- 200: {
870
- content: {
871
- "application/json": components["schemas"]["EmptyEnvelope"];
872
- "application/xml": components["schemas"]["EmptyEnvelope"];
873
- };
874
- };
875
- /** @description Unauthorized */
876
- 401: {
877
- content: {
878
- "application/json": components["schemas"]["ItemCartRecordDtoEnvelope"];
879
- "application/xml": components["schemas"]["ItemCartRecordDtoEnvelope"];
880
- };
881
- };
882
- /** @description Not Found */
883
- 404: {
884
- content: {
885
- "application/json": components["schemas"]["ErrorEnvelope"];
886
- "application/xml": components["schemas"]["ErrorEnvelope"];
887
- };
888
- };
889
- };
890
- };
564
+ /**
565
+ * Get a cart record by ID
566
+ * @description Retrieves the details of a specific item cart record.
567
+ */
568
+ get: operations["GetItemCartRecord"];
891
569
  };
892
570
  "/api/v2/CartService/Records/{recordId}": {
893
- put: {
894
- parameters: {
895
- query?: {
896
- "api-version"?: string;
897
- };
898
- header?: {
899
- "x-api-version"?: string;
900
- };
901
- path: {
902
- recordId: string;
903
- };
904
- };
905
- requestBody?: {
906
- content: {
907
- "application/json": components["schemas"]["ItemCartRecordUpdateDto"];
908
- "application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
909
- };
910
- };
911
- responses: {
912
- /** @description OK */
913
- 200: {
914
- content: {
915
- "application/json": components["schemas"]["EmptyEnvelope"];
916
- "application/xml": components["schemas"]["EmptyEnvelope"];
917
- };
918
- };
919
- /** @description Unauthorized */
920
- 401: {
921
- content: {
922
- "application/json": components["schemas"]["ErrorEnvelope"];
923
- "application/xml": components["schemas"]["ErrorEnvelope"];
924
- };
925
- };
926
- /** @description Not Found */
927
- 404: {
928
- content: {
929
- "application/json": components["schemas"]["ErrorEnvelope"];
930
- "application/xml": components["schemas"]["ErrorEnvelope"];
931
- };
932
- };
933
- };
934
- };
935
- delete: {
936
- parameters: {
937
- query?: {
938
- "api-version"?: string;
939
- };
940
- header?: {
941
- "x-api-version"?: string;
942
- };
943
- path: {
944
- recordId: string;
945
- };
946
- };
947
- responses: {
948
- /** @description OK */
949
- 200: {
950
- content: {
951
- "application/json": components["schemas"]["EmptyEnvelope"];
952
- "application/xml": components["schemas"]["EmptyEnvelope"];
953
- };
954
- };
955
- /** @description Unauthorized */
956
- 401: {
957
- content: {
958
- "application/json": components["schemas"]["ErrorEnvelope"];
959
- "application/xml": components["schemas"]["ErrorEnvelope"];
960
- };
961
- };
962
- /** @description Not Found */
963
- 404: {
964
- content: {
965
- "application/json": components["schemas"]["ErrorEnvelope"];
966
- "application/xml": components["schemas"]["ErrorEnvelope"];
967
- };
968
- };
969
- };
970
- };
571
+ /**
572
+ * Update a cart record
573
+ * @description Updates the specified item cart record with the provided data.
574
+ */
575
+ put: operations["UpdateItemCartRecord"];
576
+ /**
577
+ * Remove a product from a cart by record ID
578
+ * @description Removes a specific item record from the cart by its record ID.
579
+ */
580
+ delete: operations["RemoveProductFromCartByRecordId"];
971
581
  };
972
582
  "/api/v2/CartService/Records/{recordId}/Increase": {
973
- put: {
974
- parameters: {
975
- query?: {
976
- quantity?: number;
977
- "api-version"?: string;
978
- };
979
- header?: {
980
- "x-api-version"?: string;
981
- };
982
- path: {
983
- recordId: string;
984
- };
985
- };
986
- responses: {
987
- /** @description OK */
988
- 200: {
989
- content: {
990
- "application/json": components["schemas"]["EmptyEnvelope"];
991
- "application/xml": components["schemas"]["EmptyEnvelope"];
992
- };
993
- };
994
- /** @description Unauthorized */
995
- 401: {
996
- content: {
997
- "application/json": components["schemas"]["ErrorEnvelope"];
998
- "application/xml": components["schemas"]["ErrorEnvelope"];
999
- };
1000
- };
1001
- /** @description Not Found */
1002
- 404: {
1003
- content: {
1004
- "application/json": components["schemas"]["ErrorEnvelope"];
1005
- "application/xml": components["schemas"]["ErrorEnvelope"];
1006
- };
1007
- };
1008
- };
1009
- };
583
+ /**
584
+ * Increase cart record quantity
585
+ * @description Increases the quantity of the specified item cart record by the given amount.
586
+ */
587
+ put: operations["IncreaseItemCartRecord"];
1010
588
  };
1011
589
  "/api/v2/CartService/Records/{recordId}/Decrease": {
1012
- put: {
1013
- parameters: {
1014
- query?: {
1015
- quantity?: number;
1016
- "api-version"?: string;
1017
- };
1018
- header?: {
1019
- "x-api-version"?: string;
1020
- };
1021
- path: {
1022
- recordId: string;
1023
- };
1024
- };
1025
- responses: {
1026
- /** @description OK */
1027
- 200: {
1028
- content: {
1029
- "application/json": components["schemas"]["EmptyEnvelope"];
1030
- "application/xml": components["schemas"]["EmptyEnvelope"];
1031
- };
1032
- };
1033
- /** @description Unauthorized */
1034
- 401: {
1035
- content: {
1036
- "application/json": components["schemas"]["ErrorEnvelope"];
1037
- "application/xml": components["schemas"]["ErrorEnvelope"];
1038
- };
1039
- };
1040
- /** @description Not Found */
1041
- 404: {
1042
- content: {
1043
- "application/json": components["schemas"]["ErrorEnvelope"];
1044
- "application/xml": components["schemas"]["ErrorEnvelope"];
1045
- };
1046
- };
1047
- };
1048
- };
590
+ /**
591
+ * Decrease cart record quantity
592
+ * @description Decreases the quantity of the specified item cart record by the given amount.
593
+ */
594
+ put: operations["DecreaseItemCartRecord"];
1049
595
  };
1050
596
  "/api/v2/CartService/WishLists/Contains": {
1051
- get: {
1052
- parameters: {
1053
- query?: {
1054
- cartId?: string;
1055
- productId?: string;
1056
- "api-version"?: string;
1057
- };
1058
- header?: {
1059
- "x-api-version"?: string;
1060
- };
1061
- };
1062
- responses: {
1063
- /** @description OK */
1064
- 200: {
1065
- content: {
1066
- "application/json": components["schemas"]["BooleanEnvelope"];
1067
- "application/xml": components["schemas"]["BooleanEnvelope"];
1068
- };
1069
- };
1070
- };
1071
- };
597
+ /**
598
+ * Check if a product is in any wish list
599
+ * @description Returns a boolean indicating whether the specified product exists in any wish list of the given cart.
600
+ */
601
+ get: operations["IsProductInWishLists"];
1072
602
  };
1073
603
  "/api/v2/CartService/WishLists/Exists": {
1074
- get: {
1075
- parameters: {
1076
- query?: {
1077
- wishListId?: string;
1078
- "api-version"?: string;
1079
- };
1080
- header?: {
1081
- "x-api-version"?: string;
1082
- };
1083
- };
1084
- responses: {
1085
- /** @description OK */
1086
- 200: {
1087
- content: {
1088
- "application/json": components["schemas"]["BooleanEnvelope"];
1089
- "application/xml": components["schemas"]["BooleanEnvelope"];
1090
- };
1091
- };
1092
- };
1093
- };
1094
- head: {
1095
- parameters: {
1096
- query?: {
1097
- wishListId?: string;
1098
- "api-version"?: string;
1099
- };
1100
- header?: {
1101
- "x-api-version"?: string;
1102
- };
1103
- };
1104
- responses: {
1105
- /** @description OK */
1106
- 200: {
1107
- content: {
1108
- "application/json": components["schemas"]["EmptyEnvelope"];
1109
- "application/xml": components["schemas"]["EmptyEnvelope"];
1110
- };
1111
- };
1112
- };
1113
- };
604
+ /**
605
+ * Check if a wish list exists
606
+ * @description Returns a boolean indicating whether the specified wish list exists.
607
+ */
608
+ get: operations["WishListExists"];
609
+ /**
610
+ * Check if a wish list exists (HEAD)
611
+ * @description HEAD request to check whether the specified wish list exists without returning a response body.
612
+ */
613
+ head: operations["WishListExistsHeadAsync"];
1114
614
  };
1115
615
  "/api/v2/CartService/WishLists": {
1116
- post: {
1117
- parameters: {
1118
- query?: {
1119
- "api-version"?: string;
1120
- };
1121
- header?: {
1122
- "x-api-version"?: string;
1123
- };
1124
- };
1125
- requestBody?: {
1126
- content: {
1127
- "application/json": components["schemas"]["NewWishListRequest"];
1128
- "application/xml": components["schemas"]["NewWishListRequest"];
1129
- };
1130
- };
1131
- responses: {
1132
- /** @description OK */
1133
- 200: {
1134
- content: {
1135
- "application/json": components["schemas"]["EmptyEnvelope"];
1136
- "application/xml": components["schemas"]["EmptyEnvelope"];
1137
- };
1138
- };
1139
- };
1140
- };
616
+ /**
617
+ * Create a wish list
618
+ * @description Creates a new wish list from the provided request data.
619
+ */
620
+ post: operations["CreateWishList"];
1141
621
  };
1142
622
  "/api/v2/CartService/WishLists/{wishListId}": {
1143
- put: {
1144
- parameters: {
1145
- query?: {
1146
- "api-version"?: string;
1147
- };
1148
- header?: {
1149
- "x-api-version"?: string;
1150
- };
1151
- path: {
1152
- wishListId: string;
1153
- };
1154
- };
1155
- requestBody?: {
1156
- content: {
1157
- "application/json": components["schemas"]["WishListUpdateDto"];
1158
- "application/xml": components["schemas"]["WishListUpdateDto"];
1159
- };
1160
- };
1161
- responses: {
1162
- /** @description OK */
1163
- 200: {
1164
- content: {
1165
- "application/json": components["schemas"]["EmptyEnvelope"];
1166
- "application/xml": components["schemas"]["EmptyEnvelope"];
1167
- };
1168
- };
1169
- };
1170
- };
1171
- delete: {
1172
- parameters: {
1173
- query?: {
1174
- "api-version"?: string;
1175
- };
1176
- header?: {
1177
- "x-api-version"?: string;
1178
- };
1179
- path: {
1180
- wishListId: string;
1181
- };
1182
- };
1183
- responses: {
1184
- /** @description OK */
1185
- 200: {
1186
- content: {
1187
- "application/json": components["schemas"]["EmptyEnvelope"];
1188
- "application/xml": components["schemas"]["EmptyEnvelope"];
1189
- };
1190
- };
1191
- };
1192
- };
623
+ /**
624
+ * Update a wish list
625
+ * @description Updates the specified wish list with the provided data.
626
+ */
627
+ put: operations["UpdateProductToWishList"];
628
+ /**
629
+ * Delete a wish list
630
+ * @description Deletes the specified wish list.
631
+ */
632
+ delete: operations["DeleteWishList"];
1193
633
  };
1194
634
  "/api/v2/CartService/WishLists/{cartId}": {
1195
- get: {
1196
- parameters: {
1197
- query?: {
1198
- "api-version"?: string;
1199
- };
1200
- header?: {
1201
- "x-api-version"?: string;
1202
- };
1203
- path: {
1204
- cartId: string;
1205
- };
1206
- };
1207
- responses: {
1208
- /** @description OK */
1209
- 200: {
1210
- content: {
1211
- "application/json": components["schemas"]["WishListDto"][];
1212
- "application/xml": components["schemas"]["WishListDto"][];
1213
- };
1214
- };
1215
- };
1216
- };
635
+ /**
636
+ * Get wish lists for a cart
637
+ * @description Retrieves all wish lists associated with the specified cart.
638
+ */
639
+ get: operations["GetWishListAsync"];
1217
640
  };
1218
641
  "/api/v2/CartService/WishLists/{wishListId}/Records": {
1219
- get: {
1220
- parameters: {
1221
- query?: {
1222
- "api-version"?: string;
1223
- };
1224
- header?: {
1225
- "x-api-version"?: string;
1226
- };
1227
- path: {
1228
- wishListId: string;
1229
- };
1230
- };
1231
- responses: {
1232
- /** @description OK */
1233
- 200: {
1234
- content: {
1235
- "application/json": components["schemas"]["WishListItemRecordDto"][];
1236
- "application/xml": components["schemas"]["WishListItemRecordDto"][];
1237
- };
1238
- };
1239
- };
1240
- };
642
+ /**
643
+ * Get wish list item records
644
+ * @description Retrieves all item records in the specified wish list.
645
+ */
646
+ get: operations["GetCartWishListItemsAsync"];
1241
647
  };
1242
648
  "/api/v2/CartService/WishLists/{wishListId}/Details": {
1243
- get: {
1244
- parameters: {
1245
- query?: {
1246
- "api-version"?: string;
1247
- };
1248
- header?: {
1249
- "x-api-version"?: string;
1250
- };
1251
- path: {
1252
- wishListId: string;
1253
- };
1254
- };
1255
- responses: {
1256
- /** @description OK */
1257
- 200: {
1258
- content: {
1259
- "application/json": components["schemas"]["WishListDto"];
1260
- "application/xml": components["schemas"]["WishListDto"];
1261
- };
1262
- };
1263
- };
1264
- };
649
+ /**
650
+ * Get wish list details
651
+ * @description Retrieves the full details of the specified wish list.
652
+ */
653
+ get: operations["GetCartWishListDetailsAsync"];
1265
654
  };
1266
655
  "/api/v2/CartService/WishLists/Records": {
1267
- post: {
1268
- parameters: {
1269
- query?: {
1270
- "api-version"?: string;
1271
- };
1272
- header?: {
1273
- "x-api-version"?: string;
1274
- };
1275
- };
1276
- requestBody?: {
1277
- content: {
1278
- "application/json": components["schemas"]["ProductToWishListRequest"];
1279
- "application/xml": components["schemas"]["ProductToWishListRequest"];
1280
- };
1281
- };
1282
- responses: {
1283
- /** @description OK */
1284
- 200: {
1285
- content: {
1286
- "application/json": components["schemas"]["EmptyEnvelope"];
1287
- "application/xml": components["schemas"]["EmptyEnvelope"];
1288
- };
1289
- };
1290
- };
1291
- };
656
+ /**
657
+ * Add a product to a wish list
658
+ * @description Adds the specified product to the given wish list.
659
+ */
660
+ post: operations["AddProductToWishList"];
1292
661
  };
1293
662
  "/api/v2/CartService/WishLists/Records/{recordId}": {
1294
- delete: {
1295
- parameters: {
1296
- query?: {
1297
- "api-version"?: string;
1298
- };
1299
- header?: {
1300
- "x-api-version"?: string;
1301
- };
1302
- path: {
1303
- recordId: string;
1304
- };
1305
- };
1306
- responses: {
1307
- /** @description OK */
1308
- 200: {
1309
- content: never;
1310
- };
1311
- };
1312
- };
663
+ /**
664
+ * Delete a wish list record
665
+ * @description Removes a specific item record from a wish list by its record ID.
666
+ */
667
+ delete: operations["DeleteWishListRecord"];
1313
668
  };
1314
669
  }
1315
670
 
@@ -1410,6 +765,7 @@ export interface components {
1410
765
  result?: components["schemas"]["CurrencyDto"];
1411
766
  };
1412
767
  CurrencyId: {
768
+ value?: string | null;
1413
769
  code?: string | null;
1414
770
  country?: string | null;
1415
771
  };
@@ -1575,39 +931,51 @@ export interface components {
1575
931
  currency?: components["schemas"]["CurrencyId"];
1576
932
  /** Format: double */
1577
933
  totalDetail?: number;
934
+ totalDetailCurrencyId?: string | null;
1578
935
  totalDetailAmount?: components["schemas"]["Money"];
1579
936
  /** Format: double */
1580
937
  totalProfit?: number;
938
+ totalProfitCurrencyId?: string | null;
1581
939
  totalProfitAmount?: components["schemas"]["Money"];
1582
940
  /** Format: double */
1583
941
  totalDiscounts?: number;
942
+ totalDiscountsCurrencyId?: string | null;
1584
943
  totalDiscountsAmount?: components["schemas"]["Money"];
1585
944
  /** Format: double */
1586
945
  totalSurcharges?: number;
946
+ totalSurchargesCurrencyId?: string | null;
1587
947
  totalSurchargesAmount?: components["schemas"]["Money"];
1588
948
  /** Format: double */
1589
949
  totalTaxBase?: number;
950
+ totalTaxBaseCurrencyId?: string | null;
1590
951
  totalTaxBaseAmount?: components["schemas"]["Money"];
1591
952
  /** Format: double */
1592
953
  totalTaxes?: number;
954
+ totalTaxesCurrencyId?: string | null;
1593
955
  totalTaxesAmount?: components["schemas"]["Money"];
1594
956
  /** Format: double */
1595
957
  totalShippingCost?: number;
958
+ totalShippingCostCurrencyId?: string | null;
1596
959
  totalShippingCostAmount?: components["schemas"]["Money"];
1597
960
  /** Format: double */
1598
961
  totalShippingTax?: number;
962
+ totalShippingTaxCurrencyId?: string | null;
1599
963
  totalShippingTaxAmount?: components["schemas"]["Money"];
1600
964
  /** Format: double */
1601
965
  totalWithheldTax?: number;
966
+ totalWithheldTaxCurrencyId?: string | null;
1602
967
  totalWithheldTaxAmount?: components["schemas"]["Money"];
1603
968
  /** Format: double */
1604
969
  totalGlobalDiscounts?: number;
970
+ totalGlobalDiscountsCurrencyId?: string | null;
1605
971
  totalGlobalDiscountsAmount?: components["schemas"]["Money"];
1606
972
  /** Format: double */
1607
973
  totalGlobalSurcharges?: number;
974
+ totalGlobalSurchargesCurrencyId?: string | null;
1608
975
  totalGlobalSurchargesAmount?: components["schemas"]["Money"];
1609
976
  /** Format: double */
1610
977
  total?: number;
978
+ totalCurrencyId?: string | null;
1611
979
  totalAmount?: components["schemas"]["Money"];
1612
980
  cartId?: string | null;
1613
981
  itemID?: string | null;
@@ -1772,10 +1140,886 @@ export type external = Record<string, never>;
1772
1140
  export interface operations {
1773
1141
 
1774
1142
  /**
1775
- * Get all business owned contacts
1776
- * @description Get all business owned contacts
1143
+ * Get all business owned contacts
1144
+ * @description Get all business owned contacts
1145
+ */
1146
+ GetCartByIdAsync: {
1147
+ parameters: {
1148
+ query?: {
1149
+ "api-version"?: string;
1150
+ };
1151
+ header?: {
1152
+ "x-api-version"?: string;
1153
+ };
1154
+ path: {
1155
+ cartId: string;
1156
+ };
1157
+ };
1158
+ responses: {
1159
+ /** @description OK */
1160
+ 200: {
1161
+ content: {
1162
+ "application/json": components["schemas"]["CartDtoEnvelope"];
1163
+ "application/xml": components["schemas"]["CartDtoEnvelope"];
1164
+ };
1165
+ };
1166
+ /** @description Unauthorized */
1167
+ 401: {
1168
+ content: {
1169
+ "application/json": components["schemas"]["ErrorEnvelope"];
1170
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1171
+ };
1172
+ };
1173
+ /** @description Forbidden */
1174
+ 403: {
1175
+ content: {
1176
+ "application/json": components["schemas"]["ErrorEnvelope"];
1177
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1178
+ };
1179
+ };
1180
+ };
1181
+ };
1182
+ /**
1183
+ * Update a cart
1184
+ * @description Update a cart
1185
+ */
1186
+ UpdateCartAsync: {
1187
+ parameters: {
1188
+ query?: {
1189
+ "api-version"?: string;
1190
+ };
1191
+ header?: {
1192
+ "x-api-version"?: string;
1193
+ };
1194
+ path: {
1195
+ cartId: string;
1196
+ };
1197
+ };
1198
+ requestBody?: {
1199
+ content: {
1200
+ "application/json": components["schemas"]["CartUpdateRequest"];
1201
+ "application/xml": components["schemas"]["CartUpdateRequest"];
1202
+ };
1203
+ };
1204
+ responses: {
1205
+ /** @description OK */
1206
+ 200: {
1207
+ content: {
1208
+ "application/json": components["schemas"]["EmptyEnvelope"];
1209
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1210
+ };
1211
+ };
1212
+ /** @description Unauthorized */
1213
+ 401: {
1214
+ content: {
1215
+ "application/json": components["schemas"]["ErrorEnvelope"];
1216
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1217
+ };
1218
+ };
1219
+ /** @description Forbidden */
1220
+ 403: {
1221
+ content: {
1222
+ "application/json": components["schemas"]["ErrorEnvelope"];
1223
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1224
+ };
1225
+ };
1226
+ };
1227
+ };
1228
+ /**
1229
+ * Get the currency of a cart
1230
+ * @description The currency of a cart used for display purposes
1231
+ */
1232
+ GetCartCurrencyAsync: {
1233
+ parameters: {
1234
+ query?: {
1235
+ "api-version"?: string;
1236
+ };
1237
+ header?: {
1238
+ "x-api-version"?: string;
1239
+ };
1240
+ path: {
1241
+ cartId: string;
1242
+ };
1243
+ };
1244
+ responses: {
1245
+ /** @description OK */
1246
+ 200: {
1247
+ content: {
1248
+ "application/json": components["schemas"]["CurrencyDtoEnvelope"];
1249
+ "application/xml": components["schemas"]["CurrencyDtoEnvelope"];
1250
+ };
1251
+ };
1252
+ /** @description Unauthorized */
1253
+ 401: {
1254
+ content: {
1255
+ "application/json": components["schemas"]["ErrorEnvelope"];
1256
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1257
+ };
1258
+ };
1259
+ /** @description Forbidden */
1260
+ 403: {
1261
+ content: {
1262
+ "application/json": components["schemas"]["ErrorEnvelope"];
1263
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1264
+ };
1265
+ };
1266
+ };
1267
+ };
1268
+ /**
1269
+ * Set the currency of a cart
1270
+ * @description Set the currency of a cart
1271
+ */
1272
+ SetCartCurrencyAsync: {
1273
+ parameters: {
1274
+ query?: {
1275
+ "api-version"?: string;
1276
+ };
1277
+ header?: {
1278
+ "x-api-version"?: string;
1279
+ };
1280
+ path: {
1281
+ cartId: string;
1282
+ };
1283
+ };
1284
+ requestBody?: {
1285
+ content: {
1286
+ "application/json": components["schemas"]["CurrencySwitchRequest"];
1287
+ "application/xml": components["schemas"]["CurrencySwitchRequest"];
1288
+ };
1289
+ };
1290
+ responses: {
1291
+ /** @description OK */
1292
+ 200: {
1293
+ content: {
1294
+ "application/json": components["schemas"]["EmptyEnvelope"];
1295
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1296
+ };
1297
+ };
1298
+ /** @description Unauthorized */
1299
+ 401: {
1300
+ content: {
1301
+ "application/json": components["schemas"]["ErrorEnvelope"];
1302
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1303
+ };
1304
+ };
1305
+ /** @description Forbidden */
1306
+ 403: {
1307
+ content: {
1308
+ "application/json": components["schemas"]["ErrorEnvelope"];
1309
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1310
+ };
1311
+ };
1312
+ };
1313
+ };
1314
+ /**
1315
+ * Get the country of a cart
1316
+ * @description The country of a cart is used to calculate taxes and shipping costs
1317
+ */
1318
+ GetCartCountryAsync: {
1319
+ parameters: {
1320
+ query?: {
1321
+ "api-version"?: string;
1322
+ };
1323
+ header?: {
1324
+ "x-api-version"?: string;
1325
+ };
1326
+ path: {
1327
+ cartId: string;
1328
+ };
1329
+ };
1330
+ responses: {
1331
+ /** @description OK */
1332
+ 200: {
1333
+ content: {
1334
+ "application/json": components["schemas"]["CountryDtoEnvelope"];
1335
+ "application/xml": components["schemas"]["CountryDtoEnvelope"];
1336
+ };
1337
+ };
1338
+ /** @description Unauthorized */
1339
+ 401: {
1340
+ content: {
1341
+ "application/json": components["schemas"]["ErrorEnvelope"];
1342
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1343
+ };
1344
+ };
1345
+ /** @description Forbidden */
1346
+ 403: {
1347
+ content: {
1348
+ "application/json": components["schemas"]["ErrorEnvelope"];
1349
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1350
+ };
1351
+ };
1352
+ };
1353
+ };
1354
+ /**
1355
+ * Set the country of a cart
1356
+ * @description Set the country of a cart
1357
+ */
1358
+ SetCartCountryAsync: {
1359
+ parameters: {
1360
+ query?: {
1361
+ "api-version"?: string;
1362
+ };
1363
+ header?: {
1364
+ "x-api-version"?: string;
1365
+ };
1366
+ path: {
1367
+ cartId: string;
1368
+ };
1369
+ };
1370
+ requestBody?: {
1371
+ content: {
1372
+ "application/json": components["schemas"]["CountrySwitchRequest"];
1373
+ "application/xml": components["schemas"]["CountrySwitchRequest"];
1374
+ };
1375
+ };
1376
+ responses: {
1377
+ /** @description OK */
1378
+ 200: {
1379
+ content: {
1380
+ "application/json": components["schemas"]["EmptyEnvelope"];
1381
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1382
+ };
1383
+ };
1384
+ /** @description Unauthorized */
1385
+ 401: {
1386
+ content: {
1387
+ "application/json": components["schemas"]["ErrorEnvelope"];
1388
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1389
+ };
1390
+ };
1391
+ /** @description Forbidden */
1392
+ 403: {
1393
+ content: {
1394
+ "application/json": components["schemas"]["ErrorEnvelope"];
1395
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1396
+ };
1397
+ };
1398
+ };
1399
+ };
1400
+ /**
1401
+ * Submit a cart for processing
1402
+ * @description Submit a cart for processing
1403
+ */
1404
+ SubmitCartAsync: {
1405
+ parameters: {
1406
+ query?: {
1407
+ tenantId?: string;
1408
+ "api-version"?: string;
1409
+ };
1410
+ header?: {
1411
+ "x-api-version"?: string;
1412
+ };
1413
+ path: {
1414
+ cartId: string;
1415
+ };
1416
+ };
1417
+ responses: {
1418
+ /** @description OK */
1419
+ 200: {
1420
+ content: {
1421
+ "application/json": components["schemas"]["EmptyEnvelope"];
1422
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1423
+ };
1424
+ };
1425
+ /** @description Unauthorized */
1426
+ 401: {
1427
+ content: {
1428
+ "application/json": components["schemas"]["ErrorEnvelope"];
1429
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1430
+ };
1431
+ };
1432
+ /** @description Forbidden */
1433
+ 403: {
1434
+ content: {
1435
+ "application/json": components["schemas"]["ErrorEnvelope"];
1436
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1437
+ };
1438
+ };
1439
+ };
1440
+ };
1441
+ /**
1442
+ * Get the acting cart
1443
+ * @description Get the acting cart
1444
+ */
1445
+ GetActingCart: {
1446
+ parameters: {
1447
+ query?: {
1448
+ "api-version"?: string;
1449
+ };
1450
+ header?: {
1451
+ "x-api-version"?: string;
1452
+ };
1453
+ };
1454
+ responses: {
1455
+ /** @description OK */
1456
+ 200: {
1457
+ content: {
1458
+ "application/json": components["schemas"]["CartDtoEnvelope"];
1459
+ "application/xml": components["schemas"]["CartDtoEnvelope"];
1460
+ };
1461
+ };
1462
+ /** @description Unauthorized */
1463
+ 401: {
1464
+ content: {
1465
+ "application/json": components["schemas"]["ErrorEnvelope"];
1466
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1467
+ };
1468
+ };
1469
+ /** @description Forbidden */
1470
+ 403: {
1471
+ content: {
1472
+ "application/json": components["schemas"]["ErrorEnvelope"];
1473
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1474
+ };
1475
+ };
1476
+ };
1477
+ };
1478
+ /**
1479
+ * Get the guest cart
1480
+ * @description Get the guest cart
1481
+ */
1482
+ GetGuestCartAsync: {
1483
+ parameters: {
1484
+ query?: {
1485
+ "api-version"?: string;
1486
+ };
1487
+ header?: {
1488
+ "x-api-version"?: string;
1489
+ };
1490
+ };
1491
+ responses: {
1492
+ /** @description OK */
1493
+ 200: {
1494
+ content: {
1495
+ "application/json": components["schemas"]["CartDtoEnvelope"];
1496
+ "application/xml": components["schemas"]["CartDtoEnvelope"];
1497
+ };
1498
+ };
1499
+ /** @description Unauthorized */
1500
+ 401: {
1501
+ content: {
1502
+ "application/json": components["schemas"]["ErrorEnvelope"];
1503
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1504
+ };
1505
+ };
1506
+ /** @description Forbidden */
1507
+ 403: {
1508
+ content: {
1509
+ "application/json": components["schemas"]["ErrorEnvelope"];
1510
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1511
+ };
1512
+ };
1513
+ };
1514
+ };
1515
+ /**
1516
+ * Get the current user's cart
1517
+ * @description Get the current user's cart
1518
+ */
1519
+ GetUserCart: {
1520
+ parameters: {
1521
+ query?: {
1522
+ "api-version"?: string;
1523
+ };
1524
+ header?: {
1525
+ "x-api-version"?: string;
1526
+ };
1527
+ };
1528
+ responses: {
1529
+ /** @description OK */
1530
+ 200: {
1531
+ content: {
1532
+ "application/json": components["schemas"]["CartDtoEnvelope"];
1533
+ "application/xml": components["schemas"]["CartDtoEnvelope"];
1534
+ };
1535
+ };
1536
+ /** @description Unauthorized */
1537
+ 401: {
1538
+ content: {
1539
+ "application/json": components["schemas"]["ErrorEnvelope"];
1540
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1541
+ };
1542
+ };
1543
+ /** @description Forbidden */
1544
+ 403: {
1545
+ content: {
1546
+ "application/json": components["schemas"]["ErrorEnvelope"];
1547
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1548
+ };
1549
+ };
1550
+ };
1551
+ };
1552
+ /**
1553
+ * Get the business cart
1554
+ * @description Get the business cart
1555
+ */
1556
+ GetTenantCartAsync: {
1557
+ parameters: {
1558
+ query?: {
1559
+ "api-version"?: string;
1560
+ };
1561
+ header?: {
1562
+ "x-api-version"?: string;
1563
+ };
1564
+ path: {
1565
+ tenantId: string;
1566
+ };
1567
+ };
1568
+ responses: {
1569
+ /** @description OK */
1570
+ 200: {
1571
+ content: {
1572
+ "application/json": components["schemas"]["CartDtoEnvelope"];
1573
+ "application/xml": components["schemas"]["CartDtoEnvelope"];
1574
+ };
1575
+ };
1576
+ /** @description Unauthorized */
1577
+ 401: {
1578
+ content: {
1579
+ "application/json": components["schemas"]["ErrorEnvelope"];
1580
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1581
+ };
1582
+ };
1583
+ /** @description Forbidden */
1584
+ 403: {
1585
+ content: {
1586
+ "application/json": components["schemas"]["ErrorEnvelope"];
1587
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1588
+ };
1589
+ };
1590
+ };
1591
+ };
1592
+ /**
1593
+ * Get all cart lines
1594
+ * @description Get all cart lines
1595
+ */
1596
+ GetCartItems: {
1597
+ parameters: {
1598
+ query?: {
1599
+ "api-version"?: string;
1600
+ };
1601
+ header?: {
1602
+ "x-api-version"?: string;
1603
+ };
1604
+ path: {
1605
+ cartId: string;
1606
+ };
1607
+ };
1608
+ responses: {
1609
+ /** @description OK */
1610
+ 200: {
1611
+ content: {
1612
+ "application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
1613
+ "application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
1614
+ };
1615
+ };
1616
+ /** @description Unauthorized */
1617
+ 401: {
1618
+ content: {
1619
+ "application/json": components["schemas"]["ErrorEnvelope"];
1620
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1621
+ };
1622
+ };
1623
+ /** @description Not Found */
1624
+ 404: {
1625
+ content: {
1626
+ "application/json": components["schemas"]["ErrorEnvelope"];
1627
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1628
+ };
1629
+ };
1630
+ };
1631
+ };
1632
+ /**
1633
+ * Clear all items from a cart
1634
+ * @description Clear all items from a cart
1635
+ */
1636
+ ClearCartRecords: {
1637
+ parameters: {
1638
+ query?: {
1639
+ "api-version"?: string;
1640
+ };
1641
+ header?: {
1642
+ "x-api-version"?: string;
1643
+ };
1644
+ path: {
1645
+ cartId: string;
1646
+ };
1647
+ };
1648
+ responses: {
1649
+ /** @description OK */
1650
+ 200: {
1651
+ content: {
1652
+ "application/json": components["schemas"]["EmptyEnvelope"];
1653
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1654
+ };
1655
+ };
1656
+ /** @description Unauthorized */
1657
+ 401: {
1658
+ content: {
1659
+ "application/json": components["schemas"]["ErrorEnvelope"];
1660
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1661
+ };
1662
+ };
1663
+ /** @description Not Found */
1664
+ 404: {
1665
+ content: {
1666
+ "application/json": components["schemas"]["ErrorEnvelope"];
1667
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1668
+ };
1669
+ };
1670
+ };
1671
+ };
1672
+ /**
1673
+ * Update an Item in a cart
1674
+ * @description Update an Item in a cart
1675
+ */
1676
+ UpdateItemCartRecordAsync: {
1677
+ parameters: {
1678
+ query?: {
1679
+ "api-version"?: string;
1680
+ };
1681
+ header?: {
1682
+ "x-api-version"?: string;
1683
+ };
1684
+ path: {
1685
+ cartId: string;
1686
+ itemId: string;
1687
+ };
1688
+ };
1689
+ requestBody?: {
1690
+ content: {
1691
+ "application/json": components["schemas"]["ItemCartRecordUpdateDto"];
1692
+ "application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
1693
+ };
1694
+ };
1695
+ responses: {
1696
+ /** @description OK */
1697
+ 200: {
1698
+ content: {
1699
+ "application/json": components["schemas"]["EmptyEnvelope"];
1700
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1701
+ };
1702
+ };
1703
+ /** @description Unauthorized */
1704
+ 401: {
1705
+ content: {
1706
+ "application/json": components["schemas"]["ErrorEnvelope"];
1707
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1708
+ };
1709
+ };
1710
+ /** @description Not Found */
1711
+ 404: {
1712
+ content: {
1713
+ "application/json": components["schemas"]["ErrorEnvelope"];
1714
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1715
+ };
1716
+ };
1717
+ };
1718
+ };
1719
+ /**
1720
+ * Add an Item to a cart
1721
+ * @description Add an Item to a cart
1722
+ */
1723
+ AddItemToCartAsync: {
1724
+ parameters: {
1725
+ query?: {
1726
+ quantity?: number;
1727
+ "api-version"?: string;
1728
+ };
1729
+ header?: {
1730
+ "x-api-version"?: string;
1731
+ };
1732
+ path: {
1733
+ cartId: string;
1734
+ itemId: string;
1735
+ };
1736
+ };
1737
+ responses: {
1738
+ /** @description OK */
1739
+ 200: {
1740
+ content: {
1741
+ "application/json": components["schemas"]["EmptyEnvelope"];
1742
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1743
+ };
1744
+ };
1745
+ /** @description Unauthorized */
1746
+ 401: {
1747
+ content: {
1748
+ "application/json": components["schemas"]["ErrorEnvelope"];
1749
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1750
+ };
1751
+ };
1752
+ /** @description Not Found */
1753
+ 404: {
1754
+ content: {
1755
+ "application/json": components["schemas"]["ErrorEnvelope"];
1756
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1757
+ };
1758
+ };
1759
+ };
1760
+ };
1761
+ /**
1762
+ * Remove an Item from a cart
1763
+ * @description Remove an Item from a cart
1764
+ */
1765
+ RemoveItemFromCartAsync: {
1766
+ parameters: {
1767
+ query?: {
1768
+ "api-version"?: string;
1769
+ };
1770
+ header?: {
1771
+ "x-api-version"?: string;
1772
+ };
1773
+ path: {
1774
+ cartId: string;
1775
+ itemId: string;
1776
+ };
1777
+ };
1778
+ responses: {
1779
+ /** @description OK */
1780
+ 200: {
1781
+ content: {
1782
+ "application/json": components["schemas"]["EmptyEnvelope"];
1783
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1784
+ };
1785
+ };
1786
+ /** @description Unauthorized */
1787
+ 401: {
1788
+ content: {
1789
+ "application/json": components["schemas"]["ErrorEnvelope"];
1790
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1791
+ };
1792
+ };
1793
+ /** @description Not Found */
1794
+ 404: {
1795
+ content: {
1796
+ "application/json": components["schemas"]["ErrorEnvelope"];
1797
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1798
+ };
1799
+ };
1800
+ };
1801
+ };
1802
+ /**
1803
+ * Assesses if an Item is already in a cart
1804
+ * @description Assesses if an Item is already in a cart
1805
+ */
1806
+ IsItemAlreadyInCartAsync: {
1807
+ parameters: {
1808
+ query?: {
1809
+ "api-version"?: string;
1810
+ };
1811
+ header?: {
1812
+ "x-api-version"?: string;
1813
+ };
1814
+ path: {
1815
+ cartId: string;
1816
+ itemId: string;
1817
+ };
1818
+ };
1819
+ responses: {
1820
+ /** @description OK */
1821
+ 200: {
1822
+ content: {
1823
+ "application/json": components["schemas"]["BooleanEnvelope"];
1824
+ "application/xml": components["schemas"]["BooleanEnvelope"];
1825
+ };
1826
+ };
1827
+ /** @description Unauthorized */
1828
+ 401: {
1829
+ content: {
1830
+ "application/json": components["schemas"]["ErrorEnvelope"];
1831
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1832
+ };
1833
+ };
1834
+ /** @description Not Found */
1835
+ 404: {
1836
+ content: {
1837
+ "application/json": components["schemas"]["EmptyEnvelope"];
1838
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1839
+ };
1840
+ };
1841
+ };
1842
+ };
1843
+ /**
1844
+ * Increase an Item in a cart
1845
+ * @description Increase an Item in a cart
1846
+ */
1847
+ IncreaseItemCartRecordQuantityAsync: {
1848
+ parameters: {
1849
+ query?: {
1850
+ "api-version"?: string;
1851
+ };
1852
+ header?: {
1853
+ "x-api-version"?: string;
1854
+ };
1855
+ path: {
1856
+ cartId: string;
1857
+ itemId: string;
1858
+ };
1859
+ };
1860
+ requestBody?: {
1861
+ content: {
1862
+ "application/json": components["schemas"]["ItemCartRecordUpdateDto"];
1863
+ "application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
1864
+ };
1865
+ };
1866
+ responses: {
1867
+ /** @description OK */
1868
+ 200: {
1869
+ content: {
1870
+ "application/json": components["schemas"]["EmptyEnvelope"];
1871
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1872
+ };
1873
+ };
1874
+ /** @description Unauthorized */
1875
+ 401: {
1876
+ content: {
1877
+ "application/json": components["schemas"]["ErrorEnvelope"];
1878
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1879
+ };
1880
+ };
1881
+ /** @description Not Found */
1882
+ 404: {
1883
+ content: {
1884
+ "application/json": components["schemas"]["ErrorEnvelope"];
1885
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1886
+ };
1887
+ };
1888
+ };
1889
+ };
1890
+ /**
1891
+ * Decrease an Item in a cart
1892
+ * @description Decrease an Item in a cart
1893
+ */
1894
+ DecreaseCartItemQuantity: {
1895
+ parameters: {
1896
+ query?: {
1897
+ "api-version"?: string;
1898
+ };
1899
+ header?: {
1900
+ "x-api-version"?: string;
1901
+ };
1902
+ path: {
1903
+ cartId: string;
1904
+ itemId: string;
1905
+ };
1906
+ };
1907
+ requestBody?: {
1908
+ content: {
1909
+ "application/json": components["schemas"]["ItemCartRecordUpdateDto"];
1910
+ "application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
1911
+ };
1912
+ };
1913
+ responses: {
1914
+ /** @description OK */
1915
+ 200: {
1916
+ content: {
1917
+ "application/json": components["schemas"]["EmptyEnvelope"];
1918
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1919
+ };
1920
+ };
1921
+ /** @description Unauthorized */
1922
+ 401: {
1923
+ content: {
1924
+ "application/json": components["schemas"]["ErrorEnvelope"];
1925
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1926
+ };
1927
+ };
1928
+ /** @description Not Found */
1929
+ 404: {
1930
+ content: {
1931
+ "application/json": components["schemas"]["ErrorEnvelope"];
1932
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1933
+ };
1934
+ };
1935
+ };
1936
+ };
1937
+ /**
1938
+ * Get all cart lines
1939
+ * @description Get all cart lines
1940
+ */
1941
+ GetCartLinesAsync: {
1942
+ parameters: {
1943
+ query?: {
1944
+ "api-version"?: string;
1945
+ };
1946
+ header?: {
1947
+ "x-api-version"?: string;
1948
+ };
1949
+ path: {
1950
+ cartId: string;
1951
+ };
1952
+ };
1953
+ responses: {
1954
+ /** @description OK */
1955
+ 200: {
1956
+ content: {
1957
+ "application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
1958
+ "application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
1959
+ };
1960
+ };
1961
+ /** @description Unauthorized */
1962
+ 401: {
1963
+ content: {
1964
+ "application/json": components["schemas"]["ErrorEnvelope"];
1965
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1966
+ };
1967
+ };
1968
+ /** @description Not Found */
1969
+ 404: {
1970
+ content: {
1971
+ "application/json": components["schemas"]["ErrorEnvelope"];
1972
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1973
+ };
1974
+ };
1975
+ };
1976
+ };
1977
+ /**
1978
+ * Get a cart line by ID
1979
+ * @description Get a cart line by ID
1980
+ */
1981
+ GetCartLineAsync: {
1982
+ parameters: {
1983
+ query?: {
1984
+ "api-version"?: string;
1985
+ };
1986
+ header?: {
1987
+ "x-api-version"?: string;
1988
+ };
1989
+ path: {
1990
+ cartId: string;
1991
+ lineId: string;
1992
+ };
1993
+ };
1994
+ responses: {
1995
+ /** @description OK */
1996
+ 200: {
1997
+ content: {
1998
+ "application/json": components["schemas"]["EmptyEnvelope"];
1999
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2000
+ };
2001
+ };
2002
+ /** @description Unauthorized */
2003
+ 401: {
2004
+ content: {
2005
+ "application/json": components["schemas"]["ItemCartRecordDtoEnvelope"];
2006
+ "application/xml": components["schemas"]["ItemCartRecordDtoEnvelope"];
2007
+ };
2008
+ };
2009
+ /** @description Not Found */
2010
+ 404: {
2011
+ content: {
2012
+ "application/json": components["schemas"]["ErrorEnvelope"];
2013
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2014
+ };
2015
+ };
2016
+ };
2017
+ };
2018
+ /**
2019
+ * Update a cart line
2020
+ * @description Update a cart line
1777
2021
  */
1778
- GetCartByIdAsync: {
2022
+ UpdateCartLineAsync: {
1779
2023
  parameters: {
1780
2024
  query?: {
1781
2025
  "api-version"?: string;
@@ -1785,14 +2029,21 @@ export interface operations {
1785
2029
  };
1786
2030
  path: {
1787
2031
  cartId: string;
2032
+ lineId: string;
2033
+ };
2034
+ };
2035
+ requestBody?: {
2036
+ content: {
2037
+ "application/json": components["schemas"]["ItemCartRecordUpdateDto"];
2038
+ "application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
1788
2039
  };
1789
2040
  };
1790
2041
  responses: {
1791
2042
  /** @description OK */
1792
2043
  200: {
1793
2044
  content: {
1794
- "application/json": components["schemas"]["CartDtoEnvelope"];
1795
- "application/xml": components["schemas"]["CartDtoEnvelope"];
2045
+ "application/json": components["schemas"]["EmptyEnvelope"];
2046
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1796
2047
  };
1797
2048
  };
1798
2049
  /** @description Unauthorized */
@@ -1802,8 +2053,8 @@ export interface operations {
1802
2053
  "application/xml": components["schemas"]["ErrorEnvelope"];
1803
2054
  };
1804
2055
  };
1805
- /** @description Forbidden */
1806
- 403: {
2056
+ /** @description Not Found */
2057
+ 404: {
1807
2058
  content: {
1808
2059
  "application/json": components["schemas"]["ErrorEnvelope"];
1809
2060
  "application/xml": components["schemas"]["ErrorEnvelope"];
@@ -1812,10 +2063,10 @@ export interface operations {
1812
2063
  };
1813
2064
  };
1814
2065
  /**
1815
- * Update a cart
1816
- * @description Update a cart
2066
+ * Remove a cart line
2067
+ * @description Remove a cart line
1817
2068
  */
1818
- UpdateCartAsync: {
2069
+ RemoveCartLineAsync: {
1819
2070
  parameters: {
1820
2071
  query?: {
1821
2072
  "api-version"?: string;
@@ -1825,12 +2076,7 @@ export interface operations {
1825
2076
  };
1826
2077
  path: {
1827
2078
  cartId: string;
1828
- };
1829
- };
1830
- requestBody?: {
1831
- content: {
1832
- "application/json": components["schemas"]["CartUpdateRequest"];
1833
- "application/xml": components["schemas"]["CartUpdateRequest"];
2079
+ lineId: string;
1834
2080
  };
1835
2081
  };
1836
2082
  responses: {
@@ -1848,8 +2094,8 @@ export interface operations {
1848
2094
  "application/xml": components["schemas"]["ErrorEnvelope"];
1849
2095
  };
1850
2096
  };
1851
- /** @description Forbidden */
1852
- 403: {
2097
+ /** @description Not Found */
2098
+ 404: {
1853
2099
  content: {
1854
2100
  "application/json": components["schemas"]["ErrorEnvelope"];
1855
2101
  "application/xml": components["schemas"]["ErrorEnvelope"];
@@ -1858,12 +2104,13 @@ export interface operations {
1858
2104
  };
1859
2105
  };
1860
2106
  /**
1861
- * Get the currency of a cart
1862
- * @description The currency of a cart used for display purposes
2107
+ * Increase the quantity of a cart line
2108
+ * @description Increase the quantity of a cart line
1863
2109
  */
1864
- GetCartCurrencyAsync: {
2110
+ IncreaseCartLineAsync: {
1865
2111
  parameters: {
1866
2112
  query?: {
2113
+ quantity?: number;
1867
2114
  "api-version"?: string;
1868
2115
  };
1869
2116
  header?: {
@@ -1871,14 +2118,15 @@ export interface operations {
1871
2118
  };
1872
2119
  path: {
1873
2120
  cartId: string;
2121
+ lineId: string;
1874
2122
  };
1875
2123
  };
1876
2124
  responses: {
1877
2125
  /** @description OK */
1878
2126
  200: {
1879
2127
  content: {
1880
- "application/json": components["schemas"]["CurrencyDtoEnvelope"];
1881
- "application/xml": components["schemas"]["CurrencyDtoEnvelope"];
2128
+ "application/json": components["schemas"]["EmptyEnvelope"];
2129
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1882
2130
  };
1883
2131
  };
1884
2132
  /** @description Unauthorized */
@@ -1888,8 +2136,8 @@ export interface operations {
1888
2136
  "application/xml": components["schemas"]["ErrorEnvelope"];
1889
2137
  };
1890
2138
  };
1891
- /** @description Forbidden */
1892
- 403: {
2139
+ /** @description Not Found */
2140
+ 404: {
1893
2141
  content: {
1894
2142
  "application/json": components["schemas"]["ErrorEnvelope"];
1895
2143
  "application/xml": components["schemas"]["ErrorEnvelope"];
@@ -1898,12 +2146,13 @@ export interface operations {
1898
2146
  };
1899
2147
  };
1900
2148
  /**
1901
- * Set the currency of a cart
1902
- * @description Set the currency of a cart
2149
+ * Decrease the quantity of a cart line
2150
+ * @description Decrease the quantity of a cart line
1903
2151
  */
1904
- SetCartCurrencyAsync: {
2152
+ DecreaseCartLineAsync: {
1905
2153
  parameters: {
1906
2154
  query?: {
2155
+ quantity?: number;
1907
2156
  "api-version"?: string;
1908
2157
  };
1909
2158
  header?: {
@@ -1911,12 +2160,7 @@ export interface operations {
1911
2160
  };
1912
2161
  path: {
1913
2162
  cartId: string;
1914
- };
1915
- };
1916
- requestBody?: {
1917
- content: {
1918
- "application/json": components["schemas"]["CurrencySwitchRequest"];
1919
- "application/xml": components["schemas"]["CurrencySwitchRequest"];
2163
+ lineId: string;
1920
2164
  };
1921
2165
  };
1922
2166
  responses: {
@@ -1934,8 +2178,8 @@ export interface operations {
1934
2178
  "application/xml": components["schemas"]["ErrorEnvelope"];
1935
2179
  };
1936
2180
  };
1937
- /** @description Forbidden */
1938
- 403: {
2181
+ /** @description Not Found */
2182
+ 404: {
1939
2183
  content: {
1940
2184
  "application/json": components["schemas"]["ErrorEnvelope"];
1941
2185
  "application/xml": components["schemas"]["ErrorEnvelope"];
@@ -1944,10 +2188,10 @@ export interface operations {
1944
2188
  };
1945
2189
  };
1946
2190
  /**
1947
- * Get the country of a cart
1948
- * @description The country of a cart is used to calculate taxes and shipping costs
2191
+ * Get all wishlists in a cart
2192
+ * @description Get all wishlists in a cart
1949
2193
  */
1950
- GetCartCountryAsync: {
2194
+ GetCartWishList: {
1951
2195
  parameters: {
1952
2196
  query?: {
1953
2197
  "api-version"?: string;
@@ -1963,8 +2207,8 @@ export interface operations {
1963
2207
  /** @description OK */
1964
2208
  200: {
1965
2209
  content: {
1966
- "application/json": components["schemas"]["CountryDtoEnvelope"];
1967
- "application/xml": components["schemas"]["CountryDtoEnvelope"];
2210
+ "application/json": components["schemas"]["WishListDto"][];
2211
+ "application/xml": components["schemas"]["WishListDto"][];
1968
2212
  };
1969
2213
  };
1970
2214
  /** @description Unauthorized */
@@ -1974,8 +2218,8 @@ export interface operations {
1974
2218
  "application/xml": components["schemas"]["ErrorEnvelope"];
1975
2219
  };
1976
2220
  };
1977
- /** @description Forbidden */
1978
- 403: {
2221
+ /** @description Not Found */
2222
+ 404: {
1979
2223
  content: {
1980
2224
  "application/json": components["schemas"]["ErrorEnvelope"];
1981
2225
  "application/xml": components["schemas"]["ErrorEnvelope"];
@@ -1984,10 +2228,10 @@ export interface operations {
1984
2228
  };
1985
2229
  };
1986
2230
  /**
1987
- * Set the country of a cart
1988
- * @description Set the country of a cart
2231
+ * Create a new wish list
2232
+ * @description Create a new wish list
1989
2233
  */
1990
- SetCartCountryAsync: {
2234
+ CreateWishListAsync: {
1991
2235
  parameters: {
1992
2236
  query?: {
1993
2237
  "api-version"?: string;
@@ -2001,8 +2245,8 @@ export interface operations {
2001
2245
  };
2002
2246
  requestBody?: {
2003
2247
  content: {
2004
- "application/json": components["schemas"]["CountrySwitchRequest"];
2005
- "application/xml": components["schemas"]["CountrySwitchRequest"];
2248
+ "application/json": components["schemas"]["NewWishListRequest"];
2249
+ "application/xml": components["schemas"]["NewWishListRequest"];
2006
2250
  };
2007
2251
  };
2008
2252
  responses: {
@@ -2020,8 +2264,8 @@ export interface operations {
2020
2264
  "application/xml": components["schemas"]["ErrorEnvelope"];
2021
2265
  };
2022
2266
  };
2023
- /** @description Forbidden */
2024
- 403: {
2267
+ /** @description Not Found */
2268
+ 404: {
2025
2269
  content: {
2026
2270
  "application/json": components["schemas"]["ErrorEnvelope"];
2027
2271
  "application/xml": components["schemas"]["ErrorEnvelope"];
@@ -2030,13 +2274,12 @@ export interface operations {
2030
2274
  };
2031
2275
  };
2032
2276
  /**
2033
- * Submit a cart for processing
2034
- * @description Submit a cart for processing
2277
+ * Assesses if an Item is already in any of the cart's wishlists
2278
+ * @description Assesses if an Item is already in any of the cart's wishlists
2035
2279
  */
2036
- SubmitCartAsync: {
2280
+ IsItemInWishLists: {
2037
2281
  parameters: {
2038
2282
  query?: {
2039
- tenantId?: string;
2040
2283
  "api-version"?: string;
2041
2284
  };
2042
2285
  header?: {
@@ -2044,14 +2287,15 @@ export interface operations {
2044
2287
  };
2045
2288
  path: {
2046
2289
  cartId: string;
2290
+ itemId: string;
2047
2291
  };
2048
2292
  };
2049
2293
  responses: {
2050
2294
  /** @description OK */
2051
2295
  200: {
2052
2296
  content: {
2053
- "application/json": components["schemas"]["EmptyEnvelope"];
2054
- "application/xml": components["schemas"]["EmptyEnvelope"];
2297
+ "application/json": components["schemas"]["BooleanEnvelope"];
2298
+ "application/xml": components["schemas"]["BooleanEnvelope"];
2055
2299
  };
2056
2300
  };
2057
2301
  /** @description Unauthorized */
@@ -2061,8 +2305,8 @@ export interface operations {
2061
2305
  "application/xml": components["schemas"]["ErrorEnvelope"];
2062
2306
  };
2063
2307
  };
2064
- /** @description Forbidden */
2065
- 403: {
2308
+ /** @description Not Found */
2309
+ 404: {
2066
2310
  content: {
2067
2311
  "application/json": components["schemas"]["ErrorEnvelope"];
2068
2312
  "application/xml": components["schemas"]["ErrorEnvelope"];
@@ -2071,10 +2315,10 @@ export interface operations {
2071
2315
  };
2072
2316
  };
2073
2317
  /**
2074
- * Get the acting cart
2075
- * @description Get the acting cart
2318
+ * Assesses if a WishList exists
2319
+ * @description Assesses if a WishList exists
2076
2320
  */
2077
- GetActingCart: {
2321
+ WishListExistsAsync: {
2078
2322
  parameters: {
2079
2323
  query?: {
2080
2324
  "api-version"?: string;
@@ -2082,13 +2326,17 @@ export interface operations {
2082
2326
  header?: {
2083
2327
  "x-api-version"?: string;
2084
2328
  };
2329
+ path: {
2330
+ cartId: string;
2331
+ wishListId: string;
2332
+ };
2085
2333
  };
2086
2334
  responses: {
2087
2335
  /** @description OK */
2088
2336
  200: {
2089
2337
  content: {
2090
- "application/json": components["schemas"]["CartDtoEnvelope"];
2091
- "application/xml": components["schemas"]["CartDtoEnvelope"];
2338
+ "application/json": components["schemas"]["BooleanEnvelope"];
2339
+ "application/xml": components["schemas"]["BooleanEnvelope"];
2092
2340
  };
2093
2341
  };
2094
2342
  /** @description Unauthorized */
@@ -2098,8 +2346,8 @@ export interface operations {
2098
2346
  "application/xml": components["schemas"]["ErrorEnvelope"];
2099
2347
  };
2100
2348
  };
2101
- /** @description Forbidden */
2102
- 403: {
2349
+ /** @description Not Found */
2350
+ 404: {
2103
2351
  content: {
2104
2352
  "application/json": components["schemas"]["ErrorEnvelope"];
2105
2353
  "application/xml": components["schemas"]["ErrorEnvelope"];
@@ -2108,10 +2356,10 @@ export interface operations {
2108
2356
  };
2109
2357
  };
2110
2358
  /**
2111
- * Get the guest cart
2112
- * @description Get the guest cart
2359
+ * Assesses if a WishList exists
2360
+ * @description Assesses if a WishList exists but does not return the content
2113
2361
  */
2114
- GetGuestCartAsync: {
2362
+ CartWishListExistsHead: {
2115
2363
  parameters: {
2116
2364
  query?: {
2117
2365
  "api-version"?: string;
@@ -2119,13 +2367,17 @@ export interface operations {
2119
2367
  header?: {
2120
2368
  "x-api-version"?: string;
2121
2369
  };
2370
+ path: {
2371
+ cartId: string;
2372
+ wishListId: string;
2373
+ };
2122
2374
  };
2123
2375
  responses: {
2124
2376
  /** @description OK */
2125
2377
  200: {
2126
2378
  content: {
2127
- "application/json": components["schemas"]["CartDtoEnvelope"];
2128
- "application/xml": components["schemas"]["CartDtoEnvelope"];
2379
+ "application/json": components["schemas"]["EmptyEnvelope"];
2380
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2129
2381
  };
2130
2382
  };
2131
2383
  /** @description Unauthorized */
@@ -2135,8 +2387,8 @@ export interface operations {
2135
2387
  "application/xml": components["schemas"]["ErrorEnvelope"];
2136
2388
  };
2137
2389
  };
2138
- /** @description Forbidden */
2139
- 403: {
2390
+ /** @description Not Found */
2391
+ 404: {
2140
2392
  content: {
2141
2393
  "application/json": components["schemas"]["ErrorEnvelope"];
2142
2394
  "application/xml": components["schemas"]["ErrorEnvelope"];
@@ -2145,10 +2397,10 @@ export interface operations {
2145
2397
  };
2146
2398
  };
2147
2399
  /**
2148
- * Get the current user's cart
2149
- * @description Get the current user's cart
2400
+ * Get a wish list by ID
2401
+ * @description Get a wish list by ID
2150
2402
  */
2151
- GetUserCart: {
2403
+ GetCartWishListDetails: {
2152
2404
  parameters: {
2153
2405
  query?: {
2154
2406
  "api-version"?: string;
@@ -2156,13 +2408,17 @@ export interface operations {
2156
2408
  header?: {
2157
2409
  "x-api-version"?: string;
2158
2410
  };
2411
+ path: {
2412
+ cartId: string;
2413
+ wishListId: string;
2414
+ };
2159
2415
  };
2160
2416
  responses: {
2161
2417
  /** @description OK */
2162
2418
  200: {
2163
2419
  content: {
2164
- "application/json": components["schemas"]["CartDtoEnvelope"];
2165
- "application/xml": components["schemas"]["CartDtoEnvelope"];
2420
+ "application/json": components["schemas"]["WishListDtoEnvelope"];
2421
+ "application/xml": components["schemas"]["WishListDtoEnvelope"];
2166
2422
  };
2167
2423
  };
2168
2424
  /** @description Unauthorized */
@@ -2172,8 +2428,8 @@ export interface operations {
2172
2428
  "application/xml": components["schemas"]["ErrorEnvelope"];
2173
2429
  };
2174
2430
  };
2175
- /** @description Forbidden */
2176
- 403: {
2431
+ /** @description Not Found */
2432
+ 404: {
2177
2433
  content: {
2178
2434
  "application/json": components["schemas"]["ErrorEnvelope"];
2179
2435
  "application/xml": components["schemas"]["ErrorEnvelope"];
@@ -2182,10 +2438,10 @@ export interface operations {
2182
2438
  };
2183
2439
  };
2184
2440
  /**
2185
- * Get the business cart
2186
- * @description Get the business cart
2441
+ * Update a wish list
2442
+ * @description Update a wish list
2187
2443
  */
2188
- GetTenantCartAsync: {
2444
+ UpdateItemToWishList: {
2189
2445
  parameters: {
2190
2446
  query?: {
2191
2447
  "api-version"?: string;
@@ -2194,15 +2450,22 @@ export interface operations {
2194
2450
  "x-api-version"?: string;
2195
2451
  };
2196
2452
  path: {
2197
- tenantId: string;
2453
+ cartId: string;
2454
+ wishListId: string;
2455
+ };
2456
+ };
2457
+ requestBody?: {
2458
+ content: {
2459
+ "application/json": components["schemas"]["WishListUpdateDto"];
2460
+ "application/xml": components["schemas"]["WishListUpdateDto"];
2198
2461
  };
2199
2462
  };
2200
2463
  responses: {
2201
2464
  /** @description OK */
2202
2465
  200: {
2203
2466
  content: {
2204
- "application/json": components["schemas"]["CartDtoEnvelope"];
2205
- "application/xml": components["schemas"]["CartDtoEnvelope"];
2467
+ "application/json": components["schemas"]["EmptyEnvelope"];
2468
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2206
2469
  };
2207
2470
  };
2208
2471
  /** @description Unauthorized */
@@ -2212,8 +2475,8 @@ export interface operations {
2212
2475
  "application/xml": components["schemas"]["ErrorEnvelope"];
2213
2476
  };
2214
2477
  };
2215
- /** @description Forbidden */
2216
- 403: {
2478
+ /** @description Not Found */
2479
+ 404: {
2217
2480
  content: {
2218
2481
  "application/json": components["schemas"]["ErrorEnvelope"];
2219
2482
  "application/xml": components["schemas"]["ErrorEnvelope"];
@@ -2222,10 +2485,10 @@ export interface operations {
2222
2485
  };
2223
2486
  };
2224
2487
  /**
2225
- * Get all cart lines
2226
- * @description Get all cart lines
2488
+ * Delete a wish list
2489
+ * @description Delete a wish list
2227
2490
  */
2228
- GetItemsInCartAsync: {
2491
+ DeleteCartWishList: {
2229
2492
  parameters: {
2230
2493
  query?: {
2231
2494
  "api-version"?: string;
@@ -2235,14 +2498,15 @@ export interface operations {
2235
2498
  };
2236
2499
  path: {
2237
2500
  cartId: string;
2501
+ wishListId: string;
2238
2502
  };
2239
2503
  };
2240
2504
  responses: {
2241
2505
  /** @description OK */
2242
2506
  200: {
2243
2507
  content: {
2244
- "application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
2245
- "application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
2508
+ "application/json": components["schemas"]["EmptyEnvelope"];
2509
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2246
2510
  };
2247
2511
  };
2248
2512
  /** @description Unauthorized */
@@ -2262,10 +2526,10 @@ export interface operations {
2262
2526
  };
2263
2527
  };
2264
2528
  /**
2265
- * Clear all items from a cart
2266
- * @description Clear all items from a cart
2529
+ * Get all records in a wish list
2530
+ * @description Get all records in a wish list
2267
2531
  */
2268
- ClearCartAsync: {
2532
+ GetCartWishListItems: {
2269
2533
  parameters: {
2270
2534
  query?: {
2271
2535
  "api-version"?: string;
@@ -2275,14 +2539,15 @@ export interface operations {
2275
2539
  };
2276
2540
  path: {
2277
2541
  cartId: string;
2542
+ wishListId: string;
2278
2543
  };
2279
2544
  };
2280
2545
  responses: {
2281
2546
  /** @description OK */
2282
2547
  200: {
2283
2548
  content: {
2284
- "application/json": components["schemas"]["EmptyEnvelope"];
2285
- "application/xml": components["schemas"]["EmptyEnvelope"];
2549
+ "application/json": components["schemas"]["WishListItemRecordDto"][];
2550
+ "application/xml": components["schemas"]["WishListItemRecordDto"][];
2286
2551
  };
2287
2552
  };
2288
2553
  /** @description Unauthorized */
@@ -2302,10 +2567,10 @@ export interface operations {
2302
2567
  };
2303
2568
  };
2304
2569
  /**
2305
- * Update an Item in a cart
2306
- * @description Update an Item in a cart
2570
+ * Add a record to a wish list
2571
+ * @description Add a record to a wish list
2307
2572
  */
2308
- UpdateItemCartRecordAsync: {
2573
+ AddItemToWishList: {
2309
2574
  parameters: {
2310
2575
  query?: {
2311
2576
  "api-version"?: string;
@@ -2315,13 +2580,13 @@ export interface operations {
2315
2580
  };
2316
2581
  path: {
2317
2582
  cartId: string;
2318
- itemId: string;
2583
+ wishListId: string;
2319
2584
  };
2320
2585
  };
2321
2586
  requestBody?: {
2322
2587
  content: {
2323
- "application/json": components["schemas"]["ItemCartRecordUpdateDto"];
2324
- "application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
2588
+ "application/json": components["schemas"]["ProductToWishListRequest"];
2589
+ "application/xml": components["schemas"]["ProductToWishListRequest"];
2325
2590
  };
2326
2591
  };
2327
2592
  responses: {
@@ -2349,13 +2614,12 @@ export interface operations {
2349
2614
  };
2350
2615
  };
2351
2616
  /**
2352
- * Add an Item to a cart
2353
- * @description Add an Item to a cart
2617
+ * Get a record in a wish list
2618
+ * @description Get a record in a wish list
2354
2619
  */
2355
- AddItemToCartAsync: {
2620
+ GetCartWishListItemAsync: {
2356
2621
  parameters: {
2357
2622
  query?: {
2358
- quantity?: number;
2359
2623
  "api-version"?: string;
2360
2624
  };
2361
2625
  header?: {
@@ -2363,15 +2627,16 @@ export interface operations {
2363
2627
  };
2364
2628
  path: {
2365
2629
  cartId: string;
2366
- itemId: string;
2630
+ wishListId: string;
2631
+ recordId: string;
2367
2632
  };
2368
2633
  };
2369
2634
  responses: {
2370
2635
  /** @description OK */
2371
2636
  200: {
2372
2637
  content: {
2373
- "application/json": components["schemas"]["EmptyEnvelope"];
2374
- "application/xml": components["schemas"]["EmptyEnvelope"];
2638
+ "application/json": components["schemas"]["WishListItemRecordDto"][];
2639
+ "application/xml": components["schemas"]["WishListItemRecordDto"][];
2375
2640
  };
2376
2641
  };
2377
2642
  /** @description Unauthorized */
@@ -2391,10 +2656,10 @@ export interface operations {
2391
2656
  };
2392
2657
  };
2393
2658
  /**
2394
- * Decrease an Item in a cart
2395
- * @description Decrease an Item in a cart
2659
+ * Remove a record from a wish list
2660
+ * @description Remove a record from a wish list
2396
2661
  */
2397
- RemoveItemFromCartAsync: {
2662
+ DeleteCartWishListRecord: {
2398
2663
  parameters: {
2399
2664
  query?: {
2400
2665
  "api-version"?: string;
@@ -2404,13 +2669,8 @@ export interface operations {
2404
2669
  };
2405
2670
  path: {
2406
2671
  cartId: string;
2407
- itemId: string;
2408
- };
2409
- };
2410
- requestBody?: {
2411
- content: {
2412
- "application/json": components["schemas"]["ItemCartRecordUpdateDto"];
2413
- "application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
2672
+ wishListId: string;
2673
+ recordId: string;
2414
2674
  };
2415
2675
  };
2416
2676
  responses: {
@@ -2438,10 +2698,10 @@ export interface operations {
2438
2698
  };
2439
2699
  };
2440
2700
  /**
2441
- * Assesses if an Item is already in a cart
2442
- * @description Assesses if an Item is already in a cart
2701
+ * Get all items in the compare table
2702
+ * @description Get all items in the compare table
2443
2703
  */
2444
- IsItemAlreadyInCartAsync: {
2704
+ GetCartCompareRecords: {
2445
2705
  parameters: {
2446
2706
  query?: {
2447
2707
  "api-version"?: string;
@@ -2451,15 +2711,14 @@ export interface operations {
2451
2711
  };
2452
2712
  path: {
2453
2713
  cartId: string;
2454
- itemId: string;
2455
2714
  };
2456
2715
  };
2457
2716
  responses: {
2458
2717
  /** @description OK */
2459
2718
  200: {
2460
2719
  content: {
2461
- "application/json": components["schemas"]["BooleanEnvelope"];
2462
- "application/xml": components["schemas"]["BooleanEnvelope"];
2720
+ "application/json": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
2721
+ "application/xml": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
2463
2722
  };
2464
2723
  };
2465
2724
  /** @description Unauthorized */
@@ -2472,17 +2731,17 @@ export interface operations {
2472
2731
  /** @description Not Found */
2473
2732
  404: {
2474
2733
  content: {
2475
- "application/json": components["schemas"]["EmptyEnvelope"];
2476
- "application/xml": components["schemas"]["EmptyEnvelope"];
2734
+ "application/json": components["schemas"]["ErrorEnvelope"];
2735
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2477
2736
  };
2478
2737
  };
2479
2738
  };
2480
2739
  };
2481
2740
  /**
2482
- * Increase an Item in a cart
2483
- * @description Increase an Item in a cart
2741
+ * Get an item from the compare table
2742
+ * @description Get an item from the compare table
2484
2743
  */
2485
- IncreaseItemCartRecordQuantityAsync: {
2744
+ GetCartCompareRecord: {
2486
2745
  parameters: {
2487
2746
  query?: {
2488
2747
  "api-version"?: string;
@@ -2495,18 +2754,12 @@ export interface operations {
2495
2754
  itemId: string;
2496
2755
  };
2497
2756
  };
2498
- requestBody?: {
2499
- content: {
2500
- "application/json": components["schemas"]["ItemCartRecordUpdateDto"];
2501
- "application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
2502
- };
2503
- };
2504
2757
  responses: {
2505
2758
  /** @description OK */
2506
2759
  200: {
2507
2760
  content: {
2508
- "application/json": components["schemas"]["EmptyEnvelope"];
2509
- "application/xml": components["schemas"]["EmptyEnvelope"];
2761
+ "application/json": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
2762
+ "application/xml": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
2510
2763
  };
2511
2764
  };
2512
2765
  /** @description Unauthorized */
@@ -2526,10 +2779,10 @@ export interface operations {
2526
2779
  };
2527
2780
  };
2528
2781
  /**
2529
- * Get all cart lines
2530
- * @description Get all cart lines
2782
+ * Add an item to the compare table
2783
+ * @description Add an item to the compare table
2531
2784
  */
2532
- GetCartLinesAsync: {
2785
+ AddItemToCartCompareTable: {
2533
2786
  parameters: {
2534
2787
  query?: {
2535
2788
  "api-version"?: string;
@@ -2539,14 +2792,15 @@ export interface operations {
2539
2792
  };
2540
2793
  path: {
2541
2794
  cartId: string;
2795
+ itemId: string;
2542
2796
  };
2543
2797
  };
2544
2798
  responses: {
2545
2799
  /** @description OK */
2546
2800
  200: {
2547
2801
  content: {
2548
- "application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
2549
- "application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
2802
+ "application/json": components["schemas"]["ItemCartRecordDto"];
2803
+ "application/xml": components["schemas"]["ItemCartRecordDto"];
2550
2804
  };
2551
2805
  };
2552
2806
  /** @description Unauthorized */
@@ -2566,10 +2820,10 @@ export interface operations {
2566
2820
  };
2567
2821
  };
2568
2822
  /**
2569
- * Get a cart line by ID
2570
- * @description Get a cart line by ID
2823
+ * Remove an item from the compare table
2824
+ * @description Remove an item from the compare table
2571
2825
  */
2572
- GetCartLineAsync: {
2826
+ RemoveItemFromCompareTableAsync: {
2573
2827
  parameters: {
2574
2828
  query?: {
2575
2829
  "api-version"?: string;
@@ -2579,22 +2833,22 @@ export interface operations {
2579
2833
  };
2580
2834
  path: {
2581
2835
  cartId: string;
2582
- lineId: string;
2836
+ itemId: string;
2583
2837
  };
2584
2838
  };
2585
2839
  responses: {
2586
2840
  /** @description OK */
2587
2841
  200: {
2588
2842
  content: {
2589
- "application/json": components["schemas"]["EmptyEnvelope"];
2590
- "application/xml": components["schemas"]["EmptyEnvelope"];
2843
+ "application/json": components["schemas"]["ItemToCompareCartRecordDto"];
2844
+ "application/xml": components["schemas"]["ItemToCompareCartRecordDto"];
2591
2845
  };
2592
2846
  };
2593
2847
  /** @description Unauthorized */
2594
2848
  401: {
2595
2849
  content: {
2596
- "application/json": components["schemas"]["ItemCartRecordDtoEnvelope"];
2597
- "application/xml": components["schemas"]["ItemCartRecordDtoEnvelope"];
2850
+ "application/json": components["schemas"]["ErrorEnvelope"];
2851
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2598
2852
  };
2599
2853
  };
2600
2854
  /** @description Not Found */
@@ -2607,10 +2861,10 @@ export interface operations {
2607
2861
  };
2608
2862
  };
2609
2863
  /**
2610
- * Update a cart line
2611
- * @description Update a cart line
2864
+ * Assesses if an Item is already in the compare table
2865
+ * @description Assesses if an Item is already in the compare table
2612
2866
  */
2613
- UpdateCartLineAsync: {
2867
+ IsItemInCompareTableAsync: {
2614
2868
  parameters: {
2615
2869
  query?: {
2616
2870
  "api-version"?: string;
@@ -2620,21 +2874,15 @@ export interface operations {
2620
2874
  };
2621
2875
  path: {
2622
2876
  cartId: string;
2623
- lineId: string;
2624
- };
2625
- };
2626
- requestBody?: {
2627
- content: {
2628
- "application/json": components["schemas"]["ItemCartRecordUpdateDto"];
2629
- "application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
2877
+ itemId: string;
2630
2878
  };
2631
2879
  };
2632
2880
  responses: {
2633
2881
  /** @description OK */
2634
2882
  200: {
2635
2883
  content: {
2636
- "application/json": components["schemas"]["EmptyEnvelope"];
2637
- "application/xml": components["schemas"]["EmptyEnvelope"];
2884
+ "application/json": components["schemas"]["BooleanEnvelope"];
2885
+ "application/xml": components["schemas"]["BooleanEnvelope"];
2638
2886
  };
2639
2887
  };
2640
2888
  /** @description Unauthorized */
@@ -2654,10 +2902,10 @@ export interface operations {
2654
2902
  };
2655
2903
  };
2656
2904
  /**
2657
- * Remove a cart line
2658
- * @description Remove a cart line
2905
+ * Get items to compare in a cart
2906
+ * @description Retrieves all items added to the compare table for the specified cart.
2659
2907
  */
2660
- RemoveCartLineAsync: {
2908
+ GetItemToCompareRecords: {
2661
2909
  parameters: {
2662
2910
  query?: {
2663
2911
  "api-version"?: string;
@@ -2667,15 +2915,14 @@ export interface operations {
2667
2915
  };
2668
2916
  path: {
2669
2917
  cartId: string;
2670
- lineId: string;
2671
2918
  };
2672
2919
  };
2673
2920
  responses: {
2674
2921
  /** @description OK */
2675
2922
  200: {
2676
2923
  content: {
2677
- "application/json": components["schemas"]["EmptyEnvelope"];
2678
- "application/xml": components["schemas"]["EmptyEnvelope"];
2924
+ "application/json": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
2925
+ "application/xml": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
2679
2926
  };
2680
2927
  };
2681
2928
  /** @description Unauthorized */
@@ -2695,36 +2942,27 @@ export interface operations {
2695
2942
  };
2696
2943
  };
2697
2944
  /**
2698
- * Increase the quantity of a cart line
2699
- * @description Increase the quantity of a cart line
2945
+ * Get compare record details
2946
+ * @description Retrieves the details of a specific item-to-compare cart record.
2700
2947
  */
2701
- IncreaseCartLineAsync: {
2948
+ GetItemToCompareRecord: {
2702
2949
  parameters: {
2703
2950
  query?: {
2704
- quantity?: number;
2705
2951
  "api-version"?: string;
2706
2952
  };
2707
2953
  header?: {
2708
2954
  "x-api-version"?: string;
2709
2955
  };
2710
2956
  path: {
2711
- cartId: string;
2712
- lineId: string;
2957
+ recordId: string;
2713
2958
  };
2714
2959
  };
2715
2960
  responses: {
2716
2961
  /** @description OK */
2717
2962
  200: {
2718
2963
  content: {
2719
- "application/json": components["schemas"]["EmptyEnvelope"];
2720
- "application/xml": components["schemas"]["EmptyEnvelope"];
2721
- };
2722
- };
2723
- /** @description Unauthorized */
2724
- 401: {
2725
- content: {
2726
- "application/json": components["schemas"]["ErrorEnvelope"];
2727
- "application/xml": components["schemas"]["ErrorEnvelope"];
2964
+ "application/json": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
2965
+ "application/xml": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
2728
2966
  };
2729
2967
  };
2730
2968
  /** @description Not Found */
@@ -2737,36 +2975,30 @@ export interface operations {
2737
2975
  };
2738
2976
  };
2739
2977
  /**
2740
- * Decrease the quantity of a cart line
2741
- * @description Decrease the quantity of a cart line
2978
+ * Add an item to the compare table
2979
+ * @description Adds a product to the compare table for the specified cart with tracking.
2742
2980
  */
2743
- DecreaseCartLineAsync: {
2981
+ AddItemToCompareTableAsync: {
2744
2982
  parameters: {
2745
2983
  query?: {
2746
- quantity?: number;
2747
2984
  "api-version"?: string;
2748
2985
  };
2749
2986
  header?: {
2750
2987
  "x-api-version"?: string;
2751
2988
  };
2752
- path: {
2753
- cartId: string;
2754
- lineId: string;
2989
+ };
2990
+ requestBody?: {
2991
+ content: {
2992
+ "application/json": components["schemas"]["AddProductToCompareRequest"];
2993
+ "application/xml": components["schemas"]["AddProductToCompareRequest"];
2755
2994
  };
2756
2995
  };
2757
2996
  responses: {
2758
2997
  /** @description OK */
2759
2998
  200: {
2760
2999
  content: {
2761
- "application/json": components["schemas"]["EmptyEnvelope"];
2762
- "application/xml": components["schemas"]["EmptyEnvelope"];
2763
- };
2764
- };
2765
- /** @description Unauthorized */
2766
- 401: {
2767
- content: {
2768
- "application/json": components["schemas"]["ErrorEnvelope"];
2769
- "application/xml": components["schemas"]["ErrorEnvelope"];
3000
+ "application/json": components["schemas"]["ItemCartRecordDto"];
3001
+ "application/xml": components["schemas"]["ItemCartRecordDto"];
2770
3002
  };
2771
3003
  };
2772
3004
  /** @description Not Found */
@@ -2779,10 +3011,10 @@ export interface operations {
2779
3011
  };
2780
3012
  };
2781
3013
  /**
2782
- * Get all wishlists in a cart
2783
- * @description Get all wishlists in a cart
3014
+ * Remove an item from the compare table
3015
+ * @description Removes a specific record from the compare table by its record ID.
2784
3016
  */
2785
- GetWishListAsync: {
3017
+ RemoveItemFromCompareTable: {
2786
3018
  parameters: {
2787
3019
  query?: {
2788
3020
  "api-version"?: string;
@@ -2791,22 +3023,15 @@ export interface operations {
2791
3023
  "x-api-version"?: string;
2792
3024
  };
2793
3025
  path: {
2794
- cartId: string;
3026
+ recordId: string;
2795
3027
  };
2796
3028
  };
2797
3029
  responses: {
2798
3030
  /** @description OK */
2799
3031
  200: {
2800
3032
  content: {
2801
- "application/json": components["schemas"]["WishListDto"][];
2802
- "application/xml": components["schemas"]["WishListDto"][];
2803
- };
2804
- };
2805
- /** @description Unauthorized */
2806
- 401: {
2807
- content: {
2808
- "application/json": components["schemas"]["ErrorEnvelope"];
2809
- "application/xml": components["schemas"]["ErrorEnvelope"];
3033
+ "application/json": components["schemas"]["ItemToCompareCartRecordDto"];
3034
+ "application/xml": components["schemas"]["ItemToCompareCartRecordDto"];
2810
3035
  };
2811
3036
  };
2812
3037
  /** @description Not Found */
@@ -2818,27 +3043,36 @@ export interface operations {
2818
3043
  };
2819
3044
  };
2820
3045
  };
3046
+ "MapIdentityApi-/confirmEmail": {
3047
+ parameters: {
3048
+ query: {
3049
+ userId: string;
3050
+ code: string;
3051
+ changedEmail?: string;
3052
+ };
3053
+ };
3054
+ responses: {
3055
+ /** @description OK */
3056
+ 200: {
3057
+ content: never;
3058
+ };
3059
+ };
3060
+ };
2821
3061
  /**
2822
- * Create a new wish list
2823
- * @description Create a new wish list
3062
+ * Add an item to a cart
3063
+ * @description Adds an item with the specified quantity to the given cart.
2824
3064
  */
2825
- CreateWishListAsync: {
3065
+ AddItemToCart: {
2826
3066
  parameters: {
2827
3067
  query?: {
3068
+ cartId?: string;
3069
+ itemId?: string;
3070
+ quantity?: number;
2828
3071
  "api-version"?: string;
2829
3072
  };
2830
3073
  header?: {
2831
3074
  "x-api-version"?: string;
2832
3075
  };
2833
- path: {
2834
- cartId: string;
2835
- };
2836
- };
2837
- requestBody?: {
2838
- content: {
2839
- "application/json": components["schemas"]["NewWishListRequest"];
2840
- "application/xml": components["schemas"]["NewWishListRequest"];
2841
- };
2842
3076
  };
2843
3077
  responses: {
2844
3078
  /** @description OK */
@@ -2865,10 +3099,10 @@ export interface operations {
2865
3099
  };
2866
3100
  };
2867
3101
  /**
2868
- * Assesses if an Item is already in any of the cart's wishlists
2869
- * @description Assesses if an Item is already in any of the cart's wishlists
3102
+ * Get all items in a cart
3103
+ * @description Retrieves all item cart records for the specified cart.
2870
3104
  */
2871
- IsItemInWishLists: {
3105
+ GetItemsInCartAsync: {
2872
3106
  parameters: {
2873
3107
  query?: {
2874
3108
  "api-version"?: string;
@@ -2878,15 +3112,14 @@ export interface operations {
2878
3112
  };
2879
3113
  path: {
2880
3114
  cartId: string;
2881
- itemId: string;
2882
3115
  };
2883
3116
  };
2884
3117
  responses: {
2885
3118
  /** @description OK */
2886
3119
  200: {
2887
3120
  content: {
2888
- "application/json": components["schemas"]["BooleanEnvelope"];
2889
- "application/xml": components["schemas"]["BooleanEnvelope"];
3121
+ "application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
3122
+ "application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
2890
3123
  };
2891
3124
  };
2892
3125
  /** @description Unauthorized */
@@ -2906,10 +3139,10 @@ export interface operations {
2906
3139
  };
2907
3140
  };
2908
3141
  /**
2909
- * Assesses if a WishList exists
2910
- * @description Assesses if a WishList exists
3142
+ * Add a product to a cart with tracking
3143
+ * @description Adds a product to the cart using a request body with cart ID, product ID, and quantity.
2911
3144
  */
2912
- WishListExistsAsync: {
3145
+ AddProductToCartAsync: {
2913
3146
  parameters: {
2914
3147
  query?: {
2915
3148
  "api-version"?: string;
@@ -2917,17 +3150,19 @@ export interface operations {
2917
3150
  header?: {
2918
3151
  "x-api-version"?: string;
2919
3152
  };
2920
- path: {
2921
- cartId: string;
2922
- wishListId: string;
3153
+ };
3154
+ requestBody?: {
3155
+ content: {
3156
+ "application/json": components["schemas"]["ItemCartRecordCreateDto"];
3157
+ "application/xml": components["schemas"]["ItemCartRecordCreateDto"];
2923
3158
  };
2924
3159
  };
2925
3160
  responses: {
2926
3161
  /** @description OK */
2927
3162
  200: {
2928
3163
  content: {
2929
- "application/json": components["schemas"]["BooleanEnvelope"];
2930
- "application/xml": components["schemas"]["BooleanEnvelope"];
3164
+ "application/json": components["schemas"]["EmptyEnvelope"];
3165
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2931
3166
  };
2932
3167
  };
2933
3168
  /** @description Unauthorized */
@@ -2947,21 +3182,19 @@ export interface operations {
2947
3182
  };
2948
3183
  };
2949
3184
  /**
2950
- * Assesses if a WishList exists
2951
- * @description Assesses if a WishList exists but does not return the content
3185
+ * Remove a product from a cart
3186
+ * @description Removes a product from the cart using cart ID and product ID query parameters.
2952
3187
  */
2953
- WishListExistsHeadAsync: {
3188
+ RemoveProductFromCartByParams: {
2954
3189
  parameters: {
2955
3190
  query?: {
3191
+ cartId?: string;
3192
+ productId?: string;
2956
3193
  "api-version"?: string;
2957
3194
  };
2958
3195
  header?: {
2959
3196
  "x-api-version"?: string;
2960
3197
  };
2961
- path: {
2962
- cartId: string;
2963
- wishListId: string;
2964
- };
2965
3198
  };
2966
3199
  responses: {
2967
3200
  /** @description OK */
@@ -2988,28 +3221,26 @@ export interface operations {
2988
3221
  };
2989
3222
  };
2990
3223
  /**
2991
- * Get a wish list by ID
2992
- * @description Get a wish list by ID
3224
+ * Check if an item is in a cart
3225
+ * @description Returns a boolean indicating whether the specified item is already in the given cart.
2993
3226
  */
2994
- GetCartWishListDetailsAsync: {
3227
+ IsItemAlreadyInCart: {
2995
3228
  parameters: {
2996
- query?: {
3229
+ query: {
3230
+ itemID: string;
3231
+ cartID: string;
2997
3232
  "api-version"?: string;
2998
3233
  };
2999
3234
  header?: {
3000
3235
  "x-api-version"?: string;
3001
3236
  };
3002
- path: {
3003
- cartId: string;
3004
- wishListId: string;
3005
- };
3006
3237
  };
3007
3238
  responses: {
3008
3239
  /** @description OK */
3009
3240
  200: {
3010
3241
  content: {
3011
- "application/json": components["schemas"]["WishListDtoEnvelope"];
3012
- "application/xml": components["schemas"]["WishListDtoEnvelope"];
3242
+ "application/json": components["schemas"]["BooleanEnvelope"];
3243
+ "application/xml": components["schemas"]["BooleanEnvelope"];
3013
3244
  };
3014
3245
  };
3015
3246
  /** @description Unauthorized */
@@ -3022,34 +3253,25 @@ export interface operations {
3022
3253
  /** @description Not Found */
3023
3254
  404: {
3024
3255
  content: {
3025
- "application/json": components["schemas"]["ErrorEnvelope"];
3026
- "application/xml": components["schemas"]["ErrorEnvelope"];
3256
+ "application/json": components["schemas"]["EmptyEnvelope"];
3257
+ "application/xml": components["schemas"]["EmptyEnvelope"];
3027
3258
  };
3028
3259
  };
3029
3260
  };
3030
3261
  };
3031
3262
  /**
3032
- * Update a wish list
3033
- * @description Update a wish list
3263
+ * Clear all items from a cart
3264
+ * @description Removes all item records from the specified cart.
3034
3265
  */
3035
- UpdateItemToWishList: {
3266
+ ClearCartAsync: {
3036
3267
  parameters: {
3037
- query?: {
3268
+ query: {
3269
+ cartID: string;
3038
3270
  "api-version"?: string;
3039
3271
  };
3040
3272
  header?: {
3041
3273
  "x-api-version"?: string;
3042
3274
  };
3043
- path: {
3044
- cartId: string;
3045
- wishListId: string;
3046
- };
3047
- };
3048
- requestBody?: {
3049
- content: {
3050
- "application/json": components["schemas"]["WishListUpdateDto"];
3051
- "application/xml": components["schemas"]["WishListUpdateDto"];
3052
- };
3053
3275
  };
3054
3276
  responses: {
3055
3277
  /** @description OK */
@@ -3076,10 +3298,10 @@ export interface operations {
3076
3298
  };
3077
3299
  };
3078
3300
  /**
3079
- * Delete a wish list
3080
- * @description Delete a wish list
3301
+ * Get a cart record by ID
3302
+ * @description Retrieves the details of a specific item cart record.
3081
3303
  */
3082
- DeleteWishList: {
3304
+ GetItemCartRecord: {
3083
3305
  parameters: {
3084
3306
  query?: {
3085
3307
  "api-version"?: string;
@@ -3088,8 +3310,7 @@ export interface operations {
3088
3310
  "x-api-version"?: string;
3089
3311
  };
3090
3312
  path: {
3091
- cartId: string;
3092
- wishListId: string;
3313
+ recordId: string;
3093
3314
  };
3094
3315
  };
3095
3316
  responses: {
@@ -3103,8 +3324,8 @@ export interface operations {
3103
3324
  /** @description Unauthorized */
3104
3325
  401: {
3105
3326
  content: {
3106
- "application/json": components["schemas"]["ErrorEnvelope"];
3107
- "application/xml": components["schemas"]["ErrorEnvelope"];
3327
+ "application/json": components["schemas"]["ItemCartRecordDtoEnvelope"];
3328
+ "application/xml": components["schemas"]["ItemCartRecordDtoEnvelope"];
3108
3329
  };
3109
3330
  };
3110
3331
  /** @description Not Found */
@@ -3117,10 +3338,10 @@ export interface operations {
3117
3338
  };
3118
3339
  };
3119
3340
  /**
3120
- * Get all records in a wish list
3121
- * @description Get all records in a wish list
3341
+ * Update a cart record
3342
+ * @description Updates the specified item cart record with the provided data.
3122
3343
  */
3123
- GetCartWishListItemsAsync: {
3344
+ UpdateItemCartRecord: {
3124
3345
  parameters: {
3125
3346
  query?: {
3126
3347
  "api-version"?: string;
@@ -3129,16 +3350,21 @@ export interface operations {
3129
3350
  "x-api-version"?: string;
3130
3351
  };
3131
3352
  path: {
3132
- cartId: string;
3133
- wishListId: string;
3353
+ recordId: string;
3354
+ };
3355
+ };
3356
+ requestBody?: {
3357
+ content: {
3358
+ "application/json": components["schemas"]["ItemCartRecordUpdateDto"];
3359
+ "application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
3134
3360
  };
3135
3361
  };
3136
3362
  responses: {
3137
3363
  /** @description OK */
3138
3364
  200: {
3139
3365
  content: {
3140
- "application/json": components["schemas"]["WishListItemRecordDto"][];
3141
- "application/xml": components["schemas"]["WishListItemRecordDto"][];
3366
+ "application/json": components["schemas"]["EmptyEnvelope"];
3367
+ "application/xml": components["schemas"]["EmptyEnvelope"];
3142
3368
  };
3143
3369
  };
3144
3370
  /** @description Unauthorized */
@@ -3158,10 +3384,10 @@ export interface operations {
3158
3384
  };
3159
3385
  };
3160
3386
  /**
3161
- * Add a record to a wish list
3162
- * @description Add a record to a wish list
3387
+ * Remove a product from a cart by record ID
3388
+ * @description Removes a specific item record from the cart by its record ID.
3163
3389
  */
3164
- AddItemToWishList: {
3390
+ RemoveProductFromCartByRecordId: {
3165
3391
  parameters: {
3166
3392
  query?: {
3167
3393
  "api-version"?: string;
@@ -3170,14 +3396,7 @@ export interface operations {
3170
3396
  "x-api-version"?: string;
3171
3397
  };
3172
3398
  path: {
3173
- cartId: string;
3174
- wishListId: string;
3175
- };
3176
- };
3177
- requestBody?: {
3178
- content: {
3179
- "application/json": components["schemas"]["ProductToWishListRequest"];
3180
- "application/xml": components["schemas"]["ProductToWishListRequest"];
3399
+ recordId: string;
3181
3400
  };
3182
3401
  };
3183
3402
  responses: {
@@ -3205,20 +3424,19 @@ export interface operations {
3205
3424
  };
3206
3425
  };
3207
3426
  /**
3208
- * Get a record in a wish list
3209
- * @description Get a record in a wish list
3427
+ * Increase cart record quantity
3428
+ * @description Increases the quantity of the specified item cart record by the given amount.
3210
3429
  */
3211
- GetCartWishListItemAsync: {
3430
+ IncreaseItemCartRecord: {
3212
3431
  parameters: {
3213
3432
  query?: {
3433
+ quantity?: number;
3214
3434
  "api-version"?: string;
3215
3435
  };
3216
3436
  header?: {
3217
3437
  "x-api-version"?: string;
3218
3438
  };
3219
3439
  path: {
3220
- cartId: string;
3221
- wishListId: string;
3222
3440
  recordId: string;
3223
3441
  };
3224
3442
  };
@@ -3226,8 +3444,8 @@ export interface operations {
3226
3444
  /** @description OK */
3227
3445
  200: {
3228
3446
  content: {
3229
- "application/json": components["schemas"]["WishListItemRecordDto"][];
3230
- "application/xml": components["schemas"]["WishListItemRecordDto"][];
3447
+ "application/json": components["schemas"]["EmptyEnvelope"];
3448
+ "application/xml": components["schemas"]["EmptyEnvelope"];
3231
3449
  };
3232
3450
  };
3233
3451
  /** @description Unauthorized */
@@ -3247,20 +3465,19 @@ export interface operations {
3247
3465
  };
3248
3466
  };
3249
3467
  /**
3250
- * Remove a record from a wish list
3251
- * @description Remove a record from a wish list
3468
+ * Decrease cart record quantity
3469
+ * @description Decreases the quantity of the specified item cart record by the given amount.
3252
3470
  */
3253
- DeleteWishListRecord: {
3471
+ DecreaseItemCartRecord: {
3254
3472
  parameters: {
3255
3473
  query?: {
3474
+ quantity?: number;
3256
3475
  "api-version"?: string;
3257
3476
  };
3258
3477
  header?: {
3259
3478
  "x-api-version"?: string;
3260
3479
  };
3261
3480
  path: {
3262
- cartId: string;
3263
- wishListId: string;
3264
3481
  recordId: string;
3265
3482
  };
3266
3483
  };
@@ -3289,91 +3506,112 @@ export interface operations {
3289
3506
  };
3290
3507
  };
3291
3508
  /**
3292
- * Get all items in the compare table
3293
- * @description Get all items in the compare table
3509
+ * Check if a product is in any wish list
3510
+ * @description Returns a boolean indicating whether the specified product exists in any wish list of the given cart.
3294
3511
  */
3295
- GetItemToCompareRecords: {
3512
+ IsProductInWishLists: {
3296
3513
  parameters: {
3297
3514
  query?: {
3515
+ cartId?: string;
3516
+ productId?: string;
3298
3517
  "api-version"?: string;
3299
3518
  };
3300
3519
  header?: {
3301
3520
  "x-api-version"?: string;
3302
3521
  };
3303
- path: {
3304
- cartId: string;
3305
- };
3306
3522
  };
3307
3523
  responses: {
3308
3524
  /** @description OK */
3309
3525
  200: {
3310
3526
  content: {
3311
- "application/json": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
3312
- "application/xml": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
3527
+ "application/json": components["schemas"]["BooleanEnvelope"];
3528
+ "application/xml": components["schemas"]["BooleanEnvelope"];
3313
3529
  };
3314
3530
  };
3315
- /** @description Unauthorized */
3316
- 401: {
3317
- content: {
3318
- "application/json": components["schemas"]["ErrorEnvelope"];
3319
- "application/xml": components["schemas"]["ErrorEnvelope"];
3320
- };
3531
+ };
3532
+ };
3533
+ /**
3534
+ * Check if a wish list exists
3535
+ * @description Returns a boolean indicating whether the specified wish list exists.
3536
+ */
3537
+ WishListExists: {
3538
+ parameters: {
3539
+ query?: {
3540
+ wishListId?: string;
3541
+ "api-version"?: string;
3321
3542
  };
3322
- /** @description Not Found */
3323
- 404: {
3543
+ header?: {
3544
+ "x-api-version"?: string;
3545
+ };
3546
+ };
3547
+ responses: {
3548
+ /** @description OK */
3549
+ 200: {
3324
3550
  content: {
3325
- "application/json": components["schemas"]["ErrorEnvelope"];
3326
- "application/xml": components["schemas"]["ErrorEnvelope"];
3551
+ "application/json": components["schemas"]["BooleanEnvelope"];
3552
+ "application/xml": components["schemas"]["BooleanEnvelope"];
3327
3553
  };
3328
3554
  };
3329
3555
  };
3330
3556
  };
3331
3557
  /**
3332
- * Get an item from the compare table
3333
- * @description Get an item from the compare table
3558
+ * Check if a wish list exists (HEAD)
3559
+ * @description HEAD request to check whether the specified wish list exists without returning a response body.
3334
3560
  */
3335
- GetItemToCompareRecord: {
3561
+ WishListExistsHeadAsync: {
3336
3562
  parameters: {
3337
3563
  query?: {
3564
+ wishListId?: string;
3338
3565
  "api-version"?: string;
3339
3566
  };
3340
3567
  header?: {
3341
3568
  "x-api-version"?: string;
3342
3569
  };
3343
- path: {
3344
- cartId: string;
3345
- itemId: string;
3346
- };
3347
3570
  };
3348
3571
  responses: {
3349
3572
  /** @description OK */
3350
3573
  200: {
3351
3574
  content: {
3352
- "application/json": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
3353
- "application/xml": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
3575
+ "application/json": components["schemas"]["EmptyEnvelope"];
3576
+ "application/xml": components["schemas"]["EmptyEnvelope"];
3354
3577
  };
3355
3578
  };
3356
- /** @description Unauthorized */
3357
- 401: {
3358
- content: {
3359
- "application/json": components["schemas"]["ErrorEnvelope"];
3360
- "application/xml": components["schemas"]["ErrorEnvelope"];
3361
- };
3579
+ };
3580
+ };
3581
+ /**
3582
+ * Create a wish list
3583
+ * @description Creates a new wish list from the provided request data.
3584
+ */
3585
+ CreateWishList: {
3586
+ parameters: {
3587
+ query?: {
3588
+ "api-version"?: string;
3362
3589
  };
3363
- /** @description Not Found */
3364
- 404: {
3590
+ header?: {
3591
+ "x-api-version"?: string;
3592
+ };
3593
+ };
3594
+ requestBody?: {
3595
+ content: {
3596
+ "application/json": components["schemas"]["NewWishListRequest"];
3597
+ "application/xml": components["schemas"]["NewWishListRequest"];
3598
+ };
3599
+ };
3600
+ responses: {
3601
+ /** @description OK */
3602
+ 200: {
3365
3603
  content: {
3366
- "application/json": components["schemas"]["ErrorEnvelope"];
3367
- "application/xml": components["schemas"]["ErrorEnvelope"];
3604
+ "application/json": components["schemas"]["EmptyEnvelope"];
3605
+ "application/xml": components["schemas"]["EmptyEnvelope"];
3368
3606
  };
3369
3607
  };
3370
3608
  };
3371
3609
  };
3372
3610
  /**
3373
- * Add an item to the compare table
3374
- * @description Add an item to the compare table
3611
+ * Update a wish list
3612
+ * @description Updates the specified wish list with the provided data.
3375
3613
  */
3376
- AddItemToCompareTableAsync: {
3614
+ UpdateProductToWishList: {
3377
3615
  parameters: {
3378
3616
  query?: {
3379
3617
  "api-version"?: string;
@@ -3382,39 +3620,56 @@ export interface operations {
3382
3620
  "x-api-version"?: string;
3383
3621
  };
3384
3622
  path: {
3385
- cartId: string;
3386
- itemId: string;
3623
+ wishListId: string;
3624
+ };
3625
+ };
3626
+ requestBody?: {
3627
+ content: {
3628
+ "application/json": components["schemas"]["WishListUpdateDto"];
3629
+ "application/xml": components["schemas"]["WishListUpdateDto"];
3387
3630
  };
3388
3631
  };
3389
3632
  responses: {
3390
3633
  /** @description OK */
3391
3634
  200: {
3392
3635
  content: {
3393
- "application/json": components["schemas"]["ItemCartRecordDto"];
3394
- "application/xml": components["schemas"]["ItemCartRecordDto"];
3636
+ "application/json": components["schemas"]["EmptyEnvelope"];
3637
+ "application/xml": components["schemas"]["EmptyEnvelope"];
3395
3638
  };
3396
3639
  };
3397
- /** @description Unauthorized */
3398
- 401: {
3399
- content: {
3400
- "application/json": components["schemas"]["ErrorEnvelope"];
3401
- "application/xml": components["schemas"]["ErrorEnvelope"];
3402
- };
3640
+ };
3641
+ };
3642
+ /**
3643
+ * Delete a wish list
3644
+ * @description Deletes the specified wish list.
3645
+ */
3646
+ DeleteWishList: {
3647
+ parameters: {
3648
+ query?: {
3649
+ "api-version"?: string;
3403
3650
  };
3404
- /** @description Not Found */
3405
- 404: {
3651
+ header?: {
3652
+ "x-api-version"?: string;
3653
+ };
3654
+ path: {
3655
+ wishListId: string;
3656
+ };
3657
+ };
3658
+ responses: {
3659
+ /** @description OK */
3660
+ 200: {
3406
3661
  content: {
3407
- "application/json": components["schemas"]["ErrorEnvelope"];
3408
- "application/xml": components["schemas"]["ErrorEnvelope"];
3662
+ "application/json": components["schemas"]["EmptyEnvelope"];
3663
+ "application/xml": components["schemas"]["EmptyEnvelope"];
3409
3664
  };
3410
3665
  };
3411
3666
  };
3412
3667
  };
3413
3668
  /**
3414
- * Remove an item from the compare table
3415
- * @description Remove an item from the compare table
3669
+ * Get wish lists for a cart
3670
+ * @description Retrieves all wish lists associated with the specified cart.
3416
3671
  */
3417
- RemoveItemFromCompareTableAsync: {
3672
+ GetWishListAsync: {
3418
3673
  parameters: {
3419
3674
  query?: {
3420
3675
  "api-version"?: string;
@@ -3424,38 +3679,49 @@ export interface operations {
3424
3679
  };
3425
3680
  path: {
3426
3681
  cartId: string;
3427
- itemId: string;
3428
3682
  };
3429
3683
  };
3430
3684
  responses: {
3431
3685
  /** @description OK */
3432
3686
  200: {
3433
3687
  content: {
3434
- "application/json": components["schemas"]["ItemToCompareCartRecordDto"];
3435
- "application/xml": components["schemas"]["ItemToCompareCartRecordDto"];
3688
+ "application/json": components["schemas"]["WishListDto"][];
3689
+ "application/xml": components["schemas"]["WishListDto"][];
3436
3690
  };
3437
3691
  };
3438
- /** @description Unauthorized */
3439
- 401: {
3440
- content: {
3441
- "application/json": components["schemas"]["ErrorEnvelope"];
3442
- "application/xml": components["schemas"]["ErrorEnvelope"];
3443
- };
3692
+ };
3693
+ };
3694
+ /**
3695
+ * Get wish list item records
3696
+ * @description Retrieves all item records in the specified wish list.
3697
+ */
3698
+ GetCartWishListItemsAsync: {
3699
+ parameters: {
3700
+ query?: {
3701
+ "api-version"?: string;
3444
3702
  };
3445
- /** @description Not Found */
3446
- 404: {
3703
+ header?: {
3704
+ "x-api-version"?: string;
3705
+ };
3706
+ path: {
3707
+ wishListId: string;
3708
+ };
3709
+ };
3710
+ responses: {
3711
+ /** @description OK */
3712
+ 200: {
3447
3713
  content: {
3448
- "application/json": components["schemas"]["ErrorEnvelope"];
3449
- "application/xml": components["schemas"]["ErrorEnvelope"];
3714
+ "application/json": components["schemas"]["WishListItemRecordDto"][];
3715
+ "application/xml": components["schemas"]["WishListItemRecordDto"][];
3450
3716
  };
3451
3717
  };
3452
3718
  };
3453
3719
  };
3454
3720
  /**
3455
- * Assesses if an Item is already in the compare table
3456
- * @description Assesses if an Item is already in the compare table
3721
+ * Get wish list details
3722
+ * @description Retrieves the full details of the specified wish list.
3457
3723
  */
3458
- IsItemInCompareTableAsync: {
3724
+ GetCartWishListDetailsAsync: {
3459
3725
  parameters: {
3460
3726
  query?: {
3461
3727
  "api-version"?: string;
@@ -3464,40 +3730,62 @@ export interface operations {
3464
3730
  "x-api-version"?: string;
3465
3731
  };
3466
3732
  path: {
3467
- cartId: string;
3468
- itemId: string;
3733
+ wishListId: string;
3469
3734
  };
3470
3735
  };
3471
3736
  responses: {
3472
3737
  /** @description OK */
3473
3738
  200: {
3474
3739
  content: {
3475
- "application/json": components["schemas"]["BooleanEnvelope"];
3476
- "application/xml": components["schemas"]["BooleanEnvelope"];
3740
+ "application/json": components["schemas"]["WishListDto"];
3741
+ "application/xml": components["schemas"]["WishListDto"];
3477
3742
  };
3478
3743
  };
3479
- /** @description Unauthorized */
3480
- 401: {
3481
- content: {
3482
- "application/json": components["schemas"]["ErrorEnvelope"];
3483
- "application/xml": components["schemas"]["ErrorEnvelope"];
3484
- };
3744
+ };
3745
+ };
3746
+ /**
3747
+ * Add a product to a wish list
3748
+ * @description Adds the specified product to the given wish list.
3749
+ */
3750
+ AddProductToWishList: {
3751
+ parameters: {
3752
+ query?: {
3753
+ "api-version"?: string;
3485
3754
  };
3486
- /** @description Not Found */
3487
- 404: {
3755
+ header?: {
3756
+ "x-api-version"?: string;
3757
+ };
3758
+ };
3759
+ requestBody?: {
3760
+ content: {
3761
+ "application/json": components["schemas"]["ProductToWishListRequest"];
3762
+ "application/xml": components["schemas"]["ProductToWishListRequest"];
3763
+ };
3764
+ };
3765
+ responses: {
3766
+ /** @description OK */
3767
+ 200: {
3488
3768
  content: {
3489
- "application/json": components["schemas"]["ErrorEnvelope"];
3490
- "application/xml": components["schemas"]["ErrorEnvelope"];
3769
+ "application/json": components["schemas"]["EmptyEnvelope"];
3770
+ "application/xml": components["schemas"]["EmptyEnvelope"];
3491
3771
  };
3492
3772
  };
3493
3773
  };
3494
3774
  };
3495
- "MapIdentityApi-/confirmEmail": {
3775
+ /**
3776
+ * Delete a wish list record
3777
+ * @description Removes a specific item record from a wish list by its record ID.
3778
+ */
3779
+ DeleteWishListRecord: {
3496
3780
  parameters: {
3497
- query: {
3498
- userId: string;
3499
- code: string;
3500
- changedEmail?: string;
3781
+ query?: {
3782
+ "api-version"?: string;
3783
+ };
3784
+ header?: {
3785
+ "x-api-version"?: string;
3786
+ };
3787
+ path: {
3788
+ recordId: string;
3501
3789
  };
3502
3790
  };
3503
3791
  responses: {