@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,37 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.FavoriteProductToJSON = exports.FavoriteProductFromJSONTyped = exports.FavoriteProductFromJSON =
|
|
17
|
-
var UserLink_1 = require("./UserLink");
|
|
16
|
+
exports.FavoriteProductToJSON = exports.FavoriteProductFromJSONTyped = exports.FavoriteProductFromJSON = void 0;
|
|
18
17
|
var ProductLink_1 = require("./ProductLink");
|
|
19
|
-
|
|
20
|
-
* Check if a given object implements the FavoriteProduct interface.
|
|
21
|
-
*/
|
|
22
|
-
function instanceOfFavoriteProduct(value) {
|
|
23
|
-
if (!('id' in value) || value['id'] === undefined)
|
|
24
|
-
return false;
|
|
25
|
-
if (!('createdAt' in value) || value['createdAt'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
if (!('product' in value) || value['product'] === undefined)
|
|
28
|
-
return false;
|
|
29
|
-
if (!('owner' in value) || value['owner'] === undefined)
|
|
30
|
-
return false;
|
|
31
|
-
return true;
|
|
32
|
-
}
|
|
33
|
-
exports.instanceOfFavoriteProduct = instanceOfFavoriteProduct;
|
|
18
|
+
var UserLink_1 = require("./UserLink");
|
|
34
19
|
function FavoriteProductFromJSON(json) {
|
|
35
20
|
return FavoriteProductFromJSONTyped(json, false);
|
|
36
21
|
}
|
|
37
22
|
exports.FavoriteProductFromJSON = FavoriteProductFromJSON;
|
|
38
23
|
function FavoriteProductFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
-
if (json
|
|
24
|
+
if ((json === undefined) || (json === null)) {
|
|
40
25
|
return json;
|
|
41
26
|
}
|
|
42
27
|
return {
|
|
43
28
|
'id': json['id'],
|
|
44
|
-
'createdAt': (
|
|
45
|
-
'product': (
|
|
46
|
-
'owner': (
|
|
29
|
+
'createdAt': (new Date(json['createdAt'])),
|
|
30
|
+
'product': (0, ProductLink_1.ProductLinkFromJSON)(json['product']),
|
|
31
|
+
'owner': (0, UserLink_1.UserLinkFromJSON)(json['owner']),
|
|
47
32
|
};
|
|
48
33
|
}
|
|
49
34
|
exports.FavoriteProductFromJSONTyped = FavoriteProductFromJSONTyped;
|
|
50
35
|
function FavoriteProductToJSON(value) {
|
|
51
|
-
if (value
|
|
52
|
-
return
|
|
36
|
+
if (value === undefined) {
|
|
37
|
+
return undefined;
|
|
38
|
+
}
|
|
39
|
+
if (value === null) {
|
|
40
|
+
return null;
|
|
53
41
|
}
|
|
54
42
|
return {
|
|
55
|
-
'id': value
|
|
56
|
-
'createdAt': (value
|
|
57
|
-
'product': (0, ProductLink_1.ProductLinkToJSON)(value
|
|
58
|
-
'owner': (0, UserLink_1.UserLinkToJSON)(value
|
|
43
|
+
'id': value.id,
|
|
44
|
+
'createdAt': (value.createdAt.toISOString()),
|
|
45
|
+
'product': (0, ProductLink_1.ProductLinkToJSON)(value.product),
|
|
46
|
+
'owner': (0, UserLink_1.UserLinkToJSON)(value.owner),
|
|
59
47
|
};
|
|
60
48
|
}
|
|
61
49
|
exports.FavoriteProductToJSON = FavoriteProductToJSON;
|
|
@@ -28,10 +28,6 @@ export interface FavoriteProductCreationParameters {
|
|
|
28
28
|
*/
|
|
29
29
|
ownerId: number;
|
|
30
30
|
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the FavoriteProductCreationParameters interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfFavoriteProductCreationParameters(value: object): value is FavoriteProductCreationParameters;
|
|
35
31
|
export declare function FavoriteProductCreationParametersFromJSON(json: any): FavoriteProductCreationParameters;
|
|
36
32
|
export declare function FavoriteProductCreationParametersFromJSONTyped(json: any, ignoreDiscriminator: boolean): FavoriteProductCreationParameters;
|
|
37
33
|
export declare function FavoriteProductCreationParametersToJSON(value?: FavoriteProductCreationParameters | null): any;
|
|
@@ -13,24 +13,13 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.FavoriteProductCreationParametersToJSON = exports.FavoriteProductCreationParametersFromJSONTyped = exports.FavoriteProductCreationParametersFromJSON =
|
|
17
|
-
/**
|
|
18
|
-
* Check if a given object implements the FavoriteProductCreationParameters interface.
|
|
19
|
-
*/
|
|
20
|
-
function instanceOfFavoriteProductCreationParameters(value) {
|
|
21
|
-
if (!('productId' in value) || value['productId'] === undefined)
|
|
22
|
-
return false;
|
|
23
|
-
if (!('ownerId' in value) || value['ownerId'] === undefined)
|
|
24
|
-
return false;
|
|
25
|
-
return true;
|
|
26
|
-
}
|
|
27
|
-
exports.instanceOfFavoriteProductCreationParameters = instanceOfFavoriteProductCreationParameters;
|
|
16
|
+
exports.FavoriteProductCreationParametersToJSON = exports.FavoriteProductCreationParametersFromJSONTyped = exports.FavoriteProductCreationParametersFromJSON = void 0;
|
|
28
17
|
function FavoriteProductCreationParametersFromJSON(json) {
|
|
29
18
|
return FavoriteProductCreationParametersFromJSONTyped(json, false);
|
|
30
19
|
}
|
|
31
20
|
exports.FavoriteProductCreationParametersFromJSON = FavoriteProductCreationParametersFromJSON;
|
|
32
21
|
function FavoriteProductCreationParametersFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
-
if (json
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
34
23
|
return json;
|
|
35
24
|
}
|
|
36
25
|
return {
|
|
@@ -40,12 +29,15 @@ function FavoriteProductCreationParametersFromJSONTyped(json, ignoreDiscriminato
|
|
|
40
29
|
}
|
|
41
30
|
exports.FavoriteProductCreationParametersFromJSONTyped = FavoriteProductCreationParametersFromJSONTyped;
|
|
42
31
|
function FavoriteProductCreationParametersToJSON(value) {
|
|
43
|
-
if (value
|
|
44
|
-
return
|
|
32
|
+
if (value === undefined) {
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
if (value === null) {
|
|
36
|
+
return null;
|
|
45
37
|
}
|
|
46
38
|
return {
|
|
47
|
-
'productId': value
|
|
48
|
-
'ownerId': value
|
|
39
|
+
'productId': value.productId,
|
|
40
|
+
'ownerId': value.ownerId,
|
|
49
41
|
};
|
|
50
42
|
}
|
|
51
43
|
exports.FavoriteProductCreationParametersToJSON = FavoriteProductCreationParametersToJSON;
|
|
@@ -22,10 +22,6 @@ export interface HttpLink {
|
|
|
22
22
|
*/
|
|
23
23
|
href: string;
|
|
24
24
|
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the HttpLink interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfHttpLink(value: object): value is HttpLink;
|
|
29
25
|
export declare function HttpLinkFromJSON(json: any): HttpLink;
|
|
30
26
|
export declare function HttpLinkFromJSONTyped(json: any, ignoreDiscriminator: boolean): HttpLink;
|
|
31
27
|
export declare function HttpLinkToJSON(value?: HttpLink | null): any;
|
|
@@ -13,22 +13,13 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.HttpLinkToJSON = exports.HttpLinkFromJSONTyped = exports.HttpLinkFromJSON =
|
|
17
|
-
/**
|
|
18
|
-
* Check if a given object implements the HttpLink interface.
|
|
19
|
-
*/
|
|
20
|
-
function instanceOfHttpLink(value) {
|
|
21
|
-
if (!('href' in value) || value['href'] === undefined)
|
|
22
|
-
return false;
|
|
23
|
-
return true;
|
|
24
|
-
}
|
|
25
|
-
exports.instanceOfHttpLink = instanceOfHttpLink;
|
|
16
|
+
exports.HttpLinkToJSON = exports.HttpLinkFromJSONTyped = exports.HttpLinkFromJSON = void 0;
|
|
26
17
|
function HttpLinkFromJSON(json) {
|
|
27
18
|
return HttpLinkFromJSONTyped(json, false);
|
|
28
19
|
}
|
|
29
20
|
exports.HttpLinkFromJSON = HttpLinkFromJSON;
|
|
30
21
|
function HttpLinkFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
if (json
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
32
23
|
return json;
|
|
33
24
|
}
|
|
34
25
|
return {
|
|
@@ -37,11 +28,14 @@ function HttpLinkFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
37
28
|
}
|
|
38
29
|
exports.HttpLinkFromJSONTyped = HttpLinkFromJSONTyped;
|
|
39
30
|
function HttpLinkToJSON(value) {
|
|
40
|
-
if (value
|
|
41
|
-
return
|
|
31
|
+
if (value === undefined) {
|
|
32
|
+
return undefined;
|
|
33
|
+
}
|
|
34
|
+
if (value === null) {
|
|
35
|
+
return null;
|
|
42
36
|
}
|
|
43
37
|
return {
|
|
44
|
-
'href': value
|
|
38
|
+
'href': value.href,
|
|
45
39
|
};
|
|
46
40
|
}
|
|
47
41
|
exports.HttpLinkToJSON = HttpLinkToJSON;
|
|
@@ -9,20 +9,14 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import
|
|
13
|
-
import
|
|
12
|
+
import { FavoriteProduct } from './FavoriteProduct';
|
|
13
|
+
import { PaginatedObject } from './PaginatedObject';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
17
17
|
* @interface PaginatedFavoriteProducts
|
|
18
18
|
*/
|
|
19
|
-
export interface PaginatedFavoriteProducts {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {PagingMetadata}
|
|
23
|
-
* @memberof PaginatedFavoriteProducts
|
|
24
|
-
*/
|
|
25
|
-
metadata: PagingMetadata;
|
|
19
|
+
export interface PaginatedFavoriteProducts extends PaginatedObject {
|
|
26
20
|
/**
|
|
27
21
|
*
|
|
28
22
|
* @type {Array<FavoriteProduct>}
|
|
@@ -30,10 +24,6 @@ export interface PaginatedFavoriteProducts {
|
|
|
30
24
|
*/
|
|
31
25
|
records: Array<FavoriteProduct>;
|
|
32
26
|
}
|
|
33
|
-
/**
|
|
34
|
-
* Check if a given object implements the PaginatedFavoriteProducts interface.
|
|
35
|
-
*/
|
|
36
|
-
export declare function instanceOfPaginatedFavoriteProducts(value: object): value is PaginatedFavoriteProducts;
|
|
37
27
|
export declare function PaginatedFavoriteProductsFromJSON(json: any): PaginatedFavoriteProducts;
|
|
38
28
|
export declare function PaginatedFavoriteProductsFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedFavoriteProducts;
|
|
39
29
|
export declare function PaginatedFavoriteProductsToJSON(value?: PaginatedFavoriteProducts | null): any;
|
|
@@ -12,42 +12,39 @@
|
|
|
12
12
|
* https://openapi-generator.tech
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
|
+
var __assign = (this && this.__assign) || function () {
|
|
16
|
+
__assign = Object.assign || function(t) {
|
|
17
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
18
|
+
s = arguments[i];
|
|
19
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
20
|
+
t[p] = s[p];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
return __assign.apply(this, arguments);
|
|
25
|
+
};
|
|
15
26
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.PaginatedFavoriteProductsToJSON = exports.PaginatedFavoriteProductsFromJSONTyped = exports.PaginatedFavoriteProductsFromJSON =
|
|
17
|
-
var PagingMetadata_1 = require("./PagingMetadata");
|
|
27
|
+
exports.PaginatedFavoriteProductsToJSON = exports.PaginatedFavoriteProductsFromJSONTyped = exports.PaginatedFavoriteProductsFromJSON = void 0;
|
|
18
28
|
var FavoriteProduct_1 = require("./FavoriteProduct");
|
|
19
|
-
|
|
20
|
-
* Check if a given object implements the PaginatedFavoriteProducts interface.
|
|
21
|
-
*/
|
|
22
|
-
function instanceOfPaginatedFavoriteProducts(value) {
|
|
23
|
-
if (!('metadata' in value) || value['metadata'] === undefined)
|
|
24
|
-
return false;
|
|
25
|
-
if (!('records' in value) || value['records'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
return true;
|
|
28
|
-
}
|
|
29
|
-
exports.instanceOfPaginatedFavoriteProducts = instanceOfPaginatedFavoriteProducts;
|
|
29
|
+
var PaginatedObject_1 = require("./PaginatedObject");
|
|
30
30
|
function PaginatedFavoriteProductsFromJSON(json) {
|
|
31
31
|
return PaginatedFavoriteProductsFromJSONTyped(json, false);
|
|
32
32
|
}
|
|
33
33
|
exports.PaginatedFavoriteProductsFromJSON = PaginatedFavoriteProductsFromJSON;
|
|
34
34
|
function PaginatedFavoriteProductsFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
-
if (json
|
|
35
|
+
if ((json === undefined) || (json === null)) {
|
|
36
36
|
return json;
|
|
37
37
|
}
|
|
38
|
-
return {
|
|
39
|
-
'metadata': (json['metadata'] === null || json['metadata'] === undefined) ? json['metadata'] : (0, PagingMetadata_1.PagingMetadataFromJSON)(json['metadata']),
|
|
40
|
-
'records': (json['records'] === null || json['records'] === undefined) ? json['records'] : json['records'].map(FavoriteProduct_1.FavoriteProductFromJSON),
|
|
41
|
-
};
|
|
38
|
+
return __assign(__assign({}, (0, PaginatedObject_1.PaginatedObjectFromJSONTyped)(json, ignoreDiscriminator)), { 'records': (json['records'].map(FavoriteProduct_1.FavoriteProductFromJSON)) });
|
|
42
39
|
}
|
|
43
40
|
exports.PaginatedFavoriteProductsFromJSONTyped = PaginatedFavoriteProductsFromJSONTyped;
|
|
44
41
|
function PaginatedFavoriteProductsToJSON(value) {
|
|
45
|
-
if (value
|
|
46
|
-
return
|
|
42
|
+
if (value === undefined) {
|
|
43
|
+
return undefined;
|
|
47
44
|
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
};
|
|
45
|
+
if (value === null) {
|
|
46
|
+
return null;
|
|
47
|
+
}
|
|
48
|
+
return __assign(__assign({}, (0, PaginatedObject_1.PaginatedObjectToJSON)(value)), { 'records': (value.records.map(FavoriteProduct_1.FavoriteProductToJSON)) });
|
|
52
49
|
}
|
|
53
50
|
exports.PaginatedFavoriteProductsToJSON = PaginatedFavoriteProductsToJSON;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* lcdp-preference
|
|
3
|
+
* This is the REST API of LCDP preference
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: contact@lecomptoirdespharmacies.fr
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { FavoriteProduct } from './FavoriteProduct';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PaginatedFavoriteProductsAllOf
|
|
17
|
+
*/
|
|
18
|
+
export interface PaginatedFavoriteProductsAllOf {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<FavoriteProduct>}
|
|
22
|
+
* @memberof PaginatedFavoriteProductsAllOf
|
|
23
|
+
*/
|
|
24
|
+
records: Array<FavoriteProduct>;
|
|
25
|
+
}
|
|
26
|
+
export declare function PaginatedFavoriteProductsAllOfFromJSON(json: any): PaginatedFavoriteProductsAllOf;
|
|
27
|
+
export declare function PaginatedFavoriteProductsAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedFavoriteProductsAllOf;
|
|
28
|
+
export declare function PaginatedFavoriteProductsAllOfToJSON(value?: PaginatedFavoriteProductsAllOf | null): any;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* lcdp-preference
|
|
6
|
+
* This is the REST API of LCDP preference
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
* Contact: contact@lecomptoirdespharmacies.fr
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.PaginatedFavoriteProductsAllOfToJSON = exports.PaginatedFavoriteProductsAllOfFromJSONTyped = exports.PaginatedFavoriteProductsAllOfFromJSON = void 0;
|
|
17
|
+
var FavoriteProduct_1 = require("./FavoriteProduct");
|
|
18
|
+
function PaginatedFavoriteProductsAllOfFromJSON(json) {
|
|
19
|
+
return PaginatedFavoriteProductsAllOfFromJSONTyped(json, false);
|
|
20
|
+
}
|
|
21
|
+
exports.PaginatedFavoriteProductsAllOfFromJSON = PaginatedFavoriteProductsAllOfFromJSON;
|
|
22
|
+
function PaginatedFavoriteProductsAllOfFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
+
if ((json === undefined) || (json === null)) {
|
|
24
|
+
return json;
|
|
25
|
+
}
|
|
26
|
+
return {
|
|
27
|
+
'records': (json['records'].map(FavoriteProduct_1.FavoriteProductFromJSON)),
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
exports.PaginatedFavoriteProductsAllOfFromJSONTyped = PaginatedFavoriteProductsAllOfFromJSONTyped;
|
|
31
|
+
function PaginatedFavoriteProductsAllOfToJSON(value) {
|
|
32
|
+
if (value === undefined) {
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
if (value === null) {
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'records': (value.records.map(FavoriteProduct_1.FavoriteProductToJSON)),
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
exports.PaginatedFavoriteProductsAllOfToJSON = PaginatedFavoriteProductsAllOfToJSON;
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import
|
|
12
|
+
import { PagingMetadata } from './PagingMetadata';
|
|
13
13
|
/**
|
|
14
14
|
* An object which is not complete (only a specific page is available)
|
|
15
15
|
* @export
|
|
@@ -23,10 +23,6 @@ export interface PaginatedObject {
|
|
|
23
23
|
*/
|
|
24
24
|
metadata: PagingMetadata;
|
|
25
25
|
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the PaginatedObject interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfPaginatedObject(value: object): value is PaginatedObject;
|
|
30
26
|
export declare function PaginatedObjectFromJSON(json: any): PaginatedObject;
|
|
31
27
|
export declare function PaginatedObjectFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedObject;
|
|
32
28
|
export declare function PaginatedObjectToJSON(value?: PaginatedObject | null): any;
|
|
@@ -13,36 +13,30 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.PaginatedObjectToJSON = exports.PaginatedObjectFromJSONTyped = exports.PaginatedObjectFromJSON =
|
|
16
|
+
exports.PaginatedObjectToJSON = exports.PaginatedObjectFromJSONTyped = exports.PaginatedObjectFromJSON = void 0;
|
|
17
17
|
var PagingMetadata_1 = require("./PagingMetadata");
|
|
18
|
-
/**
|
|
19
|
-
* Check if a given object implements the PaginatedObject interface.
|
|
20
|
-
*/
|
|
21
|
-
function instanceOfPaginatedObject(value) {
|
|
22
|
-
if (!('metadata' in value) || value['metadata'] === undefined)
|
|
23
|
-
return false;
|
|
24
|
-
return true;
|
|
25
|
-
}
|
|
26
|
-
exports.instanceOfPaginatedObject = instanceOfPaginatedObject;
|
|
27
18
|
function PaginatedObjectFromJSON(json) {
|
|
28
19
|
return PaginatedObjectFromJSONTyped(json, false);
|
|
29
20
|
}
|
|
30
21
|
exports.PaginatedObjectFromJSON = PaginatedObjectFromJSON;
|
|
31
22
|
function PaginatedObjectFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json
|
|
23
|
+
if ((json === undefined) || (json === null)) {
|
|
33
24
|
return json;
|
|
34
25
|
}
|
|
35
26
|
return {
|
|
36
|
-
'metadata': (
|
|
27
|
+
'metadata': (0, PagingMetadata_1.PagingMetadataFromJSON)(json['metadata']),
|
|
37
28
|
};
|
|
38
29
|
}
|
|
39
30
|
exports.PaginatedObjectFromJSONTyped = PaginatedObjectFromJSONTyped;
|
|
40
31
|
function PaginatedObjectToJSON(value) {
|
|
41
|
-
if (value
|
|
42
|
-
return
|
|
32
|
+
if (value === undefined) {
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
if (value === null) {
|
|
36
|
+
return null;
|
|
43
37
|
}
|
|
44
38
|
return {
|
|
45
|
-
'metadata': (0, PagingMetadata_1.PagingMetadataToJSON)(value
|
|
39
|
+
'metadata': (0, PagingMetadata_1.PagingMetadataToJSON)(value.metadata),
|
|
46
40
|
};
|
|
47
41
|
}
|
|
48
42
|
exports.PaginatedObjectToJSON = PaginatedObjectToJSON;
|
|
@@ -40,10 +40,6 @@ export interface PagingMetadata {
|
|
|
40
40
|
*/
|
|
41
41
|
totalFound: number;
|
|
42
42
|
}
|
|
43
|
-
/**
|
|
44
|
-
* Check if a given object implements the PagingMetadata interface.
|
|
45
|
-
*/
|
|
46
|
-
export declare function instanceOfPagingMetadata(value: object): value is PagingMetadata;
|
|
47
43
|
export declare function PagingMetadataFromJSON(json: any): PagingMetadata;
|
|
48
44
|
export declare function PagingMetadataFromJSONTyped(json: any, ignoreDiscriminator: boolean): PagingMetadata;
|
|
49
45
|
export declare function PagingMetadataToJSON(value?: PagingMetadata | null): any;
|
|
@@ -13,28 +13,13 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.PagingMetadataToJSON = exports.PagingMetadataFromJSONTyped = exports.PagingMetadataFromJSON =
|
|
17
|
-
/**
|
|
18
|
-
* Check if a given object implements the PagingMetadata interface.
|
|
19
|
-
*/
|
|
20
|
-
function instanceOfPagingMetadata(value) {
|
|
21
|
-
if (!('page' in value) || value['page'] === undefined)
|
|
22
|
-
return false;
|
|
23
|
-
if (!('perPage' in value) || value['perPage'] === undefined)
|
|
24
|
-
return false;
|
|
25
|
-
if (!('totalVisible' in value) || value['totalVisible'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
if (!('totalFound' in value) || value['totalFound'] === undefined)
|
|
28
|
-
return false;
|
|
29
|
-
return true;
|
|
30
|
-
}
|
|
31
|
-
exports.instanceOfPagingMetadata = instanceOfPagingMetadata;
|
|
16
|
+
exports.PagingMetadataToJSON = exports.PagingMetadataFromJSONTyped = exports.PagingMetadataFromJSON = void 0;
|
|
32
17
|
function PagingMetadataFromJSON(json) {
|
|
33
18
|
return PagingMetadataFromJSONTyped(json, false);
|
|
34
19
|
}
|
|
35
20
|
exports.PagingMetadataFromJSON = PagingMetadataFromJSON;
|
|
36
21
|
function PagingMetadataFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
-
if (json
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
38
23
|
return json;
|
|
39
24
|
}
|
|
40
25
|
return {
|
|
@@ -46,14 +31,17 @@ function PagingMetadataFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
46
31
|
}
|
|
47
32
|
exports.PagingMetadataFromJSONTyped = PagingMetadataFromJSONTyped;
|
|
48
33
|
function PagingMetadataToJSON(value) {
|
|
49
|
-
if (value
|
|
50
|
-
return
|
|
34
|
+
if (value === undefined) {
|
|
35
|
+
return undefined;
|
|
36
|
+
}
|
|
37
|
+
if (value === null) {
|
|
38
|
+
return null;
|
|
51
39
|
}
|
|
52
40
|
return {
|
|
53
|
-
'page': value
|
|
54
|
-
'perPage': value
|
|
55
|
-
'totalVisible': value
|
|
56
|
-
'totalFound': value
|
|
41
|
+
'page': value.page,
|
|
42
|
+
'perPage': value.perPage,
|
|
43
|
+
'totalVisible': value.totalVisible,
|
|
44
|
+
'totalFound': value.totalFound,
|
|
57
45
|
};
|
|
58
46
|
}
|
|
59
47
|
exports.PagingMetadataToJSON = PagingMetadataToJSON;
|
|
@@ -9,20 +9,15 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import
|
|
13
|
-
import
|
|
12
|
+
import { Barcodes } from './Barcodes';
|
|
13
|
+
import { HttpLink } from './HttpLink';
|
|
14
|
+
import { ProductStatus } from './ProductStatus';
|
|
14
15
|
/**
|
|
15
16
|
*
|
|
16
17
|
* @export
|
|
17
18
|
* @interface ProductLink
|
|
18
19
|
*/
|
|
19
|
-
export interface ProductLink {
|
|
20
|
-
/**
|
|
21
|
-
* Any URL that is using http or https protocol
|
|
22
|
-
* @type {string}
|
|
23
|
-
* @memberof ProductLink
|
|
24
|
-
*/
|
|
25
|
-
href: string;
|
|
20
|
+
export interface ProductLink extends HttpLink {
|
|
26
21
|
/**
|
|
27
22
|
* Product id
|
|
28
23
|
* @type {number}
|
|
@@ -48,10 +43,6 @@ export interface ProductLink {
|
|
|
48
43
|
*/
|
|
49
44
|
barcodes?: Barcodes;
|
|
50
45
|
}
|
|
51
|
-
/**
|
|
52
|
-
* Check if a given object implements the ProductLink interface.
|
|
53
|
-
*/
|
|
54
|
-
export declare function instanceOfProductLink(value: object): value is ProductLink;
|
|
55
46
|
export declare function ProductLinkFromJSON(json: any): ProductLink;
|
|
56
47
|
export declare function ProductLinkFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProductLink;
|
|
57
48
|
export declare function ProductLinkToJSON(value?: ProductLink | null): any;
|
|
@@ -12,48 +12,41 @@
|
|
|
12
12
|
* https://openapi-generator.tech
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
|
+
var __assign = (this && this.__assign) || function () {
|
|
16
|
+
__assign = Object.assign || function(t) {
|
|
17
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
18
|
+
s = arguments[i];
|
|
19
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
20
|
+
t[p] = s[p];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
return __assign.apply(this, arguments);
|
|
25
|
+
};
|
|
15
26
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.ProductLinkToJSON = exports.ProductLinkFromJSONTyped = exports.ProductLinkFromJSON =
|
|
17
|
-
var
|
|
27
|
+
exports.ProductLinkToJSON = exports.ProductLinkFromJSONTyped = exports.ProductLinkFromJSON = void 0;
|
|
28
|
+
var runtime_1 = require("../runtime");
|
|
18
29
|
var Barcodes_1 = require("./Barcodes");
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
*/
|
|
22
|
-
function instanceOfProductLink(value) {
|
|
23
|
-
if (!('href' in value) || value['href'] === undefined)
|
|
24
|
-
return false;
|
|
25
|
-
if (!('id' in value) || value['id'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
return true;
|
|
28
|
-
}
|
|
29
|
-
exports.instanceOfProductLink = instanceOfProductLink;
|
|
30
|
+
var HttpLink_1 = require("./HttpLink");
|
|
31
|
+
var ProductStatus_1 = require("./ProductStatus");
|
|
30
32
|
function ProductLinkFromJSON(json) {
|
|
31
33
|
return ProductLinkFromJSONTyped(json, false);
|
|
32
34
|
}
|
|
33
35
|
exports.ProductLinkFromJSON = ProductLinkFromJSON;
|
|
34
36
|
function ProductLinkFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
-
if (json
|
|
37
|
+
if ((json === undefined) || (json === null)) {
|
|
36
38
|
return json;
|
|
37
39
|
}
|
|
38
|
-
return {
|
|
39
|
-
'href': json['href'],
|
|
40
|
-
'id': json['id'],
|
|
41
|
-
'name': json['name'],
|
|
42
|
-
'status': (json['status'] === null || json['status'] === undefined) ? json['status'] : (0, ProductStatus_1.ProductStatusFromJSON)(json['status']),
|
|
43
|
-
'barcodes': (json['barcodes'] === null || json['barcodes'] === undefined) ? json['barcodes'] : (0, Barcodes_1.BarcodesFromJSON)(json['barcodes']),
|
|
44
|
-
};
|
|
40
|
+
return __assign(__assign({}, (0, HttpLink_1.HttpLinkFromJSONTyped)(json, ignoreDiscriminator)), { 'id': json['id'], 'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'], 'status': !(0, runtime_1.exists)(json, 'status') ? undefined : (0, ProductStatus_1.ProductStatusFromJSON)(json['status']), 'barcodes': !(0, runtime_1.exists)(json, 'barcodes') ? undefined : (0, Barcodes_1.BarcodesFromJSON)(json['barcodes']) });
|
|
45
41
|
}
|
|
46
42
|
exports.ProductLinkFromJSONTyped = ProductLinkFromJSONTyped;
|
|
47
43
|
function ProductLinkToJSON(value) {
|
|
48
|
-
if (value
|
|
49
|
-
return
|
|
44
|
+
if (value === undefined) {
|
|
45
|
+
return undefined;
|
|
50
46
|
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
'status': (0, ProductStatus_1.ProductStatusToJSON)(value['status']),
|
|
56
|
-
'barcodes': (0, Barcodes_1.BarcodesToJSON)(value['barcodes']),
|
|
57
|
-
};
|
|
47
|
+
if (value === null) {
|
|
48
|
+
return null;
|
|
49
|
+
}
|
|
50
|
+
return __assign(__assign({}, (0, HttpLink_1.HttpLinkToJSON)(value)), { 'id': value.id, 'name': value.name, 'status': (0, ProductStatus_1.ProductStatusToJSON)(value.status), 'barcodes': (0, Barcodes_1.BarcodesToJSON)(value.barcodes) });
|
|
58
51
|
}
|
|
59
52
|
exports.ProductLinkToJSON = ProductLinkToJSON;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* lcdp-preference
|
|
3
|
+
* This is the REST API of LCDP preference
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: contact@lecomptoirdespharmacies.fr
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Barcodes } from './Barcodes';
|
|
13
|
+
import { ProductStatus } from './ProductStatus';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ProductLinkAllOf
|
|
18
|
+
*/
|
|
19
|
+
export interface ProductLinkAllOf {
|
|
20
|
+
/**
|
|
21
|
+
* Product id
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof ProductLinkAllOf
|
|
24
|
+
*/
|
|
25
|
+
id: number;
|
|
26
|
+
/**
|
|
27
|
+
* Product name
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof ProductLinkAllOf
|
|
30
|
+
*/
|
|
31
|
+
name?: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {ProductStatus}
|
|
35
|
+
* @memberof ProductLinkAllOf
|
|
36
|
+
*/
|
|
37
|
+
status?: ProductStatus;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Barcodes}
|
|
41
|
+
* @memberof ProductLinkAllOf
|
|
42
|
+
*/
|
|
43
|
+
barcodes?: Barcodes;
|
|
44
|
+
}
|
|
45
|
+
export declare function ProductLinkAllOfFromJSON(json: any): ProductLinkAllOf;
|
|
46
|
+
export declare function ProductLinkAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProductLinkAllOf;
|
|
47
|
+
export declare function ProductLinkAllOfToJSON(value?: ProductLinkAllOf | null): any;
|