@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
|
@@ -65,10 +65,10 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
65
65
|
};
|
|
66
66
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67
67
|
exports.GetInventoryOverstockProductsOrderByEnum = exports.GetInventoryMisalignedProductsOrderByEnum = exports.GetInventoryActiveProductsOrderByEnum = exports.GetCurrentInventoryOverstockProductsOrderByEnum = exports.GetCurrentInventoryMisalignedProductsOrderByEnum = exports.GetCurrentInventoryActiveProductsOrderByEnum = exports.SearchInventoryApi = void 0;
|
|
68
|
-
var
|
|
69
|
-
var
|
|
68
|
+
var runtime_1 = require("../runtime");
|
|
69
|
+
var models_1 = require("../models");
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
71
|
+
* no description
|
|
72
72
|
*/
|
|
73
73
|
var SearchInventoryApi = /** @class */ (function (_super) {
|
|
74
74
|
__extends(SearchInventoryApi, _super);
|
|
@@ -78,73 +78,75 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
78
78
|
/**
|
|
79
79
|
* Search products with params for current user
|
|
80
80
|
*/
|
|
81
|
-
SearchInventoryApi.prototype.getCurrentInventoryActiveProductsRaw = function (requestParameters
|
|
81
|
+
SearchInventoryApi.prototype.getCurrentInventoryActiveProductsRaw = function (requestParameters) {
|
|
82
82
|
return __awaiter(this, void 0, void 0, function () {
|
|
83
|
-
var queryParameters, headerParameters,
|
|
84
|
-
return __generator(this, function (
|
|
85
|
-
switch (
|
|
83
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_1;
|
|
84
|
+
return __generator(this, function (_b) {
|
|
85
|
+
switch (_b.label) {
|
|
86
86
|
case 0:
|
|
87
87
|
queryParameters = {};
|
|
88
|
-
if (requestParameters
|
|
89
|
-
queryParameters['q'] = requestParameters
|
|
88
|
+
if (requestParameters.q !== undefined) {
|
|
89
|
+
queryParameters['q'] = requestParameters.q;
|
|
90
90
|
}
|
|
91
|
-
if (requestParameters
|
|
92
|
-
queryParameters['lab[eq]'] = requestParameters
|
|
91
|
+
if (requestParameters.labEq) {
|
|
92
|
+
queryParameters['lab[eq]'] = requestParameters.labEq;
|
|
93
93
|
}
|
|
94
|
-
if (requestParameters
|
|
95
|
-
queryParameters['pt[eq]'] = requestParameters
|
|
94
|
+
if (requestParameters.ptEq !== undefined) {
|
|
95
|
+
queryParameters['pt[eq]'] = requestParameters.ptEq;
|
|
96
96
|
}
|
|
97
|
-
if (requestParameters
|
|
98
|
-
queryParameters['orderBy'] = requestParameters
|
|
97
|
+
if (requestParameters.orderBy !== undefined) {
|
|
98
|
+
queryParameters['orderBy'] = requestParameters.orderBy;
|
|
99
99
|
}
|
|
100
|
-
if (requestParameters
|
|
101
|
-
queryParameters['p'] = requestParameters
|
|
100
|
+
if (requestParameters.p !== undefined) {
|
|
101
|
+
queryParameters['p'] = requestParameters.p;
|
|
102
102
|
}
|
|
103
|
-
if (requestParameters
|
|
104
|
-
queryParameters['pp'] = requestParameters
|
|
103
|
+
if (requestParameters.pp !== undefined) {
|
|
104
|
+
queryParameters['pp'] = requestParameters.pp;
|
|
105
105
|
}
|
|
106
106
|
headerParameters = {};
|
|
107
|
-
if (
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
|
|
111
|
-
case 1:
|
|
112
|
-
_a[_b] = _c.sent(); // apiKeyAuth authentication
|
|
113
|
-
_c.label = 2;
|
|
114
|
-
case 2:
|
|
107
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
108
|
+
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
109
|
+
}
|
|
115
110
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
116
111
|
token = this.configuration.accessToken;
|
|
112
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
117
113
|
return [4 /*yield*/, token("bearerAuth", [])];
|
|
114
|
+
case 1:
|
|
115
|
+
_a = _b.sent();
|
|
116
|
+
return [3 /*break*/, 3];
|
|
117
|
+
case 2:
|
|
118
|
+
_a = token;
|
|
119
|
+
_b.label = 3;
|
|
118
120
|
case 3:
|
|
119
|
-
tokenString =
|
|
121
|
+
tokenString = _a;
|
|
120
122
|
if (tokenString) {
|
|
121
123
|
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
122
124
|
}
|
|
123
|
-
|
|
125
|
+
_b.label = 4;
|
|
124
126
|
case 4:
|
|
125
|
-
|
|
127
|
+
_b.trys.push([4, 6, , 7]);
|
|
126
128
|
return [4 /*yield*/, this.request({
|
|
127
129
|
path: "/inventories/me/active-products",
|
|
128
130
|
method: 'GET',
|
|
129
131
|
headers: headerParameters,
|
|
130
132
|
query: queryParameters,
|
|
131
|
-
}
|
|
133
|
+
})];
|
|
132
134
|
case 5:
|
|
133
|
-
response =
|
|
135
|
+
response = _b.sent();
|
|
134
136
|
contentType = response.headers.get("content-type");
|
|
135
137
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
136
|
-
return [2 /*return*/, new
|
|
138
|
+
return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.PaginatedActiveProductsFromJSON)(jsonValue); })];
|
|
137
139
|
}
|
|
138
140
|
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
139
|
-
return [2 /*return*/, new
|
|
141
|
+
return [2 /*return*/, new runtime_1.TextApiResponse(response)];
|
|
140
142
|
}
|
|
141
143
|
else {
|
|
142
144
|
// TODO : Better handling of others application types
|
|
143
|
-
return [2 /*return*/, new
|
|
145
|
+
return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
|
|
144
146
|
}
|
|
145
147
|
return [3 /*break*/, 7];
|
|
146
148
|
case 6:
|
|
147
|
-
response_1 =
|
|
149
|
+
response_1 = _b.sent();
|
|
148
150
|
console.debug(response_1);
|
|
149
151
|
throw response_1;
|
|
150
152
|
case 7: return [2 /*return*/];
|
|
@@ -155,13 +157,12 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
155
157
|
/**
|
|
156
158
|
* Search products with params for current user
|
|
157
159
|
*/
|
|
158
|
-
SearchInventoryApi.prototype.getCurrentInventoryActiveProducts = function (requestParameters
|
|
159
|
-
if (requestParameters === void 0) { requestParameters = {}; }
|
|
160
|
+
SearchInventoryApi.prototype.getCurrentInventoryActiveProducts = function (requestParameters) {
|
|
160
161
|
return __awaiter(this, void 0, void 0, function () {
|
|
161
162
|
var response;
|
|
162
163
|
return __generator(this, function (_a) {
|
|
163
164
|
switch (_a.label) {
|
|
164
|
-
case 0: return [4 /*yield*/, this.getCurrentInventoryActiveProductsRaw(requestParameters
|
|
165
|
+
case 0: return [4 /*yield*/, this.getCurrentInventoryActiveProductsRaw(requestParameters)];
|
|
165
166
|
case 1:
|
|
166
167
|
response = _a.sent();
|
|
167
168
|
return [4 /*yield*/, response.value()];
|
|
@@ -173,73 +174,75 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
173
174
|
/**
|
|
174
175
|
* Get product\'s where an action is required
|
|
175
176
|
*/
|
|
176
|
-
SearchInventoryApi.prototype.getCurrentInventoryMisalignedProductsRaw = function (requestParameters
|
|
177
|
+
SearchInventoryApi.prototype.getCurrentInventoryMisalignedProductsRaw = function (requestParameters) {
|
|
177
178
|
return __awaiter(this, void 0, void 0, function () {
|
|
178
|
-
var queryParameters, headerParameters,
|
|
179
|
-
return __generator(this, function (
|
|
180
|
-
switch (
|
|
179
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_2;
|
|
180
|
+
return __generator(this, function (_b) {
|
|
181
|
+
switch (_b.label) {
|
|
181
182
|
case 0:
|
|
182
183
|
queryParameters = {};
|
|
183
|
-
if (requestParameters
|
|
184
|
-
queryParameters['q'] = requestParameters
|
|
184
|
+
if (requestParameters.q !== undefined) {
|
|
185
|
+
queryParameters['q'] = requestParameters.q;
|
|
185
186
|
}
|
|
186
|
-
if (requestParameters
|
|
187
|
-
queryParameters['lab[eq]'] = requestParameters
|
|
187
|
+
if (requestParameters.labEq) {
|
|
188
|
+
queryParameters['lab[eq]'] = requestParameters.labEq;
|
|
188
189
|
}
|
|
189
|
-
if (requestParameters
|
|
190
|
-
queryParameters['pt[eq]'] = requestParameters
|
|
190
|
+
if (requestParameters.ptEq !== undefined) {
|
|
191
|
+
queryParameters['pt[eq]'] = requestParameters.ptEq;
|
|
191
192
|
}
|
|
192
|
-
if (requestParameters
|
|
193
|
-
queryParameters['orderBy'] = requestParameters
|
|
193
|
+
if (requestParameters.orderBy !== undefined) {
|
|
194
|
+
queryParameters['orderBy'] = requestParameters.orderBy;
|
|
194
195
|
}
|
|
195
|
-
if (requestParameters
|
|
196
|
-
queryParameters['p'] = requestParameters
|
|
196
|
+
if (requestParameters.p !== undefined) {
|
|
197
|
+
queryParameters['p'] = requestParameters.p;
|
|
197
198
|
}
|
|
198
|
-
if (requestParameters
|
|
199
|
-
queryParameters['pp'] = requestParameters
|
|
199
|
+
if (requestParameters.pp !== undefined) {
|
|
200
|
+
queryParameters['pp'] = requestParameters.pp;
|
|
200
201
|
}
|
|
201
202
|
headerParameters = {};
|
|
202
|
-
if (
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
|
|
206
|
-
case 1:
|
|
207
|
-
_a[_b] = _c.sent(); // apiKeyAuth authentication
|
|
208
|
-
_c.label = 2;
|
|
209
|
-
case 2:
|
|
203
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
204
|
+
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
205
|
+
}
|
|
210
206
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
211
207
|
token = this.configuration.accessToken;
|
|
208
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
212
209
|
return [4 /*yield*/, token("bearerAuth", [])];
|
|
210
|
+
case 1:
|
|
211
|
+
_a = _b.sent();
|
|
212
|
+
return [3 /*break*/, 3];
|
|
213
|
+
case 2:
|
|
214
|
+
_a = token;
|
|
215
|
+
_b.label = 3;
|
|
213
216
|
case 3:
|
|
214
|
-
tokenString =
|
|
217
|
+
tokenString = _a;
|
|
215
218
|
if (tokenString) {
|
|
216
219
|
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
217
220
|
}
|
|
218
|
-
|
|
221
|
+
_b.label = 4;
|
|
219
222
|
case 4:
|
|
220
|
-
|
|
223
|
+
_b.trys.push([4, 6, , 7]);
|
|
221
224
|
return [4 /*yield*/, this.request({
|
|
222
225
|
path: "/inventories/me/misaligned-products",
|
|
223
226
|
method: 'GET',
|
|
224
227
|
headers: headerParameters,
|
|
225
228
|
query: queryParameters,
|
|
226
|
-
}
|
|
229
|
+
})];
|
|
227
230
|
case 5:
|
|
228
|
-
response =
|
|
231
|
+
response = _b.sent();
|
|
229
232
|
contentType = response.headers.get("content-type");
|
|
230
233
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
231
|
-
return [2 /*return*/, new
|
|
234
|
+
return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.PaginatedMisalignedProductsFromJSON)(jsonValue); })];
|
|
232
235
|
}
|
|
233
236
|
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
234
|
-
return [2 /*return*/, new
|
|
237
|
+
return [2 /*return*/, new runtime_1.TextApiResponse(response)];
|
|
235
238
|
}
|
|
236
239
|
else {
|
|
237
240
|
// TODO : Better handling of others application types
|
|
238
|
-
return [2 /*return*/, new
|
|
241
|
+
return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
|
|
239
242
|
}
|
|
240
243
|
return [3 /*break*/, 7];
|
|
241
244
|
case 6:
|
|
242
|
-
response_2 =
|
|
245
|
+
response_2 = _b.sent();
|
|
243
246
|
console.debug(response_2);
|
|
244
247
|
throw response_2;
|
|
245
248
|
case 7: return [2 /*return*/];
|
|
@@ -250,13 +253,12 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
250
253
|
/**
|
|
251
254
|
* Get product\'s where an action is required
|
|
252
255
|
*/
|
|
253
|
-
SearchInventoryApi.prototype.getCurrentInventoryMisalignedProducts = function (requestParameters
|
|
254
|
-
if (requestParameters === void 0) { requestParameters = {}; }
|
|
256
|
+
SearchInventoryApi.prototype.getCurrentInventoryMisalignedProducts = function (requestParameters) {
|
|
255
257
|
return __awaiter(this, void 0, void 0, function () {
|
|
256
258
|
var response;
|
|
257
259
|
return __generator(this, function (_a) {
|
|
258
260
|
switch (_a.label) {
|
|
259
|
-
case 0: return [4 /*yield*/, this.getCurrentInventoryMisalignedProductsRaw(requestParameters
|
|
261
|
+
case 0: return [4 /*yield*/, this.getCurrentInventoryMisalignedProductsRaw(requestParameters)];
|
|
260
262
|
case 1:
|
|
261
263
|
response = _a.sent();
|
|
262
264
|
return [4 /*yield*/, response.value()];
|
|
@@ -268,88 +270,90 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
268
270
|
/**
|
|
269
271
|
* Get products that the pharmacian should destock
|
|
270
272
|
*/
|
|
271
|
-
SearchInventoryApi.prototype.getCurrentInventoryOverstockProductsRaw = function (requestParameters
|
|
273
|
+
SearchInventoryApi.prototype.getCurrentInventoryOverstockProductsRaw = function (requestParameters) {
|
|
272
274
|
return __awaiter(this, void 0, void 0, function () {
|
|
273
|
-
var queryParameters, headerParameters,
|
|
274
|
-
return __generator(this, function (
|
|
275
|
-
switch (
|
|
275
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_3;
|
|
276
|
+
return __generator(this, function (_b) {
|
|
277
|
+
switch (_b.label) {
|
|
276
278
|
case 0:
|
|
277
279
|
queryParameters = {};
|
|
278
|
-
if (requestParameters
|
|
279
|
-
queryParameters['q'] = requestParameters
|
|
280
|
+
if (requestParameters.q !== undefined) {
|
|
281
|
+
queryParameters['q'] = requestParameters.q;
|
|
280
282
|
}
|
|
281
|
-
if (requestParameters
|
|
282
|
-
queryParameters['lab[eq]'] = requestParameters
|
|
283
|
+
if (requestParameters.labEq) {
|
|
284
|
+
queryParameters['lab[eq]'] = requestParameters.labEq;
|
|
283
285
|
}
|
|
284
|
-
if (requestParameters
|
|
285
|
-
queryParameters['pt[eq]'] = requestParameters
|
|
286
|
+
if (requestParameters.ptEq !== undefined) {
|
|
287
|
+
queryParameters['pt[eq]'] = requestParameters.ptEq;
|
|
286
288
|
}
|
|
287
|
-
if (requestParameters
|
|
288
|
-
queryParameters['bl[eq]'] = requestParameters
|
|
289
|
+
if (requestParameters.blEq !== undefined) {
|
|
290
|
+
queryParameters['bl[eq]'] = requestParameters.blEq;
|
|
289
291
|
}
|
|
290
|
-
if (requestParameters
|
|
291
|
-
queryParameters['forecast[gte]'] = requestParameters
|
|
292
|
+
if (requestParameters.forecastGte !== undefined) {
|
|
293
|
+
queryParameters['forecast[gte]'] = requestParameters.forecastGte;
|
|
292
294
|
}
|
|
293
|
-
if (requestParameters
|
|
294
|
-
queryParameters['forecast[lte]'] = requestParameters
|
|
295
|
+
if (requestParameters.forecastLte !== undefined) {
|
|
296
|
+
queryParameters['forecast[lte]'] = requestParameters.forecastLte;
|
|
295
297
|
}
|
|
296
|
-
if (requestParameters
|
|
297
|
-
queryParameters['forecast[pr]'] = requestParameters
|
|
298
|
+
if (requestParameters.forecastPr !== undefined) {
|
|
299
|
+
queryParameters['forecast[pr]'] = requestParameters.forecastPr;
|
|
298
300
|
}
|
|
299
|
-
if (requestParameters
|
|
300
|
-
queryParameters['isUnsold[eq]'] = requestParameters
|
|
301
|
+
if (requestParameters.isUnsoldEq !== undefined) {
|
|
302
|
+
queryParameters['isUnsold[eq]'] = requestParameters.isUnsoldEq;
|
|
301
303
|
}
|
|
302
|
-
if (requestParameters
|
|
303
|
-
queryParameters['orderBy'] = requestParameters
|
|
304
|
+
if (requestParameters.orderBy !== undefined) {
|
|
305
|
+
queryParameters['orderBy'] = requestParameters.orderBy;
|
|
304
306
|
}
|
|
305
|
-
if (requestParameters
|
|
306
|
-
queryParameters['p'] = requestParameters
|
|
307
|
+
if (requestParameters.p !== undefined) {
|
|
308
|
+
queryParameters['p'] = requestParameters.p;
|
|
307
309
|
}
|
|
308
|
-
if (requestParameters
|
|
309
|
-
queryParameters['pp'] = requestParameters
|
|
310
|
+
if (requestParameters.pp !== undefined) {
|
|
311
|
+
queryParameters['pp'] = requestParameters.pp;
|
|
310
312
|
}
|
|
311
313
|
headerParameters = {};
|
|
312
|
-
if (
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
|
|
316
|
-
case 1:
|
|
317
|
-
_a[_b] = _c.sent(); // apiKeyAuth authentication
|
|
318
|
-
_c.label = 2;
|
|
319
|
-
case 2:
|
|
314
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
315
|
+
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
316
|
+
}
|
|
320
317
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
321
318
|
token = this.configuration.accessToken;
|
|
319
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
322
320
|
return [4 /*yield*/, token("bearerAuth", [])];
|
|
321
|
+
case 1:
|
|
322
|
+
_a = _b.sent();
|
|
323
|
+
return [3 /*break*/, 3];
|
|
324
|
+
case 2:
|
|
325
|
+
_a = token;
|
|
326
|
+
_b.label = 3;
|
|
323
327
|
case 3:
|
|
324
|
-
tokenString =
|
|
328
|
+
tokenString = _a;
|
|
325
329
|
if (tokenString) {
|
|
326
330
|
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
327
331
|
}
|
|
328
|
-
|
|
332
|
+
_b.label = 4;
|
|
329
333
|
case 4:
|
|
330
|
-
|
|
334
|
+
_b.trys.push([4, 6, , 7]);
|
|
331
335
|
return [4 /*yield*/, this.request({
|
|
332
336
|
path: "/inventories/me/overstock-products",
|
|
333
337
|
method: 'GET',
|
|
334
338
|
headers: headerParameters,
|
|
335
339
|
query: queryParameters,
|
|
336
|
-
}
|
|
340
|
+
})];
|
|
337
341
|
case 5:
|
|
338
|
-
response =
|
|
342
|
+
response = _b.sent();
|
|
339
343
|
contentType = response.headers.get("content-type");
|
|
340
344
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
341
|
-
return [2 /*return*/, new
|
|
345
|
+
return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.PaginatedOverstockProductsFromJSON)(jsonValue); })];
|
|
342
346
|
}
|
|
343
347
|
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
344
|
-
return [2 /*return*/, new
|
|
348
|
+
return [2 /*return*/, new runtime_1.TextApiResponse(response)];
|
|
345
349
|
}
|
|
346
350
|
else {
|
|
347
351
|
// TODO : Better handling of others application types
|
|
348
|
-
return [2 /*return*/, new
|
|
352
|
+
return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
|
|
349
353
|
}
|
|
350
354
|
return [3 /*break*/, 7];
|
|
351
355
|
case 6:
|
|
352
|
-
response_3 =
|
|
356
|
+
response_3 = _b.sent();
|
|
353
357
|
console.debug(response_3);
|
|
354
358
|
throw response_3;
|
|
355
359
|
case 7: return [2 /*return*/];
|
|
@@ -360,13 +364,12 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
360
364
|
/**
|
|
361
365
|
* Get products that the pharmacian should destock
|
|
362
366
|
*/
|
|
363
|
-
SearchInventoryApi.prototype.getCurrentInventoryOverstockProducts = function (requestParameters
|
|
364
|
-
if (requestParameters === void 0) { requestParameters = {}; }
|
|
367
|
+
SearchInventoryApi.prototype.getCurrentInventoryOverstockProducts = function (requestParameters) {
|
|
365
368
|
return __awaiter(this, void 0, void 0, function () {
|
|
366
369
|
var response;
|
|
367
370
|
return __generator(this, function (_a) {
|
|
368
371
|
switch (_a.label) {
|
|
369
|
-
case 0: return [4 /*yield*/, this.getCurrentInventoryOverstockProductsRaw(requestParameters
|
|
372
|
+
case 0: return [4 /*yield*/, this.getCurrentInventoryOverstockProductsRaw(requestParameters)];
|
|
370
373
|
case 1:
|
|
371
374
|
response = _a.sent();
|
|
372
375
|
return [4 /*yield*/, response.value()];
|
|
@@ -378,55 +381,57 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
378
381
|
/**
|
|
379
382
|
* Get advices statistics
|
|
380
383
|
*/
|
|
381
|
-
SearchInventoryApi.prototype.getCurrentInventoryStatisticsRaw = function (
|
|
384
|
+
SearchInventoryApi.prototype.getCurrentInventoryStatisticsRaw = function () {
|
|
382
385
|
return __awaiter(this, void 0, void 0, function () {
|
|
383
|
-
var queryParameters, headerParameters,
|
|
384
|
-
return __generator(this, function (
|
|
385
|
-
switch (
|
|
386
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_4;
|
|
387
|
+
return __generator(this, function (_b) {
|
|
388
|
+
switch (_b.label) {
|
|
386
389
|
case 0:
|
|
387
390
|
queryParameters = {};
|
|
388
391
|
headerParameters = {};
|
|
389
|
-
if (
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
|
|
393
|
-
case 1:
|
|
394
|
-
_a[_b] = _c.sent(); // apiKeyAuth authentication
|
|
395
|
-
_c.label = 2;
|
|
396
|
-
case 2:
|
|
392
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
393
|
+
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
394
|
+
}
|
|
397
395
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
398
396
|
token = this.configuration.accessToken;
|
|
397
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
399
398
|
return [4 /*yield*/, token("bearerAuth", [])];
|
|
399
|
+
case 1:
|
|
400
|
+
_a = _b.sent();
|
|
401
|
+
return [3 /*break*/, 3];
|
|
402
|
+
case 2:
|
|
403
|
+
_a = token;
|
|
404
|
+
_b.label = 3;
|
|
400
405
|
case 3:
|
|
401
|
-
tokenString =
|
|
406
|
+
tokenString = _a;
|
|
402
407
|
if (tokenString) {
|
|
403
408
|
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
404
409
|
}
|
|
405
|
-
|
|
410
|
+
_b.label = 4;
|
|
406
411
|
case 4:
|
|
407
|
-
|
|
412
|
+
_b.trys.push([4, 6, , 7]);
|
|
408
413
|
return [4 /*yield*/, this.request({
|
|
409
414
|
path: "/inventories/me/statistics",
|
|
410
415
|
method: 'GET',
|
|
411
416
|
headers: headerParameters,
|
|
412
417
|
query: queryParameters,
|
|
413
|
-
}
|
|
418
|
+
})];
|
|
414
419
|
case 5:
|
|
415
|
-
response =
|
|
420
|
+
response = _b.sent();
|
|
416
421
|
contentType = response.headers.get("content-type");
|
|
417
422
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
418
|
-
return [2 /*return*/, new
|
|
423
|
+
return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.StatisticsFromJSON)(jsonValue); })];
|
|
419
424
|
}
|
|
420
425
|
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
421
|
-
return [2 /*return*/, new
|
|
426
|
+
return [2 /*return*/, new runtime_1.TextApiResponse(response)];
|
|
422
427
|
}
|
|
423
428
|
else {
|
|
424
429
|
// TODO : Better handling of others application types
|
|
425
|
-
return [2 /*return*/, new
|
|
430
|
+
return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
|
|
426
431
|
}
|
|
427
432
|
return [3 /*break*/, 7];
|
|
428
433
|
case 6:
|
|
429
|
-
response_4 =
|
|
434
|
+
response_4 = _b.sent();
|
|
430
435
|
console.debug(response_4);
|
|
431
436
|
throw response_4;
|
|
432
437
|
case 7: return [2 /*return*/];
|
|
@@ -437,12 +442,12 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
437
442
|
/**
|
|
438
443
|
* Get advices statistics
|
|
439
444
|
*/
|
|
440
|
-
SearchInventoryApi.prototype.getCurrentInventoryStatistics = function (
|
|
445
|
+
SearchInventoryApi.prototype.getCurrentInventoryStatistics = function () {
|
|
441
446
|
return __awaiter(this, void 0, void 0, function () {
|
|
442
447
|
var response;
|
|
443
448
|
return __generator(this, function (_a) {
|
|
444
449
|
switch (_a.label) {
|
|
445
|
-
case 0: return [4 /*yield*/, this.getCurrentInventoryStatisticsRaw(
|
|
450
|
+
case 0: return [4 /*yield*/, this.getCurrentInventoryStatisticsRaw()];
|
|
446
451
|
case 1:
|
|
447
452
|
response = _a.sent();
|
|
448
453
|
return [4 /*yield*/, response.value()];
|
|
@@ -455,55 +460,57 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
455
460
|
* Allow to retrieve informations about synchronization between the inventory and its sources. Theses informations (such as last successful synchronization) can be used to monitor the freshness of data computed. Note : \'synchroneity\' is not mispelled !
|
|
456
461
|
* Get synchronization state of inventory
|
|
457
462
|
*/
|
|
458
|
-
SearchInventoryApi.prototype.getCurrentInventorySynchroneityRaw = function (
|
|
463
|
+
SearchInventoryApi.prototype.getCurrentInventorySynchroneityRaw = function () {
|
|
459
464
|
return __awaiter(this, void 0, void 0, function () {
|
|
460
|
-
var queryParameters, headerParameters,
|
|
461
|
-
return __generator(this, function (
|
|
462
|
-
switch (
|
|
465
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_5;
|
|
466
|
+
return __generator(this, function (_b) {
|
|
467
|
+
switch (_b.label) {
|
|
463
468
|
case 0:
|
|
464
469
|
queryParameters = {};
|
|
465
470
|
headerParameters = {};
|
|
466
|
-
if (
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
|
|
470
|
-
case 1:
|
|
471
|
-
_a[_b] = _c.sent(); // apiKeyAuth authentication
|
|
472
|
-
_c.label = 2;
|
|
473
|
-
case 2:
|
|
471
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
472
|
+
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
473
|
+
}
|
|
474
474
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
475
475
|
token = this.configuration.accessToken;
|
|
476
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
476
477
|
return [4 /*yield*/, token("bearerAuth", [])];
|
|
478
|
+
case 1:
|
|
479
|
+
_a = _b.sent();
|
|
480
|
+
return [3 /*break*/, 3];
|
|
481
|
+
case 2:
|
|
482
|
+
_a = token;
|
|
483
|
+
_b.label = 3;
|
|
477
484
|
case 3:
|
|
478
|
-
tokenString =
|
|
485
|
+
tokenString = _a;
|
|
479
486
|
if (tokenString) {
|
|
480
487
|
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
481
488
|
}
|
|
482
|
-
|
|
489
|
+
_b.label = 4;
|
|
483
490
|
case 4:
|
|
484
|
-
|
|
491
|
+
_b.trys.push([4, 6, , 7]);
|
|
485
492
|
return [4 /*yield*/, this.request({
|
|
486
493
|
path: "/inventories/me/synchroneity",
|
|
487
494
|
method: 'GET',
|
|
488
495
|
headers: headerParameters,
|
|
489
496
|
query: queryParameters,
|
|
490
|
-
}
|
|
497
|
+
})];
|
|
491
498
|
case 5:
|
|
492
|
-
response =
|
|
499
|
+
response = _b.sent();
|
|
493
500
|
contentType = response.headers.get("content-type");
|
|
494
501
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
495
|
-
return [2 /*return*/, new
|
|
502
|
+
return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.SynchroneityFromJSON)(jsonValue); })];
|
|
496
503
|
}
|
|
497
504
|
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
498
|
-
return [2 /*return*/, new
|
|
505
|
+
return [2 /*return*/, new runtime_1.TextApiResponse(response)];
|
|
499
506
|
}
|
|
500
507
|
else {
|
|
501
508
|
// TODO : Better handling of others application types
|
|
502
|
-
return [2 /*return*/, new
|
|
509
|
+
return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
|
|
503
510
|
}
|
|
504
511
|
return [3 /*break*/, 7];
|
|
505
512
|
case 6:
|
|
506
|
-
response_5 =
|
|
513
|
+
response_5 = _b.sent();
|
|
507
514
|
console.debug(response_5);
|
|
508
515
|
throw response_5;
|
|
509
516
|
case 7: return [2 /*return*/];
|
|
@@ -515,12 +522,12 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
515
522
|
* Allow to retrieve informations about synchronization between the inventory and its sources. Theses informations (such as last successful synchronization) can be used to monitor the freshness of data computed. Note : \'synchroneity\' is not mispelled !
|
|
516
523
|
* Get synchronization state of inventory
|
|
517
524
|
*/
|
|
518
|
-
SearchInventoryApi.prototype.getCurrentInventorySynchroneity = function (
|
|
525
|
+
SearchInventoryApi.prototype.getCurrentInventorySynchroneity = function () {
|
|
519
526
|
return __awaiter(this, void 0, void 0, function () {
|
|
520
527
|
var response;
|
|
521
528
|
return __generator(this, function (_a) {
|
|
522
529
|
switch (_a.label) {
|
|
523
|
-
case 0: return [4 /*yield*/, this.getCurrentInventorySynchroneityRaw(
|
|
530
|
+
case 0: return [4 /*yield*/, this.getCurrentInventorySynchroneityRaw()];
|
|
524
531
|
case 1:
|
|
525
532
|
response = _a.sent();
|
|
526
533
|
return [4 /*yield*/, response.value()];
|
|
@@ -532,76 +539,78 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
532
539
|
/**
|
|
533
540
|
* Search products with params for an inventory
|
|
534
541
|
*/
|
|
535
|
-
SearchInventoryApi.prototype.getInventoryActiveProductsRaw = function (requestParameters
|
|
542
|
+
SearchInventoryApi.prototype.getInventoryActiveProductsRaw = function (requestParameters) {
|
|
536
543
|
return __awaiter(this, void 0, void 0, function () {
|
|
537
|
-
var queryParameters, headerParameters,
|
|
538
|
-
return __generator(this, function (
|
|
539
|
-
switch (
|
|
544
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_6;
|
|
545
|
+
return __generator(this, function (_b) {
|
|
546
|
+
switch (_b.label) {
|
|
540
547
|
case 0:
|
|
541
|
-
if (requestParameters
|
|
542
|
-
throw new
|
|
548
|
+
if (requestParameters.inventoryId === null || requestParameters.inventoryId === undefined) {
|
|
549
|
+
throw new runtime_1.RequiredError('inventoryId', 'Required parameter requestParameters.inventoryId was null or undefined when calling getInventoryActiveProducts.');
|
|
543
550
|
}
|
|
544
551
|
queryParameters = {};
|
|
545
|
-
if (requestParameters
|
|
546
|
-
queryParameters['q'] = requestParameters
|
|
552
|
+
if (requestParameters.q !== undefined) {
|
|
553
|
+
queryParameters['q'] = requestParameters.q;
|
|
547
554
|
}
|
|
548
|
-
if (requestParameters
|
|
549
|
-
queryParameters['lab[eq]'] = requestParameters
|
|
555
|
+
if (requestParameters.labEq) {
|
|
556
|
+
queryParameters['lab[eq]'] = requestParameters.labEq;
|
|
550
557
|
}
|
|
551
|
-
if (requestParameters
|
|
552
|
-
queryParameters['pt[eq]'] = requestParameters
|
|
558
|
+
if (requestParameters.ptEq !== undefined) {
|
|
559
|
+
queryParameters['pt[eq]'] = requestParameters.ptEq;
|
|
553
560
|
}
|
|
554
|
-
if (requestParameters
|
|
555
|
-
queryParameters['orderBy'] = requestParameters
|
|
561
|
+
if (requestParameters.orderBy !== undefined) {
|
|
562
|
+
queryParameters['orderBy'] = requestParameters.orderBy;
|
|
556
563
|
}
|
|
557
|
-
if (requestParameters
|
|
558
|
-
queryParameters['p'] = requestParameters
|
|
564
|
+
if (requestParameters.p !== undefined) {
|
|
565
|
+
queryParameters['p'] = requestParameters.p;
|
|
559
566
|
}
|
|
560
|
-
if (requestParameters
|
|
561
|
-
queryParameters['pp'] = requestParameters
|
|
567
|
+
if (requestParameters.pp !== undefined) {
|
|
568
|
+
queryParameters['pp'] = requestParameters.pp;
|
|
562
569
|
}
|
|
563
570
|
headerParameters = {};
|
|
564
|
-
if (
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
|
|
568
|
-
case 1:
|
|
569
|
-
_a[_b] = _c.sent(); // apiKeyAuth authentication
|
|
570
|
-
_c.label = 2;
|
|
571
|
-
case 2:
|
|
571
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
572
|
+
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
573
|
+
}
|
|
572
574
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
573
575
|
token = this.configuration.accessToken;
|
|
576
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
574
577
|
return [4 /*yield*/, token("bearerAuth", [])];
|
|
578
|
+
case 1:
|
|
579
|
+
_a = _b.sent();
|
|
580
|
+
return [3 /*break*/, 3];
|
|
581
|
+
case 2:
|
|
582
|
+
_a = token;
|
|
583
|
+
_b.label = 3;
|
|
575
584
|
case 3:
|
|
576
|
-
tokenString =
|
|
585
|
+
tokenString = _a;
|
|
577
586
|
if (tokenString) {
|
|
578
587
|
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
579
588
|
}
|
|
580
|
-
|
|
589
|
+
_b.label = 4;
|
|
581
590
|
case 4:
|
|
582
|
-
|
|
591
|
+
_b.trys.push([4, 6, , 7]);
|
|
583
592
|
return [4 /*yield*/, this.request({
|
|
584
|
-
path: "/inventories/{inventoryId}/active-products".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters
|
|
593
|
+
path: "/inventories/{inventoryId}/active-products".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters.inventoryId))),
|
|
585
594
|
method: 'GET',
|
|
586
595
|
headers: headerParameters,
|
|
587
596
|
query: queryParameters,
|
|
588
|
-
}
|
|
597
|
+
})];
|
|
589
598
|
case 5:
|
|
590
|
-
response =
|
|
599
|
+
response = _b.sent();
|
|
591
600
|
contentType = response.headers.get("content-type");
|
|
592
601
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
593
|
-
return [2 /*return*/, new
|
|
602
|
+
return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.PaginatedActiveProductsFromJSON)(jsonValue); })];
|
|
594
603
|
}
|
|
595
604
|
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
596
|
-
return [2 /*return*/, new
|
|
605
|
+
return [2 /*return*/, new runtime_1.TextApiResponse(response)];
|
|
597
606
|
}
|
|
598
607
|
else {
|
|
599
608
|
// TODO : Better handling of others application types
|
|
600
|
-
return [2 /*return*/, new
|
|
609
|
+
return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
|
|
601
610
|
}
|
|
602
611
|
return [3 /*break*/, 7];
|
|
603
612
|
case 6:
|
|
604
|
-
response_6 =
|
|
613
|
+
response_6 = _b.sent();
|
|
605
614
|
console.debug(response_6);
|
|
606
615
|
throw response_6;
|
|
607
616
|
case 7: return [2 /*return*/];
|
|
@@ -612,12 +621,12 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
612
621
|
/**
|
|
613
622
|
* Search products with params for an inventory
|
|
614
623
|
*/
|
|
615
|
-
SearchInventoryApi.prototype.getInventoryActiveProducts = function (requestParameters
|
|
624
|
+
SearchInventoryApi.prototype.getInventoryActiveProducts = function (requestParameters) {
|
|
616
625
|
return __awaiter(this, void 0, void 0, function () {
|
|
617
626
|
var response;
|
|
618
627
|
return __generator(this, function (_a) {
|
|
619
628
|
switch (_a.label) {
|
|
620
|
-
case 0: return [4 /*yield*/, this.getInventoryActiveProductsRaw(requestParameters
|
|
629
|
+
case 0: return [4 /*yield*/, this.getInventoryActiveProductsRaw(requestParameters)];
|
|
621
630
|
case 1:
|
|
622
631
|
response = _a.sent();
|
|
623
632
|
return [4 /*yield*/, response.value()];
|
|
@@ -629,76 +638,78 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
629
638
|
/**
|
|
630
639
|
* Get product\'s where an action is required
|
|
631
640
|
*/
|
|
632
|
-
SearchInventoryApi.prototype.getInventoryMisalignedProductsRaw = function (requestParameters
|
|
641
|
+
SearchInventoryApi.prototype.getInventoryMisalignedProductsRaw = function (requestParameters) {
|
|
633
642
|
return __awaiter(this, void 0, void 0, function () {
|
|
634
|
-
var queryParameters, headerParameters,
|
|
635
|
-
return __generator(this, function (
|
|
636
|
-
switch (
|
|
643
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_7;
|
|
644
|
+
return __generator(this, function (_b) {
|
|
645
|
+
switch (_b.label) {
|
|
637
646
|
case 0:
|
|
638
|
-
if (requestParameters
|
|
639
|
-
throw new
|
|
647
|
+
if (requestParameters.inventoryId === null || requestParameters.inventoryId === undefined) {
|
|
648
|
+
throw new runtime_1.RequiredError('inventoryId', 'Required parameter requestParameters.inventoryId was null or undefined when calling getInventoryMisalignedProducts.');
|
|
640
649
|
}
|
|
641
650
|
queryParameters = {};
|
|
642
|
-
if (requestParameters
|
|
643
|
-
queryParameters['q'] = requestParameters
|
|
651
|
+
if (requestParameters.q !== undefined) {
|
|
652
|
+
queryParameters['q'] = requestParameters.q;
|
|
644
653
|
}
|
|
645
|
-
if (requestParameters
|
|
646
|
-
queryParameters['lab[eq]'] = requestParameters
|
|
654
|
+
if (requestParameters.labEq) {
|
|
655
|
+
queryParameters['lab[eq]'] = requestParameters.labEq;
|
|
647
656
|
}
|
|
648
|
-
if (requestParameters
|
|
649
|
-
queryParameters['pt[eq]'] = requestParameters
|
|
657
|
+
if (requestParameters.ptEq !== undefined) {
|
|
658
|
+
queryParameters['pt[eq]'] = requestParameters.ptEq;
|
|
650
659
|
}
|
|
651
|
-
if (requestParameters
|
|
652
|
-
queryParameters['orderBy'] = requestParameters
|
|
660
|
+
if (requestParameters.orderBy !== undefined) {
|
|
661
|
+
queryParameters['orderBy'] = requestParameters.orderBy;
|
|
653
662
|
}
|
|
654
|
-
if (requestParameters
|
|
655
|
-
queryParameters['p'] = requestParameters
|
|
663
|
+
if (requestParameters.p !== undefined) {
|
|
664
|
+
queryParameters['p'] = requestParameters.p;
|
|
656
665
|
}
|
|
657
|
-
if (requestParameters
|
|
658
|
-
queryParameters['pp'] = requestParameters
|
|
666
|
+
if (requestParameters.pp !== undefined) {
|
|
667
|
+
queryParameters['pp'] = requestParameters.pp;
|
|
659
668
|
}
|
|
660
669
|
headerParameters = {};
|
|
661
|
-
if (
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
|
|
665
|
-
case 1:
|
|
666
|
-
_a[_b] = _c.sent(); // apiKeyAuth authentication
|
|
667
|
-
_c.label = 2;
|
|
668
|
-
case 2:
|
|
670
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
671
|
+
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
672
|
+
}
|
|
669
673
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
670
674
|
token = this.configuration.accessToken;
|
|
675
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
671
676
|
return [4 /*yield*/, token("bearerAuth", [])];
|
|
677
|
+
case 1:
|
|
678
|
+
_a = _b.sent();
|
|
679
|
+
return [3 /*break*/, 3];
|
|
680
|
+
case 2:
|
|
681
|
+
_a = token;
|
|
682
|
+
_b.label = 3;
|
|
672
683
|
case 3:
|
|
673
|
-
tokenString =
|
|
684
|
+
tokenString = _a;
|
|
674
685
|
if (tokenString) {
|
|
675
686
|
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
676
687
|
}
|
|
677
|
-
|
|
688
|
+
_b.label = 4;
|
|
678
689
|
case 4:
|
|
679
|
-
|
|
690
|
+
_b.trys.push([4, 6, , 7]);
|
|
680
691
|
return [4 /*yield*/, this.request({
|
|
681
|
-
path: "/inventories/{inventoryId}/misaligned-products".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters
|
|
692
|
+
path: "/inventories/{inventoryId}/misaligned-products".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters.inventoryId))),
|
|
682
693
|
method: 'GET',
|
|
683
694
|
headers: headerParameters,
|
|
684
695
|
query: queryParameters,
|
|
685
|
-
}
|
|
696
|
+
})];
|
|
686
697
|
case 5:
|
|
687
|
-
response =
|
|
698
|
+
response = _b.sent();
|
|
688
699
|
contentType = response.headers.get("content-type");
|
|
689
700
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
690
|
-
return [2 /*return*/, new
|
|
701
|
+
return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.PaginatedMisalignedProductsFromJSON)(jsonValue); })];
|
|
691
702
|
}
|
|
692
703
|
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
693
|
-
return [2 /*return*/, new
|
|
704
|
+
return [2 /*return*/, new runtime_1.TextApiResponse(response)];
|
|
694
705
|
}
|
|
695
706
|
else {
|
|
696
707
|
// TODO : Better handling of others application types
|
|
697
|
-
return [2 /*return*/, new
|
|
708
|
+
return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
|
|
698
709
|
}
|
|
699
710
|
return [3 /*break*/, 7];
|
|
700
711
|
case 6:
|
|
701
|
-
response_7 =
|
|
712
|
+
response_7 = _b.sent();
|
|
702
713
|
console.debug(response_7);
|
|
703
714
|
throw response_7;
|
|
704
715
|
case 7: return [2 /*return*/];
|
|
@@ -709,12 +720,12 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
709
720
|
/**
|
|
710
721
|
* Get product\'s where an action is required
|
|
711
722
|
*/
|
|
712
|
-
SearchInventoryApi.prototype.getInventoryMisalignedProducts = function (requestParameters
|
|
723
|
+
SearchInventoryApi.prototype.getInventoryMisalignedProducts = function (requestParameters) {
|
|
713
724
|
return __awaiter(this, void 0, void 0, function () {
|
|
714
725
|
var response;
|
|
715
726
|
return __generator(this, function (_a) {
|
|
716
727
|
switch (_a.label) {
|
|
717
|
-
case 0: return [4 /*yield*/, this.getInventoryMisalignedProductsRaw(requestParameters
|
|
728
|
+
case 0: return [4 /*yield*/, this.getInventoryMisalignedProductsRaw(requestParameters)];
|
|
718
729
|
case 1:
|
|
719
730
|
response = _a.sent();
|
|
720
731
|
return [4 /*yield*/, response.value()];
|
|
@@ -726,91 +737,93 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
726
737
|
/**
|
|
727
738
|
* Get products that the pharmacian should destock
|
|
728
739
|
*/
|
|
729
|
-
SearchInventoryApi.prototype.getInventoryOverstockProductsRaw = function (requestParameters
|
|
740
|
+
SearchInventoryApi.prototype.getInventoryOverstockProductsRaw = function (requestParameters) {
|
|
730
741
|
return __awaiter(this, void 0, void 0, function () {
|
|
731
|
-
var queryParameters, headerParameters,
|
|
732
|
-
return __generator(this, function (
|
|
733
|
-
switch (
|
|
742
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_8;
|
|
743
|
+
return __generator(this, function (_b) {
|
|
744
|
+
switch (_b.label) {
|
|
734
745
|
case 0:
|
|
735
|
-
if (requestParameters
|
|
736
|
-
throw new
|
|
746
|
+
if (requestParameters.inventoryId === null || requestParameters.inventoryId === undefined) {
|
|
747
|
+
throw new runtime_1.RequiredError('inventoryId', 'Required parameter requestParameters.inventoryId was null or undefined when calling getInventoryOverstockProducts.');
|
|
737
748
|
}
|
|
738
749
|
queryParameters = {};
|
|
739
|
-
if (requestParameters
|
|
740
|
-
queryParameters['q'] = requestParameters
|
|
750
|
+
if (requestParameters.q !== undefined) {
|
|
751
|
+
queryParameters['q'] = requestParameters.q;
|
|
741
752
|
}
|
|
742
|
-
if (requestParameters
|
|
743
|
-
queryParameters['lab[eq]'] = requestParameters
|
|
753
|
+
if (requestParameters.labEq) {
|
|
754
|
+
queryParameters['lab[eq]'] = requestParameters.labEq;
|
|
744
755
|
}
|
|
745
|
-
if (requestParameters
|
|
746
|
-
queryParameters['pt[eq]'] = requestParameters
|
|
756
|
+
if (requestParameters.ptEq !== undefined) {
|
|
757
|
+
queryParameters['pt[eq]'] = requestParameters.ptEq;
|
|
747
758
|
}
|
|
748
|
-
if (requestParameters
|
|
749
|
-
queryParameters['bl[eq]'] = requestParameters
|
|
759
|
+
if (requestParameters.blEq !== undefined) {
|
|
760
|
+
queryParameters['bl[eq]'] = requestParameters.blEq;
|
|
750
761
|
}
|
|
751
|
-
if (requestParameters
|
|
752
|
-
queryParameters['forecast[gte]'] = requestParameters
|
|
762
|
+
if (requestParameters.forecastGte !== undefined) {
|
|
763
|
+
queryParameters['forecast[gte]'] = requestParameters.forecastGte;
|
|
753
764
|
}
|
|
754
|
-
if (requestParameters
|
|
755
|
-
queryParameters['forecast[lte]'] = requestParameters
|
|
765
|
+
if (requestParameters.forecastLte !== undefined) {
|
|
766
|
+
queryParameters['forecast[lte]'] = requestParameters.forecastLte;
|
|
756
767
|
}
|
|
757
|
-
if (requestParameters
|
|
758
|
-
queryParameters['forecast[pr]'] = requestParameters
|
|
768
|
+
if (requestParameters.forecastPr !== undefined) {
|
|
769
|
+
queryParameters['forecast[pr]'] = requestParameters.forecastPr;
|
|
759
770
|
}
|
|
760
|
-
if (requestParameters
|
|
761
|
-
queryParameters['isUnsold[eq]'] = requestParameters
|
|
771
|
+
if (requestParameters.isUnsoldEq !== undefined) {
|
|
772
|
+
queryParameters['isUnsold[eq]'] = requestParameters.isUnsoldEq;
|
|
762
773
|
}
|
|
763
|
-
if (requestParameters
|
|
764
|
-
queryParameters['orderBy'] = requestParameters
|
|
774
|
+
if (requestParameters.orderBy !== undefined) {
|
|
775
|
+
queryParameters['orderBy'] = requestParameters.orderBy;
|
|
765
776
|
}
|
|
766
|
-
if (requestParameters
|
|
767
|
-
queryParameters['p'] = requestParameters
|
|
777
|
+
if (requestParameters.p !== undefined) {
|
|
778
|
+
queryParameters['p'] = requestParameters.p;
|
|
768
779
|
}
|
|
769
|
-
if (requestParameters
|
|
770
|
-
queryParameters['pp'] = requestParameters
|
|
780
|
+
if (requestParameters.pp !== undefined) {
|
|
781
|
+
queryParameters['pp'] = requestParameters.pp;
|
|
771
782
|
}
|
|
772
783
|
headerParameters = {};
|
|
773
|
-
if (
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
|
|
777
|
-
case 1:
|
|
778
|
-
_a[_b] = _c.sent(); // apiKeyAuth authentication
|
|
779
|
-
_c.label = 2;
|
|
780
|
-
case 2:
|
|
784
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
785
|
+
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
786
|
+
}
|
|
781
787
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
782
788
|
token = this.configuration.accessToken;
|
|
789
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
783
790
|
return [4 /*yield*/, token("bearerAuth", [])];
|
|
791
|
+
case 1:
|
|
792
|
+
_a = _b.sent();
|
|
793
|
+
return [3 /*break*/, 3];
|
|
794
|
+
case 2:
|
|
795
|
+
_a = token;
|
|
796
|
+
_b.label = 3;
|
|
784
797
|
case 3:
|
|
785
|
-
tokenString =
|
|
798
|
+
tokenString = _a;
|
|
786
799
|
if (tokenString) {
|
|
787
800
|
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
788
801
|
}
|
|
789
|
-
|
|
802
|
+
_b.label = 4;
|
|
790
803
|
case 4:
|
|
791
|
-
|
|
804
|
+
_b.trys.push([4, 6, , 7]);
|
|
792
805
|
return [4 /*yield*/, this.request({
|
|
793
|
-
path: "/inventories/{inventoryId}/overstock-products".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters
|
|
806
|
+
path: "/inventories/{inventoryId}/overstock-products".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters.inventoryId))),
|
|
794
807
|
method: 'GET',
|
|
795
808
|
headers: headerParameters,
|
|
796
809
|
query: queryParameters,
|
|
797
|
-
}
|
|
810
|
+
})];
|
|
798
811
|
case 5:
|
|
799
|
-
response =
|
|
812
|
+
response = _b.sent();
|
|
800
813
|
contentType = response.headers.get("content-type");
|
|
801
814
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
802
|
-
return [2 /*return*/, new
|
|
815
|
+
return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.PaginatedOverstockProductsFromJSON)(jsonValue); })];
|
|
803
816
|
}
|
|
804
817
|
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
805
|
-
return [2 /*return*/, new
|
|
818
|
+
return [2 /*return*/, new runtime_1.TextApiResponse(response)];
|
|
806
819
|
}
|
|
807
820
|
else {
|
|
808
821
|
// TODO : Better handling of others application types
|
|
809
|
-
return [2 /*return*/, new
|
|
822
|
+
return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
|
|
810
823
|
}
|
|
811
824
|
return [3 /*break*/, 7];
|
|
812
825
|
case 6:
|
|
813
|
-
response_8 =
|
|
826
|
+
response_8 = _b.sent();
|
|
814
827
|
console.debug(response_8);
|
|
815
828
|
throw response_8;
|
|
816
829
|
case 7: return [2 /*return*/];
|
|
@@ -821,12 +834,12 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
821
834
|
/**
|
|
822
835
|
* Get products that the pharmacian should destock
|
|
823
836
|
*/
|
|
824
|
-
SearchInventoryApi.prototype.getInventoryOverstockProducts = function (requestParameters
|
|
837
|
+
SearchInventoryApi.prototype.getInventoryOverstockProducts = function (requestParameters) {
|
|
825
838
|
return __awaiter(this, void 0, void 0, function () {
|
|
826
839
|
var response;
|
|
827
840
|
return __generator(this, function (_a) {
|
|
828
841
|
switch (_a.label) {
|
|
829
|
-
case 0: return [4 /*yield*/, this.getInventoryOverstockProductsRaw(requestParameters
|
|
842
|
+
case 0: return [4 /*yield*/, this.getInventoryOverstockProductsRaw(requestParameters)];
|
|
830
843
|
case 1:
|
|
831
844
|
response = _a.sent();
|
|
832
845
|
return [4 /*yield*/, response.value()];
|
|
@@ -838,58 +851,60 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
838
851
|
/**
|
|
839
852
|
* Get advices statistics
|
|
840
853
|
*/
|
|
841
|
-
SearchInventoryApi.prototype.getInventoryStatisticsRaw = function (requestParameters
|
|
854
|
+
SearchInventoryApi.prototype.getInventoryStatisticsRaw = function (requestParameters) {
|
|
842
855
|
return __awaiter(this, void 0, void 0, function () {
|
|
843
|
-
var queryParameters, headerParameters,
|
|
844
|
-
return __generator(this, function (
|
|
845
|
-
switch (
|
|
856
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_9;
|
|
857
|
+
return __generator(this, function (_b) {
|
|
858
|
+
switch (_b.label) {
|
|
846
859
|
case 0:
|
|
847
|
-
if (requestParameters
|
|
848
|
-
throw new
|
|
860
|
+
if (requestParameters.inventoryId === null || requestParameters.inventoryId === undefined) {
|
|
861
|
+
throw new runtime_1.RequiredError('inventoryId', 'Required parameter requestParameters.inventoryId was null or undefined when calling getInventoryStatistics.');
|
|
849
862
|
}
|
|
850
863
|
queryParameters = {};
|
|
851
864
|
headerParameters = {};
|
|
852
|
-
if (
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
|
|
856
|
-
case 1:
|
|
857
|
-
_a[_b] = _c.sent(); // apiKeyAuth authentication
|
|
858
|
-
_c.label = 2;
|
|
859
|
-
case 2:
|
|
865
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
866
|
+
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
867
|
+
}
|
|
860
868
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
861
869
|
token = this.configuration.accessToken;
|
|
870
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
862
871
|
return [4 /*yield*/, token("bearerAuth", [])];
|
|
872
|
+
case 1:
|
|
873
|
+
_a = _b.sent();
|
|
874
|
+
return [3 /*break*/, 3];
|
|
875
|
+
case 2:
|
|
876
|
+
_a = token;
|
|
877
|
+
_b.label = 3;
|
|
863
878
|
case 3:
|
|
864
|
-
tokenString =
|
|
879
|
+
tokenString = _a;
|
|
865
880
|
if (tokenString) {
|
|
866
881
|
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
867
882
|
}
|
|
868
|
-
|
|
883
|
+
_b.label = 4;
|
|
869
884
|
case 4:
|
|
870
|
-
|
|
885
|
+
_b.trys.push([4, 6, , 7]);
|
|
871
886
|
return [4 /*yield*/, this.request({
|
|
872
|
-
path: "/inventories/{inventoryId}/statistics".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters
|
|
887
|
+
path: "/inventories/{inventoryId}/statistics".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters.inventoryId))),
|
|
873
888
|
method: 'GET',
|
|
874
889
|
headers: headerParameters,
|
|
875
890
|
query: queryParameters,
|
|
876
|
-
}
|
|
891
|
+
})];
|
|
877
892
|
case 5:
|
|
878
|
-
response =
|
|
893
|
+
response = _b.sent();
|
|
879
894
|
contentType = response.headers.get("content-type");
|
|
880
895
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
881
|
-
return [2 /*return*/, new
|
|
896
|
+
return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.StatisticsFromJSON)(jsonValue); })];
|
|
882
897
|
}
|
|
883
898
|
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
884
|
-
return [2 /*return*/, new
|
|
899
|
+
return [2 /*return*/, new runtime_1.TextApiResponse(response)];
|
|
885
900
|
}
|
|
886
901
|
else {
|
|
887
902
|
// TODO : Better handling of others application types
|
|
888
|
-
return [2 /*return*/, new
|
|
903
|
+
return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
|
|
889
904
|
}
|
|
890
905
|
return [3 /*break*/, 7];
|
|
891
906
|
case 6:
|
|
892
|
-
response_9 =
|
|
907
|
+
response_9 = _b.sent();
|
|
893
908
|
console.debug(response_9);
|
|
894
909
|
throw response_9;
|
|
895
910
|
case 7: return [2 /*return*/];
|
|
@@ -900,12 +915,12 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
900
915
|
/**
|
|
901
916
|
* Get advices statistics
|
|
902
917
|
*/
|
|
903
|
-
SearchInventoryApi.prototype.getInventoryStatistics = function (requestParameters
|
|
918
|
+
SearchInventoryApi.prototype.getInventoryStatistics = function (requestParameters) {
|
|
904
919
|
return __awaiter(this, void 0, void 0, function () {
|
|
905
920
|
var response;
|
|
906
921
|
return __generator(this, function (_a) {
|
|
907
922
|
switch (_a.label) {
|
|
908
|
-
case 0: return [4 /*yield*/, this.getInventoryStatisticsRaw(requestParameters
|
|
923
|
+
case 0: return [4 /*yield*/, this.getInventoryStatisticsRaw(requestParameters)];
|
|
909
924
|
case 1:
|
|
910
925
|
response = _a.sent();
|
|
911
926
|
return [4 /*yield*/, response.value()];
|
|
@@ -918,58 +933,60 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
918
933
|
* Allow to retrieve informations about synchronization between the inventory and its sources. Theses informations (such as last successful synchronization) can be used to monitor the freshness of data computed. Note : \'synchroneity\' is not mispelled !
|
|
919
934
|
* Get synchronization state of inventory
|
|
920
935
|
*/
|
|
921
|
-
SearchInventoryApi.prototype.getInventorySynchroneityRaw = function (requestParameters
|
|
936
|
+
SearchInventoryApi.prototype.getInventorySynchroneityRaw = function (requestParameters) {
|
|
922
937
|
return __awaiter(this, void 0, void 0, function () {
|
|
923
|
-
var queryParameters, headerParameters,
|
|
924
|
-
return __generator(this, function (
|
|
925
|
-
switch (
|
|
938
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_10;
|
|
939
|
+
return __generator(this, function (_b) {
|
|
940
|
+
switch (_b.label) {
|
|
926
941
|
case 0:
|
|
927
|
-
if (requestParameters
|
|
928
|
-
throw new
|
|
942
|
+
if (requestParameters.inventoryId === null || requestParameters.inventoryId === undefined) {
|
|
943
|
+
throw new runtime_1.RequiredError('inventoryId', 'Required parameter requestParameters.inventoryId was null or undefined when calling getInventorySynchroneity.');
|
|
929
944
|
}
|
|
930
945
|
queryParameters = {};
|
|
931
946
|
headerParameters = {};
|
|
932
|
-
if (
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
return [4 /*yield*/, this.configuration.apiKey("x-api-key")];
|
|
936
|
-
case 1:
|
|
937
|
-
_a[_b] = _c.sent(); // apiKeyAuth authentication
|
|
938
|
-
_c.label = 2;
|
|
939
|
-
case 2:
|
|
947
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
948
|
+
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
949
|
+
}
|
|
940
950
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
941
951
|
token = this.configuration.accessToken;
|
|
952
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
942
953
|
return [4 /*yield*/, token("bearerAuth", [])];
|
|
954
|
+
case 1:
|
|
955
|
+
_a = _b.sent();
|
|
956
|
+
return [3 /*break*/, 3];
|
|
957
|
+
case 2:
|
|
958
|
+
_a = token;
|
|
959
|
+
_b.label = 3;
|
|
943
960
|
case 3:
|
|
944
|
-
tokenString =
|
|
961
|
+
tokenString = _a;
|
|
945
962
|
if (tokenString) {
|
|
946
963
|
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
947
964
|
}
|
|
948
|
-
|
|
965
|
+
_b.label = 4;
|
|
949
966
|
case 4:
|
|
950
|
-
|
|
967
|
+
_b.trys.push([4, 6, , 7]);
|
|
951
968
|
return [4 /*yield*/, this.request({
|
|
952
|
-
path: "/inventories/{inventoryId}/synchroneity".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters
|
|
969
|
+
path: "/inventories/{inventoryId}/synchroneity".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters.inventoryId))),
|
|
953
970
|
method: 'GET',
|
|
954
971
|
headers: headerParameters,
|
|
955
972
|
query: queryParameters,
|
|
956
|
-
}
|
|
973
|
+
})];
|
|
957
974
|
case 5:
|
|
958
|
-
response =
|
|
975
|
+
response = _b.sent();
|
|
959
976
|
contentType = response.headers.get("content-type");
|
|
960
977
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
961
|
-
return [2 /*return*/, new
|
|
978
|
+
return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.SynchroneityFromJSON)(jsonValue); })];
|
|
962
979
|
}
|
|
963
980
|
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
964
|
-
return [2 /*return*/, new
|
|
981
|
+
return [2 /*return*/, new runtime_1.TextApiResponse(response)];
|
|
965
982
|
}
|
|
966
983
|
else {
|
|
967
984
|
// TODO : Better handling of others application types
|
|
968
|
-
return [2 /*return*/, new
|
|
985
|
+
return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
|
|
969
986
|
}
|
|
970
987
|
return [3 /*break*/, 7];
|
|
971
988
|
case 6:
|
|
972
|
-
response_10 =
|
|
989
|
+
response_10 = _b.sent();
|
|
973
990
|
console.debug(response_10);
|
|
974
991
|
throw response_10;
|
|
975
992
|
case 7: return [2 /*return*/];
|
|
@@ -981,12 +998,12 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
981
998
|
* Allow to retrieve informations about synchronization between the inventory and its sources. Theses informations (such as last successful synchronization) can be used to monitor the freshness of data computed. Note : \'synchroneity\' is not mispelled !
|
|
982
999
|
* Get synchronization state of inventory
|
|
983
1000
|
*/
|
|
984
|
-
SearchInventoryApi.prototype.getInventorySynchroneity = function (requestParameters
|
|
1001
|
+
SearchInventoryApi.prototype.getInventorySynchroneity = function (requestParameters) {
|
|
985
1002
|
return __awaiter(this, void 0, void 0, function () {
|
|
986
1003
|
var response;
|
|
987
1004
|
return __generator(this, function (_a) {
|
|
988
1005
|
switch (_a.label) {
|
|
989
|
-
case 0: return [4 /*yield*/, this.getInventorySynchroneityRaw(requestParameters
|
|
1006
|
+
case 0: return [4 /*yield*/, this.getInventorySynchroneityRaw(requestParameters)];
|
|
990
1007
|
case 1:
|
|
991
1008
|
response = _a.sent();
|
|
992
1009
|
return [4 /*yield*/, response.value()];
|
|
@@ -996,89 +1013,101 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
996
1013
|
});
|
|
997
1014
|
};
|
|
998
1015
|
return SearchInventoryApi;
|
|
999
|
-
}(
|
|
1016
|
+
}(runtime_1.BaseAPI));
|
|
1000
1017
|
exports.SearchInventoryApi = SearchInventoryApi;
|
|
1001
1018
|
/**
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1019
|
+
* @export
|
|
1020
|
+
* @enum {string}
|
|
1021
|
+
*/
|
|
1022
|
+
var GetCurrentInventoryActiveProductsOrderByEnum;
|
|
1023
|
+
(function (GetCurrentInventoryActiveProductsOrderByEnum) {
|
|
1024
|
+
GetCurrentInventoryActiveProductsOrderByEnum["PRODUCTNAMEasc"] = "PRODUCT_NAME:asc";
|
|
1025
|
+
GetCurrentInventoryActiveProductsOrderByEnum["PRODUCTNAMEdesc"] = "PRODUCT_NAME:desc";
|
|
1026
|
+
GetCurrentInventoryActiveProductsOrderByEnum["PRODUCTBARCODESPRINCIPALasc"] = "PRODUCT_BARCODES_PRINCIPAL:asc";
|
|
1027
|
+
GetCurrentInventoryActiveProductsOrderByEnum["PRODUCTBARCODESPRINCIPALdesc"] = "PRODUCT_BARCODES_PRINCIPAL:desc";
|
|
1028
|
+
GetCurrentInventoryActiveProductsOrderByEnum["ACTIVESTOCKasc"] = "ACTIVE_STOCK:asc";
|
|
1029
|
+
GetCurrentInventoryActiveProductsOrderByEnum["ACTIVESTOCKdesc"] = "ACTIVE_STOCK:desc";
|
|
1030
|
+
GetCurrentInventoryActiveProductsOrderByEnum["TOTALACTIVESALEOFFERSasc"] = "TOTAL_ACTIVE_SALE_OFFERS:asc";
|
|
1031
|
+
GetCurrentInventoryActiveProductsOrderByEnum["TOTALACTIVESALEOFFERSdesc"] = "TOTAL_ACTIVE_SALE_OFFERS:desc";
|
|
1032
|
+
GetCurrentInventoryActiveProductsOrderByEnum["SYNCRHONIZEDasc"] = "SYNCRHONIZED:asc";
|
|
1033
|
+
GetCurrentInventoryActiveProductsOrderByEnum["SYNCRHONIZEDdesc"] = "SYNCRHONIZED:desc";
|
|
1034
|
+
})(GetCurrentInventoryActiveProductsOrderByEnum = exports.GetCurrentInventoryActiveProductsOrderByEnum || (exports.GetCurrentInventoryActiveProductsOrderByEnum = {}));
|
|
1016
1035
|
/**
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1036
|
+
* @export
|
|
1037
|
+
* @enum {string}
|
|
1038
|
+
*/
|
|
1039
|
+
var GetCurrentInventoryMisalignedProductsOrderByEnum;
|
|
1040
|
+
(function (GetCurrentInventoryMisalignedProductsOrderByEnum) {
|
|
1041
|
+
GetCurrentInventoryMisalignedProductsOrderByEnum["PRODUCTNAMEASC"] = "PRODUCT_NAME:ASC";
|
|
1042
|
+
GetCurrentInventoryMisalignedProductsOrderByEnum["PRODUCTNAMEDESC"] = "PRODUCT_NAME:DESC";
|
|
1043
|
+
GetCurrentInventoryMisalignedProductsOrderByEnum["CURRENTSTOCKASC"] = "CURRENT_STOCK:ASC";
|
|
1044
|
+
GetCurrentInventoryMisalignedProductsOrderByEnum["CURRENTSTOCKDESC"] = "CURRENT_STOCK:DESC";
|
|
1045
|
+
GetCurrentInventoryMisalignedProductsOrderByEnum["ACTIVESTOCKASC"] = "ACTIVE_STOCK:ASC";
|
|
1046
|
+
GetCurrentInventoryMisalignedProductsOrderByEnum["ACTIVESTOCKDESC"] = "ACTIVE_STOCK:DESC";
|
|
1047
|
+
GetCurrentInventoryMisalignedProductsOrderByEnum["TOTALACTIVESALEOFFERSASC"] = "TOTAL_ACTIVE_SALE_OFFERS:ASC";
|
|
1048
|
+
GetCurrentInventoryMisalignedProductsOrderByEnum["TOTALACTIVESALEOFFERSDESC"] = "TOTAL_ACTIVE_SALE_OFFERS:DESC";
|
|
1049
|
+
})(GetCurrentInventoryMisalignedProductsOrderByEnum = exports.GetCurrentInventoryMisalignedProductsOrderByEnum || (exports.GetCurrentInventoryMisalignedProductsOrderByEnum = {}));
|
|
1029
1050
|
/**
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1051
|
+
* @export
|
|
1052
|
+
* @enum {string}
|
|
1053
|
+
*/
|
|
1054
|
+
var GetCurrentInventoryOverstockProductsOrderByEnum;
|
|
1055
|
+
(function (GetCurrentInventoryOverstockProductsOrderByEnum) {
|
|
1056
|
+
GetCurrentInventoryOverstockProductsOrderByEnum["PRODUCTNAMEASC"] = "PRODUCT_NAME:ASC";
|
|
1057
|
+
GetCurrentInventoryOverstockProductsOrderByEnum["PRODUCTNAMEDESC"] = "PRODUCT_NAME:DESC";
|
|
1058
|
+
GetCurrentInventoryOverstockProductsOrderByEnum["CURRENTSTOCKASC"] = "CURRENT_STOCK:ASC";
|
|
1059
|
+
GetCurrentInventoryOverstockProductsOrderByEnum["CURRENTSTOCKDESC"] = "CURRENT_STOCK:DESC";
|
|
1060
|
+
GetCurrentInventoryOverstockProductsOrderByEnum["CURRENTOVERSTOCKASC"] = "CURRENT_OVERSTOCK:ASC";
|
|
1061
|
+
GetCurrentInventoryOverstockProductsOrderByEnum["CURRENTOVERSTOCKDESC"] = "CURRENT_OVERSTOCK:DESC";
|
|
1062
|
+
GetCurrentInventoryOverstockProductsOrderByEnum["OPPORTUNITYDESC"] = "OPPORTUNITY:DESC";
|
|
1063
|
+
GetCurrentInventoryOverstockProductsOrderByEnum["OPPORTUNITYASC"] = "OPPORTUNITY:ASC";
|
|
1064
|
+
GetCurrentInventoryOverstockProductsOrderByEnum["FORECASTDESC"] = "FORECAST:DESC";
|
|
1065
|
+
GetCurrentInventoryOverstockProductsOrderByEnum["FORECASTASC"] = "FORECAST:ASC";
|
|
1066
|
+
})(GetCurrentInventoryOverstockProductsOrderByEnum = exports.GetCurrentInventoryOverstockProductsOrderByEnum || (exports.GetCurrentInventoryOverstockProductsOrderByEnum = {}));
|
|
1044
1067
|
/**
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1068
|
+
* @export
|
|
1069
|
+
* @enum {string}
|
|
1070
|
+
*/
|
|
1071
|
+
var GetInventoryActiveProductsOrderByEnum;
|
|
1072
|
+
(function (GetInventoryActiveProductsOrderByEnum) {
|
|
1073
|
+
GetInventoryActiveProductsOrderByEnum["PRODUCTNAMEasc"] = "PRODUCT_NAME:asc";
|
|
1074
|
+
GetInventoryActiveProductsOrderByEnum["PRODUCTNAMEdesc"] = "PRODUCT_NAME:desc";
|
|
1075
|
+
GetInventoryActiveProductsOrderByEnum["ACTIVESTOCKasc"] = "ACTIVE_STOCK:asc";
|
|
1076
|
+
GetInventoryActiveProductsOrderByEnum["ACTIVESTOCKdesc"] = "ACTIVE_STOCK:desc";
|
|
1077
|
+
GetInventoryActiveProductsOrderByEnum["TOTALACTIVESALEOFFERSasc"] = "TOTAL_ACTIVE_SALE_OFFERS:asc";
|
|
1078
|
+
GetInventoryActiveProductsOrderByEnum["TOTALACTIVESALEOFFERSdesc"] = "TOTAL_ACTIVE_SALE_OFFERS:desc";
|
|
1079
|
+
GetInventoryActiveProductsOrderByEnum["SYNCRHONIZEDasc"] = "SYNCRHONIZED:asc";
|
|
1080
|
+
GetInventoryActiveProductsOrderByEnum["SYNCRHONIZEDdesc"] = "SYNCRHONIZED:desc";
|
|
1081
|
+
})(GetInventoryActiveProductsOrderByEnum = exports.GetInventoryActiveProductsOrderByEnum || (exports.GetInventoryActiveProductsOrderByEnum = {}));
|
|
1057
1082
|
/**
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1083
|
+
* @export
|
|
1084
|
+
* @enum {string}
|
|
1085
|
+
*/
|
|
1086
|
+
var GetInventoryMisalignedProductsOrderByEnum;
|
|
1087
|
+
(function (GetInventoryMisalignedProductsOrderByEnum) {
|
|
1088
|
+
GetInventoryMisalignedProductsOrderByEnum["PRODUCTNAMEASC"] = "PRODUCT_NAME:ASC";
|
|
1089
|
+
GetInventoryMisalignedProductsOrderByEnum["PRODUCTNAMEDESC"] = "PRODUCT_NAME:DESC";
|
|
1090
|
+
GetInventoryMisalignedProductsOrderByEnum["CURRENTSTOCKASC"] = "CURRENT_STOCK:ASC";
|
|
1091
|
+
GetInventoryMisalignedProductsOrderByEnum["CURRENTSTOCKDESC"] = "CURRENT_STOCK:DESC";
|
|
1092
|
+
GetInventoryMisalignedProductsOrderByEnum["ACTIVESTOCKASC"] = "ACTIVE_STOCK:ASC";
|
|
1093
|
+
GetInventoryMisalignedProductsOrderByEnum["ACTIVESTOCKDESC"] = "ACTIVE_STOCK:DESC";
|
|
1094
|
+
GetInventoryMisalignedProductsOrderByEnum["TOTALACTIVESALEOFFERSASC"] = "TOTAL_ACTIVE_SALE_OFFERS:ASC";
|
|
1095
|
+
GetInventoryMisalignedProductsOrderByEnum["TOTALACTIVESALEOFFERSDESC"] = "TOTAL_ACTIVE_SALE_OFFERS:DESC";
|
|
1096
|
+
})(GetInventoryMisalignedProductsOrderByEnum = exports.GetInventoryMisalignedProductsOrderByEnum || (exports.GetInventoryMisalignedProductsOrderByEnum = {}));
|
|
1070
1097
|
/**
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1098
|
+
* @export
|
|
1099
|
+
* @enum {string}
|
|
1100
|
+
*/
|
|
1101
|
+
var GetInventoryOverstockProductsOrderByEnum;
|
|
1102
|
+
(function (GetInventoryOverstockProductsOrderByEnum) {
|
|
1103
|
+
GetInventoryOverstockProductsOrderByEnum["PRODUCTNAMEASC"] = "PRODUCT_NAME:ASC";
|
|
1104
|
+
GetInventoryOverstockProductsOrderByEnum["PRODUCTNAMEDESC"] = "PRODUCT_NAME:DESC";
|
|
1105
|
+
GetInventoryOverstockProductsOrderByEnum["CURRENTSTOCKASC"] = "CURRENT_STOCK:ASC";
|
|
1106
|
+
GetInventoryOverstockProductsOrderByEnum["CURRENTSTOCKDESC"] = "CURRENT_STOCK:DESC";
|
|
1107
|
+
GetInventoryOverstockProductsOrderByEnum["CURRENTOVERSTOCKASC"] = "CURRENT_OVERSTOCK:ASC";
|
|
1108
|
+
GetInventoryOverstockProductsOrderByEnum["CURRENTOVERSTOCKDESC"] = "CURRENT_OVERSTOCK:DESC";
|
|
1109
|
+
GetInventoryOverstockProductsOrderByEnum["OPPORTUNITYDESC"] = "OPPORTUNITY:DESC";
|
|
1110
|
+
GetInventoryOverstockProductsOrderByEnum["OPPORTUNITYASC"] = "OPPORTUNITY:ASC";
|
|
1111
|
+
GetInventoryOverstockProductsOrderByEnum["FORECASTDESC"] = "FORECAST:DESC";
|
|
1112
|
+
GetInventoryOverstockProductsOrderByEnum["FORECASTASC"] = "FORECAST:ASC";
|
|
1113
|
+
})(GetInventoryOverstockProductsOrderByEnum = exports.GetInventoryOverstockProductsOrderByEnum || (exports.GetInventoryOverstockProductsOrderByEnum = {}));
|