@lcdp/api-react-rest-client 2.9.0-develop.13139560325 → 2.9.0-upgrade-codegen-client-react.12465129775

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 (279) hide show
  1. package/auth/src/apis/SearchApiKeyApi.d.ts +6 -6
  2. package/auth/src/apis/SearchApiKeyApi.js +6 -6
  3. package/auth/src/models/RestError.d.ts +24 -26
  4. package/auth/src/models/RestError.js +23 -25
  5. package/banking-operation/src/apis/SearchLevyApi.d.ts +14 -14
  6. package/banking-operation/src/apis/SearchLevyApi.js +14 -14
  7. package/banking-operation/src/apis/SearchOrderPaymentApi.d.ts +2 -2
  8. package/banking-operation/src/apis/SearchOrderPaymentApi.js +2 -2
  9. package/banking-operation/src/models/LevyPaymentStatus.d.ts +3 -3
  10. package/banking-operation/src/models/LevyPaymentStatus.js +3 -3
  11. package/banking-operation/src/models/LevyStatus.d.ts +2 -2
  12. package/banking-operation/src/models/LevyStatus.js +2 -2
  13. package/banking-operation/src/models/Transaction.d.ts +4 -4
  14. package/banking-operation/src/models/Transaction.js +4 -4
  15. package/catalog/src/apis/SearchProductInsightApi.d.ts +4 -4
  16. package/catalog/src/apis/SearchProductInsightApi.js +4 -4
  17. package/catalog/src/models/ProductStorageType.d.ts +4 -4
  18. package/catalog/src/models/ProductStorageType.js +4 -4
  19. package/catalog/src/models/RestError.d.ts +24 -26
  20. package/catalog/src/models/RestError.js +23 -25
  21. package/challenge/src/models/ChallengeAction.d.ts +1 -1
  22. package/challenge/src/models/ChallengeAction.js +1 -1
  23. package/configuration/src/models/RestError.d.ts +24 -26
  24. package/configuration/src/models/RestError.js +23 -25
  25. package/content/src/models/RestError.d.ts +24 -26
  26. package/content/src/models/RestError.js +23 -25
  27. package/factory/src/apis/SearchAssemblyApi.d.ts +6 -6
  28. package/factory/src/apis/SearchAssemblyApi.js +6 -6
  29. package/factory/src/models/AssemblyOutputInner.d.ts +2 -2
  30. package/factory/src/models/AssemblyOutputInner.js +2 -2
  31. package/factory/src/models/AssemblyStatus.d.ts +8 -8
  32. package/factory/src/models/AssemblyStatus.js +8 -8
  33. package/factory/src/models/ProductStatus.d.ts +4 -4
  34. package/factory/src/models/ProductStatus.js +4 -4
  35. package/factory/src/models/SaleOfferStatus.d.ts +7 -7
  36. package/factory/src/models/SaleOfferStatus.js +7 -7
  37. package/factory/src/models/StatusEnum.d.ts +8 -8
  38. package/factory/src/models/StatusEnum.js +8 -8
  39. package/favorite/src/apis/ManageFavoriteProductApi.d.ts +4 -4
  40. package/favorite/src/apis/ManageFavoriteProductApi.js +4 -4
  41. package/favorite/src/models/ProductStatus.d.ts +4 -4
  42. package/favorite/src/models/ProductStatus.js +4 -4
  43. package/favorite/src/models/RestError.d.ts +24 -26
  44. package/favorite/src/models/RestError.js +23 -25
  45. package/inventory/src/apis/ManageInventoryApi.d.ts +17 -5
  46. package/inventory/src/apis/ManageInventoryApi.js +86 -12
  47. package/inventory/src/apis/SearchInventoryApi.d.ts +76 -83
  48. package/inventory/src/apis/SearchInventoryApi.js +141 -160
  49. package/inventory/src/models/ActiveProduct.d.ts +3 -10
  50. package/inventory/src/models/ActiveProduct.js +2 -5
  51. package/inventory/src/models/ActiveProductUpdateParameters.d.ts +3 -4
  52. package/inventory/src/models/ActiveProductUpdateParameters.js +2 -3
  53. package/inventory/src/models/MisalignedProduct.d.ts +0 -6
  54. package/inventory/src/models/MisalignedProduct.js +0 -2
  55. package/inventory/src/models/OverstockProduct.d.ts +0 -6
  56. package/inventory/src/models/OverstockProduct.js +0 -2
  57. package/inventory/src/models/RestError.d.ts +24 -26
  58. package/inventory/src/models/RestError.js +23 -25
  59. package/inventory/src/models/Synchroneity.d.ts +32 -0
  60. package/inventory/src/models/Synchroneity.js +46 -0
  61. package/inventory/src/models/SynchroneityOffisante.d.ts +38 -0
  62. package/inventory/src/models/SynchroneityOffisante.js +48 -0
  63. package/inventory/src/models/SynchroneitySource.d.ts +37 -0
  64. package/inventory/src/models/SynchroneitySource.js +47 -0
  65. package/inventory/src/models/index.d.ts +3 -4
  66. package/inventory/src/models/index.js +3 -4
  67. package/invoice/src/apis/SearchInvoiceApi.d.ts +10 -10
  68. package/invoice/src/apis/SearchInvoiceApi.js +10 -10
  69. package/invoice/src/apis/SearchInvoiceLineApi.d.ts +4 -4
  70. package/invoice/src/apis/SearchInvoiceLineApi.js +4 -4
  71. package/invoice/src/apis/SearchOrderTallyApi.d.ts +8 -8
  72. package/invoice/src/apis/SearchOrderTallyApi.js +8 -8
  73. package/invoice/src/models/InvoiceType.d.ts +13 -13
  74. package/invoice/src/models/InvoiceType.js +13 -13
  75. package/invoice/src/models/RestError.d.ts +24 -26
  76. package/invoice/src/models/RestError.js +23 -25
  77. package/laboratory/src/apis/SearchLaboratoryApi.d.ts +2 -2
  78. package/laboratory/src/apis/SearchLaboratoryApi.js +2 -2
  79. package/laboratory-store/src/apis/SearchLaboratoryStoreApi.d.ts +7 -7
  80. package/laboratory-store/src/apis/SearchLaboratoryStoreApi.js +7 -7
  81. package/laboratory-store/src/models/DisplayType.d.ts +2 -2
  82. package/laboratory-store/src/models/DisplayType.js +2 -2
  83. package/laboratory-store/src/models/LaboratoryType.d.ts +5 -5
  84. package/laboratory-store/src/models/LaboratoryType.js +5 -5
  85. package/laboratory-store/src/models/RestError.d.ts +24 -26
  86. package/laboratory-store/src/models/RestError.js +23 -25
  87. package/laboratory-store-log/src/apis/SearchLaboratoryStoreLogApi.d.ts +2 -2
  88. package/laboratory-store-log/src/apis/SearchLaboratoryStoreLogApi.js +2 -2
  89. package/lexicon/src/models/RestError.d.ts +24 -26
  90. package/lexicon/src/models/RestError.js +23 -25
  91. package/litigation/src/models/RestError.d.ts +24 -26
  92. package/litigation/src/models/RestError.js +23 -25
  93. package/magic-cart/src/models/ProductStorageType.d.ts +4 -4
  94. package/magic-cart/src/models/ProductStorageType.js +4 -4
  95. package/mandate/src/models/ChallengeAction.d.ts +1 -1
  96. package/mandate/src/models/ChallengeAction.js +1 -1
  97. package/mandate/src/models/Mandate.d.ts +5 -5
  98. package/mandate/src/models/Mandate.js +5 -5
  99. package/mangopay-hook/src/models/RestError.d.ts +24 -26
  100. package/mangopay-hook/src/models/RestError.js +23 -25
  101. package/message/src/apis/SearchMessageApi.d.ts +4 -4
  102. package/message/src/apis/SearchMessageApi.js +4 -4
  103. package/notification/src/apis/SearchNotificationApi.d.ts +2 -2
  104. package/notification/src/apis/SearchNotificationApi.js +2 -2
  105. package/notification/src/apis/SearchNotificationTypeApi.d.ts +6 -6
  106. package/notification/src/apis/SearchNotificationTypeApi.js +6 -6
  107. package/notification/src/models/NotificationTypeId.d.ts +48 -48
  108. package/notification/src/models/NotificationTypeId.js +48 -48
  109. package/notification/src/models/RestError.d.ts +24 -26
  110. package/notification/src/models/RestError.js +23 -25
  111. package/order/src/apis/SearchFreeCarriageCouponApi.d.ts +2 -2
  112. package/order/src/apis/SearchFreeCarriageCouponApi.js +2 -2
  113. package/order/src/apis/SearchOrderApi.d.ts +18 -18
  114. package/order/src/apis/SearchOrderApi.js +18 -18
  115. package/order/src/apis/SearchOrderItemApi.d.ts +24 -24
  116. package/order/src/apis/SearchOrderItemApi.js +24 -24
  117. package/order/src/models/OrderItemWarning.d.ts +5 -5
  118. package/order/src/models/OrderItemWarning.js +5 -5
  119. package/order/src/models/OrderItemsOperation.d.ts +3 -3
  120. package/order/src/models/OrderItemsOperation.js +3 -3
  121. package/order/src/models/OrderStatus.d.ts +15 -15
  122. package/order/src/models/OrderStatus.js +15 -15
  123. package/order/src/models/OrderStatusReason.d.ts +3 -3
  124. package/order/src/models/OrderStatusReason.js +3 -3
  125. package/order/src/models/OrderStorageType.d.ts +4 -4
  126. package/order/src/models/OrderStorageType.js +4 -4
  127. package/order/src/models/OrderType.d.ts +2 -2
  128. package/order/src/models/OrderType.js +2 -2
  129. package/order/src/models/OrderWarning.d.ts +2 -2
  130. package/order/src/models/OrderWarning.js +2 -2
  131. package/order/src/models/ProductStorageType.d.ts +4 -4
  132. package/order/src/models/ProductStorageType.js +4 -4
  133. package/order/src/models/RestError.d.ts +24 -26
  134. package/order/src/models/RestError.js +23 -25
  135. package/order/src/models/UpdateOrderStatusParameters.d.ts +8 -8
  136. package/order/src/models/UpdateOrderStatusParameters.js +8 -8
  137. package/order-log/src/apis/SearchOrderLogApi.d.ts +2 -2
  138. package/order-log/src/apis/SearchOrderLogApi.js +2 -2
  139. package/order-log/src/models/OrderStatusReason.d.ts +3 -3
  140. package/order-log/src/models/OrderStatusReason.js +3 -3
  141. package/outrage-message/src/apis/SearchOutrageMessageApi.d.ts +4 -4
  142. package/outrage-message/src/apis/SearchOutrageMessageApi.js +4 -4
  143. package/package.json +1 -1
  144. package/product/src/apis/SearchProductApi.d.ts +18 -18
  145. package/product/src/apis/SearchProductApi.js +18 -18
  146. package/product/src/apis/SearchProductProscriptionApi.d.ts +4 -4
  147. package/product/src/apis/SearchProductProscriptionApi.js +4 -4
  148. package/product/src/models/DataProvider.d.ts +5 -5
  149. package/product/src/models/DataProvider.js +5 -5
  150. package/product/src/models/ProductDispensationPlace.d.ts +2 -2
  151. package/product/src/models/ProductDispensationPlace.js +2 -2
  152. package/product/src/models/ProductMarketStatus.d.ts +6 -6
  153. package/product/src/models/ProductMarketStatus.js +6 -6
  154. package/product/src/models/ProductStatus.d.ts +4 -4
  155. package/product/src/models/ProductStatus.js +4 -4
  156. package/product/src/models/ProductStorageType.d.ts +4 -4
  157. package/product/src/models/ProductStorageType.js +4 -4
  158. package/product/src/models/RestError.d.ts +24 -26
  159. package/product/src/models/RestError.js +23 -25
  160. package/pub/src/apis/SearchPubApi.d.ts +27 -27
  161. package/pub/src/apis/SearchPubApi.js +27 -27
  162. package/pub/src/models/PubLocationEnum.d.ts +3 -3
  163. package/pub/src/models/PubLocationEnum.js +3 -3
  164. package/pub/src/models/RestError.d.ts +24 -26
  165. package/pub/src/models/RestError.js +23 -25
  166. package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.d.ts +4 -4
  167. package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.js +4 -4
  168. package/recommendation/src/apis/SearchProductPriceRecommendationApi.d.ts +4 -4
  169. package/recommendation/src/apis/SearchProductPriceRecommendationApi.js +4 -4
  170. package/recommendation/src/apis/SearchProductRecommendationApi.d.ts +4 -4
  171. package/recommendation/src/apis/SearchProductRecommendationApi.js +4 -4
  172. package/recommendation/src/models/ProductRecommendationType.d.ts +3 -3
  173. package/recommendation/src/models/ProductRecommendationType.js +3 -3
  174. package/rfx/src/apis/SearchRfoiApi.d.ts +10 -10
  175. package/rfx/src/apis/SearchRfoiApi.js +10 -10
  176. package/rfx/src/models/RestError.d.ts +24 -26
  177. package/rfx/src/models/RestError.js +23 -25
  178. package/sale-offer/src/apis/SearchSaleOfferApi.d.ts +35 -35
  179. package/sale-offer/src/apis/SearchSaleOfferApi.js +35 -35
  180. package/sale-offer/src/models/RestError.d.ts +24 -26
  181. package/sale-offer/src/models/RestError.js +23 -25
  182. package/sale-offer/src/models/SaleOfferStatus.d.ts +7 -7
  183. package/sale-offer/src/models/SaleOfferStatus.js +7 -7
  184. package/sale-offer/src/models/SaleOfferStatusReason.d.ts +6 -6
  185. package/sale-offer/src/models/SaleOfferStatusReason.js +6 -6
  186. package/sale-offer-log/src/apis/SearchSaleOfferLogApi.d.ts +2 -2
  187. package/sale-offer-log/src/apis/SearchSaleOfferLogApi.js +2 -2
  188. package/servant/src/models/RestError.d.ts +24 -26
  189. package/servant/src/models/RestError.js +23 -25
  190. package/shipment/src/apis/SearchOrderCarriageApi.d.ts +4 -4
  191. package/shipment/src/apis/SearchOrderCarriageApi.js +4 -4
  192. package/shipment/src/models/RestError.d.ts +24 -26
  193. package/shipment/src/models/RestError.js +23 -25
  194. package/shipment/src/models/ShipmentError.d.ts +1 -1
  195. package/shipment/src/models/ShipmentError.js +1 -1
  196. package/shipment/src/models/ShipmentParcelStatus.d.ts +3 -3
  197. package/shipment/src/models/ShipmentParcelStatus.js +3 -3
  198. package/shopping-cart/src/apis/ManageCartSubCartApi.d.ts +4 -4
  199. package/shopping-cart/src/apis/ManageCartSubCartApi.js +4 -4
  200. package/shopping-cart/src/models/ProductStorageType.d.ts +4 -4
  201. package/shopping-cart/src/models/ProductStorageType.js +4 -4
  202. package/shopping-cart/src/models/RestError.d.ts +24 -26
  203. package/shopping-cart/src/models/RestError.js +23 -25
  204. package/shopping-cart/src/models/SaleOfferStatus.d.ts +7 -7
  205. package/shopping-cart/src/models/SaleOfferStatus.js +7 -7
  206. package/shopping-cart/src/models/UserRole.d.ts +8 -8
  207. package/shopping-cart/src/models/UserRole.js +8 -8
  208. package/smuggler/src/models/RestError.d.ts +24 -26
  209. package/smuggler/src/models/RestError.js +23 -25
  210. package/statistic/src/apis/SearchSaleOfferStatisticsApi.d.ts +2 -2
  211. package/statistic/src/apis/SearchSaleOfferStatisticsApi.js +2 -2
  212. package/statistic/src/models/RestError.d.ts +24 -26
  213. package/statistic/src/models/RestError.js +23 -25
  214. package/subscription/src/apis/SearchSubscriptionApi.d.ts +8 -8
  215. package/subscription/src/apis/SearchSubscriptionApi.js +8 -8
  216. package/subscription/src/apis/SearchSubscriptionPlanApi.d.ts +2 -2
  217. package/subscription/src/apis/SearchSubscriptionPlanApi.js +2 -2
  218. package/subscription/src/models/RestError.d.ts +24 -26
  219. package/subscription/src/models/RestError.js +23 -25
  220. package/subscription/src/models/SubscriptionPlanFeatureId.d.ts +3 -3
  221. package/subscription/src/models/SubscriptionPlanFeatureId.js +3 -3
  222. package/subscription/src/models/SubscriptionPlanId.d.ts +3 -3
  223. package/subscription/src/models/SubscriptionPlanId.js +3 -3
  224. package/third-party/src/models/RestError.d.ts +24 -26
  225. package/third-party/src/models/RestError.js +23 -25
  226. package/third-party/src/models/ThirdPartyLinkCreationParameters.d.ts +2 -2
  227. package/third-party/src/models/ThirdPartyLinkCreationParameters.js +2 -2
  228. package/thread/src/apis/SearchThreadCommentApi.d.ts +4 -4
  229. package/thread/src/apis/SearchThreadCommentApi.js +4 -4
  230. package/ubo/src/models/RestError.d.ts +24 -26
  231. package/ubo/src/models/RestError.js +23 -25
  232. package/ubo/src/models/UboDeclaration.d.ts +6 -6
  233. package/ubo/src/models/UboDeclaration.js +6 -6
  234. package/user/src/apis/ManageUserDocumentApi.d.ts +18 -18
  235. package/user/src/apis/ManageUserDocumentApi.js +18 -18
  236. package/user/src/apis/SearchUserApi.d.ts +20 -20
  237. package/user/src/apis/SearchUserApi.js +20 -20
  238. package/user/src/apis/SearchUserDocumentApi.d.ts +30 -30
  239. package/user/src/apis/SearchUserDocumentApi.js +30 -30
  240. package/user/src/models/Gender.d.ts +2 -2
  241. package/user/src/models/Gender.js +2 -2
  242. package/user/src/models/KycLevel.d.ts +2 -2
  243. package/user/src/models/KycLevel.js +2 -2
  244. package/user/src/models/NotificationTypeId.d.ts +48 -48
  245. package/user/src/models/NotificationTypeId.js +48 -48
  246. package/user/src/models/OffisanteStatus.d.ts +3 -3
  247. package/user/src/models/OffisanteStatus.js +3 -3
  248. package/user/src/models/RestError.d.ts +24 -26
  249. package/user/src/models/RestError.js +23 -25
  250. package/user/src/models/UserDocument.d.ts +10 -10
  251. package/user/src/models/UserDocument.js +10 -10
  252. package/user/src/models/UserDocumentStatus.d.ts +5 -5
  253. package/user/src/models/UserDocumentStatus.js +5 -5
  254. package/user/src/models/UserRole.d.ts +8 -8
  255. package/user/src/models/UserRole.js +8 -8
  256. package/user/src/models/UserRuleActionEnum.d.ts +1 -1
  257. package/user/src/models/UserRuleActionEnum.js +1 -1
  258. package/user/src/models/UserRuleAttributeEnum.d.ts +2 -2
  259. package/user/src/models/UserRuleAttributeEnum.js +2 -2
  260. package/user/src/models/UserRuleComparatorEnum.d.ts +2 -2
  261. package/user/src/models/UserRuleComparatorEnum.js +2 -2
  262. package/wish/src/apis/SearchProductEnthusiasmApi.d.ts +10 -10
  263. package/wish/src/apis/SearchProductEnthusiasmApi.js +10 -10
  264. package/wish/src/apis/SearchWishApi.d.ts +10 -10
  265. package/wish/src/apis/SearchWishApi.js +10 -10
  266. package/wish/src/models/RestError.d.ts +24 -26
  267. package/wish/src/models/RestError.js +23 -25
  268. package/wish/src/models/WishReferrerType.d.ts +2 -2
  269. package/wish/src/models/WishReferrerType.js +2 -2
  270. package/wish/src/models/WishStatus.d.ts +3 -3
  271. package/wish/src/models/WishStatus.js +3 -3
  272. package/inventory/src/models/Inventory.d.ts +0 -63
  273. package/inventory/src/models/Inventory.js +0 -57
  274. package/inventory/src/models/InventoryJournal.d.ts +0 -31
  275. package/inventory/src/models/InventoryJournal.js +0 -45
  276. package/inventory/src/models/PaginatedInventories.d.ts +0 -39
  277. package/inventory/src/models/PaginatedInventories.js +0 -53
  278. package/inventory/src/models/SynchronizationMode.d.ts +0 -25
  279. package/inventory/src/models/SynchronizationMode.js +0 -48
