@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
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* lcdp-pharmaide-service
|
|
3
|
+
* This is the REST API of LCDP products
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: contact@lecomptoirdespharmacies.fr
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* This object contain informations about synchronization between our data and the source.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SynchroneitySource
|
|
16
|
+
*/
|
|
17
|
+
export interface SynchroneitySource {
|
|
18
|
+
/**
|
|
19
|
+
* Last successful synchronization date for this source
|
|
20
|
+
* @type {Date}
|
|
21
|
+
* @memberof SynchroneitySource
|
|
22
|
+
*/
|
|
23
|
+
lastSynchronizationDate?: Date | null;
|
|
24
|
+
/**
|
|
25
|
+
* If true, the source will be synrchonized ASAP
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof SynchroneitySource
|
|
28
|
+
*/
|
|
29
|
+
synchronizationScheduled?: boolean;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the SynchroneitySource interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfSynchroneitySource(value: object): value is SynchroneitySource;
|
|
35
|
+
export declare function SynchroneitySourceFromJSON(json: any): SynchroneitySource;
|
|
36
|
+
export declare function SynchroneitySourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): SynchroneitySource;
|
|
37
|
+
export declare function SynchroneitySourceToJSON(value?: SynchroneitySource | null): any;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* lcdp-pharmaide-service
|
|
6
|
+
* This is the REST API of LCDP products
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: contact@lecomptoirdespharmacies.fr
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.SynchroneitySourceToJSON = exports.SynchroneitySourceFromJSONTyped = exports.SynchroneitySourceFromJSON = exports.instanceOfSynchroneitySource = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the SynchroneitySource interface.
|
|
19
|
+
*/
|
|
20
|
+
function instanceOfSynchroneitySource(value) {
|
|
21
|
+
return true;
|
|
22
|
+
}
|
|
23
|
+
exports.instanceOfSynchroneitySource = instanceOfSynchroneitySource;
|
|
24
|
+
function SynchroneitySourceFromJSON(json) {
|
|
25
|
+
return SynchroneitySourceFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
exports.SynchroneitySourceFromJSON = SynchroneitySourceFromJSON;
|
|
28
|
+
function SynchroneitySourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
+
if (json == null) {
|
|
30
|
+
return json;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
'lastSynchronizationDate': json['lastSynchronizationDate'] == null ? undefined : (new Date(json['lastSynchronizationDate'])),
|
|
34
|
+
'synchronizationScheduled': json['synchronizationScheduled'] == null ? undefined : json['synchronizationScheduled'],
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
exports.SynchroneitySourceFromJSONTyped = SynchroneitySourceFromJSONTyped;
|
|
38
|
+
function SynchroneitySourceToJSON(value) {
|
|
39
|
+
if (value == null) {
|
|
40
|
+
return value;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'lastSynchronizationDate': value['lastSynchronizationDate'] == null ? undefined : (value['lastSynchronizationDate'].toISOString()),
|
|
44
|
+
'synchronizationScheduled': value['synchronizationScheduled'],
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
exports.SynchroneitySourceToJSON = SynchroneitySourceToJSON;
|
|
@@ -2,13 +2,10 @@ export * from './ActiveProduct';
|
|
|
2
2
|
export * from './ActiveProductUpdateParameters';
|
|
3
3
|
export * from './Barcodes';
|
|
4
4
|
export * from './HttpLink';
|
|
5
|
-
export * from './Inventory';
|
|
6
|
-
export * from './InventoryJournal';
|
|
7
5
|
export * from './MisalignedProduct';
|
|
8
6
|
export * from './OverstockProduct';
|
|
9
7
|
export * from './OverstockProductUpdateParameters';
|
|
10
8
|
export * from './PaginatedActiveProducts';
|
|
11
|
-
export * from './PaginatedInventories';
|
|
12
9
|
export * from './PaginatedMisalignedProducts';
|
|
13
10
|
export * from './PaginatedObject';
|
|
14
11
|
export * from './PaginatedOverstockProducts';
|
|
@@ -19,4 +16,6 @@ export * from './Statistics';
|
|
|
19
16
|
export * from './StatisticsActiveProducts';
|
|
20
17
|
export * from './StatisticsMisalignedProducts';
|
|
21
18
|
export * from './StatisticsOverstockProducts';
|
|
22
|
-
export * from './
|
|
19
|
+
export * from './Synchroneity';
|
|
20
|
+
export * from './SynchroneityOffisante';
|
|
21
|
+
export * from './SynchroneitySource';
|
|
@@ -20,13 +20,10 @@ __exportStar(require("./ActiveProduct"), exports);
|
|
|
20
20
|
__exportStar(require("./ActiveProductUpdateParameters"), exports);
|
|
21
21
|
__exportStar(require("./Barcodes"), exports);
|
|
22
22
|
__exportStar(require("./HttpLink"), exports);
|
|
23
|
-
__exportStar(require("./Inventory"), exports);
|
|
24
|
-
__exportStar(require("./InventoryJournal"), exports);
|
|
25
23
|
__exportStar(require("./MisalignedProduct"), exports);
|
|
26
24
|
__exportStar(require("./OverstockProduct"), exports);
|
|
27
25
|
__exportStar(require("./OverstockProductUpdateParameters"), exports);
|
|
28
26
|
__exportStar(require("./PaginatedActiveProducts"), exports);
|
|
29
|
-
__exportStar(require("./PaginatedInventories"), exports);
|
|
30
27
|
__exportStar(require("./PaginatedMisalignedProducts"), exports);
|
|
31
28
|
__exportStar(require("./PaginatedObject"), exports);
|
|
32
29
|
__exportStar(require("./PaginatedOverstockProducts"), exports);
|
|
@@ -37,4 +34,6 @@ __exportStar(require("./Statistics"), exports);
|
|
|
37
34
|
__exportStar(require("./StatisticsActiveProducts"), exports);
|
|
38
35
|
__exportStar(require("./StatisticsMisalignedProducts"), exports);
|
|
39
36
|
__exportStar(require("./StatisticsOverstockProducts"), exports);
|
|
40
|
-
__exportStar(require("./
|
|
37
|
+
__exportStar(require("./Synchroneity"), exports);
|
|
38
|
+
__exportStar(require("./SynchroneityOffisante"), exports);
|
|
39
|
+
__exportStar(require("./SynchroneitySource"), exports);
|
|
@@ -52,15 +52,15 @@ export declare class SearchInvoiceApi extends runtime.BaseAPI {
|
|
|
52
52
|
* @export
|
|
53
53
|
*/
|
|
54
54
|
export declare const GetInvoicesOrderByEnum: {
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
57
|
-
readonly
|
|
58
|
-
readonly
|
|
59
|
-
readonly
|
|
60
|
-
readonly
|
|
61
|
-
readonly
|
|
62
|
-
readonly
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
55
|
+
readonly ReferencEasc: "REFERENCE:asc";
|
|
56
|
+
readonly ReferencEdesc: "REFERENCE:desc";
|
|
57
|
+
readonly ChargeDatEasc: "CHARGE_DATE:asc";
|
|
58
|
+
readonly ChargeDatEdesc: "CHARGE_DATE:desc";
|
|
59
|
+
readonly TotalExcludingTaxeSasc: "TOTAL_EXCLUDING_TAXES:asc";
|
|
60
|
+
readonly TotalExcludingTaxeSdesc: "TOTAL_EXCLUDING_TAXES:desc";
|
|
61
|
+
readonly TotalIncludingTaxeSasc: "TOTAL_INCLUDING_TAXES:asc";
|
|
62
|
+
readonly TotalIncludingTaxeSdesc: "TOTAL_INCLUDING_TAXES:desc";
|
|
63
|
+
readonly OwnerCompanyLegalNamEasc: "OWNER_COMPANY_LEGAL_NAME:asc";
|
|
64
|
+
readonly OwnerCompanyLegalNamEdesc: "OWNER_COMPANY_LEGAL_NAME:desc";
|
|
65
65
|
};
|
|
66
66
|
export declare type GetInvoicesOrderByEnum = typeof GetInvoicesOrderByEnum[keyof typeof GetInvoicesOrderByEnum];
|
|
@@ -271,14 +271,14 @@ exports.SearchInvoiceApi = SearchInvoiceApi;
|
|
|
271
271
|
* @export
|
|
272
272
|
*/
|
|
273
273
|
exports.GetInvoicesOrderByEnum = {
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
274
|
+
ReferencEasc: 'REFERENCE:asc',
|
|
275
|
+
ReferencEdesc: 'REFERENCE:desc',
|
|
276
|
+
ChargeDatEasc: 'CHARGE_DATE:asc',
|
|
277
|
+
ChargeDatEdesc: 'CHARGE_DATE:desc',
|
|
278
|
+
TotalExcludingTaxeSasc: 'TOTAL_EXCLUDING_TAXES:asc',
|
|
279
|
+
TotalExcludingTaxeSdesc: 'TOTAL_EXCLUDING_TAXES:desc',
|
|
280
|
+
TotalIncludingTaxeSasc: 'TOTAL_INCLUDING_TAXES:asc',
|
|
281
|
+
TotalIncludingTaxeSdesc: 'TOTAL_INCLUDING_TAXES:desc',
|
|
282
|
+
OwnerCompanyLegalNamEasc: 'OWNER_COMPANY_LEGAL_NAME:asc',
|
|
283
|
+
OwnerCompanyLegalNamEdesc: 'OWNER_COMPANY_LEGAL_NAME:desc'
|
|
284
284
|
};
|
|
@@ -37,9 +37,9 @@ export declare class SearchInvoiceLineApi extends runtime.BaseAPI {
|
|
|
37
37
|
* @export
|
|
38
38
|
*/
|
|
39
39
|
export declare const GetPlannedInvoiceLinesOrderByEnum: {
|
|
40
|
-
readonly
|
|
41
|
-
readonly
|
|
42
|
-
readonly
|
|
43
|
-
readonly
|
|
40
|
+
readonly TotalExcludingTaxeSasc: "TOTAL_EXCLUDING_TAXES:asc";
|
|
41
|
+
readonly TotalExcludingTaxeSdesc: "TOTAL_EXCLUDING_TAXES:desc";
|
|
42
|
+
readonly CreatedATasc: "CREATED_AT:asc";
|
|
43
|
+
readonly CreatedATdesc: "CREATED_AT:desc";
|
|
44
44
|
};
|
|
45
45
|
export declare type GetPlannedInvoiceLinesOrderByEnum = typeof GetPlannedInvoiceLinesOrderByEnum[keyof typeof GetPlannedInvoiceLinesOrderByEnum];
|
|
@@ -180,8 +180,8 @@ exports.SearchInvoiceLineApi = SearchInvoiceLineApi;
|
|
|
180
180
|
* @export
|
|
181
181
|
*/
|
|
182
182
|
exports.GetPlannedInvoiceLinesOrderByEnum = {
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
183
|
+
TotalExcludingTaxeSasc: 'TOTAL_EXCLUDING_TAXES:asc',
|
|
184
|
+
TotalExcludingTaxeSdesc: 'TOTAL_EXCLUDING_TAXES:desc',
|
|
185
|
+
CreatedATasc: 'CREATED_AT:asc',
|
|
186
|
+
CreatedATdesc: 'CREATED_AT:desc'
|
|
187
187
|
};
|
|
@@ -51,13 +51,13 @@ export declare class SearchOrderTallyApi extends runtime.BaseAPI {
|
|
|
51
51
|
* @export
|
|
52
52
|
*/
|
|
53
53
|
export declare const GetOrderTalliesOrderByEnum: {
|
|
54
|
-
readonly
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
57
|
-
readonly
|
|
58
|
-
readonly
|
|
59
|
-
readonly
|
|
60
|
-
readonly
|
|
61
|
-
readonly
|
|
54
|
+
readonly OrderReferencEasc: "ORDER_REFERENCE:asc";
|
|
55
|
+
readonly OrderReferencEdesc: "ORDER_REFERENCE:desc";
|
|
56
|
+
readonly OrderCreatedATasc: "ORDER_CREATED_AT:asc";
|
|
57
|
+
readonly OrderCreatedATdesc: "ORDER_CREATED_AT:desc";
|
|
58
|
+
readonly BuyerDebitIncludingTaxeSasc: "BUYER_DEBIT_INCLUDING_TAXES:asc";
|
|
59
|
+
readonly BuyerDebitIncludingTaxeSdesc: "BUYER_DEBIT_INCLUDING_TAXES:desc";
|
|
60
|
+
readonly SellerCreditIncludingTaxeSasc: "SELLER_CREDIT_INCLUDING_TAXES:asc";
|
|
61
|
+
readonly SellerCreditIncludingTaxeSdesc: "SELLER_CREDIT_INCLUDING_TAXES:desc";
|
|
62
62
|
};
|
|
63
63
|
export declare type GetOrderTalliesOrderByEnum = typeof GetOrderTalliesOrderByEnum[keyof typeof GetOrderTalliesOrderByEnum];
|
|
@@ -268,12 +268,12 @@ exports.SearchOrderTallyApi = SearchOrderTallyApi;
|
|
|
268
268
|
* @export
|
|
269
269
|
*/
|
|
270
270
|
exports.GetOrderTalliesOrderByEnum = {
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
271
|
+
OrderReferencEasc: 'ORDER_REFERENCE:asc',
|
|
272
|
+
OrderReferencEdesc: 'ORDER_REFERENCE:desc',
|
|
273
|
+
OrderCreatedATasc: 'ORDER_CREATED_AT:asc',
|
|
274
|
+
OrderCreatedATdesc: 'ORDER_CREATED_AT:desc',
|
|
275
|
+
BuyerDebitIncludingTaxeSasc: 'BUYER_DEBIT_INCLUDING_TAXES:asc',
|
|
276
|
+
BuyerDebitIncludingTaxeSdesc: 'BUYER_DEBIT_INCLUDING_TAXES:desc',
|
|
277
|
+
SellerCreditIncludingTaxeSasc: 'SELLER_CREDIT_INCLUDING_TAXES:asc',
|
|
278
|
+
SellerCreditIncludingTaxeSdesc: 'SELLER_CREDIT_INCLUDING_TAXES:desc'
|
|
279
279
|
};
|
|
@@ -47,11 +47,11 @@ function InvoiceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
47
47
|
return json;
|
|
48
48
|
}
|
|
49
49
|
return {
|
|
50
|
-
'type': (
|
|
50
|
+
'type': (0, InvoiceType_1.InvoiceTypeFromJSON)(json['type']),
|
|
51
51
|
'reference': json['reference'],
|
|
52
|
-
'owner': (
|
|
52
|
+
'owner': (0, UserLink_1.UserLinkFromJSON)(json['owner']),
|
|
53
53
|
'description': json['description'],
|
|
54
|
-
'chargeDate': (
|
|
54
|
+
'chargeDate': (new Date(json['chargeDate'])),
|
|
55
55
|
'totalExcludingTaxes': json['totalExcludingTaxes'],
|
|
56
56
|
'totalIncludingTaxes': json['totalIncludingTaxes'],
|
|
57
57
|
};
|
|
@@ -66,7 +66,7 @@ function InvoiceToJSON(value) {
|
|
|
66
66
|
'reference': value['reference'],
|
|
67
67
|
'owner': (0, UserLink_1.UserLinkToJSON)(value['owner']),
|
|
68
68
|
'description': value['description'],
|
|
69
|
-
'chargeDate': (
|
|
69
|
+
'chargeDate': ((0, runtime_1.toDateISOString)(value['chargeDate'])),
|
|
70
70
|
'totalExcludingTaxes': value['totalExcludingTaxes'],
|
|
71
71
|
'totalIncludingTaxes': value['totalIncludingTaxes'],
|
|
72
72
|
};
|
|
@@ -38,8 +38,8 @@ function InvoiceSummaryCreationParametersFromJSONTyped(json, ignoreDiscriminator
|
|
|
38
38
|
}
|
|
39
39
|
return {
|
|
40
40
|
'userId': json['userId'],
|
|
41
|
-
'fromDate': (
|
|
42
|
-
'toDate': (
|
|
41
|
+
'fromDate': (new Date(json['fromDate'])),
|
|
42
|
+
'toDate': (new Date(json['toDate'])),
|
|
43
43
|
};
|
|
44
44
|
}
|
|
45
45
|
exports.InvoiceSummaryCreationParametersFromJSONTyped = InvoiceSummaryCreationParametersFromJSONTyped;
|
|
@@ -49,8 +49,8 @@ function InvoiceSummaryCreationParametersToJSON(value) {
|
|
|
49
49
|
}
|
|
50
50
|
return {
|
|
51
51
|
'userId': value['userId'],
|
|
52
|
-
'fromDate': (
|
|
53
|
-
'toDate': (
|
|
52
|
+
'fromDate': ((0, runtime_1.toDateISOString)(value['fromDate'])),
|
|
53
|
+
'toDate': ((0, runtime_1.toDateISOString)(value['toDate'])),
|
|
54
54
|
};
|
|
55
55
|
}
|
|
56
56
|
exports.InvoiceSummaryCreationParametersToJSON = InvoiceSummaryCreationParametersToJSON;
|
|
@@ -14,22 +14,23 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
*/
|
|
16
16
|
export declare const InvoiceType: {
|
|
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
|
|
17
|
+
readonly CommissionBuyer: "COMMISSION_BUYER";
|
|
18
|
+
readonly CommissionSeller: "COMMISSION_SELLER";
|
|
19
|
+
readonly CommissionCreditNoteBuyer: "COMMISSION_CREDIT_NOTE_BUYER";
|
|
20
|
+
readonly CommissionCreditNoteSeller: "COMMISSION_CREDIT_NOTE_SELLER";
|
|
21
|
+
readonly Subscription: "SUBSCRIPTION";
|
|
22
|
+
readonly Service: "SERVICE";
|
|
23
|
+
readonly OrderBuyer: "ORDER_BUYER";
|
|
24
|
+
readonly OrderSeller: "ORDER_SELLER";
|
|
25
|
+
readonly OrderCreditNoteBuyer: "ORDER_CREDIT_NOTE_BUYER";
|
|
26
|
+
readonly OrderCreditNoteSeller: "ORDER_CREDIT_NOTE_SELLER";
|
|
27
|
+
readonly AggregatedCommission: "AGGREGATED_COMMISSION";
|
|
28
|
+
readonly AggregatedCommissionCreditNote: "AGGREGATED_COMMISSION_CREDIT_NOTE";
|
|
29
|
+
readonly External: "EXTERNAL";
|
|
30
30
|
};
|
|
31
31
|
export declare type InvoiceType = typeof InvoiceType[keyof typeof InvoiceType];
|
|
32
32
|
export declare function instanceOfInvoiceType(value: any): boolean;
|
|
33
33
|
export declare function InvoiceTypeFromJSON(json: any): InvoiceType;
|
|
34
34
|
export declare function InvoiceTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvoiceType;
|
|
35
35
|
export declare function InvoiceTypeToJSON(value?: InvoiceType | null): any;
|
|
36
|
+
export declare function InvoiceTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): InvoiceType;
|
|
@@ -13,25 +13,25 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.InvoiceTypeToJSON = exports.InvoiceTypeFromJSONTyped = exports.InvoiceTypeFromJSON = exports.instanceOfInvoiceType = exports.InvoiceType = void 0;
|
|
16
|
+
exports.InvoiceTypeToJSONTyped = exports.InvoiceTypeToJSON = exports.InvoiceTypeFromJSONTyped = exports.InvoiceTypeFromJSON = exports.instanceOfInvoiceType = exports.InvoiceType = void 0;
|
|
17
17
|
/**
|
|
18
18
|
* All of invoices type
|
|
19
19
|
* @export
|
|
20
20
|
*/
|
|
21
21
|
exports.InvoiceType = {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
22
|
+
CommissionBuyer: 'COMMISSION_BUYER',
|
|
23
|
+
CommissionSeller: 'COMMISSION_SELLER',
|
|
24
|
+
CommissionCreditNoteBuyer: 'COMMISSION_CREDIT_NOTE_BUYER',
|
|
25
|
+
CommissionCreditNoteSeller: 'COMMISSION_CREDIT_NOTE_SELLER',
|
|
26
|
+
Subscription: 'SUBSCRIPTION',
|
|
27
|
+
Service: 'SERVICE',
|
|
28
|
+
OrderBuyer: 'ORDER_BUYER',
|
|
29
|
+
OrderSeller: 'ORDER_SELLER',
|
|
30
|
+
OrderCreditNoteBuyer: 'ORDER_CREDIT_NOTE_BUYER',
|
|
31
|
+
OrderCreditNoteSeller: 'ORDER_CREDIT_NOTE_SELLER',
|
|
32
|
+
AggregatedCommission: 'AGGREGATED_COMMISSION',
|
|
33
|
+
AggregatedCommissionCreditNote: 'AGGREGATED_COMMISSION_CREDIT_NOTE',
|
|
34
|
+
External: 'EXTERNAL'
|
|
35
35
|
};
|
|
36
36
|
function instanceOfInvoiceType(value) {
|
|
37
37
|
for (var key in exports.InvoiceType) {
|
|
@@ -56,3 +56,7 @@ function InvoiceTypeToJSON(value) {
|
|
|
56
56
|
return value;
|
|
57
57
|
}
|
|
58
58
|
exports.InvoiceTypeToJSON = InvoiceTypeToJSON;
|
|
59
|
+
function InvoiceTypeToJSONTyped(value, ignoreDiscriminator) {
|
|
60
|
+
return value;
|
|
61
|
+
}
|
|
62
|
+
exports.InvoiceTypeToJSONTyped = InvoiceTypeToJSONTyped;
|
|
@@ -30,8 +30,8 @@ function InvoiceUpdateParametersFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
30
30
|
return json;
|
|
31
31
|
}
|
|
32
32
|
return {
|
|
33
|
-
'description': json['description'],
|
|
34
|
-
'totalExcludingTaxes': json['totalExcludingTaxes'],
|
|
33
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
34
|
+
'totalExcludingTaxes': json['totalExcludingTaxes'] == null ? undefined : json['totalExcludingTaxes'],
|
|
35
35
|
};
|
|
36
36
|
}
|
|
37
37
|
exports.InvoiceUpdateParametersFromJSONTyped = InvoiceUpdateParametersFromJSONTyped;
|
|
@@ -33,8 +33,8 @@ function OrderLinkFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
33
33
|
}
|
|
34
34
|
return {
|
|
35
35
|
'href': json['href'],
|
|
36
|
-
'reference': json['reference'],
|
|
37
|
-
'createdAt':
|
|
36
|
+
'reference': json['reference'] == null ? undefined : json['reference'],
|
|
37
|
+
'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
|
|
38
38
|
};
|
|
39
39
|
}
|
|
40
40
|
exports.OrderLinkFromJSONTyped = OrderLinkFromJSONTyped;
|
|
@@ -45,7 +45,7 @@ function OrderLinkToJSON(value) {
|
|
|
45
45
|
return {
|
|
46
46
|
'href': value['href'],
|
|
47
47
|
'reference': value['reference'],
|
|
48
|
-
'createdAt':
|
|
48
|
+
'createdAt': value['createdAt'] == null ? undefined : ((value['createdAt']).toISOString()),
|
|
49
49
|
};
|
|
50
50
|
}
|
|
51
51
|
exports.OrderLinkToJSON = OrderLinkToJSON;
|
|
@@ -44,12 +44,12 @@ function OrderTallyFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
44
44
|
}
|
|
45
45
|
return {
|
|
46
46
|
'reference': json['reference'],
|
|
47
|
-
'order': (
|
|
48
|
-
'seller':
|
|
49
|
-
'buyer':
|
|
47
|
+
'order': (0, OrderLink_1.OrderLinkFromJSON)(json['order']),
|
|
48
|
+
'seller': json['seller'] == null ? undefined : (0, UserLink_1.UserLinkFromJSON)(json['seller']),
|
|
49
|
+
'buyer': json['buyer'] == null ? undefined : (0, UserLink_1.UserLinkFromJSON)(json['buyer']),
|
|
50
50
|
'sellerCreditIncludingTaxes': json['sellerCreditIncludingTaxes'],
|
|
51
51
|
'buyerDebitIncludingTaxes': json['buyerDebitIncludingTaxes'],
|
|
52
|
-
'invoices': (json['invoices']
|
|
52
|
+
'invoices': (json['invoices'].map(Invoice_1.InvoiceFromJSON)),
|
|
53
53
|
};
|
|
54
54
|
}
|
|
55
55
|
exports.OrderTallyFromJSONTyped = OrderTallyFromJSONTyped;
|
|
@@ -64,7 +64,7 @@ function OrderTallyToJSON(value) {
|
|
|
64
64
|
'buyer': (0, UserLink_1.UserLinkToJSON)(value['buyer']),
|
|
65
65
|
'sellerCreditIncludingTaxes': value['sellerCreditIncludingTaxes'],
|
|
66
66
|
'buyerDebitIncludingTaxes': value['buyerDebitIncludingTaxes'],
|
|
67
|
-
'invoices': (value['invoices']
|
|
67
|
+
'invoices': (value['invoices'].map(Invoice_1.InvoiceToJSON)),
|
|
68
68
|
};
|
|
69
69
|
}
|
|
70
70
|
exports.OrderTallyToJSON = OrderTallyToJSON;
|
|
@@ -36,8 +36,8 @@ function PaginatedInvoicesFromJSONTyped(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(Invoice_1.InvoiceFromJSON)),
|
|
41
41
|
};
|
|
42
42
|
}
|
|
43
43
|
exports.PaginatedInvoicesFromJSONTyped = PaginatedInvoicesFromJSONTyped;
|
|
@@ -47,7 +47,7 @@ function PaginatedInvoicesToJSON(value) {
|
|
|
47
47
|
}
|
|
48
48
|
return {
|
|
49
49
|
'metadata': (0, PagingMetadata_1.PagingMetadataToJSON)(value['metadata']),
|
|
50
|
-
'records': (value['records']
|
|
50
|
+
'records': (value['records'].map(Invoice_1.InvoiceToJSON)),
|
|
51
51
|
};
|
|
52
52
|
}
|
|
53
53
|
exports.PaginatedInvoicesToJSON = PaginatedInvoicesToJSON;
|
|
@@ -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 PaginatedOrderTalliesFromJSONTyped(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(OrderTally_1.OrderTallyFromJSON)),
|
|
41
41
|
};
|
|
42
42
|
}
|
|
43
43
|
exports.PaginatedOrderTalliesFromJSONTyped = PaginatedOrderTalliesFromJSONTyped;
|
|
@@ -47,7 +47,7 @@ function PaginatedOrderTalliesToJSON(value) {
|
|
|
47
47
|
}
|
|
48
48
|
return {
|
|
49
49
|
'metadata': (0, PagingMetadata_1.PagingMetadataToJSON)(value['metadata']),
|
|
50
|
-
'records': (value['records']
|
|
50
|
+
'records': (value['records'].map(OrderTally_1.OrderTallyToJSON)),
|
|
51
51
|
};
|
|
52
52
|
}
|
|
53
53
|
exports.PaginatedOrderTalliesToJSON = PaginatedOrderTalliesToJSON;
|
|
@@ -36,8 +36,8 @@ function PaginatedPlannedInvoiceLineFromJSONTyped(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(PlannedInvoiceLine_1.PlannedInvoiceLineFromJSON)),
|
|
41
41
|
};
|
|
42
42
|
}
|
|
43
43
|
exports.PaginatedPlannedInvoiceLineFromJSONTyped = PaginatedPlannedInvoiceLineFromJSONTyped;
|
|
@@ -47,7 +47,7 @@ function PaginatedPlannedInvoiceLineToJSON(value) {
|
|
|
47
47
|
}
|
|
48
48
|
return {
|
|
49
49
|
'metadata': (0, PagingMetadata_1.PagingMetadataToJSON)(value['metadata']),
|
|
50
|
-
'records': (value['records']
|
|
50
|
+
'records': (value['records'].map(PlannedInvoiceLine_1.PlannedInvoiceLineToJSON)),
|
|
51
51
|
};
|
|
52
52
|
}
|
|
53
53
|
exports.PaginatedPlannedInvoiceLineToJSON = PaginatedPlannedInvoiceLineToJSON;
|
|
@@ -43,9 +43,9 @@ function PlannedInvoiceLineFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
43
43
|
return {
|
|
44
44
|
'id': json['id'],
|
|
45
45
|
'wording': json['wording'],
|
|
46
|
-
'chargedUser': (
|
|
46
|
+
'chargedUser': (0, UserLink_1.UserLinkFromJSON)(json['chargedUser']),
|
|
47
47
|
'totalExcludingTaxes': json['totalExcludingTaxes'],
|
|
48
|
-
'createdAt': (
|
|
48
|
+
'createdAt': (new Date(json['createdAt'])),
|
|
49
49
|
};
|
|
50
50
|
}
|
|
51
51
|
exports.PlannedInvoiceLineFromJSONTyped = PlannedInvoiceLineFromJSONTyped;
|
|
@@ -58,7 +58,7 @@ function PlannedInvoiceLineToJSON(value) {
|
|
|
58
58
|
'wording': value['wording'],
|
|
59
59
|
'chargedUser': (0, UserLink_1.UserLinkToJSON)(value['chargedUser']),
|
|
60
60
|
'totalExcludingTaxes': value['totalExcludingTaxes'],
|
|
61
|
-
'createdAt': (
|
|
61
|
+
'createdAt': ((value['createdAt']).toISOString()),
|
|
62
62
|
};
|
|
63
63
|
}
|
|
64
64
|
exports.PlannedInvoiceLineToJSON = PlannedInvoiceLineToJSON;
|