@lcdp/api-react-rest-client 2.9.0-upgrade-codegen-client-react.12586609052 → 2.9.0
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/AuthApi.d.ts +10 -12
- package/auth/src/apis/AuthApi.js +70 -63
- package/auth/src/apis/ManageApiKeyApi.d.ts +12 -12
- package/auth/src/apis/ManageApiKeyApi.js +85 -84
- package/auth/src/apis/SearchApiKeyApi.d.ts +20 -20
- package/auth/src/apis/SearchApiKeyApi.js +91 -86
- package/auth/src/apis/index.js +0 -2
- package/auth/src/index.d.ts +2 -2
- package/auth/src/index.js +2 -4
- package/auth/src/models/AnonymousUser.d.ts +2 -11
- package/auth/src/models/AnonymousUser.js +21 -27
- package/auth/src/models/AnonymousUserAllOf.d.ts +33 -0
- package/auth/src/models/AnonymousUserAllOf.js +44 -0
- package/auth/src/models/AnyAuthenticationCredential.d.ts +9 -10
- package/auth/src/models/AnyAuthenticationCredential.js +27 -13
- package/auth/src/models/AnyUser.d.ts +2 -3
- package/auth/src/models/AnyUser.js +19 -5
- package/auth/src/models/ApiKey.d.ts +4 -14
- package/auth/src/models/ApiKey.js +22 -27
- package/auth/src/models/ApiKeyCreationParameters.d.ts +3 -13
- package/auth/src/models/ApiKeyCreationParameters.js +11 -21
- package/auth/src/models/ApiKeyCredential.d.ts +2 -11
- package/auth/src/models/ApiKeyCredential.js +21 -23
- package/auth/src/models/ApiKeyCredentialAllOf.d.ts +27 -0
- package/auth/src/models/ApiKeyCredentialAllOf.js +41 -0
- package/auth/src/models/AuthenticationCredential.d.ts +0 -4
- package/auth/src/models/AuthenticationCredential.js +8 -14
- package/auth/src/models/DisposableCredential.d.ts +2 -11
- package/auth/src/models/DisposableCredential.js +21 -23
- package/auth/src/models/DisposableCredentialAllOf.d.ts +27 -0
- package/auth/src/models/DisposableCredentialAllOf.js +41 -0
- package/auth/src/models/DisposableTokenCreationParameters.d.ts +0 -4
- package/auth/src/models/DisposableTokenCreationParameters.js +10 -13
- package/auth/src/models/HttpLink.d.ts +0 -4
- package/auth/src/models/HttpLink.js +8 -14
- package/auth/src/models/IdentifiedUser.d.ts +2 -11
- package/auth/src/models/IdentifiedUser.js +21 -23
- package/auth/src/models/IdentifiedUserAllOf.d.ts +27 -0
- package/auth/src/models/IdentifiedUserAllOf.js +42 -0
- package/auth/src/models/LoginCredential.d.ts +2 -11
- package/auth/src/models/LoginCredential.js +21 -27
- package/auth/src/models/LoginCredentialAllOf.d.ts +33 -0
- package/auth/src/models/LoginCredentialAllOf.js +43 -0
- package/auth/src/models/PaginatedApiKeys.d.ts +3 -13
- package/auth/src/models/PaginatedApiKeys.js +21 -24
- package/auth/src/models/PaginatedApiKeysAllOf.d.ts +28 -0
- package/auth/src/models/PaginatedApiKeysAllOf.js +42 -0
- package/auth/src/models/PaginatedObject.d.ts +1 -5
- package/auth/src/models/PaginatedObject.js +9 -15
- package/auth/src/models/PagingMetadata.d.ts +0 -4
- package/auth/src/models/PagingMetadata.js +11 -23
- package/auth/src/models/RefreshCredential.d.ts +2 -11
- package/auth/src/models/RefreshCredential.js +21 -23
- package/auth/src/models/RefreshCredentialAllOf.d.ts +27 -0
- package/auth/src/models/RefreshCredentialAllOf.js +41 -0
- package/auth/src/models/RestError.d.ts +56 -62
- package/auth/src/models/RestError.js +67 -71
- package/auth/src/models/RevealedApiKey.d.ts +2 -54
- package/auth/src/models/RevealedApiKey.js +22 -34
- package/auth/src/models/RevealedApiKeyAllOf.d.ts +27 -0
- package/auth/src/models/RevealedApiKeyAllOf.js +42 -0
- package/auth/src/models/Session.d.ts +0 -4
- package/auth/src/models/Session.js +10 -20
- package/auth/src/models/User.d.ts +0 -4
- package/auth/src/models/User.js +8 -14
- package/auth/src/models/UserLink.d.ts +3 -12
- package/auth/src/models/UserLink.js +22 -25
- package/auth/src/models/UserLinkAllOf.d.ts +40 -0
- package/auth/src/models/UserLinkAllOf.js +47 -0
- package/auth/src/models/UserLinkAllOfCompany.d.ts +0 -4
- package/auth/src/models/UserLinkAllOfCompany.js +10 -13
- package/auth/src/models/index.d.ts +9 -0
- package/auth/src/models/index.js +9 -2
- package/auth/src/runtime.d.ts +31 -72
- package/auth/src/runtime.js +163 -281
- package/banking-operation/src/apis/ManageLevyApi.d.ts +8 -8
- package/banking-operation/src/apis/ManageLevyApi.js +59 -56
- package/banking-operation/src/apis/ManageOrderPaymentApi.d.ts +8 -8
- package/banking-operation/src/apis/ManageOrderPaymentApi.js +66 -62
- package/banking-operation/src/apis/SearchLevyApi.d.ts +27 -29
- package/banking-operation/src/apis/SearchLevyApi.js +99 -96
- package/banking-operation/src/apis/SearchOrderPaymentApi.d.ts +13 -15
- package/banking-operation/src/apis/SearchOrderPaymentApi.js +45 -44
- package/banking-operation/src/apis/index.js +0 -2
- package/banking-operation/src/index.d.ts +2 -2
- package/banking-operation/src/index.js +2 -4
- package/banking-operation/src/models/HttpLink.d.ts +0 -4
- package/banking-operation/src/models/HttpLink.js +8 -14
- package/banking-operation/src/models/Levy.d.ts +3 -7
- package/banking-operation/src/models/Levy.js +27 -44
- package/banking-operation/src/models/LevyCreationParameters.d.ts +1 -5
- package/banking-operation/src/models/LevyCreationParameters.js +16 -29
- package/banking-operation/src/models/LevyPayment.d.ts +1 -5
- package/banking-operation/src/models/LevyPayment.js +12 -15
- package/banking-operation/src/models/LevyPaymentStatus.d.ts +6 -7
- package/banking-operation/src/models/LevyPaymentStatus.js +8 -17
- package/banking-operation/src/models/LevyStatus.d.ts +5 -6
- package/banking-operation/src/models/LevyStatus.js +7 -16
- package/banking-operation/src/models/LevyUpdateParameters.d.ts +1 -5
- package/banking-operation/src/models/LevyUpdateParameters.js +12 -15
- package/banking-operation/src/models/OrderLink.d.ts +2 -11
- package/banking-operation/src/models/OrderLink.js +22 -21
- package/banking-operation/src/models/OrderLinkAllOf.d.ts +27 -0
- package/banking-operation/src/models/OrderLinkAllOf.js +42 -0
- package/banking-operation/src/models/OrderPayment.d.ts +4 -8
- package/banking-operation/src/models/OrderPayment.js +20 -23
- package/banking-operation/src/models/OrderPaymentDeposit.d.ts +1 -5
- package/banking-operation/src/models/OrderPaymentDeposit.js +10 -13
- package/banking-operation/src/models/OrderPaymentWallets.d.ts +1 -5
- package/banking-operation/src/models/OrderPaymentWallets.js +12 -15
- package/banking-operation/src/models/OrderPaymentWithdraw.d.ts +1 -5
- package/banking-operation/src/models/OrderPaymentWithdraw.js +16 -19
- package/banking-operation/src/models/PaginatedLevies.d.ts +3 -13
- package/banking-operation/src/models/PaginatedLevies.js +21 -24
- package/banking-operation/src/models/PaginatedLeviesAllOf.d.ts +28 -0
- package/banking-operation/src/models/PaginatedLeviesAllOf.js +42 -0
- package/banking-operation/src/models/PaginatedObject.d.ts +1 -5
- package/banking-operation/src/models/PaginatedObject.js +9 -15
- package/banking-operation/src/models/PaginatedOrderPayments.d.ts +3 -13
- package/banking-operation/src/models/PaginatedOrderPayments.js +21 -24
- package/banking-operation/src/models/PaginatedOrderPaymentsAllOf.d.ts +28 -0
- package/banking-operation/src/models/PaginatedOrderPaymentsAllOf.js +42 -0
- package/banking-operation/src/models/PagingMetadata.d.ts +0 -4
- package/banking-operation/src/models/PagingMetadata.js +11 -23
- package/banking-operation/src/models/Transaction.d.ts +11 -15
- package/banking-operation/src/models/Transaction.js +29 -30
- package/banking-operation/src/models/TransactionMangopayTarget.d.ts +2 -11
- package/banking-operation/src/models/TransactionMangopayTarget.js +22 -21
- package/banking-operation/src/models/TransactionMangopayTargetAllOf.d.ts +27 -0
- package/banking-operation/src/models/TransactionMangopayTargetAllOf.js +42 -0
- package/banking-operation/src/models/UserLink.d.ts +3 -12
- package/banking-operation/src/models/UserLink.js +22 -29
- package/banking-operation/src/models/UserLinkAllOf.d.ts +40 -0
- package/banking-operation/src/models/UserLinkAllOf.js +47 -0
- package/banking-operation/src/models/UserLinkAllOfCompany.d.ts +0 -4
- package/banking-operation/src/models/UserLinkAllOfCompany.js +10 -13
- package/banking-operation/src/models/Wallet.d.ts +1 -5
- package/banking-operation/src/models/Wallet.js +10 -13
- package/banking-operation/src/models/WalletMangopayTarget.d.ts +2 -11
- package/banking-operation/src/models/WalletMangopayTarget.js +22 -21
- package/banking-operation/src/models/WalletMangopayTargetAllOf.d.ts +27 -0
- package/banking-operation/src/models/WalletMangopayTargetAllOf.js +42 -0
- package/banking-operation/src/models/index.d.ts +6 -0
- package/banking-operation/src/models/index.js +6 -2
- package/banking-operation/src/runtime.d.ts +31 -72
- package/banking-operation/src/runtime.js +163 -281
- package/catalog/src/apis/ManageProductInsightApi.d.ts +10 -10
- package/catalog/src/apis/ManageProductInsightApi.js +89 -83
- package/catalog/src/apis/SearchProductInsightApi.d.ts +17 -17
- package/catalog/src/apis/SearchProductInsightApi.js +77 -72
- package/catalog/src/apis/index.js +0 -2
- package/catalog/src/index.d.ts +2 -2
- package/catalog/src/index.js +2 -4
- package/catalog/src/models/Barcodes.d.ts +0 -5
- package/catalog/src/models/Barcodes.js +16 -19
- package/catalog/src/models/HttpLink.d.ts +0 -4
- package/catalog/src/models/HttpLink.js +8 -14
- package/catalog/src/models/LaboratoryLink.d.ts +2 -11
- package/catalog/src/models/LaboratoryLink.js +22 -23
- package/catalog/src/models/LaboratoryLinkAllOf.d.ts +33 -0
- package/catalog/src/models/LaboratoryLinkAllOf.js +44 -0
- package/catalog/src/models/PaginatedObject.d.ts +1 -5
- package/catalog/src/models/PaginatedObject.js +9 -15
- package/catalog/src/models/PaginatedProductInsights.d.ts +3 -13
- package/catalog/src/models/PaginatedProductInsights.js +21 -24
- package/catalog/src/models/PaginatedProductInsightsAllOf.d.ts +28 -0
- package/catalog/src/models/PaginatedProductInsightsAllOf.js +42 -0
- package/catalog/src/models/PagingMetadata.d.ts +0 -4
- package/catalog/src/models/PagingMetadata.js +11 -23
- package/catalog/src/models/ProductInsight.d.ts +10 -21
- package/catalog/src/models/ProductInsight.js +36 -45
- package/catalog/src/models/ProductInsightCreateOrUpdateParameters.d.ts +4 -8
- package/catalog/src/models/ProductInsightCreateOrUpdateParameters.js +30 -35
- package/catalog/src/models/ProductInsightJournal.d.ts +0 -4
- package/catalog/src/models/ProductInsightJournal.js +12 -17
- package/catalog/src/models/ProductSecondaryTypeLink.d.ts +2 -11
- package/catalog/src/models/ProductSecondaryTypeLink.js +22 -23
- package/catalog/src/models/ProductSecondaryTypeLinkAllOf.d.ts +33 -0
- package/catalog/src/models/ProductSecondaryTypeLinkAllOf.js +44 -0
- package/catalog/src/models/ProductStorageType.d.ts +7 -8
- package/catalog/src/models/ProductStorageType.js +9 -18
- package/catalog/src/models/ProductTypeLink.d.ts +2 -11
- package/catalog/src/models/ProductTypeLink.js +22 -23
- package/catalog/src/models/ProductTypeLinkAllOf.d.ts +33 -0
- package/catalog/src/models/ProductTypeLinkAllOf.js +44 -0
- package/catalog/src/models/RestError.d.ts +56 -62
- package/catalog/src/models/RestError.js +67 -71
- package/catalog/src/models/VatLink.d.ts +2 -11
- package/catalog/src/models/VatLink.js +22 -25
- package/catalog/src/models/VatLinkAllOf.d.ts +39 -0
- package/catalog/src/models/VatLinkAllOf.js +46 -0
- package/catalog/src/models/index.d.ts +5 -0
- package/catalog/src/models/index.js +5 -2
- package/catalog/src/runtime.d.ts +31 -72
- package/catalog/src/runtime.js +163 -281
- package/challenge/src/apis/ManageChallengesApi.d.ts +6 -6
- package/challenge/src/apis/ManageChallengesApi.js +32 -30
- package/challenge/src/apis/index.js +0 -2
- package/challenge/src/index.d.ts +2 -2
- package/challenge/src/index.js +2 -4
- package/challenge/src/models/Challenge.d.ts +1 -5
- package/challenge/src/models/Challenge.js +12 -15
- package/challenge/src/models/ChallengeAction.d.ts +7 -11
- package/challenge/src/models/ChallengeAction.js +18 -19
- package/challenge/src/models/index.js +0 -2
- package/challenge/src/runtime.d.ts +31 -72
- package/challenge/src/runtime.js +163 -281
- package/configuration/src/apis/ManageVariableApi.d.ts +10 -10
- package/configuration/src/apis/ManageVariableApi.js +87 -81
- package/configuration/src/apis/ManageVatApi.d.ts +8 -8
- package/configuration/src/apis/ManageVatApi.js +61 -57
- package/configuration/src/apis/SearchVariableApi.d.ts +8 -8
- package/configuration/src/apis/SearchVariableApi.js +21 -21
- package/configuration/src/apis/SearchVatApi.d.ts +8 -8
- package/configuration/src/apis/SearchVatApi.js +57 -53
- package/configuration/src/apis/index.js +0 -2
- package/configuration/src/index.d.ts +2 -2
- package/configuration/src/index.js +2 -4
- package/configuration/src/models/RestError.d.ts +56 -62
- package/configuration/src/models/RestError.js +67 -71
- package/configuration/src/models/Variable.d.ts +0 -4
- package/configuration/src/models/Variable.js +9 -17
- package/configuration/src/models/Vat.d.ts +0 -4
- package/configuration/src/models/Vat.js +10 -20
- package/configuration/src/models/index.js +0 -2
- package/configuration/src/runtime.d.ts +31 -72
- package/configuration/src/runtime.js +163 -281
- package/content/src/apis/ManageContentApi.d.ts +6 -6
- package/content/src/apis/ManageContentApi.js +35 -33
- package/content/src/apis/SearchContentApi.d.ts +6 -6
- package/content/src/apis/SearchContentApi.js +14 -14
- package/content/src/apis/index.js +0 -2
- package/content/src/index.d.ts +2 -2
- package/content/src/index.js +2 -4
- package/content/src/models/Content.d.ts +0 -4
- package/content/src/models/Content.js +18 -21
- package/content/src/models/RestError.d.ts +56 -62
- package/content/src/models/RestError.js +67 -71
- package/content/src/models/index.js +0 -2
- package/content/src/runtime.d.ts +31 -72
- package/content/src/runtime.js +163 -281
- package/factory/src/apis/ManageAssemblyApi.d.ts +12 -12
- package/factory/src/apis/ManageAssemblyApi.js +104 -61
- package/factory/src/apis/ManageAssemblyOperationApi.d.ts +30 -0
- package/{smuggler/src/apis/ManageSmugglersApi.js → factory/src/apis/ManageAssemblyOperationApi.js} +71 -33
- package/factory/src/apis/SearchAssemblyApi.d.ts +28 -33
- package/factory/src/apis/SearchAssemblyApi.js +151 -158
- package/factory/src/apis/SearchAssemblyLineApi.d.ts +37 -0
- package/factory/src/apis/SearchAssemblyLineApi.js +239 -0
- package/factory/src/apis/SearchAssemblyOperationApi.d.ts +41 -0
- package/factory/src/apis/SearchAssemblyOperationApi.js +245 -0
- package/factory/src/apis/index.d.ts +3 -0
- package/factory/src/apis/index.js +3 -2
- package/factory/src/index.d.ts +2 -2
- package/factory/src/index.js +2 -4
- package/factory/src/models/Assembly.d.ts +20 -30
- package/factory/src/models/Assembly.js +35 -40
- package/factory/src/models/AssemblyCreationParameters.d.ts +7 -12
- package/factory/src/models/AssemblyCreationParameters.js +12 -21
- package/factory/src/models/AssemblyLine.d.ts +39 -0
- package/factory/src/models/AssemblyLine.js +46 -0
- package/factory/src/models/AssemblyLineLink.d.ts +28 -0
- package/factory/src/models/AssemblyLineLink.js +50 -0
- package/factory/src/models/AssemblyLineLinkAllOf.d.ts +27 -0
- package/factory/src/models/AssemblyLineLinkAllOf.js +42 -0
- package/factory/src/models/AssemblyOperation.d.ts +41 -0
- package/factory/src/models/AssemblyOperation.js +48 -0
- package/factory/src/models/AssemblyOperationStatus.d.ts +25 -0
- package/factory/src/models/AssemblyOperationStatus.js +40 -0
- package/factory/src/models/AssemblyOperationType.d.ts +25 -0
- package/factory/src/models/AssemblyOperationType.js +40 -0
- package/factory/src/models/AssemblyStatus.d.ts +10 -12
- package/factory/src/models/AssemblyStatus.js +12 -22
- package/factory/src/models/HttpLink.d.ts +0 -4
- package/factory/src/models/HttpLink.js +8 -14
- package/factory/src/models/PaginatedAssemblies.d.ts +3 -13
- package/factory/src/models/PaginatedAssemblies.js +22 -22
- package/factory/src/models/PaginatedAssembliesAllOf.d.ts +28 -0
- package/factory/src/models/PaginatedAssembliesAllOf.js +43 -0
- package/factory/src/models/PaginatedObject.d.ts +1 -5
- package/factory/src/models/PaginatedObject.js +9 -15
- package/factory/src/models/PagingMetadata.d.ts +0 -4
- package/factory/src/models/PagingMetadata.js +11 -23
- package/factory/src/models/UserLink.d.ts +2 -11
- package/factory/src/models/UserLink.js +22 -21
- package/factory/src/models/UserLinkAllOf.d.ts +27 -0
- package/factory/src/models/UserLinkAllOf.js +42 -0
- package/factory/src/models/index.d.ts +8 -21
- package/factory/src/models/index.js +8 -23
- package/factory/src/runtime.d.ts +31 -72
- package/factory/src/runtime.js +163 -281
- package/favorite/src/apis/ManageFavoriteProductApi.d.ts +21 -21
- package/favorite/src/apis/ManageFavoriteProductApi.js +133 -124
- package/favorite/src/apis/index.js +0 -2
- package/favorite/src/index.d.ts +2 -2
- package/favorite/src/index.js +2 -4
- package/favorite/src/models/Barcodes.d.ts +0 -5
- package/favorite/src/models/Barcodes.js +16 -19
- package/favorite/src/models/FavoriteProduct.d.ts +2 -6
- package/favorite/src/models/FavoriteProduct.js +15 -27
- package/favorite/src/models/FavoriteProductCreationParameters.d.ts +0 -4
- package/favorite/src/models/FavoriteProductCreationParameters.js +9 -17
- package/favorite/src/models/HttpLink.d.ts +0 -4
- package/favorite/src/models/HttpLink.js +8 -14
- package/favorite/src/models/PaginatedFavoriteProducts.d.ts +3 -13
- package/favorite/src/models/PaginatedFavoriteProducts.js +21 -24
- package/favorite/src/models/PaginatedFavoriteProductsAllOf.d.ts +28 -0
- package/favorite/src/models/PaginatedFavoriteProductsAllOf.js +42 -0
- package/favorite/src/models/PaginatedObject.d.ts +1 -5
- package/favorite/src/models/PaginatedObject.js +9 -15
- package/favorite/src/models/PagingMetadata.d.ts +0 -4
- package/favorite/src/models/PagingMetadata.js +11 -23
- package/favorite/src/models/ProductLink.d.ts +4 -13
- package/favorite/src/models/ProductLink.js +23 -30
- package/favorite/src/models/ProductLinkAllOf.d.ts +47 -0
- package/favorite/src/models/ProductLinkAllOf.js +50 -0
- package/favorite/src/models/ProductStatus.d.ts +7 -8
- package/favorite/src/models/ProductStatus.js +9 -18
- package/favorite/src/models/RestError.d.ts +56 -62
- package/favorite/src/models/RestError.js +67 -71
- package/favorite/src/models/UserLink.d.ts +2 -11
- package/favorite/src/models/UserLink.js +21 -23
- package/favorite/src/models/UserLinkAllOf.d.ts +27 -0
- package/favorite/src/models/UserLinkAllOf.js +41 -0
- package/favorite/src/models/index.d.ts +3 -0
- package/favorite/src/models/index.js +3 -2
- package/favorite/src/runtime.d.ts +31 -72
- package/favorite/src/runtime.js +163 -281
- package/geo/src/apis/SearchCountryApi.d.ts +6 -6
- package/geo/src/apis/SearchCountryApi.js +31 -30
- package/geo/src/apis/index.js +0 -2
- package/geo/src/index.d.ts +2 -2
- package/geo/src/index.js +2 -4
- package/geo/src/models/Country.d.ts +0 -4
- package/geo/src/models/Country.js +9 -17
- package/geo/src/models/index.js +0 -2
- package/geo/src/runtime.d.ts +31 -72
- package/geo/src/runtime.js +163 -281
- package/inventory/src/apis/ManageInventoryApi.d.ts +14 -14
- package/inventory/src/apis/ManageInventoryApi.js +153 -143
- package/inventory/src/apis/SearchInventoryApi.d.ts +108 -108
- package/inventory/src/apis/SearchInventoryApi.js +451 -422
- package/inventory/src/apis/index.js +0 -2
- package/inventory/src/index.d.ts +2 -2
- package/inventory/src/index.js +2 -4
- package/inventory/src/models/ActiveProduct.d.ts +1 -5
- package/inventory/src/models/ActiveProduct.js +16 -19
- package/inventory/src/models/ActiveProductUpdateParameters.d.ts +0 -4
- package/inventory/src/models/ActiveProductUpdateParameters.js +10 -13
- package/inventory/src/models/Barcodes.d.ts +0 -5
- package/inventory/src/models/Barcodes.js +16 -19
- package/inventory/src/models/HttpLink.d.ts +0 -4
- package/inventory/src/models/HttpLink.js +8 -14
- package/inventory/src/models/MisalignedProduct.d.ts +1 -5
- package/inventory/src/models/MisalignedProduct.js +16 -19
- package/inventory/src/models/OverstockProduct.d.ts +2 -9
- package/inventory/src/models/OverstockProduct.js +16 -36
- package/inventory/src/models/OverstockProductUpdateParameters.d.ts +0 -4
- package/inventory/src/models/OverstockProductUpdateParameters.js +10 -13
- package/inventory/src/models/PaginatedActiveProducts.d.ts +3 -13
- package/inventory/src/models/PaginatedActiveProducts.js +21 -24
- package/inventory/src/models/PaginatedActiveProductsAllOf.d.ts +28 -0
- package/inventory/src/models/PaginatedActiveProductsAllOf.js +42 -0
- package/inventory/src/models/PaginatedMisalignedProducts.d.ts +3 -13
- package/inventory/src/models/PaginatedMisalignedProducts.js +21 -24
- package/inventory/src/models/PaginatedMisalignedProductsAllOf.d.ts +28 -0
- package/inventory/src/models/PaginatedMisalignedProductsAllOf.js +42 -0
- package/inventory/src/models/PaginatedObject.d.ts +1 -5
- package/inventory/src/models/PaginatedObject.js +9 -15
- package/inventory/src/models/PaginatedOverstockProducts.d.ts +3 -13
- package/inventory/src/models/PaginatedOverstockProducts.js +21 -24
- package/inventory/src/models/PaginatedOverstockProductsAllOf.d.ts +28 -0
- package/inventory/src/models/PaginatedOverstockProductsAllOf.js +42 -0
- package/inventory/src/models/PagingMetadata.d.ts +0 -4
- package/inventory/src/models/PagingMetadata.js +11 -23
- package/inventory/src/models/ProductLink.d.ts +3 -12
- package/inventory/src/models/ProductLink.js +22 -25
- package/inventory/src/models/ProductLinkAllOf.d.ts +40 -0
- package/inventory/src/models/ProductLinkAllOf.js +47 -0
- package/inventory/src/models/RestError.d.ts +56 -62
- package/inventory/src/models/RestError.js +67 -71
- package/inventory/src/models/Statistics.d.ts +3 -7
- package/inventory/src/models/Statistics.js +15 -18
- package/inventory/src/models/StatisticsActiveProducts.d.ts +0 -4
- package/inventory/src/models/StatisticsActiveProducts.js +12 -15
- package/inventory/src/models/StatisticsMisalignedProducts.d.ts +0 -4
- package/inventory/src/models/StatisticsMisalignedProducts.js +10 -13
- package/inventory/src/models/StatisticsOverstockProducts.d.ts +0 -4
- package/inventory/src/models/StatisticsOverstockProducts.js +10 -13
- package/inventory/src/models/Synchroneity.d.ts +1 -5
- package/inventory/src/models/Synchroneity.js +10 -13
- package/inventory/src/models/SynchroneityOffisante.d.ts +1 -5
- package/inventory/src/models/SynchroneityOffisante.js +12 -15
- package/inventory/src/models/SynchroneitySource.d.ts +0 -4
- package/inventory/src/models/SynchroneitySource.js +12 -15
- package/inventory/src/models/index.d.ts +4 -0
- package/inventory/src/models/index.js +4 -2
- package/inventory/src/runtime.d.ts +31 -72
- package/inventory/src/runtime.js +163 -281
- package/invoice/src/apis/ManageInvoiceApi.d.ts +8 -8
- package/invoice/src/apis/ManageInvoiceApi.js +68 -64
- package/invoice/src/apis/ManageInvoiceLineApi.d.ts +8 -8
- package/invoice/src/apis/ManageInvoiceLineApi.js +58 -54
- package/invoice/src/apis/ManageInvoicesSummaryApi.d.ts +6 -6
- package/invoice/src/apis/ManageInvoicesSummaryApi.js +30 -28
- package/invoice/src/apis/SearchInvoiceApi.d.ts +23 -23
- package/invoice/src/apis/SearchInvoiceApi.js +92 -91
- package/invoice/src/apis/SearchInvoiceLineApi.d.ts +15 -15
- package/invoice/src/apis/SearchInvoiceLineApi.js +53 -50
- package/invoice/src/apis/SearchOrderTallyApi.d.ts +21 -21
- package/invoice/src/apis/SearchOrderTallyApi.js +91 -86
- package/invoice/src/apis/index.js +0 -2
- package/invoice/src/index.d.ts +2 -2
- package/invoice/src/index.js +2 -4
- package/invoice/src/models/HttpLink.d.ts +0 -4
- package/invoice/src/models/HttpLink.js +8 -14
- package/invoice/src/models/Invoice.d.ts +3 -7
- package/invoice/src/models/Invoice.js +18 -36
- package/invoice/src/models/InvoiceCreationParameters.d.ts +2 -17
- package/invoice/src/models/InvoiceCreationParameters.js +3 -26
- package/invoice/src/models/InvoiceSummaryCreationParameters.d.ts +0 -4
- package/invoice/src/models/InvoiceSummaryCreationParameters.js +12 -22
- package/invoice/src/models/InvoiceType.d.ts +16 -17
- package/invoice/src/models/InvoiceType.js +18 -27
- package/invoice/src/models/InvoiceUpdateParameters.d.ts +0 -4
- package/invoice/src/models/InvoiceUpdateParameters.js +12 -15
- package/invoice/src/models/OrderLink.d.ts +2 -11
- package/invoice/src/models/OrderLink.js +22 -23
- package/invoice/src/models/OrderLinkAllOf.d.ts +33 -0
- package/invoice/src/models/OrderLinkAllOf.js +44 -0
- package/invoice/src/models/OrderTally.d.ts +3 -7
- package/invoice/src/models/OrderTally.js +20 -33
- package/invoice/src/models/PaginatedInvoices.d.ts +3 -13
- package/invoice/src/models/PaginatedInvoices.js +21 -24
- package/invoice/src/models/PaginatedInvoicesAllOf.d.ts +28 -0
- package/invoice/src/models/PaginatedInvoicesAllOf.js +42 -0
- package/invoice/src/models/PaginatedObject.d.ts +1 -5
- package/invoice/src/models/PaginatedObject.js +9 -15
- package/invoice/src/models/PaginatedOrderTallies.d.ts +3 -13
- package/invoice/src/models/PaginatedOrderTallies.js +21 -24
- package/invoice/src/models/PaginatedOrderTalliesAllOf.d.ts +28 -0
- package/invoice/src/models/PaginatedOrderTalliesAllOf.js +42 -0
- package/invoice/src/models/PaginatedPlannedInvoiceLine.d.ts +3 -13
- package/invoice/src/models/PaginatedPlannedInvoiceLine.js +21 -24
- package/invoice/src/models/PaginatedPlannedInvoiceLineAllOf.d.ts +28 -0
- package/invoice/src/models/PaginatedPlannedInvoiceLineAllOf.js +42 -0
- package/invoice/src/models/PagingMetadata.d.ts +0 -4
- package/invoice/src/models/PagingMetadata.js +11 -23
- package/invoice/src/models/PlannedInvoiceLine.d.ts +3 -7
- package/invoice/src/models/PlannedInvoiceLine.js +14 -28
- package/invoice/src/models/PlannedInvoiceLineCreationParameters.d.ts +0 -4
- package/invoice/src/models/PlannedInvoiceLineCreationParameters.js +10 -20
- package/invoice/src/models/RestError.d.ts +56 -62
- package/invoice/src/models/RestError.js +67 -71
- package/invoice/src/models/UserLink.d.ts +3 -12
- package/invoice/src/models/UserLink.js +22 -25
- package/invoice/src/models/UserLinkAllOf.d.ts +40 -0
- package/invoice/src/models/UserLinkAllOf.js +47 -0
- package/invoice/src/models/UserLinkAllOfCompany.d.ts +0 -4
- package/invoice/src/models/UserLinkAllOfCompany.js +10 -13
- package/invoice/src/models/index.d.ts +5 -0
- package/invoice/src/models/index.js +5 -2
- package/invoice/src/runtime.d.ts +31 -72
- package/invoice/src/runtime.js +163 -281
- package/laboratory/src/apis/ManageLaboratoryApi.d.ts +6 -8
- package/laboratory/src/apis/ManageLaboratoryApi.js +32 -32
- package/laboratory/src/apis/SearchLaboratoryApi.d.ts +15 -17
- package/laboratory/src/apis/SearchLaboratoryApi.js +77 -74
- package/laboratory/src/apis/index.js +0 -2
- package/laboratory/src/index.d.ts +2 -2
- package/laboratory/src/index.js +2 -4
- package/laboratory/src/models/Laboratory.d.ts +0 -4
- package/laboratory/src/models/Laboratory.js +12 -15
- package/laboratory/src/models/LaboratoryCreationParameters.d.ts +0 -4
- package/laboratory/src/models/LaboratoryCreationParameters.js +8 -14
- package/laboratory/src/models/PaginatedLaboratories.d.ts +3 -13
- package/laboratory/src/models/PaginatedLaboratories.js +21 -24
- package/laboratory/src/models/PaginatedLaboratoriesAllOf.d.ts +28 -0
- package/laboratory/src/models/PaginatedLaboratoriesAllOf.js +42 -0
- package/laboratory/src/models/PaginatedObject.d.ts +1 -5
- package/laboratory/src/models/PaginatedObject.js +9 -15
- package/laboratory/src/models/PagingMetadata.d.ts +0 -4
- package/laboratory/src/models/PagingMetadata.js +11 -23
- package/laboratory/src/models/index.d.ts +1 -0
- package/laboratory/src/models/index.js +1 -2
- package/laboratory/src/runtime.d.ts +31 -72
- package/laboratory/src/runtime.js +163 -281
- package/laboratory-store/src/apis/ManageLaboratoryStoreApi.d.ts +8 -8
- package/laboratory-store/src/apis/ManageLaboratoryStoreApi.js +59 -56
- package/laboratory-store/src/apis/ManageLaboratoryStoreImageApi.d.ts +14 -14
- package/laboratory-store/src/apis/ManageLaboratoryStoreImageApi.js +134 -118
- package/laboratory-store/src/apis/SearchLaboratoryStoreApi.d.ts +25 -25
- package/laboratory-store/src/apis/SearchLaboratoryStoreApi.js +90 -83
- package/laboratory-store/src/apis/index.js +0 -2
- package/laboratory-store/src/index.d.ts +2 -2
- package/laboratory-store/src/index.js +2 -4
- package/laboratory-store/src/models/DisplayType.d.ts +5 -6
- package/laboratory-store/src/models/DisplayType.js +7 -16
- package/laboratory-store/src/models/HttpLink.d.ts +0 -4
- package/laboratory-store/src/models/HttpLink.js +8 -14
- package/laboratory-store/src/models/Image.d.ts +1 -5
- package/laboratory-store/src/models/Image.js +12 -15
- package/laboratory-store/src/models/ImageCreationParameters.d.ts +28 -0
- package/laboratory-store/src/models/ImageCreationParameters.js +41 -0
- package/laboratory-store/src/models/ImageVersions.d.ts +0 -4
- package/laboratory-store/src/models/ImageVersions.js +19 -24
- package/laboratory-store/src/models/LaboratoryStore.d.ts +3 -7
- package/laboratory-store/src/models/LaboratoryStore.js +35 -38
- package/laboratory-store/src/models/LaboratoryStoreCreationParameters.d.ts +2 -67
- package/laboratory-store/src/models/LaboratoryStoreCreationParameters.js +3 -44
- package/laboratory-store/src/models/LaboratoryStoreUpdateParameters.d.ts +2 -6
- package/laboratory-store/src/models/LaboratoryStoreUpdateParameters.js +28 -31
- package/laboratory-store/src/models/LaboratoryType.d.ts +8 -9
- package/laboratory-store/src/models/LaboratoryType.js +10 -19
- package/laboratory-store/src/models/OwnerLink.d.ts +2 -11
- package/laboratory-store/src/models/OwnerLink.js +22 -23
- package/laboratory-store/src/models/OwnerLinkAllOf.d.ts +33 -0
- package/laboratory-store/src/models/OwnerLinkAllOf.js +44 -0
- package/laboratory-store/src/models/PaginatedLaboratoryStores.d.ts +3 -13
- package/laboratory-store/src/models/PaginatedLaboratoryStores.js +22 -22
- package/laboratory-store/src/models/PaginatedLaboratoryStoresAllOf.d.ts +28 -0
- package/laboratory-store/src/models/PaginatedLaboratoryStoresAllOf.js +43 -0
- package/laboratory-store/src/models/PaginatedObject.d.ts +1 -5
- package/laboratory-store/src/models/PaginatedObject.js +9 -15
- package/laboratory-store/src/models/PagingMetadata.d.ts +0 -4
- package/laboratory-store/src/models/PagingMetadata.js +11 -23
- package/laboratory-store/src/models/RestError.d.ts +56 -62
- package/laboratory-store/src/models/RestError.js +67 -71
- package/laboratory-store/src/models/index.d.ts +3 -0
- package/laboratory-store/src/models/index.js +3 -2
- package/laboratory-store/src/runtime.d.ts +31 -72
- package/laboratory-store/src/runtime.js +163 -281
- package/laboratory-store-log/src/apis/SearchLaboratoryStoreLogApi.d.ts +13 -15
- package/laboratory-store-log/src/apis/SearchLaboratoryStoreLogApi.js +53 -52
- package/laboratory-store-log/src/apis/index.js +0 -2
- package/laboratory-store-log/src/index.d.ts +2 -2
- package/laboratory-store-log/src/index.js +2 -4
- package/laboratory-store-log/src/models/AnyLaboratoryStoreLog.d.ts +1 -2
- package/laboratory-store-log/src/models/AnyLaboratoryStoreLog.js +18 -4
- package/laboratory-store-log/src/models/HttpLink.d.ts +0 -4
- package/laboratory-store-log/src/models/HttpLink.js +8 -14
- package/laboratory-store-log/src/models/LaboratoryStoreLink.d.ts +2 -11
- package/laboratory-store-log/src/models/LaboratoryStoreLink.js +21 -23
- package/laboratory-store-log/src/models/LaboratoryStoreLinkAllOf.d.ts +27 -0
- package/laboratory-store-log/src/models/LaboratoryStoreLinkAllOf.js +41 -0
- package/laboratory-store-log/src/models/LaboratoryStoreLog.d.ts +3 -24
- package/laboratory-store-log/src/models/LaboratoryStoreLog.js +21 -35
- package/laboratory-store-log/src/models/LaboratoryStoreLogAllOf.d.ts +34 -0
- package/laboratory-store-log/src/models/LaboratoryStoreLogAllOf.js +44 -0
- package/laboratory-store-log/src/models/Log.d.ts +0 -4
- package/laboratory-store-log/src/models/Log.js +11 -21
- package/laboratory-store-log/src/models/PaginatedLaboratoryStoreLogs.d.ts +3 -13
- package/laboratory-store-log/src/models/PaginatedLaboratoryStoreLogs.js +21 -24
- package/laboratory-store-log/src/models/PaginatedLaboratoryStoreLogsAllOf.d.ts +28 -0
- package/laboratory-store-log/src/models/PaginatedLaboratoryStoreLogsAllOf.js +42 -0
- package/laboratory-store-log/src/models/PaginatedObject.d.ts +1 -5
- package/laboratory-store-log/src/models/PaginatedObject.js +9 -15
- package/laboratory-store-log/src/models/PagingMetadata.d.ts +0 -4
- package/laboratory-store-log/src/models/PagingMetadata.js +11 -23
- package/laboratory-store-log/src/models/index.d.ts +3 -0
- package/laboratory-store-log/src/models/index.js +3 -2
- package/laboratory-store-log/src/runtime.d.ts +31 -72
- package/laboratory-store-log/src/runtime.js +163 -281
- package/lexicon/src/apis/ManageLexiconApi.d.ts +8 -8
- package/lexicon/src/apis/ManageLexiconApi.js +58 -54
- package/lexicon/src/apis/SearchLexiconApi.d.ts +12 -12
- package/lexicon/src/apis/SearchLexiconApi.js +114 -109
- package/lexicon/src/apis/index.js +0 -2
- package/lexicon/src/index.d.ts +2 -2
- package/lexicon/src/index.js +2 -4
- package/lexicon/src/models/PaginatedObject.d.ts +1 -5
- package/lexicon/src/models/PaginatedObject.js +9 -15
- package/lexicon/src/models/PaginatedTags.d.ts +3 -13
- package/lexicon/src/models/PaginatedTags.js +21 -24
- package/lexicon/src/models/PaginatedTagsAllOf.d.ts +28 -0
- package/lexicon/src/models/PaginatedTagsAllOf.js +42 -0
- package/lexicon/src/models/PagingMetadata.d.ts +0 -4
- package/lexicon/src/models/PagingMetadata.js +11 -23
- package/lexicon/src/models/PharmacyGroup.d.ts +2 -6
- package/lexicon/src/models/PharmacyGroup.js +12 -15
- package/lexicon/src/models/PharmacyLocation.d.ts +2 -6
- package/lexicon/src/models/PharmacyLocation.js +12 -15
- package/lexicon/src/models/PharmacySoftware.d.ts +2 -6
- package/lexicon/src/models/PharmacySoftware.js +12 -15
- package/lexicon/src/models/RestError.d.ts +56 -62
- package/lexicon/src/models/RestError.js +67 -71
- package/lexicon/src/models/Tag.d.ts +0 -4
- package/lexicon/src/models/Tag.js +12 -15
- package/lexicon/src/models/TagCreationParameters.d.ts +0 -4
- package/lexicon/src/models/TagCreationParameters.js +10 -13
- package/lexicon/src/models/index.d.ts +1 -0
- package/lexicon/src/models/index.js +1 -2
- package/lexicon/src/runtime.d.ts +31 -72
- package/lexicon/src/runtime.js +163 -281
- package/litigation/src/apis/ManageLitigationApi.d.ts +6 -6
- package/litigation/src/apis/ManageLitigationApi.js +30 -28
- package/litigation/src/apis/index.js +0 -2
- package/litigation/src/index.d.ts +2 -2
- package/litigation/src/index.js +2 -4
- package/litigation/src/models/LitigationCreationParameters.d.ts +0 -4
- package/litigation/src/models/LitigationCreationParameters.js +11 -23
- package/litigation/src/models/RestError.d.ts +56 -62
- package/litigation/src/models/RestError.js +67 -71
- package/litigation/src/models/index.js +0 -2
- package/litigation/src/runtime.d.ts +31 -72
- package/litigation/src/runtime.js +163 -281
- package/magic-cart/src/apis/ManageExpressOrderApi.d.ts +6 -6
- package/magic-cart/src/apis/ManageExpressOrderApi.js +30 -29
- package/magic-cart/src/apis/index.js +0 -2
- package/magic-cart/src/index.d.ts +2 -2
- package/magic-cart/src/index.js +2 -4
- package/magic-cart/src/models/AnyIdentifiedDistributionMode.d.ts +5 -6
- package/magic-cart/src/models/AnyIdentifiedDistributionMode.js +23 -9
- package/magic-cart/src/models/Barcodes.d.ts +0 -5
- package/magic-cart/src/models/Barcodes.js +16 -19
- package/magic-cart/src/models/DistributionMode.d.ts +1 -8
- package/magic-cart/src/models/DistributionMode.js +10 -20
- package/magic-cart/src/models/DistributionRange.d.ts +0 -4
- package/magic-cart/src/models/DistributionRange.js +10 -20
- package/magic-cart/src/models/ExpressOrder.d.ts +1 -5
- package/magic-cart/src/models/ExpressOrder.js +12 -15
- package/magic-cart/src/models/ExpressOrderCreationParameters.d.ts +1 -5
- package/magic-cart/src/models/ExpressOrderCreationParameters.js +13 -18
- package/magic-cart/src/models/ExpressOrderNeed.d.ts +0 -4
- package/magic-cart/src/models/ExpressOrderNeed.js +14 -21
- package/magic-cart/src/models/HttpLink.d.ts +0 -4
- package/magic-cart/src/models/HttpLink.js +8 -14
- package/magic-cart/src/models/IdentifiedDistributionRange.d.ts +2 -23
- package/magic-cart/src/models/IdentifiedDistributionRange.js +21 -35
- package/magic-cart/src/models/IdentifiedDistributionRangeAllOf.d.ts +33 -0
- package/magic-cart/src/models/IdentifiedDistributionRangeAllOf.js +43 -0
- package/magic-cart/src/models/IdentifiedRangeDistributionMode.d.ts +3 -27
- package/magic-cart/src/models/IdentifiedRangeDistributionMode.js +21 -31
- package/magic-cart/src/models/IdentifiedRangeDistributionModeAllOf.d.ts +28 -0
- package/magic-cart/src/models/IdentifiedRangeDistributionModeAllOf.js +42 -0
- package/magic-cart/src/models/ProductLink.d.ts +4 -13
- package/magic-cart/src/models/ProductLink.js +22 -36
- package/magic-cart/src/models/ProductLinkAllOf.d.ts +47 -0
- package/magic-cart/src/models/ProductLinkAllOf.js +49 -0
- package/magic-cart/src/models/ProductStorageType.d.ts +7 -8
- package/magic-cart/src/models/ProductStorageType.js +9 -18
- package/magic-cart/src/models/QuotationDistributionMode.d.ts +2 -26
- package/magic-cart/src/models/QuotationDistributionMode.js +21 -31
- package/magic-cart/src/models/QuotationDistributionModeAllOf.d.ts +27 -0
- package/magic-cart/src/models/QuotationDistributionModeAllOf.js +41 -0
- package/magic-cart/src/models/SaleOfferLink.d.ts +4 -13
- package/magic-cart/src/models/SaleOfferLink.js +22 -33
- package/magic-cart/src/models/SaleOfferLinkAllOf.d.ts +47 -0
- package/magic-cart/src/models/SaleOfferLinkAllOf.js +50 -0
- package/magic-cart/src/models/SaleOfferProposal.d.ts +3 -7
- package/magic-cart/src/models/SaleOfferProposal.js +13 -25
- package/magic-cart/src/models/SellerProposal.d.ts +2 -6
- package/magic-cart/src/models/SellerProposal.js +13 -23
- package/magic-cart/src/models/Stock.d.ts +0 -4
- package/magic-cart/src/models/Stock.js +13 -17
- package/magic-cart/src/models/UnitaryDistributionMode.d.ts +2 -26
- package/magic-cart/src/models/UnitaryDistributionMode.js +21 -35
- package/magic-cart/src/models/UnitaryDistributionModeAllOf.d.ts +33 -0
- package/magic-cart/src/models/UnitaryDistributionModeAllOf.js +43 -0
- package/magic-cart/src/models/UserLink.d.ts +2 -11
- package/magic-cart/src/models/UserLink.js +21 -27
- package/magic-cart/src/models/UserLinkAllOf.d.ts +33 -0
- package/magic-cart/src/models/UserLinkAllOf.js +43 -0
- package/magic-cart/src/models/index.d.ts +7 -0
- package/magic-cart/src/models/index.js +7 -2
- package/magic-cart/src/runtime.d.ts +31 -72
- package/magic-cart/src/runtime.js +163 -281
- package/mandate/src/apis/ManageMandatesApi.d.ts +12 -12
- package/mandate/src/apis/ManageMandatesApi.js +108 -100
- package/mandate/src/apis/index.js +0 -2
- package/mandate/src/index.d.ts +2 -2
- package/mandate/src/index.js +2 -4
- package/mandate/src/models/Challenge.d.ts +1 -5
- package/mandate/src/models/Challenge.js +12 -15
- package/mandate/src/models/ChallengeAction.d.ts +7 -11
- package/mandate/src/models/ChallengeAction.js +18 -19
- package/mandate/src/models/Mandate.d.ts +11 -15
- package/mandate/src/models/Mandate.js +28 -29
- package/mandate/src/models/MandateChallenge.d.ts +2 -18
- package/mandate/src/models/MandateChallenge.js +21 -24
- package/mandate/src/models/MandateChallengeAllOf.d.ts +27 -0
- package/mandate/src/models/MandateChallengeAllOf.js +41 -0
- package/mandate/src/models/MandateChallengeCreationParameters.d.ts +0 -4
- package/mandate/src/models/MandateChallengeCreationParameters.js +8 -14
- package/mandate/src/models/MandateCreationParameters.d.ts +0 -4
- package/mandate/src/models/MandateCreationParameters.js +12 -15
- package/mandate/src/models/index.d.ts +1 -0
- package/mandate/src/models/index.js +1 -2
- package/mandate/src/runtime.d.ts +31 -72
- package/mandate/src/runtime.js +163 -281
- package/mangopay-hook/src/apis/MangopayHookApi.d.ts +5 -7
- package/mangopay-hook/src/apis/MangopayHookApi.js +18 -20
- package/mangopay-hook/src/apis/index.js +0 -2
- package/mangopay-hook/src/index.d.ts +2 -2
- package/mangopay-hook/src/index.js +2 -4
- package/mangopay-hook/src/models/RestError.d.ts +56 -62
- package/mangopay-hook/src/models/RestError.js +67 -71
- package/mangopay-hook/src/models/index.js +0 -2
- package/mangopay-hook/src/runtime.d.ts +31 -72
- package/mangopay-hook/src/runtime.js +163 -281
- package/message/src/apis/ManageMessageApi.d.ts +14 -24
- package/message/src/apis/ManageMessageApi.js +146 -146
- package/message/src/apis/SearchMessageApi.d.ts +19 -23
- package/message/src/apis/SearchMessageApi.js +109 -106
- package/message/src/apis/index.js +0 -2
- package/message/src/index.d.ts +2 -2
- package/message/src/index.js +2 -4
- package/message/src/models/HttpLink.d.ts +0 -4
- package/message/src/models/HttpLink.js +8 -14
- package/message/src/models/Message.d.ts +1 -5
- package/message/src/models/Message.js +13 -27
- package/message/src/models/MessageCreationParameters.d.ts +0 -4
- package/message/src/models/MessageCreationParameters.js +10 -20
- package/message/src/models/MessageUpdateParameters.d.ts +0 -4
- package/message/src/models/MessageUpdateParameters.js +14 -17
- package/message/src/models/MessageViewerCreationParameters.d.ts +0 -4
- package/message/src/models/MessageViewerCreationParameters.js +10 -13
- package/message/src/models/PaginatedMessages.d.ts +3 -13
- package/message/src/models/PaginatedMessages.js +21 -24
- package/message/src/models/PaginatedMessagesAllOf.d.ts +28 -0
- package/message/src/models/PaginatedMessagesAllOf.js +42 -0
- package/message/src/models/PaginatedObject.d.ts +1 -5
- package/message/src/models/PaginatedObject.js +9 -15
- package/message/src/models/PagingMetadata.d.ts +0 -4
- package/message/src/models/PagingMetadata.js +11 -23
- package/message/src/models/ViewerLink.d.ts +2 -11
- package/message/src/models/ViewerLink.js +21 -27
- package/message/src/models/ViewerLinkAllOf.d.ts +33 -0
- package/message/src/models/ViewerLinkAllOf.js +43 -0
- package/message/src/models/index.d.ts +2 -0
- package/message/src/models/index.js +2 -2
- package/message/src/runtime.d.ts +31 -72
- package/message/src/runtime.js +163 -281
- package/notification/src/apis/ManageNotificationApi.d.ts +8 -8
- package/notification/src/apis/ManageNotificationApi.js +65 -61
- package/notification/src/apis/ManageNotificationTypeApi.d.ts +11 -11
- package/notification/src/apis/ManageNotificationTypeApi.js +100 -90
- package/notification/src/apis/SearchNotificationApi.d.ts +15 -17
- package/notification/src/apis/SearchNotificationApi.js +79 -76
- package/notification/src/apis/SearchNotificationTypeApi.d.ts +21 -21
- package/notification/src/apis/SearchNotificationTypeApi.js +109 -102
- package/notification/src/apis/index.js +0 -2
- package/notification/src/index.d.ts +2 -2
- package/notification/src/index.js +2 -4
- package/notification/src/models/HttpLink.d.ts +0 -4
- package/notification/src/models/HttpLink.js +8 -14
- package/notification/src/models/Notification.d.ts +2 -6
- package/notification/src/models/Notification.js +27 -30
- package/notification/src/models/NotificationType.d.ts +2 -6
- package/notification/src/models/NotificationType.js +26 -29
- package/notification/src/models/NotificationTypeAttachment.d.ts +0 -4
- package/notification/src/models/NotificationTypeAttachment.js +20 -23
- package/notification/src/models/NotificationTypeAttachmentCreationParameters.d.ts +28 -0
- package/notification/src/models/NotificationTypeAttachmentCreationParameters.js +42 -0
- package/notification/src/models/NotificationTypeId.d.ts +51 -52
- package/notification/src/models/NotificationTypeId.js +53 -62
- package/notification/src/models/NotificationTypeUpdateParameters.d.ts +0 -4
- package/notification/src/models/NotificationTypeUpdateParameters.js +20 -23
- package/notification/src/models/NotificationUpdateParameters.d.ts +0 -4
- package/notification/src/models/NotificationUpdateParameters.js +12 -15
- package/notification/src/models/PaginatedNotificationTypes.d.ts +3 -13
- package/notification/src/models/PaginatedNotificationTypes.js +22 -22
- package/notification/src/models/PaginatedNotificationTypesAllOf.d.ts +28 -0
- package/notification/src/models/PaginatedNotificationTypesAllOf.js +43 -0
- package/notification/src/models/PaginatedNotifications.d.ts +3 -13
- package/notification/src/models/PaginatedNotifications.js +22 -22
- package/notification/src/models/PaginatedNotificationsAllOf.d.ts +28 -0
- package/notification/src/models/PaginatedNotificationsAllOf.js +43 -0
- package/notification/src/models/PaginatedObject.d.ts +1 -5
- package/notification/src/models/PaginatedObject.js +9 -15
- package/notification/src/models/PagingMetadata.d.ts +0 -4
- package/notification/src/models/PagingMetadata.js +11 -23
- package/notification/src/models/RestError.d.ts +56 -62
- package/notification/src/models/RestError.js +67 -71
- package/notification/src/models/index.d.ts +3 -0
- package/notification/src/models/index.js +3 -2
- package/notification/src/runtime.d.ts +31 -72
- package/notification/src/runtime.js +163 -281
- package/order/src/apis/ManageFreeCarriageCouponApi.d.ts +8 -8
- package/order/src/apis/ManageFreeCarriageCouponApi.js +58 -54
- package/order/src/apis/ManageMetaOrderApi.d.ts +8 -8
- package/order/src/apis/ManageMetaOrderApi.js +61 -57
- package/order/src/apis/ManageOrderApi.d.ts +20 -20
- package/order/src/apis/ManageOrderApi.js +244 -228
- package/order/src/apis/ManageOrderItemApi.d.ts +20 -20
- package/order/src/apis/ManageOrderItemApi.js +249 -233
- package/order/src/apis/SearchFreeCarriageCouponApi.d.ts +13 -13
- package/order/src/apis/SearchFreeCarriageCouponApi.js +59 -56
- package/order/src/apis/SearchOrderApi.d.ts +35 -39
- package/order/src/apis/SearchOrderApi.js +177 -177
- package/order/src/apis/SearchOrderItemApi.d.ts +58 -64
- package/order/src/apis/SearchOrderItemApi.js +200 -188
- package/order/src/apis/index.js +0 -2
- package/order/src/index.d.ts +2 -2
- package/order/src/index.js +2 -4
- package/order/src/models/Address.d.ts +0 -4
- package/order/src/models/Address.js +16 -19
- package/order/src/models/Anomalies.d.ts +0 -4
- package/order/src/models/Anomalies.js +16 -19
- package/order/src/models/AnomaliesUpdateParameters.d.ts +2 -29
- package/order/src/models/AnomaliesUpdateParameters.js +3 -26
- package/order/src/models/AnyMetaOrderWarning.d.ts +2 -3
- package/order/src/models/AnyMetaOrderWarning.js +19 -5
- package/order/src/models/Barcodes.d.ts +0 -5
- package/order/src/models/Barcodes.js +16 -19
- package/order/src/models/FreeCarriageCoupon.d.ts +1 -5
- package/order/src/models/FreeCarriageCoupon.js +25 -46
- package/order/src/models/FreeCarriageCouponCreationParameters.d.ts +0 -4
- package/order/src/models/FreeCarriageCouponCreationParameters.js +18 -29
- package/order/src/models/FreeCarriageCouponOwnerLink.d.ts +2 -11
- package/order/src/models/FreeCarriageCouponOwnerLink.js +21 -23
- package/order/src/models/FreeCarriageCouponOwnerLinkAllOf.d.ts +27 -0
- package/order/src/models/FreeCarriageCouponOwnerLinkAllOf.js +41 -0
- package/order/src/models/HttpLink.d.ts +0 -4
- package/order/src/models/HttpLink.js +8 -14
- package/order/src/models/MetaOrder.d.ts +3 -7
- package/order/src/models/MetaOrder.js +18 -34
- package/order/src/models/MetaOrderCreationParameters.d.ts +1 -5
- package/order/src/models/MetaOrderCreationParameters.js +10 -18
- package/order/src/models/MetaOrderCreationSubCartParameters.d.ts +0 -4
- package/order/src/models/MetaOrderCreationSubCartParameters.js +8 -14
- package/order/src/models/MetaOrderPrices.d.ts +0 -4
- package/order/src/models/MetaOrderPrices.js +16 -38
- package/order/src/models/MetaOrderWarning.d.ts +0 -4
- package/order/src/models/MetaOrderWarning.js +8 -14
- package/order/src/models/MetaOrderWithWarnings.d.ts +2 -6
- package/order/src/models/MetaOrderWithWarnings.js +12 -15
- package/order/src/models/Order.d.ts +12 -20
- package/order/src/models/Order.js +74 -140
- package/order/src/models/OrderAddedItem.d.ts +2 -68
- package/order/src/models/OrderAddedItem.js +3 -41
- package/order/src/models/OrderItem.d.ts +3 -7
- package/order/src/models/OrderItem.js +29 -32
- package/order/src/models/OrderItemPrices.d.ts +0 -4
- package/order/src/models/OrderItemPrices.js +18 -21
- package/order/src/models/OrderItemRefundedCreationParameters.d.ts +0 -4
- package/order/src/models/OrderItemRefundedCreationParameters.js +12 -19
- package/order/src/models/OrderItemUpdateParameters.d.ts +0 -4
- package/order/src/models/OrderItemUpdateParameters.js +8 -14
- package/order/src/models/OrderItemWarning.d.ts +13 -22
- package/order/src/models/OrderItemWarning.js +34 -47
- package/order/src/models/OrderItemWarningAllOf.d.ts +62 -0
- package/order/src/models/OrderItemWarningAllOf.js +62 -0
- package/order/src/models/OrderItemsOperation.d.ts +7 -12
- package/order/src/models/OrderItemsOperation.js +9 -22
- package/order/src/models/OrderJournal.d.ts +3 -14
- package/order/src/models/OrderJournal.js +27 -36
- package/order/src/models/OrderPrices.d.ts +0 -4
- package/order/src/models/OrderPrices.js +26 -29
- package/order/src/models/OrderRefundedItem.d.ts +2 -68
- package/order/src/models/OrderRefundedItem.js +3 -41
- package/order/src/models/OrderRefundedItemUpdateParameters.d.ts +2 -11
- package/order/src/models/OrderRefundedItemUpdateParameters.js +3 -22
- package/order/src/models/OrderRemovedItem.d.ts +2 -68
- package/order/src/models/OrderRemovedItem.js +3 -41
- package/order/src/models/OrderRemovedItemUpdateParameters.d.ts +2 -11
- package/order/src/models/OrderRemovedItemUpdateParameters.js +3 -22
- package/order/src/models/OrderStatus.d.ts +18 -19
- package/order/src/models/OrderStatus.js +20 -29
- package/order/src/models/OrderStatusReason.d.ts +6 -7
- package/order/src/models/OrderStatusReason.js +8 -17
- package/order/src/models/OrderStorageType.d.ts +7 -8
- package/order/src/models/OrderStorageType.js +9 -18
- package/order/src/models/OrderThreads.d.ts +1 -5
- package/order/src/models/OrderThreads.js +10 -13
- package/order/src/models/OrderType.d.ts +5 -6
- package/order/src/models/OrderType.js +7 -16
- package/order/src/models/OrderUpdateParameters.d.ts +2 -6
- package/order/src/models/OrderUpdateParameters.js +16 -19
- package/order/src/models/OrderWarning.d.ts +10 -19
- package/order/src/models/OrderWarning.js +30 -34
- package/order/src/models/OrderWarningAllOf.d.ts +41 -0
- package/order/src/models/OrderWarningAllOf.js +52 -0
- package/order/src/models/PaginatedFreeCarriageCoupons.d.ts +3 -13
- package/order/src/models/PaginatedFreeCarriageCoupons.js +21 -24
- package/order/src/models/PaginatedFreeCarriageCouponsAllOf.d.ts +28 -0
- package/order/src/models/PaginatedFreeCarriageCouponsAllOf.js +42 -0
- package/order/src/models/PaginatedObject.d.ts +1 -5
- package/order/src/models/PaginatedObject.js +9 -15
- package/order/src/models/PaginatedOrders.d.ts +3 -13
- package/order/src/models/PaginatedOrders.js +21 -24
- package/order/src/models/PaginatedOrdersAllOf.d.ts +28 -0
- package/order/src/models/PaginatedOrdersAllOf.js +42 -0
- package/order/src/models/PagingMetadata.d.ts +0 -4
- package/order/src/models/PagingMetadata.js +11 -23
- package/order/src/models/ProductLink.d.ts +4 -13
- package/order/src/models/ProductLink.js +23 -28
- package/order/src/models/ProductLinkAllOf.d.ts +47 -0
- package/order/src/models/ProductLinkAllOf.js +50 -0
- package/order/src/models/ProductStorageType.d.ts +7 -8
- package/order/src/models/ProductStorageType.js +9 -18
- package/order/src/models/Reservation.d.ts +4 -12
- package/order/src/models/Reservation.js +22 -25
- package/order/src/models/ReservationUpdateParameters.d.ts +0 -4
- package/order/src/models/ReservationUpdateParameters.js +10 -13
- package/order/src/models/RestError.d.ts +56 -62
- package/order/src/models/RestError.js +67 -71
- package/order/src/models/SaleOfferLink.d.ts +2 -11
- package/order/src/models/SaleOfferLink.js +21 -23
- package/order/src/models/SaleOfferLinkAllOf.d.ts +27 -0
- package/order/src/models/SaleOfferLinkAllOf.js +41 -0
- package/order/src/models/ShoppedOffer.d.ts +0 -4
- package/order/src/models/ShoppedOffer.js +12 -19
- package/order/src/models/ThreadLink.d.ts +2 -11
- package/order/src/models/ThreadLink.js +21 -23
- package/order/src/models/ThreadLinkAllOf.d.ts +27 -0
- package/order/src/models/ThreadLinkAllOf.js +41 -0
- package/order/src/models/UpdateOrderStatusParameters.d.ts +11 -12
- package/order/src/models/UpdateOrderStatusParameters.js +13 -22
- package/order/src/models/UserLink.d.ts +3 -12
- package/order/src/models/UserLink.js +22 -39
- package/order/src/models/UserLinkAllOf.d.ts +64 -0
- package/order/src/models/UserLinkAllOf.js +55 -0
- package/order/src/models/UserLinkAllOfCompany.d.ts +0 -4
- package/order/src/models/UserLinkAllOfCompany.js +10 -13
- package/order/src/models/index.d.ts +9 -0
- package/order/src/models/index.js +9 -2
- package/order/src/runtime.d.ts +31 -72
- package/order/src/runtime.js +163 -281
- package/order-log/src/apis/SearchOrderLogApi.d.ts +13 -15
- package/order-log/src/apis/SearchOrderLogApi.js +53 -52
- package/order-log/src/apis/index.js +0 -2
- package/order-log/src/index.d.ts +2 -2
- package/order-log/src/index.js +2 -4
- package/order-log/src/models/AnyOrderLog.d.ts +1 -2
- package/order-log/src/models/AnyOrderLog.js +18 -4
- package/order-log/src/models/HttpLink.d.ts +0 -4
- package/order-log/src/models/HttpLink.js +8 -14
- package/order-log/src/models/Log.d.ts +0 -4
- package/order-log/src/models/Log.js +11 -21
- package/order-log/src/models/OrderLink.d.ts +2 -11
- package/order-log/src/models/OrderLink.js +21 -23
- package/order-log/src/models/OrderLinkAllOf.d.ts +27 -0
- package/order-log/src/models/OrderLinkAllOf.js +41 -0
- package/order-log/src/models/OrderLog.d.ts +4 -25
- package/order-log/src/models/OrderLog.js +22 -48
- package/order-log/src/models/OrderLogAllOf.d.ts +53 -0
- package/order-log/src/models/OrderLogAllOf.js +51 -0
- package/order-log/src/models/OrderStatusReason.d.ts +6 -7
- package/order-log/src/models/OrderStatusReason.js +8 -17
- package/order-log/src/models/PaginatedObject.d.ts +1 -5
- package/order-log/src/models/PaginatedObject.js +9 -15
- package/order-log/src/models/PaginatedOrderLogs.d.ts +3 -13
- package/order-log/src/models/PaginatedOrderLogs.js +21 -24
- package/order-log/src/models/PaginatedOrderLogsAllOf.d.ts +28 -0
- package/order-log/src/models/PaginatedOrderLogsAllOf.js +42 -0
- package/order-log/src/models/PagingMetadata.d.ts +0 -4
- package/order-log/src/models/PagingMetadata.js +11 -23
- package/order-log/src/models/index.d.ts +3 -0
- package/order-log/src/models/index.js +3 -2
- package/order-log/src/runtime.d.ts +31 -72
- package/order-log/src/runtime.js +163 -281
- package/outrage-message/src/apis/ManageOutrageMessageApi.d.ts +10 -16
- package/outrage-message/src/apis/ManageOutrageMessageApi.js +89 -89
- package/outrage-message/src/apis/SearchOutrageMessageApi.d.ts +17 -17
- package/outrage-message/src/apis/SearchOutrageMessageApi.js +77 -72
- package/outrage-message/src/apis/index.js +0 -2
- package/outrage-message/src/index.d.ts +2 -2
- package/outrage-message/src/index.js +2 -4
- package/outrage-message/src/models/OutrageMessage.d.ts +0 -4
- package/outrage-message/src/models/OutrageMessage.js +18 -21
- package/outrage-message/src/models/OutrageMessageCreationParameters.d.ts +0 -4
- package/outrage-message/src/models/OutrageMessageCreationParameters.js +9 -17
- package/outrage-message/src/models/OutrageMessageUpdateParameters.d.ts +0 -4
- package/outrage-message/src/models/OutrageMessageUpdateParameters.js +12 -15
- package/outrage-message/src/models/PaginatedObject.d.ts +1 -5
- package/outrage-message/src/models/PaginatedObject.js +9 -15
- package/outrage-message/src/models/PaginatedOutrageMessages.d.ts +3 -13
- package/outrage-message/src/models/PaginatedOutrageMessages.js +22 -22
- package/outrage-message/src/models/PaginatedOutrageMessagesAllOf.d.ts +28 -0
- package/outrage-message/src/models/PaginatedOutrageMessagesAllOf.js +43 -0
- package/outrage-message/src/models/PagingMetadata.d.ts +0 -4
- package/outrage-message/src/models/PagingMetadata.js +11 -23
- package/outrage-message/src/models/index.d.ts +1 -0
- package/outrage-message/src/models/index.js +1 -2
- package/outrage-message/src/runtime.d.ts +31 -72
- package/outrage-message/src/runtime.js +163 -281
- package/package.json +1 -1
- package/product/src/apis/ManageProductApi.d.ts +8 -8
- package/product/src/apis/ManageProductApi.js +67 -63
- package/product/src/apis/ManageProductImageApi.d.ts +8 -8
- package/product/src/apis/ManageProductImageApi.js +62 -59
- package/product/src/apis/ManageProductProscriptionApi.d.ts +8 -8
- package/product/src/apis/ManageProductProscriptionApi.js +61 -57
- package/product/src/apis/SearchProductApi.d.ts +31 -31
- package/product/src/apis/SearchProductApi.js +109 -104
- package/product/src/apis/SearchProductImageApi.d.ts +8 -8
- package/product/src/apis/SearchProductImageApi.js +62 -58
- package/product/src/apis/SearchProductMetadataApi.d.ts +12 -12
- package/product/src/apis/SearchProductMetadataApi.js +110 -102
- package/product/src/apis/SearchProductProscriptionApi.d.ts +15 -15
- package/product/src/apis/SearchProductProscriptionApi.js +48 -44
- package/product/src/apis/index.js +0 -2
- package/product/src/index.d.ts +2 -2
- package/product/src/index.js +2 -4
- package/product/src/models/Barcodes.d.ts +0 -5
- package/product/src/models/Barcodes.js +16 -19
- package/product/src/models/DataProvider.d.ts +8 -9
- package/product/src/models/DataProvider.js +10 -19
- package/product/src/models/HttpLink.d.ts +0 -4
- package/product/src/models/HttpLink.js +8 -14
- package/product/src/models/Image.d.ts +2 -6
- package/product/src/models/Image.js +16 -19
- package/product/src/models/ImageCreationParameters.d.ts +28 -0
- package/product/src/models/ImageCreationParameters.js +42 -0
- package/product/src/models/ImageVersions.d.ts +0 -4
- package/product/src/models/ImageVersions.js +19 -24
- package/product/src/models/LaboratoryLink.d.ts +2 -11
- package/product/src/models/LaboratoryLink.js +22 -23
- package/product/src/models/LaboratoryLinkAllOf.d.ts +33 -0
- package/product/src/models/LaboratoryLinkAllOf.js +44 -0
- package/product/src/models/PaginatedObject.d.ts +1 -5
- package/product/src/models/PaginatedObject.js +9 -15
- package/product/src/models/PaginatedProductProscriptions.d.ts +3 -13
- package/product/src/models/PaginatedProductProscriptions.js +21 -24
- package/product/src/models/PaginatedProductProscriptionsAllOf.d.ts +28 -0
- package/product/src/models/PaginatedProductProscriptionsAllOf.js +42 -0
- package/product/src/models/PaginatedProducts.d.ts +3 -13
- package/product/src/models/PaginatedProducts.js +21 -24
- package/product/src/models/PaginatedProductsAllOf.d.ts +28 -0
- package/product/src/models/PaginatedProductsAllOf.js +42 -0
- package/product/src/models/PagingMetadata.d.ts +0 -4
- package/product/src/models/PagingMetadata.js +11 -23
- package/product/src/models/Product.d.ts +13 -17
- package/product/src/models/Product.js +58 -116
- package/product/src/models/ProductCreationOrUpdateParameters.d.ts +5 -9
- package/product/src/models/ProductCreationOrUpdateParameters.js +49 -52
- package/product/src/models/ProductDispensationPlace.d.ts +5 -6
- package/product/src/models/ProductDispensationPlace.js +7 -16
- package/product/src/models/ProductJournal.d.ts +0 -4
- package/product/src/models/ProductJournal.js +9 -15
- package/product/src/models/ProductMarketStatus.d.ts +9 -10
- package/product/src/models/ProductMarketStatus.js +11 -20
- package/product/src/models/ProductProscription.d.ts +1 -5
- package/product/src/models/ProductProscription.js +16 -19
- package/product/src/models/ProductProscriptionCreationParameters.d.ts +0 -4
- package/product/src/models/ProductProscriptionCreationParameters.js +10 -13
- package/product/src/models/ProductSecondaryType.d.ts +0 -4
- package/product/src/models/ProductSecondaryType.js +12 -15
- package/product/src/models/ProductSource.d.ts +3 -7
- package/product/src/models/ProductSource.js +18 -32
- package/product/src/models/ProductSourceBcb.d.ts +0 -4
- package/product/src/models/ProductSourceBcb.js +13 -18
- package/product/src/models/ProductSourceFields.d.ts +2 -6
- package/product/src/models/ProductSourceFields.js +43 -83
- package/product/src/models/ProductSourceFieldsBarcodes.d.ts +1 -5
- package/product/src/models/ProductSourceFieldsBarcodes.js +15 -27
- package/product/src/models/ProductSourceMedipim.d.ts +0 -4
- package/product/src/models/ProductSourceMedipim.js +8 -14
- package/product/src/models/ProductStatus.d.ts +7 -8
- package/product/src/models/ProductStatus.js +9 -18
- package/product/src/models/ProductStorageType.d.ts +7 -8
- package/product/src/models/ProductStorageType.js +9 -18
- package/product/src/models/ProductType.d.ts +0 -4
- package/product/src/models/ProductType.js +12 -15
- package/product/src/models/RestError.d.ts +56 -62
- package/product/src/models/RestError.js +67 -71
- package/product/src/models/Statistics.d.ts +0 -4
- package/product/src/models/Statistics.js +10 -13
- package/product/src/models/Vat.d.ts +0 -4
- package/product/src/models/Vat.js +10 -20
- package/product/src/models/index.d.ts +4 -0
- package/product/src/models/index.js +4 -2
- package/product/src/runtime.d.ts +31 -72
- package/product/src/runtime.js +163 -281
- package/pub/src/apis/ManagePubApi.d.ts +12 -12
- package/pub/src/apis/ManagePubApi.js +114 -107
- package/pub/src/apis/ManagePubImageApi.d.ts +7 -7
- package/pub/src/apis/ManagePubImageApi.js +41 -35
- package/pub/src/apis/SearchPubApi.d.ts +47 -47
- package/pub/src/apis/SearchPubApi.js +152 -143
- package/pub/src/apis/index.js +0 -2
- package/pub/src/index.d.ts +2 -2
- package/pub/src/index.js +2 -4
- package/pub/src/models/HttpLink.d.ts +0 -4
- package/pub/src/models/HttpLink.js +8 -14
- package/pub/src/models/Image.d.ts +1 -5
- package/pub/src/models/Image.js +11 -21
- package/pub/src/models/ImageVersions.d.ts +0 -4
- package/pub/src/models/ImageVersions.js +19 -24
- package/pub/src/models/PaginatedObject.d.ts +1 -5
- package/pub/src/models/PaginatedObject.js +9 -15
- package/pub/src/models/PaginatedPubStatistics.d.ts +3 -13
- package/pub/src/models/PaginatedPubStatistics.js +21 -24
- package/pub/src/models/PaginatedPubStatisticsAllOf.d.ts +28 -0
- package/pub/src/models/PaginatedPubStatisticsAllOf.js +42 -0
- package/pub/src/models/PaginatedPubs.d.ts +3 -13
- package/pub/src/models/PaginatedPubs.js +21 -24
- package/pub/src/models/PaginatedPubsAllOf.d.ts +28 -0
- package/pub/src/models/PaginatedPubsAllOf.js +42 -0
- package/pub/src/models/PagingMetadata.d.ts +0 -4
- package/pub/src/models/PagingMetadata.js +11 -23
- package/pub/src/models/Pub.d.ts +6 -10
- package/pub/src/models/Pub.js +35 -52
- package/pub/src/models/PubClickCreationParameters.d.ts +0 -4
- package/pub/src/models/PubClickCreationParameters.js +8 -14
- package/pub/src/models/PubCreationParameters.d.ts +4 -8
- package/pub/src/models/PubCreationParameters.js +17 -28
- package/pub/src/models/PubImageParameters.d.ts +28 -0
- package/pub/src/models/PubImageParameters.js +42 -0
- package/pub/src/models/PubLocationEnum.d.ts +6 -7
- package/pub/src/models/PubLocationEnum.js +8 -17
- package/pub/src/models/PubSchedule.d.ts +3 -13
- package/pub/src/models/PubSchedule.js +12 -15
- package/pub/src/models/PubStatistics.d.ts +1 -5
- package/pub/src/models/PubStatistics.js +14 -17
- package/pub/src/models/PubTimecard.d.ts +1 -7
- package/pub/src/models/PubTimecard.js +12 -15
- package/pub/src/models/PubUpdateParameters.d.ts +4 -8
- package/pub/src/models/PubUpdateParameters.js +21 -24
- package/pub/src/models/RestError.d.ts +56 -62
- package/pub/src/models/RestError.js +67 -71
- package/pub/src/models/UserLink.d.ts +3 -12
- package/pub/src/models/UserLink.js +22 -25
- package/pub/src/models/UserLinkAllOf.d.ts +40 -0
- package/pub/src/models/UserLinkAllOf.js +47 -0
- package/pub/src/models/UserLinkAllOfCompany.d.ts +0 -4
- package/pub/src/models/UserLinkAllOfCompany.js +10 -13
- package/pub/src/models/index.d.ts +4 -0
- package/pub/src/models/index.js +4 -2
- package/pub/src/runtime.d.ts +31 -72
- package/pub/src/runtime.js +163 -281
- package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.d.ts +15 -15
- package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.js +53 -50
- package/recommendation/src/apis/SearchProductPriceRecommendationApi.d.ts +15 -15
- package/recommendation/src/apis/SearchProductPriceRecommendationApi.js +47 -44
- package/recommendation/src/apis/SearchProductRecommendationApi.d.ts +15 -15
- package/recommendation/src/apis/SearchProductRecommendationApi.js +53 -49
- package/recommendation/src/apis/index.js +0 -2
- package/recommendation/src/index.d.ts +2 -2
- package/recommendation/src/index.js +2 -4
- package/recommendation/src/models/FavoriteProductRecommendation.d.ts +4 -12
- package/recommendation/src/models/FavoriteProductRecommendation.js +18 -25
- package/recommendation/src/models/HttpLink.d.ts +0 -4
- package/recommendation/src/models/HttpLink.js +8 -14
- package/recommendation/src/models/PaginatedFavoriteProductRecommendations.d.ts +3 -13
- package/recommendation/src/models/PaginatedFavoriteProductRecommendations.js +21 -24
- package/recommendation/src/models/PaginatedFavoriteProductRecommendationsAllOf.d.ts +28 -0
- package/recommendation/src/models/PaginatedFavoriteProductRecommendationsAllOf.js +42 -0
- package/recommendation/src/models/PaginatedObject.d.ts +1 -5
- package/recommendation/src/models/PaginatedObject.js +9 -15
- package/recommendation/src/models/PaginatedProductPriceRecommendations.d.ts +3 -13
- package/recommendation/src/models/PaginatedProductPriceRecommendations.js +21 -24
- package/recommendation/src/models/PaginatedProductPriceRecommendationsAllOf.d.ts +28 -0
- package/recommendation/src/models/PaginatedProductPriceRecommendationsAllOf.js +42 -0
- package/recommendation/src/models/PaginatedProductRecommendations.d.ts +3 -13
- package/recommendation/src/models/PaginatedProductRecommendations.js +21 -24
- package/recommendation/src/models/PaginatedProductRecommendationsAllOf.d.ts +28 -0
- package/recommendation/src/models/PaginatedProductRecommendationsAllOf.js +42 -0
- package/recommendation/src/models/PagingMetadata.d.ts +0 -4
- package/recommendation/src/models/PagingMetadata.js +11 -23
- package/recommendation/src/models/ProductLink.d.ts +2 -11
- package/recommendation/src/models/ProductLink.js +22 -21
- package/recommendation/src/models/ProductLinkAllOf.d.ts +27 -0
- package/recommendation/src/models/ProductLinkAllOf.js +42 -0
- package/recommendation/src/models/ProductPriceRecommendation.d.ts +1 -5
- package/recommendation/src/models/ProductPriceRecommendation.js +14 -23
- package/recommendation/src/models/ProductRecommendation.d.ts +4 -13
- package/recommendation/src/models/ProductRecommendation.js +18 -25
- package/recommendation/src/models/ProductRecommendationType.d.ts +7 -11
- package/recommendation/src/models/ProductRecommendationType.js +9 -21
- package/recommendation/src/models/UserLink.d.ts +2 -11
- package/recommendation/src/models/UserLink.js +22 -21
- package/recommendation/src/models/UserLinkAllOf.d.ts +27 -0
- package/recommendation/src/models/UserLinkAllOf.js +42 -0
- package/recommendation/src/models/index.d.ts +5 -0
- package/recommendation/src/models/index.js +5 -2
- package/recommendation/src/runtime.d.ts +31 -72
- package/recommendation/src/runtime.js +163 -281
- package/rfx/src/apis/ManageRfiApi.d.ts +6 -6
- package/rfx/src/apis/ManageRfiApi.js +38 -41
- package/rfx/src/apis/ManageRfilApi.d.ts +6 -6
- package/rfx/src/apis/ManageRfilApi.js +28 -27
- package/rfx/src/apis/ManageRfoiApi.d.ts +8 -8
- package/rfx/src/apis/ManageRfoiApi.js +63 -59
- package/rfx/src/apis/SearchRfoiApi.d.ts +21 -21
- package/rfx/src/apis/SearchRfoiApi.js +59 -56
- package/rfx/src/apis/index.js +0 -2
- package/rfx/src/index.d.ts +2 -2
- package/rfx/src/index.js +2 -4
- package/rfx/src/models/HttpLink.d.ts +0 -4
- package/rfx/src/models/HttpLink.js +8 -14
- package/rfx/src/models/OrderLink.d.ts +2 -11
- package/rfx/src/models/OrderLink.js +22 -21
- package/rfx/src/models/OrderLinkAllOf.d.ts +27 -0
- package/rfx/src/models/OrderLinkAllOf.js +42 -0
- package/rfx/src/models/PaginatedObject.d.ts +1 -5
- package/rfx/src/models/PaginatedObject.js +9 -15
- package/rfx/src/models/PaginatedRfois.d.ts +3 -13
- package/rfx/src/models/PaginatedRfois.js +21 -24
- package/rfx/src/models/PaginatedRfoisAllOf.d.ts +28 -0
- package/rfx/src/models/PaginatedRfoisAllOf.js +42 -0
- package/rfx/src/models/PagingMetadata.d.ts +0 -4
- package/rfx/src/models/PagingMetadata.js +11 -23
- package/rfx/src/models/RestError.d.ts +56 -62
- package/rfx/src/models/RestError.js +67 -71
- package/rfx/src/models/RfiCreationParameters.d.ts +1 -7
- package/rfx/src/models/RfiCreationParameters.js +18 -21
- package/rfx/src/models/RfilCreationParameters.d.ts +0 -4
- package/rfx/src/models/RfilCreationParameters.js +9 -17
- package/rfx/src/models/RfoCreationParameters.d.ts +0 -4
- package/rfx/src/models/RfoCreationParameters.js +8 -14
- package/rfx/src/models/Rfoi.d.ts +2 -6
- package/rfx/src/models/Rfoi.js +23 -26
- package/rfx/src/models/RfoiCreationParameters.d.ts +0 -4
- package/rfx/src/models/RfoiCreationParameters.js +8 -14
- package/rfx/src/models/RfoiUpdateParameters.d.ts +0 -4
- package/rfx/src/models/RfoiUpdateParameters.js +10 -13
- package/rfx/src/models/UserLink.d.ts +3 -12
- package/rfx/src/models/UserLink.js +22 -25
- package/rfx/src/models/UserLinkAllOf.d.ts +40 -0
- package/rfx/src/models/UserLinkAllOf.js +47 -0
- package/rfx/src/models/UserLinkAllOfCompany.d.ts +0 -4
- package/rfx/src/models/UserLinkAllOfCompany.js +10 -13
- package/rfx/src/models/index.d.ts +3 -0
- package/rfx/src/models/index.js +3 -2
- package/rfx/src/runtime.d.ts +31 -72
- package/rfx/src/runtime.js +163 -281
- package/sale-offer/src/apis/ManageSaleOfferApi.d.ts +16 -16
- package/sale-offer/src/apis/ManageSaleOfferApi.js +183 -173
- package/sale-offer/src/apis/SearchSaleOfferApi.d.ts +53 -58
- package/sale-offer/src/apis/SearchSaleOfferApi.js +162 -162
- package/sale-offer/src/apis/index.js +0 -2
- package/sale-offer/src/index.d.ts +2 -2
- package/sale-offer/src/index.js +2 -4
- package/sale-offer/src/models/AnyDistributionMode.d.ts +5 -6
- package/sale-offer/src/models/AnyDistributionMode.js +23 -9
- package/sale-offer/src/models/AnyIdentifiedDistributionMode.d.ts +5 -6
- package/sale-offer/src/models/AnyIdentifiedDistributionMode.js +23 -9
- package/sale-offer/src/models/Barcodes.d.ts +0 -5
- package/sale-offer/src/models/Barcodes.js +16 -19
- package/sale-offer/src/models/DistributionMode.d.ts +1 -8
- package/sale-offer/src/models/DistributionMode.js +10 -20
- package/sale-offer/src/models/DistributionRange.d.ts +0 -4
- package/sale-offer/src/models/DistributionRange.js +10 -20
- package/sale-offer/src/models/HttpLink.d.ts +0 -4
- package/sale-offer/src/models/HttpLink.js +8 -14
- package/sale-offer/src/models/IdentifiedDistributionRange.d.ts +2 -23
- package/sale-offer/src/models/IdentifiedDistributionRange.js +21 -35
- package/sale-offer/src/models/IdentifiedDistributionRangeAllOf.d.ts +33 -0
- package/sale-offer/src/models/IdentifiedDistributionRangeAllOf.js +43 -0
- package/sale-offer/src/models/IdentifiedRangeDistributionMode.d.ts +3 -27
- package/sale-offer/src/models/IdentifiedRangeDistributionMode.js +21 -31
- package/sale-offer/src/models/IdentifiedRangeDistributionModeAllOf.d.ts +28 -0
- package/sale-offer/src/models/IdentifiedRangeDistributionModeAllOf.js +42 -0
- package/sale-offer/src/models/ImageVersions.d.ts +0 -4
- package/sale-offer/src/models/ImageVersions.js +19 -24
- package/sale-offer/src/models/Images.d.ts +1 -5
- package/sale-offer/src/models/Images.js +14 -17
- package/sale-offer/src/models/OwnerLink.d.ts +3 -12
- package/sale-offer/src/models/OwnerLink.js +22 -25
- package/sale-offer/src/models/OwnerLinkAllOf.d.ts +40 -0
- package/sale-offer/src/models/OwnerLinkAllOf.js +47 -0
- package/sale-offer/src/models/OwnerLinkAllOfCompany.d.ts +0 -4
- package/sale-offer/src/models/OwnerLinkAllOfCompany.js +10 -13
- package/sale-offer/src/models/PaginatedObject.d.ts +1 -5
- package/sale-offer/src/models/PaginatedObject.js +9 -15
- package/sale-offer/src/models/PaginatedSaleOffers.d.ts +3 -13
- package/sale-offer/src/models/PaginatedSaleOffers.js +21 -24
- package/sale-offer/src/models/PaginatedSaleOffersAllOf.d.ts +28 -0
- package/sale-offer/src/models/PaginatedSaleOffersAllOf.js +42 -0
- package/sale-offer/src/models/PagingMetadata.d.ts +0 -4
- package/sale-offer/src/models/PagingMetadata.js +11 -23
- package/sale-offer/src/models/ProductImageLink.d.ts +3 -12
- package/sale-offer/src/models/ProductImageLink.js +22 -23
- package/sale-offer/src/models/ProductImageLinkAllOf.d.ts +34 -0
- package/sale-offer/src/models/ProductImageLinkAllOf.js +45 -0
- package/sale-offer/src/models/ProductLink.d.ts +3 -12
- package/sale-offer/src/models/ProductLink.js +22 -25
- package/sale-offer/src/models/ProductLinkAllOf.d.ts +40 -0
- package/sale-offer/src/models/ProductLinkAllOf.js +47 -0
- package/sale-offer/src/models/QuotationDistributionMode.d.ts +2 -26
- package/sale-offer/src/models/QuotationDistributionMode.js +21 -31
- package/sale-offer/src/models/QuotationDistributionModeAllOf.d.ts +27 -0
- package/sale-offer/src/models/QuotationDistributionModeAllOf.js +41 -0
- package/sale-offer/src/models/RangeDistributionMode.d.ts +3 -27
- package/sale-offer/src/models/RangeDistributionMode.js +21 -31
- package/sale-offer/src/models/RangeDistributionModeAllOf.d.ts +28 -0
- package/sale-offer/src/models/RangeDistributionModeAllOf.js +42 -0
- package/sale-offer/src/models/RestError.d.ts +56 -62
- package/sale-offer/src/models/RestError.js +67 -71
- package/sale-offer/src/models/SaleOffer.d.ts +11 -17
- package/sale-offer/src/models/SaleOffer.js +41 -78
- package/sale-offer/src/models/SaleOfferCreationImagesParameters.d.ts +0 -4
- package/sale-offer/src/models/SaleOfferCreationImagesParameters.js +14 -17
- package/sale-offer/src/models/SaleOfferCreationParameters.d.ts +4 -13
- package/sale-offer/src/models/SaleOfferCreationParameters.js +25 -28
- package/sale-offer/src/models/SaleOfferJournal.d.ts +0 -4
- package/sale-offer/src/models/SaleOfferJournal.js +9 -15
- package/sale-offer/src/models/SaleOfferNewVersionParameters.d.ts +3 -7
- package/sale-offer/src/models/SaleOfferNewVersionParameters.js +19 -22
- package/sale-offer/src/models/SaleOfferStatisticLink.d.ts +3 -14
- package/sale-offer/src/models/SaleOfferStatisticLink.js +22 -27
- package/sale-offer/src/models/SaleOfferStatisticLinkAllOf.d.ts +45 -0
- package/sale-offer/src/models/SaleOfferStatisticLinkAllOf.js +48 -0
- package/sale-offer/src/models/SaleOfferStatus.d.ts +10 -11
- package/sale-offer/src/models/SaleOfferStatus.js +12 -21
- package/sale-offer/src/models/SaleOfferStatusReason.d.ts +9 -10
- package/sale-offer/src/models/SaleOfferStatusReason.js +11 -20
- package/sale-offer/src/models/SaleOfferUpdateParameters.d.ts +3 -13
- package/sale-offer/src/models/SaleOfferUpdateParameters.js +12 -15
- package/sale-offer/src/models/SaleOfferUpdateParametersStock.d.ts +0 -4
- package/sale-offer/src/models/SaleOfferUpdateParametersStock.js +10 -13
- package/sale-offer/src/models/Stock.d.ts +0 -4
- package/sale-offer/src/models/Stock.js +13 -17
- package/sale-offer/src/models/UnitaryDistributionMode.d.ts +2 -26
- package/sale-offer/src/models/UnitaryDistributionMode.js +21 -35
- package/sale-offer/src/models/UnitaryDistributionModeAllOf.d.ts +33 -0
- package/sale-offer/src/models/UnitaryDistributionModeAllOf.js +43 -0
- package/sale-offer/src/models/index.d.ts +10 -0
- package/sale-offer/src/models/index.js +10 -2
- package/sale-offer/src/runtime.d.ts +31 -72
- package/sale-offer/src/runtime.js +163 -281
- package/sale-offer-log/src/apis/SearchSaleOfferLogApi.d.ts +13 -15
- package/sale-offer-log/src/apis/SearchSaleOfferLogApi.js +53 -52
- package/sale-offer-log/src/apis/index.js +0 -2
- package/sale-offer-log/src/index.d.ts +2 -2
- package/sale-offer-log/src/index.js +2 -4
- package/sale-offer-log/src/models/AnySaleOfferLog.d.ts +1 -2
- package/sale-offer-log/src/models/AnySaleOfferLog.js +18 -4
- package/sale-offer-log/src/models/HttpLink.d.ts +0 -4
- package/sale-offer-log/src/models/HttpLink.js +8 -14
- package/sale-offer-log/src/models/Log.d.ts +0 -4
- package/sale-offer-log/src/models/Log.js +11 -21
- package/sale-offer-log/src/models/PaginatedObject.d.ts +1 -5
- package/sale-offer-log/src/models/PaginatedObject.js +9 -15
- package/sale-offer-log/src/models/PaginatedSaleOfferLogs.d.ts +3 -13
- package/sale-offer-log/src/models/PaginatedSaleOfferLogs.js +21 -24
- package/sale-offer-log/src/models/PaginatedSaleOfferLogsAllOf.d.ts +28 -0
- package/sale-offer-log/src/models/PaginatedSaleOfferLogsAllOf.js +42 -0
- package/sale-offer-log/src/models/PagingMetadata.d.ts +0 -4
- package/sale-offer-log/src/models/PagingMetadata.js +11 -23
- package/sale-offer-log/src/models/SaleOfferLink.d.ts +2 -11
- package/sale-offer-log/src/models/SaleOfferLink.js +21 -23
- package/sale-offer-log/src/models/SaleOfferLinkAllOf.d.ts +27 -0
- package/sale-offer-log/src/models/SaleOfferLinkAllOf.js +41 -0
- package/sale-offer-log/src/models/SaleOfferLog.d.ts +3 -24
- package/sale-offer-log/src/models/SaleOfferLog.js +21 -35
- package/sale-offer-log/src/models/SaleOfferLogAllOf.d.ts +34 -0
- package/sale-offer-log/src/models/SaleOfferLogAllOf.js +44 -0
- package/sale-offer-log/src/models/index.d.ts +3 -0
- package/sale-offer-log/src/models/index.js +3 -2
- package/sale-offer-log/src/runtime.d.ts +31 -72
- package/sale-offer-log/src/runtime.js +163 -281
- package/servant/src/apis/ManageServantApi.d.ts +5 -7
- package/servant/src/apis/ManageServantApi.js +8 -10
- package/servant/src/apis/ManageTaskApi.d.ts +5 -5
- package/servant/src/apis/ManageTaskApi.js +29 -27
- package/servant/src/apis/SearchServantApi.d.ts +6 -8
- package/servant/src/apis/SearchServantApi.js +29 -29
- package/servant/src/apis/index.js +0 -2
- package/servant/src/index.d.ts +2 -2
- package/servant/src/index.js +2 -4
- package/servant/src/models/RestError.d.ts +56 -62
- package/servant/src/models/RestError.js +67 -71
- package/servant/src/models/Servant.d.ts +1 -5
- package/servant/src/models/Servant.js +17 -26
- package/servant/src/models/Task.d.ts +0 -4
- package/servant/src/models/Task.js +12 -15
- package/servant/src/models/index.js +0 -2
- package/servant/src/runtime.d.ts +31 -72
- package/servant/src/runtime.js +163 -281
- package/shipment/src/apis/ManageOrderCarriageApi.d.ts +6 -6
- package/shipment/src/apis/ManageOrderCarriageApi.js +35 -33
- package/shipment/src/apis/ManageShipmentApi.d.ts +8 -8
- package/shipment/src/apis/ManageShipmentApi.js +60 -56
- package/shipment/src/apis/SearchOrderCarriageApi.d.ts +17 -21
- package/shipment/src/apis/SearchOrderCarriageApi.js +75 -74
- package/shipment/src/apis/index.js +0 -2
- package/shipment/src/index.d.ts +2 -2
- package/shipment/src/index.js +2 -4
- package/shipment/src/models/CancelParcelResponse.d.ts +0 -4
- package/shipment/src/models/CancelParcelResponse.js +14 -17
- package/shipment/src/models/DeliveryStatus.d.ts +0 -4
- package/shipment/src/models/DeliveryStatus.js +12 -15
- package/shipment/src/models/HttpLink.d.ts +0 -4
- package/shipment/src/models/HttpLink.js +8 -14
- package/shipment/src/models/OrderCarriage.d.ts +2 -6
- package/shipment/src/models/OrderCarriage.js +15 -18
- package/shipment/src/models/OrderCarriageShipmentCreationParameters.d.ts +0 -4
- package/shipment/src/models/OrderCarriageShipmentCreationParameters.js +10 -13
- package/shipment/src/models/OrderLink.d.ts +2 -11
- package/shipment/src/models/OrderLink.js +22 -21
- package/shipment/src/models/OrderLinkAllOf.d.ts +27 -0
- package/shipment/src/models/OrderLinkAllOf.js +42 -0
- package/shipment/src/models/PaginatedObject.d.ts +1 -5
- package/shipment/src/models/PaginatedObject.js +9 -15
- package/shipment/src/models/PaginatedOrderCarriages.d.ts +3 -13
- package/shipment/src/models/PaginatedOrderCarriages.js +21 -24
- package/shipment/src/models/PaginatedOrderCarriagesAllOf.d.ts +28 -0
- package/shipment/src/models/PaginatedOrderCarriagesAllOf.js +42 -0
- package/shipment/src/models/PagingMetadata.d.ts +0 -4
- package/shipment/src/models/PagingMetadata.js +11 -23
- package/shipment/src/models/RestError.d.ts +56 -62
- package/shipment/src/models/RestError.js +67 -71
- package/shipment/src/models/Shipment.d.ts +2 -7
- package/shipment/src/models/Shipment.js +19 -22
- package/shipment/src/models/ShipmentCreationParameters.d.ts +0 -4
- package/shipment/src/models/ShipmentCreationParameters.js +14 -25
- package/shipment/src/models/ShipmentError.d.ts +7 -11
- package/shipment/src/models/ShipmentError.js +19 -22
- package/shipment/src/models/ShipmentLabels.d.ts +0 -4
- package/shipment/src/models/ShipmentLabels.js +12 -15
- package/shipment/src/models/ShipmentParcel.d.ts +4 -12
- package/shipment/src/models/ShipmentParcel.js +18 -21
- package/shipment/src/models/ShipmentParcelStatus.d.ts +6 -7
- package/shipment/src/models/ShipmentParcelStatus.js +8 -17
- package/shipment/src/models/SkybillLink.d.ts +2 -11
- package/shipment/src/models/SkybillLink.js +22 -21
- package/shipment/src/models/SkybillLinkAllOf.d.ts +27 -0
- package/shipment/src/models/SkybillLinkAllOf.js +42 -0
- package/shipment/src/models/index.d.ts +3 -0
- package/shipment/src/models/index.js +3 -2
- package/shipment/src/runtime.d.ts +31 -72
- package/shipment/src/runtime.js +163 -281
- package/shopping-cart/src/apis/ManageCartApi.d.ts +8 -8
- package/shopping-cart/src/apis/ManageCartApi.js +54 -50
- package/shopping-cart/src/apis/ManageCartSubCartApi.d.ts +19 -19
- package/shopping-cart/src/apis/ManageCartSubCartApi.js +95 -88
- package/shopping-cart/src/apis/ManageCartSubCartLineApi.d.ts +14 -14
- package/shopping-cart/src/apis/ManageCartSubCartLineApi.js +152 -142
- package/shopping-cart/src/apis/index.js +0 -2
- package/shopping-cart/src/index.d.ts +2 -2
- package/shopping-cart/src/index.js +2 -4
- package/shopping-cart/src/models/AnyIdentifiedDistributionMode.d.ts +5 -6
- package/shopping-cart/src/models/AnyIdentifiedDistributionMode.js +23 -9
- package/shopping-cart/src/models/Barcodes.d.ts +0 -5
- package/shopping-cart/src/models/Barcodes.js +16 -19
- package/shopping-cart/src/models/Cart.d.ts +1 -5
- package/shopping-cart/src/models/Cart.js +14 -17
- package/shopping-cart/src/models/CartSubCart.d.ts +3 -7
- package/shopping-cart/src/models/CartSubCart.js +19 -39
- package/shopping-cart/src/models/CartSubCartLine.d.ts +2 -6
- package/shopping-cart/src/models/CartSubCartLine.js +17 -30
- package/shopping-cart/src/models/CartSubCartLineUpdateParameters.d.ts +0 -4
- package/shopping-cart/src/models/CartSubCartLineUpdateParameters.js +11 -16
- package/shopping-cart/src/models/CartSubCartTransport.d.ts +0 -4
- package/shopping-cart/src/models/CartSubCartTransport.js +11 -23
- package/shopping-cart/src/models/DistributionMode.d.ts +1 -8
- package/shopping-cart/src/models/DistributionMode.js +10 -20
- package/shopping-cart/src/models/DistributionRange.d.ts +0 -4
- package/shopping-cart/src/models/DistributionRange.js +10 -20
- package/shopping-cart/src/models/HttpLink.d.ts +0 -4
- package/shopping-cart/src/models/HttpLink.js +8 -14
- package/shopping-cart/src/models/IdentifiedDistributionRange.d.ts +2 -23
- package/shopping-cart/src/models/IdentifiedDistributionRange.js +21 -35
- package/shopping-cart/src/models/IdentifiedDistributionRangeAllOf.d.ts +33 -0
- package/shopping-cart/src/models/IdentifiedDistributionRangeAllOf.js +43 -0
- package/shopping-cart/src/models/IdentifiedRangeDistributionMode.d.ts +3 -27
- package/shopping-cart/src/models/IdentifiedRangeDistributionMode.js +21 -31
- package/shopping-cart/src/models/IdentifiedRangeDistributionModeAllOf.d.ts +28 -0
- package/shopping-cart/src/models/IdentifiedRangeDistributionModeAllOf.js +42 -0
- package/shopping-cart/src/models/ProductLink.d.ts +4 -13
- package/shopping-cart/src/models/ProductLink.js +22 -40
- package/shopping-cart/src/models/ProductLinkAllOf.d.ts +53 -0
- package/shopping-cart/src/models/ProductLinkAllOf.js +51 -0
- package/shopping-cart/src/models/ProductStorageType.d.ts +7 -8
- package/shopping-cart/src/models/ProductStorageType.js +9 -18
- package/shopping-cart/src/models/QuotationDistributionMode.d.ts +2 -26
- package/shopping-cart/src/models/QuotationDistributionMode.js +21 -31
- package/shopping-cart/src/models/QuotationDistributionModeAllOf.d.ts +27 -0
- package/shopping-cart/src/models/QuotationDistributionModeAllOf.js +41 -0
- package/shopping-cart/src/models/RestError.d.ts +56 -62
- package/shopping-cart/src/models/RestError.js +67 -71
- package/shopping-cart/src/models/SaleOfferLink.d.ts +5 -14
- package/shopping-cart/src/models/SaleOfferLink.js +23 -32
- package/shopping-cart/src/models/SaleOfferLinkAllOf.d.ts +54 -0
- package/shopping-cart/src/models/SaleOfferLinkAllOf.js +53 -0
- package/shopping-cart/src/models/SaleOfferStatus.d.ts +10 -11
- package/shopping-cart/src/models/SaleOfferStatus.js +12 -21
- package/shopping-cart/src/models/SellerLink.d.ts +3 -12
- package/shopping-cart/src/models/SellerLink.js +22 -25
- package/shopping-cart/src/models/SellerLinkAllOf.d.ts +40 -0
- package/shopping-cart/src/models/SellerLinkAllOf.js +47 -0
- package/shopping-cart/src/models/ShoppedOffer.d.ts +0 -4
- package/shopping-cart/src/models/ShoppedOffer.js +12 -19
- package/shopping-cart/src/models/Stock.d.ts +0 -4
- package/shopping-cart/src/models/Stock.js +13 -17
- package/shopping-cart/src/models/UnitaryDistributionMode.d.ts +2 -26
- package/shopping-cart/src/models/UnitaryDistributionMode.js +21 -35
- package/shopping-cart/src/models/UnitaryDistributionModeAllOf.d.ts +33 -0
- package/shopping-cart/src/models/UnitaryDistributionModeAllOf.js +43 -0
- package/shopping-cart/src/models/UserRole.d.ts +11 -12
- package/shopping-cart/src/models/UserRole.js +13 -22
- package/shopping-cart/src/models/index.d.ts +7 -0
- package/shopping-cart/src/models/index.js +7 -2
- package/shopping-cart/src/runtime.d.ts +31 -72
- package/shopping-cart/src/runtime.js +163 -281
- package/statistic/src/apis/SearchSaleOfferStatisticsApi.d.ts +15 -15
- package/statistic/src/apis/SearchSaleOfferStatisticsApi.js +75 -70
- package/statistic/src/apis/SearchUserStatisticsApi.d.ts +8 -8
- package/statistic/src/apis/SearchUserStatisticsApi.js +63 -60
- package/statistic/src/apis/index.js +0 -2
- package/statistic/src/index.d.ts +2 -2
- package/statistic/src/index.js +2 -4
- package/statistic/src/models/HttpLink.d.ts +0 -4
- package/statistic/src/models/HttpLink.js +8 -14
- package/statistic/src/models/PaginatedObject.d.ts +1 -5
- package/statistic/src/models/PaginatedObject.js +9 -15
- package/statistic/src/models/PaginatedSaleOfferStatistics.d.ts +3 -13
- package/statistic/src/models/PaginatedSaleOfferStatistics.js +21 -24
- package/statistic/src/models/PaginatedSaleOfferStatisticsAllOf.d.ts +28 -0
- package/statistic/src/models/PaginatedSaleOfferStatisticsAllOf.js +42 -0
- package/statistic/src/models/PaginatedUserStatistics.d.ts +3 -13
- package/statistic/src/models/PaginatedUserStatistics.js +21 -24
- package/statistic/src/models/PaginatedUserStatisticsAllOf.d.ts +28 -0
- package/statistic/src/models/PaginatedUserStatisticsAllOf.js +42 -0
- package/statistic/src/models/PagingMetadata.d.ts +0 -4
- package/statistic/src/models/PagingMetadata.js +11 -23
- package/statistic/src/models/RestError.d.ts +56 -62
- package/statistic/src/models/RestError.js +67 -71
- package/statistic/src/models/SaleOfferStatistic.d.ts +2 -8
- package/statistic/src/models/SaleOfferStatistic.js +22 -25
- package/statistic/src/models/UserLink.d.ts +2 -11
- package/statistic/src/models/UserLink.js +22 -21
- package/statistic/src/models/UserLinkAllOf.d.ts +27 -0
- package/statistic/src/models/UserLinkAllOf.js +42 -0
- package/statistic/src/models/UserStatistic.d.ts +2 -7
- package/statistic/src/models/UserStatistic.js +24 -27
- package/statistic/src/models/index.d.ts +3 -0
- package/statistic/src/models/index.js +3 -2
- package/statistic/src/runtime.d.ts +31 -72
- package/statistic/src/runtime.js +163 -281
- package/subscription/src/apis/ManageSubscriptionApi.d.ts +10 -10
- package/subscription/src/apis/ManageSubscriptionApi.js +89 -83
- package/subscription/src/apis/ManageSubscriptionPlanApi.d.ts +6 -6
- package/subscription/src/apis/ManageSubscriptionPlanApi.js +35 -33
- package/subscription/src/apis/SearchSubscriptionApi.d.ts +19 -19
- package/subscription/src/apis/SearchSubscriptionApi.js +67 -63
- package/subscription/src/apis/SearchSubscriptionPlanApi.d.ts +15 -15
- package/subscription/src/apis/SearchSubscriptionPlanApi.js +69 -64
- package/subscription/src/apis/SearchSubscriptionPlanFeatureApi.d.ts +6 -6
- package/subscription/src/apis/SearchSubscriptionPlanFeatureApi.js +29 -27
- package/subscription/src/apis/index.js +0 -2
- package/subscription/src/index.d.ts +2 -2
- package/subscription/src/index.js +2 -4
- package/subscription/src/models/HttpLink.d.ts +0 -4
- package/subscription/src/models/HttpLink.js +8 -14
- package/subscription/src/models/PaginatedObject.d.ts +1 -5
- package/subscription/src/models/PaginatedObject.js +9 -15
- package/subscription/src/models/PaginatedSubscriptions.d.ts +3 -13
- package/subscription/src/models/PaginatedSubscriptions.js +22 -22
- package/subscription/src/models/PaginatedSubscriptionsAllOf.d.ts +28 -0
- package/subscription/src/models/PaginatedSubscriptionsAllOf.js +43 -0
- package/subscription/src/models/PagingMetadata.d.ts +0 -4
- package/subscription/src/models/PagingMetadata.js +11 -23
- package/subscription/src/models/RestError.d.ts +56 -62
- package/subscription/src/models/RestError.js +67 -71
- package/subscription/src/models/SubscriberLink.d.ts +2 -11
- package/subscription/src/models/SubscriberLink.js +22 -21
- package/subscription/src/models/SubscriberLinkAllOf.d.ts +27 -0
- package/subscription/src/models/SubscriberLinkAllOf.js +42 -0
- package/subscription/src/models/Subscription.d.ts +2 -6
- package/subscription/src/models/Subscription.js +23 -27
- package/subscription/src/models/SubscriptionCreationParameters.d.ts +1 -5
- package/subscription/src/models/SubscriptionCreationParameters.js +11 -21
- package/subscription/src/models/SubscriptionPlan.d.ts +2 -6
- package/subscription/src/models/SubscriptionPlan.js +22 -25
- package/subscription/src/models/SubscriptionPlanFeature.d.ts +1 -5
- package/subscription/src/models/SubscriptionPlanFeature.js +14 -17
- package/subscription/src/models/SubscriptionPlanFeatureId.d.ts +6 -7
- package/subscription/src/models/SubscriptionPlanFeatureId.js +8 -17
- package/subscription/src/models/SubscriptionPlanId.d.ts +6 -7
- package/subscription/src/models/SubscriptionPlanId.js +8 -17
- package/subscription/src/models/SubscriptionPlanLink.d.ts +3 -12
- package/subscription/src/models/SubscriptionPlanLink.js +22 -21
- package/subscription/src/models/SubscriptionPlanLinkAllOf.d.ts +28 -0
- package/subscription/src/models/SubscriptionPlanLinkAllOf.js +43 -0
- package/subscription/src/models/SubscriptionPlanUpdateParameters.d.ts +1 -5
- package/subscription/src/models/SubscriptionPlanUpdateParameters.js +20 -23
- package/subscription/src/models/SubscriptionUpdateParameters.d.ts +1 -5
- package/subscription/src/models/SubscriptionUpdateParameters.js +19 -23
- package/subscription/src/models/index.d.ts +3 -0
- package/subscription/src/models/index.js +3 -2
- package/subscription/src/runtime.d.ts +31 -72
- package/subscription/src/runtime.js +163 -281
- package/third-party/src/apis/ManageThirdPartyLinkApi.d.ts +6 -6
- package/third-party/src/apis/ManageThirdPartyLinkApi.js +32 -30
- package/third-party/src/apis/index.js +0 -2
- package/third-party/src/index.d.ts +2 -2
- package/third-party/src/index.js +2 -4
- package/third-party/src/models/RestError.d.ts +56 -62
- package/third-party/src/models/RestError.js +67 -71
- package/third-party/src/models/ThirdPartyLink.d.ts +0 -4
- package/third-party/src/models/ThirdPartyLink.js +10 -13
- package/third-party/src/models/ThirdPartyLinkCreationParameters.d.ts +8 -12
- package/third-party/src/models/ThirdPartyLinkCreationParameters.js +18 -24
- package/third-party/src/models/index.js +0 -2
- package/third-party/src/runtime.d.ts +31 -72
- package/third-party/src/runtime.js +163 -281
- package/thread/src/apis/ManageThreadCommentApi.d.ts +8 -8
- package/thread/src/apis/ManageThreadCommentApi.js +68 -64
- package/thread/src/apis/SearchThreadApi.d.ts +6 -6
- package/thread/src/apis/SearchThreadApi.js +32 -30
- package/thread/src/apis/SearchThreadCommentApi.d.ts +15 -15
- package/thread/src/apis/SearchThreadCommentApi.js +48 -44
- package/thread/src/apis/index.js +0 -2
- package/thread/src/index.d.ts +2 -2
- package/thread/src/index.js +2 -4
- package/thread/src/models/AuthorLink.d.ts +2 -11
- package/thread/src/models/AuthorLink.js +21 -31
- package/thread/src/models/AuthorLinkAllOf.d.ts +39 -0
- package/thread/src/models/AuthorLinkAllOf.js +45 -0
- package/thread/src/models/Comment.d.ts +1 -5
- package/thread/src/models/Comment.js +18 -21
- package/thread/src/models/CommentCreationParameters.d.ts +2 -11
- package/thread/src/models/CommentCreationParameters.js +21 -23
- package/thread/src/models/CommentCreationParametersAllOf.d.ts +27 -0
- package/thread/src/models/CommentCreationParametersAllOf.js +41 -0
- package/thread/src/models/CommentUpdateParameters.d.ts +0 -4
- package/thread/src/models/CommentUpdateParameters.js +8 -14
- package/thread/src/models/HttpLink.d.ts +0 -4
- package/thread/src/models/HttpLink.js +8 -14
- package/thread/src/models/PaginatedComments.d.ts +3 -13
- package/thread/src/models/PaginatedComments.js +21 -24
- package/thread/src/models/PaginatedCommentsAllOf.d.ts +28 -0
- package/thread/src/models/PaginatedCommentsAllOf.js +42 -0
- package/thread/src/models/PaginatedObject.d.ts +1 -5
- package/thread/src/models/PaginatedObject.js +9 -15
- package/thread/src/models/PagingMetadata.d.ts +0 -4
- package/thread/src/models/PagingMetadata.js +11 -23
- package/thread/src/models/Thread.d.ts +1 -5
- package/thread/src/models/Thread.js +10 -18
- package/thread/src/models/ThreadLink.d.ts +2 -11
- package/thread/src/models/ThreadLink.js +21 -23
- package/thread/src/models/ThreadLinkAllOf.d.ts +27 -0
- package/thread/src/models/ThreadLinkAllOf.js +41 -0
- package/thread/src/models/index.d.ts +4 -0
- package/thread/src/models/index.js +4 -2
- package/thread/src/runtime.d.ts +31 -72
- package/thread/src/runtime.js +163 -281
- package/ubo/src/apis/ManageUboDeclarationApi.d.ts +6 -6
- package/ubo/src/apis/ManageUboDeclarationApi.js +33 -31
- package/ubo/src/apis/SearchUboDeclarationApi.d.ts +6 -6
- package/ubo/src/apis/SearchUboDeclarationApi.js +32 -30
- package/ubo/src/apis/index.js +0 -2
- package/ubo/src/index.d.ts +2 -2
- package/ubo/src/index.js +2 -4
- package/ubo/src/models/Address.d.ts +1 -5
- package/ubo/src/models/Address.js +16 -29
- package/ubo/src/models/Country.d.ts +0 -4
- package/ubo/src/models/Country.js +9 -17
- package/ubo/src/models/RestError.d.ts +56 -62
- package/ubo/src/models/RestError.js +67 -71
- package/ubo/src/models/Ubo.d.ts +2 -6
- package/ubo/src/models/Ubo.js +19 -35
- package/ubo/src/models/UboDeclaration.d.ts +14 -18
- package/ubo/src/models/UboDeclaration.js +33 -34
- package/ubo/src/models/UboDeclarationCreationOrUpdateParameters.d.ts +1 -5
- package/ubo/src/models/UboDeclarationCreationOrUpdateParameters.js +10 -13
- package/ubo/src/models/index.js +0 -2
- package/ubo/src/runtime.d.ts +31 -72
- package/ubo/src/runtime.js +163 -281
- package/user/src/apis/ManagePasswordApi.d.ts +8 -8
- package/user/src/apis/ManagePasswordApi.js +55 -52
- package/user/src/apis/ManageUserApi.d.ts +24 -32
- package/user/src/apis/ManageUserApi.js +236 -233
- package/user/src/apis/ManageUserBankAccountApi.d.ts +8 -8
- package/user/src/apis/ManageUserBankAccountApi.js +63 -59
- package/user/src/apis/ManageUserDocumentApi.d.ts +45 -49
- package/user/src/apis/ManageUserDocumentApi.js +141 -135
- package/user/src/apis/ManageUserFavoriteLaboratoryStoreApi.d.ts +12 -12
- package/user/src/apis/ManageUserFavoriteLaboratoryStoreApi.js +113 -105
- package/user/src/apis/ManageUserRestrictionApi.d.ts +20 -20
- package/user/src/apis/ManageUserRestrictionApi.js +231 -205
- package/user/src/apis/ManageUserRoleApi.d.ts +6 -6
- package/user/src/apis/ManageUserRoleApi.js +35 -33
- package/user/src/apis/ManageUserRuleApi.d.ts +8 -8
- package/user/src/apis/ManageUserRuleApi.js +63 -59
- package/user/src/apis/ManageUserSocialNetworksApi.d.ts +8 -12
- package/user/src/apis/ManageUserSocialNetworksApi.js +63 -63
- package/user/src/apis/ManageUserTransportApi.d.ts +6 -6
- package/user/src/apis/ManageUserTransportApi.js +35 -33
- package/user/src/apis/SearchUserApi.d.ts +41 -47
- package/user/src/apis/SearchUserApi.js +219 -212
- package/user/src/apis/SearchUserDocumentApi.d.ts +73 -81
- package/user/src/apis/SearchUserDocumentApi.js +259 -253
- package/user/src/apis/SearchUserFavoriteLaboratoryStoreApi.d.ts +8 -8
- package/user/src/apis/SearchUserFavoriteLaboratoryStoreApi.js +57 -53
- package/user/src/apis/SearchUserFeatureApi.d.ts +6 -6
- package/user/src/apis/SearchUserFeatureApi.js +29 -27
- package/user/src/apis/SearchUserRestrictionApi.d.ts +12 -12
- package/user/src/apis/SearchUserRestrictionApi.js +113 -105
- package/user/src/apis/SearchUserRuleApi.d.ts +6 -6
- package/user/src/apis/SearchUserRuleApi.js +32 -30
- package/user/src/apis/SearchUserSocialNetworksApi.d.ts +8 -12
- package/user/src/apis/SearchUserSocialNetworksApi.js +57 -57
- package/user/src/apis/SearchUserTransportApi.d.ts +8 -8
- package/user/src/apis/SearchUserTransportApi.js +57 -53
- package/user/src/apis/index.js +0 -2
- package/user/src/index.d.ts +2 -2
- package/user/src/index.js +2 -4
- package/user/src/models/Address.d.ts +0 -4
- package/user/src/models/Address.js +16 -19
- package/user/src/models/Gender.d.ts +5 -6
- package/user/src/models/Gender.js +7 -16
- package/user/src/models/HttpLink.d.ts +0 -4
- package/user/src/models/HttpLink.js +8 -14
- package/user/src/models/KycLevel.d.ts +5 -6
- package/user/src/models/KycLevel.js +7 -16
- package/user/src/models/MyPasswordUpdateParameters.d.ts +0 -4
- package/user/src/models/MyPasswordUpdateParameters.js +12 -15
- package/user/src/models/NotificationTypeId.d.ts +51 -52
- package/user/src/models/NotificationTypeId.js +53 -62
- package/user/src/models/NotificationTypeLink.d.ts +3 -12
- package/user/src/models/NotificationTypeLink.js +22 -21
- package/user/src/models/NotificationTypeLinkAllOf.d.ts +28 -0
- package/user/src/models/NotificationTypeLinkAllOf.js +43 -0
- package/user/src/models/OffisanteStatus.d.ts +7 -12
- package/user/src/models/OffisanteStatus.js +9 -22
- package/user/src/models/PaginatedObject.d.ts +1 -5
- package/user/src/models/PaginatedObject.js +9 -15
- package/user/src/models/PaginatedUsers.d.ts +3 -13
- package/user/src/models/PaginatedUsers.js +22 -22
- package/user/src/models/PaginatedUsersAllOf.d.ts +28 -0
- package/user/src/models/PaginatedUsersAllOf.js +43 -0
- package/user/src/models/PagingMetadata.d.ts +0 -4
- package/user/src/models/PagingMetadata.js +11 -23
- package/user/src/models/PasswordResetCompletionParameters.d.ts +0 -4
- package/user/src/models/PasswordResetCompletionParameters.js +8 -14
- package/user/src/models/PasswordResetCreationParameters.d.ts +0 -4
- package/user/src/models/PasswordResetCreationParameters.js +8 -14
- package/user/src/models/ProductTypeLink.d.ts +2 -11
- package/user/src/models/ProductTypeLink.js +22 -23
- package/user/src/models/ProductTypeLinkAllOf.d.ts +33 -0
- package/user/src/models/ProductTypeLinkAllOf.js +44 -0
- package/user/src/models/RestError.d.ts +56 -62
- package/user/src/models/RestError.js +67 -71
- package/user/src/models/SomeonePasswordUpdateParameters.d.ts +0 -4
- package/user/src/models/SomeonePasswordUpdateParameters.js +10 -13
- package/user/src/models/ThreadLink.d.ts +2 -11
- package/user/src/models/ThreadLink.js +21 -23
- package/user/src/models/ThreadLinkAllOf.d.ts +27 -0
- package/user/src/models/ThreadLinkAllOf.js +41 -0
- package/user/src/models/Transport.d.ts +3 -7
- package/user/src/models/Transport.js +12 -26
- package/user/src/models/User.d.ts +15 -21
- package/user/src/models/User.js +104 -126
- package/user/src/models/UserBankAccountCreationParameters.d.ts +0 -4
- package/user/src/models/UserBankAccountCreationParameters.js +12 -15
- package/user/src/models/UserBankAccountLink.d.ts +2 -11
- package/user/src/models/UserBankAccountLink.js +22 -21
- package/user/src/models/UserBankAccountLinkAllOf.d.ts +27 -0
- package/user/src/models/UserBankAccountLinkAllOf.js +42 -0
- package/user/src/models/UserCompany.d.ts +3 -8
- package/user/src/models/UserCompany.js +38 -41
- package/user/src/models/UserCreationParameters.d.ts +1 -5
- package/user/src/models/UserCreationParameters.js +16 -32
- package/user/src/models/UserCustomCommissions.d.ts +0 -4
- package/user/src/models/UserCustomCommissions.js +12 -15
- package/user/src/models/UserCustomCommissionsUpdateParameters.d.ts +0 -4
- package/user/src/models/UserCustomCommissionsUpdateParameters.js +12 -15
- package/user/src/models/UserDelegatedServices.d.ts +1 -14
- package/user/src/models/UserDelegatedServices.js +14 -17
- package/user/src/models/UserDocument.d.ts +17 -21
- package/user/src/models/UserDocument.js +32 -34
- package/user/src/models/UserDocumentCreationParameters.d.ts +28 -0
- package/user/src/models/UserDocumentCreationParameters.js +42 -0
- package/user/src/models/UserDocumentStatus.d.ts +8 -9
- package/user/src/models/UserDocumentStatus.js +10 -19
- package/user/src/models/UserFavoriteLaboratoryStoreCreationParameter.d.ts +0 -4
- package/user/src/models/UserFavoriteLaboratoryStoreCreationParameter.js +8 -14
- package/user/src/models/UserFavoriteLaboratoryStoreLink.d.ts +2 -11
- package/user/src/models/UserFavoriteLaboratoryStoreLink.js +22 -21
- package/user/src/models/UserFavoriteLaboratoryStoreLinkAllOf.d.ts +27 -0
- package/user/src/models/UserFavoriteLaboratoryStoreLinkAllOf.js +42 -0
- package/user/src/models/UserFeature.d.ts +0 -4
- package/user/src/models/UserFeature.js +12 -15
- package/user/src/models/UserForbiddenSellerLink.d.ts +2 -11
- package/user/src/models/UserForbiddenSellerLink.js +22 -21
- package/user/src/models/UserForbiddenSellerLinkAllOf.d.ts +27 -0
- package/user/src/models/UserForbiddenSellerLinkAllOf.js +42 -0
- package/user/src/models/UserJournal.d.ts +0 -4
- package/user/src/models/UserJournal.js +10 -13
- package/user/src/models/UserMangopayTarget.d.ts +2 -11
- package/user/src/models/UserMangopayTarget.js +22 -21
- package/user/src/models/UserMangopayTargetAllOf.d.ts +27 -0
- package/user/src/models/UserMangopayTargetAllOf.js +42 -0
- package/user/src/models/UserRestrictedFeatureCreationParameter.d.ts +0 -4
- package/user/src/models/UserRestrictedFeatureCreationParameter.js +8 -14
- package/user/src/models/UserRestrictedNotificationTypeCreationParameter.d.ts +1 -5
- package/user/src/models/UserRestrictedNotificationTypeCreationParameter.js +9 -15
- package/user/src/models/UserRestrictedProductTypeCreationParameter.d.ts +0 -4
- package/user/src/models/UserRestrictedProductTypeCreationParameter.js +8 -14
- package/user/src/models/UserRole.d.ts +11 -12
- package/user/src/models/UserRole.js +13 -22
- package/user/src/models/UserRule.d.ts +3 -7
- package/user/src/models/UserRule.js +19 -22
- package/user/src/models/UserRuleActionEnum.d.ts +4 -5
- package/user/src/models/UserRuleActionEnum.js +6 -15
- package/user/src/models/UserRuleAttributeEnum.d.ts +5 -6
- package/user/src/models/UserRuleAttributeEnum.js +7 -16
- package/user/src/models/UserRuleComparatorEnum.d.ts +5 -6
- package/user/src/models/UserRuleComparatorEnum.js +7 -16
- package/user/src/models/UserRuleCreationParameters.d.ts +3 -7
- package/user/src/models/UserRuleCreationParameters.js +15 -27
- package/user/src/models/UserSocialNetwork.d.ts +0 -4
- package/user/src/models/UserSocialNetwork.js +22 -25
- package/user/src/models/UserStatisticLink.d.ts +2 -11
- package/user/src/models/UserStatisticLink.js +22 -31
- package/user/src/models/UserStatisticLinkAllOf.d.ts +57 -0
- package/user/src/models/UserStatisticLinkAllOf.js +52 -0
- package/user/src/models/UserThreads.d.ts +1 -5
- package/user/src/models/UserThreads.js +10 -13
- package/user/src/models/UserUpdateParameters.d.ts +6 -10
- package/user/src/models/UserUpdateParameters.js +49 -53
- package/user/src/models/UserWalletLink.d.ts +2 -11
- package/user/src/models/UserWalletLink.js +22 -21
- package/user/src/models/UserWalletLinkAllOf.d.ts +27 -0
- package/user/src/models/UserWalletLinkAllOf.js +42 -0
- package/user/src/models/UserWallets.d.ts +1 -5
- package/user/src/models/UserWallets.js +16 -19
- package/user/src/models/index.d.ts +11 -0
- package/user/src/models/index.js +11 -2
- package/user/src/runtime.d.ts +31 -72
- package/user/src/runtime.js +163 -281
- package/wish/src/apis/ManageWishApi.d.ts +10 -10
- package/wish/src/apis/ManageWishApi.js +85 -79
- package/wish/src/apis/SearchProductEnthusiasmApi.d.ts +21 -21
- package/wish/src/apis/SearchProductEnthusiasmApi.js +55 -52
- package/wish/src/apis/SearchWishApi.d.ts +23 -23
- package/wish/src/apis/SearchWishApi.js +99 -94
- package/wish/src/apis/index.js +0 -2
- package/wish/src/index.d.ts +2 -2
- package/wish/src/index.js +2 -4
- package/wish/src/models/Barcodes.d.ts +0 -5
- package/wish/src/models/Barcodes.js +16 -19
- package/wish/src/models/DesiredSellerLink.d.ts +3 -12
- package/wish/src/models/DesiredSellerLink.js +22 -25
- package/wish/src/models/DesiredSellerLinkAllOf.d.ts +40 -0
- package/wish/src/models/DesiredSellerLinkAllOf.js +47 -0
- package/wish/src/models/HttpLink.d.ts +0 -4
- package/wish/src/models/HttpLink.js +8 -14
- package/wish/src/models/OwnerLink.d.ts +3 -12
- package/wish/src/models/OwnerLink.js +22 -25
- package/wish/src/models/OwnerLinkAllOf.d.ts +40 -0
- package/wish/src/models/OwnerLinkAllOf.js +47 -0
- package/wish/src/models/OwnerLinkAllOfCompany.d.ts +0 -4
- package/wish/src/models/OwnerLinkAllOfCompany.js +10 -13
- package/wish/src/models/PaginatedObject.d.ts +1 -5
- package/wish/src/models/PaginatedObject.js +9 -15
- package/wish/src/models/PaginatedProductEnthusiasms.d.ts +3 -13
- package/wish/src/models/PaginatedProductEnthusiasms.js +21 -24
- package/wish/src/models/PaginatedProductEnthusiasmsAllOf.d.ts +28 -0
- package/wish/src/models/PaginatedProductEnthusiasmsAllOf.js +42 -0
- package/wish/src/models/PaginatedWishes.d.ts +3 -13
- package/wish/src/models/PaginatedWishes.js +21 -24
- package/wish/src/models/PaginatedWishesAllOf.d.ts +28 -0
- package/wish/src/models/PaginatedWishesAllOf.js +42 -0
- package/wish/src/models/PagingMetadata.d.ts +0 -4
- package/wish/src/models/PagingMetadata.js +11 -23
- package/wish/src/models/ProductEnthusiasm.d.ts +1 -5
- package/wish/src/models/ProductEnthusiasm.js +18 -21
- package/wish/src/models/ProductLink.d.ts +3 -12
- package/wish/src/models/ProductLink.js +22 -25
- package/wish/src/models/ProductLinkAllOf.d.ts +40 -0
- package/wish/src/models/ProductLinkAllOf.js +47 -0
- package/wish/src/models/Referrer.d.ts +1 -5
- package/wish/src/models/Referrer.js +12 -15
- package/wish/src/models/RestError.d.ts +56 -62
- package/wish/src/models/RestError.js +67 -71
- package/wish/src/models/Wish.d.ts +4 -8
- package/wish/src/models/Wish.js +33 -37
- package/wish/src/models/WishCreationParameters.d.ts +1 -5
- package/wish/src/models/WishCreationParameters.js +20 -29
- package/wish/src/models/WishReferrerType.d.ts +5 -6
- package/wish/src/models/WishReferrerType.js +7 -16
- package/wish/src/models/WishStatus.d.ts +6 -7
- package/wish/src/models/WishStatus.js +8 -17
- package/wish/src/models/WishUpdateParameters.d.ts +1 -5
- package/wish/src/models/WishUpdateParameters.js +18 -21
- package/wish/src/models/index.d.ts +5 -0
- package/wish/src/models/index.js +5 -2
- package/wish/src/runtime.d.ts +31 -72
- package/wish/src/runtime.js +163 -281
- package/factory/src/models/AnyDistributionMode.d.ts +0 -29
- package/factory/src/models/AnyDistributionMode.js +0 -55
- package/factory/src/models/AnyFactory.d.ts +0 -29
- package/factory/src/models/AnyFactory.js +0 -55
- package/factory/src/models/AssemblyJournal.d.ts +0 -37
- package/factory/src/models/AssemblyJournal.js +0 -47
- package/factory/src/models/AssemblyOutputInner.d.ts +0 -51
- package/factory/src/models/AssemblyOutputInner.js +0 -62
- package/factory/src/models/DistributionMode.d.ts +0 -46
- package/factory/src/models/DistributionMode.js +0 -55
- package/factory/src/models/DistributionRange.d.ts +0 -43
- package/factory/src/models/DistributionRange.js +0 -55
- package/factory/src/models/Factory.d.ts +0 -31
- package/factory/src/models/Factory.js +0 -47
- package/factory/src/models/OfferPlanificationFactory.d.ts +0 -60
- package/factory/src/models/OfferPlanificationFactory.js +0 -60
- package/factory/src/models/OfferPlanificationFactoryAllOfRecords.d.ts +0 -58
- package/factory/src/models/OfferPlanificationFactoryAllOfRecords.js +0 -56
- package/factory/src/models/Product.d.ts +0 -80
- package/factory/src/models/Product.js +0 -62
- package/factory/src/models/ProductStatus.d.ts +0 -26
- package/factory/src/models/ProductStatus.js +0 -49
- package/factory/src/models/ProductUpsertFactory.d.ts +0 -38
- package/factory/src/models/ProductUpsertFactory.js +0 -50
- package/factory/src/models/ProductUpsertFactoryAllOfRecords.d.ts +0 -32
- package/factory/src/models/ProductUpsertFactoryAllOfRecords.js +0 -46
- package/factory/src/models/QuotationDistributionMode.d.ts +0 -52
- package/factory/src/models/QuotationDistributionMode.js +0 -59
- package/factory/src/models/RangeDistributionMode.d.ts +0 -53
- package/factory/src/models/RangeDistributionMode.js +0 -60
- package/factory/src/models/SaleOfferStatus.d.ts +0 -29
- package/factory/src/models/SaleOfferStatus.js +0 -52
- package/factory/src/models/SaleOfferUpsertFactory.d.ts +0 -50
- package/factory/src/models/SaleOfferUpsertFactory.js +0 -56
- package/factory/src/models/SaleOfferUpsertFactoryAllOfRecords.d.ts +0 -59
- package/factory/src/models/SaleOfferUpsertFactoryAllOfRecords.js +0 -57
- package/factory/src/models/StatusEnum.d.ts +0 -30
- package/factory/src/models/StatusEnum.js +0 -53
- package/factory/src/models/Stock.d.ts +0 -43
- package/factory/src/models/Stock.js +0 -50
- package/factory/src/models/UnitaryDistributionMode.d.ts +0 -58
- package/factory/src/models/UnitaryDistributionMode.js +0 -63
- package/smuggler/index.d.ts +0 -1
- package/smuggler/index.js +0 -17
- package/smuggler/src/apis/ManageSmugglersApi.d.ts +0 -27
- package/smuggler/src/apis/index.d.ts +0 -1
- package/smuggler/src/apis/index.js +0 -19
- package/smuggler/src/index.d.ts +0 -3
- package/smuggler/src/index.js +0 -21
- package/smuggler/src/models/RestError.d.ts +0 -95
- package/smuggler/src/models/RestError.js +0 -105
- package/smuggler/src/models/index.d.ts +0 -1
- package/smuggler/src/models/index.js +0 -19
- package/smuggler/src/runtime.d.ts +0 -190
- package/smuggler/src/runtime.js +0 -598
|
@@ -13,49 +13,46 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.OrderPricesToJSON = exports.OrderPricesFromJSONTyped = exports.OrderPricesFromJSON =
|
|
17
|
-
|
|
18
|
-
* Check if a given object implements the OrderPrices interface.
|
|
19
|
-
*/
|
|
20
|
-
function instanceOfOrderPrices(value) {
|
|
21
|
-
return true;
|
|
22
|
-
}
|
|
23
|
-
exports.instanceOfOrderPrices = instanceOfOrderPrices;
|
|
16
|
+
exports.OrderPricesToJSON = exports.OrderPricesFromJSONTyped = exports.OrderPricesFromJSON = void 0;
|
|
17
|
+
var runtime_1 = require("../runtime");
|
|
24
18
|
function OrderPricesFromJSON(json) {
|
|
25
19
|
return OrderPricesFromJSONTyped(json, false);
|
|
26
20
|
}
|
|
27
21
|
exports.OrderPricesFromJSON = OrderPricesFromJSON;
|
|
28
22
|
function OrderPricesFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
-
if (json
|
|
23
|
+
if ((json === undefined) || (json === null)) {
|
|
30
24
|
return json;
|
|
31
25
|
}
|
|
32
26
|
return {
|
|
33
|
-
'totalItemsExcludingTaxes': json['totalItemsExcludingTaxes'],
|
|
34
|
-
'totalItemsTaxes': json['totalItemsTaxes'],
|
|
35
|
-
'totalItemsIncludingTaxes': json['totalItemsIncludingTaxes'],
|
|
36
|
-
'totalShippingFeesExcludingTaxes': json['totalShippingFeesExcludingTaxes'],
|
|
37
|
-
'totalShippingFeesIncludingTaxes': json['totalShippingFeesIncludingTaxes'],
|
|
38
|
-
'totalBuyerCommissionExcludingTaxes': json['totalBuyerCommissionExcludingTaxes'],
|
|
39
|
-
'totalBuyerCommissionIncludingTaxes': json['totalBuyerCommissionIncludingTaxes'],
|
|
40
|
-
'totalSellerCommissionIncludingTaxes': json['totalSellerCommissionIncludingTaxes'],
|
|
41
|
-
'totalSellerCommissionExcludingTaxes': json['totalSellerCommissionExcludingTaxes'],
|
|
27
|
+
'totalItemsExcludingTaxes': !(0, runtime_1.exists)(json, 'totalItemsExcludingTaxes') ? undefined : json['totalItemsExcludingTaxes'],
|
|
28
|
+
'totalItemsTaxes': !(0, runtime_1.exists)(json, 'totalItemsTaxes') ? undefined : json['totalItemsTaxes'],
|
|
29
|
+
'totalItemsIncludingTaxes': !(0, runtime_1.exists)(json, 'totalItemsIncludingTaxes') ? undefined : json['totalItemsIncludingTaxes'],
|
|
30
|
+
'totalShippingFeesExcludingTaxes': !(0, runtime_1.exists)(json, 'totalShippingFeesExcludingTaxes') ? undefined : json['totalShippingFeesExcludingTaxes'],
|
|
31
|
+
'totalShippingFeesIncludingTaxes': !(0, runtime_1.exists)(json, 'totalShippingFeesIncludingTaxes') ? undefined : json['totalShippingFeesIncludingTaxes'],
|
|
32
|
+
'totalBuyerCommissionExcludingTaxes': !(0, runtime_1.exists)(json, 'totalBuyerCommissionExcludingTaxes') ? undefined : json['totalBuyerCommissionExcludingTaxes'],
|
|
33
|
+
'totalBuyerCommissionIncludingTaxes': !(0, runtime_1.exists)(json, 'totalBuyerCommissionIncludingTaxes') ? undefined : json['totalBuyerCommissionIncludingTaxes'],
|
|
34
|
+
'totalSellerCommissionIncludingTaxes': !(0, runtime_1.exists)(json, 'totalSellerCommissionIncludingTaxes') ? undefined : json['totalSellerCommissionIncludingTaxes'],
|
|
35
|
+
'totalSellerCommissionExcludingTaxes': !(0, runtime_1.exists)(json, 'totalSellerCommissionExcludingTaxes') ? undefined : json['totalSellerCommissionExcludingTaxes'],
|
|
42
36
|
};
|
|
43
37
|
}
|
|
44
38
|
exports.OrderPricesFromJSONTyped = OrderPricesFromJSONTyped;
|
|
45
39
|
function OrderPricesToJSON(value) {
|
|
46
|
-
if (value
|
|
47
|
-
return
|
|
40
|
+
if (value === undefined) {
|
|
41
|
+
return undefined;
|
|
42
|
+
}
|
|
43
|
+
if (value === null) {
|
|
44
|
+
return null;
|
|
48
45
|
}
|
|
49
46
|
return {
|
|
50
|
-
'totalItemsExcludingTaxes': value
|
|
51
|
-
'totalItemsTaxes': value
|
|
52
|
-
'totalItemsIncludingTaxes': value
|
|
53
|
-
'totalShippingFeesExcludingTaxes': value
|
|
54
|
-
'totalShippingFeesIncludingTaxes': value
|
|
55
|
-
'totalBuyerCommissionExcludingTaxes': value
|
|
56
|
-
'totalBuyerCommissionIncludingTaxes': value
|
|
57
|
-
'totalSellerCommissionIncludingTaxes': value
|
|
58
|
-
'totalSellerCommissionExcludingTaxes': value
|
|
47
|
+
'totalItemsExcludingTaxes': value.totalItemsExcludingTaxes,
|
|
48
|
+
'totalItemsTaxes': value.totalItemsTaxes,
|
|
49
|
+
'totalItemsIncludingTaxes': value.totalItemsIncludingTaxes,
|
|
50
|
+
'totalShippingFeesExcludingTaxes': value.totalShippingFeesExcludingTaxes,
|
|
51
|
+
'totalShippingFeesIncludingTaxes': value.totalShippingFeesIncludingTaxes,
|
|
52
|
+
'totalBuyerCommissionExcludingTaxes': value.totalBuyerCommissionExcludingTaxes,
|
|
53
|
+
'totalBuyerCommissionIncludingTaxes': value.totalBuyerCommissionIncludingTaxes,
|
|
54
|
+
'totalSellerCommissionIncludingTaxes': value.totalSellerCommissionIncludingTaxes,
|
|
55
|
+
'totalSellerCommissionExcludingTaxes': value.totalSellerCommissionExcludingTaxes,
|
|
59
56
|
};
|
|
60
57
|
}
|
|
61
58
|
exports.OrderPricesToJSON = OrderPricesToJSON;
|
|
@@ -9,80 +9,14 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import
|
|
13
|
-
import type { OrderItemPrices } from './OrderItemPrices';
|
|
14
|
-
import type { SaleOfferLink } from './SaleOfferLink';
|
|
12
|
+
import { OrderItem } from './OrderItem';
|
|
15
13
|
/**
|
|
16
14
|
*
|
|
17
15
|
* @export
|
|
18
16
|
* @interface OrderRefundedItem
|
|
19
17
|
*/
|
|
20
|
-
export interface OrderRefundedItem {
|
|
21
|
-
/**
|
|
22
|
-
* Id of the order item
|
|
23
|
-
* @type {number}
|
|
24
|
-
* @memberof OrderRefundedItem
|
|
25
|
-
*/
|
|
26
|
-
id?: number;
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {ProductLink}
|
|
30
|
-
* @memberof OrderRefundedItem
|
|
31
|
-
*/
|
|
32
|
-
product?: ProductLink;
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {SaleOfferLink}
|
|
36
|
-
* @memberof OrderRefundedItem
|
|
37
|
-
*/
|
|
38
|
-
saleOffer?: SaleOfferLink;
|
|
39
|
-
/**
|
|
40
|
-
* Id of the distribution range
|
|
41
|
-
* @type {number}
|
|
42
|
-
* @memberof OrderRefundedItem
|
|
43
|
-
*/
|
|
44
|
-
distributionRangeId?: number;
|
|
45
|
-
/**
|
|
46
|
-
* Number of pack to buy
|
|
47
|
-
* @type {number}
|
|
48
|
-
* @memberof OrderRefundedItem
|
|
49
|
-
*/
|
|
50
|
-
quantity?: number;
|
|
51
|
-
/**
|
|
52
|
-
* Number of units per pack
|
|
53
|
-
* @type {number}
|
|
54
|
-
* @memberof OrderRefundedItem
|
|
55
|
-
*/
|
|
56
|
-
multiplier?: number;
|
|
57
|
-
/**
|
|
58
|
-
* Total number of free units
|
|
59
|
-
* @type {number}
|
|
60
|
-
* @memberof OrderRefundedItem
|
|
61
|
-
*/
|
|
62
|
-
freeUnits?: number;
|
|
63
|
-
/**
|
|
64
|
-
*
|
|
65
|
-
* @type {OrderItemPrices}
|
|
66
|
-
* @memberof OrderRefundedItem
|
|
67
|
-
*/
|
|
68
|
-
prices?: OrderItemPrices;
|
|
69
|
-
/**
|
|
70
|
-
*
|
|
71
|
-
* @type {Date}
|
|
72
|
-
* @memberof OrderRefundedItem
|
|
73
|
-
*/
|
|
74
|
-
createdAt?: Date;
|
|
75
|
-
/**
|
|
76
|
-
*
|
|
77
|
-
* @type {Date}
|
|
78
|
-
* @memberof OrderRefundedItem
|
|
79
|
-
*/
|
|
80
|
-
updatedAt?: Date;
|
|
18
|
+
export interface OrderRefundedItem extends OrderItem {
|
|
81
19
|
}
|
|
82
|
-
/**
|
|
83
|
-
* Check if a given object implements the OrderRefundedItem interface.
|
|
84
|
-
*/
|
|
85
|
-
export declare function instanceOfOrderRefundedItem(value: object): value is OrderRefundedItem;
|
|
86
20
|
export declare function OrderRefundedItemFromJSON(json: any): OrderRefundedItem;
|
|
87
21
|
export declare function OrderRefundedItemFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrderRefundedItem;
|
|
88
22
|
export declare function OrderRefundedItemToJSON(value?: OrderRefundedItem | null): any;
|
|
@@ -13,54 +13,16 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.OrderRefundedItemToJSON = exports.OrderRefundedItemFromJSONTyped = exports.OrderRefundedItemFromJSON =
|
|
17
|
-
var ProductLink_1 = require("./ProductLink");
|
|
18
|
-
var OrderItemPrices_1 = require("./OrderItemPrices");
|
|
19
|
-
var SaleOfferLink_1 = require("./SaleOfferLink");
|
|
20
|
-
/**
|
|
21
|
-
* Check if a given object implements the OrderRefundedItem interface.
|
|
22
|
-
*/
|
|
23
|
-
function instanceOfOrderRefundedItem(value) {
|
|
24
|
-
return true;
|
|
25
|
-
}
|
|
26
|
-
exports.instanceOfOrderRefundedItem = instanceOfOrderRefundedItem;
|
|
16
|
+
exports.OrderRefundedItemToJSON = exports.OrderRefundedItemFromJSONTyped = exports.OrderRefundedItemFromJSON = void 0;
|
|
27
17
|
function OrderRefundedItemFromJSON(json) {
|
|
28
18
|
return OrderRefundedItemFromJSONTyped(json, false);
|
|
29
19
|
}
|
|
30
20
|
exports.OrderRefundedItemFromJSON = OrderRefundedItemFromJSON;
|
|
31
21
|
function OrderRefundedItemFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'id': json['id'],
|
|
37
|
-
'product': (json['product'] === null || json['product'] === undefined) ? json['product'] : (0, ProductLink_1.ProductLinkFromJSON)(json['product']),
|
|
38
|
-
'saleOffer': (json['saleOffer'] === null || json['saleOffer'] === undefined) ? json['saleOffer'] : (0, SaleOfferLink_1.SaleOfferLinkFromJSON)(json['saleOffer']),
|
|
39
|
-
'distributionRangeId': json['distributionRangeId'],
|
|
40
|
-
'quantity': json['quantity'],
|
|
41
|
-
'multiplier': json['multiplier'],
|
|
42
|
-
'freeUnits': json['freeUnits'],
|
|
43
|
-
'prices': (json['prices'] === null || json['prices'] === undefined) ? json['prices'] : (0, OrderItemPrices_1.OrderItemPricesFromJSON)(json['prices']),
|
|
44
|
-
'createdAt': (json['createdAt'] === null || json['createdAt'] === undefined) ? json['createdAt'] : new Date(json['createdAt']),
|
|
45
|
-
'updatedAt': (json['updatedAt'] === null || json['updatedAt'] === undefined) ? json['updatedAt'] : new Date(json['updatedAt']),
|
|
46
|
-
};
|
|
22
|
+
return json;
|
|
47
23
|
}
|
|
48
24
|
exports.OrderRefundedItemFromJSONTyped = OrderRefundedItemFromJSONTyped;
|
|
49
25
|
function OrderRefundedItemToJSON(value) {
|
|
50
|
-
|
|
51
|
-
return value;
|
|
52
|
-
}
|
|
53
|
-
return {
|
|
54
|
-
'id': value['id'],
|
|
55
|
-
'product': (0, ProductLink_1.ProductLinkToJSON)(value['product']),
|
|
56
|
-
'saleOffer': (0, SaleOfferLink_1.SaleOfferLinkToJSON)(value['saleOffer']),
|
|
57
|
-
'distributionRangeId': value['distributionRangeId'],
|
|
58
|
-
'quantity': value['quantity'],
|
|
59
|
-
'multiplier': value['multiplier'],
|
|
60
|
-
'freeUnits': value['freeUnits'],
|
|
61
|
-
'prices': (0, OrderItemPrices_1.OrderItemPricesToJSON)(value['prices']),
|
|
62
|
-
'createdAt': (value['createdAt'] === null || value['createdAt'] === undefined) ? value['createdAt'] : (value['createdAt']).toISOString(),
|
|
63
|
-
'updatedAt': (value['updatedAt'] === null || value['updatedAt'] === undefined) ? value['updatedAt'] : (value['updatedAt']).toISOString(),
|
|
64
|
-
};
|
|
26
|
+
return value;
|
|
65
27
|
}
|
|
66
28
|
exports.OrderRefundedItemToJSON = OrderRefundedItemToJSON;
|
|
@@ -9,23 +9,14 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { OrderItemUpdateParameters } from './OrderItemUpdateParameters';
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
15
16
|
* @interface OrderRefundedItemUpdateParameters
|
|
16
17
|
*/
|
|
17
|
-
export interface OrderRefundedItemUpdateParameters {
|
|
18
|
-
/**
|
|
19
|
-
* Quantity of the order item
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof OrderRefundedItemUpdateParameters
|
|
22
|
-
*/
|
|
23
|
-
quantity: number;
|
|
18
|
+
export interface OrderRefundedItemUpdateParameters extends OrderItemUpdateParameters {
|
|
24
19
|
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the OrderRefundedItemUpdateParameters interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfOrderRefundedItemUpdateParameters(value: object): value is OrderRefundedItemUpdateParameters;
|
|
29
20
|
export declare function OrderRefundedItemUpdateParametersFromJSON(json: any): OrderRefundedItemUpdateParameters;
|
|
30
21
|
export declare function OrderRefundedItemUpdateParametersFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrderRefundedItemUpdateParameters;
|
|
31
22
|
export declare function OrderRefundedItemUpdateParametersToJSON(value?: OrderRefundedItemUpdateParameters | null): any;
|
|
@@ -13,35 +13,16 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.OrderRefundedItemUpdateParametersToJSON = exports.OrderRefundedItemUpdateParametersFromJSONTyped = exports.OrderRefundedItemUpdateParametersFromJSON =
|
|
17
|
-
/**
|
|
18
|
-
* Check if a given object implements the OrderRefundedItemUpdateParameters interface.
|
|
19
|
-
*/
|
|
20
|
-
function instanceOfOrderRefundedItemUpdateParameters(value) {
|
|
21
|
-
if (!('quantity' in value) || value['quantity'] === undefined)
|
|
22
|
-
return false;
|
|
23
|
-
return true;
|
|
24
|
-
}
|
|
25
|
-
exports.instanceOfOrderRefundedItemUpdateParameters = instanceOfOrderRefundedItemUpdateParameters;
|
|
16
|
+
exports.OrderRefundedItemUpdateParametersToJSON = exports.OrderRefundedItemUpdateParametersFromJSONTyped = exports.OrderRefundedItemUpdateParametersFromJSON = void 0;
|
|
26
17
|
function OrderRefundedItemUpdateParametersFromJSON(json) {
|
|
27
18
|
return OrderRefundedItemUpdateParametersFromJSONTyped(json, false);
|
|
28
19
|
}
|
|
29
20
|
exports.OrderRefundedItemUpdateParametersFromJSON = OrderRefundedItemUpdateParametersFromJSON;
|
|
30
21
|
function OrderRefundedItemUpdateParametersFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
|
|
32
|
-
return json;
|
|
33
|
-
}
|
|
34
|
-
return {
|
|
35
|
-
'quantity': json['quantity'],
|
|
36
|
-
};
|
|
22
|
+
return json;
|
|
37
23
|
}
|
|
38
24
|
exports.OrderRefundedItemUpdateParametersFromJSONTyped = OrderRefundedItemUpdateParametersFromJSONTyped;
|
|
39
25
|
function OrderRefundedItemUpdateParametersToJSON(value) {
|
|
40
|
-
|
|
41
|
-
return value;
|
|
42
|
-
}
|
|
43
|
-
return {
|
|
44
|
-
'quantity': value['quantity'],
|
|
45
|
-
};
|
|
26
|
+
return value;
|
|
46
27
|
}
|
|
47
28
|
exports.OrderRefundedItemUpdateParametersToJSON = OrderRefundedItemUpdateParametersToJSON;
|
|
@@ -9,80 +9,14 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import
|
|
13
|
-
import type { OrderItemPrices } from './OrderItemPrices';
|
|
14
|
-
import type { SaleOfferLink } from './SaleOfferLink';
|
|
12
|
+
import { OrderItem } from './OrderItem';
|
|
15
13
|
/**
|
|
16
14
|
*
|
|
17
15
|
* @export
|
|
18
16
|
* @interface OrderRemovedItem
|
|
19
17
|
*/
|
|
20
|
-
export interface OrderRemovedItem {
|
|
21
|
-
/**
|
|
22
|
-
* Id of the order item
|
|
23
|
-
* @type {number}
|
|
24
|
-
* @memberof OrderRemovedItem
|
|
25
|
-
*/
|
|
26
|
-
id?: number;
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {ProductLink}
|
|
30
|
-
* @memberof OrderRemovedItem
|
|
31
|
-
*/
|
|
32
|
-
product?: ProductLink;
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {SaleOfferLink}
|
|
36
|
-
* @memberof OrderRemovedItem
|
|
37
|
-
*/
|
|
38
|
-
saleOffer?: SaleOfferLink;
|
|
39
|
-
/**
|
|
40
|
-
* Id of the distribution range
|
|
41
|
-
* @type {number}
|
|
42
|
-
* @memberof OrderRemovedItem
|
|
43
|
-
*/
|
|
44
|
-
distributionRangeId?: number;
|
|
45
|
-
/**
|
|
46
|
-
* Number of pack to buy
|
|
47
|
-
* @type {number}
|
|
48
|
-
* @memberof OrderRemovedItem
|
|
49
|
-
*/
|
|
50
|
-
quantity?: number;
|
|
51
|
-
/**
|
|
52
|
-
* Number of units per pack
|
|
53
|
-
* @type {number}
|
|
54
|
-
* @memberof OrderRemovedItem
|
|
55
|
-
*/
|
|
56
|
-
multiplier?: number;
|
|
57
|
-
/**
|
|
58
|
-
* Total number of free units
|
|
59
|
-
* @type {number}
|
|
60
|
-
* @memberof OrderRemovedItem
|
|
61
|
-
*/
|
|
62
|
-
freeUnits?: number;
|
|
63
|
-
/**
|
|
64
|
-
*
|
|
65
|
-
* @type {OrderItemPrices}
|
|
66
|
-
* @memberof OrderRemovedItem
|
|
67
|
-
*/
|
|
68
|
-
prices?: OrderItemPrices;
|
|
69
|
-
/**
|
|
70
|
-
*
|
|
71
|
-
* @type {Date}
|
|
72
|
-
* @memberof OrderRemovedItem
|
|
73
|
-
*/
|
|
74
|
-
createdAt?: Date;
|
|
75
|
-
/**
|
|
76
|
-
*
|
|
77
|
-
* @type {Date}
|
|
78
|
-
* @memberof OrderRemovedItem
|
|
79
|
-
*/
|
|
80
|
-
updatedAt?: Date;
|
|
18
|
+
export interface OrderRemovedItem extends OrderItem {
|
|
81
19
|
}
|
|
82
|
-
/**
|
|
83
|
-
* Check if a given object implements the OrderRemovedItem interface.
|
|
84
|
-
*/
|
|
85
|
-
export declare function instanceOfOrderRemovedItem(value: object): value is OrderRemovedItem;
|
|
86
20
|
export declare function OrderRemovedItemFromJSON(json: any): OrderRemovedItem;
|
|
87
21
|
export declare function OrderRemovedItemFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrderRemovedItem;
|
|
88
22
|
export declare function OrderRemovedItemToJSON(value?: OrderRemovedItem | null): any;
|
|
@@ -13,54 +13,16 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.OrderRemovedItemToJSON = exports.OrderRemovedItemFromJSONTyped = exports.OrderRemovedItemFromJSON =
|
|
17
|
-
var ProductLink_1 = require("./ProductLink");
|
|
18
|
-
var OrderItemPrices_1 = require("./OrderItemPrices");
|
|
19
|
-
var SaleOfferLink_1 = require("./SaleOfferLink");
|
|
20
|
-
/**
|
|
21
|
-
* Check if a given object implements the OrderRemovedItem interface.
|
|
22
|
-
*/
|
|
23
|
-
function instanceOfOrderRemovedItem(value) {
|
|
24
|
-
return true;
|
|
25
|
-
}
|
|
26
|
-
exports.instanceOfOrderRemovedItem = instanceOfOrderRemovedItem;
|
|
16
|
+
exports.OrderRemovedItemToJSON = exports.OrderRemovedItemFromJSONTyped = exports.OrderRemovedItemFromJSON = void 0;
|
|
27
17
|
function OrderRemovedItemFromJSON(json) {
|
|
28
18
|
return OrderRemovedItemFromJSONTyped(json, false);
|
|
29
19
|
}
|
|
30
20
|
exports.OrderRemovedItemFromJSON = OrderRemovedItemFromJSON;
|
|
31
21
|
function OrderRemovedItemFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'id': json['id'],
|
|
37
|
-
'product': (json['product'] === null || json['product'] === undefined) ? json['product'] : (0, ProductLink_1.ProductLinkFromJSON)(json['product']),
|
|
38
|
-
'saleOffer': (json['saleOffer'] === null || json['saleOffer'] === undefined) ? json['saleOffer'] : (0, SaleOfferLink_1.SaleOfferLinkFromJSON)(json['saleOffer']),
|
|
39
|
-
'distributionRangeId': json['distributionRangeId'],
|
|
40
|
-
'quantity': json['quantity'],
|
|
41
|
-
'multiplier': json['multiplier'],
|
|
42
|
-
'freeUnits': json['freeUnits'],
|
|
43
|
-
'prices': (json['prices'] === null || json['prices'] === undefined) ? json['prices'] : (0, OrderItemPrices_1.OrderItemPricesFromJSON)(json['prices']),
|
|
44
|
-
'createdAt': (json['createdAt'] === null || json['createdAt'] === undefined) ? json['createdAt'] : new Date(json['createdAt']),
|
|
45
|
-
'updatedAt': (json['updatedAt'] === null || json['updatedAt'] === undefined) ? json['updatedAt'] : new Date(json['updatedAt']),
|
|
46
|
-
};
|
|
22
|
+
return json;
|
|
47
23
|
}
|
|
48
24
|
exports.OrderRemovedItemFromJSONTyped = OrderRemovedItemFromJSONTyped;
|
|
49
25
|
function OrderRemovedItemToJSON(value) {
|
|
50
|
-
|
|
51
|
-
return value;
|
|
52
|
-
}
|
|
53
|
-
return {
|
|
54
|
-
'id': value['id'],
|
|
55
|
-
'product': (0, ProductLink_1.ProductLinkToJSON)(value['product']),
|
|
56
|
-
'saleOffer': (0, SaleOfferLink_1.SaleOfferLinkToJSON)(value['saleOffer']),
|
|
57
|
-
'distributionRangeId': value['distributionRangeId'],
|
|
58
|
-
'quantity': value['quantity'],
|
|
59
|
-
'multiplier': value['multiplier'],
|
|
60
|
-
'freeUnits': value['freeUnits'],
|
|
61
|
-
'prices': (0, OrderItemPrices_1.OrderItemPricesToJSON)(value['prices']),
|
|
62
|
-
'createdAt': (value['createdAt'] === null || value['createdAt'] === undefined) ? value['createdAt'] : (value['createdAt']).toISOString(),
|
|
63
|
-
'updatedAt': (value['updatedAt'] === null || value['updatedAt'] === undefined) ? value['updatedAt'] : (value['updatedAt']).toISOString(),
|
|
64
|
-
};
|
|
26
|
+
return value;
|
|
65
27
|
}
|
|
66
28
|
exports.OrderRemovedItemToJSON = OrderRemovedItemToJSON;
|
|
@@ -9,23 +9,14 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { OrderItemUpdateParameters } from './OrderItemUpdateParameters';
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
15
16
|
* @interface OrderRemovedItemUpdateParameters
|
|
16
17
|
*/
|
|
17
|
-
export interface OrderRemovedItemUpdateParameters {
|
|
18
|
-
/**
|
|
19
|
-
* Quantity of the order item
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof OrderRemovedItemUpdateParameters
|
|
22
|
-
*/
|
|
23
|
-
quantity: number;
|
|
18
|
+
export interface OrderRemovedItemUpdateParameters extends OrderItemUpdateParameters {
|
|
24
19
|
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the OrderRemovedItemUpdateParameters interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfOrderRemovedItemUpdateParameters(value: object): value is OrderRemovedItemUpdateParameters;
|
|
29
20
|
export declare function OrderRemovedItemUpdateParametersFromJSON(json: any): OrderRemovedItemUpdateParameters;
|
|
30
21
|
export declare function OrderRemovedItemUpdateParametersFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrderRemovedItemUpdateParameters;
|
|
31
22
|
export declare function OrderRemovedItemUpdateParametersToJSON(value?: OrderRemovedItemUpdateParameters | null): any;
|
|
@@ -13,35 +13,16 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.OrderRemovedItemUpdateParametersToJSON = exports.OrderRemovedItemUpdateParametersFromJSONTyped = exports.OrderRemovedItemUpdateParametersFromJSON =
|
|
17
|
-
/**
|
|
18
|
-
* Check if a given object implements the OrderRemovedItemUpdateParameters interface.
|
|
19
|
-
*/
|
|
20
|
-
function instanceOfOrderRemovedItemUpdateParameters(value) {
|
|
21
|
-
if (!('quantity' in value) || value['quantity'] === undefined)
|
|
22
|
-
return false;
|
|
23
|
-
return true;
|
|
24
|
-
}
|
|
25
|
-
exports.instanceOfOrderRemovedItemUpdateParameters = instanceOfOrderRemovedItemUpdateParameters;
|
|
16
|
+
exports.OrderRemovedItemUpdateParametersToJSON = exports.OrderRemovedItemUpdateParametersFromJSONTyped = exports.OrderRemovedItemUpdateParametersFromJSON = void 0;
|
|
26
17
|
function OrderRemovedItemUpdateParametersFromJSON(json) {
|
|
27
18
|
return OrderRemovedItemUpdateParametersFromJSONTyped(json, false);
|
|
28
19
|
}
|
|
29
20
|
exports.OrderRemovedItemUpdateParametersFromJSON = OrderRemovedItemUpdateParametersFromJSON;
|
|
30
21
|
function OrderRemovedItemUpdateParametersFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
|
|
32
|
-
return json;
|
|
33
|
-
}
|
|
34
|
-
return {
|
|
35
|
-
'quantity': json['quantity'],
|
|
36
|
-
};
|
|
22
|
+
return json;
|
|
37
23
|
}
|
|
38
24
|
exports.OrderRemovedItemUpdateParametersFromJSONTyped = OrderRemovedItemUpdateParametersFromJSONTyped;
|
|
39
25
|
function OrderRemovedItemUpdateParametersToJSON(value) {
|
|
40
|
-
|
|
41
|
-
return value;
|
|
42
|
-
}
|
|
43
|
-
return {
|
|
44
|
-
'quantity': value['quantity'],
|
|
45
|
-
};
|
|
26
|
+
return value;
|
|
46
27
|
}
|
|
47
28
|
exports.OrderRemovedItemUpdateParametersToJSON = OrderRemovedItemUpdateParametersToJSON;
|
|
@@ -12,26 +12,25 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* Order global status
|
|
14
14
|
* @export
|
|
15
|
+
* @enum {string}
|
|
15
16
|
*/
|
|
16
|
-
export declare
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
33
|
-
export declare type OrderStatus = typeof OrderStatus[keyof typeof OrderStatus];
|
|
34
|
-
export declare function instanceOfOrderStatus(value: any): boolean;
|
|
17
|
+
export declare enum OrderStatus {
|
|
18
|
+
WAITINGFORSELLERACCEPTANCE = "WAITING_FOR_SELLER_ACCEPTANCE",
|
|
19
|
+
WAITINGFORBUYERACCEPTANCE = "WAITING_FOR_BUYER_ACCEPTANCE",
|
|
20
|
+
SELLERACCEPTANCEDELAY = "SELLER_ACCEPTANCE_DELAY",
|
|
21
|
+
BUYERACCEPTANCEDELAY = "BUYER_ACCEPTANCE_DELAY",
|
|
22
|
+
WAITINGFORSENDING = "WAITING_FOR_SENDING",
|
|
23
|
+
SENDINGDELAY = "SENDING_DELAY",
|
|
24
|
+
DELIVERYONGOING = "DELIVERY_ONGOING",
|
|
25
|
+
WAITINGFORVALIDATION = "WAITING_FOR_VALIDATION",
|
|
26
|
+
LITIGATION = "LITIGATION",
|
|
27
|
+
LITIGATIONRESOLVED = "LITIGATION_RESOLVED",
|
|
28
|
+
CANCELED = "CANCELED",
|
|
29
|
+
ARCHIVED = "ARCHIVED",
|
|
30
|
+
INVALIDATED = "INVALIDATED",
|
|
31
|
+
WAITINGFORADMINVALIDATION = "WAITING_FOR_ADMIN_VALIDATION",
|
|
32
|
+
DELIVERYLATE = "DELIVERY_LATE"
|
|
33
|
+
}
|
|
35
34
|
export declare function OrderStatusFromJSON(json: any): OrderStatus;
|
|
36
35
|
export declare function OrderStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrderStatus;
|
|
37
36
|
export declare function OrderStatusToJSON(value?: OrderStatus | null): any;
|
|
@@ -13,39 +13,30 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.OrderStatusToJSON = exports.OrderStatusFromJSONTyped = exports.OrderStatusFromJSON = exports.
|
|
16
|
+
exports.OrderStatusToJSON = exports.OrderStatusFromJSONTyped = exports.OrderStatusFromJSON = exports.OrderStatus = void 0;
|
|
17
17
|
/**
|
|
18
18
|
* Order global status
|
|
19
19
|
* @export
|
|
20
|
+
* @enum {string}
|
|
20
21
|
*/
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
for (var key in exports.OrderStatus) {
|
|
40
|
-
if (Object.prototype.hasOwnProperty.call(exports.OrderStatus, key)) {
|
|
41
|
-
if (exports.OrderStatus[key] === value) {
|
|
42
|
-
return true;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
return false;
|
|
47
|
-
}
|
|
48
|
-
exports.instanceOfOrderStatus = instanceOfOrderStatus;
|
|
22
|
+
var OrderStatus;
|
|
23
|
+
(function (OrderStatus) {
|
|
24
|
+
OrderStatus["WAITINGFORSELLERACCEPTANCE"] = "WAITING_FOR_SELLER_ACCEPTANCE";
|
|
25
|
+
OrderStatus["WAITINGFORBUYERACCEPTANCE"] = "WAITING_FOR_BUYER_ACCEPTANCE";
|
|
26
|
+
OrderStatus["SELLERACCEPTANCEDELAY"] = "SELLER_ACCEPTANCE_DELAY";
|
|
27
|
+
OrderStatus["BUYERACCEPTANCEDELAY"] = "BUYER_ACCEPTANCE_DELAY";
|
|
28
|
+
OrderStatus["WAITINGFORSENDING"] = "WAITING_FOR_SENDING";
|
|
29
|
+
OrderStatus["SENDINGDELAY"] = "SENDING_DELAY";
|
|
30
|
+
OrderStatus["DELIVERYONGOING"] = "DELIVERY_ONGOING";
|
|
31
|
+
OrderStatus["WAITINGFORVALIDATION"] = "WAITING_FOR_VALIDATION";
|
|
32
|
+
OrderStatus["LITIGATION"] = "LITIGATION";
|
|
33
|
+
OrderStatus["LITIGATIONRESOLVED"] = "LITIGATION_RESOLVED";
|
|
34
|
+
OrderStatus["CANCELED"] = "CANCELED";
|
|
35
|
+
OrderStatus["ARCHIVED"] = "ARCHIVED";
|
|
36
|
+
OrderStatus["INVALIDATED"] = "INVALIDATED";
|
|
37
|
+
OrderStatus["WAITINGFORADMINVALIDATION"] = "WAITING_FOR_ADMIN_VALIDATION";
|
|
38
|
+
OrderStatus["DELIVERYLATE"] = "DELIVERY_LATE";
|
|
39
|
+
})(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
|
|
49
40
|
function OrderStatusFromJSON(json) {
|
|
50
41
|
return OrderStatusFromJSONTyped(json, false);
|
|
51
42
|
}
|
|
@@ -12,14 +12,13 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* Reason of the status change or current status. Note that if you do not give any reason during status change, field will be set to OTHER
|
|
14
14
|
* @export
|
|
15
|
+
* @enum {string}
|
|
15
16
|
*/
|
|
16
|
-
export declare
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
export declare type OrderStatusReason = typeof OrderStatusReason[keyof typeof OrderStatusReason];
|
|
22
|
-
export declare function instanceOfOrderStatusReason(value: any): boolean;
|
|
17
|
+
export declare enum OrderStatusReason {
|
|
18
|
+
MAXQUANTITY = "MAX_QUANTITY",
|
|
19
|
+
OUTDATEDAD = "OUTDATED_AD",
|
|
20
|
+
OTHER = "OTHER"
|
|
21
|
+
}
|
|
23
22
|
export declare function OrderStatusReasonFromJSON(json: any): OrderStatusReason;
|
|
24
23
|
export declare function OrderStatusReasonFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrderStatusReason;
|
|
25
24
|
export declare function OrderStatusReasonToJSON(value?: OrderStatusReason | null): any;
|