@@ -16,14 +16,14 @@
16
16
  */
17
17
  export interface RestError {
18
18
  /**
19
- * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Image dimension exceeded * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale * `CODE018` - Trial already used * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match * `CODE021` - Missing informations for Offisante subscription * `CODE022` - Disabled feature
19
+ * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Image dimension exceeded * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale * `CODE018` - Trial already used * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match * `CODE021` - Missing informations for Offisante subscription
20
20
  *
21
21
  * @type {string}
22
22
  * @memberof RestError
23
23
  */
24
24
  code: RestErrorCodeEnum;
25
25
  /**
26
- * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Image dimension exceeded * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale * `MESSAGE018` - Trial already used * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match * `MESSAGE021` - Missing informations for Offisante subscription * `MESSAGE022` - Disabled feature
26
+ * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Image dimension exceeded * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale * `MESSAGE018` - Trial already used * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match * `MESSAGE021` - Missing informations for Offisante subscription
27
27
  *
28
28
  * @type {string}
29
29
  * @memberof RestError
@@ -34,29 +34,28 @@ export interface RestError {
34
34
  * @export
35
35
  */
36
36
  export declare const RestErrorCodeEnum: {
37
- readonly CODE000: "CODE000";
38
- readonly CODE001: "CODE001";
39
- readonly CODE002: "CODE002";
40
- readonly CODE003: "CODE003";
41
- readonly CODE004: "CODE004";
42
- readonly CODE005: "CODE005";
43
- readonly CODE006: "CODE006";
44
- readonly CODE007: "CODE007";
45
- readonly CODE008: "CODE008";
46
- readonly CODE009: "CODE009";
47
- readonly CODE010: "CODE010";
48
- readonly CODE011: "CODE011";
49
- readonly CODE012: "CODE012";
50
- readonly CODE013: "CODE013";
51
- readonly CODE014: "CODE014";
52
- readonly CODE015: "CODE015";
53
- readonly CODE016: "CODE016";
54
- readonly CODE017: "CODE017";
55
- readonly CODE018: "CODE018";
56
- readonly CODE019: "CODE019";
57
- readonly CODE020: "CODE020";
58
- readonly CODE021: "CODE021";
59
- readonly CODE022: "CODE022";
37
+ readonly Code000: "CODE000";
38
+ readonly Code001: "CODE001";
39
+ readonly Code002: "CODE002";
40
+ readonly Code003: "CODE003";
41
+ readonly Code004: "CODE004";
42
+ readonly Code005: "CODE005";
43
+ readonly Code006: "CODE006";
44
+ readonly Code007: "CODE007";
45
+ readonly Code008: "CODE008";
46
+ readonly Code009: "CODE009";
47
+ readonly Code010: "CODE010";
48
+ readonly Code011: "CODE011";
49
+ readonly Code012: "CODE012";
50
+ readonly Code013: "CODE013";
51
+ readonly Code014: "CODE014";
52
+ readonly Code015: "CODE015";
53
+ readonly Code016: "CODE016";
54
+ readonly Code017: "CODE017";
55
+ readonly Code018: "CODE018";
56
+ readonly Code019: "CODE019";
57
+ readonly Code020: "CODE020";
58
+ readonly Code021: "CODE021";
60
59
  };
61
60
  export declare type RestErrorCodeEnum = typeof RestErrorCodeEnum[keyof typeof RestErrorCodeEnum];
62
61
  /**
@@ -85,7 +84,6 @@ export declare const RestErrorMessageEnum: {
85
84
  readonly MESSAGE019: "Unable to generate session from disposableToken for admin users";
86
85
  readonly MESSAGE020: "ETag do not match";
87
86
  readonly MESSAGE021: "Missing informations for Offisante subscription";
88
- readonly MESSAGE022: "Disabled feature";
89
87
  };
90
88
  export declare type RestErrorMessageEnum = typeof RestErrorMessageEnum[keyof typeof RestErrorMessageEnum];
91
89
  /**
@@ -18,29 +18,28 @@ exports.RestErrorToJSON = exports.RestErrorFromJSONTyped = exports.RestErrorFrom
18
18
  * @export
19
19
  */
20
20
  exports.RestErrorCodeEnum = {
21
- CODE000: 'CODE000',
22
- CODE001: 'CODE001',
23
- CODE002: 'CODE002',
24
- CODE003: 'CODE003',
25
- CODE004: 'CODE004',
26
- CODE005: 'CODE005',
27
- CODE006: 'CODE006',
28
- CODE007: 'CODE007',
29
- CODE008: 'CODE008',
30
- CODE009: 'CODE009',
31
- CODE010: 'CODE010',
32
- CODE011: 'CODE011',
33
- CODE012: 'CODE012',
34
- CODE013: 'CODE013',
35
- CODE014: 'CODE014',
36
- CODE015: 'CODE015',
37
- CODE016: 'CODE016',
38
- CODE017: 'CODE017',
39
- CODE018: 'CODE018',
40
- CODE019: 'CODE019',
41
- CODE020: 'CODE020',
42
- CODE021: 'CODE021',
43
- CODE022: 'CODE022'
21
+ Code000: 'CODE000',
22
+ Code001: 'CODE001',
23
+ Code002: 'CODE002',
24
+ Code003: 'CODE003',
25
+ Code004: 'CODE004',
26
+ Code005: 'CODE005',
27
+ Code006: 'CODE006',
28
+ Code007: 'CODE007',
29
+ Code008: 'CODE008',
30
+ Code009: 'CODE009',
31
+ Code010: 'CODE010',
32
+ Code011: 'CODE011',
33
+ Code012: 'CODE012',
34
+ Code013: 'CODE013',
35
+ Code014: 'CODE014',
36
+ Code015: 'CODE015',
37
+ Code016: 'CODE016',
38
+ Code017: 'CODE017',
39
+ Code018: 'CODE018',
40
+ Code019: 'CODE019',
41
+ Code020: 'CODE020',
42
+ Code021: 'CODE021'
44
43
  };
45
44
  /**
46
45
  * @export
@@ -67,8 +66,7 @@ exports.RestErrorMessageEnum = {
67
66
  MESSAGE018: 'Trial already used',
68
67
  MESSAGE019: 'Unable to generate session from disposableToken for admin users',
69
68
  MESSAGE020: 'ETag do not match',
70
- MESSAGE021: 'Missing informations for Offisante subscription',
71
- MESSAGE022: 'Disabled feature'
69
+ MESSAGE021: 'Missing informations for Offisante subscription'
72
70
  };
73
71
  /**
74
72
  * Check if a given object implements the RestError interface.
@@ -45,16 +45,16 @@ export interface UserDocument {
45
45
  * @export
46
46
  */
47
47
  export declare const UserDocumentStatusReasonEnum: {
48
- readonly DOCUMENT_MISSING: "DOCUMENT_MISSING";
49
- readonly DOCUMENT_UNREADABLE: "DOCUMENT_UNREADABLE";
50
- readonly DOCUMENT_NOT_ACCEPTED: "DOCUMENT_NOT_ACCEPTED";
51
- readonly DOCUMENT_HAS_EXPIRED: "DOCUMENT_HAS_EXPIRED";
52
- readonly DOCUMENT_INCOMPLETE: "DOCUMENT_INCOMPLETE";
53
- readonly DOCUMENT_DO_NOT_MATCH_USER_DATA: "DOCUMENT_DO_NOT_MATCH_USER_DATA";
54
- readonly DOCUMENT_DO_NOT_MATCH_ACCOUNT_DATA: "DOCUMENT_DO_NOT_MATCH_ACCOUNT_DATA";
55
- readonly DOCUMENT_FALSIFIED: "DOCUMENT_FALSIFIED";
56
- readonly UNDERAGE_PERSON: "UNDERAGE_PERSON";
57
- readonly SPECIFIC_CASE: "SPECIFIC_CASE";
48
+ readonly DocumentMissing: "DOCUMENT_MISSING";
49
+ readonly DocumentUnreadable: "DOCUMENT_UNREADABLE";
50
+ readonly DocumentNotAccepted: "DOCUMENT_NOT_ACCEPTED";
51
+ readonly DocumentHasExpired: "DOCUMENT_HAS_EXPIRED";
52
+ readonly DocumentIncomplete: "DOCUMENT_INCOMPLETE";
53
+ readonly DocumentDoNotMatchUserData: "DOCUMENT_DO_NOT_MATCH_USER_DATA";
54
+ readonly DocumentDoNotMatchAccountData: "DOCUMENT_DO_NOT_MATCH_ACCOUNT_DATA";
55
+ readonly DocumentFalsified: "DOCUMENT_FALSIFIED";
56
+ readonly UnderagePerson: "UNDERAGE_PERSON";
57
+ readonly SpecificCase: "SPECIFIC_CASE";
58
58
  };
59
59
  export declare type UserDocumentStatusReasonEnum = typeof UserDocumentStatusReasonEnum[keyof typeof UserDocumentStatusReasonEnum];
60
60
  /**
@@ -20,16 +20,16 @@ var UserDocumentStatus_1 = require("./UserDocumentStatus");
20
20
  * @export
21
21
  */
22
22
  exports.UserDocumentStatusReasonEnum = {
23
- DOCUMENT_MISSING: 'DOCUMENT_MISSING',
24
- DOCUMENT_UNREADABLE: 'DOCUMENT_UNREADABLE',
25
- DOCUMENT_NOT_ACCEPTED: 'DOCUMENT_NOT_ACCEPTED',
26
- DOCUMENT_HAS_EXPIRED: 'DOCUMENT_HAS_EXPIRED',
27
- DOCUMENT_INCOMPLETE: 'DOCUMENT_INCOMPLETE',
28
- DOCUMENT_DO_NOT_MATCH_USER_DATA: 'DOCUMENT_DO_NOT_MATCH_USER_DATA',
29
- DOCUMENT_DO_NOT_MATCH_ACCOUNT_DATA: 'DOCUMENT_DO_NOT_MATCH_ACCOUNT_DATA',
30
- DOCUMENT_FALSIFIED: 'DOCUMENT_FALSIFIED',
31
- UNDERAGE_PERSON: 'UNDERAGE_PERSON',
32
- SPECIFIC_CASE: 'SPECIFIC_CASE'
23
+ DocumentMissing: 'DOCUMENT_MISSING',
24
+ DocumentUnreadable: 'DOCUMENT_UNREADABLE',
25
+ DocumentNotAccepted: 'DOCUMENT_NOT_ACCEPTED',
26
+ DocumentHasExpired: 'DOCUMENT_HAS_EXPIRED',
27
+ DocumentIncomplete: 'DOCUMENT_INCOMPLETE',
28
+ DocumentDoNotMatchUserData: 'DOCUMENT_DO_NOT_MATCH_USER_DATA',
29
+ DocumentDoNotMatchAccountData: 'DOCUMENT_DO_NOT_MATCH_ACCOUNT_DATA',
30
+ DocumentFalsified: 'DOCUMENT_FALSIFIED',
31
+ UnderagePerson: 'UNDERAGE_PERSON',
32
+ SpecificCase: 'SPECIFIC_CASE'
33
33
  };
34
34
  /**
35
35
  * Check if a given object implements the UserDocument interface.
@@ -14,11 +14,11 @@
14
14
  * @export
15
15
  */
16
16
  export declare const UserDocumentStatus: {
17
- readonly CREATED: "CREATED";
18
- readonly VALIDATION_ASKED: "VALIDATION_ASKED";
19
- readonly VALIDATED: "VALIDATED";
20
- readonly REFUSED: "REFUSED";
21
- readonly OUTDATED: "OUTDATED";
17
+ readonly Created: "CREATED";
18
+ readonly ValidationAsked: "VALIDATION_ASKED";
19
+ readonly Validated: "VALIDATED";
20
+ readonly Refused: "REFUSED";
21
+ readonly Outdated: "OUTDATED";
22
22
  };
23
23
  export declare type UserDocumentStatus = typeof UserDocumentStatus[keyof typeof UserDocumentStatus];
24
24
  export declare function instanceOfUserDocumentStatus(value: any): boolean;
@@ -19,11 +19,11 @@ exports.UserDocumentStatusToJSON = exports.UserDocumentStatusFromJSONTyped = exp
19
19
  * @export
20
20
  */
21
21
  exports.UserDocumentStatus = {
22
- CREATED: 'CREATED',
23
- VALIDATION_ASKED: 'VALIDATION_ASKED',
24
- VALIDATED: 'VALIDATED',
25
- REFUSED: 'REFUSED',
26
- OUTDATED: 'OUTDATED'
22
+ Created: 'CREATED',
23
+ ValidationAsked: 'VALIDATION_ASKED',
24
+ Validated: 'VALIDATED',
25
+ Refused: 'REFUSED',
26
+ Outdated: 'OUTDATED'
27
27
  };
28
28
  function instanceOfUserDocumentStatus(value) {
29
29
  for (var key in exports.UserDocumentStatus) {
@@ -14,14 +14,14 @@
14
14
  * @export
15
15
  */
16
16
  export declare const UserRole: {
17
- readonly SUBSCRIPTION_IN_PROGRESS: "SUBSCRIPTION_IN_PROGRESS";
18
- readonly WAITING: "WAITING";
19
- readonly TEST: "TEST";
20
- readonly SELLER_BUYER: "SELLER_BUYER";
21
- readonly ARCHIVED: "ARCHIVED";
22
- readonly BLOCKED: "BLOCKED";
23
- readonly ADMINISTRATOR: "ADMINISTRATOR";
24
- readonly LABORATORY: "LABORATORY";
17
+ readonly SubscriptionInProgress: "SUBSCRIPTION_IN_PROGRESS";
18
+ readonly Waiting: "WAITING";
19
+ readonly Test: "TEST";
20
+ readonly SellerBuyer: "SELLER_BUYER";
21
+ readonly Archived: "ARCHIVED";
22
+ readonly Blocked: "BLOCKED";
23
+ readonly Administrator: "ADMINISTRATOR";
24
+ readonly Laboratory: "LABORATORY";
25
25
  };
26
26
  export declare type UserRole = typeof UserRole[keyof typeof UserRole];
27
27
  export declare function instanceOfUserRole(value: any): boolean;
@@ -19,14 +19,14 @@ exports.UserRoleToJSON = exports.UserRoleFromJSONTyped = exports.UserRoleFromJSO
19
19
  * @export
20
20
  */
21
21
  exports.UserRole = {
22
- SUBSCRIPTION_IN_PROGRESS: 'SUBSCRIPTION_IN_PROGRESS',
23
- WAITING: 'WAITING',
24
- TEST: 'TEST',
25
- SELLER_BUYER: 'SELLER_BUYER',
26
- ARCHIVED: 'ARCHIVED',
27
- BLOCKED: 'BLOCKED',
28
- ADMINISTRATOR: 'ADMINISTRATOR',
29
- LABORATORY: 'LABORATORY'
22
+ SubscriptionInProgress: 'SUBSCRIPTION_IN_PROGRESS',
23
+ Waiting: 'WAITING',
24
+ Test: 'TEST',
25
+ SellerBuyer: 'SELLER_BUYER',
26
+ Archived: 'ARCHIVED',
27
+ Blocked: 'BLOCKED',
28
+ Administrator: 'ADMINISTRATOR',
29
+ Laboratory: 'LABORATORY'
30
30
  };
31
31
  function instanceOfUserRole(value) {
32
32
  for (var key in exports.UserRole) {
@@ -14,7 +14,7 @@
14
14
  * @export
15
15
  */
16
16
  export declare const UserRuleActionEnum: {
17
- readonly BLOCKED: "BLOCKED";
17
+ readonly Blocked: "BLOCKED";
18
18
  };
19
19
  export declare type UserRuleActionEnum = typeof UserRuleActionEnum[keyof typeof UserRuleActionEnum];
20
20
  export declare function instanceOfUserRuleActionEnum(value: any): boolean;
@@ -19,7 +19,7 @@ exports.UserRuleActionEnumToJSON = exports.UserRuleActionEnumFromJSONTyped = exp
19
19
  * @export
20
20
  */
21
21
  exports.UserRuleActionEnum = {
22
- BLOCKED: 'BLOCKED'
22
+ Blocked: 'BLOCKED'
23
23
  };
24
24
  function instanceOfUserRuleActionEnum(value) {
25
25
  for (var key in exports.UserRuleActionEnum) {
@@ -14,8 +14,8 @@
14
14
  * @export
15
15
  */
16
16
  export declare const UserRuleAttributeEnum: {
17
- readonly ZIP_CODE: "ZIP_CODE";
18
- readonly USER: "USER";
17
+ readonly ZipCode: "ZIP_CODE";
18
+ readonly User: "USER";
19
19
  };
20
20
  export declare type UserRuleAttributeEnum = typeof UserRuleAttributeEnum[keyof typeof UserRuleAttributeEnum];
21
21
  export declare function instanceOfUserRuleAttributeEnum(value: any): boolean;
@@ -19,8 +19,8 @@ exports.UserRuleAttributeEnumToJSON = exports.UserRuleAttributeEnumFromJSONTyped
19
19
  * @export
20
20
  */
21
21
  exports.UserRuleAttributeEnum = {
22
- ZIP_CODE: 'ZIP_CODE',
23
- USER: 'USER'
22
+ ZipCode: 'ZIP_CODE',
23
+ User: 'USER'
24
24
  };
25
25
  function instanceOfUserRuleAttributeEnum(value) {
26
26
  for (var key in exports.UserRuleAttributeEnum) {
@@ -14,8 +14,8 @@
14
14
  * @export
15
15
  */
16
16
  export declare const UserRuleComparatorEnum: {
17
- readonly EQUAL: "EQUAL";
18
- readonly START_WITH: "START_WITH";
17
+ readonly Equal: "EQUAL";
18
+ readonly StartWith: "START_WITH";
19
19
  };
20
20
  export declare type UserRuleComparatorEnum = typeof UserRuleComparatorEnum[keyof typeof UserRuleComparatorEnum];
21
21
  export declare function instanceOfUserRuleComparatorEnum(value: any): boolean;
@@ -19,8 +19,8 @@ exports.UserRuleComparatorEnumToJSON = exports.UserRuleComparatorEnumFromJSONTyp
19
19
  * @export
20
20
  */
21
21
  exports.UserRuleComparatorEnum = {
22
- EQUAL: 'EQUAL',
23
- START_WITH: 'START_WITH'
22
+ Equal: 'EQUAL',
23
+ StartWith: 'START_WITH'
24
24
  };
25
25
  function instanceOfUserRuleComparatorEnum(value) {
26
26
  for (var key in exports.UserRuleComparatorEnum) {
@@ -35,15 +35,15 @@ export declare class SearchProductEnthusiasmApi extends runtime.BaseAPI {
35
35
  * @export
36
36
  */
37
37
  export declare const GetProductEnthusiasmsOrderByEnum: {
38
- readonly PRODUCT_NAME_ASC: "PRODUCT_NAME:asc";
39
- readonly PRODUCT_NAME_DESC: "PRODUCT_NAME:desc";
40
- readonly PRODUCT_BARCODES_PRINCIPAL_ASC: "PRODUCT_BARCODES_PRINCIPAL:asc";
41
- readonly PRODUCT_BARCODES_PRINCIPAL_DESC: "PRODUCT_BARCODES_PRINCIPAL:desc";
42
- readonly RECENT_DATE_ASC: "RECENT_DATE:asc";
43
- readonly RECENT_DATE_DESC: "RECENT_DATE:desc";
44
- readonly MAX_REBATE_ASC: "MAX_REBATE:asc";
45
- readonly MAX_REBATE_DESC: "MAX_REBATE:desc";
46
- readonly TOTAL_QUANTITY_ASC: "TOTAL_QUANTITY:asc";
47
- readonly TOTAL_QUANTITY_DESC: "TOTAL_QUANTITY:desc";
38
+ readonly ProductNamEasc: "PRODUCT_NAME:asc";
39
+ readonly ProductNamEdesc: "PRODUCT_NAME:desc";
40
+ readonly ProductBarcodesPrincipaLasc: "PRODUCT_BARCODES_PRINCIPAL:asc";
41
+ readonly ProductBarcodesPrincipaLdesc: "PRODUCT_BARCODES_PRINCIPAL:desc";
42
+ readonly RecentDatEasc: "RECENT_DATE:asc";
43
+ readonly RecentDatEdesc: "RECENT_DATE:desc";
44
+ readonly MaxRebatEasc: "MAX_REBATE:asc";
45
+ readonly MaxRebatEdesc: "MAX_REBATE:desc";
46
+ readonly TotalQuantitYasc: "TOTAL_QUANTITY:asc";
47
+ readonly TotalQuantitYdesc: "TOTAL_QUANTITY:desc";
48
48
  };
49
49
  export declare type GetProductEnthusiasmsOrderByEnum = typeof GetProductEnthusiasmsOrderByEnum[keyof typeof GetProductEnthusiasmsOrderByEnum];
@@ -174,14 +174,14 @@ exports.SearchProductEnthusiasmApi = SearchProductEnthusiasmApi;
174
174
  * @export
175
175
  */
176
176
  exports.GetProductEnthusiasmsOrderByEnum = {
177
- PRODUCT_NAME_ASC: 'PRODUCT_NAME:asc',
178
- PRODUCT_NAME_DESC: 'PRODUCT_NAME:desc',
179
- PRODUCT_BARCODES_PRINCIPAL_ASC: 'PRODUCT_BARCODES_PRINCIPAL:asc',
180
- PRODUCT_BARCODES_PRINCIPAL_DESC: 'PRODUCT_BARCODES_PRINCIPAL:desc',
181
- RECENT_DATE_ASC: 'RECENT_DATE:asc',
182
- RECENT_DATE_DESC: 'RECENT_DATE:desc',
183
- MAX_REBATE_ASC: 'MAX_REBATE:asc',
184
- MAX_REBATE_DESC: 'MAX_REBATE:desc',
185
- TOTAL_QUANTITY_ASC: 'TOTAL_QUANTITY:asc',
186
- TOTAL_QUANTITY_DESC: 'TOTAL_QUANTITY:desc'
177
+ ProductNamEasc: 'PRODUCT_NAME:asc',
178
+ ProductNamEdesc: 'PRODUCT_NAME:desc',
179
+ ProductBarcodesPrincipaLasc: 'PRODUCT_BARCODES_PRINCIPAL:asc',
180
+ ProductBarcodesPrincipaLdesc: 'PRODUCT_BARCODES_PRINCIPAL:desc',
181
+ RecentDatEasc: 'RECENT_DATE:asc',
182
+ RecentDatEdesc: 'RECENT_DATE:desc',
183
+ MaxRebatEasc: 'MAX_REBATE:asc',
184
+ MaxRebatEdesc: 'MAX_REBATE:desc',
185
+ TotalQuantitYasc: 'TOTAL_QUANTITY:asc',
186
+ TotalQuantitYdesc: 'TOTAL_QUANTITY:desc'
187
187
  };
@@ -54,15 +54,15 @@ export declare class SearchWishApi extends runtime.BaseAPI {
54
54
  * @export
55
55
  */
56
56
  export declare const GetWishesOrderByEnum: {
57
- readonly PRODUCT_NAME_ASC: "PRODUCT_NAME:asc";
58
- readonly PRODUCT_NAME_DESC: "PRODUCT_NAME:desc";
59
- readonly PRODUCT_BARCODES_PRINCIPAL_ASC: "PRODUCT_BARCODES_PRINCIPAL:asc";
60
- readonly PRODUCT_BARCODES_PRINCIPAL_DESC: "PRODUCT_BARCODES_PRINCIPAL:desc";
61
- readonly CREATED_AT_ASC: "CREATED_AT:asc";
62
- readonly CREATED_AT_DESC: "CREATED_AT:desc";
63
- readonly REBATE_ASC: "REBATE:asc";
64
- readonly REBATE_DESC: "REBATE:desc";
65
- readonly QUANTITY_ASC: "QUANTITY:asc";
66
- readonly QUANTITY_DESC: "QUANTITY:desc";
57
+ readonly ProductNamEasc: "PRODUCT_NAME:asc";
58
+ readonly ProductNamEdesc: "PRODUCT_NAME:desc";
59
+ readonly ProductBarcodesPrincipaLasc: "PRODUCT_BARCODES_PRINCIPAL:asc";
60
+ readonly ProductBarcodesPrincipaLdesc: "PRODUCT_BARCODES_PRINCIPAL:desc";
61
+ readonly CreatedATasc: "CREATED_AT:asc";
62
+ readonly CreatedATdesc: "CREATED_AT:desc";
63
+ readonly RebatEasc: "REBATE:asc";
64
+ readonly RebatEdesc: "REBATE:desc";
65
+ readonly QuantitYasc: "QUANTITY:asc";
66
+ readonly QuantitYdesc: "QUANTITY:desc";
67
67
  };
68
68
  export declare type GetWishesOrderByEnum = typeof GetWishesOrderByEnum[keyof typeof GetWishesOrderByEnum];
@@ -277,14 +277,14 @@ exports.SearchWishApi = SearchWishApi;
277
277
  * @export
278
278
  */
279
279
  exports.GetWishesOrderByEnum = {
280
- PRODUCT_NAME_ASC: 'PRODUCT_NAME:asc',
281
- PRODUCT_NAME_DESC: 'PRODUCT_NAME:desc',
282
- PRODUCT_BARCODES_PRINCIPAL_ASC: 'PRODUCT_BARCODES_PRINCIPAL:asc',
283
- PRODUCT_BARCODES_PRINCIPAL_DESC: 'PRODUCT_BARCODES_PRINCIPAL:desc',
284
- CREATED_AT_ASC: 'CREATED_AT:asc',
285
- CREATED_AT_DESC: 'CREATED_AT:desc',
286
- REBATE_ASC: 'REBATE:asc',
287
- REBATE_DESC: 'REBATE:desc',
288
- QUANTITY_ASC: 'QUANTITY:asc',
289
- QUANTITY_DESC: 'QUANTITY:desc'
280
+ ProductNamEasc: 'PRODUCT_NAME:asc',
281
+ ProductNamEdesc: 'PRODUCT_NAME:desc',
282
+ ProductBarcodesPrincipaLasc: 'PRODUCT_BARCODES_PRINCIPAL:asc',
283
+ ProductBarcodesPrincipaLdesc: 'PRODUCT_BARCODES_PRINCIPAL:desc',
284
+ CreatedATasc: 'CREATED_AT:asc',
285
+ CreatedATdesc: 'CREATED_AT:desc',
286
+ RebatEasc: 'REBATE:asc',
287
+ RebatEdesc: 'REBATE:desc',
288
+ QuantitYasc: 'QUANTITY:asc',
289
+ QuantitYdesc: 'QUANTITY:desc'
290
290
  };
@@ -16,14 +16,14 @@
16
16
  */
17
17
  export interface RestError {
18
18
  /**
19
- * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Image dimension exceeded * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale * `CODE018` - Trial already used * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match * `CODE021` - Missing informations for Offisante subscription * `CODE022` - Disabled feature
19
+ * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Image dimension exceeded * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale * `CODE018` - Trial already used * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match * `CODE021` - Missing informations for Offisante subscription
20
20
  *
21
21
  * @type {string}
22
22
  * @memberof RestError
23
23
  */
24
24
  code: RestErrorCodeEnum;
25
25
  /**
26
- * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Image dimension exceeded * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale * `MESSAGE018` - Trial already used * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match * `MESSAGE021` - Missing informations for Offisante subscription * `MESSAGE022` - Disabled feature
26
+ * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Image dimension exceeded * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale * `MESSAGE018` - Trial already used * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match * `MESSAGE021` - Missing informations for Offisante subscription
27
27
  *
28
28
  * @type {string}
29
29
  * @memberof RestError
@@ -34,29 +34,28 @@ export interface RestError {
34
34
  * @export
35
35
  */
36
36
  export declare const RestErrorCodeEnum: {
37
- readonly CODE000: "CODE000";
38
- readonly CODE001: "CODE001";
39
- readonly CODE002: "CODE002";
40
- readonly CODE003: "CODE003";
41
- readonly CODE004: "CODE004";
42
- readonly CODE005: "CODE005";
43
- readonly CODE006: "CODE006";
44
- readonly CODE007: "CODE007";
45
- readonly CODE008: "CODE008";
46
- readonly CODE009: "CODE009";
47
- readonly CODE010: "CODE010";
48
- readonly CODE011: "CODE011";
49
- readonly CODE012: "CODE012";
50
- readonly CODE013: "CODE013";
51
- readonly CODE014: "CODE014";
52
- readonly CODE015: "CODE015";
53
- readonly CODE016: "CODE016";
54
- readonly CODE017: "CODE017";
55
- readonly CODE018: "CODE018";
56
- readonly CODE019: "CODE019";
57
- readonly CODE020: "CODE020";
58
- readonly CODE021: "CODE021";
59
- readonly CODE022: "CODE022";
37
+ readonly Code000: "CODE000";
38
+ readonly Code001: "CODE001";
39
+ readonly Code002: "CODE002";
40
+ readonly Code003: "CODE003";
41
+ readonly Code004: "CODE004";
42
+ readonly Code005: "CODE005";
43
+ readonly Code006: "CODE006";
44
+ readonly Code007: "CODE007";
45
+ readonly Code008: "CODE008";
46
+ readonly Code009: "CODE009";
47
+ readonly Code010: "CODE010";
48
+ readonly Code011: "CODE011";
49
+ readonly Code012: "CODE012";
50
+ readonly Code013: "CODE013";
51
+ readonly Code014: "CODE014";
52
+ readonly Code015: "CODE015";
53
+ readonly Code016: "CODE016";
54
+ readonly Code017: "CODE017";
55
+ readonly Code018: "CODE018";
56
+ readonly Code019: "CODE019";
57
+ readonly Code020: "CODE020";
58
+ readonly Code021: "CODE021";
60
59
  };
61
60
  export declare type RestErrorCodeEnum = typeof RestErrorCodeEnum[keyof typeof RestErrorCodeEnum];
62
61
  /**
@@ -85,7 +84,6 @@ export declare const RestErrorMessageEnum: {
85
84
  readonly MESSAGE019: "Unable to generate session from disposableToken for admin users";
86
85
  readonly MESSAGE020: "ETag do not match";
87
86
  readonly MESSAGE021: "Missing informations for Offisante subscription";
88
- readonly MESSAGE022: "Disabled feature";
89
87
  };
90
88
  export declare type RestErrorMessageEnum = typeof RestErrorMessageEnum[keyof typeof RestErrorMessageEnum];
91
89
  /**
@@ -18,29 +18,28 @@ exports.RestErrorToJSON = exports.RestErrorFromJSONTyped = exports.RestErrorFrom
18
18
  * @export
19
19
  */
20
20
  exports.RestErrorCodeEnum = {
21
- CODE000: 'CODE000',
22
- CODE001: 'CODE001',
23
- CODE002: 'CODE002',
24
- CODE003: 'CODE003',
25
- CODE004: 'CODE004',
26
- CODE005: 'CODE005',
27
- CODE006: 'CODE006',
28
- CODE007: 'CODE007',
29
- CODE008: 'CODE008',
30
- CODE009: 'CODE009',
31
- CODE010: 'CODE010',
32
- CODE011: 'CODE011',
33
- CODE012: 'CODE012',
34
- CODE013: 'CODE013',
35
- CODE014: 'CODE014',
36
- CODE015: 'CODE015',
37
- CODE016: 'CODE016',
38
- CODE017: 'CODE017',
39
- CODE018: 'CODE018',
40
- CODE019: 'CODE019',
41
- CODE020: 'CODE020',
42
- CODE021: 'CODE021',
43
- CODE022: 'CODE022'
21
+ Code000: 'CODE000',
22
+ Code001: 'CODE001',
23
+ Code002: 'CODE002',
24
+ Code003: 'CODE003',
25
+ Code004: 'CODE004',
26
+ Code005: 'CODE005',
27
+ Code006: 'CODE006',
28
+ Code007: 'CODE007',
29
+ Code008: 'CODE008',
30
+ Code009: 'CODE009',
31
+ Code010: 'CODE010',
32
+ Code011: 'CODE011',
33
+ Code012: 'CODE012',
34
+ Code013: 'CODE013',
35
+ Code014: 'CODE014',
36
+ Code015: 'CODE015',
37
+ Code016: 'CODE016',
38
+ Code017: 'CODE017',
39
+ Code018: 'CODE018',
40
+ Code019: 'CODE019',
41
+ Code020: 'CODE020',
42
+ Code021: 'CODE021'
44
43
  };
45
44
  /**
46
45
  * @export
@@ -67,8 +66,7 @@ exports.RestErrorMessageEnum = {
67
66
  MESSAGE018: 'Trial already used',
68
67
  MESSAGE019: 'Unable to generate session from disposableToken for admin users',
69
68
  MESSAGE020: 'ETag do not match',
70
- MESSAGE021: 'Missing informations for Offisante subscription',
71
- MESSAGE022: 'Disabled feature'
69
+ MESSAGE021: 'Missing informations for Offisante subscription'
72
70
  };
73
71
  /**
74
72
  * Check if a given object implements the RestError interface.
@@ -14,8 +14,8 @@
14
14
  * @export
15
15
  */
16
16
  export declare const WishReferrerType: {
17
- readonly MANUAL: "MANUAL";
18
- readonly FAVORITE: "FAVORITE";
17
+ readonly Manual: "MANUAL";
18
+ readonly Favorite: "FAVORITE";
19
19
  };
20
20
  export declare type WishReferrerType = typeof WishReferrerType[keyof typeof WishReferrerType];
21
21
  export declare function instanceOfWishReferrerType(value: any): boolean;
@@ -19,8 +19,8 @@ exports.WishReferrerTypeToJSON = exports.WishReferrerTypeFromJSONTyped = exports
19
19
  * @export
20
20
  */
21
21
  exports.WishReferrerType = {
22
- MANUAL: 'MANUAL',
23
- FAVORITE: 'FAVORITE'
22
+ Manual: 'MANUAL',
23
+ Favorite: 'FAVORITE'
24
24
  };
25
25
  function instanceOfWishReferrerType(value) {
26
26
  for (var key in exports.WishReferrerType) {