@lcdp/api-react-rest-client 2.9.0-upgrade-codegen-client-react.12586609052 → 2.9.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 (1930) hide show
  1. package/auth/src/apis/AuthApi.d.ts +10 -12
  2. package/auth/src/apis/AuthApi.js +70 -63
  3. package/auth/src/apis/ManageApiKeyApi.d.ts +12 -12
  4. package/auth/src/apis/ManageApiKeyApi.js +85 -84
  5. package/auth/src/apis/SearchApiKeyApi.d.ts +20 -20
  6. package/auth/src/apis/SearchApiKeyApi.js +91 -86
  7. package/auth/src/apis/index.js +0 -2
  8. package/auth/src/index.d.ts +2 -2
  9. package/auth/src/index.js +2 -4
  10. package/auth/src/models/AnonymousUser.d.ts +2 -11
  11. package/auth/src/models/AnonymousUser.js +21 -27
  12. package/auth/src/models/AnonymousUserAllOf.d.ts +33 -0
  13. package/auth/src/models/AnonymousUserAllOf.js +44 -0
  14. package/auth/src/models/AnyAuthenticationCredential.d.ts +9 -10
  15. package/auth/src/models/AnyAuthenticationCredential.js +27 -13
  16. package/auth/src/models/AnyUser.d.ts +2 -3
  17. package/auth/src/models/AnyUser.js +19 -5
  18. package/auth/src/models/ApiKey.d.ts +4 -14
  19. package/auth/src/models/ApiKey.js +22 -27
  20. package/auth/src/models/ApiKeyCreationParameters.d.ts +3 -13
  21. package/auth/src/models/ApiKeyCreationParameters.js +11 -21
  22. package/auth/src/models/ApiKeyCredential.d.ts +2 -11
  23. package/auth/src/models/ApiKeyCredential.js +21 -23
  24. package/auth/src/models/ApiKeyCredentialAllOf.d.ts +27 -0
  25. package/auth/src/models/ApiKeyCredentialAllOf.js +41 -0
  26. package/auth/src/models/AuthenticationCredential.d.ts +0 -4
  27. package/auth/src/models/AuthenticationCredential.js +8 -14
  28. package/auth/src/models/DisposableCredential.d.ts +2 -11
  29. package/auth/src/models/DisposableCredential.js +21 -23
  30. package/auth/src/models/DisposableCredentialAllOf.d.ts +27 -0
  31. package/auth/src/models/DisposableCredentialAllOf.js +41 -0
  32. package/auth/src/models/DisposableTokenCreationParameters.d.ts +0 -4
  33. package/auth/src/models/DisposableTokenCreationParameters.js +10 -13
  34. package/auth/src/models/HttpLink.d.ts +0 -4
  35. package/auth/src/models/HttpLink.js +8 -14
  36. package/auth/src/models/IdentifiedUser.d.ts +2 -11
  37. package/auth/src/models/IdentifiedUser.js +21 -23
  38. package/auth/src/models/IdentifiedUserAllOf.d.ts +27 -0
  39. package/auth/src/models/IdentifiedUserAllOf.js +42 -0
  40. package/auth/src/models/LoginCredential.d.ts +2 -11
  41. package/auth/src/models/LoginCredential.js +21 -27
  42. package/auth/src/models/LoginCredentialAllOf.d.ts +33 -0
  43. package/auth/src/models/LoginCredentialAllOf.js +43 -0
  44. package/auth/src/models/PaginatedApiKeys.d.ts +3 -13
  45. package/auth/src/models/PaginatedApiKeys.js +21 -24
  46. package/auth/src/models/PaginatedApiKeysAllOf.d.ts +28 -0
  47. package/auth/src/models/PaginatedApiKeysAllOf.js +42 -0
  48. package/auth/src/models/PaginatedObject.d.ts +1 -5
  49. package/auth/src/models/PaginatedObject.js +9 -15
  50. package/auth/src/models/PagingMetadata.d.ts +0 -4
  51. package/auth/src/models/PagingMetadata.js +11 -23
  52. package/auth/src/models/RefreshCredential.d.ts +2 -11
  53. package/auth/src/models/RefreshCredential.js +21 -23
  54. package/auth/src/models/RefreshCredentialAllOf.d.ts +27 -0
  55. package/auth/src/models/RefreshCredentialAllOf.js +41 -0
  56. package/auth/src/models/RestError.d.ts +56 -62
  57. package/auth/src/models/RestError.js +67 -71
  58. package/auth/src/models/RevealedApiKey.d.ts +2 -54
  59. package/auth/src/models/RevealedApiKey.js +22 -34
  60. package/auth/src/models/RevealedApiKeyAllOf.d.ts +27 -0
  61. package/auth/src/models/RevealedApiKeyAllOf.js +42 -0
  62. package/auth/src/models/Session.d.ts +0 -4
  63. package/auth/src/models/Session.js +10 -20
  64. package/auth/src/models/User.d.ts +0 -4
  65. package/auth/src/models/User.js +8 -14
  66. package/auth/src/models/UserLink.d.ts +3 -12
  67. package/auth/src/models/UserLink.js +22 -25
  68. package/auth/src/models/UserLinkAllOf.d.ts +40 -0
  69. package/auth/src/models/UserLinkAllOf.js +47 -0
  70. package/auth/src/models/UserLinkAllOfCompany.d.ts +0 -4
  71. package/auth/src/models/UserLinkAllOfCompany.js +10 -13
  72. package/auth/src/models/index.d.ts +9 -0
  73. package/auth/src/models/index.js +9 -2
  74. package/auth/src/runtime.d.ts +31 -72
  75. package/auth/src/runtime.js +163 -281
  76. package/banking-operation/src/apis/ManageLevyApi.d.ts +8 -8
  77. package/banking-operation/src/apis/ManageLevyApi.js +59 -56
  78. package/banking-operation/src/apis/ManageOrderPaymentApi.d.ts +8 -8
  79. package/banking-operation/src/apis/ManageOrderPaymentApi.js +66 -62
  80. package/banking-operation/src/apis/SearchLevyApi.d.ts +27 -29
  81. package/banking-operation/src/apis/SearchLevyApi.js +99 -96
  82. package/banking-operation/src/apis/SearchOrderPaymentApi.d.ts +13 -15
  83. package/banking-operation/src/apis/SearchOrderPaymentApi.js +45 -44
  84. package/banking-operation/src/apis/index.js +0 -2
  85. package/banking-operation/src/index.d.ts +2 -2
  86. package/banking-operation/src/index.js +2 -4
  87. package/banking-operation/src/models/HttpLink.d.ts +0 -4
  88. package/banking-operation/src/models/HttpLink.js +8 -14
  89. package/banking-operation/src/models/Levy.d.ts +3 -7
  90. package/banking-operation/src/models/Levy.js +27 -44
  91. package/banking-operation/src/models/LevyCreationParameters.d.ts +1 -5
  92. package/banking-operation/src/models/LevyCreationParameters.js +16 -29
  93. package/banking-operation/src/models/LevyPayment.d.ts +1 -5
  94. package/banking-operation/src/models/LevyPayment.js +12 -15
  95. package/banking-operation/src/models/LevyPaymentStatus.d.ts +6 -7
  96. package/banking-operation/src/models/LevyPaymentStatus.js +8 -17
  97. package/banking-operation/src/models/LevyStatus.d.ts +5 -6
  98. package/banking-operation/src/models/LevyStatus.js +7 -16
  99. package/banking-operation/src/models/LevyUpdateParameters.d.ts +1 -5
  100. package/banking-operation/src/models/LevyUpdateParameters.js +12 -15
  101. package/banking-operation/src/models/OrderLink.d.ts +2 -11
  102. package/banking-operation/src/models/OrderLink.js +22 -21
  103. package/banking-operation/src/models/OrderLinkAllOf.d.ts +27 -0
  104. package/banking-operation/src/models/OrderLinkAllOf.js +42 -0
  105. package/banking-operation/src/models/OrderPayment.d.ts +4 -8
  106. package/banking-operation/src/models/OrderPayment.js +20 -23
  107. package/banking-operation/src/models/OrderPaymentDeposit.d.ts +1 -5
  108. package/banking-operation/src/models/OrderPaymentDeposit.js +10 -13
  109. package/banking-operation/src/models/OrderPaymentWallets.d.ts +1 -5
  110. package/banking-operation/src/models/OrderPaymentWallets.js +12 -15
  111. package/banking-operation/src/models/OrderPaymentWithdraw.d.ts +1 -5
  112. package/banking-operation/src/models/OrderPaymentWithdraw.js +16 -19
  113. package/banking-operation/src/models/PaginatedLevies.d.ts +3 -13
  114. package/banking-operation/src/models/PaginatedLevies.js +21 -24
  115. package/banking-operation/src/models/PaginatedLeviesAllOf.d.ts +28 -0
  116. package/banking-operation/src/models/PaginatedLeviesAllOf.js +42 -0
  117. package/banking-operation/src/models/PaginatedObject.d.ts +1 -5
  118. package/banking-operation/src/models/PaginatedObject.js +9 -15
  119. package/banking-operation/src/models/PaginatedOrderPayments.d.ts +3 -13
  120. package/banking-operation/src/models/PaginatedOrderPayments.js +21 -24
  121. package/banking-operation/src/models/PaginatedOrderPaymentsAllOf.d.ts +28 -0
  122. package/banking-operation/src/models/PaginatedOrderPaymentsAllOf.js +42 -0
  123. package/banking-operation/src/models/PagingMetadata.d.ts +0 -4
  124. package/banking-operation/src/models/PagingMetadata.js +11 -23
  125. package/banking-operation/src/models/Transaction.d.ts +11 -15
  126. package/banking-operation/src/models/Transaction.js +29 -30
  127. package/banking-operation/src/models/TransactionMangopayTarget.d.ts +2 -11
  128. package/banking-operation/src/models/TransactionMangopayTarget.js +22 -21
  129. package/banking-operation/src/models/TransactionMangopayTargetAllOf.d.ts +27 -0
  130. package/banking-operation/src/models/TransactionMangopayTargetAllOf.js +42 -0
  131. package/banking-operation/src/models/UserLink.d.ts +3 -12
  132. package/banking-operation/src/models/UserLink.js +22 -29
  133. package/banking-operation/src/models/UserLinkAllOf.d.ts +40 -0
  134. package/banking-operation/src/models/UserLinkAllOf.js +47 -0
  135. package/banking-operation/src/models/UserLinkAllOfCompany.d.ts +0 -4
  136. package/banking-operation/src/models/UserLinkAllOfCompany.js +10 -13
  137. package/banking-operation/src/models/Wallet.d.ts +1 -5
  138. package/banking-operation/src/models/Wallet.js +10 -13
  139. package/banking-operation/src/models/WalletMangopayTarget.d.ts +2 -11
  140. package/banking-operation/src/models/WalletMangopayTarget.js +22 -21
  141. package/banking-operation/src/models/WalletMangopayTargetAllOf.d.ts +27 -0
  142. package/banking-operation/src/models/WalletMangopayTargetAllOf.js +42 -0
  143. package/banking-operation/src/models/index.d.ts +6 -0
  144. package/banking-operation/src/models/index.js +6 -2
  145. package/banking-operation/src/runtime.d.ts +31 -72
  146. package/banking-operation/src/runtime.js +163 -281
  147. package/catalog/src/apis/ManageProductInsightApi.d.ts +10 -10
  148. package/catalog/src/apis/ManageProductInsightApi.js +89 -83
  149. package/catalog/src/apis/SearchProductInsightApi.d.ts +17 -17
  150. package/catalog/src/apis/SearchProductInsightApi.js +77 -72
  151. package/catalog/src/apis/index.js +0 -2
  152. package/catalog/src/index.d.ts +2 -2
  153. package/catalog/src/index.js +2 -4
  154. package/catalog/src/models/Barcodes.d.ts +0 -5
  155. package/catalog/src/models/Barcodes.js +16 -19
  156. package/catalog/src/models/HttpLink.d.ts +0 -4
  157. package/catalog/src/models/HttpLink.js +8 -14
  158. package/catalog/src/models/LaboratoryLink.d.ts +2 -11
  159. package/catalog/src/models/LaboratoryLink.js +22 -23
  160. package/catalog/src/models/LaboratoryLinkAllOf.d.ts +33 -0
  161. package/catalog/src/models/LaboratoryLinkAllOf.js +44 -0
  162. package/catalog/src/models/PaginatedObject.d.ts +1 -5
  163. package/catalog/src/models/PaginatedObject.js +9 -15
  164. package/catalog/src/models/PaginatedProductInsights.d.ts +3 -13
  165. package/catalog/src/models/PaginatedProductInsights.js +21 -24
  166. package/catalog/src/models/PaginatedProductInsightsAllOf.d.ts +28 -0
  167. package/catalog/src/models/PaginatedProductInsightsAllOf.js +42 -0
  168. package/catalog/src/models/PagingMetadata.d.ts +0 -4
  169. package/catalog/src/models/PagingMetadata.js +11 -23
  170. package/catalog/src/models/ProductInsight.d.ts +10 -21
  171. package/catalog/src/models/ProductInsight.js +36 -45
  172. package/catalog/src/models/ProductInsightCreateOrUpdateParameters.d.ts +4 -8
  173. package/catalog/src/models/ProductInsightCreateOrUpdateParameters.js +30 -35
  174. package/catalog/src/models/ProductInsightJournal.d.ts +0 -4
  175. package/catalog/src/models/ProductInsightJournal.js +12 -17
  176. package/catalog/src/models/ProductSecondaryTypeLink.d.ts +2 -11
  177. package/catalog/src/models/ProductSecondaryTypeLink.js +22 -23
  178. package/catalog/src/models/ProductSecondaryTypeLinkAllOf.d.ts +33 -0
  179. package/catalog/src/models/ProductSecondaryTypeLinkAllOf.js +44 -0
  180. package/catalog/src/models/ProductStorageType.d.ts +7 -8
  181. package/catalog/src/models/ProductStorageType.js +9 -18
  182. package/catalog/src/models/ProductTypeLink.d.ts +2 -11
  183. package/catalog/src/models/ProductTypeLink.js +22 -23
  184. package/catalog/src/models/ProductTypeLinkAllOf.d.ts +33 -0
  185. package/catalog/src/models/ProductTypeLinkAllOf.js +44 -0
  186. package/catalog/src/models/RestError.d.ts +56 -62
  187. package/catalog/src/models/RestError.js +67 -71
  188. package/catalog/src/models/VatLink.d.ts +2 -11
  189. package/catalog/src/models/VatLink.js +22 -25
  190. package/catalog/src/models/VatLinkAllOf.d.ts +39 -0
  191. package/catalog/src/models/VatLinkAllOf.js +46 -0
  192. package/catalog/src/models/index.d.ts +5 -0
  193. package/catalog/src/models/index.js +5 -2
  194. package/catalog/src/runtime.d.ts +31 -72
  195. package/catalog/src/runtime.js +163 -281
  196. package/challenge/src/apis/ManageChallengesApi.d.ts +6 -6
  197. package/challenge/src/apis/ManageChallengesApi.js +32 -30
  198. package/challenge/src/apis/index.js +0 -2
  199. package/challenge/src/index.d.ts +2 -2
  200. package/challenge/src/index.js +2 -4
  201. package/challenge/src/models/Challenge.d.ts +1 -5
  202. package/challenge/src/models/Challenge.js +12 -15
  203. package/challenge/src/models/ChallengeAction.d.ts +7 -11
  204. package/challenge/src/models/ChallengeAction.js +18 -19
  205. package/challenge/src/models/index.js +0 -2
  206. package/challenge/src/runtime.d.ts +31 -72
  207. package/challenge/src/runtime.js +163 -281
  208. package/configuration/src/apis/ManageVariableApi.d.ts +10 -10
  209. package/configuration/src/apis/ManageVariableApi.js +87 -81
  210. package/configuration/src/apis/ManageVatApi.d.ts +8 -8
  211. package/configuration/src/apis/ManageVatApi.js +61 -57
  212. package/configuration/src/apis/SearchVariableApi.d.ts +8 -8
  213. package/configuration/src/apis/SearchVariableApi.js +21 -21
  214. package/configuration/src/apis/SearchVatApi.d.ts +8 -8
  215. package/configuration/src/apis/SearchVatApi.js +57 -53
  216. package/configuration/src/apis/index.js +0 -2
  217. package/configuration/src/index.d.ts +2 -2
  218. package/configuration/src/index.js +2 -4
  219. package/configuration/src/models/RestError.d.ts +56 -62
  220. package/configuration/src/models/RestError.js +67 -71
  221. package/configuration/src/models/Variable.d.ts +0 -4
  222. package/configuration/src/models/Variable.js +9 -17
  223. package/configuration/src/models/Vat.d.ts +0 -4
  224. package/configuration/src/models/Vat.js +10 -20
  225. package/configuration/src/models/index.js +0 -2
  226. package/configuration/src/runtime.d.ts +31 -72
  227. package/configuration/src/runtime.js +163 -281
  228. package/content/src/apis/ManageContentApi.d.ts +6 -6
  229. package/content/src/apis/ManageContentApi.js +35 -33
  230. package/content/src/apis/SearchContentApi.d.ts +6 -6
  231. package/content/src/apis/SearchContentApi.js +14 -14
  232. package/content/src/apis/index.js +0 -2
  233. package/content/src/index.d.ts +2 -2
  234. package/content/src/index.js +2 -4
  235. package/content/src/models/Content.d.ts +0 -4
  236. package/content/src/models/Content.js +18 -21
  237. package/content/src/models/RestError.d.ts +56 -62
  238. package/content/src/models/RestError.js +67 -71
  239. package/content/src/models/index.js +0 -2
  240. package/content/src/runtime.d.ts +31 -72
  241. package/content/src/runtime.js +163 -281
  242. package/factory/src/apis/ManageAssemblyApi.d.ts +12 -12
  243. package/factory/src/apis/ManageAssemblyApi.js +104 -61
  244. package/factory/src/apis/ManageAssemblyOperationApi.d.ts +30 -0
  245. package/{smuggler/src/apis/ManageSmugglersApi.js → factory/src/apis/ManageAssemblyOperationApi.js} +71 -33
  246. package/factory/src/apis/SearchAssemblyApi.d.ts +28 -33
  247. package/factory/src/apis/SearchAssemblyApi.js +151 -158
  248. package/factory/src/apis/SearchAssemblyLineApi.d.ts +37 -0
  249. package/factory/src/apis/SearchAssemblyLineApi.js +239 -0
  250. package/factory/src/apis/SearchAssemblyOperationApi.d.ts +41 -0
  251. package/factory/src/apis/SearchAssemblyOperationApi.js +245 -0
  252. package/factory/src/apis/index.d.ts +3 -0
  253. package/factory/src/apis/index.js +3 -2
  254. package/factory/src/index.d.ts +2 -2
  255. package/factory/src/index.js +2 -4
  256. package/factory/src/models/Assembly.d.ts +20 -30
  257. package/factory/src/models/Assembly.js +35 -40
  258. package/factory/src/models/AssemblyCreationParameters.d.ts +7 -12
  259. package/factory/src/models/AssemblyCreationParameters.js +12 -21
  260. package/factory/src/models/AssemblyLine.d.ts +39 -0
  261. package/factory/src/models/AssemblyLine.js +46 -0
  262. package/factory/src/models/AssemblyLineLink.d.ts +28 -0
  263. package/factory/src/models/AssemblyLineLink.js +50 -0
  264. package/factory/src/models/AssemblyLineLinkAllOf.d.ts +27 -0
  265. package/factory/src/models/AssemblyLineLinkAllOf.js +42 -0
  266. package/factory/src/models/AssemblyOperation.d.ts +41 -0
  267. package/factory/src/models/AssemblyOperation.js +48 -0
  268. package/factory/src/models/AssemblyOperationStatus.d.ts +25 -0
  269. package/factory/src/models/AssemblyOperationStatus.js +40 -0
  270. package/factory/src/models/AssemblyOperationType.d.ts +25 -0
  271. package/factory/src/models/AssemblyOperationType.js +40 -0
  272. package/factory/src/models/AssemblyStatus.d.ts +10 -12
  273. package/factory/src/models/AssemblyStatus.js +12 -22
  274. package/factory/src/models/HttpLink.d.ts +0 -4
  275. package/factory/src/models/HttpLink.js +8 -14
  276. package/factory/src/models/PaginatedAssemblies.d.ts +3 -13
  277. package/factory/src/models/PaginatedAssemblies.js +22 -22
  278. package/factory/src/models/PaginatedAssembliesAllOf.d.ts +28 -0
  279. package/factory/src/models/PaginatedAssembliesAllOf.js +43 -0
  280. package/factory/src/models/PaginatedObject.d.ts +1 -5
  281. package/factory/src/models/PaginatedObject.js +9 -15
  282. package/factory/src/models/PagingMetadata.d.ts +0 -4
  283. package/factory/src/models/PagingMetadata.js +11 -23
  284. package/factory/src/models/UserLink.d.ts +2 -11
  285. package/factory/src/models/UserLink.js +22 -21
  286. package/factory/src/models/UserLinkAllOf.d.ts +27 -0
  287. package/factory/src/models/UserLinkAllOf.js +42 -0
  288. package/factory/src/models/index.d.ts +8 -21
  289. package/factory/src/models/index.js +8 -23
  290. package/factory/src/runtime.d.ts +31 -72
  291. package/factory/src/runtime.js +163 -281
  292. package/favorite/src/apis/ManageFavoriteProductApi.d.ts +21 -21
  293. package/favorite/src/apis/ManageFavoriteProductApi.js +133 -124
  294. package/favorite/src/apis/index.js +0 -2
  295. package/favorite/src/index.d.ts +2 -2
  296. package/favorite/src/index.js +2 -4
  297. package/favorite/src/models/Barcodes.d.ts +0 -5
  298. package/favorite/src/models/Barcodes.js +16 -19
  299. package/favorite/src/models/FavoriteProduct.d.ts +2 -6
  300. package/favorite/src/models/FavoriteProduct.js +15 -27
  301. package/favorite/src/models/FavoriteProductCreationParameters.d.ts +0 -4
  302. package/favorite/src/models/FavoriteProductCreationParameters.js +9 -17
  303. package/favorite/src/models/HttpLink.d.ts +0 -4
  304. package/favorite/src/models/HttpLink.js +8 -14
  305. package/favorite/src/models/PaginatedFavoriteProducts.d.ts +3 -13
  306. package/favorite/src/models/PaginatedFavoriteProducts.js +21 -24
  307. package/favorite/src/models/PaginatedFavoriteProductsAllOf.d.ts +28 -0
  308. package/favorite/src/models/PaginatedFavoriteProductsAllOf.js +42 -0
  309. package/favorite/src/models/PaginatedObject.d.ts +1 -5
  310. package/favorite/src/models/PaginatedObject.js +9 -15
  311. package/favorite/src/models/PagingMetadata.d.ts +0 -4
  312. package/favorite/src/models/PagingMetadata.js +11 -23
  313. package/favorite/src/models/ProductLink.d.ts +4 -13
  314. package/favorite/src/models/ProductLink.js +23 -30
  315. package/favorite/src/models/ProductLinkAllOf.d.ts +47 -0
  316. package/favorite/src/models/ProductLinkAllOf.js +50 -0
  317. package/favorite/src/models/ProductStatus.d.ts +7 -8
  318. package/favorite/src/models/ProductStatus.js +9 -18
  319. package/favorite/src/models/RestError.d.ts +56 -62
  320. package/favorite/src/models/RestError.js +67 -71
  321. package/favorite/src/models/UserLink.d.ts +2 -11
  322. package/favorite/src/models/UserLink.js +21 -23
  323. package/favorite/src/models/UserLinkAllOf.d.ts +27 -0
  324. package/favorite/src/models/UserLinkAllOf.js +41 -0
  325. package/favorite/src/models/index.d.ts +3 -0
  326. package/favorite/src/models/index.js +3 -2
  327. package/favorite/src/runtime.d.ts +31 -72
  328. package/favorite/src/runtime.js +163 -281
  329. package/geo/src/apis/SearchCountryApi.d.ts +6 -6
  330. package/geo/src/apis/SearchCountryApi.js +31 -30
  331. package/geo/src/apis/index.js +0 -2
  332. package/geo/src/index.d.ts +2 -2
  333. package/geo/src/index.js +2 -4
  334. package/geo/src/models/Country.d.ts +0 -4
  335. package/geo/src/models/Country.js +9 -17
  336. package/geo/src/models/index.js +0 -2
  337. package/geo/src/runtime.d.ts +31 -72
  338. package/geo/src/runtime.js +163 -281
  339. package/inventory/src/apis/ManageInventoryApi.d.ts +14 -14
  340. package/inventory/src/apis/ManageInventoryApi.js +153 -143
  341. package/inventory/src/apis/SearchInventoryApi.d.ts +108 -108
  342. package/inventory/src/apis/SearchInventoryApi.js +451 -422
  343. package/inventory/src/apis/index.js +0 -2
  344. package/inventory/src/index.d.ts +2 -2
  345. package/inventory/src/index.js +2 -4
  346. package/inventory/src/models/ActiveProduct.d.ts +1 -5
  347. package/inventory/src/models/ActiveProduct.js +16 -19
  348. package/inventory/src/models/ActiveProductUpdateParameters.d.ts +0 -4
  349. package/inventory/src/models/ActiveProductUpdateParameters.js +10 -13
  350. package/inventory/src/models/Barcodes.d.ts +0 -5
  351. package/inventory/src/models/Barcodes.js +16 -19
  352. package/inventory/src/models/HttpLink.d.ts +0 -4
  353. package/inventory/src/models/HttpLink.js +8 -14
  354. package/inventory/src/models/MisalignedProduct.d.ts +1 -5
  355. package/inventory/src/models/MisalignedProduct.js +16 -19
  356. package/inventory/src/models/OverstockProduct.d.ts +2 -9
  357. package/inventory/src/models/OverstockProduct.js +16 -36
  358. package/inventory/src/models/OverstockProductUpdateParameters.d.ts +0 -4
  359. package/inventory/src/models/OverstockProductUpdateParameters.js +10 -13
  360. package/inventory/src/models/PaginatedActiveProducts.d.ts +3 -13
  361. package/inventory/src/models/PaginatedActiveProducts.js +21 -24
  362. package/inventory/src/models/PaginatedActiveProductsAllOf.d.ts +28 -0
  363. package/inventory/src/models/PaginatedActiveProductsAllOf.js +42 -0
  364. package/inventory/src/models/PaginatedMisalignedProducts.d.ts +3 -13
  365. package/inventory/src/models/PaginatedMisalignedProducts.js +21 -24
  366. package/inventory/src/models/PaginatedMisalignedProductsAllOf.d.ts +28 -0
  367. package/inventory/src/models/PaginatedMisalignedProductsAllOf.js +42 -0
  368. package/inventory/src/models/PaginatedObject.d.ts +1 -5
  369. package/inventory/src/models/PaginatedObject.js +9 -15
  370. package/inventory/src/models/PaginatedOverstockProducts.d.ts +3 -13
  371. package/inventory/src/models/PaginatedOverstockProducts.js +21 -24
  372. package/inventory/src/models/PaginatedOverstockProductsAllOf.d.ts +28 -0
  373. package/inventory/src/models/PaginatedOverstockProductsAllOf.js +42 -0
  374. package/inventory/src/models/PagingMetadata.d.ts +0 -4
  375. package/inventory/src/models/PagingMetadata.js +11 -23
  376. package/inventory/src/models/ProductLink.d.ts +3 -12
  377. package/inventory/src/models/ProductLink.js +22 -25
  378. package/inventory/src/models/ProductLinkAllOf.d.ts +40 -0
  379. package/inventory/src/models/ProductLinkAllOf.js +47 -0
  380. package/inventory/src/models/RestError.d.ts +56 -62
  381. package/inventory/src/models/RestError.js +67 -71
  382. package/inventory/src/models/Statistics.d.ts +3 -7
  383. package/inventory/src/models/Statistics.js +15 -18
  384. package/inventory/src/models/StatisticsActiveProducts.d.ts +0 -4
  385. package/inventory/src/models/StatisticsActiveProducts.js +12 -15
  386. package/inventory/src/models/StatisticsMisalignedProducts.d.ts +0 -4
  387. package/inventory/src/models/StatisticsMisalignedProducts.js +10 -13
  388. package/inventory/src/models/StatisticsOverstockProducts.d.ts +0 -4
  389. package/inventory/src/models/StatisticsOverstockProducts.js +10 -13
  390. package/inventory/src/models/Synchroneity.d.ts +1 -5
  391. package/inventory/src/models/Synchroneity.js +10 -13
  392. package/inventory/src/models/SynchroneityOffisante.d.ts +1 -5
  393. package/inventory/src/models/SynchroneityOffisante.js +12 -15
  394. package/inventory/src/models/SynchroneitySource.d.ts +0 -4
  395. package/inventory/src/models/SynchroneitySource.js +12 -15
  396. package/inventory/src/models/index.d.ts +4 -0
  397. package/inventory/src/models/index.js +4 -2
  398. package/inventory/src/runtime.d.ts +31 -72
  399. package/inventory/src/runtime.js +163 -281
  400. package/invoice/src/apis/ManageInvoiceApi.d.ts +8 -8
  401. package/invoice/src/apis/ManageInvoiceApi.js +68 -64
  402. package/invoice/src/apis/ManageInvoiceLineApi.d.ts +8 -8
  403. package/invoice/src/apis/ManageInvoiceLineApi.js +58 -54
  404. package/invoice/src/apis/ManageInvoicesSummaryApi.d.ts +6 -6
  405. package/invoice/src/apis/ManageInvoicesSummaryApi.js +30 -28
  406. package/invoice/src/apis/SearchInvoiceApi.d.ts +23 -23
  407. package/invoice/src/apis/SearchInvoiceApi.js +92 -91
  408. package/invoice/src/apis/SearchInvoiceLineApi.d.ts +15 -15
  409. package/invoice/src/apis/SearchInvoiceLineApi.js +53 -50
  410. package/invoice/src/apis/SearchOrderTallyApi.d.ts +21 -21
  411. package/invoice/src/apis/SearchOrderTallyApi.js +91 -86
  412. package/invoice/src/apis/index.js +0 -2
  413. package/invoice/src/index.d.ts +2 -2
  414. package/invoice/src/index.js +2 -4
  415. package/invoice/src/models/HttpLink.d.ts +0 -4
  416. package/invoice/src/models/HttpLink.js +8 -14
  417. package/invoice/src/models/Invoice.d.ts +3 -7
  418. package/invoice/src/models/Invoice.js +18 -36
  419. package/invoice/src/models/InvoiceCreationParameters.d.ts +2 -17
  420. package/invoice/src/models/InvoiceCreationParameters.js +3 -26
  421. package/invoice/src/models/InvoiceSummaryCreationParameters.d.ts +0 -4
  422. package/invoice/src/models/InvoiceSummaryCreationParameters.js +12 -22
  423. package/invoice/src/models/InvoiceType.d.ts +16 -17
  424. package/invoice/src/models/InvoiceType.js +18 -27
  425. package/invoice/src/models/InvoiceUpdateParameters.d.ts +0 -4
  426. package/invoice/src/models/InvoiceUpdateParameters.js +12 -15
  427. package/invoice/src/models/OrderLink.d.ts +2 -11
  428. package/invoice/src/models/OrderLink.js +22 -23
  429. package/invoice/src/models/OrderLinkAllOf.d.ts +33 -0
  430. package/invoice/src/models/OrderLinkAllOf.js +44 -0
  431. package/invoice/src/models/OrderTally.d.ts +3 -7
  432. package/invoice/src/models/OrderTally.js +20 -33
  433. package/invoice/src/models/PaginatedInvoices.d.ts +3 -13
  434. package/invoice/src/models/PaginatedInvoices.js +21 -24
  435. package/invoice/src/models/PaginatedInvoicesAllOf.d.ts +28 -0
  436. package/invoice/src/models/PaginatedInvoicesAllOf.js +42 -0
  437. package/invoice/src/models/PaginatedObject.d.ts +1 -5
  438. package/invoice/src/models/PaginatedObject.js +9 -15
  439. package/invoice/src/models/PaginatedOrderTallies.d.ts +3 -13
  440. package/invoice/src/models/PaginatedOrderTallies.js +21 -24
  441. package/invoice/src/models/PaginatedOrderTalliesAllOf.d.ts +28 -0
  442. package/invoice/src/models/PaginatedOrderTalliesAllOf.js +42 -0
  443. package/invoice/src/models/PaginatedPlannedInvoiceLine.d.ts +3 -13
  444. package/invoice/src/models/PaginatedPlannedInvoiceLine.js +21 -24
  445. package/invoice/src/models/PaginatedPlannedInvoiceLineAllOf.d.ts +28 -0
  446. package/invoice/src/models/PaginatedPlannedInvoiceLineAllOf.js +42 -0
  447. package/invoice/src/models/PagingMetadata.d.ts +0 -4
  448. package/invoice/src/models/PagingMetadata.js +11 -23
  449. package/invoice/src/models/PlannedInvoiceLine.d.ts +3 -7
  450. package/invoice/src/models/PlannedInvoiceLine.js +14 -28
  451. package/invoice/src/models/PlannedInvoiceLineCreationParameters.d.ts +0 -4
  452. package/invoice/src/models/PlannedInvoiceLineCreationParameters.js +10 -20
  453. package/invoice/src/models/RestError.d.ts +56 -62
  454. package/invoice/src/models/RestError.js +67 -71
  455. package/invoice/src/models/UserLink.d.ts +3 -12
  456. package/invoice/src/models/UserLink.js +22 -25
  457. package/invoice/src/models/UserLinkAllOf.d.ts +40 -0
  458. package/invoice/src/models/UserLinkAllOf.js +47 -0
  459. package/invoice/src/models/UserLinkAllOfCompany.d.ts +0 -4
  460. package/invoice/src/models/UserLinkAllOfCompany.js +10 -13
  461. package/invoice/src/models/index.d.ts +5 -0
  462. package/invoice/src/models/index.js +5 -2
  463. package/invoice/src/runtime.d.ts +31 -72
  464. package/invoice/src/runtime.js +163 -281
  465. package/laboratory/src/apis/ManageLaboratoryApi.d.ts +6 -8
  466. package/laboratory/src/apis/ManageLaboratoryApi.js +32 -32
  467. package/laboratory/src/apis/SearchLaboratoryApi.d.ts +15 -17
  468. package/laboratory/src/apis/SearchLaboratoryApi.js +77 -74
  469. package/laboratory/src/apis/index.js +0 -2
  470. package/laboratory/src/index.d.ts +2 -2
  471. package/laboratory/src/index.js +2 -4
  472. package/laboratory/src/models/Laboratory.d.ts +0 -4
  473. package/laboratory/src/models/Laboratory.js +12 -15
  474. package/laboratory/src/models/LaboratoryCreationParameters.d.ts +0 -4
  475. package/laboratory/src/models/LaboratoryCreationParameters.js +8 -14
  476. package/laboratory/src/models/PaginatedLaboratories.d.ts +3 -13
  477. package/laboratory/src/models/PaginatedLaboratories.js +21 -24
  478. package/laboratory/src/models/PaginatedLaboratoriesAllOf.d.ts +28 -0
  479. package/laboratory/src/models/PaginatedLaboratoriesAllOf.js +42 -0
  480. package/laboratory/src/models/PaginatedObject.d.ts +1 -5
  481. package/laboratory/src/models/PaginatedObject.js +9 -15
  482. package/laboratory/src/models/PagingMetadata.d.ts +0 -4
  483. package/laboratory/src/models/PagingMetadata.js +11 -23
  484. package/laboratory/src/models/index.d.ts +1 -0
  485. package/laboratory/src/models/index.js +1 -2
  486. package/laboratory/src/runtime.d.ts +31 -72
  487. package/laboratory/src/runtime.js +163 -281
  488. package/laboratory-store/src/apis/ManageLaboratoryStoreApi.d.ts +8 -8
  489. package/laboratory-store/src/apis/ManageLaboratoryStoreApi.js +59 -56
  490. package/laboratory-store/src/apis/ManageLaboratoryStoreImageApi.d.ts +14 -14
  491. package/laboratory-store/src/apis/ManageLaboratoryStoreImageApi.js +134 -118
  492. package/laboratory-store/src/apis/SearchLaboratoryStoreApi.d.ts +25 -25
  493. package/laboratory-store/src/apis/SearchLaboratoryStoreApi.js +90 -83
  494. package/laboratory-store/src/apis/index.js +0 -2
  495. package/laboratory-store/src/index.d.ts +2 -2
  496. package/laboratory-store/src/index.js +2 -4
  497. package/laboratory-store/src/models/DisplayType.d.ts +5 -6
  498. package/laboratory-store/src/models/DisplayType.js +7 -16
  499. package/laboratory-store/src/models/HttpLink.d.ts +0 -4
  500. package/laboratory-store/src/models/HttpLink.js +8 -14
  501. package/laboratory-store/src/models/Image.d.ts +1 -5
  502. package/laboratory-store/src/models/Image.js +12 -15
  503. package/laboratory-store/src/models/ImageCreationParameters.d.ts +28 -0
  504. package/laboratory-store/src/models/ImageCreationParameters.js +41 -0
  505. package/laboratory-store/src/models/ImageVersions.d.ts +0 -4
  506. package/laboratory-store/src/models/ImageVersions.js +19 -24
  507. package/laboratory-store/src/models/LaboratoryStore.d.ts +3 -7
  508. package/laboratory-store/src/models/LaboratoryStore.js +35 -38
  509. package/laboratory-store/src/models/LaboratoryStoreCreationParameters.d.ts +2 -67
  510. package/laboratory-store/src/models/LaboratoryStoreCreationParameters.js +3 -44
  511. package/laboratory-store/src/models/LaboratoryStoreUpdateParameters.d.ts +2 -6
  512. package/laboratory-store/src/models/LaboratoryStoreUpdateParameters.js +28 -31
  513. package/laboratory-store/src/models/LaboratoryType.d.ts +8 -9
  514. package/laboratory-store/src/models/LaboratoryType.js +10 -19
  515. package/laboratory-store/src/models/OwnerLink.d.ts +2 -11
  516. package/laboratory-store/src/models/OwnerLink.js +22 -23
  517. package/laboratory-store/src/models/OwnerLinkAllOf.d.ts +33 -0
  518. package/laboratory-store/src/models/OwnerLinkAllOf.js +44 -0
  519. package/laboratory-store/src/models/PaginatedLaboratoryStores.d.ts +3 -13
  520. package/laboratory-store/src/models/PaginatedLaboratoryStores.js +22 -22
  521. package/laboratory-store/src/models/PaginatedLaboratoryStoresAllOf.d.ts +28 -0
  522. package/laboratory-store/src/models/PaginatedLaboratoryStoresAllOf.js +43 -0
  523. package/laboratory-store/src/models/PaginatedObject.d.ts +1 -5
  524. package/laboratory-store/src/models/PaginatedObject.js +9 -15
  525. package/laboratory-store/src/models/PagingMetadata.d.ts +0 -4
  526. package/laboratory-store/src/models/PagingMetadata.js +11 -23
  527. package/laboratory-store/src/models/RestError.d.ts +56 -62
  528. package/laboratory-store/src/models/RestError.js +67 -71
  529. package/laboratory-store/src/models/index.d.ts +3 -0
  530. package/laboratory-store/src/models/index.js +3 -2
  531. package/laboratory-store/src/runtime.d.ts +31 -72
  532. package/laboratory-store/src/runtime.js +163 -281
  533. package/laboratory-store-log/src/apis/SearchLaboratoryStoreLogApi.d.ts +13 -15
  534. package/laboratory-store-log/src/apis/SearchLaboratoryStoreLogApi.js +53 -52
  535. package/laboratory-store-log/src/apis/index.js +0 -2
  536. package/laboratory-store-log/src/index.d.ts +2 -2
  537. package/laboratory-store-log/src/index.js +2 -4
  538. package/laboratory-store-log/src/models/AnyLaboratoryStoreLog.d.ts +1 -2
  539. package/laboratory-store-log/src/models/AnyLaboratoryStoreLog.js +18 -4
  540. package/laboratory-store-log/src/models/HttpLink.d.ts +0 -4
  541. package/laboratory-store-log/src/models/HttpLink.js +8 -14
  542. package/laboratory-store-log/src/models/LaboratoryStoreLink.d.ts +2 -11
  543. package/laboratory-store-log/src/models/LaboratoryStoreLink.js +21 -23
  544. package/laboratory-store-log/src/models/LaboratoryStoreLinkAllOf.d.ts +27 -0
  545. package/laboratory-store-log/src/models/LaboratoryStoreLinkAllOf.js +41 -0
  546. package/laboratory-store-log/src/models/LaboratoryStoreLog.d.ts +3 -24
  547. package/laboratory-store-log/src/models/LaboratoryStoreLog.js +21 -35
  548. package/laboratory-store-log/src/models/LaboratoryStoreLogAllOf.d.ts +34 -0
  549. package/laboratory-store-log/src/models/LaboratoryStoreLogAllOf.js +44 -0
  550. package/laboratory-store-log/src/models/Log.d.ts +0 -4
  551. package/laboratory-store-log/src/models/Log.js +11 -21
  552. package/laboratory-store-log/src/models/PaginatedLaboratoryStoreLogs.d.ts +3 -13
  553. package/laboratory-store-log/src/models/PaginatedLaboratoryStoreLogs.js +21 -24
  554. package/laboratory-store-log/src/models/PaginatedLaboratoryStoreLogsAllOf.d.ts +28 -0
  555. package/laboratory-store-log/src/models/PaginatedLaboratoryStoreLogsAllOf.js +42 -0
  556. package/laboratory-store-log/src/models/PaginatedObject.d.ts +1 -5
  557. package/laboratory-store-log/src/models/PaginatedObject.js +9 -15
  558. package/laboratory-store-log/src/models/PagingMetadata.d.ts +0 -4
  559. package/laboratory-store-log/src/models/PagingMetadata.js +11 -23
  560. package/laboratory-store-log/src/models/index.d.ts +3 -0
  561. package/laboratory-store-log/src/models/index.js +3 -2
  562. package/laboratory-store-log/src/runtime.d.ts +31 -72
  563. package/laboratory-store-log/src/runtime.js +163 -281
  564. package/lexicon/src/apis/ManageLexiconApi.d.ts +8 -8
  565. package/lexicon/src/apis/ManageLexiconApi.js +58 -54
  566. package/lexicon/src/apis/SearchLexiconApi.d.ts +12 -12
  567. package/lexicon/src/apis/SearchLexiconApi.js +114 -109
  568. package/lexicon/src/apis/index.js +0 -2
  569. package/lexicon/src/index.d.ts +2 -2
  570. package/lexicon/src/index.js +2 -4
  571. package/lexicon/src/models/PaginatedObject.d.ts +1 -5
  572. package/lexicon/src/models/PaginatedObject.js +9 -15
  573. package/lexicon/src/models/PaginatedTags.d.ts +3 -13
  574. package/lexicon/src/models/PaginatedTags.js +21 -24
  575. package/lexicon/src/models/PaginatedTagsAllOf.d.ts +28 -0
  576. package/lexicon/src/models/PaginatedTagsAllOf.js +42 -0
  577. package/lexicon/src/models/PagingMetadata.d.ts +0 -4
  578. package/lexicon/src/models/PagingMetadata.js +11 -23
  579. package/lexicon/src/models/PharmacyGroup.d.ts +2 -6
  580. package/lexicon/src/models/PharmacyGroup.js +12 -15
  581. package/lexicon/src/models/PharmacyLocation.d.ts +2 -6
  582. package/lexicon/src/models/PharmacyLocation.js +12 -15
  583. package/lexicon/src/models/PharmacySoftware.d.ts +2 -6
  584. package/lexicon/src/models/PharmacySoftware.js +12 -15
  585. package/lexicon/src/models/RestError.d.ts +56 -62
  586. package/lexicon/src/models/RestError.js +67 -71
  587. package/lexicon/src/models/Tag.d.ts +0 -4
  588. package/lexicon/src/models/Tag.js +12 -15
  589. package/lexicon/src/models/TagCreationParameters.d.ts +0 -4
  590. package/lexicon/src/models/TagCreationParameters.js +10 -13
  591. package/lexicon/src/models/index.d.ts +1 -0
  592. package/lexicon/src/models/index.js +1 -2
  593. package/lexicon/src/runtime.d.ts +31 -72
  594. package/lexicon/src/runtime.js +163 -281
  595. package/litigation/src/apis/ManageLitigationApi.d.ts +6 -6
  596. package/litigation/src/apis/ManageLitigationApi.js +30 -28
  597. package/litigation/src/apis/index.js +0 -2
  598. package/litigation/src/index.d.ts +2 -2
  599. package/litigation/src/index.js +2 -4
  600. package/litigation/src/models/LitigationCreationParameters.d.ts +0 -4
  601. package/litigation/src/models/LitigationCreationParameters.js +11 -23
  602. package/litigation/src/models/RestError.d.ts +56 -62
  603. package/litigation/src/models/RestError.js +67 -71
  604. package/litigation/src/models/index.js +0 -2
  605. package/litigation/src/runtime.d.ts +31 -72
  606. package/litigation/src/runtime.js +163 -281
  607. package/magic-cart/src/apis/ManageExpressOrderApi.d.ts +6 -6
  608. package/magic-cart/src/apis/ManageExpressOrderApi.js +30 -29
  609. package/magic-cart/src/apis/index.js +0 -2
  610. package/magic-cart/src/index.d.ts +2 -2
  611. package/magic-cart/src/index.js +2 -4
  612. package/magic-cart/src/models/AnyIdentifiedDistributionMode.d.ts +5 -6
  613. package/magic-cart/src/models/AnyIdentifiedDistributionMode.js +23 -9
  614. package/magic-cart/src/models/Barcodes.d.ts +0 -5
  615. package/magic-cart/src/models/Barcodes.js +16 -19
  616. package/magic-cart/src/models/DistributionMode.d.ts +1 -8
  617. package/magic-cart/src/models/DistributionMode.js +10 -20
  618. package/magic-cart/src/models/DistributionRange.d.ts +0 -4
  619. package/magic-cart/src/models/DistributionRange.js +10 -20
  620. package/magic-cart/src/models/ExpressOrder.d.ts +1 -5
  621. package/magic-cart/src/models/ExpressOrder.js +12 -15
  622. package/magic-cart/src/models/ExpressOrderCreationParameters.d.ts +1 -5
  623. package/magic-cart/src/models/ExpressOrderCreationParameters.js +13 -18
  624. package/magic-cart/src/models/ExpressOrderNeed.d.ts +0 -4
  625. package/magic-cart/src/models/ExpressOrderNeed.js +14 -21
  626. package/magic-cart/src/models/HttpLink.d.ts +0 -4
  627. package/magic-cart/src/models/HttpLink.js +8 -14
  628. package/magic-cart/src/models/IdentifiedDistributionRange.d.ts +2 -23
  629. package/magic-cart/src/models/IdentifiedDistributionRange.js +21 -35
  630. package/magic-cart/src/models/IdentifiedDistributionRangeAllOf.d.ts +33 -0
  631. package/magic-cart/src/models/IdentifiedDistributionRangeAllOf.js +43 -0
  632. package/magic-cart/src/models/IdentifiedRangeDistributionMode.d.ts +3 -27
  633. package/magic-cart/src/models/IdentifiedRangeDistributionMode.js +21 -31
  634. package/magic-cart/src/models/IdentifiedRangeDistributionModeAllOf.d.ts +28 -0
  635. package/magic-cart/src/models/IdentifiedRangeDistributionModeAllOf.js +42 -0
  636. package/magic-cart/src/models/ProductLink.d.ts +4 -13
  637. package/magic-cart/src/models/ProductLink.js +22 -36
  638. package/magic-cart/src/models/ProductLinkAllOf.d.ts +47 -0
  639. package/magic-cart/src/models/ProductLinkAllOf.js +49 -0
  640. package/magic-cart/src/models/ProductStorageType.d.ts +7 -8
  641. package/magic-cart/src/models/ProductStorageType.js +9 -18
  642. package/magic-cart/src/models/QuotationDistributionMode.d.ts +2 -26
  643. package/magic-cart/src/models/QuotationDistributionMode.js +21 -31
  644. package/magic-cart/src/models/QuotationDistributionModeAllOf.d.ts +27 -0
  645. package/magic-cart/src/models/QuotationDistributionModeAllOf.js +41 -0
  646. package/magic-cart/src/models/SaleOfferLink.d.ts +4 -13
  647. package/magic-cart/src/models/SaleOfferLink.js +22 -33
  648. package/magic-cart/src/models/SaleOfferLinkAllOf.d.ts +47 -0
  649. package/magic-cart/src/models/SaleOfferLinkAllOf.js +50 -0
  650. package/magic-cart/src/models/SaleOfferProposal.d.ts +3 -7
  651. package/magic-cart/src/models/SaleOfferProposal.js +13 -25
  652. package/magic-cart/src/models/SellerProposal.d.ts +2 -6
  653. package/magic-cart/src/models/SellerProposal.js +13 -23
  654. package/magic-cart/src/models/Stock.d.ts +0 -4
  655. package/magic-cart/src/models/Stock.js +13 -17
  656. package/magic-cart/src/models/UnitaryDistributionMode.d.ts +2 -26
  657. package/magic-cart/src/models/UnitaryDistributionMode.js +21 -35
  658. package/magic-cart/src/models/UnitaryDistributionModeAllOf.d.ts +33 -0
  659. package/magic-cart/src/models/UnitaryDistributionModeAllOf.js +43 -0
  660. package/magic-cart/src/models/UserLink.d.ts +2 -11
  661. package/magic-cart/src/models/UserLink.js +21 -27
  662. package/magic-cart/src/models/UserLinkAllOf.d.ts +33 -0
  663. package/magic-cart/src/models/UserLinkAllOf.js +43 -0
  664. package/magic-cart/src/models/index.d.ts +7 -0
  665. package/magic-cart/src/models/index.js +7 -2
  666. package/magic-cart/src/runtime.d.ts +31 -72
  667. package/magic-cart/src/runtime.js +163 -281
  668. package/mandate/src/apis/ManageMandatesApi.d.ts +12 -12
  669. package/mandate/src/apis/ManageMandatesApi.js +108 -100
  670. package/mandate/src/apis/index.js +0 -2
  671. package/mandate/src/index.d.ts +2 -2
  672. package/mandate/src/index.js +2 -4
  673. package/mandate/src/models/Challenge.d.ts +1 -5
  674. package/mandate/src/models/Challenge.js +12 -15
  675. package/mandate/src/models/ChallengeAction.d.ts +7 -11
  676. package/mandate/src/models/ChallengeAction.js +18 -19
  677. package/mandate/src/models/Mandate.d.ts +11 -15
  678. package/mandate/src/models/Mandate.js +28 -29
  679. package/mandate/src/models/MandateChallenge.d.ts +2 -18
  680. package/mandate/src/models/MandateChallenge.js +21 -24
  681. package/mandate/src/models/MandateChallengeAllOf.d.ts +27 -0
  682. package/mandate/src/models/MandateChallengeAllOf.js +41 -0
  683. package/mandate/src/models/MandateChallengeCreationParameters.d.ts +0 -4
  684. package/mandate/src/models/MandateChallengeCreationParameters.js +8 -14
  685. package/mandate/src/models/MandateCreationParameters.d.ts +0 -4
  686. package/mandate/src/models/MandateCreationParameters.js +12 -15
  687. package/mandate/src/models/index.d.ts +1 -0
  688. package/mandate/src/models/index.js +1 -2
  689. package/mandate/src/runtime.d.ts +31 -72
  690. package/mandate/src/runtime.js +163 -281
  691. package/mangopay-hook/src/apis/MangopayHookApi.d.ts +5 -7
  692. package/mangopay-hook/src/apis/MangopayHookApi.js +18 -20
  693. package/mangopay-hook/src/apis/index.js +0 -2
  694. package/mangopay-hook/src/index.d.ts +2 -2
  695. package/mangopay-hook/src/index.js +2 -4
  696. package/mangopay-hook/src/models/RestError.d.ts +56 -62
  697. package/mangopay-hook/src/models/RestError.js +67 -71
  698. package/mangopay-hook/src/models/index.js +0 -2
  699. package/mangopay-hook/src/runtime.d.ts +31 -72
  700. package/mangopay-hook/src/runtime.js +163 -281
  701. package/message/src/apis/ManageMessageApi.d.ts +14 -24
  702. package/message/src/apis/ManageMessageApi.js +146 -146
  703. package/message/src/apis/SearchMessageApi.d.ts +19 -23
  704. package/message/src/apis/SearchMessageApi.js +109 -106
  705. package/message/src/apis/index.js +0 -2
  706. package/message/src/index.d.ts +2 -2
  707. package/message/src/index.js +2 -4
  708. package/message/src/models/HttpLink.d.ts +0 -4
  709. package/message/src/models/HttpLink.js +8 -14
  710. package/message/src/models/Message.d.ts +1 -5
  711. package/message/src/models/Message.js +13 -27
  712. package/message/src/models/MessageCreationParameters.d.ts +0 -4
  713. package/message/src/models/MessageCreationParameters.js +10 -20
  714. package/message/src/models/MessageUpdateParameters.d.ts +0 -4
  715. package/message/src/models/MessageUpdateParameters.js +14 -17
  716. package/message/src/models/MessageViewerCreationParameters.d.ts +0 -4
  717. package/message/src/models/MessageViewerCreationParameters.js +10 -13
  718. package/message/src/models/PaginatedMessages.d.ts +3 -13
  719. package/message/src/models/PaginatedMessages.js +21 -24
  720. package/message/src/models/PaginatedMessagesAllOf.d.ts +28 -0
  721. package/message/src/models/PaginatedMessagesAllOf.js +42 -0
  722. package/message/src/models/PaginatedObject.d.ts +1 -5
  723. package/message/src/models/PaginatedObject.js +9 -15
  724. package/message/src/models/PagingMetadata.d.ts +0 -4
  725. package/message/src/models/PagingMetadata.js +11 -23
  726. package/message/src/models/ViewerLink.d.ts +2 -11
  727. package/message/src/models/ViewerLink.js +21 -27
  728. package/message/src/models/ViewerLinkAllOf.d.ts +33 -0
  729. package/message/src/models/ViewerLinkAllOf.js +43 -0
  730. package/message/src/models/index.d.ts +2 -0
  731. package/message/src/models/index.js +2 -2
  732. package/message/src/runtime.d.ts +31 -72
  733. package/message/src/runtime.js +163 -281
  734. package/notification/src/apis/ManageNotificationApi.d.ts +8 -8
  735. package/notification/src/apis/ManageNotificationApi.js +65 -61
  736. package/notification/src/apis/ManageNotificationTypeApi.d.ts +11 -11
  737. package/notification/src/apis/ManageNotificationTypeApi.js +100 -90
  738. package/notification/src/apis/SearchNotificationApi.d.ts +15 -17
  739. package/notification/src/apis/SearchNotificationApi.js +79 -76
  740. package/notification/src/apis/SearchNotificationTypeApi.d.ts +21 -21
  741. package/notification/src/apis/SearchNotificationTypeApi.js +109 -102
  742. package/notification/src/apis/index.js +0 -2
  743. package/notification/src/index.d.ts +2 -2
  744. package/notification/src/index.js +2 -4
  745. package/notification/src/models/HttpLink.d.ts +0 -4
  746. package/notification/src/models/HttpLink.js +8 -14
  747. package/notification/src/models/Notification.d.ts +2 -6
  748. package/notification/src/models/Notification.js +27 -30
  749. package/notification/src/models/NotificationType.d.ts +2 -6
  750. package/notification/src/models/NotificationType.js +26 -29
  751. package/notification/src/models/NotificationTypeAttachment.d.ts +0 -4
  752. package/notification/src/models/NotificationTypeAttachment.js +20 -23
  753. package/notification/src/models/NotificationTypeAttachmentCreationParameters.d.ts +28 -0
  754. package/notification/src/models/NotificationTypeAttachmentCreationParameters.js +42 -0
  755. package/notification/src/models/NotificationTypeId.d.ts +51 -52
  756. package/notification/src/models/NotificationTypeId.js +53 -62
  757. package/notification/src/models/NotificationTypeUpdateParameters.d.ts +0 -4
  758. package/notification/src/models/NotificationTypeUpdateParameters.js +20 -23
  759. package/notification/src/models/NotificationUpdateParameters.d.ts +0 -4
  760. package/notification/src/models/NotificationUpdateParameters.js +12 -15
  761. package/notification/src/models/PaginatedNotificationTypes.d.ts +3 -13
  762. package/notification/src/models/PaginatedNotificationTypes.js +22 -22
  763. package/notification/src/models/PaginatedNotificationTypesAllOf.d.ts +28 -0
  764. package/notification/src/models/PaginatedNotificationTypesAllOf.js +43 -0
  765. package/notification/src/models/PaginatedNotifications.d.ts +3 -13
  766. package/notification/src/models/PaginatedNotifications.js +22 -22
  767. package/notification/src/models/PaginatedNotificationsAllOf.d.ts +28 -0
  768. package/notification/src/models/PaginatedNotificationsAllOf.js +43 -0
  769. package/notification/src/models/PaginatedObject.d.ts +1 -5
  770. package/notification/src/models/PaginatedObject.js +9 -15
  771. package/notification/src/models/PagingMetadata.d.ts +0 -4
  772. package/notification/src/models/PagingMetadata.js +11 -23
  773. package/notification/src/models/RestError.d.ts +56 -62
  774. package/notification/src/models/RestError.js +67 -71
  775. package/notification/src/models/index.d.ts +3 -0
  776. package/notification/src/models/index.js +3 -2
  777. package/notification/src/runtime.d.ts +31 -72
  778. package/notification/src/runtime.js +163 -281
  779. package/order/src/apis/ManageFreeCarriageCouponApi.d.ts +8 -8
  780. package/order/src/apis/ManageFreeCarriageCouponApi.js +58 -54
  781. package/order/src/apis/ManageMetaOrderApi.d.ts +8 -8
  782. package/order/src/apis/ManageMetaOrderApi.js +61 -57
  783. package/order/src/apis/ManageOrderApi.d.ts +20 -20
  784. package/order/src/apis/ManageOrderApi.js +244 -228
  785. package/order/src/apis/ManageOrderItemApi.d.ts +20 -20
  786. package/order/src/apis/ManageOrderItemApi.js +249 -233
  787. package/order/src/apis/SearchFreeCarriageCouponApi.d.ts +13 -13
  788. package/order/src/apis/SearchFreeCarriageCouponApi.js +59 -56
  789. package/order/src/apis/SearchOrderApi.d.ts +35 -39
  790. package/order/src/apis/SearchOrderApi.js +177 -177
  791. package/order/src/apis/SearchOrderItemApi.d.ts +58 -64
  792. package/order/src/apis/SearchOrderItemApi.js +200 -188
  793. package/order/src/apis/index.js +0 -2
  794. package/order/src/index.d.ts +2 -2
  795. package/order/src/index.js +2 -4
  796. package/order/src/models/Address.d.ts +0 -4
  797. package/order/src/models/Address.js +16 -19
  798. package/order/src/models/Anomalies.d.ts +0 -4
  799. package/order/src/models/Anomalies.js +16 -19
  800. package/order/src/models/AnomaliesUpdateParameters.d.ts +2 -29
  801. package/order/src/models/AnomaliesUpdateParameters.js +3 -26
  802. package/order/src/models/AnyMetaOrderWarning.d.ts +2 -3
  803. package/order/src/models/AnyMetaOrderWarning.js +19 -5
  804. package/order/src/models/Barcodes.d.ts +0 -5
  805. package/order/src/models/Barcodes.js +16 -19
  806. package/order/src/models/FreeCarriageCoupon.d.ts +1 -5
  807. package/order/src/models/FreeCarriageCoupon.js +25 -46
  808. package/order/src/models/FreeCarriageCouponCreationParameters.d.ts +0 -4
  809. package/order/src/models/FreeCarriageCouponCreationParameters.js +18 -29
  810. package/order/src/models/FreeCarriageCouponOwnerLink.d.ts +2 -11
  811. package/order/src/models/FreeCarriageCouponOwnerLink.js +21 -23
  812. package/order/src/models/FreeCarriageCouponOwnerLinkAllOf.d.ts +27 -0
  813. package/order/src/models/FreeCarriageCouponOwnerLinkAllOf.js +41 -0
  814. package/order/src/models/HttpLink.d.ts +0 -4
  815. package/order/src/models/HttpLink.js +8 -14
  816. package/order/src/models/MetaOrder.d.ts +3 -7
  817. package/order/src/models/MetaOrder.js +18 -34
  818. package/order/src/models/MetaOrderCreationParameters.d.ts +1 -5
  819. package/order/src/models/MetaOrderCreationParameters.js +10 -18
  820. package/order/src/models/MetaOrderCreationSubCartParameters.d.ts +0 -4
  821. package/order/src/models/MetaOrderCreationSubCartParameters.js +8 -14
  822. package/order/src/models/MetaOrderPrices.d.ts +0 -4
  823. package/order/src/models/MetaOrderPrices.js +16 -38
  824. package/order/src/models/MetaOrderWarning.d.ts +0 -4
  825. package/order/src/models/MetaOrderWarning.js +8 -14
  826. package/order/src/models/MetaOrderWithWarnings.d.ts +2 -6
  827. package/order/src/models/MetaOrderWithWarnings.js +12 -15
  828. package/order/src/models/Order.d.ts +12 -20
  829. package/order/src/models/Order.js +74 -140
  830. package/order/src/models/OrderAddedItem.d.ts +2 -68
  831. package/order/src/models/OrderAddedItem.js +3 -41
  832. package/order/src/models/OrderItem.d.ts +3 -7
  833. package/order/src/models/OrderItem.js +29 -32
  834. package/order/src/models/OrderItemPrices.d.ts +0 -4
  835. package/order/src/models/OrderItemPrices.js +18 -21
  836. package/order/src/models/OrderItemRefundedCreationParameters.d.ts +0 -4
  837. package/order/src/models/OrderItemRefundedCreationParameters.js +12 -19
  838. package/order/src/models/OrderItemUpdateParameters.d.ts +0 -4
  839. package/order/src/models/OrderItemUpdateParameters.js +8 -14
  840. package/order/src/models/OrderItemWarning.d.ts +13 -22
  841. package/order/src/models/OrderItemWarning.js +34 -47
  842. package/order/src/models/OrderItemWarningAllOf.d.ts +62 -0
  843. package/order/src/models/OrderItemWarningAllOf.js +62 -0
  844. package/order/src/models/OrderItemsOperation.d.ts +7 -12
  845. package/order/src/models/OrderItemsOperation.js +9 -22
  846. package/order/src/models/OrderJournal.d.ts +3 -14
  847. package/order/src/models/OrderJournal.js +27 -36
  848. package/order/src/models/OrderPrices.d.ts +0 -4
  849. package/order/src/models/OrderPrices.js +26 -29
  850. package/order/src/models/OrderRefundedItem.d.ts +2 -68
  851. package/order/src/models/OrderRefundedItem.js +3 -41
  852. package/order/src/models/OrderRefundedItemUpdateParameters.d.ts +2 -11
  853. package/order/src/models/OrderRefundedItemUpdateParameters.js +3 -22
  854. package/order/src/models/OrderRemovedItem.d.ts +2 -68
  855. package/order/src/models/OrderRemovedItem.js +3 -41
  856. package/order/src/models/OrderRemovedItemUpdateParameters.d.ts +2 -11
  857. package/order/src/models/OrderRemovedItemUpdateParameters.js +3 -22
  858. package/order/src/models/OrderStatus.d.ts +18 -19
  859. package/order/src/models/OrderStatus.js +20 -29
  860. package/order/src/models/OrderStatusReason.d.ts +6 -7
  861. package/order/src/models/OrderStatusReason.js +8 -17
  862. package/order/src/models/OrderStorageType.d.ts +7 -8
  863. package/order/src/models/OrderStorageType.js +9 -18
  864. package/order/src/models/OrderThreads.d.ts +1 -5
  865. package/order/src/models/OrderThreads.js +10 -13
  866. package/order/src/models/OrderType.d.ts +5 -6
  867. package/order/src/models/OrderType.js +7 -16
  868. package/order/src/models/OrderUpdateParameters.d.ts +2 -6
  869. package/order/src/models/OrderUpdateParameters.js +16 -19
  870. package/order/src/models/OrderWarning.d.ts +10 -19
  871. package/order/src/models/OrderWarning.js +30 -34
  872. package/order/src/models/OrderWarningAllOf.d.ts +41 -0
  873. package/order/src/models/OrderWarningAllOf.js +52 -0
  874. package/order/src/models/PaginatedFreeCarriageCoupons.d.ts +3 -13
  875. package/order/src/models/PaginatedFreeCarriageCoupons.js +21 -24
  876. package/order/src/models/PaginatedFreeCarriageCouponsAllOf.d.ts +28 -0
  877. package/order/src/models/PaginatedFreeCarriageCouponsAllOf.js +42 -0
  878. package/order/src/models/PaginatedObject.d.ts +1 -5
  879. package/order/src/models/PaginatedObject.js +9 -15
  880. package/order/src/models/PaginatedOrders.d.ts +3 -13
  881. package/order/src/models/PaginatedOrders.js +21 -24
  882. package/order/src/models/PaginatedOrdersAllOf.d.ts +28 -0
  883. package/order/src/models/PaginatedOrdersAllOf.js +42 -0
  884. package/order/src/models/PagingMetadata.d.ts +0 -4
  885. package/order/src/models/PagingMetadata.js +11 -23
  886. package/order/src/models/ProductLink.d.ts +4 -13
  887. package/order/src/models/ProductLink.js +23 -28
  888. package/order/src/models/ProductLinkAllOf.d.ts +47 -0
  889. package/order/src/models/ProductLinkAllOf.js +50 -0
  890. package/order/src/models/ProductStorageType.d.ts +7 -8
  891. package/order/src/models/ProductStorageType.js +9 -18
  892. package/order/src/models/Reservation.d.ts +4 -12
  893. package/order/src/models/Reservation.js +22 -25
  894. package/order/src/models/ReservationUpdateParameters.d.ts +0 -4
  895. package/order/src/models/ReservationUpdateParameters.js +10 -13
  896. package/order/src/models/RestError.d.ts +56 -62
  897. package/order/src/models/RestError.js +67 -71
  898. package/order/src/models/SaleOfferLink.d.ts +2 -11
  899. package/order/src/models/SaleOfferLink.js +21 -23
  900. package/order/src/models/SaleOfferLinkAllOf.d.ts +27 -0
  901. package/order/src/models/SaleOfferLinkAllOf.js +41 -0
  902. package/order/src/models/ShoppedOffer.d.ts +0 -4
  903. package/order/src/models/ShoppedOffer.js +12 -19
  904. package/order/src/models/ThreadLink.d.ts +2 -11
  905. package/order/src/models/ThreadLink.js +21 -23
  906. package/order/src/models/ThreadLinkAllOf.d.ts +27 -0
  907. package/order/src/models/ThreadLinkAllOf.js +41 -0
  908. package/order/src/models/UpdateOrderStatusParameters.d.ts +11 -12
  909. package/order/src/models/UpdateOrderStatusParameters.js +13 -22
  910. package/order/src/models/UserLink.d.ts +3 -12
  911. package/order/src/models/UserLink.js +22 -39
  912. package/order/src/models/UserLinkAllOf.d.ts +64 -0
  913. package/order/src/models/UserLinkAllOf.js +55 -0
  914. package/order/src/models/UserLinkAllOfCompany.d.ts +0 -4
  915. package/order/src/models/UserLinkAllOfCompany.js +10 -13
  916. package/order/src/models/index.d.ts +9 -0
  917. package/order/src/models/index.js +9 -2
  918. package/order/src/runtime.d.ts +31 -72
  919. package/order/src/runtime.js +163 -281
  920. package/order-log/src/apis/SearchOrderLogApi.d.ts +13 -15
  921. package/order-log/src/apis/SearchOrderLogApi.js +53 -52
  922. package/order-log/src/apis/index.js +0 -2
  923. package/order-log/src/index.d.ts +2 -2
  924. package/order-log/src/index.js +2 -4
  925. package/order-log/src/models/AnyOrderLog.d.ts +1 -2
  926. package/order-log/src/models/AnyOrderLog.js +18 -4
  927. package/order-log/src/models/HttpLink.d.ts +0 -4
  928. package/order-log/src/models/HttpLink.js +8 -14
  929. package/order-log/src/models/Log.d.ts +0 -4
  930. package/order-log/src/models/Log.js +11 -21
  931. package/order-log/src/models/OrderLink.d.ts +2 -11
  932. package/order-log/src/models/OrderLink.js +21 -23
  933. package/order-log/src/models/OrderLinkAllOf.d.ts +27 -0
  934. package/order-log/src/models/OrderLinkAllOf.js +41 -0
  935. package/order-log/src/models/OrderLog.d.ts +4 -25
  936. package/order-log/src/models/OrderLog.js +22 -48
  937. package/order-log/src/models/OrderLogAllOf.d.ts +53 -0
  938. package/order-log/src/models/OrderLogAllOf.js +51 -0
  939. package/order-log/src/models/OrderStatusReason.d.ts +6 -7
  940. package/order-log/src/models/OrderStatusReason.js +8 -17
  941. package/order-log/src/models/PaginatedObject.d.ts +1 -5
  942. package/order-log/src/models/PaginatedObject.js +9 -15
  943. package/order-log/src/models/PaginatedOrderLogs.d.ts +3 -13
  944. package/order-log/src/models/PaginatedOrderLogs.js +21 -24
  945. package/order-log/src/models/PaginatedOrderLogsAllOf.d.ts +28 -0
  946. package/order-log/src/models/PaginatedOrderLogsAllOf.js +42 -0
  947. package/order-log/src/models/PagingMetadata.d.ts +0 -4
  948. package/order-log/src/models/PagingMetadata.js +11 -23
  949. package/order-log/src/models/index.d.ts +3 -0
  950. package/order-log/src/models/index.js +3 -2
  951. package/order-log/src/runtime.d.ts +31 -72
  952. package/order-log/src/runtime.js +163 -281
  953. package/outrage-message/src/apis/ManageOutrageMessageApi.d.ts +10 -16
  954. package/outrage-message/src/apis/ManageOutrageMessageApi.js +89 -89
  955. package/outrage-message/src/apis/SearchOutrageMessageApi.d.ts +17 -17
  956. package/outrage-message/src/apis/SearchOutrageMessageApi.js +77 -72
  957. package/outrage-message/src/apis/index.js +0 -2
  958. package/outrage-message/src/index.d.ts +2 -2
  959. package/outrage-message/src/index.js +2 -4
  960. package/outrage-message/src/models/OutrageMessage.d.ts +0 -4
  961. package/outrage-message/src/models/OutrageMessage.js +18 -21
  962. package/outrage-message/src/models/OutrageMessageCreationParameters.d.ts +0 -4
  963. package/outrage-message/src/models/OutrageMessageCreationParameters.js +9 -17
  964. package/outrage-message/src/models/OutrageMessageUpdateParameters.d.ts +0 -4
  965. package/outrage-message/src/models/OutrageMessageUpdateParameters.js +12 -15
  966. package/outrage-message/src/models/PaginatedObject.d.ts +1 -5
  967. package/outrage-message/src/models/PaginatedObject.js +9 -15
  968. package/outrage-message/src/models/PaginatedOutrageMessages.d.ts +3 -13
  969. package/outrage-message/src/models/PaginatedOutrageMessages.js +22 -22
  970. package/outrage-message/src/models/PaginatedOutrageMessagesAllOf.d.ts +28 -0
  971. package/outrage-message/src/models/PaginatedOutrageMessagesAllOf.js +43 -0
  972. package/outrage-message/src/models/PagingMetadata.d.ts +0 -4
  973. package/outrage-message/src/models/PagingMetadata.js +11 -23
  974. package/outrage-message/src/models/index.d.ts +1 -0
  975. package/outrage-message/src/models/index.js +1 -2
  976. package/outrage-message/src/runtime.d.ts +31 -72
  977. package/outrage-message/src/runtime.js +163 -281
  978. package/package.json +1 -1
  979. package/product/src/apis/ManageProductApi.d.ts +8 -8
  980. package/product/src/apis/ManageProductApi.js +67 -63
  981. package/product/src/apis/ManageProductImageApi.d.ts +8 -8
  982. package/product/src/apis/ManageProductImageApi.js +62 -59
  983. package/product/src/apis/ManageProductProscriptionApi.d.ts +8 -8
  984. package/product/src/apis/ManageProductProscriptionApi.js +61 -57
  985. package/product/src/apis/SearchProductApi.d.ts +31 -31
  986. package/product/src/apis/SearchProductApi.js +109 -104
  987. package/product/src/apis/SearchProductImageApi.d.ts +8 -8
  988. package/product/src/apis/SearchProductImageApi.js +62 -58
  989. package/product/src/apis/SearchProductMetadataApi.d.ts +12 -12
  990. package/product/src/apis/SearchProductMetadataApi.js +110 -102
  991. package/product/src/apis/SearchProductProscriptionApi.d.ts +15 -15
  992. package/product/src/apis/SearchProductProscriptionApi.js +48 -44
  993. package/product/src/apis/index.js +0 -2
  994. package/product/src/index.d.ts +2 -2
  995. package/product/src/index.js +2 -4
  996. package/product/src/models/Barcodes.d.ts +0 -5
  997. package/product/src/models/Barcodes.js +16 -19
  998. package/product/src/models/DataProvider.d.ts +8 -9
  999. package/product/src/models/DataProvider.js +10 -19
  1000. package/product/src/models/HttpLink.d.ts +0 -4
  1001. package/product/src/models/HttpLink.js +8 -14
  1002. package/product/src/models/Image.d.ts +2 -6
  1003. package/product/src/models/Image.js +16 -19
  1004. package/product/src/models/ImageCreationParameters.d.ts +28 -0
  1005. package/product/src/models/ImageCreationParameters.js +42 -0
  1006. package/product/src/models/ImageVersions.d.ts +0 -4
  1007. package/product/src/models/ImageVersions.js +19 -24
  1008. package/product/src/models/LaboratoryLink.d.ts +2 -11
  1009. package/product/src/models/LaboratoryLink.js +22 -23
  1010. package/product/src/models/LaboratoryLinkAllOf.d.ts +33 -0
  1011. package/product/src/models/LaboratoryLinkAllOf.js +44 -0
  1012. package/product/src/models/PaginatedObject.d.ts +1 -5
  1013. package/product/src/models/PaginatedObject.js +9 -15
  1014. package/product/src/models/PaginatedProductProscriptions.d.ts +3 -13
  1015. package/product/src/models/PaginatedProductProscriptions.js +21 -24
  1016. package/product/src/models/PaginatedProductProscriptionsAllOf.d.ts +28 -0
  1017. package/product/src/models/PaginatedProductProscriptionsAllOf.js +42 -0
  1018. package/product/src/models/PaginatedProducts.d.ts +3 -13
  1019. package/product/src/models/PaginatedProducts.js +21 -24
  1020. package/product/src/models/PaginatedProductsAllOf.d.ts +28 -0
  1021. package/product/src/models/PaginatedProductsAllOf.js +42 -0
  1022. package/product/src/models/PagingMetadata.d.ts +0 -4
  1023. package/product/src/models/PagingMetadata.js +11 -23
  1024. package/product/src/models/Product.d.ts +13 -17
  1025. package/product/src/models/Product.js +58 -116
  1026. package/product/src/models/ProductCreationOrUpdateParameters.d.ts +5 -9
  1027. package/product/src/models/ProductCreationOrUpdateParameters.js +49 -52
  1028. package/product/src/models/ProductDispensationPlace.d.ts +5 -6
  1029. package/product/src/models/ProductDispensationPlace.js +7 -16
  1030. package/product/src/models/ProductJournal.d.ts +0 -4
  1031. package/product/src/models/ProductJournal.js +9 -15
  1032. package/product/src/models/ProductMarketStatus.d.ts +9 -10
  1033. package/product/src/models/ProductMarketStatus.js +11 -20
  1034. package/product/src/models/ProductProscription.d.ts +1 -5
  1035. package/product/src/models/ProductProscription.js +16 -19
  1036. package/product/src/models/ProductProscriptionCreationParameters.d.ts +0 -4
  1037. package/product/src/models/ProductProscriptionCreationParameters.js +10 -13
  1038. package/product/src/models/ProductSecondaryType.d.ts +0 -4
  1039. package/product/src/models/ProductSecondaryType.js +12 -15
  1040. package/product/src/models/ProductSource.d.ts +3 -7
  1041. package/product/src/models/ProductSource.js +18 -32
  1042. package/product/src/models/ProductSourceBcb.d.ts +0 -4
  1043. package/product/src/models/ProductSourceBcb.js +13 -18
  1044. package/product/src/models/ProductSourceFields.d.ts +2 -6
  1045. package/product/src/models/ProductSourceFields.js +43 -83
  1046. package/product/src/models/ProductSourceFieldsBarcodes.d.ts +1 -5
  1047. package/product/src/models/ProductSourceFieldsBarcodes.js +15 -27
  1048. package/product/src/models/ProductSourceMedipim.d.ts +0 -4
  1049. package/product/src/models/ProductSourceMedipim.js +8 -14
  1050. package/product/src/models/ProductStatus.d.ts +7 -8
  1051. package/product/src/models/ProductStatus.js +9 -18
  1052. package/product/src/models/ProductStorageType.d.ts +7 -8
  1053. package/product/src/models/ProductStorageType.js +9 -18
  1054. package/product/src/models/ProductType.d.ts +0 -4
  1055. package/product/src/models/ProductType.js +12 -15
  1056. package/product/src/models/RestError.d.ts +56 -62
  1057. package/product/src/models/RestError.js +67 -71
  1058. package/product/src/models/Statistics.d.ts +0 -4
  1059. package/product/src/models/Statistics.js +10 -13
  1060. package/product/src/models/Vat.d.ts +0 -4
  1061. package/product/src/models/Vat.js +10 -20
  1062. package/product/src/models/index.d.ts +4 -0
  1063. package/product/src/models/index.js +4 -2
  1064. package/product/src/runtime.d.ts +31 -72
  1065. package/product/src/runtime.js +163 -281
  1066. package/pub/src/apis/ManagePubApi.d.ts +12 -12
  1067. package/pub/src/apis/ManagePubApi.js +114 -107
  1068. package/pub/src/apis/ManagePubImageApi.d.ts +7 -7
  1069. package/pub/src/apis/ManagePubImageApi.js +41 -35
  1070. package/pub/src/apis/SearchPubApi.d.ts +47 -47
  1071. package/pub/src/apis/SearchPubApi.js +152 -143
  1072. package/pub/src/apis/index.js +0 -2
  1073. package/pub/src/index.d.ts +2 -2
  1074. package/pub/src/index.js +2 -4
  1075. package/pub/src/models/HttpLink.d.ts +0 -4
  1076. package/pub/src/models/HttpLink.js +8 -14
  1077. package/pub/src/models/Image.d.ts +1 -5
  1078. package/pub/src/models/Image.js +11 -21
  1079. package/pub/src/models/ImageVersions.d.ts +0 -4
  1080. package/pub/src/models/ImageVersions.js +19 -24
  1081. package/pub/src/models/PaginatedObject.d.ts +1 -5
  1082. package/pub/src/models/PaginatedObject.js +9 -15
  1083. package/pub/src/models/PaginatedPubStatistics.d.ts +3 -13
  1084. package/pub/src/models/PaginatedPubStatistics.js +21 -24
  1085. package/pub/src/models/PaginatedPubStatisticsAllOf.d.ts +28 -0
  1086. package/pub/src/models/PaginatedPubStatisticsAllOf.js +42 -0
  1087. package/pub/src/models/PaginatedPubs.d.ts +3 -13
  1088. package/pub/src/models/PaginatedPubs.js +21 -24
  1089. package/pub/src/models/PaginatedPubsAllOf.d.ts +28 -0
  1090. package/pub/src/models/PaginatedPubsAllOf.js +42 -0
  1091. package/pub/src/models/PagingMetadata.d.ts +0 -4
  1092. package/pub/src/models/PagingMetadata.js +11 -23
  1093. package/pub/src/models/Pub.d.ts +6 -10
  1094. package/pub/src/models/Pub.js +35 -52
  1095. package/pub/src/models/PubClickCreationParameters.d.ts +0 -4
  1096. package/pub/src/models/PubClickCreationParameters.js +8 -14
  1097. package/pub/src/models/PubCreationParameters.d.ts +4 -8
  1098. package/pub/src/models/PubCreationParameters.js +17 -28
  1099. package/pub/src/models/PubImageParameters.d.ts +28 -0
  1100. package/pub/src/models/PubImageParameters.js +42 -0
  1101. package/pub/src/models/PubLocationEnum.d.ts +6 -7
  1102. package/pub/src/models/PubLocationEnum.js +8 -17
  1103. package/pub/src/models/PubSchedule.d.ts +3 -13
  1104. package/pub/src/models/PubSchedule.js +12 -15
  1105. package/pub/src/models/PubStatistics.d.ts +1 -5
  1106. package/pub/src/models/PubStatistics.js +14 -17
  1107. package/pub/src/models/PubTimecard.d.ts +1 -7
  1108. package/pub/src/models/PubTimecard.js +12 -15
  1109. package/pub/src/models/PubUpdateParameters.d.ts +4 -8
  1110. package/pub/src/models/PubUpdateParameters.js +21 -24
  1111. package/pub/src/models/RestError.d.ts +56 -62
  1112. package/pub/src/models/RestError.js +67 -71
  1113. package/pub/src/models/UserLink.d.ts +3 -12
  1114. package/pub/src/models/UserLink.js +22 -25
  1115. package/pub/src/models/UserLinkAllOf.d.ts +40 -0
  1116. package/pub/src/models/UserLinkAllOf.js +47 -0
  1117. package/pub/src/models/UserLinkAllOfCompany.d.ts +0 -4
  1118. package/pub/src/models/UserLinkAllOfCompany.js +10 -13
  1119. package/pub/src/models/index.d.ts +4 -0
  1120. package/pub/src/models/index.js +4 -2
  1121. package/pub/src/runtime.d.ts +31 -72
  1122. package/pub/src/runtime.js +163 -281
  1123. package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.d.ts +15 -15
  1124. package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.js +53 -50
  1125. package/recommendation/src/apis/SearchProductPriceRecommendationApi.d.ts +15 -15
  1126. package/recommendation/src/apis/SearchProductPriceRecommendationApi.js +47 -44
  1127. package/recommendation/src/apis/SearchProductRecommendationApi.d.ts +15 -15
  1128. package/recommendation/src/apis/SearchProductRecommendationApi.js +53 -49
  1129. package/recommendation/src/apis/index.js +0 -2
  1130. package/recommendation/src/index.d.ts +2 -2
  1131. package/recommendation/src/index.js +2 -4
  1132. package/recommendation/src/models/FavoriteProductRecommendation.d.ts +4 -12
  1133. package/recommendation/src/models/FavoriteProductRecommendation.js +18 -25
  1134. package/recommendation/src/models/HttpLink.d.ts +0 -4
  1135. package/recommendation/src/models/HttpLink.js +8 -14
  1136. package/recommendation/src/models/PaginatedFavoriteProductRecommendations.d.ts +3 -13
  1137. package/recommendation/src/models/PaginatedFavoriteProductRecommendations.js +21 -24
  1138. package/recommendation/src/models/PaginatedFavoriteProductRecommendationsAllOf.d.ts +28 -0
  1139. package/recommendation/src/models/PaginatedFavoriteProductRecommendationsAllOf.js +42 -0
  1140. package/recommendation/src/models/PaginatedObject.d.ts +1 -5
  1141. package/recommendation/src/models/PaginatedObject.js +9 -15
  1142. package/recommendation/src/models/PaginatedProductPriceRecommendations.d.ts +3 -13
  1143. package/recommendation/src/models/PaginatedProductPriceRecommendations.js +21 -24
  1144. package/recommendation/src/models/PaginatedProductPriceRecommendationsAllOf.d.ts +28 -0
  1145. package/recommendation/src/models/PaginatedProductPriceRecommendationsAllOf.js +42 -0
  1146. package/recommendation/src/models/PaginatedProductRecommendations.d.ts +3 -13
  1147. package/recommendation/src/models/PaginatedProductRecommendations.js +21 -24
  1148. package/recommendation/src/models/PaginatedProductRecommendationsAllOf.d.ts +28 -0
  1149. package/recommendation/src/models/PaginatedProductRecommendationsAllOf.js +42 -0
  1150. package/recommendation/src/models/PagingMetadata.d.ts +0 -4
  1151. package/recommendation/src/models/PagingMetadata.js +11 -23
  1152. package/recommendation/src/models/ProductLink.d.ts +2 -11
  1153. package/recommendation/src/models/ProductLink.js +22 -21
  1154. package/recommendation/src/models/ProductLinkAllOf.d.ts +27 -0
  1155. package/recommendation/src/models/ProductLinkAllOf.js +42 -0
  1156. package/recommendation/src/models/ProductPriceRecommendation.d.ts +1 -5
  1157. package/recommendation/src/models/ProductPriceRecommendation.js +14 -23
  1158. package/recommendation/src/models/ProductRecommendation.d.ts +4 -13
  1159. package/recommendation/src/models/ProductRecommendation.js +18 -25
  1160. package/recommendation/src/models/ProductRecommendationType.d.ts +7 -11
  1161. package/recommendation/src/models/ProductRecommendationType.js +9 -21
  1162. package/recommendation/src/models/UserLink.d.ts +2 -11
  1163. package/recommendation/src/models/UserLink.js +22 -21
  1164. package/recommendation/src/models/UserLinkAllOf.d.ts +27 -0
  1165. package/recommendation/src/models/UserLinkAllOf.js +42 -0
  1166. package/recommendation/src/models/index.d.ts +5 -0
  1167. package/recommendation/src/models/index.js +5 -2
  1168. package/recommendation/src/runtime.d.ts +31 -72
  1169. package/recommendation/src/runtime.js +163 -281
  1170. package/rfx/src/apis/ManageRfiApi.d.ts +6 -6
  1171. package/rfx/src/apis/ManageRfiApi.js +38 -41
  1172. package/rfx/src/apis/ManageRfilApi.d.ts +6 -6
  1173. package/rfx/src/apis/ManageRfilApi.js +28 -27
  1174. package/rfx/src/apis/ManageRfoiApi.d.ts +8 -8
  1175. package/rfx/src/apis/ManageRfoiApi.js +63 -59
  1176. package/rfx/src/apis/SearchRfoiApi.d.ts +21 -21
  1177. package/rfx/src/apis/SearchRfoiApi.js +59 -56
  1178. package/rfx/src/apis/index.js +0 -2
  1179. package/rfx/src/index.d.ts +2 -2
  1180. package/rfx/src/index.js +2 -4
  1181. package/rfx/src/models/HttpLink.d.ts +0 -4
  1182. package/rfx/src/models/HttpLink.js +8 -14
  1183. package/rfx/src/models/OrderLink.d.ts +2 -11
  1184. package/rfx/src/models/OrderLink.js +22 -21
  1185. package/rfx/src/models/OrderLinkAllOf.d.ts +27 -0
  1186. package/rfx/src/models/OrderLinkAllOf.js +42 -0
  1187. package/rfx/src/models/PaginatedObject.d.ts +1 -5
  1188. package/rfx/src/models/PaginatedObject.js +9 -15
  1189. package/rfx/src/models/PaginatedRfois.d.ts +3 -13
  1190. package/rfx/src/models/PaginatedRfois.js +21 -24
  1191. package/rfx/src/models/PaginatedRfoisAllOf.d.ts +28 -0
  1192. package/rfx/src/models/PaginatedRfoisAllOf.js +42 -0
  1193. package/rfx/src/models/PagingMetadata.d.ts +0 -4
  1194. package/rfx/src/models/PagingMetadata.js +11 -23
  1195. package/rfx/src/models/RestError.d.ts +56 -62
  1196. package/rfx/src/models/RestError.js +67 -71
  1197. package/rfx/src/models/RfiCreationParameters.d.ts +1 -7
  1198. package/rfx/src/models/RfiCreationParameters.js +18 -21
  1199. package/rfx/src/models/RfilCreationParameters.d.ts +0 -4
  1200. package/rfx/src/models/RfilCreationParameters.js +9 -17
  1201. package/rfx/src/models/RfoCreationParameters.d.ts +0 -4
  1202. package/rfx/src/models/RfoCreationParameters.js +8 -14
  1203. package/rfx/src/models/Rfoi.d.ts +2 -6
  1204. package/rfx/src/models/Rfoi.js +23 -26
  1205. package/rfx/src/models/RfoiCreationParameters.d.ts +0 -4
  1206. package/rfx/src/models/RfoiCreationParameters.js +8 -14
  1207. package/rfx/src/models/RfoiUpdateParameters.d.ts +0 -4
  1208. package/rfx/src/models/RfoiUpdateParameters.js +10 -13
  1209. package/rfx/src/models/UserLink.d.ts +3 -12
  1210. package/rfx/src/models/UserLink.js +22 -25
  1211. package/rfx/src/models/UserLinkAllOf.d.ts +40 -0
  1212. package/rfx/src/models/UserLinkAllOf.js +47 -0
  1213. package/rfx/src/models/UserLinkAllOfCompany.d.ts +0 -4
  1214. package/rfx/src/models/UserLinkAllOfCompany.js +10 -13
  1215. package/rfx/src/models/index.d.ts +3 -0
  1216. package/rfx/src/models/index.js +3 -2
  1217. package/rfx/src/runtime.d.ts +31 -72
  1218. package/rfx/src/runtime.js +163 -281
  1219. package/sale-offer/src/apis/ManageSaleOfferApi.d.ts +16 -16
  1220. package/sale-offer/src/apis/ManageSaleOfferApi.js +183 -173
  1221. package/sale-offer/src/apis/SearchSaleOfferApi.d.ts +53 -58
  1222. package/sale-offer/src/apis/SearchSaleOfferApi.js +162 -162
  1223. package/sale-offer/src/apis/index.js +0 -2
  1224. package/sale-offer/src/index.d.ts +2 -2
  1225. package/sale-offer/src/index.js +2 -4
  1226. package/sale-offer/src/models/AnyDistributionMode.d.ts +5 -6
  1227. package/sale-offer/src/models/AnyDistributionMode.js +23 -9
  1228. package/sale-offer/src/models/AnyIdentifiedDistributionMode.d.ts +5 -6
  1229. package/sale-offer/src/models/AnyIdentifiedDistributionMode.js +23 -9
  1230. package/sale-offer/src/models/Barcodes.d.ts +0 -5
  1231. package/sale-offer/src/models/Barcodes.js +16 -19
  1232. package/sale-offer/src/models/DistributionMode.d.ts +1 -8
  1233. package/sale-offer/src/models/DistributionMode.js +10 -20
  1234. package/sale-offer/src/models/DistributionRange.d.ts +0 -4
  1235. package/sale-offer/src/models/DistributionRange.js +10 -20
  1236. package/sale-offer/src/models/HttpLink.d.ts +0 -4
  1237. package/sale-offer/src/models/HttpLink.js +8 -14
  1238. package/sale-offer/src/models/IdentifiedDistributionRange.d.ts +2 -23
  1239. package/sale-offer/src/models/IdentifiedDistributionRange.js +21 -35
  1240. package/sale-offer/src/models/IdentifiedDistributionRangeAllOf.d.ts +33 -0
  1241. package/sale-offer/src/models/IdentifiedDistributionRangeAllOf.js +43 -0
  1242. package/sale-offer/src/models/IdentifiedRangeDistributionMode.d.ts +3 -27
  1243. package/sale-offer/src/models/IdentifiedRangeDistributionMode.js +21 -31
  1244. package/sale-offer/src/models/IdentifiedRangeDistributionModeAllOf.d.ts +28 -0
  1245. package/sale-offer/src/models/IdentifiedRangeDistributionModeAllOf.js +42 -0
  1246. package/sale-offer/src/models/ImageVersions.d.ts +0 -4
  1247. package/sale-offer/src/models/ImageVersions.js +19 -24
  1248. package/sale-offer/src/models/Images.d.ts +1 -5
  1249. package/sale-offer/src/models/Images.js +14 -17
  1250. package/sale-offer/src/models/OwnerLink.d.ts +3 -12
  1251. package/sale-offer/src/models/OwnerLink.js +22 -25
  1252. package/sale-offer/src/models/OwnerLinkAllOf.d.ts +40 -0
  1253. package/sale-offer/src/models/OwnerLinkAllOf.js +47 -0
  1254. package/sale-offer/src/models/OwnerLinkAllOfCompany.d.ts +0 -4
  1255. package/sale-offer/src/models/OwnerLinkAllOfCompany.js +10 -13
  1256. package/sale-offer/src/models/PaginatedObject.d.ts +1 -5
  1257. package/sale-offer/src/models/PaginatedObject.js +9 -15
  1258. package/sale-offer/src/models/PaginatedSaleOffers.d.ts +3 -13
  1259. package/sale-offer/src/models/PaginatedSaleOffers.js +21 -24
  1260. package/sale-offer/src/models/PaginatedSaleOffersAllOf.d.ts +28 -0
  1261. package/sale-offer/src/models/PaginatedSaleOffersAllOf.js +42 -0
  1262. package/sale-offer/src/models/PagingMetadata.d.ts +0 -4
  1263. package/sale-offer/src/models/PagingMetadata.js +11 -23
  1264. package/sale-offer/src/models/ProductImageLink.d.ts +3 -12
  1265. package/sale-offer/src/models/ProductImageLink.js +22 -23
  1266. package/sale-offer/src/models/ProductImageLinkAllOf.d.ts +34 -0
  1267. package/sale-offer/src/models/ProductImageLinkAllOf.js +45 -0
  1268. package/sale-offer/src/models/ProductLink.d.ts +3 -12
  1269. package/sale-offer/src/models/ProductLink.js +22 -25
  1270. package/sale-offer/src/models/ProductLinkAllOf.d.ts +40 -0
  1271. package/sale-offer/src/models/ProductLinkAllOf.js +47 -0
  1272. package/sale-offer/src/models/QuotationDistributionMode.d.ts +2 -26
  1273. package/sale-offer/src/models/QuotationDistributionMode.js +21 -31
  1274. package/sale-offer/src/models/QuotationDistributionModeAllOf.d.ts +27 -0
  1275. package/sale-offer/src/models/QuotationDistributionModeAllOf.js +41 -0
  1276. package/sale-offer/src/models/RangeDistributionMode.d.ts +3 -27
  1277. package/sale-offer/src/models/RangeDistributionMode.js +21 -31
  1278. package/sale-offer/src/models/RangeDistributionModeAllOf.d.ts +28 -0
  1279. package/sale-offer/src/models/RangeDistributionModeAllOf.js +42 -0
  1280. package/sale-offer/src/models/RestError.d.ts +56 -62
  1281. package/sale-offer/src/models/RestError.js +67 -71
  1282. package/sale-offer/src/models/SaleOffer.d.ts +11 -17
  1283. package/sale-offer/src/models/SaleOffer.js +41 -78
  1284. package/sale-offer/src/models/SaleOfferCreationImagesParameters.d.ts +0 -4
  1285. package/sale-offer/src/models/SaleOfferCreationImagesParameters.js +14 -17
  1286. package/sale-offer/src/models/SaleOfferCreationParameters.d.ts +4 -13
  1287. package/sale-offer/src/models/SaleOfferCreationParameters.js +25 -28
  1288. package/sale-offer/src/models/SaleOfferJournal.d.ts +0 -4
  1289. package/sale-offer/src/models/SaleOfferJournal.js +9 -15
  1290. package/sale-offer/src/models/SaleOfferNewVersionParameters.d.ts +3 -7
  1291. package/sale-offer/src/models/SaleOfferNewVersionParameters.js +19 -22
  1292. package/sale-offer/src/models/SaleOfferStatisticLink.d.ts +3 -14
  1293. package/sale-offer/src/models/SaleOfferStatisticLink.js +22 -27
  1294. package/sale-offer/src/models/SaleOfferStatisticLinkAllOf.d.ts +45 -0
  1295. package/sale-offer/src/models/SaleOfferStatisticLinkAllOf.js +48 -0
  1296. package/sale-offer/src/models/SaleOfferStatus.d.ts +10 -11
  1297. package/sale-offer/src/models/SaleOfferStatus.js +12 -21
  1298. package/sale-offer/src/models/SaleOfferStatusReason.d.ts +9 -10
  1299. package/sale-offer/src/models/SaleOfferStatusReason.js +11 -20
  1300. package/sale-offer/src/models/SaleOfferUpdateParameters.d.ts +3 -13
  1301. package/sale-offer/src/models/SaleOfferUpdateParameters.js +12 -15
  1302. package/sale-offer/src/models/SaleOfferUpdateParametersStock.d.ts +0 -4
  1303. package/sale-offer/src/models/SaleOfferUpdateParametersStock.js +10 -13
  1304. package/sale-offer/src/models/Stock.d.ts +0 -4
  1305. package/sale-offer/src/models/Stock.js +13 -17
  1306. package/sale-offer/src/models/UnitaryDistributionMode.d.ts +2 -26
  1307. package/sale-offer/src/models/UnitaryDistributionMode.js +21 -35
  1308. package/sale-offer/src/models/UnitaryDistributionModeAllOf.d.ts +33 -0
  1309. package/sale-offer/src/models/UnitaryDistributionModeAllOf.js +43 -0
  1310. package/sale-offer/src/models/index.d.ts +10 -0
  1311. package/sale-offer/src/models/index.js +10 -2
  1312. package/sale-offer/src/runtime.d.ts +31 -72
  1313. package/sale-offer/src/runtime.js +163 -281
  1314. package/sale-offer-log/src/apis/SearchSaleOfferLogApi.d.ts +13 -15
  1315. package/sale-offer-log/src/apis/SearchSaleOfferLogApi.js +53 -52
  1316. package/sale-offer-log/src/apis/index.js +0 -2
  1317. package/sale-offer-log/src/index.d.ts +2 -2
  1318. package/sale-offer-log/src/index.js +2 -4
  1319. package/sale-offer-log/src/models/AnySaleOfferLog.d.ts +1 -2
  1320. package/sale-offer-log/src/models/AnySaleOfferLog.js +18 -4
  1321. package/sale-offer-log/src/models/HttpLink.d.ts +0 -4
  1322. package/sale-offer-log/src/models/HttpLink.js +8 -14
  1323. package/sale-offer-log/src/models/Log.d.ts +0 -4
  1324. package/sale-offer-log/src/models/Log.js +11 -21
  1325. package/sale-offer-log/src/models/PaginatedObject.d.ts +1 -5
  1326. package/sale-offer-log/src/models/PaginatedObject.js +9 -15
  1327. package/sale-offer-log/src/models/PaginatedSaleOfferLogs.d.ts +3 -13
  1328. package/sale-offer-log/src/models/PaginatedSaleOfferLogs.js +21 -24
  1329. package/sale-offer-log/src/models/PaginatedSaleOfferLogsAllOf.d.ts +28 -0
  1330. package/sale-offer-log/src/models/PaginatedSaleOfferLogsAllOf.js +42 -0
  1331. package/sale-offer-log/src/models/PagingMetadata.d.ts +0 -4
  1332. package/sale-offer-log/src/models/PagingMetadata.js +11 -23
  1333. package/sale-offer-log/src/models/SaleOfferLink.d.ts +2 -11
  1334. package/sale-offer-log/src/models/SaleOfferLink.js +21 -23
  1335. package/sale-offer-log/src/models/SaleOfferLinkAllOf.d.ts +27 -0
  1336. package/sale-offer-log/src/models/SaleOfferLinkAllOf.js +41 -0
  1337. package/sale-offer-log/src/models/SaleOfferLog.d.ts +3 -24
  1338. package/sale-offer-log/src/models/SaleOfferLog.js +21 -35
  1339. package/sale-offer-log/src/models/SaleOfferLogAllOf.d.ts +34 -0
  1340. package/sale-offer-log/src/models/SaleOfferLogAllOf.js +44 -0
  1341. package/sale-offer-log/src/models/index.d.ts +3 -0
  1342. package/sale-offer-log/src/models/index.js +3 -2
  1343. package/sale-offer-log/src/runtime.d.ts +31 -72
  1344. package/sale-offer-log/src/runtime.js +163 -281
  1345. package/servant/src/apis/ManageServantApi.d.ts +5 -7
  1346. package/servant/src/apis/ManageServantApi.js +8 -10
  1347. package/servant/src/apis/ManageTaskApi.d.ts +5 -5
  1348. package/servant/src/apis/ManageTaskApi.js +29 -27
  1349. package/servant/src/apis/SearchServantApi.d.ts +6 -8
  1350. package/servant/src/apis/SearchServantApi.js +29 -29
  1351. package/servant/src/apis/index.js +0 -2
  1352. package/servant/src/index.d.ts +2 -2
  1353. package/servant/src/index.js +2 -4
  1354. package/servant/src/models/RestError.d.ts +56 -62
  1355. package/servant/src/models/RestError.js +67 -71
  1356. package/servant/src/models/Servant.d.ts +1 -5
  1357. package/servant/src/models/Servant.js +17 -26
  1358. package/servant/src/models/Task.d.ts +0 -4
  1359. package/servant/src/models/Task.js +12 -15
  1360. package/servant/src/models/index.js +0 -2
  1361. package/servant/src/runtime.d.ts +31 -72
  1362. package/servant/src/runtime.js +163 -281
  1363. package/shipment/src/apis/ManageOrderCarriageApi.d.ts +6 -6
  1364. package/shipment/src/apis/ManageOrderCarriageApi.js +35 -33
  1365. package/shipment/src/apis/ManageShipmentApi.d.ts +8 -8
  1366. package/shipment/src/apis/ManageShipmentApi.js +60 -56
  1367. package/shipment/src/apis/SearchOrderCarriageApi.d.ts +17 -21
  1368. package/shipment/src/apis/SearchOrderCarriageApi.js +75 -74
  1369. package/shipment/src/apis/index.js +0 -2
  1370. package/shipment/src/index.d.ts +2 -2
  1371. package/shipment/src/index.js +2 -4
  1372. package/shipment/src/models/CancelParcelResponse.d.ts +0 -4
  1373. package/shipment/src/models/CancelParcelResponse.js +14 -17
  1374. package/shipment/src/models/DeliveryStatus.d.ts +0 -4
  1375. package/shipment/src/models/DeliveryStatus.js +12 -15
  1376. package/shipment/src/models/HttpLink.d.ts +0 -4
  1377. package/shipment/src/models/HttpLink.js +8 -14
  1378. package/shipment/src/models/OrderCarriage.d.ts +2 -6
  1379. package/shipment/src/models/OrderCarriage.js +15 -18
  1380. package/shipment/src/models/OrderCarriageShipmentCreationParameters.d.ts +0 -4
  1381. package/shipment/src/models/OrderCarriageShipmentCreationParameters.js +10 -13
  1382. package/shipment/src/models/OrderLink.d.ts +2 -11
  1383. package/shipment/src/models/OrderLink.js +22 -21
  1384. package/shipment/src/models/OrderLinkAllOf.d.ts +27 -0
  1385. package/shipment/src/models/OrderLinkAllOf.js +42 -0
  1386. package/shipment/src/models/PaginatedObject.d.ts +1 -5
  1387. package/shipment/src/models/PaginatedObject.js +9 -15
  1388. package/shipment/src/models/PaginatedOrderCarriages.d.ts +3 -13
  1389. package/shipment/src/models/PaginatedOrderCarriages.js +21 -24
  1390. package/shipment/src/models/PaginatedOrderCarriagesAllOf.d.ts +28 -0
  1391. package/shipment/src/models/PaginatedOrderCarriagesAllOf.js +42 -0
  1392. package/shipment/src/models/PagingMetadata.d.ts +0 -4
  1393. package/shipment/src/models/PagingMetadata.js +11 -23
  1394. package/shipment/src/models/RestError.d.ts +56 -62
  1395. package/shipment/src/models/RestError.js +67 -71
  1396. package/shipment/src/models/Shipment.d.ts +2 -7
  1397. package/shipment/src/models/Shipment.js +19 -22
  1398. package/shipment/src/models/ShipmentCreationParameters.d.ts +0 -4
  1399. package/shipment/src/models/ShipmentCreationParameters.js +14 -25
  1400. package/shipment/src/models/ShipmentError.d.ts +7 -11
  1401. package/shipment/src/models/ShipmentError.js +19 -22
  1402. package/shipment/src/models/ShipmentLabels.d.ts +0 -4
  1403. package/shipment/src/models/ShipmentLabels.js +12 -15
  1404. package/shipment/src/models/ShipmentParcel.d.ts +4 -12
  1405. package/shipment/src/models/ShipmentParcel.js +18 -21
  1406. package/shipment/src/models/ShipmentParcelStatus.d.ts +6 -7
  1407. package/shipment/src/models/ShipmentParcelStatus.js +8 -17
  1408. package/shipment/src/models/SkybillLink.d.ts +2 -11
  1409. package/shipment/src/models/SkybillLink.js +22 -21
  1410. package/shipment/src/models/SkybillLinkAllOf.d.ts +27 -0
  1411. package/shipment/src/models/SkybillLinkAllOf.js +42 -0
  1412. package/shipment/src/models/index.d.ts +3 -0
  1413. package/shipment/src/models/index.js +3 -2
  1414. package/shipment/src/runtime.d.ts +31 -72
  1415. package/shipment/src/runtime.js +163 -281
  1416. package/shopping-cart/src/apis/ManageCartApi.d.ts +8 -8
  1417. package/shopping-cart/src/apis/ManageCartApi.js +54 -50
  1418. package/shopping-cart/src/apis/ManageCartSubCartApi.d.ts +19 -19
  1419. package/shopping-cart/src/apis/ManageCartSubCartApi.js +95 -88
  1420. package/shopping-cart/src/apis/ManageCartSubCartLineApi.d.ts +14 -14
  1421. package/shopping-cart/src/apis/ManageCartSubCartLineApi.js +152 -142
  1422. package/shopping-cart/src/apis/index.js +0 -2
  1423. package/shopping-cart/src/index.d.ts +2 -2
  1424. package/shopping-cart/src/index.js +2 -4
  1425. package/shopping-cart/src/models/AnyIdentifiedDistributionMode.d.ts +5 -6
  1426. package/shopping-cart/src/models/AnyIdentifiedDistributionMode.js +23 -9
  1427. package/shopping-cart/src/models/Barcodes.d.ts +0 -5
  1428. package/shopping-cart/src/models/Barcodes.js +16 -19
  1429. package/shopping-cart/src/models/Cart.d.ts +1 -5
  1430. package/shopping-cart/src/models/Cart.js +14 -17
  1431. package/shopping-cart/src/models/CartSubCart.d.ts +3 -7
  1432. package/shopping-cart/src/models/CartSubCart.js +19 -39
  1433. package/shopping-cart/src/models/CartSubCartLine.d.ts +2 -6
  1434. package/shopping-cart/src/models/CartSubCartLine.js +17 -30
  1435. package/shopping-cart/src/models/CartSubCartLineUpdateParameters.d.ts +0 -4
  1436. package/shopping-cart/src/models/CartSubCartLineUpdateParameters.js +11 -16
  1437. package/shopping-cart/src/models/CartSubCartTransport.d.ts +0 -4
  1438. package/shopping-cart/src/models/CartSubCartTransport.js +11 -23
  1439. package/shopping-cart/src/models/DistributionMode.d.ts +1 -8
  1440. package/shopping-cart/src/models/DistributionMode.js +10 -20
  1441. package/shopping-cart/src/models/DistributionRange.d.ts +0 -4
  1442. package/shopping-cart/src/models/DistributionRange.js +10 -20
  1443. package/shopping-cart/src/models/HttpLink.d.ts +0 -4
  1444. package/shopping-cart/src/models/HttpLink.js +8 -14
  1445. package/shopping-cart/src/models/IdentifiedDistributionRange.d.ts +2 -23
  1446. package/shopping-cart/src/models/IdentifiedDistributionRange.js +21 -35
  1447. package/shopping-cart/src/models/IdentifiedDistributionRangeAllOf.d.ts +33 -0
  1448. package/shopping-cart/src/models/IdentifiedDistributionRangeAllOf.js +43 -0
  1449. package/shopping-cart/src/models/IdentifiedRangeDistributionMode.d.ts +3 -27
  1450. package/shopping-cart/src/models/IdentifiedRangeDistributionMode.js +21 -31
  1451. package/shopping-cart/src/models/IdentifiedRangeDistributionModeAllOf.d.ts +28 -0
  1452. package/shopping-cart/src/models/IdentifiedRangeDistributionModeAllOf.js +42 -0
  1453. package/shopping-cart/src/models/ProductLink.d.ts +4 -13
  1454. package/shopping-cart/src/models/ProductLink.js +22 -40
  1455. package/shopping-cart/src/models/ProductLinkAllOf.d.ts +53 -0
  1456. package/shopping-cart/src/models/ProductLinkAllOf.js +51 -0
  1457. package/shopping-cart/src/models/ProductStorageType.d.ts +7 -8
  1458. package/shopping-cart/src/models/ProductStorageType.js +9 -18
  1459. package/shopping-cart/src/models/QuotationDistributionMode.d.ts +2 -26
  1460. package/shopping-cart/src/models/QuotationDistributionMode.js +21 -31
  1461. package/shopping-cart/src/models/QuotationDistributionModeAllOf.d.ts +27 -0
  1462. package/shopping-cart/src/models/QuotationDistributionModeAllOf.js +41 -0
  1463. package/shopping-cart/src/models/RestError.d.ts +56 -62
  1464. package/shopping-cart/src/models/RestError.js +67 -71
  1465. package/shopping-cart/src/models/SaleOfferLink.d.ts +5 -14
  1466. package/shopping-cart/src/models/SaleOfferLink.js +23 -32
  1467. package/shopping-cart/src/models/SaleOfferLinkAllOf.d.ts +54 -0
  1468. package/shopping-cart/src/models/SaleOfferLinkAllOf.js +53 -0
  1469. package/shopping-cart/src/models/SaleOfferStatus.d.ts +10 -11
  1470. package/shopping-cart/src/models/SaleOfferStatus.js +12 -21
  1471. package/shopping-cart/src/models/SellerLink.d.ts +3 -12
  1472. package/shopping-cart/src/models/SellerLink.js +22 -25
  1473. package/shopping-cart/src/models/SellerLinkAllOf.d.ts +40 -0
  1474. package/shopping-cart/src/models/SellerLinkAllOf.js +47 -0
  1475. package/shopping-cart/src/models/ShoppedOffer.d.ts +0 -4
  1476. package/shopping-cart/src/models/ShoppedOffer.js +12 -19
  1477. package/shopping-cart/src/models/Stock.d.ts +0 -4
  1478. package/shopping-cart/src/models/Stock.js +13 -17
  1479. package/shopping-cart/src/models/UnitaryDistributionMode.d.ts +2 -26
  1480. package/shopping-cart/src/models/UnitaryDistributionMode.js +21 -35
  1481. package/shopping-cart/src/models/UnitaryDistributionModeAllOf.d.ts +33 -0
  1482. package/shopping-cart/src/models/UnitaryDistributionModeAllOf.js +43 -0
  1483. package/shopping-cart/src/models/UserRole.d.ts +11 -12
  1484. package/shopping-cart/src/models/UserRole.js +13 -22
  1485. package/shopping-cart/src/models/index.d.ts +7 -0
  1486. package/shopping-cart/src/models/index.js +7 -2
  1487. package/shopping-cart/src/runtime.d.ts +31 -72
  1488. package/shopping-cart/src/runtime.js +163 -281
  1489. package/statistic/src/apis/SearchSaleOfferStatisticsApi.d.ts +15 -15
  1490. package/statistic/src/apis/SearchSaleOfferStatisticsApi.js +75 -70
  1491. package/statistic/src/apis/SearchUserStatisticsApi.d.ts +8 -8
  1492. package/statistic/src/apis/SearchUserStatisticsApi.js +63 -60
  1493. package/statistic/src/apis/index.js +0 -2
  1494. package/statistic/src/index.d.ts +2 -2
  1495. package/statistic/src/index.js +2 -4
  1496. package/statistic/src/models/HttpLink.d.ts +0 -4
  1497. package/statistic/src/models/HttpLink.js +8 -14
  1498. package/statistic/src/models/PaginatedObject.d.ts +1 -5
  1499. package/statistic/src/models/PaginatedObject.js +9 -15
  1500. package/statistic/src/models/PaginatedSaleOfferStatistics.d.ts +3 -13
  1501. package/statistic/src/models/PaginatedSaleOfferStatistics.js +21 -24
  1502. package/statistic/src/models/PaginatedSaleOfferStatisticsAllOf.d.ts +28 -0
  1503. package/statistic/src/models/PaginatedSaleOfferStatisticsAllOf.js +42 -0
  1504. package/statistic/src/models/PaginatedUserStatistics.d.ts +3 -13
  1505. package/statistic/src/models/PaginatedUserStatistics.js +21 -24
  1506. package/statistic/src/models/PaginatedUserStatisticsAllOf.d.ts +28 -0
  1507. package/statistic/src/models/PaginatedUserStatisticsAllOf.js +42 -0
  1508. package/statistic/src/models/PagingMetadata.d.ts +0 -4
  1509. package/statistic/src/models/PagingMetadata.js +11 -23
  1510. package/statistic/src/models/RestError.d.ts +56 -62
  1511. package/statistic/src/models/RestError.js +67 -71
  1512. package/statistic/src/models/SaleOfferStatistic.d.ts +2 -8
  1513. package/statistic/src/models/SaleOfferStatistic.js +22 -25
  1514. package/statistic/src/models/UserLink.d.ts +2 -11
  1515. package/statistic/src/models/UserLink.js +22 -21
  1516. package/statistic/src/models/UserLinkAllOf.d.ts +27 -0
  1517. package/statistic/src/models/UserLinkAllOf.js +42 -0
  1518. package/statistic/src/models/UserStatistic.d.ts +2 -7
  1519. package/statistic/src/models/UserStatistic.js +24 -27
  1520. package/statistic/src/models/index.d.ts +3 -0
  1521. package/statistic/src/models/index.js +3 -2
  1522. package/statistic/src/runtime.d.ts +31 -72
  1523. package/statistic/src/runtime.js +163 -281
  1524. package/subscription/src/apis/ManageSubscriptionApi.d.ts +10 -10
  1525. package/subscription/src/apis/ManageSubscriptionApi.js +89 -83
  1526. package/subscription/src/apis/ManageSubscriptionPlanApi.d.ts +6 -6
  1527. package/subscription/src/apis/ManageSubscriptionPlanApi.js +35 -33
  1528. package/subscription/src/apis/SearchSubscriptionApi.d.ts +19 -19
  1529. package/subscription/src/apis/SearchSubscriptionApi.js +67 -63
  1530. package/subscription/src/apis/SearchSubscriptionPlanApi.d.ts +15 -15
  1531. package/subscription/src/apis/SearchSubscriptionPlanApi.js +69 -64
  1532. package/subscription/src/apis/SearchSubscriptionPlanFeatureApi.d.ts +6 -6
  1533. package/subscription/src/apis/SearchSubscriptionPlanFeatureApi.js +29 -27
  1534. package/subscription/src/apis/index.js +0 -2
  1535. package/subscription/src/index.d.ts +2 -2
  1536. package/subscription/src/index.js +2 -4
  1537. package/subscription/src/models/HttpLink.d.ts +0 -4
  1538. package/subscription/src/models/HttpLink.js +8 -14
  1539. package/subscription/src/models/PaginatedObject.d.ts +1 -5
  1540. package/subscription/src/models/PaginatedObject.js +9 -15
  1541. package/subscription/src/models/PaginatedSubscriptions.d.ts +3 -13
  1542. package/subscription/src/models/PaginatedSubscriptions.js +22 -22
  1543. package/subscription/src/models/PaginatedSubscriptionsAllOf.d.ts +28 -0
  1544. package/subscription/src/models/PaginatedSubscriptionsAllOf.js +43 -0
  1545. package/subscription/src/models/PagingMetadata.d.ts +0 -4
  1546. package/subscription/src/models/PagingMetadata.js +11 -23
  1547. package/subscription/src/models/RestError.d.ts +56 -62
  1548. package/subscription/src/models/RestError.js +67 -71
  1549. package/subscription/src/models/SubscriberLink.d.ts +2 -11
  1550. package/subscription/src/models/SubscriberLink.js +22 -21
  1551. package/subscription/src/models/SubscriberLinkAllOf.d.ts +27 -0
  1552. package/subscription/src/models/SubscriberLinkAllOf.js +42 -0
  1553. package/subscription/src/models/Subscription.d.ts +2 -6
  1554. package/subscription/src/models/Subscription.js +23 -27
  1555. package/subscription/src/models/SubscriptionCreationParameters.d.ts +1 -5
  1556. package/subscription/src/models/SubscriptionCreationParameters.js +11 -21
  1557. package/subscription/src/models/SubscriptionPlan.d.ts +2 -6
  1558. package/subscription/src/models/SubscriptionPlan.js +22 -25
  1559. package/subscription/src/models/SubscriptionPlanFeature.d.ts +1 -5
  1560. package/subscription/src/models/SubscriptionPlanFeature.js +14 -17
  1561. package/subscription/src/models/SubscriptionPlanFeatureId.d.ts +6 -7
  1562. package/subscription/src/models/SubscriptionPlanFeatureId.js +8 -17
  1563. package/subscription/src/models/SubscriptionPlanId.d.ts +6 -7
  1564. package/subscription/src/models/SubscriptionPlanId.js +8 -17
  1565. package/subscription/src/models/SubscriptionPlanLink.d.ts +3 -12
  1566. package/subscription/src/models/SubscriptionPlanLink.js +22 -21
  1567. package/subscription/src/models/SubscriptionPlanLinkAllOf.d.ts +28 -0
  1568. package/subscription/src/models/SubscriptionPlanLinkAllOf.js +43 -0
  1569. package/subscription/src/models/SubscriptionPlanUpdateParameters.d.ts +1 -5
  1570. package/subscription/src/models/SubscriptionPlanUpdateParameters.js +20 -23
  1571. package/subscription/src/models/SubscriptionUpdateParameters.d.ts +1 -5
  1572. package/subscription/src/models/SubscriptionUpdateParameters.js +19 -23
  1573. package/subscription/src/models/index.d.ts +3 -0
  1574. package/subscription/src/models/index.js +3 -2
  1575. package/subscription/src/runtime.d.ts +31 -72
  1576. package/subscription/src/runtime.js +163 -281
  1577. package/third-party/src/apis/ManageThirdPartyLinkApi.d.ts +6 -6
  1578. package/third-party/src/apis/ManageThirdPartyLinkApi.js +32 -30
  1579. package/third-party/src/apis/index.js +0 -2
  1580. package/third-party/src/index.d.ts +2 -2
  1581. package/third-party/src/index.js +2 -4
  1582. package/third-party/src/models/RestError.d.ts +56 -62
  1583. package/third-party/src/models/RestError.js +67 -71
  1584. package/third-party/src/models/ThirdPartyLink.d.ts +0 -4
  1585. package/third-party/src/models/ThirdPartyLink.js +10 -13
  1586. package/third-party/src/models/ThirdPartyLinkCreationParameters.d.ts +8 -12
  1587. package/third-party/src/models/ThirdPartyLinkCreationParameters.js +18 -24
  1588. package/third-party/src/models/index.js +0 -2
  1589. package/third-party/src/runtime.d.ts +31 -72
  1590. package/third-party/src/runtime.js +163 -281
  1591. package/thread/src/apis/ManageThreadCommentApi.d.ts +8 -8
  1592. package/thread/src/apis/ManageThreadCommentApi.js +68 -64
  1593. package/thread/src/apis/SearchThreadApi.d.ts +6 -6
  1594. package/thread/src/apis/SearchThreadApi.js +32 -30
  1595. package/thread/src/apis/SearchThreadCommentApi.d.ts +15 -15
  1596. package/thread/src/apis/SearchThreadCommentApi.js +48 -44
  1597. package/thread/src/apis/index.js +0 -2
  1598. package/thread/src/index.d.ts +2 -2
  1599. package/thread/src/index.js +2 -4
  1600. package/thread/src/models/AuthorLink.d.ts +2 -11
  1601. package/thread/src/models/AuthorLink.js +21 -31
  1602. package/thread/src/models/AuthorLinkAllOf.d.ts +39 -0
  1603. package/thread/src/models/AuthorLinkAllOf.js +45 -0
  1604. package/thread/src/models/Comment.d.ts +1 -5
  1605. package/thread/src/models/Comment.js +18 -21
  1606. package/thread/src/models/CommentCreationParameters.d.ts +2 -11
  1607. package/thread/src/models/CommentCreationParameters.js +21 -23
  1608. package/thread/src/models/CommentCreationParametersAllOf.d.ts +27 -0
  1609. package/thread/src/models/CommentCreationParametersAllOf.js +41 -0
  1610. package/thread/src/models/CommentUpdateParameters.d.ts +0 -4
  1611. package/thread/src/models/CommentUpdateParameters.js +8 -14
  1612. package/thread/src/models/HttpLink.d.ts +0 -4
  1613. package/thread/src/models/HttpLink.js +8 -14
  1614. package/thread/src/models/PaginatedComments.d.ts +3 -13
  1615. package/thread/src/models/PaginatedComments.js +21 -24
  1616. package/thread/src/models/PaginatedCommentsAllOf.d.ts +28 -0
  1617. package/thread/src/models/PaginatedCommentsAllOf.js +42 -0
  1618. package/thread/src/models/PaginatedObject.d.ts +1 -5
  1619. package/thread/src/models/PaginatedObject.js +9 -15
  1620. package/thread/src/models/PagingMetadata.d.ts +0 -4
  1621. package/thread/src/models/PagingMetadata.js +11 -23
  1622. package/thread/src/models/Thread.d.ts +1 -5
  1623. package/thread/src/models/Thread.js +10 -18
  1624. package/thread/src/models/ThreadLink.d.ts +2 -11
  1625. package/thread/src/models/ThreadLink.js +21 -23
  1626. package/thread/src/models/ThreadLinkAllOf.d.ts +27 -0
  1627. package/thread/src/models/ThreadLinkAllOf.js +41 -0
  1628. package/thread/src/models/index.d.ts +4 -0
  1629. package/thread/src/models/index.js +4 -2
  1630. package/thread/src/runtime.d.ts +31 -72
  1631. package/thread/src/runtime.js +163 -281
  1632. package/ubo/src/apis/ManageUboDeclarationApi.d.ts +6 -6
  1633. package/ubo/src/apis/ManageUboDeclarationApi.js +33 -31
  1634. package/ubo/src/apis/SearchUboDeclarationApi.d.ts +6 -6
  1635. package/ubo/src/apis/SearchUboDeclarationApi.js +32 -30
  1636. package/ubo/src/apis/index.js +0 -2
  1637. package/ubo/src/index.d.ts +2 -2
  1638. package/ubo/src/index.js +2 -4
  1639. package/ubo/src/models/Address.d.ts +1 -5
  1640. package/ubo/src/models/Address.js +16 -29
  1641. package/ubo/src/models/Country.d.ts +0 -4
  1642. package/ubo/src/models/Country.js +9 -17
  1643. package/ubo/src/models/RestError.d.ts +56 -62
  1644. package/ubo/src/models/RestError.js +67 -71
  1645. package/ubo/src/models/Ubo.d.ts +2 -6
  1646. package/ubo/src/models/Ubo.js +19 -35
  1647. package/ubo/src/models/UboDeclaration.d.ts +14 -18
  1648. package/ubo/src/models/UboDeclaration.js +33 -34
  1649. package/ubo/src/models/UboDeclarationCreationOrUpdateParameters.d.ts +1 -5
  1650. package/ubo/src/models/UboDeclarationCreationOrUpdateParameters.js +10 -13
  1651. package/ubo/src/models/index.js +0 -2
  1652. package/ubo/src/runtime.d.ts +31 -72
  1653. package/ubo/src/runtime.js +163 -281
  1654. package/user/src/apis/ManagePasswordApi.d.ts +8 -8
  1655. package/user/src/apis/ManagePasswordApi.js +55 -52
  1656. package/user/src/apis/ManageUserApi.d.ts +24 -32
  1657. package/user/src/apis/ManageUserApi.js +236 -233
  1658. package/user/src/apis/ManageUserBankAccountApi.d.ts +8 -8
  1659. package/user/src/apis/ManageUserBankAccountApi.js +63 -59
  1660. package/user/src/apis/ManageUserDocumentApi.d.ts +45 -49
  1661. package/user/src/apis/ManageUserDocumentApi.js +141 -135
  1662. package/user/src/apis/ManageUserFavoriteLaboratoryStoreApi.d.ts +12 -12
  1663. package/user/src/apis/ManageUserFavoriteLaboratoryStoreApi.js +113 -105
  1664. package/user/src/apis/ManageUserRestrictionApi.d.ts +20 -20
  1665. package/user/src/apis/ManageUserRestrictionApi.js +231 -205
  1666. package/user/src/apis/ManageUserRoleApi.d.ts +6 -6
  1667. package/user/src/apis/ManageUserRoleApi.js +35 -33
  1668. package/user/src/apis/ManageUserRuleApi.d.ts +8 -8
  1669. package/user/src/apis/ManageUserRuleApi.js +63 -59
  1670. package/user/src/apis/ManageUserSocialNetworksApi.d.ts +8 -12
  1671. package/user/src/apis/ManageUserSocialNetworksApi.js +63 -63
  1672. package/user/src/apis/ManageUserTransportApi.d.ts +6 -6
  1673. package/user/src/apis/ManageUserTransportApi.js +35 -33
  1674. package/user/src/apis/SearchUserApi.d.ts +41 -47
  1675. package/user/src/apis/SearchUserApi.js +219 -212
  1676. package/user/src/apis/SearchUserDocumentApi.d.ts +73 -81
  1677. package/user/src/apis/SearchUserDocumentApi.js +259 -253
  1678. package/user/src/apis/SearchUserFavoriteLaboratoryStoreApi.d.ts +8 -8
  1679. package/user/src/apis/SearchUserFavoriteLaboratoryStoreApi.js +57 -53
  1680. package/user/src/apis/SearchUserFeatureApi.d.ts +6 -6
  1681. package/user/src/apis/SearchUserFeatureApi.js +29 -27
  1682. package/user/src/apis/SearchUserRestrictionApi.d.ts +12 -12
  1683. package/user/src/apis/SearchUserRestrictionApi.js +113 -105
  1684. package/user/src/apis/SearchUserRuleApi.d.ts +6 -6
  1685. package/user/src/apis/SearchUserRuleApi.js +32 -30
  1686. package/user/src/apis/SearchUserSocialNetworksApi.d.ts +8 -12
  1687. package/user/src/apis/SearchUserSocialNetworksApi.js +57 -57
  1688. package/user/src/apis/SearchUserTransportApi.d.ts +8 -8
  1689. package/user/src/apis/SearchUserTransportApi.js +57 -53
  1690. package/user/src/apis/index.js +0 -2
  1691. package/user/src/index.d.ts +2 -2
  1692. package/user/src/index.js +2 -4
  1693. package/user/src/models/Address.d.ts +0 -4
  1694. package/user/src/models/Address.js +16 -19
  1695. package/user/src/models/Gender.d.ts +5 -6
  1696. package/user/src/models/Gender.js +7 -16
  1697. package/user/src/models/HttpLink.d.ts +0 -4
  1698. package/user/src/models/HttpLink.js +8 -14
  1699. package/user/src/models/KycLevel.d.ts +5 -6
  1700. package/user/src/models/KycLevel.js +7 -16
  1701. package/user/src/models/MyPasswordUpdateParameters.d.ts +0 -4
  1702. package/user/src/models/MyPasswordUpdateParameters.js +12 -15
  1703. package/user/src/models/NotificationTypeId.d.ts +51 -52
  1704. package/user/src/models/NotificationTypeId.js +53 -62
  1705. package/user/src/models/NotificationTypeLink.d.ts +3 -12
  1706. package/user/src/models/NotificationTypeLink.js +22 -21
  1707. package/user/src/models/NotificationTypeLinkAllOf.d.ts +28 -0
  1708. package/user/src/models/NotificationTypeLinkAllOf.js +43 -0
  1709. package/user/src/models/OffisanteStatus.d.ts +7 -12
  1710. package/user/src/models/OffisanteStatus.js +9 -22
  1711. package/user/src/models/PaginatedObject.d.ts +1 -5
  1712. package/user/src/models/PaginatedObject.js +9 -15
  1713. package/user/src/models/PaginatedUsers.d.ts +3 -13
  1714. package/user/src/models/PaginatedUsers.js +22 -22
  1715. package/user/src/models/PaginatedUsersAllOf.d.ts +28 -0
  1716. package/user/src/models/PaginatedUsersAllOf.js +43 -0
  1717. package/user/src/models/PagingMetadata.d.ts +0 -4
  1718. package/user/src/models/PagingMetadata.js +11 -23
  1719. package/user/src/models/PasswordResetCompletionParameters.d.ts +0 -4
  1720. package/user/src/models/PasswordResetCompletionParameters.js +8 -14
  1721. package/user/src/models/PasswordResetCreationParameters.d.ts +0 -4
  1722. package/user/src/models/PasswordResetCreationParameters.js +8 -14
  1723. package/user/src/models/ProductTypeLink.d.ts +2 -11
  1724. package/user/src/models/ProductTypeLink.js +22 -23
  1725. package/user/src/models/ProductTypeLinkAllOf.d.ts +33 -0
  1726. package/user/src/models/ProductTypeLinkAllOf.js +44 -0
  1727. package/user/src/models/RestError.d.ts +56 -62
  1728. package/user/src/models/RestError.js +67 -71
  1729. package/user/src/models/SomeonePasswordUpdateParameters.d.ts +0 -4
  1730. package/user/src/models/SomeonePasswordUpdateParameters.js +10 -13
  1731. package/user/src/models/ThreadLink.d.ts +2 -11
  1732. package/user/src/models/ThreadLink.js +21 -23
  1733. package/user/src/models/ThreadLinkAllOf.d.ts +27 -0
  1734. package/user/src/models/ThreadLinkAllOf.js +41 -0
  1735. package/user/src/models/Transport.d.ts +3 -7
  1736. package/user/src/models/Transport.js +12 -26
  1737. package/user/src/models/User.d.ts +15 -21
  1738. package/user/src/models/User.js +104 -126
  1739. package/user/src/models/UserBankAccountCreationParameters.d.ts +0 -4
  1740. package/user/src/models/UserBankAccountCreationParameters.js +12 -15
  1741. package/user/src/models/UserBankAccountLink.d.ts +2 -11
  1742. package/user/src/models/UserBankAccountLink.js +22 -21
  1743. package/user/src/models/UserBankAccountLinkAllOf.d.ts +27 -0
  1744. package/user/src/models/UserBankAccountLinkAllOf.js +42 -0
  1745. package/user/src/models/UserCompany.d.ts +3 -8
  1746. package/user/src/models/UserCompany.js +38 -41
  1747. package/user/src/models/UserCreationParameters.d.ts +1 -5
  1748. package/user/src/models/UserCreationParameters.js +16 -32
  1749. package/user/src/models/UserCustomCommissions.d.ts +0 -4
  1750. package/user/src/models/UserCustomCommissions.js +12 -15
  1751. package/user/src/models/UserCustomCommissionsUpdateParameters.d.ts +0 -4
  1752. package/user/src/models/UserCustomCommissionsUpdateParameters.js +12 -15
  1753. package/user/src/models/UserDelegatedServices.d.ts +1 -14
  1754. package/user/src/models/UserDelegatedServices.js +14 -17
  1755. package/user/src/models/UserDocument.d.ts +17 -21
  1756. package/user/src/models/UserDocument.js +32 -34
  1757. package/user/src/models/UserDocumentCreationParameters.d.ts +28 -0
  1758. package/user/src/models/UserDocumentCreationParameters.js +42 -0
  1759. package/user/src/models/UserDocumentStatus.d.ts +8 -9
  1760. package/user/src/models/UserDocumentStatus.js +10 -19
  1761. package/user/src/models/UserFavoriteLaboratoryStoreCreationParameter.d.ts +0 -4
  1762. package/user/src/models/UserFavoriteLaboratoryStoreCreationParameter.js +8 -14
  1763. package/user/src/models/UserFavoriteLaboratoryStoreLink.d.ts +2 -11
  1764. package/user/src/models/UserFavoriteLaboratoryStoreLink.js +22 -21
  1765. package/user/src/models/UserFavoriteLaboratoryStoreLinkAllOf.d.ts +27 -0
  1766. package/user/src/models/UserFavoriteLaboratoryStoreLinkAllOf.js +42 -0
  1767. package/user/src/models/UserFeature.d.ts +0 -4
  1768. package/user/src/models/UserFeature.js +12 -15
  1769. package/user/src/models/UserForbiddenSellerLink.d.ts +2 -11
  1770. package/user/src/models/UserForbiddenSellerLink.js +22 -21
  1771. package/user/src/models/UserForbiddenSellerLinkAllOf.d.ts +27 -0
  1772. package/user/src/models/UserForbiddenSellerLinkAllOf.js +42 -0
  1773. package/user/src/models/UserJournal.d.ts +0 -4
  1774. package/user/src/models/UserJournal.js +10 -13
  1775. package/user/src/models/UserMangopayTarget.d.ts +2 -11
  1776. package/user/src/models/UserMangopayTarget.js +22 -21
  1777. package/user/src/models/UserMangopayTargetAllOf.d.ts +27 -0
  1778. package/user/src/models/UserMangopayTargetAllOf.js +42 -0
  1779. package/user/src/models/UserRestrictedFeatureCreationParameter.d.ts +0 -4
  1780. package/user/src/models/UserRestrictedFeatureCreationParameter.js +8 -14
  1781. package/user/src/models/UserRestrictedNotificationTypeCreationParameter.d.ts +1 -5
  1782. package/user/src/models/UserRestrictedNotificationTypeCreationParameter.js +9 -15
  1783. package/user/src/models/UserRestrictedProductTypeCreationParameter.d.ts +0 -4
  1784. package/user/src/models/UserRestrictedProductTypeCreationParameter.js +8 -14
  1785. package/user/src/models/UserRole.d.ts +11 -12
  1786. package/user/src/models/UserRole.js +13 -22
  1787. package/user/src/models/UserRule.d.ts +3 -7
  1788. package/user/src/models/UserRule.js +19 -22
  1789. package/user/src/models/UserRuleActionEnum.d.ts +4 -5
  1790. package/user/src/models/UserRuleActionEnum.js +6 -15
  1791. package/user/src/models/UserRuleAttributeEnum.d.ts +5 -6
  1792. package/user/src/models/UserRuleAttributeEnum.js +7 -16
  1793. package/user/src/models/UserRuleComparatorEnum.d.ts +5 -6
  1794. package/user/src/models/UserRuleComparatorEnum.js +7 -16
  1795. package/user/src/models/UserRuleCreationParameters.d.ts +3 -7
  1796. package/user/src/models/UserRuleCreationParameters.js +15 -27
  1797. package/user/src/models/UserSocialNetwork.d.ts +0 -4
  1798. package/user/src/models/UserSocialNetwork.js +22 -25
  1799. package/user/src/models/UserStatisticLink.d.ts +2 -11
  1800. package/user/src/models/UserStatisticLink.js +22 -31
  1801. package/user/src/models/UserStatisticLinkAllOf.d.ts +57 -0
  1802. package/user/src/models/UserStatisticLinkAllOf.js +52 -0
  1803. package/user/src/models/UserThreads.d.ts +1 -5
  1804. package/user/src/models/UserThreads.js +10 -13
  1805. package/user/src/models/UserUpdateParameters.d.ts +6 -10
  1806. package/user/src/models/UserUpdateParameters.js +49 -53
  1807. package/user/src/models/UserWalletLink.d.ts +2 -11
  1808. package/user/src/models/UserWalletLink.js +22 -21
  1809. package/user/src/models/UserWalletLinkAllOf.d.ts +27 -0
  1810. package/user/src/models/UserWalletLinkAllOf.js +42 -0
  1811. package/user/src/models/UserWallets.d.ts +1 -5
  1812. package/user/src/models/UserWallets.js +16 -19
  1813. package/user/src/models/index.d.ts +11 -0
  1814. package/user/src/models/index.js +11 -2
  1815. package/user/src/runtime.d.ts +31 -72
  1816. package/user/src/runtime.js +163 -281
  1817. package/wish/src/apis/ManageWishApi.d.ts +10 -10
  1818. package/wish/src/apis/ManageWishApi.js +85 -79
  1819. package/wish/src/apis/SearchProductEnthusiasmApi.d.ts +21 -21
  1820. package/wish/src/apis/SearchProductEnthusiasmApi.js +55 -52
  1821. package/wish/src/apis/SearchWishApi.d.ts +23 -23
  1822. package/wish/src/apis/SearchWishApi.js +99 -94
  1823. package/wish/src/apis/index.js +0 -2
  1824. package/wish/src/index.d.ts +2 -2
  1825. package/wish/src/index.js +2 -4
  1826. package/wish/src/models/Barcodes.d.ts +0 -5
  1827. package/wish/src/models/Barcodes.js +16 -19
  1828. package/wish/src/models/DesiredSellerLink.d.ts +3 -12
  1829. package/wish/src/models/DesiredSellerLink.js +22 -25
  1830. package/wish/src/models/DesiredSellerLinkAllOf.d.ts +40 -0
  1831. package/wish/src/models/DesiredSellerLinkAllOf.js +47 -0
  1832. package/wish/src/models/HttpLink.d.ts +0 -4
  1833. package/wish/src/models/HttpLink.js +8 -14
  1834. package/wish/src/models/OwnerLink.d.ts +3 -12
  1835. package/wish/src/models/OwnerLink.js +22 -25
  1836. package/wish/src/models/OwnerLinkAllOf.d.ts +40 -0
  1837. package/wish/src/models/OwnerLinkAllOf.js +47 -0
  1838. package/wish/src/models/OwnerLinkAllOfCompany.d.ts +0 -4
  1839. package/wish/src/models/OwnerLinkAllOfCompany.js +10 -13
  1840. package/wish/src/models/PaginatedObject.d.ts +1 -5
  1841. package/wish/src/models/PaginatedObject.js +9 -15
  1842. package/wish/src/models/PaginatedProductEnthusiasms.d.ts +3 -13
  1843. package/wish/src/models/PaginatedProductEnthusiasms.js +21 -24
  1844. package/wish/src/models/PaginatedProductEnthusiasmsAllOf.d.ts +28 -0
  1845. package/wish/src/models/PaginatedProductEnthusiasmsAllOf.js +42 -0
  1846. package/wish/src/models/PaginatedWishes.d.ts +3 -13
  1847. package/wish/src/models/PaginatedWishes.js +21 -24
  1848. package/wish/src/models/PaginatedWishesAllOf.d.ts +28 -0
  1849. package/wish/src/models/PaginatedWishesAllOf.js +42 -0
  1850. package/wish/src/models/PagingMetadata.d.ts +0 -4
  1851. package/wish/src/models/PagingMetadata.js +11 -23
  1852. package/wish/src/models/ProductEnthusiasm.d.ts +1 -5
  1853. package/wish/src/models/ProductEnthusiasm.js +18 -21
  1854. package/wish/src/models/ProductLink.d.ts +3 -12
  1855. package/wish/src/models/ProductLink.js +22 -25
  1856. package/wish/src/models/ProductLinkAllOf.d.ts +40 -0
  1857. package/wish/src/models/ProductLinkAllOf.js +47 -0
  1858. package/wish/src/models/Referrer.d.ts +1 -5
  1859. package/wish/src/models/Referrer.js +12 -15
  1860. package/wish/src/models/RestError.d.ts +56 -62
  1861. package/wish/src/models/RestError.js +67 -71
  1862. package/wish/src/models/Wish.d.ts +4 -8
  1863. package/wish/src/models/Wish.js +33 -37
  1864. package/wish/src/models/WishCreationParameters.d.ts +1 -5
  1865. package/wish/src/models/WishCreationParameters.js +20 -29
  1866. package/wish/src/models/WishReferrerType.d.ts +5 -6
  1867. package/wish/src/models/WishReferrerType.js +7 -16
  1868. package/wish/src/models/WishStatus.d.ts +6 -7
  1869. package/wish/src/models/WishStatus.js +8 -17
  1870. package/wish/src/models/WishUpdateParameters.d.ts +1 -5
  1871. package/wish/src/models/WishUpdateParameters.js +18 -21
  1872. package/wish/src/models/index.d.ts +5 -0
  1873. package/wish/src/models/index.js +5 -2
  1874. package/wish/src/runtime.d.ts +31 -72
  1875. package/wish/src/runtime.js +163 -281
  1876. package/factory/src/models/AnyDistributionMode.d.ts +0 -29
  1877. package/factory/src/models/AnyDistributionMode.js +0 -55
  1878. package/factory/src/models/AnyFactory.d.ts +0 -29
  1879. package/factory/src/models/AnyFactory.js +0 -55
  1880. package/factory/src/models/AssemblyJournal.d.ts +0 -37
  1881. package/factory/src/models/AssemblyJournal.js +0 -47
  1882. package/factory/src/models/AssemblyOutputInner.d.ts +0 -51
  1883. package/factory/src/models/AssemblyOutputInner.js +0 -62
  1884. package/factory/src/models/DistributionMode.d.ts +0 -46
  1885. package/factory/src/models/DistributionMode.js +0 -55
  1886. package/factory/src/models/DistributionRange.d.ts +0 -43
  1887. package/factory/src/models/DistributionRange.js +0 -55
  1888. package/factory/src/models/Factory.d.ts +0 -31
  1889. package/factory/src/models/Factory.js +0 -47
  1890. package/factory/src/models/OfferPlanificationFactory.d.ts +0 -60
  1891. package/factory/src/models/OfferPlanificationFactory.js +0 -60
  1892. package/factory/src/models/OfferPlanificationFactoryAllOfRecords.d.ts +0 -58
  1893. package/factory/src/models/OfferPlanificationFactoryAllOfRecords.js +0 -56
  1894. package/factory/src/models/Product.d.ts +0 -80
  1895. package/factory/src/models/Product.js +0 -62
  1896. package/factory/src/models/ProductStatus.d.ts +0 -26
  1897. package/factory/src/models/ProductStatus.js +0 -49
  1898. package/factory/src/models/ProductUpsertFactory.d.ts +0 -38
  1899. package/factory/src/models/ProductUpsertFactory.js +0 -50
  1900. package/factory/src/models/ProductUpsertFactoryAllOfRecords.d.ts +0 -32
  1901. package/factory/src/models/ProductUpsertFactoryAllOfRecords.js +0 -46
  1902. package/factory/src/models/QuotationDistributionMode.d.ts +0 -52
  1903. package/factory/src/models/QuotationDistributionMode.js +0 -59
  1904. package/factory/src/models/RangeDistributionMode.d.ts +0 -53
  1905. package/factory/src/models/RangeDistributionMode.js +0 -60
  1906. package/factory/src/models/SaleOfferStatus.d.ts +0 -29
  1907. package/factory/src/models/SaleOfferStatus.js +0 -52
  1908. package/factory/src/models/SaleOfferUpsertFactory.d.ts +0 -50
  1909. package/factory/src/models/SaleOfferUpsertFactory.js +0 -56
  1910. package/factory/src/models/SaleOfferUpsertFactoryAllOfRecords.d.ts +0 -59
  1911. package/factory/src/models/SaleOfferUpsertFactoryAllOfRecords.js +0 -57
  1912. package/factory/src/models/StatusEnum.d.ts +0 -30
  1913. package/factory/src/models/StatusEnum.js +0 -53
  1914. package/factory/src/models/Stock.d.ts +0 -43
  1915. package/factory/src/models/Stock.js +0 -50
  1916. package/factory/src/models/UnitaryDistributionMode.d.ts +0 -58
  1917. package/factory/src/models/UnitaryDistributionMode.js +0 -63
  1918. package/smuggler/index.d.ts +0 -1
  1919. package/smuggler/index.js +0 -17
  1920. package/smuggler/src/apis/ManageSmugglersApi.d.ts +0 -27
  1921. package/smuggler/src/apis/index.d.ts +0 -1
  1922. package/smuggler/src/apis/index.js +0 -19
  1923. package/smuggler/src/index.d.ts +0 -3
  1924. package/smuggler/src/index.js +0 -21
  1925. package/smuggler/src/models/RestError.d.ts +0 -95
  1926. package/smuggler/src/models/RestError.js +0 -105
  1927. package/smuggler/src/models/index.d.ts +0 -1
  1928. package/smuggler/src/models/index.js +0 -19
  1929. package/smuggler/src/runtime.d.ts +0 -190
  1930. package/smuggler/src/runtime.js +0 -598
