@lcdp/api-react-rest-client 2.9.0-develop.13139560325 → 2.9.0-upgrade-codegen-client-react.12434127684
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/AnyAuthenticationCredential.d.ts +2 -1
- package/auth/src/models/AnyAuthenticationCredential.js +12 -7
- package/auth/src/models/AnyUser.d.ts +2 -1
- package/auth/src/models/AnyUser.js +10 -5
- package/auth/src/models/ApiKey.js +11 -11
- package/auth/src/models/ApiKeyCreationParameters.js +3 -3
- package/auth/src/models/DisposableTokenCreationParameters.js +1 -1
- package/auth/src/models/PaginatedApiKeys.js +3 -3
- package/auth/src/models/PaginatedObject.js +1 -1
- package/auth/src/models/RestError.d.ts +24 -26
- package/auth/src/models/RestError.js +23 -25
- package/auth/src/models/RevealedApiKey.js +12 -12
- package/auth/src/models/UserLink.js +3 -3
- package/auth/src/models/UserLinkAllOfCompany.js +1 -1
- 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/Levy.js +8 -8
- package/banking-operation/src/models/LevyCreationParameters.js +2 -2
- package/banking-operation/src/models/LevyPayment.js +2 -2
- package/banking-operation/src/models/LevyPaymentStatus.d.ts +4 -3
- package/banking-operation/src/models/LevyPaymentStatus.js +8 -4
- package/banking-operation/src/models/LevyStatus.d.ts +3 -2
- package/banking-operation/src/models/LevyStatus.js +7 -3
- package/banking-operation/src/models/LevyUpdateParameters.js +2 -2
- package/banking-operation/src/models/OrderLink.js +1 -1
- package/banking-operation/src/models/OrderPayment.js +5 -5
- package/banking-operation/src/models/OrderPaymentDeposit.js +1 -1
- package/banking-operation/src/models/OrderPaymentWallets.js +2 -2
- package/banking-operation/src/models/OrderPaymentWithdraw.js +4 -4
- package/banking-operation/src/models/PaginatedLevies.js +3 -3
- package/banking-operation/src/models/PaginatedObject.js +1 -1
- package/banking-operation/src/models/PaginatedOrderPayments.js +3 -3
- package/banking-operation/src/models/Transaction.d.ts +4 -4
- package/banking-operation/src/models/Transaction.js +10 -10
- package/banking-operation/src/models/TransactionMangopayTarget.js +1 -1
- package/banking-operation/src/models/UserLink.js +1 -1
- package/banking-operation/src/models/UserLinkAllOfCompany.js +1 -1
- package/banking-operation/src/models/Wallet.js +1 -1
- package/banking-operation/src/models/WalletMangopayTarget.js +1 -1
- package/catalog/src/apis/SearchProductInsightApi.d.ts +4 -4
- package/catalog/src/apis/SearchProductInsightApi.js +4 -4
- package/catalog/src/models/Barcodes.js +4 -4
- package/catalog/src/models/LaboratoryLink.js +2 -2
- package/catalog/src/models/PaginatedObject.js +1 -1
- package/catalog/src/models/PaginatedProductInsights.js +3 -3
- package/catalog/src/models/ProductInsight.js +12 -12
- package/catalog/src/models/ProductInsightCreateOrUpdateParameters.js +11 -11
- package/catalog/src/models/ProductInsightJournal.js +4 -4
- package/catalog/src/models/ProductSecondaryTypeLink.js +2 -2
- package/catalog/src/models/ProductStorageType.d.ts +5 -4
- package/catalog/src/models/ProductStorageType.js +9 -5
- package/catalog/src/models/ProductTypeLink.js +2 -2
- package/catalog/src/models/RestError.d.ts +24 -26
- package/catalog/src/models/RestError.js +23 -25
- package/catalog/src/models/VatLink.js +3 -3
- package/challenge/src/models/Challenge.js +2 -2
- package/challenge/src/models/ChallengeAction.d.ts +1 -1
- package/challenge/src/models/ChallengeAction.js +2 -2
- package/configuration/src/models/RestError.d.ts +24 -26
- package/configuration/src/models/RestError.js +23 -25
- package/content/src/models/Content.js +7 -7
- 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/AnyDistributionMode.d.ts +2 -1
- package/factory/src/models/AnyDistributionMode.js +11 -6
- package/factory/src/models/AnyFactory.d.ts +2 -1
- package/factory/src/models/AnyFactory.js +11 -6
- package/factory/src/models/Assembly.js +15 -15
- package/factory/src/models/AssemblyCreationParameters.js +2 -2
- package/factory/src/models/AssemblyJournal.js +4 -4
- package/factory/src/models/AssemblyOutputInner.d.ts +2 -2
- package/factory/src/models/AssemblyOutputInner.js +2 -2
- package/factory/src/models/AssemblyStatus.d.ts +9 -8
- package/factory/src/models/AssemblyStatus.js +13 -9
- package/factory/src/models/OfferPlanificationFactory.js +3 -3
- package/factory/src/models/OfferPlanificationFactoryAllOfRecords.js +5 -5
- package/factory/src/models/PaginatedAssemblies.js +3 -3
- package/factory/src/models/PaginatedObject.js +1 -1
- package/factory/src/models/Product.js +9 -9
- package/factory/src/models/ProductStatus.d.ts +5 -4
- package/factory/src/models/ProductStatus.js +9 -5
- package/factory/src/models/ProductUpsertFactory.js +2 -2
- package/factory/src/models/ProductUpsertFactoryAllOfRecords.js +1 -1
- package/factory/src/models/RangeDistributionMode.js +2 -2
- package/factory/src/models/SaleOfferStatus.d.ts +8 -7
- package/factory/src/models/SaleOfferStatus.js +12 -8
- package/factory/src/models/SaleOfferUpsertFactory.js +3 -3
- package/factory/src/models/SaleOfferUpsertFactoryAllOfRecords.js +5 -5
- package/factory/src/models/StatusEnum.d.ts +9 -8
- package/factory/src/models/StatusEnum.js +13 -9
- package/factory/src/models/Stock.js +4 -4
- package/factory/src/models/UserLink.js +1 -1
- package/favorite/src/apis/ManageFavoriteProductApi.d.ts +4 -4
- package/favorite/src/apis/ManageFavoriteProductApi.js +4 -4
- package/favorite/src/models/Barcodes.js +4 -4
- package/favorite/src/models/FavoriteProduct.js +4 -4
- package/favorite/src/models/PaginatedFavoriteProducts.js +3 -3
- package/favorite/src/models/PaginatedObject.js +1 -1
- package/favorite/src/models/ProductLink.js +3 -3
- package/favorite/src/models/ProductStatus.d.ts +5 -4
- package/favorite/src/models/ProductStatus.js +9 -5
- 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 +5 -8
- package/inventory/src/models/ActiveProductUpdateParameters.d.ts +3 -4
- package/inventory/src/models/ActiveProductUpdateParameters.js +2 -3
- package/inventory/src/models/Barcodes.js +4 -4
- package/inventory/src/models/MisalignedProduct.d.ts +0 -6
- package/inventory/src/models/MisalignedProduct.js +4 -6
- package/inventory/src/models/OverstockProduct.d.ts +0 -6
- package/inventory/src/models/OverstockProduct.js +1 -3
- package/inventory/src/models/OverstockProductUpdateParameters.js +1 -1
- package/inventory/src/models/PaginatedActiveProducts.js +3 -3
- package/inventory/src/models/PaginatedMisalignedProducts.js +3 -3
- package/inventory/src/models/PaginatedObject.js +1 -1
- package/inventory/src/models/PaginatedOverstockProducts.js +3 -3
- package/inventory/src/models/ProductLink.js +3 -3
- package/inventory/src/models/RestError.d.ts +24 -26
- package/inventory/src/models/RestError.js +23 -25
- package/inventory/src/models/Statistics.js +3 -3
- package/inventory/src/models/StatisticsActiveProducts.js +2 -2
- package/inventory/src/models/StatisticsMisalignedProducts.js +1 -1
- package/inventory/src/models/StatisticsOverstockProducts.js +1 -1
- 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/Invoice.js +4 -4
- package/invoice/src/models/InvoiceSummaryCreationParameters.js +4 -4
- package/invoice/src/models/InvoiceType.d.ts +14 -13
- package/invoice/src/models/InvoiceType.js +18 -14
- package/invoice/src/models/InvoiceUpdateParameters.js +2 -2
- package/invoice/src/models/OrderLink.js +3 -3
- package/invoice/src/models/OrderTally.js +5 -5
- package/invoice/src/models/PaginatedInvoices.js +3 -3
- package/invoice/src/models/PaginatedObject.js +1 -1
- package/invoice/src/models/PaginatedOrderTallies.js +3 -3
- package/invoice/src/models/PaginatedPlannedInvoiceLine.js +3 -3
- package/invoice/src/models/PlannedInvoiceLine.js +3 -3
- package/invoice/src/models/RestError.d.ts +24 -26
- package/invoice/src/models/RestError.js +23 -25
- package/invoice/src/models/UserLink.js +3 -3
- package/invoice/src/models/UserLinkAllOfCompany.js +1 -1
- package/laboratory/src/apis/SearchLaboratoryApi.d.ts +2 -2
- package/laboratory/src/apis/SearchLaboratoryApi.js +2 -2
- package/laboratory/src/models/Laboratory.js +2 -2
- package/laboratory/src/models/PaginatedLaboratories.js +3 -3
- package/laboratory/src/models/PaginatedObject.js +1 -1
- 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 +3 -2
- package/laboratory-store/src/models/DisplayType.js +7 -3
- package/laboratory-store/src/models/Image.js +2 -2
- package/laboratory-store/src/models/ImageVersions.js +5 -5
- package/laboratory-store/src/models/LaboratoryStore.js +13 -13
- package/laboratory-store/src/models/LaboratoryStoreCreationParameters.js +8 -8
- package/laboratory-store/src/models/LaboratoryStoreUpdateParameters.js +10 -10
- package/laboratory-store/src/models/LaboratoryType.d.ts +6 -5
- package/laboratory-store/src/models/LaboratoryType.js +10 -6
- package/laboratory-store/src/models/OwnerLink.js +2 -2
- package/laboratory-store/src/models/PaginatedLaboratoryStores.js +3 -3
- package/laboratory-store/src/models/PaginatedObject.js +1 -1
- 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/laboratory-store-log/src/models/AnyLaboratoryStoreLog.d.ts +2 -1
- package/laboratory-store-log/src/models/AnyLaboratoryStoreLog.js +9 -4
- package/laboratory-store-log/src/models/LaboratoryStoreLog.js +3 -3
- package/laboratory-store-log/src/models/Log.js +2 -2
- package/laboratory-store-log/src/models/PaginatedLaboratoryStoreLogs.js +3 -3
- package/laboratory-store-log/src/models/PaginatedObject.js +1 -1
- package/lexicon/src/models/PaginatedObject.js +1 -1
- package/lexicon/src/models/PaginatedTags.js +3 -3
- package/lexicon/src/models/PharmacyGroup.js +2 -2
- package/lexicon/src/models/PharmacyLocation.js +2 -2
- package/lexicon/src/models/PharmacySoftware.js +2 -2
- package/lexicon/src/models/RestError.d.ts +24 -26
- package/lexicon/src/models/RestError.js +23 -25
- package/lexicon/src/models/Tag.js +2 -2
- package/lexicon/src/models/TagCreationParameters.js +1 -1
- package/litigation/src/models/RestError.d.ts +24 -26
- package/litigation/src/models/RestError.js +23 -25
- package/magic-cart/src/models/AnyIdentifiedDistributionMode.d.ts +2 -1
- package/magic-cart/src/models/AnyIdentifiedDistributionMode.js +11 -6
- package/magic-cart/src/models/Barcodes.js +4 -4
- package/magic-cart/src/models/ExpressOrder.js +3 -3
- package/magic-cart/src/models/ExpressOrderCreationParameters.js +3 -3
- package/magic-cart/src/models/ExpressOrderNeed.js +2 -2
- package/magic-cart/src/models/IdentifiedRangeDistributionMode.js +2 -2
- package/magic-cart/src/models/ProductLink.js +2 -2
- package/magic-cart/src/models/ProductStorageType.d.ts +5 -4
- package/magic-cart/src/models/ProductStorageType.js +9 -5
- package/magic-cart/src/models/SaleOfferLink.js +3 -3
- package/magic-cart/src/models/SaleOfferProposal.js +2 -2
- package/magic-cart/src/models/SellerProposal.js +3 -3
- package/magic-cart/src/models/Stock.js +4 -4
- package/mandate/src/models/Challenge.js +2 -2
- package/mandate/src/models/ChallengeAction.d.ts +1 -1
- package/mandate/src/models/ChallengeAction.js +2 -2
- package/mandate/src/models/Mandate.d.ts +5 -5
- package/mandate/src/models/Mandate.js +9 -9
- package/mandate/src/models/MandateChallenge.js +2 -2
- package/mandate/src/models/MandateCreationParameters.js +2 -2
- 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/message/src/models/Message.js +1 -1
- package/message/src/models/MessageUpdateParameters.js +3 -3
- package/message/src/models/MessageViewerCreationParameters.js +1 -1
- package/message/src/models/PaginatedMessages.js +3 -3
- package/message/src/models/PaginatedObject.js +1 -1
- 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/Notification.js +11 -11
- package/notification/src/models/NotificationType.js +10 -10
- package/notification/src/models/NotificationTypeAttachment.js +8 -8
- package/notification/src/models/NotificationTypeId.d.ts +49 -48
- package/notification/src/models/NotificationTypeId.js +53 -49
- package/notification/src/models/NotificationTypeUpdateParameters.js +6 -6
- package/notification/src/models/NotificationUpdateParameters.js +2 -2
- package/notification/src/models/PaginatedNotificationTypes.js +3 -3
- package/notification/src/models/PaginatedNotifications.js +3 -3
- package/notification/src/models/PaginatedObject.js +1 -1
- 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/Address.js +4 -4
- package/order/src/models/Anomalies.js +4 -4
- package/order/src/models/AnomaliesUpdateParameters.js +4 -4
- package/order/src/models/AnyMetaOrderWarning.d.ts +2 -1
- package/order/src/models/AnyMetaOrderWarning.js +10 -5
- package/order/src/models/Barcodes.js +4 -4
- package/order/src/models/FreeCarriageCoupon.js +12 -12
- package/order/src/models/FreeCarriageCouponCreationParameters.js +6 -6
- package/order/src/models/MetaOrder.js +5 -5
- package/order/src/models/MetaOrderCreationParameters.js +2 -2
- package/order/src/models/MetaOrderWithWarnings.js +3 -3
- package/order/src/models/Order.js +29 -29
- package/order/src/models/OrderAddedItem.js +12 -12
- package/order/src/models/OrderItem.js +12 -12
- package/order/src/models/OrderItemPrices.js +5 -5
- package/order/src/models/OrderItemRefundedCreationParameters.js +1 -1
- package/order/src/models/OrderItemWarning.d.ts +5 -5
- package/order/src/models/OrderItemWarning.js +6 -6
- package/order/src/models/OrderItemsOperation.d.ts +4 -3
- package/order/src/models/OrderItemsOperation.js +8 -4
- package/order/src/models/OrderJournal.js +17 -17
- package/order/src/models/OrderPrices.js +9 -9
- package/order/src/models/OrderRefundedItem.js +12 -12
- package/order/src/models/OrderRemovedItem.js +12 -12
- package/order/src/models/OrderStatus.d.ts +16 -15
- package/order/src/models/OrderStatus.js +20 -16
- package/order/src/models/OrderStatusReason.d.ts +4 -3
- package/order/src/models/OrderStatusReason.js +8 -4
- package/order/src/models/OrderStorageType.d.ts +5 -4
- package/order/src/models/OrderStorageType.js +9 -5
- package/order/src/models/OrderThreads.js +1 -1
- package/order/src/models/OrderType.d.ts +3 -2
- package/order/src/models/OrderType.js +7 -3
- package/order/src/models/OrderUpdateParameters.js +4 -4
- package/order/src/models/OrderWarning.d.ts +2 -2
- package/order/src/models/OrderWarning.js +2 -2
- package/order/src/models/PaginatedFreeCarriageCoupons.js +3 -3
- package/order/src/models/PaginatedObject.js +1 -1
- package/order/src/models/PaginatedOrders.js +3 -3
- package/order/src/models/ProductLink.js +4 -4
- package/order/src/models/ProductStorageType.d.ts +5 -4
- package/order/src/models/ProductStorageType.js +9 -5
- package/order/src/models/Reservation.js +7 -7
- package/order/src/models/ReservationUpdateParameters.js +1 -1
- package/order/src/models/RestError.d.ts +24 -26
- package/order/src/models/RestError.js +23 -25
- package/order/src/models/ShoppedOffer.js +1 -1
- package/order/src/models/UpdateOrderStatusParameters.d.ts +9 -8
- package/order/src/models/UpdateOrderStatusParameters.js +13 -9
- package/order/src/models/UserLink.js +5 -5
- package/order/src/models/UserLinkAllOfCompany.js +1 -1
- package/order-log/src/apis/SearchOrderLogApi.d.ts +2 -2
- package/order-log/src/apis/SearchOrderLogApi.js +2 -2
- package/order-log/src/models/AnyOrderLog.d.ts +2 -1
- package/order-log/src/models/AnyOrderLog.js +9 -4
- package/order-log/src/models/Log.js +2 -2
- package/order-log/src/models/OrderLog.js +4 -4
- package/order-log/src/models/OrderStatusReason.d.ts +4 -3
- package/order-log/src/models/OrderStatusReason.js +8 -4
- package/order-log/src/models/PaginatedObject.js +1 -1
- package/order-log/src/models/PaginatedOrderLogs.js +3 -3
- package/outrage-message/src/apis/SearchOutrageMessageApi.d.ts +4 -4
- package/outrage-message/src/apis/SearchOutrageMessageApi.js +4 -4
- package/outrage-message/src/models/OutrageMessage.js +7 -7
- package/outrage-message/src/models/OutrageMessageUpdateParameters.js +2 -2
- package/outrage-message/src/models/PaginatedObject.js +1 -1
- package/outrage-message/src/models/PaginatedOutrageMessages.js +3 -3
- 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/Barcodes.js +4 -4
- package/product/src/models/DataProvider.d.ts +6 -5
- package/product/src/models/DataProvider.js +10 -6
- package/product/src/models/Image.js +4 -4
- package/product/src/models/ImageVersions.js +5 -5
- package/product/src/models/LaboratoryLink.js +2 -2
- package/product/src/models/PaginatedObject.js +1 -1
- package/product/src/models/PaginatedProductProscriptions.js +3 -3
- package/product/src/models/PaginatedProducts.js +3 -3
- package/product/src/models/Product.js +18 -18
- package/product/src/models/ProductCreationOrUpdateParameters.js +20 -20
- package/product/src/models/ProductDispensationPlace.d.ts +3 -2
- package/product/src/models/ProductDispensationPlace.js +7 -3
- package/product/src/models/ProductJournal.js +2 -2
- package/product/src/models/ProductMarketStatus.d.ts +7 -6
- package/product/src/models/ProductMarketStatus.js +11 -7
- package/product/src/models/ProductProscription.js +5 -5
- package/product/src/models/ProductProscriptionCreationParameters.js +1 -1
- package/product/src/models/ProductSecondaryType.js +2 -2
- package/product/src/models/ProductSource.js +5 -5
- package/product/src/models/ProductSourceBcb.js +3 -3
- package/product/src/models/ProductSourceFields.js +19 -19
- package/product/src/models/ProductSourceFieldsBarcodes.js +4 -4
- package/product/src/models/ProductStatus.d.ts +5 -4
- package/product/src/models/ProductStatus.js +9 -5
- package/product/src/models/ProductStorageType.d.ts +5 -4
- package/product/src/models/ProductStorageType.js +9 -5
- package/product/src/models/ProductType.js +2 -2
- package/product/src/models/RestError.d.ts +24 -26
- package/product/src/models/RestError.js +23 -25
- package/product/src/models/Statistics.js +1 -1
- package/pub/src/apis/SearchPubApi.d.ts +27 -27
- package/pub/src/apis/SearchPubApi.js +27 -27
- package/pub/src/models/Image.js +1 -1
- package/pub/src/models/ImageVersions.js +5 -5
- package/pub/src/models/PaginatedObject.js +1 -1
- package/pub/src/models/PaginatedPubStatistics.js +3 -3
- package/pub/src/models/PaginatedPubs.js +3 -3
- package/pub/src/models/Pub.js +13 -13
- package/pub/src/models/PubCreationParameters.js +3 -3
- package/pub/src/models/PubLocationEnum.d.ts +4 -3
- package/pub/src/models/PubLocationEnum.js +8 -4
- package/pub/src/models/PubSchedule.js +4 -4
- package/pub/src/models/PubStatistics.js +4 -4
- package/pub/src/models/PubTimecard.js +4 -4
- package/pub/src/models/PubUpdateParameters.js +6 -6
- package/pub/src/models/RestError.d.ts +24 -26
- package/pub/src/models/RestError.js +23 -25
- package/pub/src/models/UserLink.js +3 -3
- package/pub/src/models/UserLinkAllOfCompany.js +1 -1
- 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/FavoriteProductRecommendation.js +5 -5
- package/recommendation/src/models/PaginatedFavoriteProductRecommendations.js +3 -3
- package/recommendation/src/models/PaginatedObject.js +1 -1
- package/recommendation/src/models/PaginatedProductPriceRecommendations.js +3 -3
- package/recommendation/src/models/PaginatedProductRecommendations.js +3 -3
- package/recommendation/src/models/ProductLink.js +1 -1
- package/recommendation/src/models/ProductPriceRecommendation.js +3 -3
- package/recommendation/src/models/ProductRecommendation.js +5 -5
- package/recommendation/src/models/ProductRecommendationType.d.ts +4 -3
- package/recommendation/src/models/ProductRecommendationType.js +8 -4
- package/recommendation/src/models/UserLink.js +1 -1
- package/rfx/src/apis/SearchRfoiApi.d.ts +10 -10
- package/rfx/src/apis/SearchRfoiApi.js +10 -10
- package/rfx/src/models/OrderLink.js +1 -1
- package/rfx/src/models/PaginatedObject.js +1 -1
- package/rfx/src/models/PaginatedRfois.js +3 -3
- package/rfx/src/models/RestError.d.ts +24 -26
- package/rfx/src/models/RestError.js +23 -25
- package/rfx/src/models/RfiCreationParameters.js +5 -5
- package/rfx/src/models/Rfoi.js +9 -9
- package/rfx/src/models/RfoiUpdateParameters.js +1 -1
- package/rfx/src/models/UserLink.js +3 -3
- package/rfx/src/models/UserLinkAllOfCompany.js +1 -1
- package/sale-offer/src/apis/SearchSaleOfferApi.d.ts +35 -35
- package/sale-offer/src/apis/SearchSaleOfferApi.js +35 -35
- package/sale-offer/src/models/AnyDistributionMode.d.ts +2 -1
- package/sale-offer/src/models/AnyDistributionMode.js +11 -6
- package/sale-offer/src/models/AnyIdentifiedDistributionMode.d.ts +2 -1
- package/sale-offer/src/models/AnyIdentifiedDistributionMode.js +11 -6
- package/sale-offer/src/models/Barcodes.js +4 -4
- package/sale-offer/src/models/IdentifiedRangeDistributionMode.js +2 -2
- package/sale-offer/src/models/ImageVersions.js +5 -5
- package/sale-offer/src/models/Images.js +3 -3
- package/sale-offer/src/models/OwnerLink.js +3 -3
- package/sale-offer/src/models/OwnerLinkAllOfCompany.js +1 -1
- package/sale-offer/src/models/PaginatedObject.js +1 -1
- package/sale-offer/src/models/PaginatedSaleOffers.js +3 -3
- package/sale-offer/src/models/ProductImageLink.js +2 -2
- package/sale-offer/src/models/ProductLink.js +3 -3
- package/sale-offer/src/models/RangeDistributionMode.js +2 -2
- package/sale-offer/src/models/RestError.d.ts +24 -26
- package/sale-offer/src/models/RestError.js +23 -25
- package/sale-offer/src/models/SaleOffer.js +13 -13
- package/sale-offer/src/models/SaleOfferCreationImagesParameters.js +3 -3
- package/sale-offer/src/models/SaleOfferCreationParameters.js +8 -8
- package/sale-offer/src/models/SaleOfferJournal.js +2 -2
- package/sale-offer/src/models/SaleOfferNewVersionParameters.js +5 -5
- package/sale-offer/src/models/SaleOfferStatisticLink.js +5 -5
- package/sale-offer/src/models/SaleOfferStatus.d.ts +8 -7
- package/sale-offer/src/models/SaleOfferStatus.js +12 -8
- package/sale-offer/src/models/SaleOfferStatusReason.d.ts +7 -6
- package/sale-offer/src/models/SaleOfferStatusReason.js +11 -7
- package/sale-offer/src/models/SaleOfferUpdateParameters.js +2 -2
- package/sale-offer/src/models/SaleOfferUpdateParametersStock.js +1 -1
- package/sale-offer/src/models/Stock.js +4 -4
- package/sale-offer-log/src/apis/SearchSaleOfferLogApi.d.ts +2 -2
- package/sale-offer-log/src/apis/SearchSaleOfferLogApi.js +2 -2
- package/sale-offer-log/src/models/AnySaleOfferLog.d.ts +2 -1
- package/sale-offer-log/src/models/AnySaleOfferLog.js +9 -4
- package/sale-offer-log/src/models/Log.js +2 -2
- package/sale-offer-log/src/models/PaginatedObject.js +1 -1
- package/sale-offer-log/src/models/PaginatedSaleOfferLogs.js +3 -3
- package/sale-offer-log/src/models/SaleOfferLog.js +3 -3
- package/servant/src/models/RestError.d.ts +24 -26
- package/servant/src/models/RestError.js +23 -25
- package/servant/src/models/Servant.js +7 -7
- package/servant/src/models/Task.js +3 -3
- package/shipment/src/apis/SearchOrderCarriageApi.d.ts +4 -4
- package/shipment/src/apis/SearchOrderCarriageApi.js +4 -4
- package/shipment/src/models/CancelParcelResponse.js +3 -3
- package/shipment/src/models/DeliveryStatus.js +2 -2
- package/shipment/src/models/OrderCarriage.js +4 -4
- package/shipment/src/models/OrderCarriageShipmentCreationParameters.js +1 -1
- package/shipment/src/models/OrderLink.js +1 -1
- package/shipment/src/models/PaginatedObject.js +1 -1
- package/shipment/src/models/PaginatedOrderCarriages.js +3 -3
- package/shipment/src/models/RestError.d.ts +24 -26
- package/shipment/src/models/RestError.js +23 -25
- package/shipment/src/models/Shipment.js +8 -8
- package/shipment/src/models/ShipmentCreationParameters.js +2 -2
- package/shipment/src/models/ShipmentError.d.ts +1 -1
- package/shipment/src/models/ShipmentError.js +2 -2
- package/shipment/src/models/ShipmentLabels.js +2 -2
- package/shipment/src/models/ShipmentParcel.js +4 -4
- package/shipment/src/models/ShipmentParcelStatus.d.ts +4 -3
- package/shipment/src/models/ShipmentParcelStatus.js +8 -4
- package/shipment/src/models/SkybillLink.js +1 -1
- package/shopping-cart/src/apis/ManageCartSubCartApi.d.ts +4 -4
- package/shopping-cart/src/apis/ManageCartSubCartApi.js +4 -4
- package/shopping-cart/src/models/AnyIdentifiedDistributionMode.d.ts +2 -1
- package/shopping-cart/src/models/AnyIdentifiedDistributionMode.js +11 -6
- package/shopping-cart/src/models/Barcodes.js +4 -4
- package/shopping-cart/src/models/Cart.js +4 -4
- package/shopping-cart/src/models/CartSubCart.js +5 -5
- package/shopping-cart/src/models/CartSubCartLine.js +3 -3
- package/shopping-cart/src/models/CartSubCartLineUpdateParameters.js +1 -1
- package/shopping-cart/src/models/IdentifiedRangeDistributionMode.js +2 -2
- package/shopping-cart/src/models/ProductLink.js +2 -2
- package/shopping-cart/src/models/ProductStorageType.d.ts +5 -4
- package/shopping-cart/src/models/ProductStorageType.js +9 -5
- package/shopping-cart/src/models/RestError.d.ts +24 -26
- package/shopping-cart/src/models/RestError.js +23 -25
- package/shopping-cart/src/models/SaleOfferLink.js +4 -4
- package/shopping-cart/src/models/SaleOfferStatus.d.ts +8 -7
- package/shopping-cart/src/models/SaleOfferStatus.js +12 -8
- package/shopping-cart/src/models/SellerLink.js +3 -3
- package/shopping-cart/src/models/ShoppedOffer.js +1 -1
- package/shopping-cart/src/models/Stock.js +4 -4
- package/shopping-cart/src/models/UserRole.d.ts +9 -8
- package/shopping-cart/src/models/UserRole.js +13 -9
- 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/PaginatedObject.js +1 -1
- package/statistic/src/models/PaginatedSaleOfferStatistics.js +3 -3
- package/statistic/src/models/PaginatedUserStatistics.js +3 -3
- package/statistic/src/models/RestError.d.ts +24 -26
- package/statistic/src/models/RestError.js +23 -25
- package/statistic/src/models/SaleOfferStatistic.js +8 -8
- package/statistic/src/models/UserLink.js +1 -1
- package/statistic/src/models/UserStatistic.js +8 -8
- 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/PaginatedObject.js +1 -1
- package/subscription/src/models/PaginatedSubscriptions.js +3 -3
- package/subscription/src/models/RestError.d.ts +24 -26
- package/subscription/src/models/RestError.js +23 -25
- package/subscription/src/models/SubscriberLink.js +1 -1
- package/subscription/src/models/Subscription.js +11 -11
- package/subscription/src/models/SubscriptionCreationParameters.js +1 -1
- package/subscription/src/models/SubscriptionPlan.js +8 -8
- package/subscription/src/models/SubscriptionPlanFeature.js +3 -3
- package/subscription/src/models/SubscriptionPlanFeatureId.d.ts +4 -3
- package/subscription/src/models/SubscriptionPlanFeatureId.js +8 -4
- package/subscription/src/models/SubscriptionPlanId.d.ts +4 -3
- package/subscription/src/models/SubscriptionPlanId.js +8 -4
- package/subscription/src/models/SubscriptionPlanLink.js +1 -1
- package/subscription/src/models/SubscriptionPlanUpdateParameters.js +7 -7
- package/subscription/src/models/SubscriptionUpdateParameters.js +9 -9
- package/third-party/src/models/RestError.d.ts +24 -26
- package/third-party/src/models/RestError.js +23 -25
- package/third-party/src/models/ThirdPartyLink.js +1 -1
- 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/thread/src/models/Comment.js +7 -7
- package/thread/src/models/PaginatedComments.js +3 -3
- package/thread/src/models/PaginatedObject.js +1 -1
- package/thread/src/models/Thread.js +1 -1
- package/ubo/src/models/Address.js +2 -2
- package/ubo/src/models/RestError.d.ts +24 -26
- package/ubo/src/models/RestError.js +23 -25
- package/ubo/src/models/Ubo.js +6 -6
- package/ubo/src/models/UboDeclaration.d.ts +6 -6
- package/ubo/src/models/UboDeclaration.js +13 -13
- package/ubo/src/models/UboDeclarationCreationOrUpdateParameters.js +2 -2
- 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/Address.js +4 -4
- package/user/src/models/Gender.d.ts +3 -2
- package/user/src/models/Gender.js +7 -3
- package/user/src/models/KycLevel.d.ts +3 -2
- package/user/src/models/KycLevel.js +7 -3
- package/user/src/models/MyPasswordUpdateParameters.js +2 -2
- package/user/src/models/NotificationTypeId.d.ts +49 -48
- package/user/src/models/NotificationTypeId.js +53 -49
- package/user/src/models/NotificationTypeLink.js +1 -1
- package/user/src/models/OffisanteStatus.d.ts +4 -3
- package/user/src/models/OffisanteStatus.js +8 -4
- package/user/src/models/PaginatedObject.js +1 -1
- package/user/src/models/PaginatedUsers.js +3 -3
- package/user/src/models/ProductTypeLink.js +2 -2
- package/user/src/models/RestError.d.ts +24 -26
- package/user/src/models/RestError.js +23 -25
- package/user/src/models/SomeonePasswordUpdateParameters.js +1 -1
- package/user/src/models/User.js +46 -46
- package/user/src/models/UserBankAccountCreationParameters.js +2 -2
- package/user/src/models/UserBankAccountLink.js +1 -1
- package/user/src/models/UserCompany.js +15 -15
- package/user/src/models/UserCreationParameters.js +3 -3
- package/user/src/models/UserCustomCommissions.js +2 -2
- package/user/src/models/UserCustomCommissionsUpdateParameters.js +2 -2
- package/user/src/models/UserDelegatedServices.js +3 -3
- package/user/src/models/UserDocument.d.ts +10 -10
- package/user/src/models/UserDocument.js +15 -15
- package/user/src/models/UserDocumentStatus.d.ts +6 -5
- package/user/src/models/UserDocumentStatus.js +10 -6
- package/user/src/models/UserFavoriteLaboratoryStoreLink.js +1 -1
- package/user/src/models/UserFeature.js +2 -2
- package/user/src/models/UserForbiddenSellerLink.js +1 -1
- package/user/src/models/UserJournal.js +2 -2
- package/user/src/models/UserMangopayTarget.js +1 -1
- package/user/src/models/UserRestrictedNotificationTypeCreationParameter.js +1 -1
- package/user/src/models/UserRole.d.ts +9 -8
- package/user/src/models/UserRole.js +13 -9
- package/user/src/models/UserRule.js +5 -5
- package/user/src/models/UserRuleActionEnum.d.ts +2 -1
- package/user/src/models/UserRuleActionEnum.js +6 -2
- package/user/src/models/UserRuleAttributeEnum.d.ts +3 -2
- package/user/src/models/UserRuleAttributeEnum.js +7 -3
- package/user/src/models/UserRuleComparatorEnum.d.ts +3 -2
- package/user/src/models/UserRuleComparatorEnum.js +7 -3
- package/user/src/models/UserRuleCreationParameters.js +3 -3
- package/user/src/models/UserSocialNetwork.js +7 -7
- package/user/src/models/UserStatisticLink.js +6 -6
- package/user/src/models/UserThreads.js +1 -1
- package/user/src/models/UserUpdateParameters.js +21 -21
- package/user/src/models/UserWalletLink.js +1 -1
- package/user/src/models/UserWallets.js +4 -4
- 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/Barcodes.js +4 -4
- package/wish/src/models/DesiredSellerLink.js +3 -3
- package/wish/src/models/OwnerLink.js +3 -3
- package/wish/src/models/OwnerLinkAllOfCompany.js +1 -1
- package/wish/src/models/PaginatedObject.js +1 -1
- package/wish/src/models/PaginatedProductEnthusiasms.js +3 -3
- package/wish/src/models/PaginatedWishes.js +3 -3
- package/wish/src/models/ProductEnthusiasm.js +6 -6
- package/wish/src/models/ProductLink.js +3 -3
- package/wish/src/models/Referrer.js +2 -2
- package/wish/src/models/RestError.d.ts +24 -26
- package/wish/src/models/RestError.js +23 -25
- package/wish/src/models/Wish.js +15 -15
- package/wish/src/models/WishCreationParameters.js +5 -5
- package/wish/src/models/WishReferrerType.d.ts +3 -2
- package/wish/src/models/WishReferrerType.js +7 -3
- package/wish/src/models/WishStatus.d.ts +4 -3
- package/wish/src/models/WishStatus.js +8 -4
- package/wish/src/models/WishUpdateParameters.js +5 -5
- 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
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.UserRuleAttributeEnumToJSON = exports.UserRuleAttributeEnumFromJSONTyped = exports.UserRuleAttributeEnumFromJSON = exports.instanceOfUserRuleAttributeEnum = exports.UserRuleAttributeEnum = void 0;
|
|
16
|
+
exports.UserRuleAttributeEnumToJSONTyped = exports.UserRuleAttributeEnumToJSON = exports.UserRuleAttributeEnumFromJSONTyped = exports.UserRuleAttributeEnumFromJSON = exports.instanceOfUserRuleAttributeEnum = exports.UserRuleAttributeEnum = void 0;
|
|
17
17
|
/**
|
|
18
18
|
* Associated Attribute
|
|
19
19
|
* @export
|
|
20
20
|
*/
|
|
21
21
|
exports.UserRuleAttributeEnum = {
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
ZipCode: 'ZIP_CODE',
|
|
23
|
+
User: 'USER'
|
|
24
24
|
};
|
|
25
25
|
function instanceOfUserRuleAttributeEnum(value) {
|
|
26
26
|
for (var key in exports.UserRuleAttributeEnum) {
|
|
@@ -45,3 +45,7 @@ function UserRuleAttributeEnumToJSON(value) {
|
|
|
45
45
|
return value;
|
|
46
46
|
}
|
|
47
47
|
exports.UserRuleAttributeEnumToJSON = UserRuleAttributeEnumToJSON;
|
|
48
|
+
function UserRuleAttributeEnumToJSONTyped(value, ignoreDiscriminator) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
exports.UserRuleAttributeEnumToJSONTyped = UserRuleAttributeEnumToJSONTyped;
|
|
@@ -14,11 +14,12 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
*/
|
|
16
16
|
export declare const UserRuleComparatorEnum: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
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;
|
|
22
22
|
export declare function UserRuleComparatorEnumFromJSON(json: any): UserRuleComparatorEnum;
|
|
23
23
|
export declare function UserRuleComparatorEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserRuleComparatorEnum;
|
|
24
24
|
export declare function UserRuleComparatorEnumToJSON(value?: UserRuleComparatorEnum | null): any;
|
|
25
|
+
export declare function UserRuleComparatorEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): UserRuleComparatorEnum;
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.UserRuleComparatorEnumToJSON = exports.UserRuleComparatorEnumFromJSONTyped = exports.UserRuleComparatorEnumFromJSON = exports.instanceOfUserRuleComparatorEnum = exports.UserRuleComparatorEnum = void 0;
|
|
16
|
+
exports.UserRuleComparatorEnumToJSONTyped = exports.UserRuleComparatorEnumToJSON = exports.UserRuleComparatorEnumFromJSONTyped = exports.UserRuleComparatorEnumFromJSON = exports.instanceOfUserRuleComparatorEnum = exports.UserRuleComparatorEnum = void 0;
|
|
17
17
|
/**
|
|
18
18
|
* Associated Comparator
|
|
19
19
|
* @export
|
|
20
20
|
*/
|
|
21
21
|
exports.UserRuleComparatorEnum = {
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
Equal: 'EQUAL',
|
|
23
|
+
StartWith: 'START_WITH'
|
|
24
24
|
};
|
|
25
25
|
function instanceOfUserRuleComparatorEnum(value) {
|
|
26
26
|
for (var key in exports.UserRuleComparatorEnum) {
|
|
@@ -45,3 +45,7 @@ function UserRuleComparatorEnumToJSON(value) {
|
|
|
45
45
|
return value;
|
|
46
46
|
}
|
|
47
47
|
exports.UserRuleComparatorEnumToJSON = UserRuleComparatorEnumToJSON;
|
|
48
|
+
function UserRuleComparatorEnumToJSONTyped(value, ignoreDiscriminator) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
exports.UserRuleComparatorEnumToJSONTyped = UserRuleComparatorEnumToJSONTyped;
|
|
@@ -41,9 +41,9 @@ function UserRuleCreationParametersFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
41
41
|
return json;
|
|
42
42
|
}
|
|
43
43
|
return {
|
|
44
|
-
'actionId': (
|
|
45
|
-
'attributeId': (
|
|
46
|
-
'comparatorId': (
|
|
44
|
+
'actionId': (0, UserRuleActionEnum_1.UserRuleActionEnumFromJSON)(json['actionId']),
|
|
45
|
+
'attributeId': (0, UserRuleAttributeEnum_1.UserRuleAttributeEnumFromJSON)(json['attributeId']),
|
|
46
|
+
'comparatorId': (0, UserRuleComparatorEnum_1.UserRuleComparatorEnumFromJSON)(json['comparatorId']),
|
|
47
47
|
'value': json['value'],
|
|
48
48
|
};
|
|
49
49
|
}
|
|
@@ -30,13 +30,13 @@ function UserSocialNetworkFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
30
30
|
return json;
|
|
31
31
|
}
|
|
32
32
|
return {
|
|
33
|
-
'twitter': json['twitter'],
|
|
34
|
-
'facebook': json['facebook'],
|
|
35
|
-
'website': json['website'],
|
|
36
|
-
'google': json['google'],
|
|
37
|
-
'linkedIn': json['linkedIn'],
|
|
38
|
-
'instagram': json['instagram'],
|
|
39
|
-
'youtube': json['youtube'],
|
|
33
|
+
'twitter': json['twitter'] == null ? undefined : json['twitter'],
|
|
34
|
+
'facebook': json['facebook'] == null ? undefined : json['facebook'],
|
|
35
|
+
'website': json['website'] == null ? undefined : json['website'],
|
|
36
|
+
'google': json['google'] == null ? undefined : json['google'],
|
|
37
|
+
'linkedIn': json['linkedIn'] == null ? undefined : json['linkedIn'],
|
|
38
|
+
'instagram': json['instagram'] == null ? undefined : json['instagram'],
|
|
39
|
+
'youtube': json['youtube'] == null ? undefined : json['youtube'],
|
|
40
40
|
};
|
|
41
41
|
}
|
|
42
42
|
exports.UserSocialNetworkFromJSONTyped = UserSocialNetworkFromJSONTyped;
|
|
@@ -33,12 +33,12 @@ function UserStatisticLinkFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
33
33
|
}
|
|
34
34
|
return {
|
|
35
35
|
'href': json['href'],
|
|
36
|
-
'numberOfSales': json['numberOfSales'],
|
|
37
|
-
'salesErrorRate': json['salesErrorRate'],
|
|
38
|
-
'salesCanceledRate': json['salesCanceledRate'],
|
|
39
|
-
'salesLitigationRate': json['salesLitigationRate'],
|
|
40
|
-
'salesResponsivenessDelay': json['salesResponsivenessDelay'],
|
|
41
|
-
'deliveryDelay': json['deliveryDelay'],
|
|
36
|
+
'numberOfSales': json['numberOfSales'] == null ? undefined : json['numberOfSales'],
|
|
37
|
+
'salesErrorRate': json['salesErrorRate'] == null ? undefined : json['salesErrorRate'],
|
|
38
|
+
'salesCanceledRate': json['salesCanceledRate'] == null ? undefined : json['salesCanceledRate'],
|
|
39
|
+
'salesLitigationRate': json['salesLitigationRate'] == null ? undefined : json['salesLitigationRate'],
|
|
40
|
+
'salesResponsivenessDelay': json['salesResponsivenessDelay'] == null ? undefined : json['salesResponsivenessDelay'],
|
|
41
|
+
'deliveryDelay': json['deliveryDelay'] == null ? undefined : json['deliveryDelay'],
|
|
42
42
|
};
|
|
43
43
|
}
|
|
44
44
|
exports.UserStatisticLinkFromJSONTyped = UserStatisticLinkFromJSONTyped;
|
|
@@ -31,7 +31,7 @@ function UserThreadsFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
31
31
|
return json;
|
|
32
32
|
}
|
|
33
33
|
return {
|
|
34
|
-
'admin':
|
|
34
|
+
'admin': json['admin'] == null ? undefined : (0, ThreadLink_1.ThreadLinkFromJSON)(json['admin']),
|
|
35
35
|
};
|
|
36
36
|
}
|
|
37
37
|
exports.UserThreadsFromJSONTyped = UserThreadsFromJSONTyped;
|
|
@@ -36,26 +36,26 @@ function UserUpdateParametersFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
36
36
|
return json;
|
|
37
37
|
}
|
|
38
38
|
return {
|
|
39
|
-
'soletrader': json['soletrader'],
|
|
40
|
-
'gender':
|
|
41
|
-
'firstname': json['firstname'],
|
|
42
|
-
'lastname': json['lastname'],
|
|
43
|
-
'birthdate':
|
|
44
|
-
'email': json['email'],
|
|
45
|
-
'nickname': json['nickname'],
|
|
46
|
-
'phone': json['phone'],
|
|
47
|
-
'fax': json['fax'],
|
|
48
|
-
'pollQuestion': json['pollQuestion'],
|
|
49
|
-
'shippingAddress':
|
|
50
|
-
'accountantEmail': json['accountantEmail'],
|
|
51
|
-
'additionalEmails': json['additionalEmails'],
|
|
52
|
-
'paymentDelay': json['paymentDelay'],
|
|
53
|
-
'company':
|
|
54
|
-
'pickupEnabled': json['pickupEnabled'],
|
|
55
|
-
'delegatedServices':
|
|
56
|
-
'tags': json['tags'],
|
|
57
|
-
'isMangopaySynced': json['isMangopaySynced'],
|
|
58
|
-
'journal':
|
|
39
|
+
'soletrader': json['soletrader'] == null ? undefined : json['soletrader'],
|
|
40
|
+
'gender': json['gender'] == null ? undefined : (0, Gender_1.GenderFromJSON)(json['gender']),
|
|
41
|
+
'firstname': json['firstname'] == null ? undefined : json['firstname'],
|
|
42
|
+
'lastname': json['lastname'] == null ? undefined : json['lastname'],
|
|
43
|
+
'birthdate': json['birthdate'] == null ? undefined : (new Date(json['birthdate'])),
|
|
44
|
+
'email': json['email'] == null ? undefined : json['email'],
|
|
45
|
+
'nickname': json['nickname'] == null ? undefined : json['nickname'],
|
|
46
|
+
'phone': json['phone'] == null ? undefined : json['phone'],
|
|
47
|
+
'fax': json['fax'] == null ? undefined : json['fax'],
|
|
48
|
+
'pollQuestion': json['pollQuestion'] == null ? undefined : json['pollQuestion'],
|
|
49
|
+
'shippingAddress': json['shippingAddress'] == null ? undefined : (0, Address_1.AddressFromJSON)(json['shippingAddress']),
|
|
50
|
+
'accountantEmail': json['accountantEmail'] == null ? undefined : json['accountantEmail'],
|
|
51
|
+
'additionalEmails': json['additionalEmails'] == null ? undefined : json['additionalEmails'],
|
|
52
|
+
'paymentDelay': json['paymentDelay'] == null ? undefined : json['paymentDelay'],
|
|
53
|
+
'company': json['company'] == null ? undefined : (0, UserCompany_1.UserCompanyFromJSON)(json['company']),
|
|
54
|
+
'pickupEnabled': json['pickupEnabled'] == null ? undefined : json['pickupEnabled'],
|
|
55
|
+
'delegatedServices': json['delegatedServices'] == null ? undefined : (0, UserDelegatedServices_1.UserDelegatedServicesFromJSON)(json['delegatedServices']),
|
|
56
|
+
'tags': json['tags'] == null ? undefined : json['tags'],
|
|
57
|
+
'isMangopaySynced': json['isMangopaySynced'] == null ? undefined : json['isMangopaySynced'],
|
|
58
|
+
'journal': json['journal'] == null ? undefined : (0, UserJournal_1.UserJournalFromJSON)(json['journal']),
|
|
59
59
|
};
|
|
60
60
|
}
|
|
61
61
|
exports.UserUpdateParametersFromJSONTyped = UserUpdateParametersFromJSONTyped;
|
|
@@ -68,7 +68,7 @@ function UserUpdateParametersToJSON(value) {
|
|
|
68
68
|
'gender': (0, Gender_1.GenderToJSON)(value['gender']),
|
|
69
69
|
'firstname': value['firstname'],
|
|
70
70
|
'lastname': value['lastname'],
|
|
71
|
-
'birthdate':
|
|
71
|
+
'birthdate': value['birthdate'] == null ? undefined : ((0, runtime_1.toDateISOString)(value['birthdate'])),
|
|
72
72
|
'email': value['email'],
|
|
73
73
|
'nickname': value['nickname'],
|
|
74
74
|
'phone': value['phone'],
|
|
@@ -33,7 +33,7 @@ function UserWalletLinkFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
33
33
|
}
|
|
34
34
|
return {
|
|
35
35
|
'href': json['href'],
|
|
36
|
-
'id': json['id'],
|
|
36
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
37
37
|
};
|
|
38
38
|
}
|
|
39
39
|
exports.UserWalletLinkFromJSONTyped = UserWalletLinkFromJSONTyped;
|
|
@@ -31,10 +31,10 @@ function UserWalletsFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
31
31
|
return json;
|
|
32
32
|
}
|
|
33
33
|
return {
|
|
34
|
-
'main':
|
|
35
|
-
'levy':
|
|
36
|
-
'subscription':
|
|
37
|
-
'service':
|
|
34
|
+
'main': json['main'] == null ? undefined : (0, UserWalletLink_1.UserWalletLinkFromJSON)(json['main']),
|
|
35
|
+
'levy': json['levy'] == null ? undefined : (0, UserWalletLink_1.UserWalletLinkFromJSON)(json['levy']),
|
|
36
|
+
'subscription': json['subscription'] == null ? undefined : (0, UserWalletLink_1.UserWalletLinkFromJSON)(json['subscription']),
|
|
37
|
+
'service': json['service'] == null ? undefined : (0, UserWalletLink_1.UserWalletLinkFromJSON)(json['service']),
|
|
38
38
|
};
|
|
39
39
|
}
|
|
40
40
|
exports.UserWalletsFromJSONTyped = UserWalletsFromJSONTyped;
|
|
@@ -35,15 +35,15 @@ export declare class SearchProductEnthusiasmApi extends runtime.BaseAPI {
|
|
|
35
35
|
* @export
|
|
36
36
|
*/
|
|
37
37
|
export declare const GetProductEnthusiasmsOrderByEnum: {
|
|
38
|
-
readonly
|
|
39
|
-
readonly
|
|
40
|
-
readonly
|
|
41
|
-
readonly
|
|
42
|
-
readonly
|
|
43
|
-
readonly
|
|
44
|
-
readonly
|
|
45
|
-
readonly
|
|
46
|
-
readonly
|
|
47
|
-
readonly
|
|
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
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
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
|
|
58
|
-
readonly
|
|
59
|
-
readonly
|
|
60
|
-
readonly
|
|
61
|
-
readonly
|
|
62
|
-
readonly
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
65
|
-
readonly
|
|
66
|
-
readonly
|
|
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
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
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
|
};
|
|
@@ -30,10 +30,10 @@ function BarcodesFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
30
30
|
return json;
|
|
31
31
|
}
|
|
32
32
|
return {
|
|
33
|
-
'cip': json['cip'],
|
|
34
|
-
'cip13': json['cip13'],
|
|
35
|
-
'eans': json['eans'],
|
|
36
|
-
'principal': json['principal'],
|
|
33
|
+
'cip': json['cip'] == null ? undefined : json['cip'],
|
|
34
|
+
'cip13': json['cip13'] == null ? undefined : json['cip13'],
|
|
35
|
+
'eans': json['eans'] == null ? undefined : json['eans'],
|
|
36
|
+
'principal': json['principal'] == null ? undefined : json['principal'],
|
|
37
37
|
};
|
|
38
38
|
}
|
|
39
39
|
exports.BarcodesFromJSONTyped = BarcodesFromJSONTyped;
|
|
@@ -34,9 +34,9 @@ function DesiredSellerLinkFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
34
|
}
|
|
35
35
|
return {
|
|
36
36
|
'href': json['href'],
|
|
37
|
-
'id': json['id'],
|
|
38
|
-
'nickname': json['nickname'],
|
|
39
|
-
'company':
|
|
37
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
38
|
+
'nickname': json['nickname'] == null ? undefined : json['nickname'],
|
|
39
|
+
'company': json['company'] == null ? undefined : (0, OwnerLinkAllOfCompany_1.OwnerLinkAllOfCompanyFromJSON)(json['company']),
|
|
40
40
|
};
|
|
41
41
|
}
|
|
42
42
|
exports.DesiredSellerLinkFromJSONTyped = DesiredSellerLinkFromJSONTyped;
|
|
@@ -34,9 +34,9 @@ function OwnerLinkFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
34
|
}
|
|
35
35
|
return {
|
|
36
36
|
'href': json['href'],
|
|
37
|
-
'id': json['id'],
|
|
38
|
-
'nickname': json['nickname'],
|
|
39
|
-
'company':
|
|
37
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
38
|
+
'nickname': json['nickname'] == null ? undefined : json['nickname'],
|
|
39
|
+
'company': json['company'] == null ? undefined : (0, OwnerLinkAllOfCompany_1.OwnerLinkAllOfCompanyFromJSON)(json['company']),
|
|
40
40
|
};
|
|
41
41
|
}
|
|
42
42
|
exports.OwnerLinkFromJSONTyped = OwnerLinkFromJSONTyped;
|
|
@@ -30,7 +30,7 @@ function OwnerLinkAllOfCompanyFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
30
30
|
return json;
|
|
31
31
|
}
|
|
32
32
|
return {
|
|
33
|
-
'legalName': json['legalName'],
|
|
33
|
+
'legalName': json['legalName'] == null ? undefined : json['legalName'],
|
|
34
34
|
};
|
|
35
35
|
}
|
|
36
36
|
exports.OwnerLinkAllOfCompanyFromJSONTyped = OwnerLinkAllOfCompanyFromJSONTyped;
|
|
@@ -33,7 +33,7 @@ function PaginatedObjectFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
33
33
|
return json;
|
|
34
34
|
}
|
|
35
35
|
return {
|
|
36
|
-
'metadata': (
|
|
36
|
+
'metadata': (0, PagingMetadata_1.PagingMetadataFromJSON)(json['metadata']),
|
|
37
37
|
};
|
|
38
38
|
}
|
|
39
39
|
exports.PaginatedObjectFromJSONTyped = PaginatedObjectFromJSONTyped;
|
|
@@ -36,8 +36,8 @@ function PaginatedProductEnthusiasmsFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
36
36
|
return json;
|
|
37
37
|
}
|
|
38
38
|
return {
|
|
39
|
-
'metadata': (
|
|
40
|
-
'records': (json['records']
|
|
39
|
+
'metadata': (0, PagingMetadata_1.PagingMetadataFromJSON)(json['metadata']),
|
|
40
|
+
'records': (json['records'].map(ProductEnthusiasm_1.ProductEnthusiasmFromJSON)),
|
|
41
41
|
};
|
|
42
42
|
}
|
|
43
43
|
exports.PaginatedProductEnthusiasmsFromJSONTyped = PaginatedProductEnthusiasmsFromJSONTyped;
|
|
@@ -47,7 +47,7 @@ function PaginatedProductEnthusiasmsToJSON(value) {
|
|
|
47
47
|
}
|
|
48
48
|
return {
|
|
49
49
|
'metadata': (0, PagingMetadata_1.PagingMetadataToJSON)(value['metadata']),
|
|
50
|
-
'records': (value['records']
|
|
50
|
+
'records': (value['records'].map(ProductEnthusiasm_1.ProductEnthusiasmToJSON)),
|
|
51
51
|
};
|
|
52
52
|
}
|
|
53
53
|
exports.PaginatedProductEnthusiasmsToJSON = PaginatedProductEnthusiasmsToJSON;
|
|
@@ -36,8 +36,8 @@ function PaginatedWishesFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
36
36
|
return json;
|
|
37
37
|
}
|
|
38
38
|
return {
|
|
39
|
-
'metadata': (
|
|
40
|
-
'records': (json['records']
|
|
39
|
+
'metadata': (0, PagingMetadata_1.PagingMetadataFromJSON)(json['metadata']),
|
|
40
|
+
'records': (json['records'].map(Wish_1.WishFromJSON)),
|
|
41
41
|
};
|
|
42
42
|
}
|
|
43
43
|
exports.PaginatedWishesFromJSONTyped = PaginatedWishesFromJSONTyped;
|
|
@@ -47,7 +47,7 @@ function PaginatedWishesToJSON(value) {
|
|
|
47
47
|
}
|
|
48
48
|
return {
|
|
49
49
|
'metadata': (0, PagingMetadata_1.PagingMetadataToJSON)(value['metadata']),
|
|
50
|
-
'records': (value['records']
|
|
50
|
+
'records': (value['records'].map(Wish_1.WishToJSON)),
|
|
51
51
|
};
|
|
52
52
|
}
|
|
53
53
|
exports.PaginatedWishesToJSON = PaginatedWishesToJSON;
|
|
@@ -31,11 +31,11 @@ function ProductEnthusiasmFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
31
31
|
return json;
|
|
32
32
|
}
|
|
33
33
|
return {
|
|
34
|
-
'id': json['id'],
|
|
35
|
-
'product':
|
|
36
|
-
'recentDate':
|
|
37
|
-
'maxRebate': json['maxRebate'],
|
|
38
|
-
'totalQuantity': json['totalQuantity'],
|
|
34
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
35
|
+
'product': json['product'] == null ? undefined : (0, ProductLink_1.ProductLinkFromJSON)(json['product']),
|
|
36
|
+
'recentDate': json['recentDate'] == null ? undefined : (new Date(json['recentDate'])),
|
|
37
|
+
'maxRebate': json['maxRebate'] == null ? undefined : json['maxRebate'],
|
|
38
|
+
'totalQuantity': json['totalQuantity'] == null ? undefined : json['totalQuantity'],
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
41
|
exports.ProductEnthusiasmFromJSONTyped = ProductEnthusiasmFromJSONTyped;
|
|
@@ -46,7 +46,7 @@ function ProductEnthusiasmToJSON(value) {
|
|
|
46
46
|
return {
|
|
47
47
|
'id': value['id'],
|
|
48
48
|
'product': (0, ProductLink_1.ProductLinkToJSON)(value['product']),
|
|
49
|
-
'recentDate':
|
|
49
|
+
'recentDate': value['recentDate'] == null ? undefined : ((value['recentDate']).toISOString()),
|
|
50
50
|
'maxRebate': value['maxRebate'],
|
|
51
51
|
'totalQuantity': value['totalQuantity'],
|
|
52
52
|
};
|
|
@@ -34,9 +34,9 @@ function ProductLinkFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
34
|
}
|
|
35
35
|
return {
|
|
36
36
|
'href': json['href'],
|
|
37
|
-
'id': json['id'],
|
|
38
|
-
'name': json['name'],
|
|
39
|
-
'barcodes':
|
|
37
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
38
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
39
|
+
'barcodes': json['barcodes'] == null ? undefined : (0, Barcodes_1.BarcodesFromJSON)(json['barcodes']),
|
|
40
40
|
};
|
|
41
41
|
}
|
|
42
42
|
exports.ProductLinkFromJSONTyped = ProductLinkFromJSONTyped;
|
|
@@ -31,8 +31,8 @@ function ReferrerFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
31
31
|
return json;
|
|
32
32
|
}
|
|
33
33
|
return {
|
|
34
|
-
'id': json['id'],
|
|
35
|
-
'type':
|
|
34
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
35
|
+
'type': json['type'] == null ? undefined : (0, WishReferrerType_1.WishReferrerTypeFromJSON)(json['type']),
|
|
36
36
|
};
|
|
37
37
|
}
|
|
38
38
|
exports.ReferrerFromJSONTyped = ReferrerFromJSONTyped;
|
|
@@ -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
|
/**
|