@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
|
@@ -14,54 +14,54 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
*/
|
|
16
16
|
export declare const NotificationTypeId: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
24
|
-
readonly
|
|
25
|
-
readonly
|
|
26
|
-
readonly
|
|
27
|
-
readonly
|
|
28
|
-
readonly
|
|
29
|
-
readonly
|
|
30
|
-
readonly
|
|
31
|
-
readonly
|
|
32
|
-
readonly
|
|
33
|
-
readonly
|
|
34
|
-
readonly
|
|
35
|
-
readonly
|
|
36
|
-
readonly
|
|
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
|
|
60
|
-
readonly
|
|
61
|
-
readonly
|
|
62
|
-
readonly
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
17
|
+
readonly AdArchived: "AD_ARCHIVED";
|
|
18
|
+
readonly AdArchivedByAdmin: "AD_ARCHIVED_BY_ADMIN";
|
|
19
|
+
readonly AdDailyMail: "AD_DAILY_MAIL";
|
|
20
|
+
readonly AdExpired: "AD_EXPIRED";
|
|
21
|
+
readonly AdPriceUpdateAccepted: "AD_PRICE_UPDATE_ACCEPTED";
|
|
22
|
+
readonly AdPriceUpdateRefused: "AD_PRICE_UPDATE_REFUSED";
|
|
23
|
+
readonly AdSoldOut: "AD_SOLD_OUT";
|
|
24
|
+
readonly AdValidated: "AD_VALIDATED";
|
|
25
|
+
readonly AdWishlistLine: "AD_WISHLIST_LINE";
|
|
26
|
+
readonly AdWishlistLineFavorite: "AD_WISHLIST_LINE_FAVORITE";
|
|
27
|
+
readonly ClientCreditCardExpiration: "CLIENT_CREDIT_CARD_EXPIRATION";
|
|
28
|
+
readonly ClientFirstAd: "CLIENT_FIRST_AD";
|
|
29
|
+
readonly ClientFirstBuy: "CLIENT_FIRST_BUY";
|
|
30
|
+
readonly ClientFirstSale: "CLIENT_FIRST_SALE";
|
|
31
|
+
readonly ClientHasARequest: "CLIENT_HAS_A_REQUEST";
|
|
32
|
+
readonly ClientSubscriptionValidated: "CLIENT_SUBSCRIPTION_VALIDATED";
|
|
33
|
+
readonly ClientTestAccountExpired: "CLIENT_TEST_ACCOUNT_EXPIRED";
|
|
34
|
+
readonly ClientWaitingForValidation: "CLIENT_WAITING_FOR_VALIDATION";
|
|
35
|
+
readonly DailyMail: "DAILY_MAIL";
|
|
36
|
+
readonly DocumentExpire: "DOCUMENT_EXPIRE";
|
|
37
|
+
readonly GlobalCommissionInvoice: "GLOBAL_COMMISSION_INVOICE";
|
|
38
|
+
readonly GlobalCommissionCreditNoteInvoice: "GLOBAL_COMMISSION_CREDIT_NOTE_INVOICE";
|
|
39
|
+
readonly MonthlyEmailForAccountant: "MONTHLY_EMAIL_FOR_ACCOUNTANT";
|
|
40
|
+
readonly OrderAcceptationDelay: "ORDER_ACCEPTATION_DELAY";
|
|
41
|
+
readonly OrderAccepted: "ORDER_ACCEPTED";
|
|
42
|
+
readonly OrderArchivedBuyer: "ORDER_ARCHIVED_BUYER";
|
|
43
|
+
readonly OrderCanceledBuyer: "ORDER_CANCELED_BUYER";
|
|
44
|
+
readonly OrderCanceledSeller: "ORDER_CANCELED_SELLER";
|
|
45
|
+
readonly OrderCreatedBuyer: "ORDER_CREATED_BUYER";
|
|
46
|
+
readonly OrderCreatedSeller: "ORDER_CREATED_SELLER";
|
|
47
|
+
readonly OrderDailyMail: "ORDER_DAILY_MAIL";
|
|
48
|
+
readonly OrderModified: "ORDER_MODIFIED";
|
|
49
|
+
readonly OrderModificationDelay: "ORDER_MODIFICATION_DELAY";
|
|
50
|
+
readonly OrderModificationAcceptedSeller: "ORDER_MODIFICATION_ACCEPTED_SELLER";
|
|
51
|
+
readonly OrderModificationRejectedSeller: "ORDER_MODIFICATION_REJECTED_SELLER";
|
|
52
|
+
readonly OrderReceived: "ORDER_RECEIVED";
|
|
53
|
+
readonly OrderSendingDelay: "ORDER_SENDING_DELAY";
|
|
54
|
+
readonly OrderSentBuyer: "ORDER_SENT_BUYER";
|
|
55
|
+
readonly OrderLaboratoryDailyMail: "ORDER_LABORATORY_DAILY_MAIL";
|
|
56
|
+
readonly OrderValidatedBuyer: "ORDER_VALIDATED_BUYER";
|
|
57
|
+
readonly OrderValidatedSeller: "ORDER_VALIDATED_SELLER";
|
|
58
|
+
readonly PharmaideFirstSubscription: "PHARMAIDE_FIRST_SUBSCRIPTION";
|
|
59
|
+
readonly PharmaideSbTestExpiration: "PHARMAIDE_SB_TEST_EXPIRATION";
|
|
60
|
+
readonly PharmaideTestTestExpiration: "PHARMAIDE_TEST_TEST_EXPIRATION";
|
|
61
|
+
readonly RequestForOrderInvoice: "REQUEST_FOR_ORDER_INVOICE";
|
|
62
|
+
readonly ClientBadgeReceived: "CLIENT_BADGE_RECEIVED";
|
|
63
|
+
readonly ClientBadgeLost: "CLIENT_BADGE_LOST";
|
|
64
|
+
readonly ClientBadgeIncentive: "CLIENT_BADGE_INCENTIVE";
|
|
65
65
|
};
|
|
66
66
|
export declare type NotificationTypeId = typeof NotificationTypeId[keyof typeof NotificationTypeId];
|
|
67
67
|
export declare function instanceOfNotificationTypeId(value: any): boolean;
|
|
@@ -19,54 +19,54 @@ exports.NotificationTypeIdToJSON = exports.NotificationTypeIdFromJSONTyped = exp
|
|
|
19
19
|
* @export
|
|
20
20
|
*/
|
|
21
21
|
exports.NotificationTypeId = {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
22
|
+
AdArchived: 'AD_ARCHIVED',
|
|
23
|
+
AdArchivedByAdmin: 'AD_ARCHIVED_BY_ADMIN',
|
|
24
|
+
AdDailyMail: 'AD_DAILY_MAIL',
|
|
25
|
+
AdExpired: 'AD_EXPIRED',
|
|
26
|
+
AdPriceUpdateAccepted: 'AD_PRICE_UPDATE_ACCEPTED',
|
|
27
|
+
AdPriceUpdateRefused: 'AD_PRICE_UPDATE_REFUSED',
|
|
28
|
+
AdSoldOut: 'AD_SOLD_OUT',
|
|
29
|
+
AdValidated: 'AD_VALIDATED',
|
|
30
|
+
AdWishlistLine: 'AD_WISHLIST_LINE',
|
|
31
|
+
AdWishlistLineFavorite: 'AD_WISHLIST_LINE_FAVORITE',
|
|
32
|
+
ClientCreditCardExpiration: 'CLIENT_CREDIT_CARD_EXPIRATION',
|
|
33
|
+
ClientFirstAd: 'CLIENT_FIRST_AD',
|
|
34
|
+
ClientFirstBuy: 'CLIENT_FIRST_BUY',
|
|
35
|
+
ClientFirstSale: 'CLIENT_FIRST_SALE',
|
|
36
|
+
ClientHasARequest: 'CLIENT_HAS_A_REQUEST',
|
|
37
|
+
ClientSubscriptionValidated: 'CLIENT_SUBSCRIPTION_VALIDATED',
|
|
38
|
+
ClientTestAccountExpired: 'CLIENT_TEST_ACCOUNT_EXPIRED',
|
|
39
|
+
ClientWaitingForValidation: 'CLIENT_WAITING_FOR_VALIDATION',
|
|
40
|
+
DailyMail: 'DAILY_MAIL',
|
|
41
|
+
DocumentExpire: 'DOCUMENT_EXPIRE',
|
|
42
|
+
GlobalCommissionInvoice: 'GLOBAL_COMMISSION_INVOICE',
|
|
43
|
+
GlobalCommissionCreditNoteInvoice: 'GLOBAL_COMMISSION_CREDIT_NOTE_INVOICE',
|
|
44
|
+
MonthlyEmailForAccountant: 'MONTHLY_EMAIL_FOR_ACCOUNTANT',
|
|
45
|
+
OrderAcceptationDelay: 'ORDER_ACCEPTATION_DELAY',
|
|
46
|
+
OrderAccepted: 'ORDER_ACCEPTED',
|
|
47
|
+
OrderArchivedBuyer: 'ORDER_ARCHIVED_BUYER',
|
|
48
|
+
OrderCanceledBuyer: 'ORDER_CANCELED_BUYER',
|
|
49
|
+
OrderCanceledSeller: 'ORDER_CANCELED_SELLER',
|
|
50
|
+
OrderCreatedBuyer: 'ORDER_CREATED_BUYER',
|
|
51
|
+
OrderCreatedSeller: 'ORDER_CREATED_SELLER',
|
|
52
|
+
OrderDailyMail: 'ORDER_DAILY_MAIL',
|
|
53
|
+
OrderModified: 'ORDER_MODIFIED',
|
|
54
|
+
OrderModificationDelay: 'ORDER_MODIFICATION_DELAY',
|
|
55
|
+
OrderModificationAcceptedSeller: 'ORDER_MODIFICATION_ACCEPTED_SELLER',
|
|
56
|
+
OrderModificationRejectedSeller: 'ORDER_MODIFICATION_REJECTED_SELLER',
|
|
57
|
+
OrderReceived: 'ORDER_RECEIVED',
|
|
58
|
+
OrderSendingDelay: 'ORDER_SENDING_DELAY',
|
|
59
|
+
OrderSentBuyer: 'ORDER_SENT_BUYER',
|
|
60
|
+
OrderLaboratoryDailyMail: 'ORDER_LABORATORY_DAILY_MAIL',
|
|
61
|
+
OrderValidatedBuyer: 'ORDER_VALIDATED_BUYER',
|
|
62
|
+
OrderValidatedSeller: 'ORDER_VALIDATED_SELLER',
|
|
63
|
+
PharmaideFirstSubscription: 'PHARMAIDE_FIRST_SUBSCRIPTION',
|
|
64
|
+
PharmaideSbTestExpiration: 'PHARMAIDE_SB_TEST_EXPIRATION',
|
|
65
|
+
PharmaideTestTestExpiration: 'PHARMAIDE_TEST_TEST_EXPIRATION',
|
|
66
|
+
RequestForOrderInvoice: 'REQUEST_FOR_ORDER_INVOICE',
|
|
67
|
+
ClientBadgeReceived: 'CLIENT_BADGE_RECEIVED',
|
|
68
|
+
ClientBadgeLost: 'CLIENT_BADGE_LOST',
|
|
69
|
+
ClientBadgeIncentive: 'CLIENT_BADGE_INCENTIVE'
|
|
70
70
|
};
|
|
71
71
|
function instanceOfNotificationTypeId(value) {
|
|
72
72
|
for (var key in exports.NotificationTypeId) {
|
|
@@ -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.
|
|
@@ -43,7 +43,7 @@ export declare class SearchFreeCarriageCouponApi extends runtime.BaseAPI {
|
|
|
43
43
|
* @export
|
|
44
44
|
*/
|
|
45
45
|
export declare const GetFreeCarriageCouponsOrderByEnum: {
|
|
46
|
-
readonly
|
|
47
|
-
readonly
|
|
46
|
+
readonly Asc: "CREATED_AT:ASC";
|
|
47
|
+
readonly Desc: "CREATED_AT:DESC";
|
|
48
48
|
};
|
|
49
49
|
export declare type GetFreeCarriageCouponsOrderByEnum = typeof GetFreeCarriageCouponsOrderByEnum[keyof typeof GetFreeCarriageCouponsOrderByEnum];
|
|
@@ -91,23 +91,23 @@ export declare class SearchOrderApi extends runtime.BaseAPI {
|
|
|
91
91
|
* @export
|
|
92
92
|
*/
|
|
93
93
|
export declare const GetOrdersOrderByEnum: {
|
|
94
|
-
readonly
|
|
95
|
-
readonly
|
|
96
|
-
readonly
|
|
97
|
-
readonly
|
|
98
|
-
readonly
|
|
99
|
-
readonly
|
|
100
|
-
readonly
|
|
101
|
-
readonly
|
|
102
|
-
readonly
|
|
103
|
-
readonly
|
|
104
|
-
readonly
|
|
105
|
-
readonly
|
|
106
|
-
readonly
|
|
107
|
-
readonly
|
|
108
|
-
readonly
|
|
109
|
-
readonly
|
|
110
|
-
readonly
|
|
111
|
-
readonly
|
|
94
|
+
readonly Referenceasc: "REFERENCE:ASC";
|
|
95
|
+
readonly Referencedesc: "REFERENCE:DESC";
|
|
96
|
+
readonly CreatedAtasc: "CREATED_AT:ASC";
|
|
97
|
+
readonly CreatedAtdesc: "CREATED_AT:DESC";
|
|
98
|
+
readonly TotalItemsIncludingTaxesasc: "TOTAL_ITEMS_INCLUDING_TAXES:ASC";
|
|
99
|
+
readonly TotalItemsIncludingTaxesdesc: "TOTAL_ITEMS_INCLUDING_TAXES:DESC";
|
|
100
|
+
readonly TotalItemsExcludingTaxesasc: "TOTAL_ITEMS_EXCLUDING_TAXES:ASC";
|
|
101
|
+
readonly TotalItemsExcludingTaxesdesc: "TOTAL_ITEMS_EXCLUDING_TAXES:DESC";
|
|
102
|
+
readonly BuyerNicknameasc: "BUYER_NICKNAME:ASC";
|
|
103
|
+
readonly BuyerNicknamedesc: "BUYER_NICKNAME:DESC";
|
|
104
|
+
readonly BuyerCompanyLegalNameasc: "BUYER_COMPANY_LEGAL_NAME:ASC";
|
|
105
|
+
readonly BuyerCompanyLegalNamedesc: "BUYER_COMPANY_LEGAL_NAME:DESC";
|
|
106
|
+
readonly SellerNicknameasc: "SELLER_NICKNAME:ASC";
|
|
107
|
+
readonly SellerNicknamedesc: "SELLER_NICKNAME:DESC";
|
|
108
|
+
readonly SellerCompanyLegalNameasc: "SELLER_COMPANY_LEGAL_NAME:ASC";
|
|
109
|
+
readonly SellerCompanyLegalNamedesc: "SELLER_COMPANY_LEGAL_NAME:DESC";
|
|
110
|
+
readonly Statusasc: "STATUS:ASC";
|
|
111
|
+
readonly Statusdesc: "STATUS:DESC";
|
|
112
112
|
};
|
|
113
113
|
export declare type GetOrdersOrderByEnum = typeof GetOrdersOrderByEnum[keyof typeof GetOrdersOrderByEnum];
|
|
@@ -469,22 +469,22 @@ exports.SearchOrderApi = SearchOrderApi;
|
|
|
469
469
|
* @export
|
|
470
470
|
*/
|
|
471
471
|
exports.GetOrdersOrderByEnum = {
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
472
|
+
Referenceasc: 'REFERENCE:ASC',
|
|
473
|
+
Referencedesc: 'REFERENCE:DESC',
|
|
474
|
+
CreatedAtasc: 'CREATED_AT:ASC',
|
|
475
|
+
CreatedAtdesc: 'CREATED_AT:DESC',
|
|
476
|
+
TotalItemsIncludingTaxesasc: 'TOTAL_ITEMS_INCLUDING_TAXES:ASC',
|
|
477
|
+
TotalItemsIncludingTaxesdesc: 'TOTAL_ITEMS_INCLUDING_TAXES:DESC',
|
|
478
|
+
TotalItemsExcludingTaxesasc: 'TOTAL_ITEMS_EXCLUDING_TAXES:ASC',
|
|
479
|
+
TotalItemsExcludingTaxesdesc: 'TOTAL_ITEMS_EXCLUDING_TAXES:DESC',
|
|
480
|
+
BuyerNicknameasc: 'BUYER_NICKNAME:ASC',
|
|
481
|
+
BuyerNicknamedesc: 'BUYER_NICKNAME:DESC',
|
|
482
|
+
BuyerCompanyLegalNameasc: 'BUYER_COMPANY_LEGAL_NAME:ASC',
|
|
483
|
+
BuyerCompanyLegalNamedesc: 'BUYER_COMPANY_LEGAL_NAME:DESC',
|
|
484
|
+
SellerNicknameasc: 'SELLER_NICKNAME:ASC',
|
|
485
|
+
SellerNicknamedesc: 'SELLER_NICKNAME:DESC',
|
|
486
|
+
SellerCompanyLegalNameasc: 'SELLER_COMPANY_LEGAL_NAME:ASC',
|
|
487
|
+
SellerCompanyLegalNamedesc: 'SELLER_COMPANY_LEGAL_NAME:DESC',
|
|
488
|
+
Statusasc: 'STATUS:ASC',
|
|
489
|
+
Statusdesc: 'STATUS:DESC'
|
|
490
490
|
};
|
|
@@ -89,47 +89,47 @@ export declare class SearchOrderItemApi extends runtime.BaseAPI {
|
|
|
89
89
|
* @export
|
|
90
90
|
*/
|
|
91
91
|
export declare const GetOrderAddedItemsOrderByEnum: {
|
|
92
|
-
readonly
|
|
93
|
-
readonly
|
|
94
|
-
readonly
|
|
95
|
-
readonly
|
|
96
|
-
readonly
|
|
97
|
-
readonly
|
|
92
|
+
readonly ProductNameasc: "PRODUCT_NAME:ASC";
|
|
93
|
+
readonly ProductNamedesc: "PRODUCT_NAME:DESC";
|
|
94
|
+
readonly CreatedAtasc: "CREATED_AT:ASC";
|
|
95
|
+
readonly CreatedAtdesc: "CREATED_AT:DESC";
|
|
96
|
+
readonly UpdatedAtasc: "UPDATED_AT:ASC";
|
|
97
|
+
readonly UpdatedAtdesc: "UPDATED_AT:DESC";
|
|
98
98
|
};
|
|
99
99
|
export declare type GetOrderAddedItemsOrderByEnum = typeof GetOrderAddedItemsOrderByEnum[keyof typeof GetOrderAddedItemsOrderByEnum];
|
|
100
100
|
/**
|
|
101
101
|
* @export
|
|
102
102
|
*/
|
|
103
103
|
export declare const GetOrderItemsOrderByEnum: {
|
|
104
|
-
readonly
|
|
105
|
-
readonly
|
|
106
|
-
readonly
|
|
107
|
-
readonly
|
|
108
|
-
readonly
|
|
109
|
-
readonly
|
|
104
|
+
readonly ProductNameasc: "PRODUCT_NAME:ASC";
|
|
105
|
+
readonly ProductNamedesc: "PRODUCT_NAME:DESC";
|
|
106
|
+
readonly CreatedAtasc: "CREATED_AT:ASC";
|
|
107
|
+
readonly CreatedAtdesc: "CREATED_AT:DESC";
|
|
108
|
+
readonly UpdatedAtasc: "UPDATED_AT:ASC";
|
|
109
|
+
readonly UpdatedAtdesc: "UPDATED_AT:DESC";
|
|
110
110
|
};
|
|
111
111
|
export declare type GetOrderItemsOrderByEnum = typeof GetOrderItemsOrderByEnum[keyof typeof GetOrderItemsOrderByEnum];
|
|
112
112
|
/**
|
|
113
113
|
* @export
|
|
114
114
|
*/
|
|
115
115
|
export declare const GetOrderRefundedItemsOrderByEnum: {
|
|
116
|
-
readonly
|
|
117
|
-
readonly
|
|
118
|
-
readonly
|
|
119
|
-
readonly
|
|
120
|
-
readonly
|
|
121
|
-
readonly
|
|
116
|
+
readonly ProductNameasc: "PRODUCT_NAME:ASC";
|
|
117
|
+
readonly ProductNamedesc: "PRODUCT_NAME:DESC";
|
|
118
|
+
readonly CreatedAtasc: "CREATED_AT:ASC";
|
|
119
|
+
readonly CreatedAtdesc: "CREATED_AT:DESC";
|
|
120
|
+
readonly UpdatedAtasc: "UPDATED_AT:ASC";
|
|
121
|
+
readonly UpdatedAtdesc: "UPDATED_AT:DESC";
|
|
122
122
|
};
|
|
123
123
|
export declare type GetOrderRefundedItemsOrderByEnum = typeof GetOrderRefundedItemsOrderByEnum[keyof typeof GetOrderRefundedItemsOrderByEnum];
|
|
124
124
|
/**
|
|
125
125
|
* @export
|
|
126
126
|
*/
|
|
127
127
|
export declare const GetOrderRemovedItemsOrderByEnum: {
|
|
128
|
-
readonly
|
|
129
|
-
readonly
|
|
130
|
-
readonly
|
|
131
|
-
readonly
|
|
132
|
-
readonly
|
|
133
|
-
readonly
|
|
128
|
+
readonly ProductNameasc: "PRODUCT_NAME:ASC";
|
|
129
|
+
readonly ProductNamedesc: "PRODUCT_NAME:DESC";
|
|
130
|
+
readonly CreatedAtasc: "CREATED_AT:ASC";
|
|
131
|
+
readonly CreatedAtdesc: "CREATED_AT:DESC";
|
|
132
|
+
readonly UpdatedAtasc: "UPDATED_AT:ASC";
|
|
133
|
+
readonly UpdatedAtdesc: "UPDATED_AT:DESC";
|
|
134
134
|
};
|
|
135
135
|
export declare type GetOrderRemovedItemsOrderByEnum = typeof GetOrderRemovedItemsOrderByEnum[keyof typeof GetOrderRemovedItemsOrderByEnum];
|
|
@@ -499,43 +499,43 @@ exports.SearchOrderItemApi = SearchOrderItemApi;
|
|
|
499
499
|
* @export
|
|
500
500
|
*/
|
|
501
501
|
exports.GetOrderAddedItemsOrderByEnum = {
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
502
|
+
ProductNameasc: 'PRODUCT_NAME:ASC',
|
|
503
|
+
ProductNamedesc: 'PRODUCT_NAME:DESC',
|
|
504
|
+
CreatedAtasc: 'CREATED_AT:ASC',
|
|
505
|
+
CreatedAtdesc: 'CREATED_AT:DESC',
|
|
506
|
+
UpdatedAtasc: 'UPDATED_AT:ASC',
|
|
507
|
+
UpdatedAtdesc: 'UPDATED_AT:DESC'
|
|
508
508
|
};
|
|
509
509
|
/**
|
|
510
510
|
* @export
|
|
511
511
|
*/
|
|
512
512
|
exports.GetOrderItemsOrderByEnum = {
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
513
|
+
ProductNameasc: 'PRODUCT_NAME:ASC',
|
|
514
|
+
ProductNamedesc: 'PRODUCT_NAME:DESC',
|
|
515
|
+
CreatedAtasc: 'CREATED_AT:ASC',
|
|
516
|
+
CreatedAtdesc: 'CREATED_AT:DESC',
|
|
517
|
+
UpdatedAtasc: 'UPDATED_AT:ASC',
|
|
518
|
+
UpdatedAtdesc: 'UPDATED_AT:DESC'
|
|
519
519
|
};
|
|
520
520
|
/**
|
|
521
521
|
* @export
|
|
522
522
|
*/
|
|
523
523
|
exports.GetOrderRefundedItemsOrderByEnum = {
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
524
|
+
ProductNameasc: 'PRODUCT_NAME:ASC',
|
|
525
|
+
ProductNamedesc: 'PRODUCT_NAME:DESC',
|
|
526
|
+
CreatedAtasc: 'CREATED_AT:ASC',
|
|
527
|
+
CreatedAtdesc: 'CREATED_AT:DESC',
|
|
528
|
+
UpdatedAtasc: 'UPDATED_AT:ASC',
|
|
529
|
+
UpdatedAtdesc: 'UPDATED_AT:DESC'
|
|
530
530
|
};
|
|
531
531
|
/**
|
|
532
532
|
* @export
|
|
533
533
|
*/
|
|
534
534
|
exports.GetOrderRemovedItemsOrderByEnum = {
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
535
|
+
ProductNameasc: 'PRODUCT_NAME:ASC',
|
|
536
|
+
ProductNamedesc: 'PRODUCT_NAME:DESC',
|
|
537
|
+
CreatedAtasc: 'CREATED_AT:ASC',
|
|
538
|
+
CreatedAtdesc: 'CREATED_AT:DESC',
|
|
539
|
+
UpdatedAtasc: 'UPDATED_AT:ASC',
|
|
540
|
+
UpdatedAtdesc: 'UPDATED_AT:DESC'
|
|
541
541
|
};
|
|
@@ -56,11 +56,11 @@ export interface OrderItemWarning {
|
|
|
56
56
|
* @export
|
|
57
57
|
*/
|
|
58
58
|
export declare const OrderItemWarningCauseEnum: {
|
|
59
|
-
readonly
|
|
60
|
-
readonly
|
|
61
|
-
readonly
|
|
62
|
-
readonly
|
|
63
|
-
readonly
|
|
59
|
+
readonly EmptyQuantity: "EMPTY_QUANTITY";
|
|
60
|
+
readonly BadQuantity: "BAD_QUANTITY";
|
|
61
|
+
readonly MaxQuantity: "MAX_QUANTITY";
|
|
62
|
+
readonly OutdatedAd: "OUTDATED_AD";
|
|
63
|
+
readonly RestrictedProduct: "RESTRICTED_PRODUCT";
|
|
64
64
|
};
|
|
65
65
|
export declare type OrderItemWarningCauseEnum = typeof OrderItemWarningCauseEnum[keyof typeof OrderItemWarningCauseEnum];
|
|
66
66
|
/**
|