@@ -65,10 +65,10 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
65
65
  };
66
66
  Object.defineProperty(exports, "__esModule", { value: true });
67
67
  exports.ManageOrderItemApi = void 0;
68
- var runtime = require("../runtime");
69
- var index_1 = require("../models/index");
68
+ var runtime_1 = require("../runtime");
69
+ var models_1 = require("../models");
70
70
  /**
71
- *
71
+ * no description
72
72
  */
73
73
  var ManageOrderItemApi = /** @class */ (function (_super) {
74
74
  __extends(ManageOrderItemApi, _super);
@@ -79,63 +79,65 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
79
79
  * Preconditions : - Sale offer is owned by order seller and is active - No invoice edited for this order - No payment transaction linked to this order
80
80
  * Add item to order identified by orderReference
81
81
  */
82
- ManageOrderItemApi.prototype.createOrUpdateOrderItemRaw = function (requestParameters, initOverrides) {
82
+ ManageOrderItemApi.prototype.createOrUpdateOrderItemRaw = function (requestParameters) {
83
83
  return __awaiter(this, void 0, void 0, function () {
84
- var queryParameters, headerParameters, _a, _b, token, tokenString, response, contentType, response_1;
85
- return __generator(this, function (_c) {
86
- switch (_c.label) {
84
+ var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_1;
85
+ return __generator(this, function (_b) {
86
+ switch (_b.label) {
87
87
  case 0:
88
- if (requestParameters['orderReference'] == null) {
89
- throw new runtime.RequiredError('orderReference', 'Required parameter "orderReference" was null or undefined when calling createOrUpdateOrderItem().');
88
+ if (requestParameters.orderReference === null || requestParameters.orderReference === undefined) {
89
+ throw new runtime_1.RequiredError('orderReference', 'Required parameter requestParameters.orderReference was null or undefined when calling createOrUpdateOrderItem.');
90
90
  }
91
- if (requestParameters['shoppedOffer'] == null) {
92
- throw new runtime.RequiredError('shoppedOffer', 'Required parameter "shoppedOffer" was null or undefined when calling createOrUpdateOrderItem().');
91
+ if (requestParameters.shoppedOffer === null || requestParameters.shoppedOffer === undefined) {
92
+ throw new runtime_1.RequiredError('shoppedOffer', 'Required parameter requestParameters.shoppedOffer was null or undefined when calling createOrUpdateOrderItem.');
93
93
  }
94
94
  queryParameters = {};
95
95
  headerParameters = {};
96
96
  headerParameters['Content-Type'] = 'application/json';
97
- if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
98
- _a = headerParameters;
99
- _b = "x-api-key";
100
- return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
101
- case 1:
102
- _a[_b] = _c.sent(); // apiKeyAuth authentication
103
- _c.label = 2;
104
- case 2:
97
+ if (this.configuration && this.configuration.apiKey) {
98
+ headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
99
+ }
105
100
  if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
106
101
  token = this.configuration.accessToken;
102
+ if (!(typeof token === 'function')) return [3 /*break*/, 2];
107
103
  return [4 /*yield*/, token("bearerAuth", [])];
104
+ case 1:
105
+ _a = _b.sent();
106
+ return [3 /*break*/, 3];
107
+ case 2:
108
+ _a = token;
109
+ _b.label = 3;
108
110
  case 3:
109
- tokenString = _c.sent();
111
+ tokenString = _a;
110
112
  if (tokenString) {
111
113
  headerParameters["Authorization"] = "Bearer ".concat(tokenString);
112
114
  }
113
- _c.label = 4;
115
+ _b.label = 4;
114
116
  case 4:
115
- _c.trys.push([4, 6, , 7]);
117
+ _b.trys.push([4, 6, , 7]);
116
118
  return [4 /*yield*/, this.request({
117
- path: "/orders/{orderReference}/items".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters['orderReference']))),
119
+ path: "/orders/{orderReference}/items".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters.orderReference))),
118
120
  method: 'POST',
119
121
  headers: headerParameters,
120
122
  query: queryParameters,
121
- body: (0, index_1.ShoppedOfferToJSON)(requestParameters['shoppedOffer']),
122
- }, initOverrides)];
123
+ body: (0, models_1.ShoppedOfferToJSON)(requestParameters.shoppedOffer),
124
+ })];
123
125
  case 5:
124
- response = _c.sent();
126
+ response = _b.sent();
125
127
  contentType = response.headers.get("content-type");
126
128
  if (contentType && contentType.indexOf("application/json") !== -1) {
127
- return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.OrderItemFromJSON)(jsonValue); })];
129
+ return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.OrderItemFromJSON)(jsonValue); })];
128
130
  }
