@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.
- package/auth/src/apis/SearchApiKeyApi.d.ts +6 -6
- package/auth/src/apis/SearchApiKeyApi.js +6 -6
- package/auth/src/models/RestError.d.ts +24 -26
- package/auth/src/models/RestError.js +23 -25
- package/banking-operation/src/apis/SearchLevyApi.d.ts +14 -14
- package/banking-operation/src/apis/SearchLevyApi.js +14 -14
- package/banking-operation/src/apis/SearchOrderPaymentApi.d.ts +2 -2
- package/banking-operation/src/apis/SearchOrderPaymentApi.js +2 -2
- package/banking-operation/src/models/LevyPaymentStatus.d.ts +3 -3
- package/banking-operation/src/models/LevyPaymentStatus.js +3 -3
- package/banking-operation/src/models/LevyStatus.d.ts +2 -2
- package/banking-operation/src/models/LevyStatus.js +2 -2
- package/banking-operation/src/models/Transaction.d.ts +4 -4
- package/banking-operation/src/models/Transaction.js +4 -4
- package/catalog/src/apis/SearchProductInsightApi.d.ts +4 -4
- package/catalog/src/apis/SearchProductInsightApi.js +4 -4
- package/catalog/src/models/ProductStorageType.d.ts +4 -4
- package/catalog/src/models/ProductStorageType.js +4 -4
- package/catalog/src/models/RestError.d.ts +24 -26
- package/catalog/src/models/RestError.js +23 -25
- package/challenge/src/models/ChallengeAction.d.ts +1 -1
- package/challenge/src/models/ChallengeAction.js +1 -1
- package/configuration/src/models/RestError.d.ts +24 -26
- package/configuration/src/models/RestError.js +23 -25
- package/content/src/models/RestError.d.ts +24 -26
- package/content/src/models/RestError.js +23 -25
- package/factory/src/apis/SearchAssemblyApi.d.ts +6 -6
- package/factory/src/apis/SearchAssemblyApi.js +6 -6
- package/factory/src/models/AssemblyOutputInner.d.ts +2 -2
- package/factory/src/models/AssemblyOutputInner.js +2 -2
- package/factory/src/models/AssemblyStatus.d.ts +8 -8
- package/factory/src/models/AssemblyStatus.js +8 -8
- package/factory/src/models/ProductStatus.d.ts +4 -4
- package/factory/src/models/ProductStatus.js +4 -4
- package/factory/src/models/SaleOfferStatus.d.ts +7 -7
- package/factory/src/models/SaleOfferStatus.js +7 -7
- package/factory/src/models/StatusEnum.d.ts +8 -8
- package/factory/src/models/StatusEnum.js +8 -8
- package/favorite/src/apis/ManageFavoriteProductApi.d.ts +4 -4
- package/favorite/src/apis/ManageFavoriteProductApi.js +4 -4
- package/favorite/src/models/ProductStatus.d.ts +4 -4
- package/favorite/src/models/ProductStatus.js +4 -4
- package/favorite/src/models/RestError.d.ts +24 -26
- package/favorite/src/models/RestError.js +23 -25
- package/inventory/src/apis/ManageInventoryApi.d.ts +17 -5
- package/inventory/src/apis/ManageInventoryApi.js +86 -12
- package/inventory/src/apis/SearchInventoryApi.d.ts +76 -83
- package/inventory/src/apis/SearchInventoryApi.js +141 -160
- package/inventory/src/models/ActiveProduct.d.ts +3 -10
- package/inventory/src/models/ActiveProduct.js +2 -5
- package/inventory/src/models/ActiveProductUpdateParameters.d.ts +3 -4
- package/inventory/src/models/ActiveProductUpdateParameters.js +2 -3
- package/inventory/src/models/MisalignedProduct.d.ts +0 -6
- package/inventory/src/models/MisalignedProduct.js +0 -2
- package/inventory/src/models/OverstockProduct.d.ts +0 -6
- package/inventory/src/models/OverstockProduct.js +0 -2
- package/inventory/src/models/RestError.d.ts +24 -26
- package/inventory/src/models/RestError.js +23 -25
- package/inventory/src/models/Synchroneity.d.ts +32 -0
- package/inventory/src/models/Synchroneity.js +46 -0
- package/inventory/src/models/SynchroneityOffisante.d.ts +38 -0
- package/inventory/src/models/SynchroneityOffisante.js +48 -0
- package/inventory/src/models/SynchroneitySource.d.ts +37 -0
- package/inventory/src/models/SynchroneitySource.js +47 -0
- package/inventory/src/models/index.d.ts +3 -4
- package/inventory/src/models/index.js +3 -4
- package/invoice/src/apis/SearchInvoiceApi.d.ts +10 -10
- package/invoice/src/apis/SearchInvoiceApi.js +10 -10
- package/invoice/src/apis/SearchInvoiceLineApi.d.ts +4 -4
- package/invoice/src/apis/SearchInvoiceLineApi.js +4 -4
- package/invoice/src/apis/SearchOrderTallyApi.d.ts +8 -8
- package/invoice/src/apis/SearchOrderTallyApi.js +8 -8
- package/invoice/src/models/InvoiceType.d.ts +13 -13
- package/invoice/src/models/InvoiceType.js +13 -13
- package/invoice/src/models/RestError.d.ts +24 -26
- package/invoice/src/models/RestError.js +23 -25
- package/laboratory/src/apis/SearchLaboratoryApi.d.ts +2 -2
- package/laboratory/src/apis/SearchLaboratoryApi.js +2 -2
- package/laboratory-store/src/apis/SearchLaboratoryStoreApi.d.ts +7 -7
- package/laboratory-store/src/apis/SearchLaboratoryStoreApi.js +7 -7
- package/laboratory-store/src/models/DisplayType.d.ts +2 -2
- package/laboratory-store/src/models/DisplayType.js +2 -2
- package/laboratory-store/src/models/LaboratoryType.d.ts +5 -5
- package/laboratory-store/src/models/LaboratoryType.js +5 -5
- package/laboratory-store/src/models/RestError.d.ts +24 -26
- package/laboratory-store/src/models/RestError.js +23 -25
- package/laboratory-store-log/src/apis/SearchLaboratoryStoreLogApi.d.ts +2 -2
- package/laboratory-store-log/src/apis/SearchLaboratoryStoreLogApi.js +2 -2
- package/lexicon/src/models/RestError.d.ts +24 -26
- package/lexicon/src/models/RestError.js +23 -25
- package/litigation/src/models/RestError.d.ts +24 -26
- package/litigation/src/models/RestError.js +23 -25
- package/magic-cart/src/models/ProductStorageType.d.ts +4 -4
- package/magic-cart/src/models/ProductStorageType.js +4 -4
- package/mandate/src/models/ChallengeAction.d.ts +1 -1
- package/mandate/src/models/ChallengeAction.js +1 -1
- package/mandate/src/models/Mandate.d.ts +5 -5
- package/mandate/src/models/Mandate.js +5 -5
- package/mangopay-hook/src/models/RestError.d.ts +24 -26
- package/mangopay-hook/src/models/RestError.js +23 -25
- package/message/src/apis/SearchMessageApi.d.ts +4 -4
- package/message/src/apis/SearchMessageApi.js +4 -4
- package/notification/src/apis/SearchNotificationApi.d.ts +2 -2
- package/notification/src/apis/SearchNotificationApi.js +2 -2
- package/notification/src/apis/SearchNotificationTypeApi.d.ts +6 -6
- package/notification/src/apis/SearchNotificationTypeApi.js +6 -6
- package/notification/src/models/NotificationTypeId.d.ts +48 -48
- package/notification/src/models/NotificationTypeId.js +48 -48
- package/notification/src/models/RestError.d.ts +24 -26
- package/notification/src/models/RestError.js +23 -25
- package/order/src/apis/SearchFreeCarriageCouponApi.d.ts +2 -2
- package/order/src/apis/SearchFreeCarriageCouponApi.js +2 -2
- package/order/src/apis/SearchOrderApi.d.ts +18 -18
- package/order/src/apis/SearchOrderApi.js +18 -18
- package/order/src/apis/SearchOrderItemApi.d.ts +24 -24
- package/order/src/apis/SearchOrderItemApi.js +24 -24
- package/order/src/models/OrderItemWarning.d.ts +5 -5
- package/order/src/models/OrderItemWarning.js +5 -5
- package/order/src/models/OrderItemsOperation.d.ts +3 -3
- package/order/src/models/OrderItemsOperation.js +3 -3
- package/order/src/models/OrderStatus.d.ts +15 -15
- package/order/src/models/OrderStatus.js +15 -15
- package/order/src/models/OrderStatusReason.d.ts +3 -3
- package/order/src/models/OrderStatusReason.js +3 -3
- package/order/src/models/OrderStorageType.d.ts +4 -4
- package/order/src/models/OrderStorageType.js +4 -4
- package/order/src/models/OrderType.d.ts +2 -2
- package/order/src/models/OrderType.js +2 -2
- package/order/src/models/OrderWarning.d.ts +2 -2
- package/order/src/models/OrderWarning.js +2 -2
- package/order/src/models/ProductStorageType.d.ts +4 -4
- package/order/src/models/ProductStorageType.js +4 -4
- package/order/src/models/RestError.d.ts +24 -26
- package/order/src/models/RestError.js +23 -25
- package/order/src/models/UpdateOrderStatusParameters.d.ts +8 -8
- package/order/src/models/UpdateOrderStatusParameters.js +8 -8
- package/order-log/src/apis/SearchOrderLogApi.d.ts +2 -2
- package/order-log/src/apis/SearchOrderLogApi.js +2 -2
- package/order-log/src/models/OrderStatusReason.d.ts +3 -3
- package/order-log/src/models/OrderStatusReason.js +3 -3
- package/outrage-message/src/apis/SearchOutrageMessageApi.d.ts +4 -4
- package/outrage-message/src/apis/SearchOutrageMessageApi.js +4 -4
- package/package.json +1 -1
- package/product/src/apis/SearchProductApi.d.ts +18 -18
- package/product/src/apis/SearchProductApi.js +18 -18
- package/product/src/apis/SearchProductProscriptionApi.d.ts +4 -4
- package/product/src/apis/SearchProductProscriptionApi.js +4 -4
- package/product/src/models/DataProvider.d.ts +5 -5
- package/product/src/models/DataProvider.js +5 -5
- package/product/src/models/ProductDispensationPlace.d.ts +2 -2
- package/product/src/models/ProductDispensationPlace.js +2 -2
- package/product/src/models/ProductMarketStatus.d.ts +6 -6
- package/product/src/models/ProductMarketStatus.js +6 -6
- package/product/src/models/ProductStatus.d.ts +4 -4
- package/product/src/models/ProductStatus.js +4 -4
- package/product/src/models/ProductStorageType.d.ts +4 -4
- package/product/src/models/ProductStorageType.js +4 -4
- package/product/src/models/RestError.d.ts +24 -26
- package/product/src/models/RestError.js +23 -25
- package/pub/src/apis/SearchPubApi.d.ts +27 -27
- package/pub/src/apis/SearchPubApi.js +27 -27
- package/pub/src/models/PubLocationEnum.d.ts +3 -3
- package/pub/src/models/PubLocationEnum.js +3 -3
- package/pub/src/models/RestError.d.ts +24 -26
- package/pub/src/models/RestError.js +23 -25
- package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.d.ts +4 -4
- package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.js +4 -4
- package/recommendation/src/apis/SearchProductPriceRecommendationApi.d.ts +4 -4
- package/recommendation/src/apis/SearchProductPriceRecommendationApi.js +4 -4
- package/recommendation/src/apis/SearchProductRecommendationApi.d.ts +4 -4
- package/recommendation/src/apis/SearchProductRecommendationApi.js +4 -4
- package/recommendation/src/models/ProductRecommendationType.d.ts +3 -3
- package/recommendation/src/models/ProductRecommendationType.js +3 -3
- package/rfx/src/apis/SearchRfoiApi.d.ts +10 -10
- package/rfx/src/apis/SearchRfoiApi.js +10 -10
- package/rfx/src/models/RestError.d.ts +24 -26
- package/rfx/src/models/RestError.js +23 -25
- package/sale-offer/src/apis/SearchSaleOfferApi.d.ts +35 -35
- package/sale-offer/src/apis/SearchSaleOfferApi.js +35 -35
- package/sale-offer/src/models/RestError.d.ts +24 -26
- package/sale-offer/src/models/RestError.js +23 -25
- package/sale-offer/src/models/SaleOfferStatus.d.ts +7 -7
- package/sale-offer/src/models/SaleOfferStatus.js +7 -7
- package/sale-offer/src/models/SaleOfferStatusReason.d.ts +6 -6
- package/sale-offer/src/models/SaleOfferStatusReason.js +6 -6
- package/sale-offer-log/src/apis/SearchSaleOfferLogApi.d.ts +2 -2
- package/sale-offer-log/src/apis/SearchSaleOfferLogApi.js +2 -2
- package/servant/src/models/RestError.d.ts +24 -26
- package/servant/src/models/RestError.js +23 -25
- package/shipment/src/apis/SearchOrderCarriageApi.d.ts +4 -4
- package/shipment/src/apis/SearchOrderCarriageApi.js +4 -4
- package/shipment/src/models/RestError.d.ts +24 -26
- package/shipment/src/models/RestError.js +23 -25
- package/shipment/src/models/ShipmentError.d.ts +1 -1
- package/shipment/src/models/ShipmentError.js +1 -1
- package/shipment/src/models/ShipmentParcelStatus.d.ts +3 -3
- package/shipment/src/models/ShipmentParcelStatus.js +3 -3
- package/shopping-cart/src/apis/ManageCartSubCartApi.d.ts +4 -4
- package/shopping-cart/src/apis/ManageCartSubCartApi.js +4 -4
- package/shopping-cart/src/models/ProductStorageType.d.ts +4 -4
- package/shopping-cart/src/models/ProductStorageType.js +4 -4
- package/shopping-cart/src/models/RestError.d.ts +24 -26
- package/shopping-cart/src/models/RestError.js +23 -25
- package/shopping-cart/src/models/SaleOfferStatus.d.ts +7 -7
- package/shopping-cart/src/models/SaleOfferStatus.js +7 -7
- package/shopping-cart/src/models/UserRole.d.ts +8 -8
- package/shopping-cart/src/models/UserRole.js +8 -8
- package/smuggler/src/models/RestError.d.ts +24 -26
- package/smuggler/src/models/RestError.js +23 -25
- package/statistic/src/apis/SearchSaleOfferStatisticsApi.d.ts +2 -2
- package/statistic/src/apis/SearchSaleOfferStatisticsApi.js +2 -2
- package/statistic/src/models/RestError.d.ts +24 -26
- package/statistic/src/models/RestError.js +23 -25
- package/subscription/src/apis/SearchSubscriptionApi.d.ts +8 -8
- package/subscription/src/apis/SearchSubscriptionApi.js +8 -8
- package/subscription/src/apis/SearchSubscriptionPlanApi.d.ts +2 -2
- package/subscription/src/apis/SearchSubscriptionPlanApi.js +2 -2
- package/subscription/src/models/RestError.d.ts +24 -26
- package/subscription/src/models/RestError.js +23 -25
- package/subscription/src/models/SubscriptionPlanFeatureId.d.ts +3 -3
- package/subscription/src/models/SubscriptionPlanFeatureId.js +3 -3
- package/subscription/src/models/SubscriptionPlanId.d.ts +3 -3
- package/subscription/src/models/SubscriptionPlanId.js +3 -3
- package/third-party/src/models/RestError.d.ts +24 -26
- package/third-party/src/models/RestError.js +23 -25
- package/third-party/src/models/ThirdPartyLinkCreationParameters.d.ts +2 -2
- package/third-party/src/models/ThirdPartyLinkCreationParameters.js +2 -2
- package/thread/src/apis/SearchThreadCommentApi.d.ts +4 -4
- package/thread/src/apis/SearchThreadCommentApi.js +4 -4
- package/ubo/src/models/RestError.d.ts +24 -26
- package/ubo/src/models/RestError.js +23 -25
- package/ubo/src/models/UboDeclaration.d.ts +6 -6
- package/ubo/src/models/UboDeclaration.js +6 -6
- package/user/src/apis/ManageUserDocumentApi.d.ts +18 -18
- package/user/src/apis/ManageUserDocumentApi.js +18 -18
- package/user/src/apis/SearchUserApi.d.ts +20 -20
- package/user/src/apis/SearchUserApi.js +20 -20
- package/user/src/apis/SearchUserDocumentApi.d.ts +30 -30
- package/user/src/apis/SearchUserDocumentApi.js +30 -30
- package/user/src/models/Gender.d.ts +2 -2
- package/user/src/models/Gender.js +2 -2
- package/user/src/models/KycLevel.d.ts +2 -2
- package/user/src/models/KycLevel.js +2 -2
- package/user/src/models/NotificationTypeId.d.ts +48 -48
- package/user/src/models/NotificationTypeId.js +48 -48
- package/user/src/models/OffisanteStatus.d.ts +3 -3
- package/user/src/models/OffisanteStatus.js +3 -3
- package/user/src/models/RestError.d.ts +24 -26
- package/user/src/models/RestError.js +23 -25
- package/user/src/models/UserDocument.d.ts +10 -10
- package/user/src/models/UserDocument.js +10 -10
- package/user/src/models/UserDocumentStatus.d.ts +5 -5
- package/user/src/models/UserDocumentStatus.js +5 -5
- package/user/src/models/UserRole.d.ts +8 -8
- package/user/src/models/UserRole.js +8 -8
- package/user/src/models/UserRuleActionEnum.d.ts +1 -1
- package/user/src/models/UserRuleActionEnum.js +1 -1
- package/user/src/models/UserRuleAttributeEnum.d.ts +2 -2
- package/user/src/models/UserRuleAttributeEnum.js +2 -2
- package/user/src/models/UserRuleComparatorEnum.d.ts +2 -2
- package/user/src/models/UserRuleComparatorEnum.js +2 -2
- package/wish/src/apis/SearchProductEnthusiasmApi.d.ts +10 -10
- package/wish/src/apis/SearchProductEnthusiasmApi.js +10 -10
- package/wish/src/apis/SearchWishApi.d.ts +10 -10
- package/wish/src/apis/SearchWishApi.js +10 -10
- package/wish/src/models/RestError.d.ts +24 -26
- package/wish/src/models/RestError.js +23 -25
- package/wish/src/models/WishReferrerType.d.ts +2 -2
- package/wish/src/models/WishReferrerType.js +2 -2
- package/wish/src/models/WishStatus.d.ts +3 -3
- package/wish/src/models/WishStatus.js +3 -3
- package/inventory/src/models/Inventory.d.ts +0 -63
- package/inventory/src/models/Inventory.js +0 -57
- package/inventory/src/models/InventoryJournal.d.ts +0 -31
- package/inventory/src/models/InventoryJournal.js +0 -45
- package/inventory/src/models/PaginatedInventories.d.ts +0 -39
- package/inventory/src/models/PaginatedInventories.js +0 -53
- package/inventory/src/models/SynchronizationMode.d.ts +0 -25
- 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
|
|
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
|
|
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
|
|
38
|
-
readonly
|
|
39
|
-
readonly
|
|
40
|
-
readonly
|
|
41
|
-
readonly
|
|
42
|
-
readonly
|
|
43
|
-
readonly
|
|
44
|
-
readonly
|
|
45
|
-
readonly
|
|
46
|
-
readonly
|
|
47
|
-
readonly
|
|
48
|
-
readonly
|
|
49
|
-
readonly
|
|
50
|
-
readonly
|
|
51
|
-
readonly
|
|
52
|
-
readonly
|
|
53
|
-
readonly
|
|
54
|
-
readonly
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
57
|
-
readonly
|
|
58
|
-
readonly
|
|
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
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
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.
|
|
@@ -10,11 +10,10 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { ActiveProductUpdateParameters, OverstockProductUpdateParameters,
|
|
13
|
+
import type { ActiveProductUpdateParameters, OverstockProductUpdateParameters, Synchroneity } from '../models/index';
|
|
14
14
|
export interface UpdateCurrentInventoryActiveProductsRequest {
|
|
15
|
-
syncModeEq: Array<SynchronizationMode>;
|
|
16
15
|
activeProductUpdateParameters: ActiveProductUpdateParameters;
|
|
17
|
-
pEq?:
|
|
16
|
+
pEq?: number;
|
|
18
17
|
}
|
|
19
18
|
export interface UpdateCurrentInventoryOverstockProductsRequest {
|
|
20
19
|
overstockProductUpdateParameters: OverstockProductUpdateParameters;
|
|
@@ -22,15 +21,18 @@ export interface UpdateCurrentInventoryOverstockProductsRequest {
|
|
|
22
21
|
}
|
|
23
22
|
export interface UpdateInventoryActiveProductsRequest {
|
|
24
23
|
inventoryId: number;
|
|
25
|
-
syncModeEq: Array<SynchronizationMode>;
|
|
26
24
|
activeProductUpdateParameters: ActiveProductUpdateParameters;
|
|
27
|
-
pEq?:
|
|
25
|
+
pEq?: number;
|
|
28
26
|
}
|
|
29
27
|
export interface UpdateInventoryOverstockProductsRequest {
|
|
30
28
|
inventoryId: number;
|
|
31
29
|
overstockProductUpdateParameters: OverstockProductUpdateParameters;
|
|
32
30
|
pEq?: number;
|
|
33
31
|
}
|
|
32
|
+
export interface UpdateInventorySynchroneityRequest {
|
|
33
|
+
inventoryId: number;
|
|
34
|
+
synchroneity: Synchroneity;
|
|
35
|
+
}
|
|
34
36
|
/**
|
|
35
37
|
*
|
|
36
38
|
*/
|
|
@@ -67,4 +69,14 @@ export declare class ManageInventoryApi extends runtime.BaseAPI {
|
|
|
67
69
|
* Add product to black list
|
|
68
70
|
*/
|
|
69
71
|
updateInventoryOverstockProducts(requestParameters: UpdateInventoryOverstockProductsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
72
|
+
/**
|
|
73
|
+
* Allow to update synchroneity of an inventory. For example to force resynchronize of a source, you can send source synchronizationScheduled to \'True\'. If you want to restart synchronization from the beginning of human life, you can send souyrce lastSynchronizationDate to \'0\'
|
|
74
|
+
* Modify synchroneity state of a user
|
|
75
|
+
*/
|
|
76
|
+
updateInventorySynchroneityRaw(requestParameters: UpdateInventorySynchroneityRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Synchroneity | runtime.BlobWithMeta>>;
|
|
77
|
+
/**
|
|
78
|
+
* Allow to update synchroneity of an inventory. For example to force resynchronize of a source, you can send source synchronizationScheduled to \'True\'. If you want to restart synchronization from the beginning of human life, you can send souyrce lastSynchronizationDate to \'0\'
|
|
79
|
+
* Modify synchroneity state of a user
|
|
80
|
+
*/
|
|
81
|
+
updateInventorySynchroneity(requestParameters: UpdateInventorySynchroneityRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Synchroneity | runtime.BlobWithMeta>;
|
|
70
82
|
}
|
|
@@ -84,9 +84,6 @@ var ManageInventoryApi = /** @class */ (function (_super) {
|
|
|
84
84
|
return __generator(this, function (_c) {
|
|
85
85
|
switch (_c.label) {
|
|
86
86
|
case 0:
|
|
87
|
-
if (requestParameters['syncModeEq'] == null) {
|
|
88
|
-
throw new runtime.RequiredError('syncModeEq', 'Required parameter "syncModeEq" was null or undefined when calling updateCurrentInventoryActiveProducts().');
|
|
89
|
-
}
|
|
90
87
|
if (requestParameters['activeProductUpdateParameters'] == null) {
|
|
91
88
|
throw new runtime.RequiredError('activeProductUpdateParameters', 'Required parameter "activeProductUpdateParameters" was null or undefined when calling updateCurrentInventoryActiveProducts().');
|
|
92
89
|
}
|
|
@@ -94,9 +91,6 @@ var ManageInventoryApi = /** @class */ (function (_super) {
|
|
|
94
91
|
if (requestParameters['pEq'] != null) {
|
|
95
92
|
queryParameters['p[eq]'] = requestParameters['pEq'];
|
|
96
93
|
}
|
|
97
|
-
if (requestParameters['syncModeEq'] != null) {
|
|
98
|
-
queryParameters['syncMode[eq]'] = requestParameters['syncModeEq'];
|
|
99
|
-
}
|
|
100
94
|
headerParameters = {};
|
|
101
95
|
headerParameters['Content-Type'] = 'application/json';
|
|
102
96
|
if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
|
|
@@ -235,9 +229,6 @@ var ManageInventoryApi = /** @class */ (function (_super) {
|
|
|
235
229
|
if (requestParameters['inventoryId'] == null) {
|
|
236
230
|
throw new runtime.RequiredError('inventoryId', 'Required parameter "inventoryId" was null or undefined when calling updateInventoryActiveProducts().');
|
|
237
231
|
}
|
|
238
|
-
if (requestParameters['syncModeEq'] == null) {
|
|
239
|
-
throw new runtime.RequiredError('syncModeEq', 'Required parameter "syncModeEq" was null or undefined when calling updateInventoryActiveProducts().');
|
|
240
|
-
}
|
|
241
232
|
if (requestParameters['activeProductUpdateParameters'] == null) {
|
|
242
233
|
throw new runtime.RequiredError('activeProductUpdateParameters', 'Required parameter "activeProductUpdateParameters" was null or undefined when calling updateInventoryActiveProducts().');
|
|
243
234
|
}
|
|
@@ -245,9 +236,6 @@ var ManageInventoryApi = /** @class */ (function (_super) {
|
|
|
245
236
|
if (requestParameters['pEq'] != null) {
|
|
246
237
|
queryParameters['p[eq]'] = requestParameters['pEq'];
|
|
247
238
|
}
|
|
248
|
-
if (requestParameters['syncModeEq'] != null) {
|
|
249
|
-
queryParameters['syncMode[eq]'] = requestParameters['syncModeEq'];
|
|
250
|
-
}
|
|
251
239
|
headerParameters = {};
|
|
252
240
|
headerParameters['Content-Type'] = 'application/json';
|
|
253
241
|
if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
|
|
@@ -377,6 +365,92 @@ var ManageInventoryApi = /** @class */ (function (_super) {
|
|
|
377
365
|
});
|
|
378
366
|
});
|
|
379
367
|
};
|
|
368
|
+
/**
|
|
369
|
+
* Allow to update synchroneity of an inventory. For example to force resynchronize of a source, you can send source synchronizationScheduled to \'True\'. If you want to restart synchronization from the beginning of human life, you can send souyrce lastSynchronizationDate to \'0\'
|
|
370
|
+
* Modify synchroneity state of a user
|
|
371
|
+
*/
|
|
372
|
+
ManageInventoryApi.prototype.updateInventorySynchroneityRaw = function (requestParameters, initOverrides) {
|
|
373
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
374
|
+
var queryParameters, headerParameters, _a, _b, token, tokenString, response, contentType, response_5;
|
|
375
|
+
return __generator(this, function (_c) {
|
|
376
|
+
switch (_c.label) {
|
|
377
|
+
case 0:
|
|
378
|
+
if (requestParameters['inventoryId'] == null) {
|
|
379
|
+
throw new runtime.RequiredError('inventoryId', 'Required parameter "inventoryId" was null or undefined when calling updateInventorySynchroneity().');
|
|
380
|
+
}
|
|
381
|
+
if (requestParameters['synchroneity'] == null) {
|
|
382
|
+
throw new runtime.RequiredError('synchroneity', 'Required parameter "synchroneity" was null or undefined when calling updateInventorySynchroneity().');
|
|
383
|
+
}
|
|
384
|
+
queryParameters = {};
|
|
385
|
+
headerParameters = {};
|
|
386
|
+
headerParameters['Content-Type'] = 'application/merge-patch+json';
|
|
387
|
+
if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
|
|
388
|
+
_a = headerParameters;
|
|
389
|
+
_b = "x-api-key";
|
|
390
|
+
return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
|
|
391
|
+
case 1:
|
|
392
|
+
_a[_b] = _c.sent(); // apiKeyAuth authentication
|
|
393
|
+
_c.label = 2;
|
|
394
|
+
case 2:
|
|
395
|
+
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
396
|
+
token = this.configuration.accessToken;
|
|
397
|
+
return [4 /*yield*/, token("bearerAuth", [])];
|
|
398
|
+
case 3:
|
|
399
|
+
tokenString = _c.sent();
|
|
400
|
+
if (tokenString) {
|
|
401
|
+
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
402
|
+
}
|
|
403
|
+
_c.label = 4;
|
|
404
|
+
case 4:
|
|
405
|
+
_c.trys.push([4, 6, , 7]);
|
|
406
|
+
return [4 /*yield*/, this.request({
|
|
407
|
+
path: "/inventories/{inventoryId}/synchroneity".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters['inventoryId']))),
|
|
408
|
+
method: 'PATCH',
|
|
409
|
+
headers: headerParameters,
|
|
410
|
+
query: queryParameters,
|
|
411
|
+
body: (0, index_1.SynchroneityToJSON)(requestParameters['synchroneity']),
|
|
412
|
+
}, initOverrides)];
|
|
413
|
+
case 5:
|
|
414
|
+
response = _c.sent();
|
|
415
|
+
contentType = response.headers.get("content-type");
|
|
416
|
+
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
417
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.SynchroneityFromJSON)(jsonValue); })];
|
|
418
|
+
}
|
|
419
|
+
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
420
|
+
return [2 /*return*/, new runtime.TextApiResponse(response)];
|
|
421
|
+
}
|
|
422
|
+
else {
|
|
423
|
+
// TODO : Better handling of others application types
|
|
424
|
+
return [2 /*return*/, new runtime.BlobWithMetaApiResponse(response)];
|
|
425
|
+
}
|
|
426
|
+
return [3 /*break*/, 7];
|
|
427
|
+
case 6:
|
|
428
|
+
response_5 = _c.sent();
|
|
429
|
+
console.debug(response_5);
|
|
430
|
+
throw response_5;
|
|
431
|
+
case 7: return [2 /*return*/];
|
|
432
|
+
}
|
|
433
|
+
});
|
|
434
|
+
});
|
|
435
|
+
};
|
|
436
|
+
/**
|
|
437
|
+
* Allow to update synchroneity of an inventory. For example to force resynchronize of a source, you can send source synchronizationScheduled to \'True\'. If you want to restart synchronization from the beginning of human life, you can send souyrce lastSynchronizationDate to \'0\'
|
|
438
|
+
* Modify synchroneity state of a user
|
|
439
|
+
*/
|
|
440
|
+
ManageInventoryApi.prototype.updateInventorySynchroneity = function (requestParameters, initOverrides) {
|
|
441
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
442
|
+
var response;
|
|
443
|
+
return __generator(this, function (_a) {
|
|
444
|
+
switch (_a.label) {
|
|
445
|
+
case 0: return [4 /*yield*/, this.updateInventorySynchroneityRaw(requestParameters, initOverrides)];
|
|
446
|
+
case 1:
|
|
447
|
+
response = _a.sent();
|
|
448
|
+
return [4 /*yield*/, response.value()];
|
|
449
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
450
|
+
}
|
|
451
|
+
});
|
|
452
|
+
});
|
|
453
|
+
};
|
|
380
454
|
return ManageInventoryApi;
|
|
381
455
|
}(runtime.BaseAPI));
|
|
382
456
|
exports.ManageInventoryApi = ManageInventoryApi;
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type {
|
|
13
|
+
import type { PaginatedActiveProducts, PaginatedMisalignedProducts, PaginatedOverstockProducts, Statistics, Synchroneity } from '../models/index';
|
|
14
14
|
export interface GetCurrentInventoryActiveProductsRequest {
|
|
15
15
|
q?: string;
|
|
16
16
|
labEq?: Array<number>;
|
|
@@ -40,18 +40,6 @@ export interface GetCurrentInventoryOverstockProductsRequest {
|
|
|
40
40
|
p?: number;
|
|
41
41
|
pp?: number;
|
|
42
42
|
}
|
|
43
|
-
export interface GetCurrentInventoryStatisticsRequest {
|
|
44
|
-
overstockBlEq?: boolean;
|
|
45
|
-
overstockForecastGte?: number;
|
|
46
|
-
}
|
|
47
|
-
export interface GetInventoriesRequest {
|
|
48
|
-
idEq?: Array<number>;
|
|
49
|
-
p?: number;
|
|
50
|
-
pp?: number;
|
|
51
|
-
}
|
|
52
|
-
export interface GetInventoryRequest {
|
|
53
|
-
inventoryId: number;
|
|
54
|
-
}
|
|
55
43
|
export interface GetInventoryActiveProductsRequest {
|
|
56
44
|
inventoryId: number;
|
|
57
45
|
q?: string;
|
|
@@ -86,8 +74,9 @@ export interface GetInventoryOverstockProductsRequest {
|
|
|
86
74
|
}
|
|
87
75
|
export interface GetInventoryStatisticsRequest {
|
|
88
76
|
inventoryId: number;
|
|
89
|
-
|
|
90
|
-
|
|
77
|
+
}
|
|
78
|
+
export interface GetInventorySynchroneityRequest {
|
|
79
|
+
inventoryId: number;
|
|
91
80
|
}
|
|
92
81
|
/**
|
|
93
82
|
*
|
|
@@ -120,27 +109,21 @@ export declare class SearchInventoryApi extends runtime.BaseAPI {
|
|
|
120
109
|
/**
|
|
121
110
|
* Get advices statistics
|
|
122
111
|
*/
|
|
123
|
-
getCurrentInventoryStatisticsRaw(
|
|
112
|
+
getCurrentInventoryStatisticsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Statistics | runtime.BlobWithMeta>>;
|
|
124
113
|
/**
|
|
125
114
|
* Get advices statistics
|
|
126
115
|
*/
|
|
127
|
-
getCurrentInventoryStatistics(
|
|
116
|
+
getCurrentInventoryStatistics(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Statistics | runtime.BlobWithMeta>;
|
|
128
117
|
/**
|
|
129
|
-
*
|
|
118
|
+
* Allow to retrieve informations about synchronization between the inventory and its sources. Theses informations (such as last successful synchronization) can be used to monitor the freshness of data computed. Note : \'synchroneity\' is not mispelled !
|
|
119
|
+
* Get synchronization state of inventory
|
|
130
120
|
*/
|
|
131
|
-
|
|
121
|
+
getCurrentInventorySynchroneityRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Synchroneity | runtime.BlobWithMeta>>;
|
|
132
122
|
/**
|
|
133
|
-
*
|
|
123
|
+
* Allow to retrieve informations about synchronization between the inventory and its sources. Theses informations (such as last successful synchronization) can be used to monitor the freshness of data computed. Note : \'synchroneity\' is not mispelled !
|
|
124
|
+
* Get synchronization state of inventory
|
|
134
125
|
*/
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* Get inventory by id
|
|
138
|
-
*/
|
|
139
|
-
getInventoryRaw(requestParameters: GetInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Inventory | runtime.BlobWithMeta>>;
|
|
140
|
-
/**
|
|
141
|
-
* Get inventory by id
|
|
142
|
-
*/
|
|
143
|
-
getInventory(requestParameters: GetInventoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Inventory | runtime.BlobWithMeta>;
|
|
126
|
+
getCurrentInventorySynchroneity(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Synchroneity | runtime.BlobWithMeta>;
|
|
144
127
|
/**
|
|
145
128
|
* Search products with params for an inventory
|
|
146
129
|
*/
|
|
@@ -173,94 +156,104 @@ export declare class SearchInventoryApi extends runtime.BaseAPI {
|
|
|
173
156
|
* Get advices statistics
|
|
174
157
|
*/
|
|
175
158
|
getInventoryStatistics(requestParameters: GetInventoryStatisticsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Statistics | runtime.BlobWithMeta>;
|
|
159
|
+
/**
|
|
160
|
+
* Allow to retrieve informations about synchronization between the inventory and its sources. Theses informations (such as last successful synchronization) can be used to monitor the freshness of data computed. Note : \'synchroneity\' is not mispelled !
|
|
161
|
+
* Get synchronization state of inventory
|
|
162
|
+
*/
|
|
163
|
+
getInventorySynchroneityRaw(requestParameters: GetInventorySynchroneityRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Synchroneity | runtime.BlobWithMeta>>;
|
|
164
|
+
/**
|
|
165
|
+
* Allow to retrieve informations about synchronization between the inventory and its sources. Theses informations (such as last successful synchronization) can be used to monitor the freshness of data computed. Note : \'synchroneity\' is not mispelled !
|
|
166
|
+
* Get synchronization state of inventory
|
|
167
|
+
*/
|
|
168
|
+
getInventorySynchroneity(requestParameters: GetInventorySynchroneityRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Synchroneity | runtime.BlobWithMeta>;
|
|
176
169
|
}
|
|
177
170
|
/**
|
|
178
171
|
* @export
|
|
179
172
|
*/
|
|
180
173
|
export declare const GetCurrentInventoryActiveProductsOrderByEnum: {
|
|
181
|
-
readonly
|
|
182
|
-
readonly
|
|
183
|
-
readonly
|
|
184
|
-
readonly
|
|
185
|
-
readonly
|
|
186
|
-
readonly
|
|
187
|
-
readonly
|
|
188
|
-
readonly
|
|
189
|
-
readonly
|
|
190
|
-
readonly
|
|
174
|
+
readonly ProductNamEasc: "PRODUCT_NAME:asc";
|
|
175
|
+
readonly ProductNamEdesc: "PRODUCT_NAME:desc";
|
|
176
|
+
readonly ProductBarcodesPrincipaLasc: "PRODUCT_BARCODES_PRINCIPAL:asc";
|
|
177
|
+
readonly ProductBarcodesPrincipaLdesc: "PRODUCT_BARCODES_PRINCIPAL:desc";
|
|
178
|
+
readonly ActiveStocKasc: "ACTIVE_STOCK:asc";
|
|
179
|
+
readonly ActiveStocKdesc: "ACTIVE_STOCK:desc";
|
|
180
|
+
readonly TotalActiveSaleOfferSasc: "TOTAL_ACTIVE_SALE_OFFERS:asc";
|
|
181
|
+
readonly TotalActiveSaleOfferSdesc: "TOTAL_ACTIVE_SALE_OFFERS:desc";
|
|
182
|
+
readonly SyncrhonizeDasc: "SYNCRHONIZED:asc";
|
|
183
|
+
readonly SyncrhonizeDdesc: "SYNCRHONIZED:desc";
|
|
191
184
|
};
|
|
192
185
|
export declare type GetCurrentInventoryActiveProductsOrderByEnum = typeof GetCurrentInventoryActiveProductsOrderByEnum[keyof typeof GetCurrentInventoryActiveProductsOrderByEnum];
|
|
193
186
|
/**
|
|
194
187
|
* @export
|
|
195
188
|
*/
|
|
196
189
|
export declare const GetCurrentInventoryMisalignedProductsOrderByEnum: {
|
|
197
|
-
readonly
|
|
198
|
-
readonly
|
|
199
|
-
readonly
|
|
200
|
-
readonly
|
|
201
|
-
readonly
|
|
202
|
-
readonly
|
|
203
|
-
readonly
|
|
204
|
-
readonly
|
|
190
|
+
readonly ProductNameasc: "PRODUCT_NAME:ASC";
|
|
191
|
+
readonly ProductNamedesc: "PRODUCT_NAME:DESC";
|
|
192
|
+
readonly CurrentStockasc: "CURRENT_STOCK:ASC";
|
|
193
|
+
readonly CurrentStockdesc: "CURRENT_STOCK:DESC";
|
|
194
|
+
readonly ActiveStockasc: "ACTIVE_STOCK:ASC";
|
|
195
|
+
readonly ActiveStockdesc: "ACTIVE_STOCK:DESC";
|
|
196
|
+
readonly TotalActiveSaleOffersasc: "TOTAL_ACTIVE_SALE_OFFERS:ASC";
|
|
197
|
+
readonly TotalActiveSaleOffersdesc: "TOTAL_ACTIVE_SALE_OFFERS:DESC";
|
|
205
198
|
};
|
|
206
199
|
export declare type GetCurrentInventoryMisalignedProductsOrderByEnum = typeof GetCurrentInventoryMisalignedProductsOrderByEnum[keyof typeof GetCurrentInventoryMisalignedProductsOrderByEnum];
|
|
207
200
|
/**
|
|
208
201
|
* @export
|
|
209
202
|
*/
|
|
210
203
|
export declare const GetCurrentInventoryOverstockProductsOrderByEnum: {
|
|
211
|
-
readonly
|
|
212
|
-
readonly
|
|
213
|
-
readonly
|
|
214
|
-
readonly
|
|
215
|
-
readonly
|
|
216
|
-
readonly
|
|
217
|
-
readonly
|
|
218
|
-
readonly
|
|
219
|
-
readonly
|
|
220
|
-
readonly
|
|
204
|
+
readonly ProductNameasc: "PRODUCT_NAME:ASC";
|
|
205
|
+
readonly ProductNamedesc: "PRODUCT_NAME:DESC";
|
|
206
|
+
readonly CurrentStockasc: "CURRENT_STOCK:ASC";
|
|
207
|
+
readonly CurrentStockdesc: "CURRENT_STOCK:DESC";
|
|
208
|
+
readonly CurrentOverstockasc: "CURRENT_OVERSTOCK:ASC";
|
|
209
|
+
readonly CurrentOverstockdesc: "CURRENT_OVERSTOCK:DESC";
|
|
210
|
+
readonly Opportunitydesc: "OPPORTUNITY:DESC";
|
|
211
|
+
readonly Opportunityasc: "OPPORTUNITY:ASC";
|
|
212
|
+
readonly Forecastdesc: "FORECAST:DESC";
|
|
213
|
+
readonly Forecastasc: "FORECAST:ASC";
|
|
221
214
|
};
|
|
222
215
|
export declare type GetCurrentInventoryOverstockProductsOrderByEnum = typeof GetCurrentInventoryOverstockProductsOrderByEnum[keyof typeof GetCurrentInventoryOverstockProductsOrderByEnum];
|
|
223
216
|
/**
|
|
224
217
|
* @export
|
|
225
218
|
*/
|
|
226
219
|
export declare const GetInventoryActiveProductsOrderByEnum: {
|
|
227
|
-
readonly
|
|
228
|
-
readonly
|
|
229
|
-
readonly
|
|
230
|
-
readonly
|
|
231
|
-
readonly
|
|
232
|
-
readonly
|
|
233
|
-
readonly
|
|
234
|
-
readonly
|
|
220
|
+
readonly ProductNamEasc: "PRODUCT_NAME:asc";
|
|
221
|
+
readonly ProductNamEdesc: "PRODUCT_NAME:desc";
|
|
222
|
+
readonly ActiveStocKasc: "ACTIVE_STOCK:asc";
|
|
223
|
+
readonly ActiveStocKdesc: "ACTIVE_STOCK:desc";
|
|
224
|
+
readonly TotalActiveSaleOfferSasc: "TOTAL_ACTIVE_SALE_OFFERS:asc";
|
|
225
|
+
readonly TotalActiveSaleOfferSdesc: "TOTAL_ACTIVE_SALE_OFFERS:desc";
|
|
226
|
+
readonly SyncrhonizeDasc: "SYNCRHONIZED:asc";
|
|
227
|
+
readonly SyncrhonizeDdesc: "SYNCRHONIZED:desc";
|
|
235
228
|
};
|
|
236
229
|
export declare type GetInventoryActiveProductsOrderByEnum = typeof GetInventoryActiveProductsOrderByEnum[keyof typeof GetInventoryActiveProductsOrderByEnum];
|
|
237
230
|
/**
|
|
238
231
|
* @export
|
|
239
232
|
*/
|
|
240
233
|
export declare const GetInventoryMisalignedProductsOrderByEnum: {
|
|
241
|
-
readonly
|
|
242
|
-
readonly
|
|
243
|
-
readonly
|
|
244
|
-
readonly
|
|
245
|
-
readonly
|
|
246
|
-
readonly
|
|
247
|
-
readonly
|
|
248
|
-
readonly
|
|
234
|
+
readonly ProductNameasc: "PRODUCT_NAME:ASC";
|
|
235
|
+
readonly ProductNamedesc: "PRODUCT_NAME:DESC";
|
|
236
|
+
readonly CurrentStockasc: "CURRENT_STOCK:ASC";
|
|
237
|
+
readonly CurrentStockdesc: "CURRENT_STOCK:DESC";
|
|
238
|
+
readonly ActiveStockasc: "ACTIVE_STOCK:ASC";
|
|
239
|
+
readonly ActiveStockdesc: "ACTIVE_STOCK:DESC";
|
|
240
|
+
readonly TotalActiveSaleOffersasc: "TOTAL_ACTIVE_SALE_OFFERS:ASC";
|
|
241
|
+
readonly TotalActiveSaleOffersdesc: "TOTAL_ACTIVE_SALE_OFFERS:DESC";
|
|
249
242
|
};
|
|
250
243
|
export declare type GetInventoryMisalignedProductsOrderByEnum = typeof GetInventoryMisalignedProductsOrderByEnum[keyof typeof GetInventoryMisalignedProductsOrderByEnum];
|
|
251
244
|
/**
|
|
252
245
|
* @export
|
|
253
246
|
*/
|
|
254
247
|
export declare const GetInventoryOverstockProductsOrderByEnum: {
|
|
255
|
-
readonly
|
|
256
|
-
readonly
|
|
257
|
-
readonly
|
|
258
|
-
readonly
|
|
259
|
-
readonly
|
|
260
|
-
readonly
|
|
261
|
-
readonly
|
|
262
|
-
readonly
|
|
263
|
-
readonly
|
|
264
|
-
readonly
|
|
248
|
+
readonly ProductNameasc: "PRODUCT_NAME:ASC";
|
|
249
|
+
readonly ProductNamedesc: "PRODUCT_NAME:DESC";
|
|
250
|
+
readonly CurrentStockasc: "CURRENT_STOCK:ASC";
|
|
251
|
+
readonly CurrentStockdesc: "CURRENT_STOCK:DESC";
|
|
252
|
+
readonly CurrentOverstockasc: "CURRENT_OVERSTOCK:ASC";
|
|
253
|
+
readonly CurrentOverstockdesc: "CURRENT_OVERSTOCK:DESC";
|
|
254
|
+
readonly Opportunitydesc: "OPPORTUNITY:DESC";
|
|
255
|
+
readonly Opportunityasc: "OPPORTUNITY:ASC";
|
|
256
|
+
readonly Forecastdesc: "FORECAST:DESC";
|
|
257
|
+
readonly Forecastasc: "FORECAST:ASC";
|
|
265
258
|
};
|
|
266
259
|
export declare type GetInventoryOverstockProductsOrderByEnum = typeof GetInventoryOverstockProductsOrderByEnum[keyof typeof GetInventoryOverstockProductsOrderByEnum];
|