129
131
  else if (contentType && contentType.indexOf("text/plain") !== -1) {
130
- return [2 /*return*/, new runtime.TextApiResponse(response)];
132
+ return [2 /*return*/, new runtime_1.TextApiResponse(response)];
131
133
  }
132
134
  else {
133
135
  // TODO : Better handling of others application types
134
- return [2 /*return*/, new runtime.BlobWithMetaApiResponse(response)];
136
+ return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
135
137
  }
136
138
  return [3 /*break*/, 7];
137
139
  case 6:
138
- response_1 = _c.sent();
140
+ response_1 = _b.sent();
139
141
  console.debug(response_1);
140
142
  throw response_1;
141
143
  case 7: return [2 /*return*/];
@@ -147,12 +149,12 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
147
149
  * Preconditions : - Sale offer is owned by order seller and is active - No invoice edited for this order - No payment transaction linked to this order
148
150
  * Add item to order identified by orderReference
149
151
  */
150
- ManageOrderItemApi.prototype.createOrUpdateOrderItem = function (requestParameters, initOverrides) {
152
+ ManageOrderItemApi.prototype.createOrUpdateOrderItem = function (requestParameters) {
151
153
  return __awaiter(this, void 0, void 0, function () {
152
154
  var response;
153
155
  return __generator(this, function (_a) {
154
156
  switch (_a.label) {
155
- case 0: return [4 /*yield*/, this.createOrUpdateOrderItemRaw(requestParameters, initOverrides)];
157
+ case 0: return [4 /*yield*/, this.createOrUpdateOrderItemRaw(requestParameters)];
156
158
  case 1:
157
159
  response = _a.sent();
158
160
  return [4 /*yield*/, response.value()];
@@ -165,63 +167,65 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
165
167
  * Restrictions : - Quantity requested cannot be greater than order item quantity. - Quantity should be greater than 0
166
168
  * Create refunded item for order identified by orderReference
167
169
  */
168
- ManageOrderItemApi.prototype.createOrderRefundedItemRaw = function (requestParameters, initOverrides) {
170
+ ManageOrderItemApi.prototype.createOrderRefundedItemRaw = function (requestParameters) {
169
171
  return __awaiter(this, void 0, void 0, function () {
170
- var queryParameters, headerParameters, _a, _b, token, tokenString, response, contentType, response_2;
171
- return __generator(this, function (_c) {
172
- switch (_c.label) {
172
+ var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_2;
173
+ return __generator(this, function (_b) {
174
+ switch (_b.label) {
173
175
  case 0:
174
- if (requestParameters['orderReference'] == null) {
175
- throw new runtime.RequiredError('orderReference', 'Required parameter "orderReference" was null or undefined when calling createOrderRefundedItem().');
176
+ if (requestParameters.orderReference === null || requestParameters.orderReference === undefined) {
177
+ throw new runtime_1.RequiredError('orderReference', 'Required parameter requestParameters.orderReference was null or undefined when calling createOrderRefundedItem.');
176
178
  }
177
- if (requestParameters['orderItemRefundedCreationParameters'] == null) {
178
- throw new runtime.RequiredError('orderItemRefundedCreationParameters', 'Required parameter "orderItemRefundedCreationParameters" was null or undefined when calling createOrderRefundedItem().');
179
+ if (requestParameters.orderItemRefundedCreationParameters === null || requestParameters.orderItemRefundedCreationParameters === undefined) {
180
+ throw new runtime_1.RequiredError('orderItemRefundedCreationParameters', 'Required parameter requestParameters.orderItemRefundedCreationParameters was null or undefined when calling createOrderRefundedItem.');
179
181
  }
180
182
  queryParameters = {};
181
183
  headerParameters = {};
182
184
  headerParameters['Content-Type'] = 'application/json';
183
- if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
184
- _a = headerParameters;
185
- _b = "x-api-key";
186
- return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
187
- case 1:
188
- _a[_b] = _c.sent(); // apiKeyAuth authentication
189
- _c.label = 2;
190
- case 2:
185
+ if (this.configuration && this.configuration.apiKey) {
186
+ headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
187
+ }
191
188
  if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
192
189
  token = this.configuration.accessToken;
190
+ if (!(typeof token === 'function')) return [3 /*break*/, 2];
193
191
  return [4 /*yield*/, token("bearerAuth", [])];
192
+ case 1:
193
+ _a = _b.sent();
194
+ return [3 /*break*/, 3];
195
+ case 2:
196
+ _a = token;
197
+ _b.label = 3;
194
198
  case 3:
195
- tokenString = _c.sent();
199
+ tokenString = _a;
196
200
  if (tokenString) {
197
201
  headerParameters["Authorization"] = "Bearer ".concat(tokenString);
198
202
  }
199
- _c.label = 4;
203
+ _b.label = 4;
200
204
  case 4:
201
- _c.trys.push([4, 6, , 7]);
205
+ _b.trys.push([4, 6, , 7]);
202
206
  return [4 /*yield*/, this.request({
203
- path: "/orders/{orderReference}/refunded-items".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters['orderReference']))),
207
+ path: "/orders/{orderReference}/refunded-items".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters.orderReference))),
204
208
  method: 'POST',
205
209
  headers: headerParameters,
206
210
  query: queryParameters,
207
- body: (0, index_1.OrderItemRefundedCreationParametersToJSON)(requestParameters['orderItemRefundedCreationParameters']),
208
- }, initOverrides)];
211
+ body: (0, models_1.OrderItemRefundedCreationParametersToJSON)(requestParameters.orderItemRefundedCreationParameters),
212
+ })];
209
213
  case 5:
210
- response = _c.sent();
214
+ response = _b.sent();
211
215
  contentType = response.headers.get("content-type");
212
216
  if (contentType && contentType.indexOf("application/json") !== -1) {
213
- return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.OrderRefundedItemFromJSON)(jsonValue); })];
217
+ return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.OrderRefundedItemFromJSON)(jsonValue); })];
214
218
  }
215
219
  else if (contentType && contentType.indexOf("text/plain") !== -1) {
216
- return [2 /*return*/, new runtime.TextApiResponse(response)];
220
+ return [2 /*return*/, new runtime_1.TextApiResponse(response)];
217
221
  }
218
222
  else {
219
223
  // TODO : Better handling of others application types
220
- return [2 /*return*/, new runtime.BlobWithMetaApiResponse(response)];
224
+ return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
221
225
  }
222
226
  return [3 /*break*/, 7];
223
227
  case 6:
224
- response_2 = _c.sent();
228
+ response_2 = _b.sent();
225
229
  console.debug(response_2);
226
230
  throw response_2;
227
231
  case 7: return [2 /*return*/];
@@ -233,12 +237,12 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
233
237
  * Restrictions : - Quantity requested cannot be greater than order item quantity. - Quantity should be greater than 0
234
238
  * Create refunded item for order identified by orderReference
235
239
  */
236
- ManageOrderItemApi.prototype.createOrderRefundedItem = function (requestParameters, initOverrides) {
240
+ ManageOrderItemApi.prototype.createOrderRefundedItem = function (requestParameters) {
237
241
  return __awaiter(this, void 0, void 0, function () {
238
242
  var response;
239
243
  return __generator(this, function (_a) {
240
244
  switch (_a.label) {
241
- case 0: return [4 /*yield*/, this.createOrderRefundedItemRaw(requestParameters, initOverrides)];
245
+ case 0: return [4 /*yield*/, this.createOrderRefundedItemRaw(requestParameters)];
242
246
  case 1:
243
247
  response = _a.sent();
244
248
  return [4 /*yield*/, response.value()];
@@ -251,50 +255,52 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
251
255
  * Preconditions : - Order items can be removed (If refund is needed, deletion will be forbidden) - No invoice edited for this order - No payment transaction linked to this order - You are the seller of the order or you are administrator
252
256
  * Delete order item
253
257
  */
254
- ManageOrderItemApi.prototype.deleteOrderItemRaw = function (requestParameters, initOverrides) {
258
+ ManageOrderItemApi.prototype.deleteOrderItemRaw = function (requestParameters) {
255
259
  return __awaiter(this, void 0, void 0, function () {
256
- var queryParameters, headerParameters, _a, _b, token, tokenString, response, response_3;
257
- return __generator(this, function (_c) {
258
- switch (_c.label) {
260
+ var queryParameters, headerParameters, token, tokenString, _a, response, response_3;
261
+ return __generator(this, function (_b) {
262
+ switch (_b.label) {
259
263
  case 0:
260
- if (requestParameters['orderReference'] == null) {
261
- throw new runtime.RequiredError('orderReference', 'Required parameter "orderReference" was null or undefined when calling deleteOrderItem().');
264
+ if (requestParameters.orderReference === null || requestParameters.orderReference === undefined) {
265
+ throw new runtime_1.RequiredError('orderReference', 'Required parameter requestParameters.orderReference was null or undefined when calling deleteOrderItem.');
262
266
  }
263
- if (requestParameters['orderItemId'] == null) {
264
- throw new runtime.RequiredError('orderItemId', 'Required parameter "orderItemId" was null or undefined when calling deleteOrderItem().');
267
+ if (requestParameters.orderItemId === null || requestParameters.orderItemId === undefined) {
268
+ throw new runtime_1.RequiredError('orderItemId', 'Required parameter requestParameters.orderItemId was null or undefined when calling deleteOrderItem.');
265
269
  }
266
270
  queryParameters = {};
267
271
  headerParameters = {};
268
- if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
269
- _a = headerParameters;
270
- _b = "x-api-key";
271
- return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
272
- case 1:
273
- _a[_b] = _c.sent(); // apiKeyAuth authentication
274
- _c.label = 2;
275
- case 2:
272
+ if (this.configuration && this.configuration.apiKey) {
273
+ headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
274
+ }
276
275
  if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
277
276
  token = this.configuration.accessToken;
277
+ if (!(typeof token === 'function')) return [3 /*break*/, 2];
278
278
  return [4 /*yield*/, token("bearerAuth", [])];
279
+ case 1:
280
+ _a = _b.sent();
281
+ return [3 /*break*/, 3];
282
+ case 2:
283
+ _a = token;
284
+ _b.label = 3;
279
285
  case 3:
280
- tokenString = _c.sent();
286
+ tokenString = _a;
281
287
  if (tokenString) {
282
288
  headerParameters["Authorization"] = "Bearer ".concat(tokenString);
283
289
  }
284
- _c.label = 4;
290
+ _b.label = 4;
285
291
  case 4:
286
- _c.trys.push([4, 6, , 7]);
292
+ _b.trys.push([4, 6, , 7]);
287
293
  return [4 /*yield*/, this.request({
288
- path: "/orders/{orderReference}/items/{orderItemId}".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters['orderReference']))).replace("{".concat("orderItemId", "}"), encodeURIComponent(String(requestParameters['orderItemId']))),
294
+ path: "/orders/{orderReference}/items/{orderItemId}".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters.orderReference))).replace("{".concat("orderItemId", "}"), encodeURIComponent(String(requestParameters.orderItemId))),
289
295
  method: 'DELETE',
290
296
  headers: headerParameters,
291
297
  query: queryParameters,
292
- }, initOverrides)];
298
+ })];
293
299
  case 5:
294
- response = _c.sent();
295
- return [2 /*return*/, new runtime.VoidApiResponse(response)];
300
+ response = _b.sent();
301
+ return [2 /*return*/, new runtime_1.VoidApiResponse(response)];
296
302
  case 6:
297
- response_3 = _c.sent();
303
+ response_3 = _b.sent();
298
304
  console.debug(response_3);
299
305
  throw response_3;
300
306
  case 7: return [2 /*return*/];
@@ -306,11 +312,11 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
306
312
  * Preconditions : - Order items can be removed (If refund is needed, deletion will be forbidden) - No invoice edited for this order - No payment transaction linked to this order - You are the seller of the order or you are administrator
307
313
  * Delete order item
308
314
  */
309
- ManageOrderItemApi.prototype.deleteOrderItem = function (requestParameters, initOverrides) {
315
+ ManageOrderItemApi.prototype.deleteOrderItem = function (requestParameters) {
310
316
  return __awaiter(this, void 0, void 0, function () {
311
317
  return __generator(this, function (_a) {
312
318
  switch (_a.label) {
313
- case 0: return [4 /*yield*/, this.deleteOrderItemRaw(requestParameters, initOverrides)];
319
+ case 0: return [4 /*yield*/, this.deleteOrderItemRaw(requestParameters)];
314
320
  case 1:
315
321
  _a.sent();
316
322
  return [2 /*return*/];
@@ -322,50 +328,52 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
322
328
  * Allow to delete a refunded item
323
329
  * Delete refunded item refundedItemId for order identified by orderReference
324
330
  */
325
- ManageOrderItemApi.prototype.deleteOrderRefundedItemRaw = function (requestParameters, initOverrides) {
331
+ ManageOrderItemApi.prototype.deleteOrderRefundedItemRaw = function (requestParameters) {
326
332
  return __awaiter(this, void 0, void 0, function () {
327
- var queryParameters, headerParameters, _a, _b, token, tokenString, response, response_4;
328
- return __generator(this, function (_c) {
329
- switch (_c.label) {
333
+ var queryParameters, headerParameters, token, tokenString, _a, response, response_4;
334
+ return __generator(this, function (_b) {
335
+ switch (_b.label) {
330
336
  case 0:
331
- if (requestParameters['orderReference'] == null) {
332
- throw new runtime.RequiredError('orderReference', 'Required parameter "orderReference" was null or undefined when calling deleteOrderRefundedItem().');
337
+ if (requestParameters.orderReference === null || requestParameters.orderReference === undefined) {
338
+ throw new runtime_1.RequiredError('orderReference', 'Required parameter requestParameters.orderReference was null or undefined when calling deleteOrderRefundedItem.');
333
339
  }
334
- if (requestParameters['refundedItemId'] == null) {
335
- throw new runtime.RequiredError('refundedItemId', 'Required parameter "refundedItemId" was null or undefined when calling deleteOrderRefundedItem().');
340
+ if (requestParameters.refundedItemId === null || requestParameters.refundedItemId === undefined) {
341
+ throw new runtime_1.RequiredError('refundedItemId', 'Required parameter requestParameters.refundedItemId was null or undefined when calling deleteOrderRefundedItem.');
336
342
  }
337
343
  queryParameters = {};
338
344
  headerParameters = {};
339
- if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
340
- _a = headerParameters;
341
- _b = "x-api-key";
342
- return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
343
- case 1:
344
- _a[_b] = _c.sent(); // apiKeyAuth authentication
345
- _c.label = 2;
346
- case 2:
345
+ if (this.configuration && this.configuration.apiKey) {
346
+ headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
347
+ }
347
348
  if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
348
349
  token = this.configuration.accessToken;
350
+ if (!(typeof token === 'function')) return [3 /*break*/, 2];
349
351
  return [4 /*yield*/, token("bearerAuth", [])];
352
+ case 1:
353
+ _a = _b.sent();
354
+ return [3 /*break*/, 3];
355
+ case 2:
356
+ _a = token;
357
+ _b.label = 3;
350
358
  case 3:
351
- tokenString = _c.sent();
359
+ tokenString = _a;
352
360
  if (tokenString) {
353
361
  headerParameters["Authorization"] = "Bearer ".concat(tokenString);
354
362
  }
355
- _c.label = 4;
363
+ _b.label = 4;
356
364
  case 4:
357
- _c.trys.push([4, 6, , 7]);
365
+ _b.trys.push([4, 6, , 7]);
358
366
  return [4 /*yield*/, this.request({
359
- path: "/orders/{orderReference}/refunded-items/{refundedItemId}".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters['orderReference']))).replace("{".concat("refundedItemId", "}"), encodeURIComponent(String(requestParameters['refundedItemId']))),
367
+ path: "/orders/{orderReference}/refunded-items/{refundedItemId}".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters.orderReference))).replace("{".concat("refundedItemId", "}"), encodeURIComponent(String(requestParameters.refundedItemId))),
360
368
  method: 'DELETE',
361
369
  headers: headerParameters,
362
370
  query: queryParameters,
363
- }, initOverrides)];
371
+ })];
364
372
  case 5:
365
- response = _c.sent();
366
- return [2 /*return*/, new runtime.VoidApiResponse(response)];
373
+ response = _b.sent();
374
+ return [2 /*return*/, new runtime_1.VoidApiResponse(response)];
367
375
  case 6:
368
- response_4 = _c.sent();
376
+ response_4 = _b.sent();
369
377
  console.debug(response_4);
370
378
  throw response_4;
371
379
  case 7: return [2 /*return*/];
@@ -377,11 +385,11 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
377
385
  * Allow to delete a refunded item
378
386
  * Delete refunded item refundedItemId for order identified by orderReference
379
387
  */
380
- ManageOrderItemApi.prototype.deleteOrderRefundedItem = function (requestParameters, initOverrides) {
388
+ ManageOrderItemApi.prototype.deleteOrderRefundedItem = function (requestParameters) {
381
389
  return __awaiter(this, void 0, void 0, function () {
382
390
  return __generator(this, function (_a) {
383
391
  switch (_a.label) {
384
- case 0: return [4 /*yield*/, this.deleteOrderRefundedItemRaw(requestParameters, initOverrides)];
392
+ case 0: return [4 /*yield*/, this.deleteOrderRefundedItemRaw(requestParameters)];
385
393
  case 1:
386
394
  _a.sent();
387
395
  return [2 /*return*/];
@@ -393,50 +401,52 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
393
401
  * Allow to delete a removed item
394
402
  * Delete removed item removedItemId for order identified by orderReference
395
403
  */
396
- ManageOrderItemApi.prototype.deleteOrderRemovedItemRaw = function (requestParameters, initOverrides) {
404
+ ManageOrderItemApi.prototype.deleteOrderRemovedItemRaw = function (requestParameters) {
397
405
  return __awaiter(this, void 0, void 0, function () {
398
- var queryParameters, headerParameters, _a, _b, token, tokenString, response, response_5;
399
- return __generator(this, function (_c) {
400
- switch (_c.label) {
406
+ var queryParameters, headerParameters, token, tokenString, _a, response, response_5;
407
+ return __generator(this, function (_b) {
408
+ switch (_b.label) {
401
409
  case 0:
402
- if (requestParameters['orderReference'] == null) {
403
- throw new runtime.RequiredError('orderReference', 'Required parameter "orderReference" was null or undefined when calling deleteOrderRemovedItem().');
410
+ if (requestParameters.orderReference === null || requestParameters.orderReference === undefined) {
411
+ throw new runtime_1.RequiredError('orderReference', 'Required parameter requestParameters.orderReference was null or undefined when calling deleteOrderRemovedItem.');
404
412
  }
405
- if (requestParameters['removedItemId'] == null) {
406
- throw new runtime.RequiredError('removedItemId', 'Required parameter "removedItemId" was null or undefined when calling deleteOrderRemovedItem().');
413
+ if (requestParameters.removedItemId === null || requestParameters.removedItemId === undefined) {
414
+ throw new runtime_1.RequiredError('removedItemId', 'Required parameter requestParameters.removedItemId was null or undefined when calling deleteOrderRemovedItem.');
407
415
  }
408
416
  queryParameters = {};
409
417
  headerParameters = {};
410
- if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
411
- _a = headerParameters;
412
- _b = "x-api-key";
413
- return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
414
- case 1:
415
- _a[_b] = _c.sent(); // apiKeyAuth authentication
416
- _c.label = 2;
417
- case 2:
418
+ if (this.configuration && this.configuration.apiKey) {
419
+ headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
420
+ }
418
421
  if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
419
422
  token = this.configuration.accessToken;
423
+ if (!(typeof token === 'function')) return [3 /*break*/, 2];
420
424
  return [4 /*yield*/, token("bearerAuth", [])];
425
+ case 1:
426
+ _a = _b.sent();
427
+ return [3 /*break*/, 3];
428
+ case 2:
429
+ _a = token;
430
+ _b.label = 3;
421
431
  case 3:
422
- tokenString = _c.sent();
432
+ tokenString = _a;
423
433
  if (tokenString) {
424
434
  headerParameters["Authorization"] = "Bearer ".concat(tokenString);
425
435
  }
426
- _c.label = 4;
436
+ _b.label = 4;
427
437
  case 4:
428
- _c.trys.push([4, 6, , 7]);
438
+ _b.trys.push([4, 6, , 7]);
429
439
  return [4 /*yield*/, this.request({
430
- path: "/orders/{orderReference}/removed-items/{removedItemId}".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters['orderReference']))).replace("{".concat("removedItemId", "}"), encodeURIComponent(String(requestParameters['removedItemId']))),
440
+ path: "/orders/{orderReference}/removed-items/{removedItemId}".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters.orderReference))).replace("{".concat("removedItemId", "}"), encodeURIComponent(String(requestParameters.removedItemId))),
431
441
  method: 'DELETE',
432
442
  headers: headerParameters,
433
443
  query: queryParameters,
434
- }, initOverrides)];
444
+ })];
435
445
  case 5:
436
- response = _c.sent();
437
- return [2 /*return*/, new runtime.VoidApiResponse(response)];
446
+ response = _b.sent();
447
+ return [2 /*return*/, new runtime_1.VoidApiResponse(response)];
438
448
  case 6:
439
- response_5 = _c.sent();
449
+ response_5 = _b.sent();
440
450
  console.debug(response_5);
441
451
  throw response_5;
442
452
  case 7: return [2 /*return*/];
@@ -448,11 +458,11 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
448
458
  * Allow to delete a removed item
449
459
  * Delete removed item removedItemId for order identified by orderReference
450
460
  */
451
- ManageOrderItemApi.prototype.deleteOrderRemovedItem = function (requestParameters, initOverrides) {
461
+ ManageOrderItemApi.prototype.deleteOrderRemovedItem = function (requestParameters) {
452
462
  return __awaiter(this, void 0, void 0, function () {
453
463
  return __generator(this, function (_a) {
454
464
  switch (_a.label) {
455
- case 0: return [4 /*yield*/, this.deleteOrderRemovedItemRaw(requestParameters, initOverrides)];
465
+ case 0: return [4 /*yield*/, this.deleteOrderRemovedItemRaw(requestParameters)];
456
466
  case 1:
457
467
  _a.sent();
458
468
  return [2 /*return*/];
@@ -464,66 +474,68 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
464
474
  * Important note : In case of remove: As a business concern, it\'s mandatory to use \"deleteOrderItem\" to free up the line in the order. See OrderItemsOperations to check when \"deleteOrderItem\" can be called. If you call this route with \'0\' quantity and \"deleteOrderItem\" must be called, you will receive 412 - Precondition failed. Restrictions : - Order item new quantity should be less or equals the current one Preconditions : - No invoice edited for this order - No payment transaction linked to this order - You are the seller of the order or you are administrator
465
475
  * Update order item
466
476
  */
467
- ManageOrderItemApi.prototype.updateOrderItemRaw = function (requestParameters, initOverrides) {
477
+ ManageOrderItemApi.prototype.updateOrderItemRaw = function (requestParameters) {
468
478
  return __awaiter(this, void 0, void 0, function () {
469
- var queryParameters, headerParameters, _a, _b, token, tokenString, response, contentType, response_6;
470
- return __generator(this, function (_c) {
471
- switch (_c.label) {
479
+ var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_6;
480
+ return __generator(this, function (_b) {
481
+ switch (_b.label) {
472
482
  case 0:
473
- if (requestParameters['orderReference'] == null) {
474
- throw new runtime.RequiredError('orderReference', 'Required parameter "orderReference" was null or undefined when calling updateOrderItem().');
483
+ if (requestParameters.orderReference === null || requestParameters.orderReference === undefined) {
484
+ throw new runtime_1.RequiredError('orderReference', 'Required parameter requestParameters.orderReference was null or undefined when calling updateOrderItem.');
475
485
  }
476
- if (requestParameters['orderItemId'] == null) {
477
- throw new runtime.RequiredError('orderItemId', 'Required parameter "orderItemId" was null or undefined when calling updateOrderItem().');
486
+ if (requestParameters.orderItemId === null || requestParameters.orderItemId === undefined) {
487
+ throw new runtime_1.RequiredError('orderItemId', 'Required parameter requestParameters.orderItemId was null or undefined when calling updateOrderItem.');
478
488
  }
479
- if (requestParameters['orderItemUpdateParameters'] == null) {
480
- throw new runtime.RequiredError('orderItemUpdateParameters', 'Required parameter "orderItemUpdateParameters" was null or undefined when calling updateOrderItem().');
489
+ if (requestParameters.orderItemUpdateParameters === null || requestParameters.orderItemUpdateParameters === undefined) {
490
+ throw new runtime_1.RequiredError('orderItemUpdateParameters', 'Required parameter requestParameters.orderItemUpdateParameters was null or undefined when calling updateOrderItem.');
481
491
  }
482
492
  queryParameters = {};
483
493
  headerParameters = {};
484
494
  headerParameters['Content-Type'] = 'application/merge-patch+json';
485
- if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
486
- _a = headerParameters;
487
- _b = "x-api-key";
488
- return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
489
- case 1:
490
- _a[_b] = _c.sent(); // apiKeyAuth authentication
491
- _c.label = 2;
492
- case 2:
495
+ if (this.configuration && this.configuration.apiKey) {
496
+ headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
497
+ }
493
498
  if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
494
499
  token = this.configuration.accessToken;
500
+ if (!(typeof token === 'function')) return [3 /*break*/, 2];
495
501
  return [4 /*yield*/, token("bearerAuth", [])];
502
+ case 1:
503
+ _a = _b.sent();
504
+ return [3 /*break*/, 3];
505
+ case 2:
506
+ _a = token;
507
+ _b.label = 3;
496
508
  case 3:
497
- tokenString = _c.sent();
509
+ tokenString = _a;
498
510
  if (tokenString) {
499
511
  headerParameters["Authorization"] = "Bearer ".concat(tokenString);
500
512
  }
501
- _c.label = 4;
513
+ _b.label = 4;
502
514
  case 4:
503
- _c.trys.push([4, 6, , 7]);
515
+ _b.trys.push([4, 6, , 7]);
504
516
  return [4 /*yield*/, this.request({
505
- path: "/orders/{orderReference}/items/{orderItemId}".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters['orderReference']))).replace("{".concat("orderItemId", "}"), encodeURIComponent(String(requestParameters['orderItemId']))),
517
+ path: "/orders/{orderReference}/items/{orderItemId}".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters.orderReference))).replace("{".concat("orderItemId", "}"), encodeURIComponent(String(requestParameters.orderItemId))),
506
518
  method: 'PATCH',
507
519
  headers: headerParameters,
508
520
  query: queryParameters,
509
- body: (0, index_1.OrderItemUpdateParametersToJSON)(requestParameters['orderItemUpdateParameters']),
510
- }, initOverrides)];
521
+ body: (0, models_1.OrderItemUpdateParametersToJSON)(requestParameters.orderItemUpdateParameters),
522
+ })];
511
523
  case 5:
512
- response = _c.sent();
524
+ response = _b.sent();
513
525
  contentType = response.headers.get("content-type");
514
526
  if (contentType && contentType.indexOf("application/json") !== -1) {
515
- return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.OrderItemFromJSON)(jsonValue); })];
527
+ return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.OrderItemFromJSON)(jsonValue); })];
516
528
  }
517
529
  else if (contentType && contentType.indexOf("text/plain") !== -1) {
518
- return [2 /*return*/, new runtime.TextApiResponse(response)];
530
+ return [2 /*return*/, new runtime_1.TextApiResponse(response)];
519
531
  }
520
532
  else {
521
533
  // TODO : Better handling of others application types
522
- return [2 /*return*/, new runtime.BlobWithMetaApiResponse(response)];
534
+ return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
523
535
  }
524
536
  return [3 /*break*/, 7];
525
537
  case 6:
526
- response_6 = _c.sent();
538
+ response_6 = _b.sent();
527
539
  console.debug(response_6);
528
540
  throw response_6;
529
541
  case 7: return [2 /*return*/];
@@ -535,12 +547,12 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
535
547
  * Important note : In case of remove: As a business concern, it\'s mandatory to use \"deleteOrderItem\" to free up the line in the order. See OrderItemsOperations to check when \"deleteOrderItem\" can be called. If you call this route with \'0\' quantity and \"deleteOrderItem\" must be called, you will receive 412 - Precondition failed. Restrictions : - Order item new quantity should be less or equals the current one Preconditions : - No invoice edited for this order - No payment transaction linked to this order - You are the seller of the order or you are administrator
536
548
  * Update order item
537
549
  */
538
- ManageOrderItemApi.prototype.updateOrderItem = function (requestParameters, initOverrides) {
550
+ ManageOrderItemApi.prototype.updateOrderItem = function (requestParameters) {
539
551
  return __awaiter(this, void 0, void 0, function () {
540
552
  var response;
541
553
  return __generator(this, function (_a) {
542
554
  switch (_a.label) {
543
- case 0: return [4 /*yield*/, this.updateOrderItemRaw(requestParameters, initOverrides)];
555
+ case 0: return [4 /*yield*/, this.updateOrderItemRaw(requestParameters)];
544
556
  case 1:
545
557
  response = _a.sent();
546
558
  return [4 /*yield*/, response.value()];
@@ -553,66 +565,68 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
553
565
  * Restrictions : - Quantity requested cannot be greater than depending order item quantity.
554
566
  * Update refunded item refundedItemId for order identified by orderReference
555
567
  */
556
- ManageOrderItemApi.prototype.updateOrderRefundedItemRaw = function (requestParameters, initOverrides) {
568
+ ManageOrderItemApi.prototype.updateOrderRefundedItemRaw = function (requestParameters) {
557
569
  return __awaiter(this, void 0, void 0, function () {
558
- var queryParameters, headerParameters, _a, _b, token, tokenString, response, contentType, response_7;
559
- return __generator(this, function (_c) {
560
- switch (_c.label) {
570
+ var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_7;
571
+ return __generator(this, function (_b) {
572
+ switch (_b.label) {
561
573
  case 0:
562
- if (requestParameters['orderReference'] == null) {
563
- throw new runtime.RequiredError('orderReference', 'Required parameter "orderReference" was null or undefined when calling updateOrderRefundedItem().');
574
+ if (requestParameters.orderReference === null || requestParameters.orderReference === undefined) {
575
+ throw new runtime_1.RequiredError('orderReference', 'Required parameter requestParameters.orderReference was null or undefined when calling updateOrderRefundedItem.');
564
576
  }
565
- if (requestParameters['refundedItemId'] == null) {
566
- throw new runtime.RequiredError('refundedItemId', 'Required parameter "refundedItemId" was null or undefined when calling updateOrderRefundedItem().');
577
+ if (requestParameters.refundedItemId === null || requestParameters.refundedItemId === undefined) {
578
+ throw new runtime_1.RequiredError('refundedItemId', 'Required parameter requestParameters.refundedItemId was null or undefined when calling updateOrderRefundedItem.');
567
579
  }
568
- if (requestParameters['orderRefundedItemUpdateParameters'] == null) {
569
- throw new runtime.RequiredError('orderRefundedItemUpdateParameters', 'Required parameter "orderRefundedItemUpdateParameters" was null or undefined when calling updateOrderRefundedItem().');
580
+ if (requestParameters.orderRefundedItemUpdateParameters === null || requestParameters.orderRefundedItemUpdateParameters === undefined) {
581
+ throw new runtime_1.RequiredError('orderRefundedItemUpdateParameters', 'Required parameter requestParameters.orderRefundedItemUpdateParameters was null or undefined when calling updateOrderRefundedItem.');
570
582
  }
571
583
  queryParameters = {};
572
584
  headerParameters = {};
573
585
  headerParameters['Content-Type'] = 'application/json';
574
- if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
575
- _a = headerParameters;
576
- _b = "x-api-key";
577
- return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
578
- case 1:
579
- _a[_b] = _c.sent(); // apiKeyAuth authentication
580
- _c.label = 2;
581
- case 2:
586
+ if (this.configuration && this.configuration.apiKey) {
587
+ headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
588
+ }
582
589
  if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
583
590
  token = this.configuration.accessToken;
591
+ if (!(typeof token === 'function')) return [3 /*break*/, 2];
584
592
  return [4 /*yield*/, token("bearerAuth", [])];
593
+ case 1:
594
+ _a = _b.sent();
595
+ return [3 /*break*/, 3];
596
+ case 2:
597
+ _a = token;
598
+ _b.label = 3;
585
599
  case 3:
586
- tokenString = _c.sent();
600
+ tokenString = _a;
587
601
  if (tokenString) {
588
602
  headerParameters["Authorization"] = "Bearer ".concat(tokenString);
589
603
  }
590
- _c.label = 4;
604
+ _b.label = 4;
591
605
  case 4:
592
- _c.trys.push([4, 6, , 7]);
606
+ _b.trys.push([4, 6, , 7]);
593
607
  return [4 /*yield*/, this.request({
594
- path: "/orders/{orderReference}/refunded-items/{refundedItemId}".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters['orderReference']))).replace("{".concat("refundedItemId", "}"), encodeURIComponent(String(requestParameters['refundedItemId']))),
608
+ path: "/orders/{orderReference}/refunded-items/{refundedItemId}".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters.orderReference))).replace("{".concat("refundedItemId", "}"), encodeURIComponent(String(requestParameters.refundedItemId))),
595
609
  method: 'PUT',
596
610
  headers: headerParameters,
597
611
  query: queryParameters,
598
- body: (0, index_1.OrderRefundedItemUpdateParametersToJSON)(requestParameters['orderRefundedItemUpdateParameters']),
599
- }, initOverrides)];
612
+ body: (0, models_1.OrderRefundedItemUpdateParametersToJSON)(requestParameters.orderRefundedItemUpdateParameters),
613
+ })];
600
614
  case 5:
601
- response = _c.sent();
615
+ response = _b.sent();
602
616
  contentType = response.headers.get("content-type");
603
617
  if (contentType && contentType.indexOf("application/json") !== -1) {
604
- return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.OrderRefundedItemFromJSON)(jsonValue); })];
618
+ return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.OrderRefundedItemFromJSON)(jsonValue); })];
605
619
  }
606
620
  else if (contentType && contentType.indexOf("text/plain") !== -1) {
607
- return [2 /*return*/, new runtime.TextApiResponse(response)];
621
+ return [2 /*return*/, new runtime_1.TextApiResponse(response)];
608
622
  }
609
623
  else {
610
624
  // TODO : Better handling of others application types
611
- return [2 /*return*/, new runtime.BlobWithMetaApiResponse(response)];
625
+ return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
612
626
  }
613
627
  return [3 /*break*/, 7];
614
628
  case 6:
615
- response_7 = _c.sent();
629
+ response_7 = _b.sent();
616
630
  console.debug(response_7);
617
631
  throw response_7;
618
632
  case 7: return [2 /*return*/];
@@ -624,12 +638,12 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
624
638
  * Restrictions : - Quantity requested cannot be greater than depending order item quantity.
625
639
  * Update refunded item refundedItemId for order identified by orderReference
626
640
  */
627
- ManageOrderItemApi.prototype.updateOrderRefundedItem = function (requestParameters, initOverrides) {
641
+ ManageOrderItemApi.prototype.updateOrderRefundedItem = function (requestParameters) {
628
642
  return __awaiter(this, void 0, void 0, function () {
629
643
  var response;
630
644
  return __generator(this, function (_a) {
631
645
  switch (_a.label) {
632
- case 0: return [4 /*yield*/, this.updateOrderRefundedItemRaw(requestParameters, initOverrides)];
646
+ case 0: return [4 /*yield*/, this.updateOrderRefundedItemRaw(requestParameters)];
633
647
  case 1:
634
648
  response = _a.sent();
635
649
  return [4 /*yield*/, response.value()];
@@ -642,66 +656,68 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
642
656
  * Restictions : Quantity requested cannot be greater than current removed item quantity. Quantity should be greater than 0 Side Effects : The difference between current quantity and requested quantity will be added to order item.
643
657
  * Update removed item removedItemId for order identified by orderReference
644
658
  */
645
- ManageOrderItemApi.prototype.updateOrderRemovedItemRaw = function (requestParameters, initOverrides) {
659
+ ManageOrderItemApi.prototype.updateOrderRemovedItemRaw = function (requestParameters) {
646
660
  return __awaiter(this, void 0, void 0, function () {
647
- var queryParameters, headerParameters, _a, _b, token, tokenString, response, contentType, response_8;
648
- return __generator(this, function (_c) {
649
- switch (_c.label) {
661
+ var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_8;
662
+ return __generator(this, function (_b) {
663
+ switch (_b.label) {
650
664
  case 0:
651
- if (requestParameters['orderReference'] == null) {
652
- throw new runtime.RequiredError('orderReference', 'Required parameter "orderReference" was null or undefined when calling updateOrderRemovedItem().');
665
+ if (requestParameters.orderReference === null || requestParameters.orderReference === undefined) {
666
+ throw new runtime_1.RequiredError('orderReference', 'Required parameter requestParameters.orderReference was null or undefined when calling updateOrderRemovedItem.');
653
667
  }
654
- if (requestParameters['removedItemId'] == null) {
655
- throw new runtime.RequiredError('removedItemId', 'Required parameter "removedItemId" was null or undefined when calling updateOrderRemovedItem().');
668
+ if (requestParameters.removedItemId === null || requestParameters.removedItemId === undefined) {
669
+ throw new runtime_1.RequiredError('removedItemId', 'Required parameter requestParameters.removedItemId was null or undefined when calling updateOrderRemovedItem.');
656
670
  }
657
- if (requestParameters['orderRemovedItemUpdateParameters'] == null) {
658
- throw new runtime.RequiredError('orderRemovedItemUpdateParameters', 'Required parameter "orderRemovedItemUpdateParameters" was null or undefined when calling updateOrderRemovedItem().');
671
+ if (requestParameters.orderRemovedItemUpdateParameters === null || requestParameters.orderRemovedItemUpdateParameters === undefined) {
672
+ throw new runtime_1.RequiredError('orderRemovedItemUpdateParameters', 'Required parameter requestParameters.orderRemovedItemUpdateParameters was null or undefined when calling updateOrderRemovedItem.');
659
673
  }
660
674
  queryParameters = {};
661
675
  headerParameters = {};
662
676
  headerParameters['Content-Type'] = 'application/json';
663
- if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
664
- _a = headerParameters;
665
- _b = "x-api-key";
666
- return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
667
- case 1:
668
- _a[_b] = _c.sent(); // apiKeyAuth authentication
669
- _c.label = 2;
670
- case 2:
677
+ if (this.configuration && this.configuration.apiKey) {
678
+ headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
679
+ }
671
680
  if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
672
681
  token = this.configuration.accessToken;
682
+ if (!(typeof token === 'function')) return [3 /*break*/, 2];
673
683
  return [4 /*yield*/, token("bearerAuth", [])];
684
+ case 1:
685
+ _a = _b.sent();
686
+ return [3 /*break*/, 3];
687
+ case 2:
688
+ _a = token;
689
+ _b.label = 3;
674
690
  case 3:
675
- tokenString = _c.sent();
691
+ tokenString = _a;
676
692
  if (tokenString) {
677
693
  headerParameters["Authorization"] = "Bearer ".concat(tokenString);
678
694
  }
679
- _c.label = 4;
695
+ _b.label = 4;
680
696
  case 4:
681
- _c.trys.push([4, 6, , 7]);
697
+ _b.trys.push([4, 6, , 7]);
682
698
  return [4 /*yield*/, this.request({
683
- path: "/orders/{orderReference}/removed-items/{removedItemId}".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters['orderReference']))).replace("{".concat("removedItemId", "}"), encodeURIComponent(String(requestParameters['removedItemId']))),
699
+ path: "/orders/{orderReference}/removed-items/{removedItemId}".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters.orderReference))).replace("{".concat("removedItemId", "}"), encodeURIComponent(String(requestParameters.removedItemId))),
684
700
  method: 'PATCH',
685
701
  headers: headerParameters,
686
702
  query: queryParameters,
687
- body: (0, index_1.OrderRemovedItemUpdateParametersToJSON)(requestParameters['orderRemovedItemUpdateParameters']),
688
- }, initOverrides)];
703
+ body: (0, models_1.OrderRemovedItemUpdateParametersToJSON)(requestParameters.orderRemovedItemUpdateParameters),
704
+ })];
689
705
  case 5:
690
- response = _c.sent();
706
+ response = _b.sent();
691
707
  contentType = response.headers.get("content-type");
692
708
  if (contentType && contentType.indexOf("application/json") !== -1) {
693
- return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.OrderRemovedItemFromJSON)(jsonValue); })];
709
+ return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.OrderRemovedItemFromJSON)(jsonValue); })];
694
710
  }
695
711
  else if (contentType && contentType.indexOf("text/plain") !== -1) {
696
- return [2 /*return*/, new runtime.TextApiResponse(response)];
712
+ return [2 /*return*/, new runtime_1.TextApiResponse(response)];
697
713
  }
698
714
  else {
699
715
  // TODO : Better handling of others application types
700
- return [2 /*return*/, new runtime.BlobWithMetaApiResponse(response)];
716
+ return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
701
717
  }
702
718
  return [3 /*break*/, 7];
703
719
  case 6:
704
- response_8 = _c.sent();
720
+ response_8 = _b.sent();
705
721
  console.debug(response_8);
706
722
  throw response_8;
707
723
  case 7: return [2 /*return*/];
@@ -713,12 +729,12 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
713
729
  * Restictions : Quantity requested cannot be greater than current removed item quantity. Quantity should be greater than 0 Side Effects : The difference between current quantity and requested quantity will be added to order item.
714
730
  * Update removed item removedItemId for order identified by orderReference
715
731
  */
716
- ManageOrderItemApi.prototype.updateOrderRemovedItem = function (requestParameters, initOverrides) {
732
+ ManageOrderItemApi.prototype.updateOrderRemovedItem = function (requestParameters) {
717
733
  return __awaiter(this, void 0, void 0, function () {
718
734
  var response;
719
735
  return __generator(this, function (_a) {
720
736
  switch (_a.label) {
721
- case 0: return [4 /*yield*/, this.updateOrderRemovedItemRaw(requestParameters, initOverrides)];
737
+ case 0: return [4 /*yield*/, this.updateOrderRemovedItemRaw(requestParameters)];
722
738
  case 1:
723
739
  response = _a.sent();
724
740
  return [4 /*yield*/, response.value()];
@@ -728,5 +744,5 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
728
744
  });
729
745
  };
730
746
  return ManageOrderItemApi;
731
- }(runtime.BaseAPI));
747
+ }(runtime_1.BaseAPI));
732
748
  exports.ManageOrderItemApi = ManageOrderItemApi;