@fenixalliance/abs-api-client 1.0.1 → 2.0.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/FenixAlliance.ABP.SDK.TypeScript.xml +8 -0
- package/LICENSE +21 -21
- package/LICENSE.md +35 -35
- package/README.md +299 -299
- package/THIRD_PARTY_NOTICES.md +129 -129
- package/app/index.ts +5 -0
- package/clients/cartService/core/ApiError.ts +25 -25
- package/clients/cartService/core/ApiRequestOptions.ts +17 -17
- package/clients/cartService/core/ApiResult.ts +11 -11
- package/clients/cartService/core/CancelablePromise.ts +131 -131
- package/clients/cartService/core/OpenAPI.ts +32 -32
- package/clients/cartService/core/request.ts +322 -322
- package/clients/cartService/index.ts +41 -52
- package/clients/cartService/models/AddProductToCompareRequest.ts +10 -10
- package/clients/cartService/models/BooleanEnvelope.ts +13 -13
- package/clients/cartService/models/CartDto.ts +18 -17
- package/clients/cartService/models/CartDtoEnvelope.ts +14 -14
- package/clients/cartService/models/CartUpdateRequest.ts +9 -0
- package/clients/cartService/models/CountryDto.ts +14 -0
- package/clients/{tenantService/models/WalletDtoTaskEnvelope.ts → cartService/models/CountryDtoEnvelope.ts} +14 -14
- package/clients/cartService/models/CountrySwitchRequest.ts +9 -0
- package/clients/cartService/models/CurrencyDto.ts +13 -0
- package/clients/cartService/models/CurrencyDtoEnvelope.ts +14 -0
- package/clients/cartService/models/CurrencySwitchRequest.ts +9 -9
- package/clients/cartService/models/EmptyEnvelope.ts +11 -0
- package/clients/cartService/models/ErrorEnvelope.ts +12 -12
- package/clients/cartService/models/ItemCartRecordCreateDto.ts +12 -11
- package/clients/cartService/models/ItemCartRecordDto.ts +101 -98
- package/clients/cartService/models/ItemCartRecordDtoEnvelope.ts +14 -14
- package/clients/{catalogService/models/ItemTagDtoIReadOnlyCollectionEnvelope.ts → cartService/models/ItemCartRecordDtoListEnvelope.ts} +14 -14
- package/clients/cartService/models/ItemCartRecordUpdateDto.ts +10 -10
- package/clients/cartService/models/ItemToCompareCartRecordDto.ts +11 -11
- package/clients/cartService/models/ItemToCompareCartRecordDtoEnvelope.ts +14 -14
- package/clients/cartService/models/{ItemToCompareCartRecordDtoIReadOnlyListEnvelope.ts → ItemToCompareCartRecordDtoListEnvelope.ts} +14 -14
- package/clients/cartService/models/NewWishListRequest.ts +11 -11
- package/clients/cartService/models/ProductToWishListRequest.ts +9 -9
- package/clients/cartService/models/WishListDto.ts +13 -12
- package/clients/cartService/models/WishListDtoEnvelope.ts +14 -14
- package/clients/cartService/models/WishListItemRecordDto.ts +11 -11
- package/clients/cartService/models/WishListUpdateDto.ts +10 -10
- package/clients/cartService/services/CartsService.ts +902 -103
- package/clients/cartService/services/CompareService.ts +90 -89
- package/clients/cartService/services/RecordsService.ts +259 -206
- package/clients/cartService/services/WishListsService.ts +197 -145
- package/clients/catalogService/core/ApiError.ts +25 -25
- package/clients/catalogService/core/ApiRequestOptions.ts +17 -17
- package/clients/catalogService/core/ApiResult.ts +11 -11
- package/clients/catalogService/core/CancelablePromise.ts +131 -131
- package/clients/catalogService/core/OpenAPI.ts +32 -32
- package/clients/catalogService/core/request.ts +322 -322
- package/clients/catalogService/index.ts +102 -124
- package/clients/catalogService/models/EmptyEnvelope.ts +11 -0
- package/clients/catalogService/models/ErrorEnvelope.ts +12 -12
- package/clients/catalogService/models/ItemAttachmentCreateDto.ts +21 -23
- package/clients/catalogService/models/ItemAttachmentDto.ts +30 -28
- package/clients/catalogService/models/ItemAttachmentDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemAttachmentDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemAttachmentUpdateDto.ts +19 -19
- package/clients/catalogService/models/ItemAttributeCreateDto.ts +12 -11
- package/clients/catalogService/models/ItemAttributeDto.ts +12 -12
- package/clients/catalogService/models/ItemAttributeDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/{ItemAttributeDtoIReadOnlyCollectionEnvelope.ts → ItemAttributeDtoListEnvelope.ts} +14 -14
- package/clients/catalogService/models/ItemAttributeOptionDto.ts +12 -12
- package/clients/catalogService/models/ItemAttributeOptionDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemAttributeOptionDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemAttributeUpdateDto.ts +9 -9
- package/clients/catalogService/models/ItemBrandCreateDto.ts +17 -16
- package/clients/catalogService/models/ItemBrandDto.ts +17 -17
- package/clients/catalogService/models/ItemBrandDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemBrandDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemBrandUpdateDto.ts +13 -13
- package/clients/catalogService/models/ItemCategoryCreateDto.ts +15 -14
- package/clients/catalogService/models/ItemCategoryDto.ts +21 -21
- package/clients/catalogService/models/ItemCategoryDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemCategoryDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemCategoryUpdateDto.ts +16 -16
- package/clients/catalogService/models/ItemGoogleCategoryDto.ts +21 -12
- package/clients/catalogService/models/ItemGoogleCategoryDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemGoogleCategoryDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/{ItemImagesCreateDto.ts → ItemImageCreateDto.ts} +28 -28
- package/clients/catalogService/models/ItemImageDto.ts +28 -29
- package/clients/catalogService/models/ItemImageDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemImageDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/{ItemImagesUpdateDto.ts → ItemImageUpdateDto.ts} +22 -25
- package/clients/catalogService/models/ItemQuestionCreateDto.ts +15 -14
- package/clients/catalogService/models/ItemQuestionDto.ts +15 -15
- package/clients/catalogService/models/ItemQuestionDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemQuestionDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemQuestionRecordCreateDto.ts +14 -0
- package/clients/catalogService/models/ItemQuestionUpdateDto.ts +10 -12
- package/clients/catalogService/models/ItemRefundPolicyDto.ts +34 -34
- package/clients/catalogService/models/ItemRefundPolicyDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemRefundPolicyDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemReturnPolicyDto.ts +34 -34
- package/clients/catalogService/models/ItemReturnPolicyDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemReturnPolicyDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemReviewCreateDto.ts +13 -12
- package/clients/catalogService/models/ItemReviewDto.ts +13 -13
- package/clients/catalogService/models/ItemReviewDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemReviewDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemReviewRecordCreateDto.ts +12 -0
- package/clients/catalogService/models/ItemReviewUpdateDto.ts +9 -9
- package/clients/catalogService/models/ItemShippingPolicyDto.ts +35 -35
- package/clients/catalogService/models/ItemShippingPolicyDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemShippingPolicyDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemTagCreateDto.ts +12 -11
- package/clients/catalogService/models/ItemTagDto.ts +12 -12
- package/clients/catalogService/models/ItemTagDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemTagDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemTagUpdateDto.ts +9 -9
- package/clients/catalogService/models/ItemTaxPolicyDto.ts +37 -37
- package/clients/catalogService/models/ItemTaxPolicyDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemTaxPolicyDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemTypeCreateDto.ts +17 -16
- package/clients/catalogService/models/ItemTypeDto.ts +17 -17
- package/clients/catalogService/models/ItemTypeDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemTypeDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemTypeUpdateDto.ts +12 -12
- package/clients/catalogService/models/ItemWarrantyPolicyDto.ts +33 -34
- package/clients/catalogService/models/ItemWarrantyPolicyDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemWarrantyPolicyDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/PricingRuleCreateDto.ts +32 -32
- package/clients/catalogService/models/PricingRuleDto.ts +31 -32
- package/clients/catalogService/models/PricingRuleDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/PricingRuleDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/PricingRuleUpdateDto.ts +27 -27
- package/clients/catalogService/models/StockItemCreateDto.ts +108 -11
- package/clients/catalogService/models/StockItemDto.ts +146 -17
- package/clients/catalogService/models/StockItemDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/StockItemDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/StockItemUpdateDto.ts +106 -9
- package/clients/catalogService/services/ItemAttachmentsService.ts +138 -127
- package/clients/catalogService/services/ItemAttributesService.ts +137 -127
- package/clients/catalogService/services/ItemBrandsService.ts +137 -127
- package/clients/catalogService/services/ItemCategoriesService.ts +137 -127
- package/clients/catalogService/services/ItemImagesService.ts +137 -127
- package/clients/catalogService/services/ItemQuestionsService.ts +137 -127
- package/clients/catalogService/services/ItemReviewsService.ts +137 -127
- package/clients/catalogService/services/ItemTagsService.ts +137 -132
- package/clients/catalogService/services/ItemTypesService.ts +137 -127
- package/clients/catalogService/services/PoliciesService.ts +117 -117
- package/clients/catalogService/services/PricingRulesService.ts +135 -127
- package/clients/catalogService/services/ProductsService.ts +1711 -1743
- package/clients/{contactService → crmService}/core/ApiError.ts +25 -25
- package/clients/{contactService → crmService}/core/ApiRequestOptions.ts +17 -17
- package/clients/{contactService → crmService}/core/ApiResult.ts +11 -11
- package/clients/{contactService → crmService}/core/CancelablePromise.ts +131 -131
- package/clients/{contactService → crmService}/core/OpenAPI.ts +32 -32
- package/clients/{contactService → crmService}/core/request.ts +322 -322
- package/clients/crmService/index.ts +26 -0
- package/clients/crmService/models/CartDto.ts +18 -0
- package/clients/crmService/models/CartDtoEnvelope.ts +14 -0
- package/clients/crmService/models/ContactCreateDto.ts +35 -0
- package/clients/crmService/models/ContactDto.ts +60 -0
- package/clients/{contactService → crmService}/models/ContactDtoEnvelope.ts +14 -14
- package/clients/{contactService → crmService}/models/ContactDtoListEnvelope.ts +14 -14
- package/clients/crmService/models/ContactUpdateDto.ts +39 -0
- package/clients/crmService/models/EmptyEnvelope.ts +11 -0
- package/clients/{contactService → crmService}/models/ErrorEnvelope.ts +12 -12
- package/clients/crmService/models/Operation.ts +23 -0
- package/clients/crmService/models/SocialProfileDto.ts +39 -0
- package/clients/crmService/models/SocialProfileDtoEnvelope.ts +14 -0
- package/clients/crmService/models/WalletDto.ts +22 -0
- package/clients/crmService/models/WalletDtoEnvelope.ts +14 -0
- package/clients/crmService/services/ContactsService.ts +562 -0
- package/clients/crmService/services/SyncService.ts +97 -0
- package/clients/forexService/core/ApiError.ts +25 -25
- package/clients/forexService/core/ApiRequestOptions.ts +17 -17
- package/clients/forexService/core/ApiResult.ts +11 -11
- package/clients/forexService/core/CancelablePromise.ts +131 -131
- package/clients/forexService/core/OpenAPI.ts +32 -32
- package/clients/forexService/core/request.ts +322 -322
- package/clients/forexService/index.ts +21 -30
- package/clients/forexService/models/Currency.ts +9 -9
- package/clients/{cartService/models/Envelope.ts → forexService/models/ErrorEnvelope.ts} +12 -13
- package/clients/forexService/models/ExchangeRate.ts +11 -0
- package/clients/forexService/models/ExchangeRateEnvelope.ts +14 -0
- package/clients/forexService/models/ForexRatesDto.ts +13 -13
- package/clients/forexService/models/ForexRatesDtoEnvelope.ts +14 -14
- package/clients/forexService/models/Money.ts +10 -10
- package/clients/forexService/models/MoneyEnvelope.ts +14 -14
- package/clients/forexService/services/ExchangeService.ts +65 -57
- package/clients/forexService/services/ExchangeVService.ts +65 -0
- package/clients/forexService/services/RatesService.ts +90 -36
- package/clients/holderService/core/ApiError.ts +25 -25
- package/clients/holderService/core/ApiRequestOptions.ts +17 -17
- package/clients/holderService/core/ApiResult.ts +11 -11
- package/clients/holderService/core/CancelablePromise.ts +131 -131
- package/clients/holderService/core/OpenAPI.ts +32 -32
- package/clients/holderService/core/request.ts +322 -322
- package/clients/holderService/index.ts +46 -31
- package/clients/holderService/models/AddressDto.ts +31 -0
- package/clients/holderService/models/AddressDtoListEnvelope.ts +14 -0
- package/clients/holderService/models/CartDto.ts +18 -0
- package/clients/holderService/models/CartDtoEnvelope.ts +14 -0
- package/clients/holderService/models/EmptyEnvelope.ts +11 -0
- package/clients/holderService/models/EmptyEnvelopeEnvelope.ts +14 -0
- package/clients/holderService/models/EnrollmentId.ts +5 -0
- package/clients/holderService/models/ErrorEnvelope.ts +12 -12
- package/clients/holderService/models/ExtendedPlatformUserDto.ts +78 -0
- package/clients/holderService/models/ExtendedPlatformUserDtoEnvelope.ts +14 -0
- package/clients/{tenantService/models/BusinessDto.ts → holderService/models/ExtendedTenantDto.ts} +51 -53
- package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +14 -0
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +16 -0
- package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +14 -0
- package/clients/holderService/models/FollowRecordDto.ts +12 -12
- package/clients/holderService/models/NotificationDto.ts +16 -0
- package/clients/holderService/models/NotificationDtoListEnvelope.ts +14 -0
- package/clients/holderService/models/Operation.ts +23 -0
- package/clients/holderService/models/{AccountHolderDto.ts → PlatformUserDto.ts} +70 -73
- package/clients/holderService/models/PlatformUserDtoEnvelope.ts +14 -0
- package/clients/holderService/models/PlatformUserSettingsDto.ts +21 -0
- package/clients/holderService/models/PlatformUserSettingsDtoEnvelope.ts +14 -0
- package/clients/holderService/models/PlatformUserSettingsUpdateDto.ts +19 -0
- package/clients/holderService/models/PlatformUserUpdateDto.ts +43 -0
- package/clients/holderService/models/SocialProfileDto.ts +39 -0
- package/clients/holderService/models/SocialProfileDtoEnvelope.ts +14 -0
- package/clients/{identityService/models/BusinessDto.ts → holderService/models/TenantDto.ts} +45 -53
- package/clients/holderService/models/TenantDtoListEnvelope.ts +14 -0
- package/clients/holderService/models/TenantEnrolmentDto.ts +14 -0
- package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +14 -0
- package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +14 -0
- package/clients/holderService/models/TenantInvitationDto.ts +16 -0
- package/clients/{catalogService/models/ItemBrandDtoIReadOnlyCollectionEnvelope.ts → holderService/models/TenantInvitationDtoListEnvelope.ts} +14 -14
- package/clients/holderService/models/WalletDto.ts +22 -0
- package/clients/holderService/models/WalletDtoEnvelope.ts +14 -0
- package/clients/holderService/services/HolderService.ts +356 -165
- package/clients/identityService/core/ApiError.ts +25 -25
- package/clients/identityService/core/ApiRequestOptions.ts +17 -17
- package/clients/identityService/core/ApiResult.ts +11 -11
- package/clients/identityService/core/CancelablePromise.ts +131 -131
- package/clients/identityService/core/OpenAPI.ts +32 -32
- package/clients/identityService/core/request.ts +322 -322
- package/clients/identityService/index.ts +40 -53
- package/clients/identityService/models/AccountHolderCreateDto.ts +40 -34
- package/clients/identityService/models/AccountHolderCreateDtoEnvelope.ts +14 -14
- package/clients/identityService/models/Actor.ts +12 -12
- package/clients/identityService/models/ApiResponse.ts +21 -22
- package/clients/identityService/models/ApiResponseEnvelope.ts +14 -14
- package/clients/identityService/models/ClientApplication.ts +16 -16
- package/clients/identityService/models/Error.ts +10 -10
- package/clients/identityService/models/ErrorEnvelope.ts +12 -12
- package/clients/identityService/models/IPLookupDto.ts +10 -10
- package/clients/identityService/models/JsonWebKey.ts +13 -13
- package/clients/identityService/models/JsonWebKeySet.ts +9 -9
- package/clients/identityService/models/JsonWebKeySetEnvelope.ts +14 -14
- package/clients/identityService/models/JsonWebToken.ts +15 -15
- package/clients/identityService/models/JsonWebTokenEnvelope.ts +14 -14
- package/clients/identityService/models/JsonWebTokenHeader.ts +11 -11
- package/clients/identityService/models/JsonWebTokenPayload.ts +17 -17
- package/clients/identityService/models/OAuthTokenRequest.ts +12 -12
- package/clients/identityService/models/OpenIdConfiguration.ts +19 -19
- package/clients/identityService/models/OpenIdConfigurationEnvelope.ts +14 -14
- package/clients/identityService/models/{AccountHolderDto.ts → PlatformUserDto.ts} +70 -73
- package/clients/identityService/models/ResponsePagination.ts +13 -13
- package/clients/identityService/models/ResponseStatus.ts +12 -12
- package/clients/identityService/models/SigninModel.ts +9 -9
- package/clients/identityService/models/StringListEnvelope.ts +13 -13
- package/clients/{holderService/models/BusinessDto.ts → identityService/models/TenantDto.ts} +45 -53
- package/clients/identityService/services/ApplicationsService.ts +107 -107
- package/clients/identityService/services/CheckerService.ts +19 -19
- package/clients/identityService/services/OAuthService.ts +147 -147
- package/clients/identityService/services/ResourceService.ts +19 -19
- package/clients/identityService/services/UserInfoService.ts +29 -29
- package/clients/inventoryService/core/ApiError.ts +25 -25
- package/clients/inventoryService/core/ApiRequestOptions.ts +17 -17
- package/clients/inventoryService/core/ApiResult.ts +11 -11
- package/clients/inventoryService/core/CancelablePromise.ts +131 -131
- package/clients/inventoryService/core/OpenAPI.ts +32 -32
- package/clients/inventoryService/core/request.ts +322 -322
- package/clients/inventoryService/index.ts +10 -24
- package/clients/inventoryService/services/InventoryService.ts +25 -25
- package/clients/invoicingService/core/ApiError.ts +25 -25
- package/clients/invoicingService/core/ApiRequestOptions.ts +17 -17
- package/clients/invoicingService/core/ApiResult.ts +11 -11
- package/clients/invoicingService/core/CancelablePromise.ts +131 -131
- package/clients/invoicingService/core/OpenAPI.ts +32 -32
- package/clients/invoicingService/core/request.ts +322 -322
- package/clients/invoicingService/index.ts +32 -28
- package/clients/invoicingService/models/ContactDto.ts +60 -0
- package/clients/invoicingService/models/Currency.ts +9 -0
- package/clients/invoicingService/models/EmptyEnvelope.ts +11 -0
- package/clients/invoicingService/models/ErrorEnvelope.ts +12 -12
- package/clients/invoicingService/models/ExtendedInvoiceDto.ts +44 -0
- package/clients/invoicingService/models/ExtendedInvoiceDtoListEnvelope.ts +14 -0
- package/clients/invoicingService/models/InvoiceCreateDto.ts +11 -0
- package/clients/invoicingService/models/InvoiceDto.ts +35 -13
- package/clients/invoicingService/models/InvoiceDtoEnvelope.ts +14 -0
- package/clients/invoicingService/models/InvoiceDtoListEnvelope.ts +14 -14
- package/clients/{cartService/models/ProductCartRecordDto.ts → invoicingService/models/InvoiceLineDto.ts} +99 -98
- package/clients/invoicingService/models/InvoiceLineDtoEnvelope.ts +14 -0
- package/clients/invoicingService/models/InvoiceLineDtoListEnvelope.ts +14 -0
- package/clients/invoicingService/models/InvoiceUpdateDto.ts +5 -0
- package/clients/invoicingService/models/ItemPriceCreateDto.ts +20 -0
- package/clients/invoicingService/models/ItemPriceUpdateDto.ts +14 -0
- package/clients/invoicingService/models/Money.ts +10 -0
- package/clients/invoicingService/models/MoneyEnvelope.ts +14 -0
- package/clients/invoicingService/models/PlatformUserDto.ts +70 -0
- package/clients/invoicingService/models/TenantDto.ts +45 -0
- package/clients/invoicingService/models/TenantEnrolmentDto.ts +14 -0
- package/clients/invoicingService/services/InvoicesService.ts +465 -63
- package/clients/ordersService/core/ApiError.ts +25 -0
- package/clients/ordersService/core/ApiRequestOptions.ts +17 -0
- package/clients/ordersService/core/ApiResult.ts +11 -0
- package/clients/ordersService/core/CancelablePromise.ts +131 -0
- package/clients/ordersService/core/OpenAPI.ts +32 -0
- package/clients/ordersService/core/request.ts +322 -0
- package/clients/ordersService/index.ts +23 -0
- package/clients/ordersService/models/EmptyEnvelope.ts +11 -0
- package/clients/ordersService/models/ErrorEnvelope.ts +12 -0
- package/clients/ordersService/models/ItemPriceCreateDto.ts +20 -0
- package/clients/ordersService/models/ItemPriceUpdateDto.ts +14 -0
- package/clients/ordersService/models/OrderCreateDto.ts +16 -0
- package/clients/ordersService/models/OrderDto.ts +51 -0
- package/clients/ordersService/models/OrderDtoEnvelope.ts +14 -0
- package/clients/ordersService/models/OrderDtoListEnvelope.ts +14 -0
- package/clients/ordersService/models/OrderLineDto.ts +99 -0
- package/clients/ordersService/models/OrderLineDtoEnvelope.ts +14 -0
- package/clients/ordersService/models/OrderLineDtoListEnvelope.ts +14 -0
- package/clients/ordersService/models/OrderUpdateDto.ts +12 -0
- package/clients/ordersService/services/OrdersService.ts +299 -0
- package/clients/pricingService/core/ApiError.ts +25 -25
- package/clients/pricingService/core/ApiRequestOptions.ts +17 -17
- package/clients/pricingService/core/ApiResult.ts +11 -11
- package/clients/pricingService/core/CancelablePromise.ts +131 -131
- package/clients/pricingService/core/OpenAPI.ts +32 -32
- package/clients/pricingService/core/request.ts +322 -322
- package/clients/pricingService/index.ts +27 -29
- package/clients/pricingService/models/Currency.ts +9 -9
- package/clients/pricingService/models/EmptyEnvelope.ts +11 -0
- package/clients/pricingService/models/ErrorEnvelope.ts +12 -12
- package/clients/pricingService/models/ItemPriceCreateDto.ts +20 -0
- package/clients/pricingService/models/ItemPriceDto.ts +20 -0
- package/clients/pricingService/models/ItemPriceDtoEnvelope.ts +14 -0
- package/clients/pricingService/models/ItemPriceDtoListEnvelope.ts +14 -0
- package/clients/pricingService/models/ItemPriceUpdateDto.ts +14 -0
- package/clients/pricingService/models/Money.ts +10 -10
- package/clients/pricingService/models/MoneyEnvelope.ts +14 -14
- package/clients/pricingService/models/PriceListCreateDto.ts +18 -0
- package/clients/pricingService/models/PriceListDto.ts +17 -0
- package/clients/pricingService/models/PriceListDtoEnvelope.ts +14 -0
- package/clients/pricingService/models/PriceListDtoListEnvelope.ts +14 -0
- package/clients/pricingService/models/PriceListUpdateDto.ts +14 -0
- package/clients/pricingService/services/PriceListsService.ts +280 -34
- package/clients/pricingService/services/PricesService.ts +82 -82
- package/clients/systemService/core/ApiError.ts +25 -0
- package/clients/systemService/core/ApiRequestOptions.ts +17 -0
- package/clients/systemService/core/ApiResult.ts +11 -0
- package/clients/systemService/core/CancelablePromise.ts +131 -0
- package/clients/systemService/core/OpenAPI.ts +32 -0
- package/clients/systemService/core/request.ts +322 -0
- package/clients/systemService/index.ts +33 -0
- package/clients/systemService/models/BooleanEnvelope.ts +13 -0
- package/clients/systemService/models/ErrorEnvelope.ts +12 -0
- package/clients/systemService/models/GeneralValidationFailure.ts +9 -0
- package/clients/{catalogService/models/ItemAttachmentDtoIReadOnlyCollectionEnvelope.ts → systemService/models/GeneralValidationFailureListEnvelope.ts} +14 -14
- package/clients/systemService/models/ISwaggerContact.ts +10 -0
- package/clients/systemService/models/ISwaggerEndpoint.ts +10 -0
- package/clients/systemService/models/ISwaggerLicense.ts +9 -0
- package/clients/systemService/models/ISwaggerSpec.ts +19 -0
- package/clients/systemService/models/LicenseValidationRequest.ts +8 -0
- package/clients/systemService/models/Module.ts +43 -0
- package/clients/systemService/models/ModuleListEnvelope.ts +14 -0
- package/clients/systemService/models/StringListEnvelope.ts +13 -0
- package/clients/systemService/models/StudioModule.ts +9 -0
- package/clients/systemService/models/StudioModuleListEnvelope.ts +14 -0
- package/clients/systemService/models/SuiteLicenseAssignmentDto.ts +16 -0
- package/clients/systemService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +14 -0
- package/clients/systemService/models/SuiteLicenseDto.ts +15 -0
- package/clients/systemService/models/SuiteLicenseDtoEnvelope.ts +14 -0
- package/clients/systemService/models/SuiteLicenseDtoListEnvelope.ts +14 -0
- package/clients/systemService/services/AntiforgeryService.ts +29 -0
- package/clients/systemService/services/LicensingService.ts +190 -0
- package/clients/systemService/services/MigrationsService.ts +44 -0
- package/clients/systemService/services/ModulesService.ts +51 -0
- package/clients/tenantService/core/ApiError.ts +25 -25
- package/clients/tenantService/core/ApiRequestOptions.ts +17 -17
- package/clients/tenantService/core/ApiResult.ts +11 -11
- package/clients/tenantService/core/CancelablePromise.ts +131 -131
- package/clients/tenantService/core/OpenAPI.ts +32 -32
- package/clients/tenantService/core/request.ts +322 -322
- package/clients/tenantService/index.ts +133 -62
- package/clients/tenantService/models/BooleanEnvelope.ts +13 -0
- package/clients/tenantService/models/CancellationToken.ts +11 -0
- package/clients/tenantService/models/CartDto.ts +18 -0
- package/clients/tenantService/models/CartDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/EmptyEnvelope.ts +11 -0
- package/clients/tenantService/models/ErrorEnvelope.ts +12 -0
- package/clients/tenantService/models/ExtendedTenantDto.ts +51 -0
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/IntPtr.ts +5 -5
- package/clients/tenantService/models/NotificationDto.ts +16 -16
- package/clients/tenantService/models/NotificationDtoListEnvelope.ts +14 -14
- package/clients/tenantService/models/Operation.ts +23 -0
- package/clients/tenantService/models/PlatformUserDto.ts +70 -0
- package/clients/tenantService/models/PlatformUserDtoListEnvelope.ts +14 -0
- package/clients/tenantService/models/SafeWaitHandle.ts +9 -0
- package/clients/tenantService/models/SocialProfileDto.ts +39 -0
- package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/StringListEnvelope.ts +13 -13
- package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +16 -0
- package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +14 -0
- package/clients/tenantService/models/SuiteLicenseDto.ts +15 -0
- package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +14 -0
- package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +9 -0
- package/clients/{catalogService/models/ItemCategoryDtoIReadOnlyCollectionEnvelope.ts → tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts} +14 -14
- package/clients/tenantService/models/{BusinessCreateDto.ts → TenantCreateDto.ts} +25 -24
- package/clients/tenantService/models/TenantDepartmentCreateDto.ts +16 -0
- package/clients/tenantService/models/TenantDepartmentDto.ts +16 -0
- package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantDepartmentDtoIReadOnlyListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +12 -0
- package/clients/tenantService/models/TenantDto.ts +45 -0
- package/clients/tenantService/models/TenantDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +11 -0
- package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +9 -0
- package/clients/tenantService/models/TenantEnrolmentDto.ts +14 -0
- package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantEnrolmentDtoIReadOnlyListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantIndustryCreateDto.ts +12 -0
- package/clients/tenantService/models/TenantIndustryDto.ts +12 -0
- package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantIndustryUpdateDto.ts +10 -0
- package/clients/tenantService/models/TenantInvitationCreateDto.ts +12 -0
- package/clients/tenantService/models/TenantInvitationDto.ts +16 -0
- package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +14 -0
- package/clients/{catalogService/models/ItemImageDtoIReadOnlyCollectionEnvelope.ts → tenantService/models/TenantInvitationDtoListEnvelope.ts} +14 -14
- package/clients/tenantService/models/TenantPositionCreateDto.ts +13 -0
- package/clients/tenantService/models/TenantPositionDto.ts +13 -0
- package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantPositionDtoIReadOnlyListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantPositionUpdateDto.ts +9 -0
- package/clients/tenantService/models/TenantSegmentCreateDto.ts +12 -0
- package/clients/tenantService/models/TenantSegmentDto.ts +12 -0
- package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantSegmentDtoIReadOnlyListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantSegmentUpdateDto.ts +10 -0
- package/clients/tenantService/models/TenantSizeCreateDto.ts +12 -0
- package/clients/tenantService/models/TenantSizeDto.ts +12 -0
- package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantSizeDtoIReadOnlyListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantSizeUpdateDto.ts +10 -0
- package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +13 -0
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +13 -0
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoIReadOnlyCollectionEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +11 -0
- package/clients/tenantService/models/TenantTeamCreateDto.ts +17 -0
- package/clients/tenantService/models/TenantTeamDto.ts +17 -0
- package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +14 -0
- package/clients/{catalogService/models/ItemPricePolicyDtoEnvelope.ts → tenantService/models/TenantTeamDtoIReadOnlyCollectionEnvelope.ts} +14 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +13 -0
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +13 -0
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoIReadOnlyCollectionEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +11 -0
- package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +13 -0
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +13 -0
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoIReadOnlyCollectionEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +11 -0
- package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +12 -0
- package/clients/tenantService/models/TenantTeamRecordDto.ts +12 -0
- package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTeamRecordDtoIReadOnlyCollectionEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +10 -0
- package/clients/tenantService/models/TenantTeamUpdateDto.ts +17 -0
- package/clients/tenantService/models/TenantTerritoryCreateDto.ts +14 -0
- package/clients/tenantService/models/TenantTerritoryDto.ts +14 -0
- package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTerritoryDtoIReadOnlyListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +9 -0
- package/clients/tenantService/models/TenantTypeCreateDto.ts +11 -0
- package/clients/tenantService/models/TenantTypeDto.ts +11 -0
- package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +14 -0
- package/clients/{cartService/models/WishListDtoIReadOnlyListEnvelope.ts → tenantService/models/TenantTypeDtoIReadOnlyCollectionEnvelope.ts} +14 -14
- package/clients/tenantService/models/TenantTypeUpdateDto.ts +9 -0
- package/clients/tenantService/models/TenantUnitCreateDto.ts +18 -0
- package/clients/tenantService/models/TenantUnitDto.ts +18 -0
- package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantUnitDtoIReadOnlyListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantUnitUpdateDto.ts +14 -0
- package/clients/tenantService/models/TenantUpdateDto.ts +31 -0
- package/clients/tenantService/models/WaitHandle.ts +11 -0
- package/clients/tenantService/models/WalletDto.ts +22 -21
- package/clients/tenantService/models/WalletDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/WebPortalDto.ts +19 -0
- package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +14 -0
- package/clients/tenantService/services/DepartmentsService.ts +168 -0
- package/clients/tenantService/services/EmployeeEnrollmentsService.ts +151 -0
- package/clients/tenantService/services/EnrollmentsService.ts +165 -0
- package/clients/tenantService/services/IndustriesService.ts +160 -0
- package/clients/tenantService/services/InvitationsService.ts +125 -0
- package/clients/tenantService/services/PositionsService.ts +162 -0
- package/clients/tenantService/services/SegmentsService.ts +161 -0
- package/clients/tenantService/services/SizesService.ts +168 -0
- package/clients/tenantService/services/TeamContactEnrollmentsService.ts +161 -0
- package/clients/tenantService/services/TeamProjectEnrollmentService.ts +151 -0
- package/clients/tenantService/services/TeamRecordsService.ts +162 -0
- package/clients/tenantService/services/TeamsService.ts +162 -0
- package/clients/tenantService/services/TenantsService.ts +805 -354
- package/clients/tenantService/services/TerritoriesService.ts +162 -0
- package/clients/tenantService/services/TypesService.ts +146 -0
- package/clients/tenantService/services/UnitsService.ts +160 -0
- package/clients/walletsService/core/ApiError.ts +25 -0
- package/clients/walletsService/core/ApiRequestOptions.ts +17 -0
- package/clients/walletsService/core/ApiResult.ts +11 -0
- package/clients/walletsService/core/CancelablePromise.ts +131 -0
- package/clients/walletsService/core/OpenAPI.ts +32 -0
- package/clients/walletsService/core/request.ts +322 -0
- package/clients/walletsService/index.ts +22 -0
- package/clients/walletsService/models/ErrorEnvelope.ts +12 -0
- package/clients/walletsService/models/InvoiceDto.ts +35 -0
- package/clients/{invoicingService/models/InvoiceDtoIReadOnlyListEnvelope.ts → walletsService/models/InvoiceDtoListEnvelope.ts} +14 -14
- package/clients/walletsService/models/LocationDto.ts +31 -0
- package/clients/walletsService/models/LocationDtoListEnvelope.ts +14 -0
- package/clients/walletsService/models/OrderDto.ts +51 -0
- package/clients/walletsService/models/OrderDtoListEnvelope.ts +14 -0
- package/clients/walletsService/models/PaymentDto.ts +17 -0
- package/clients/walletsService/models/PaymentDtoListEnvelope.ts +14 -0
- package/clients/walletsService/models/WalletDto.ts +22 -0
- package/clients/walletsService/models/WalletDtoEnvelope.ts +14 -0
- package/clients/walletsService/services/WalletsService.ts +194 -0
- package/package.json +40 -38
- package/schemas/cartService/schema.s.ts +2462 -1560
- package/schemas/catalogService/schema.s.ts +5989 -6109
- package/schemas/crmService/schema.s.ts +1268 -0
- package/schemas/forexService/schema.s.ts +365 -526
- package/schemas/holderService/schema.s.ts +1256 -831
- package/schemas/identityService/schema.s.ts +717 -1119
- package/schemas/inventoryService/schema.s.ts +43 -425
- package/schemas/invoicingService/schema.s.ts +1101 -521
- package/schemas/ordersService/schema.s.ts +632 -0
- package/schemas/pricingService/schema.s.ts +579 -549
- package/schemas/systemService/schema.s.ts +1305 -0
- package/schemas/tenantService/schema.s.ts +5698 -1606
- package/schemas/walletsService/schema.s.ts +542 -0
- package/tsconfig.json +110 -0
- package/vite.config.js +29 -0
- package/wwwroot/build/bundle.js +1 -0
- package/clients/cartService/models/AccessTokenResponse.ts +0 -11
- package/clients/cartService/models/Error.ts +0 -10
- package/clients/cartService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/cartService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/cartService/models/InfoRequest.ts +0 -10
- package/clients/cartService/models/InfoResponse.ts +0 -9
- package/clients/cartService/models/LoginRequest.ts +0 -11
- package/clients/cartService/models/RefreshRequest.ts +0 -8
- package/clients/cartService/models/RegisterRequest.ts +0 -9
- package/clients/cartService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/cartService/models/ResetPasswordRequest.ts +0 -10
- package/clients/cartService/models/ResponseStatus.ts +0 -12
- package/clients/cartService/models/TwoFactorRequest.ts +0 -12
- package/clients/cartService/models/TwoFactorResponse.ts +0 -12
- package/clients/cartService/models/WishListItemRecordDtoIReadOnlyListEnvelope.ts +0 -14
- package/clients/cartService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/catalogService/models/AccessTokenResponse.ts +0 -11
- package/clients/catalogService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/catalogService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/catalogService/models/InfoRequest.ts +0 -10
- package/clients/catalogService/models/InfoResponse.ts +0 -9
- package/clients/catalogService/models/ItemPricePolicyDto.ts +0 -35
- package/clients/catalogService/models/ItemPricePolicyDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemQuestionDtoIReadOnlyCollectionEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemReviewDtoIReadOnlyCollectionEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemTypeDtoIReadOnlyCollectionEnvelope.ts +0 -14
- package/clients/catalogService/models/LoginRequest.ts +0 -11
- package/clients/catalogService/models/PricingRuleDtoIReadOnlyCollectionEnvelope.ts +0 -14
- package/clients/catalogService/models/RefreshRequest.ts +0 -8
- package/clients/catalogService/models/RegisterRequest.ts +0 -9
- package/clients/catalogService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/catalogService/models/ResetPasswordRequest.ts +0 -10
- package/clients/catalogService/models/TwoFactorRequest.ts +0 -12
- package/clients/catalogService/models/TwoFactorResponse.ts +0 -12
- package/clients/catalogService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/contactService/index.ts +0 -28
- package/clients/contactService/models/AccessTokenResponse.ts +0 -11
- package/clients/contactService/models/ContactDto.ts +0 -44
- package/clients/contactService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/contactService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/contactService/models/InfoRequest.ts +0 -10
- package/clients/contactService/models/InfoResponse.ts +0 -9
- package/clients/contactService/models/LoginRequest.ts +0 -11
- package/clients/contactService/models/RefreshRequest.ts +0 -8
- package/clients/contactService/models/RegisterRequest.ts +0 -9
- package/clients/contactService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/contactService/models/ResetPasswordRequest.ts +0 -10
- package/clients/contactService/models/TwoFactorRequest.ts +0 -12
- package/clients/contactService/models/TwoFactorResponse.ts +0 -12
- package/clients/contactService/services/ContactsService.ts +0 -140
- package/clients/contactService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/forexService/models/AccessTokenResponse.ts +0 -11
- package/clients/forexService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/forexService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/forexService/models/InfoRequest.ts +0 -10
- package/clients/forexService/models/InfoResponse.ts +0 -9
- package/clients/forexService/models/LoginRequest.ts +0 -11
- package/clients/forexService/models/RefreshRequest.ts +0 -8
- package/clients/forexService/models/RegisterRequest.ts +0 -9
- package/clients/forexService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/forexService/models/ResetPasswordRequest.ts +0 -10
- package/clients/forexService/models/TwoFactorRequest.ts +0 -12
- package/clients/forexService/models/TwoFactorResponse.ts +0 -12
- package/clients/forexService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/holderService/models/AccessTokenResponse.ts +0 -11
- package/clients/holderService/models/AccountHolderCreateDto.ts +0 -34
- package/clients/holderService/models/AccountHolderDtoEnvelope.ts +0 -14
- package/clients/holderService/models/BusinessEnrollmentDto.ts +0 -19
- package/clients/holderService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/holderService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/holderService/models/InfoRequest.ts +0 -10
- package/clients/holderService/models/InfoResponse.ts +0 -9
- package/clients/holderService/models/LoginRequest.ts +0 -11
- package/clients/holderService/models/RefreshRequest.ts +0 -8
- package/clients/holderService/models/RegisterRequest.ts +0 -9
- package/clients/holderService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/holderService/models/ResetPasswordRequest.ts +0 -10
- package/clients/holderService/models/TwoFactorRequest.ts +0 -12
- package/clients/holderService/models/TwoFactorResponse.ts +0 -12
- package/clients/holderService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/identityService/models/AccessTokenResponse.ts +0 -11
- package/clients/identityService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/identityService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/identityService/models/InfoRequest.ts +0 -10
- package/clients/identityService/models/InfoResponse.ts +0 -9
- package/clients/identityService/models/LoginRequest.ts +0 -11
- package/clients/identityService/models/RefreshRequest.ts +0 -8
- package/clients/identityService/models/RegisterRequest.ts +0 -9
- package/clients/identityService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/identityService/models/ResetPasswordRequest.ts +0 -10
- package/clients/identityService/models/TwoFactorRequest.ts +0 -12
- package/clients/identityService/models/TwoFactorResponse.ts +0 -12
- package/clients/identityService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/inventoryService/models/AccessTokenResponse.ts +0 -11
- package/clients/inventoryService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/inventoryService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/inventoryService/models/InfoRequest.ts +0 -10
- package/clients/inventoryService/models/InfoResponse.ts +0 -9
- package/clients/inventoryService/models/LoginRequest.ts +0 -11
- package/clients/inventoryService/models/RefreshRequest.ts +0 -8
- package/clients/inventoryService/models/RegisterRequest.ts +0 -9
- package/clients/inventoryService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/inventoryService/models/ResetPasswordRequest.ts +0 -10
- package/clients/inventoryService/models/TwoFactorRequest.ts +0 -12
- package/clients/inventoryService/models/TwoFactorResponse.ts +0 -12
- package/clients/inventoryService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/invoicingService/models/AccessTokenResponse.ts +0 -11
- package/clients/invoicingService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/invoicingService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/invoicingService/models/InfoRequest.ts +0 -10
- package/clients/invoicingService/models/InfoResponse.ts +0 -9
- package/clients/invoicingService/models/LoginRequest.ts +0 -11
- package/clients/invoicingService/models/RefreshRequest.ts +0 -8
- package/clients/invoicingService/models/RegisterRequest.ts +0 -9
- package/clients/invoicingService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/invoicingService/models/ResetPasswordRequest.ts +0 -10
- package/clients/invoicingService/models/TwoFactorRequest.ts +0 -12
- package/clients/invoicingService/models/TwoFactorResponse.ts +0 -12
- package/clients/invoicingService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/pricingService/models/AccessTokenResponse.ts +0 -11
- package/clients/pricingService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/pricingService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/pricingService/models/InfoRequest.ts +0 -10
- package/clients/pricingService/models/InfoResponse.ts +0 -9
- package/clients/pricingService/models/LoginRequest.ts +0 -11
- package/clients/pricingService/models/RefreshRequest.ts +0 -8
- package/clients/pricingService/models/RegisterRequest.ts +0 -9
- package/clients/pricingService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/pricingService/models/ResetPasswordRequest.ts +0 -10
- package/clients/pricingService/models/TwoFactorRequest.ts +0 -12
- package/clients/pricingService/models/TwoFactorResponse.ts +0 -12
- package/clients/pricingService/services/FenixAllianceAbsWebService.ts +0 -293
- package/clients/tenantService/models/AccessTokenResponse.ts +0 -11
- package/clients/tenantService/models/AccountHolderCreateDto.ts +0 -34
- package/clients/tenantService/models/AggregateException.ts +0 -18
- package/clients/tenantService/models/Assembly.ts +0 -46
- package/clients/tenantService/models/BusinessEnrollmentDto.ts +0 -19
- package/clients/tenantService/models/BusinessEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/BusinessEnrollmentDtoIReadOnlyListEnvelope.ts +0 -14
- package/clients/tenantService/models/ConstructorInfo.ts +0 -103
- package/clients/tenantService/models/CustomAttributeData.ts +0 -15
- package/clients/tenantService/models/CustomAttributeNamedArgument.ts +0 -13
- package/clients/tenantService/models/CustomAttributeTypedArgument.ts +0 -10
- package/clients/tenantService/models/Error.ts +0 -10
- package/clients/tenantService/models/EventInfo.ts +0 -44
- package/clients/tenantService/models/Exception.ts +0 -16
- package/clients/tenantService/models/FieldInfo.ts +0 -74
- package/clients/tenantService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/tenantService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/tenantService/models/ICustomAttributeProvider.ts +0 -5
- package/clients/tenantService/models/InfoRequest.ts +0 -10
- package/clients/tenantService/models/InfoResponse.ts +0 -9
- package/clients/tenantService/models/LoginRequest.ts +0 -11
- package/clients/tenantService/models/MemberInfo.ts +0 -31
- package/clients/tenantService/models/MethodBase.ts +0 -103
- package/clients/tenantService/models/MethodInfo.ts +0 -108
- package/clients/tenantService/models/Module.ts +0 -19
- package/clients/tenantService/models/ModuleHandle.ts +0 -8
- package/clients/tenantService/models/ParameterInfo.ts +0 -40
- package/clients/tenantService/models/PropertyInfo.ts +0 -49
- package/clients/tenantService/models/RefreshRequest.ts +0 -8
- package/clients/tenantService/models/RegisterRequest.ts +0 -9
- package/clients/tenantService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/tenantService/models/ResetPasswordRequest.ts +0 -10
- package/clients/tenantService/models/ResponseStatus.ts +0 -12
- package/clients/tenantService/models/RuntimeFieldHandle.ts +0 -9
- package/clients/tenantService/models/RuntimeMethodHandle.ts +0 -9
- package/clients/tenantService/models/RuntimeTypeHandle.ts +0 -9
- package/clients/tenantService/models/StructLayoutAttribute.ts +0 -16
- package/clients/tenantService/models/TwoFactorRequest.ts +0 -12
- package/clients/tenantService/models/TwoFactorResponse.ts +0 -12
- package/clients/tenantService/models/Type.ts +0 -141
- package/clients/tenantService/models/TypeInfo.ts +0 -156
- package/clients/tenantService/models/WalletDtoTask.ts +0 -40
- package/clients/tenantService/services/FenixAllianceAbsWebService.ts +0 -293
- package/schemas/contactService/schema.s.ts +0 -674
|
@@ -1,1743 +1,1711 @@
|
|
|
1
|
-
/* generated using openapi-typescript-codegen -- do
|
|
2
|
-
/* istanbul ignore file */
|
|
3
|
-
/* tslint:disable */
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
import type { ItemAttachmentDtoEnvelope } from '../models/ItemAttachmentDtoEnvelope';
|
|
6
|
-
import type { ItemAttachmentDtoListEnvelope } from '../models/ItemAttachmentDtoListEnvelope';
|
|
7
|
-
import type { ItemAttributeOptionDtoEnvelope } from '../models/ItemAttributeOptionDtoEnvelope';
|
|
8
|
-
import type { ItemAttributeOptionDtoListEnvelope } from '../models/ItemAttributeOptionDtoListEnvelope';
|
|
9
|
-
import type { ItemBrandDtoEnvelope } from '../models/ItemBrandDtoEnvelope';
|
|
10
|
-
import type { ItemBrandDtoListEnvelope } from '../models/ItemBrandDtoListEnvelope';
|
|
11
|
-
import type { ItemCategoryDtoEnvelope } from '../models/ItemCategoryDtoEnvelope';
|
|
12
|
-
import type { ItemCategoryDtoListEnvelope } from '../models/ItemCategoryDtoListEnvelope';
|
|
13
|
-
import type { ItemGoogleCategoryDtoEnvelope } from '../models/ItemGoogleCategoryDtoEnvelope';
|
|
14
|
-
import type { ItemGoogleCategoryDtoListEnvelope } from '../models/ItemGoogleCategoryDtoListEnvelope';
|
|
15
|
-
import type { ItemImageDtoEnvelope } from '../models/ItemImageDtoEnvelope';
|
|
16
|
-
import type { ItemImageDtoListEnvelope } from '../models/ItemImageDtoListEnvelope';
|
|
17
|
-
import type {
|
|
18
|
-
import type {
|
|
19
|
-
import type {
|
|
20
|
-
import type {
|
|
21
|
-
import type {
|
|
22
|
-
import type {
|
|
23
|
-
import type {
|
|
24
|
-
import type {
|
|
25
|
-
import type {
|
|
26
|
-
import type {
|
|
27
|
-
import type { ItemShippingPolicyDtoEnvelope } from '../models/ItemShippingPolicyDtoEnvelope';
|
|
28
|
-
import type { ItemShippingPolicyDtoListEnvelope } from '../models/ItemShippingPolicyDtoListEnvelope';
|
|
29
|
-
import type { ItemTagDtoEnvelope } from '../models/ItemTagDtoEnvelope';
|
|
30
|
-
import type { ItemTagDtoListEnvelope } from '../models/ItemTagDtoListEnvelope';
|
|
31
|
-
import type { ItemTaxPolicyDtoEnvelope } from '../models/ItemTaxPolicyDtoEnvelope';
|
|
32
|
-
import type { ItemTaxPolicyDtoListEnvelope } from '../models/ItemTaxPolicyDtoListEnvelope';
|
|
33
|
-
import type { ItemTypeDtoEnvelope } from '../models/ItemTypeDtoEnvelope';
|
|
34
|
-
import type { ItemTypeDtoListEnvelope } from '../models/ItemTypeDtoListEnvelope';
|
|
35
|
-
import type { ItemWarrantyPolicyDtoEnvelope } from '../models/ItemWarrantyPolicyDtoEnvelope';
|
|
36
|
-
import type { ItemWarrantyPolicyDtoListEnvelope } from '../models/ItemWarrantyPolicyDtoListEnvelope';
|
|
37
|
-
import type { PricingRuleDtoEnvelope } from '../models/PricingRuleDtoEnvelope';
|
|
38
|
-
import type { PricingRuleDtoListEnvelope } from '../models/PricingRuleDtoListEnvelope';
|
|
39
|
-
import type { StockItemCreateDto } from '../models/StockItemCreateDto';
|
|
40
|
-
import type { StockItemDtoEnvelope } from '../models/StockItemDtoEnvelope';
|
|
41
|
-
import type { StockItemDtoListEnvelope } from '../models/StockItemDtoListEnvelope';
|
|
42
|
-
import type { StockItemUpdateDto } from '../models/StockItemUpdateDto';
|
|
43
|
-
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
44
|
-
import { OpenAPI } from '../core/OpenAPI';
|
|
45
|
-
import { request as __request } from '../core/request';
|
|
46
|
-
export class ProductsService {
|
|
47
|
-
/**
|
|
48
|
-
* @param pageNumber
|
|
49
|
-
* @param pageSize
|
|
50
|
-
* @returns StockItemDtoListEnvelope
|
|
51
|
-
* @throws ApiError
|
|
52
|
-
*/
|
|
53
|
-
public static getApiV2CatalogServiceProducts(
|
|
54
|
-
pageNumber?: number,
|
|
55
|
-
pageSize?: number,
|
|
56
|
-
): CancelablePromise<StockItemDtoListEnvelope> {
|
|
57
|
-
return __request(OpenAPI, {
|
|
58
|
-
method: 'GET',
|
|
59
|
-
url: '/api/v2/CatalogService/Products',
|
|
60
|
-
query: {
|
|
61
|
-
'pageNumber': pageNumber,
|
|
62
|
-
'pageSize': pageSize,
|
|
63
|
-
},
|
|
64
|
-
errors: {
|
|
65
|
-
401: `Unauthorized`,
|
|
66
|
-
403: `Forbidden`,
|
|
67
|
-
},
|
|
68
|
-
});
|
|
69
|
-
}
|
|
70
|
-
/**
|
|
71
|
-
* @returns StockItemDtoListEnvelope
|
|
72
|
-
* @throws ApiError
|
|
73
|
-
*/
|
|
74
|
-
public static getApiV2CatalogServiceProductsCount(): CancelablePromise<StockItemDtoListEnvelope> {
|
|
75
|
-
return __request(OpenAPI, {
|
|
76
|
-
method: 'GET',
|
|
77
|
-
url: '/api/v2/CatalogService/Products/Count',
|
|
78
|
-
errors: {
|
|
79
|
-
401: `Unauthorized`,
|
|
80
|
-
403: `Forbidden`,
|
|
81
|
-
},
|
|
82
|
-
});
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* @param
|
|
86
|
-
* @param pageNumber
|
|
87
|
-
* @param pageSize
|
|
88
|
-
* @returns StockItemDtoListEnvelope
|
|
89
|
-
* @throws ApiError
|
|
90
|
-
*/
|
|
91
|
-
public static getApiV2CatalogServiceProductsByBusiness(
|
|
92
|
-
|
|
93
|
-
pageNumber?: number,
|
|
94
|
-
pageSize?: number,
|
|
95
|
-
): CancelablePromise<StockItemDtoListEnvelope> {
|
|
96
|
-
return __request(OpenAPI, {
|
|
97
|
-
method: 'GET',
|
|
98
|
-
url: '/api/v2/CatalogService/Products/ByBusiness/{
|
|
99
|
-
path: {
|
|
100
|
-
'
|
|
101
|
-
},
|
|
102
|
-
query: {
|
|
103
|
-
'pageNumber': pageNumber,
|
|
104
|
-
'pageSize': pageSize,
|
|
105
|
-
},
|
|
106
|
-
errors: {
|
|
107
|
-
401: `Unauthorized`,
|
|
108
|
-
403: `Forbidden`,
|
|
109
|
-
},
|
|
110
|
-
});
|
|
111
|
-
}
|
|
112
|
-
/**
|
|
113
|
-
* @param
|
|
114
|
-
* @returns StockItemDtoListEnvelope
|
|
115
|
-
* @throws ApiError
|
|
116
|
-
*/
|
|
117
|
-
public static getApiV2CatalogServiceProductsByBusinessCount(
|
|
118
|
-
|
|
119
|
-
): CancelablePromise<StockItemDtoListEnvelope> {
|
|
120
|
-
return __request(OpenAPI, {
|
|
121
|
-
method: 'GET',
|
|
122
|
-
url: '/api/v2/CatalogService/Products/ByBusiness/{
|
|
123
|
-
path: {
|
|
124
|
-
'
|
|
125
|
-
},
|
|
126
|
-
errors: {
|
|
127
|
-
401: `Unauthorized`,
|
|
128
|
-
403: `Forbidden`,
|
|
129
|
-
},
|
|
130
|
-
});
|
|
131
|
-
}
|
|
132
|
-
/**
|
|
133
|
-
* @param stockItemId
|
|
134
|
-
* @returns StockItemDtoEnvelope
|
|
135
|
-
* @throws ApiError
|
|
136
|
-
*/
|
|
137
|
-
public static getApiV2CatalogServiceProductsDetails(
|
|
138
|
-
stockItemId: string,
|
|
139
|
-
): CancelablePromise<StockItemDtoEnvelope> {
|
|
140
|
-
return __request(OpenAPI, {
|
|
141
|
-
method: 'GET',
|
|
142
|
-
url: '/api/v2/CatalogService/Products/{stockItemId}/Details',
|
|
143
|
-
path: {
|
|
144
|
-
'stockItemId': stockItemId,
|
|
145
|
-
},
|
|
146
|
-
errors: {
|
|
147
|
-
401: `Unauthorized`,
|
|
148
|
-
403: `Forbidden`,
|
|
149
|
-
},
|
|
150
|
-
});
|
|
151
|
-
}
|
|
152
|
-
/**
|
|
153
|
-
* @param
|
|
154
|
-
* @param requestBody
|
|
155
|
-
* @returns any
|
|
156
|
-
* @throws ApiError
|
|
157
|
-
*/
|
|
158
|
-
public static postApiV2CatalogServiceProductsCreate(
|
|
159
|
-
|
|
160
|
-
requestBody?: StockItemCreateDto,
|
|
161
|
-
): CancelablePromise<any> {
|
|
162
|
-
return __request(OpenAPI, {
|
|
163
|
-
method: 'POST',
|
|
164
|
-
url: '/api/v2/CatalogService/Products/Create',
|
|
165
|
-
query: {
|
|
166
|
-
'
|
|
167
|
-
},
|
|
168
|
-
body: requestBody,
|
|
169
|
-
mediaType: 'application/json',
|
|
170
|
-
errors: {
|
|
171
|
-
401: `Unauthorized`,
|
|
172
|
-
403: `Forbidden`,
|
|
173
|
-
},
|
|
174
|
-
});
|
|
175
|
-
}
|
|
176
|
-
/**
|
|
177
|
-
* @param
|
|
178
|
-
* @param stockItemId
|
|
179
|
-
* @param requestBody
|
|
180
|
-
* @returns any
|
|
181
|
-
* @throws ApiError
|
|
182
|
-
*/
|
|
183
|
-
public static putApiV2CatalogServiceProductsUpdate(
|
|
184
|
-
|
|
185
|
-
stockItemId: string,
|
|
186
|
-
requestBody?: StockItemUpdateDto,
|
|
187
|
-
): CancelablePromise<any> {
|
|
188
|
-
return __request(OpenAPI, {
|
|
189
|
-
method: 'PUT',
|
|
190
|
-
url: '/api/v2/CatalogService/Products/Update/{stockItemId}',
|
|
191
|
-
path: {
|
|
192
|
-
'stockItemId': stockItemId,
|
|
193
|
-
},
|
|
194
|
-
query: {
|
|
195
|
-
'
|
|
196
|
-
},
|
|
197
|
-
body: requestBody,
|
|
198
|
-
mediaType: 'application/json',
|
|
199
|
-
errors: {
|
|
200
|
-
401: `Unauthorized`,
|
|
201
|
-
403: `Forbidden`,
|
|
202
|
-
},
|
|
203
|
-
});
|
|
204
|
-
}
|
|
205
|
-
/**
|
|
206
|
-
* @param
|
|
207
|
-
* @param stockItemId
|
|
208
|
-
* @returns any
|
|
209
|
-
* @throws ApiError
|
|
210
|
-
*/
|
|
211
|
-
public static deleteApiV2CatalogServiceProductsDelete(
|
|
212
|
-
|
|
213
|
-
stockItemId: string,
|
|
214
|
-
): CancelablePromise<any> {
|
|
215
|
-
return __request(OpenAPI, {
|
|
216
|
-
method: 'DELETE',
|
|
217
|
-
url: '/api/v2/CatalogService/Products/Delete/{stockItemId}',
|
|
218
|
-
path: {
|
|
219
|
-
'stockItemId': stockItemId,
|
|
220
|
-
},
|
|
221
|
-
query: {
|
|
222
|
-
'
|
|
223
|
-
},
|
|
224
|
-
errors: {
|
|
225
|
-
401: `Unauthorized`,
|
|
226
|
-
403: `Forbidden`,
|
|
227
|
-
},
|
|
228
|
-
});
|
|
229
|
-
}
|
|
230
|
-
/**
|
|
231
|
-
* @param stockItemId
|
|
232
|
-
* @
|
|
233
|
-
* @
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
},
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
},
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
},
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
},
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
},
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
},
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
},
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
},
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
},
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
},
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
},
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
},
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
},
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
},
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
},
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
},
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
},
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
* @param
|
|
921
|
-
* @param
|
|
922
|
-
* @
|
|
923
|
-
* @
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
'
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
'itemShippingPolicyId': itemShippingPolicyId,
|
|
1713
|
-
},
|
|
1714
|
-
errors: {
|
|
1715
|
-
401: `Unauthorized`,
|
|
1716
|
-
403: `Forbidden`,
|
|
1717
|
-
},
|
|
1718
|
-
});
|
|
1719
|
-
}
|
|
1720
|
-
/**
|
|
1721
|
-
* @param stockItemId
|
|
1722
|
-
* @param itemShippingPolicyId
|
|
1723
|
-
* @returns ItemShippingPolicyDtoEnvelope Success
|
|
1724
|
-
* @throws ApiError
|
|
1725
|
-
*/
|
|
1726
|
-
public static deleteApiV2CatalogServiceProductsShippingPolicies(
|
|
1727
|
-
stockItemId: string,
|
|
1728
|
-
itemShippingPolicyId: string,
|
|
1729
|
-
): CancelablePromise<ItemShippingPolicyDtoEnvelope> {
|
|
1730
|
-
return __request(OpenAPI, {
|
|
1731
|
-
method: 'DELETE',
|
|
1732
|
-
url: '/api/v2/CatalogService/Products/{stockItemId}/ShippingPolicies/{itemShippingPolicyId}',
|
|
1733
|
-
path: {
|
|
1734
|
-
'stockItemId': stockItemId,
|
|
1735
|
-
'itemShippingPolicyId': itemShippingPolicyId,
|
|
1736
|
-
},
|
|
1737
|
-
errors: {
|
|
1738
|
-
401: `Unauthorized`,
|
|
1739
|
-
403: `Forbidden`,
|
|
1740
|
-
},
|
|
1741
|
-
});
|
|
1742
|
-
}
|
|
1743
|
-
}
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { ItemAttachmentDtoEnvelope } from '../models/ItemAttachmentDtoEnvelope';
|
|
6
|
+
import type { ItemAttachmentDtoListEnvelope } from '../models/ItemAttachmentDtoListEnvelope';
|
|
7
|
+
import type { ItemAttributeOptionDtoEnvelope } from '../models/ItemAttributeOptionDtoEnvelope';
|
|
8
|
+
import type { ItemAttributeOptionDtoListEnvelope } from '../models/ItemAttributeOptionDtoListEnvelope';
|
|
9
|
+
import type { ItemBrandDtoEnvelope } from '../models/ItemBrandDtoEnvelope';
|
|
10
|
+
import type { ItemBrandDtoListEnvelope } from '../models/ItemBrandDtoListEnvelope';
|
|
11
|
+
import type { ItemCategoryDtoEnvelope } from '../models/ItemCategoryDtoEnvelope';
|
|
12
|
+
import type { ItemCategoryDtoListEnvelope } from '../models/ItemCategoryDtoListEnvelope';
|
|
13
|
+
import type { ItemGoogleCategoryDtoEnvelope } from '../models/ItemGoogleCategoryDtoEnvelope';
|
|
14
|
+
import type { ItemGoogleCategoryDtoListEnvelope } from '../models/ItemGoogleCategoryDtoListEnvelope';
|
|
15
|
+
import type { ItemImageDtoEnvelope } from '../models/ItemImageDtoEnvelope';
|
|
16
|
+
import type { ItemImageDtoListEnvelope } from '../models/ItemImageDtoListEnvelope';
|
|
17
|
+
import type { ItemQuestionDtoEnvelope } from '../models/ItemQuestionDtoEnvelope';
|
|
18
|
+
import type { ItemQuestionDtoListEnvelope } from '../models/ItemQuestionDtoListEnvelope';
|
|
19
|
+
import type { ItemQuestionRecordCreateDto } from '../models/ItemQuestionRecordCreateDto';
|
|
20
|
+
import type { ItemRefundPolicyDtoEnvelope } from '../models/ItemRefundPolicyDtoEnvelope';
|
|
21
|
+
import type { ItemRefundPolicyDtoListEnvelope } from '../models/ItemRefundPolicyDtoListEnvelope';
|
|
22
|
+
import type { ItemReturnPolicyDtoEnvelope } from '../models/ItemReturnPolicyDtoEnvelope';
|
|
23
|
+
import type { ItemReturnPolicyDtoListEnvelope } from '../models/ItemReturnPolicyDtoListEnvelope';
|
|
24
|
+
import type { ItemReviewDtoEnvelope } from '../models/ItemReviewDtoEnvelope';
|
|
25
|
+
import type { ItemReviewDtoListEnvelope } from '../models/ItemReviewDtoListEnvelope';
|
|
26
|
+
import type { ItemReviewRecordCreateDto } from '../models/ItemReviewRecordCreateDto';
|
|
27
|
+
import type { ItemShippingPolicyDtoEnvelope } from '../models/ItemShippingPolicyDtoEnvelope';
|
|
28
|
+
import type { ItemShippingPolicyDtoListEnvelope } from '../models/ItemShippingPolicyDtoListEnvelope';
|
|
29
|
+
import type { ItemTagDtoEnvelope } from '../models/ItemTagDtoEnvelope';
|
|
30
|
+
import type { ItemTagDtoListEnvelope } from '../models/ItemTagDtoListEnvelope';
|
|
31
|
+
import type { ItemTaxPolicyDtoEnvelope } from '../models/ItemTaxPolicyDtoEnvelope';
|
|
32
|
+
import type { ItemTaxPolicyDtoListEnvelope } from '../models/ItemTaxPolicyDtoListEnvelope';
|
|
33
|
+
import type { ItemTypeDtoEnvelope } from '../models/ItemTypeDtoEnvelope';
|
|
34
|
+
import type { ItemTypeDtoListEnvelope } from '../models/ItemTypeDtoListEnvelope';
|
|
35
|
+
import type { ItemWarrantyPolicyDtoEnvelope } from '../models/ItemWarrantyPolicyDtoEnvelope';
|
|
36
|
+
import type { ItemWarrantyPolicyDtoListEnvelope } from '../models/ItemWarrantyPolicyDtoListEnvelope';
|
|
37
|
+
import type { PricingRuleDtoEnvelope } from '../models/PricingRuleDtoEnvelope';
|
|
38
|
+
import type { PricingRuleDtoListEnvelope } from '../models/PricingRuleDtoListEnvelope';
|
|
39
|
+
import type { StockItemCreateDto } from '../models/StockItemCreateDto';
|
|
40
|
+
import type { StockItemDtoEnvelope } from '../models/StockItemDtoEnvelope';
|
|
41
|
+
import type { StockItemDtoListEnvelope } from '../models/StockItemDtoListEnvelope';
|
|
42
|
+
import type { StockItemUpdateDto } from '../models/StockItemUpdateDto';
|
|
43
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
44
|
+
import { OpenAPI } from '../core/OpenAPI';
|
|
45
|
+
import { request as __request } from '../core/request';
|
|
46
|
+
export class ProductsService {
|
|
47
|
+
/**
|
|
48
|
+
* @param pageNumber
|
|
49
|
+
* @param pageSize
|
|
50
|
+
* @returns StockItemDtoListEnvelope OK
|
|
51
|
+
* @throws ApiError
|
|
52
|
+
*/
|
|
53
|
+
public static getApiV2CatalogServiceProducts(
|
|
54
|
+
pageNumber?: number,
|
|
55
|
+
pageSize?: number,
|
|
56
|
+
): CancelablePromise<StockItemDtoListEnvelope> {
|
|
57
|
+
return __request(OpenAPI, {
|
|
58
|
+
method: 'GET',
|
|
59
|
+
url: '/api/v2/CatalogService/Products',
|
|
60
|
+
query: {
|
|
61
|
+
'pageNumber': pageNumber,
|
|
62
|
+
'pageSize': pageSize,
|
|
63
|
+
},
|
|
64
|
+
errors: {
|
|
65
|
+
401: `Unauthorized`,
|
|
66
|
+
403: `Forbidden`,
|
|
67
|
+
},
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* @returns StockItemDtoListEnvelope OK
|
|
72
|
+
* @throws ApiError
|
|
73
|
+
*/
|
|
74
|
+
public static getApiV2CatalogServiceProductsCount(): CancelablePromise<StockItemDtoListEnvelope> {
|
|
75
|
+
return __request(OpenAPI, {
|
|
76
|
+
method: 'GET',
|
|
77
|
+
url: '/api/v2/CatalogService/Products/Count',
|
|
78
|
+
errors: {
|
|
79
|
+
401: `Unauthorized`,
|
|
80
|
+
403: `Forbidden`,
|
|
81
|
+
},
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* @param tenantId
|
|
86
|
+
* @param pageNumber
|
|
87
|
+
* @param pageSize
|
|
88
|
+
* @returns StockItemDtoListEnvelope OK
|
|
89
|
+
* @throws ApiError
|
|
90
|
+
*/
|
|
91
|
+
public static getApiV2CatalogServiceProductsByBusiness(
|
|
92
|
+
tenantId: string,
|
|
93
|
+
pageNumber?: number,
|
|
94
|
+
pageSize?: number,
|
|
95
|
+
): CancelablePromise<StockItemDtoListEnvelope> {
|
|
96
|
+
return __request(OpenAPI, {
|
|
97
|
+
method: 'GET',
|
|
98
|
+
url: '/api/v2/CatalogService/Products/ByBusiness/{tenantId}',
|
|
99
|
+
path: {
|
|
100
|
+
'tenantId': tenantId,
|
|
101
|
+
},
|
|
102
|
+
query: {
|
|
103
|
+
'pageNumber': pageNumber,
|
|
104
|
+
'pageSize': pageSize,
|
|
105
|
+
},
|
|
106
|
+
errors: {
|
|
107
|
+
401: `Unauthorized`,
|
|
108
|
+
403: `Forbidden`,
|
|
109
|
+
},
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* @param tenantId
|
|
114
|
+
* @returns StockItemDtoListEnvelope OK
|
|
115
|
+
* @throws ApiError
|
|
116
|
+
*/
|
|
117
|
+
public static getApiV2CatalogServiceProductsByBusinessCount(
|
|
118
|
+
tenantId: string,
|
|
119
|
+
): CancelablePromise<StockItemDtoListEnvelope> {
|
|
120
|
+
return __request(OpenAPI, {
|
|
121
|
+
method: 'GET',
|
|
122
|
+
url: '/api/v2/CatalogService/Products/ByBusiness/{tenantId}/Count',
|
|
123
|
+
path: {
|
|
124
|
+
'tenantId': tenantId,
|
|
125
|
+
},
|
|
126
|
+
errors: {
|
|
127
|
+
401: `Unauthorized`,
|
|
128
|
+
403: `Forbidden`,
|
|
129
|
+
},
|
|
130
|
+
});
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* @param stockItemId
|
|
134
|
+
* @returns StockItemDtoEnvelope OK
|
|
135
|
+
* @throws ApiError
|
|
136
|
+
*/
|
|
137
|
+
public static getApiV2CatalogServiceProductsDetails(
|
|
138
|
+
stockItemId: string,
|
|
139
|
+
): CancelablePromise<StockItemDtoEnvelope> {
|
|
140
|
+
return __request(OpenAPI, {
|
|
141
|
+
method: 'GET',
|
|
142
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Details',
|
|
143
|
+
path: {
|
|
144
|
+
'stockItemId': stockItemId,
|
|
145
|
+
},
|
|
146
|
+
errors: {
|
|
147
|
+
401: `Unauthorized`,
|
|
148
|
+
403: `Forbidden`,
|
|
149
|
+
},
|
|
150
|
+
});
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* @param tenantId
|
|
154
|
+
* @param requestBody
|
|
155
|
+
* @returns any OK
|
|
156
|
+
* @throws ApiError
|
|
157
|
+
*/
|
|
158
|
+
public static postApiV2CatalogServiceProductsCreate(
|
|
159
|
+
tenantId: string,
|
|
160
|
+
requestBody?: StockItemCreateDto,
|
|
161
|
+
): CancelablePromise<any> {
|
|
162
|
+
return __request(OpenAPI, {
|
|
163
|
+
method: 'POST',
|
|
164
|
+
url: '/api/v2/CatalogService/Products/Create',
|
|
165
|
+
query: {
|
|
166
|
+
'tenantId': tenantId,
|
|
167
|
+
},
|
|
168
|
+
body: requestBody,
|
|
169
|
+
mediaType: 'application/json',
|
|
170
|
+
errors: {
|
|
171
|
+
401: `Unauthorized`,
|
|
172
|
+
403: `Forbidden`,
|
|
173
|
+
},
|
|
174
|
+
});
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* @param tenantId
|
|
178
|
+
* @param stockItemId
|
|
179
|
+
* @param requestBody
|
|
180
|
+
* @returns any OK
|
|
181
|
+
* @throws ApiError
|
|
182
|
+
*/
|
|
183
|
+
public static putApiV2CatalogServiceProductsUpdate(
|
|
184
|
+
tenantId: string,
|
|
185
|
+
stockItemId: string,
|
|
186
|
+
requestBody?: StockItemUpdateDto,
|
|
187
|
+
): CancelablePromise<any> {
|
|
188
|
+
return __request(OpenAPI, {
|
|
189
|
+
method: 'PUT',
|
|
190
|
+
url: '/api/v2/CatalogService/Products/Update/{stockItemId}',
|
|
191
|
+
path: {
|
|
192
|
+
'stockItemId': stockItemId,
|
|
193
|
+
},
|
|
194
|
+
query: {
|
|
195
|
+
'tenantId': tenantId,
|
|
196
|
+
},
|
|
197
|
+
body: requestBody,
|
|
198
|
+
mediaType: 'application/json',
|
|
199
|
+
errors: {
|
|
200
|
+
401: `Unauthorized`,
|
|
201
|
+
403: `Forbidden`,
|
|
202
|
+
},
|
|
203
|
+
});
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* @param tenantId
|
|
207
|
+
* @param stockItemId
|
|
208
|
+
* @returns any OK
|
|
209
|
+
* @throws ApiError
|
|
210
|
+
*/
|
|
211
|
+
public static deleteApiV2CatalogServiceProductsDelete(
|
|
212
|
+
tenantId: string,
|
|
213
|
+
stockItemId: string,
|
|
214
|
+
): CancelablePromise<any> {
|
|
215
|
+
return __request(OpenAPI, {
|
|
216
|
+
method: 'DELETE',
|
|
217
|
+
url: '/api/v2/CatalogService/Products/Delete/{stockItemId}',
|
|
218
|
+
path: {
|
|
219
|
+
'stockItemId': stockItemId,
|
|
220
|
+
},
|
|
221
|
+
query: {
|
|
222
|
+
'tenantId': tenantId,
|
|
223
|
+
},
|
|
224
|
+
errors: {
|
|
225
|
+
401: `Unauthorized`,
|
|
226
|
+
403: `Forbidden`,
|
|
227
|
+
},
|
|
228
|
+
});
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* @param stockItemId
|
|
232
|
+
* @param pageNumber
|
|
233
|
+
* @param pageSize
|
|
234
|
+
* @returns ItemImageDtoListEnvelope OK
|
|
235
|
+
* @throws ApiError
|
|
236
|
+
*/
|
|
237
|
+
public static getApiV2CatalogServiceProductsImages(
|
|
238
|
+
stockItemId: string,
|
|
239
|
+
pageNumber?: number,
|
|
240
|
+
pageSize?: number,
|
|
241
|
+
): CancelablePromise<ItemImageDtoListEnvelope> {
|
|
242
|
+
return __request(OpenAPI, {
|
|
243
|
+
method: 'GET',
|
|
244
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Images',
|
|
245
|
+
path: {
|
|
246
|
+
'stockItemId': stockItemId,
|
|
247
|
+
},
|
|
248
|
+
query: {
|
|
249
|
+
'pageNumber': pageNumber,
|
|
250
|
+
'pageSize': pageSize,
|
|
251
|
+
},
|
|
252
|
+
errors: {
|
|
253
|
+
401: `Unauthorized`,
|
|
254
|
+
403: `Forbidden`,
|
|
255
|
+
},
|
|
256
|
+
});
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* @param stockItemId
|
|
260
|
+
* @param itemImageId
|
|
261
|
+
* @returns ItemImageDtoEnvelope OK
|
|
262
|
+
* @throws ApiError
|
|
263
|
+
*/
|
|
264
|
+
public static getApiV2CatalogServiceProductsImages1(
|
|
265
|
+
stockItemId: string,
|
|
266
|
+
itemImageId: string,
|
|
267
|
+
): CancelablePromise<ItemImageDtoEnvelope> {
|
|
268
|
+
return __request(OpenAPI, {
|
|
269
|
+
method: 'GET',
|
|
270
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Images/{itemImageId}',
|
|
271
|
+
path: {
|
|
272
|
+
'stockItemId': stockItemId,
|
|
273
|
+
'itemImageId': itemImageId,
|
|
274
|
+
},
|
|
275
|
+
errors: {
|
|
276
|
+
401: `Unauthorized`,
|
|
277
|
+
403: `Forbidden`,
|
|
278
|
+
},
|
|
279
|
+
});
|
|
280
|
+
}
|
|
281
|
+
/**
|
|
282
|
+
* @param stockItemId
|
|
283
|
+
* @param itemImageId
|
|
284
|
+
* @returns ItemImageDtoEnvelope OK
|
|
285
|
+
* @throws ApiError
|
|
286
|
+
*/
|
|
287
|
+
public static postApiV2CatalogServiceProductsImages(
|
|
288
|
+
stockItemId: string,
|
|
289
|
+
itemImageId: string,
|
|
290
|
+
): CancelablePromise<ItemImageDtoEnvelope> {
|
|
291
|
+
return __request(OpenAPI, {
|
|
292
|
+
method: 'POST',
|
|
293
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Images/{itemImageId}',
|
|
294
|
+
path: {
|
|
295
|
+
'stockItemId': stockItemId,
|
|
296
|
+
'itemImageId': itemImageId,
|
|
297
|
+
},
|
|
298
|
+
errors: {
|
|
299
|
+
401: `Unauthorized`,
|
|
300
|
+
403: `Forbidden`,
|
|
301
|
+
},
|
|
302
|
+
});
|
|
303
|
+
}
|
|
304
|
+
/**
|
|
305
|
+
* @param stockItemId
|
|
306
|
+
* @param itemImageId
|
|
307
|
+
* @returns ItemImageDtoEnvelope OK
|
|
308
|
+
* @throws ApiError
|
|
309
|
+
*/
|
|
310
|
+
public static deleteApiV2CatalogServiceProductsImages(
|
|
311
|
+
stockItemId: string,
|
|
312
|
+
itemImageId: string,
|
|
313
|
+
): CancelablePromise<ItemImageDtoEnvelope> {
|
|
314
|
+
return __request(OpenAPI, {
|
|
315
|
+
method: 'DELETE',
|
|
316
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Images/{itemImageId}',
|
|
317
|
+
path: {
|
|
318
|
+
'stockItemId': stockItemId,
|
|
319
|
+
'itemImageId': itemImageId,
|
|
320
|
+
},
|
|
321
|
+
errors: {
|
|
322
|
+
401: `Unauthorized`,
|
|
323
|
+
403: `Forbidden`,
|
|
324
|
+
},
|
|
325
|
+
});
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* @param stockItemId
|
|
329
|
+
* @returns ItemBrandDtoListEnvelope OK
|
|
330
|
+
* @throws ApiError
|
|
331
|
+
*/
|
|
332
|
+
public static getApiV2CatalogServiceProductsBrands(
|
|
333
|
+
stockItemId: string,
|
|
334
|
+
): CancelablePromise<ItemBrandDtoListEnvelope> {
|
|
335
|
+
return __request(OpenAPI, {
|
|
336
|
+
method: 'GET',
|
|
337
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Brands',
|
|
338
|
+
path: {
|
|
339
|
+
'stockItemId': stockItemId,
|
|
340
|
+
},
|
|
341
|
+
errors: {
|
|
342
|
+
401: `Unauthorized`,
|
|
343
|
+
403: `Forbidden`,
|
|
344
|
+
},
|
|
345
|
+
});
|
|
346
|
+
}
|
|
347
|
+
/**
|
|
348
|
+
* @param stockItemId
|
|
349
|
+
* @param itemBrandId
|
|
350
|
+
* @returns ItemBrandDtoEnvelope OK
|
|
351
|
+
* @throws ApiError
|
|
352
|
+
*/
|
|
353
|
+
public static getApiV2CatalogServiceProductsBrands1(
|
|
354
|
+
stockItemId: string,
|
|
355
|
+
itemBrandId: string,
|
|
356
|
+
): CancelablePromise<ItemBrandDtoEnvelope> {
|
|
357
|
+
return __request(OpenAPI, {
|
|
358
|
+
method: 'GET',
|
|
359
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Brands/{itemBrandId}',
|
|
360
|
+
path: {
|
|
361
|
+
'stockItemId': stockItemId,
|
|
362
|
+
'itemBrandId': itemBrandId,
|
|
363
|
+
},
|
|
364
|
+
errors: {
|
|
365
|
+
401: `Unauthorized`,
|
|
366
|
+
403: `Forbidden`,
|
|
367
|
+
},
|
|
368
|
+
});
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* @param stockItemId
|
|
372
|
+
* @param itemBrandId
|
|
373
|
+
* @returns ItemBrandDtoEnvelope OK
|
|
374
|
+
* @throws ApiError
|
|
375
|
+
*/
|
|
376
|
+
public static postApiV2CatalogServiceProductsBrands(
|
|
377
|
+
stockItemId: string,
|
|
378
|
+
itemBrandId: string,
|
|
379
|
+
): CancelablePromise<ItemBrandDtoEnvelope> {
|
|
380
|
+
return __request(OpenAPI, {
|
|
381
|
+
method: 'POST',
|
|
382
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Brands/{itemBrandId}',
|
|
383
|
+
path: {
|
|
384
|
+
'stockItemId': stockItemId,
|
|
385
|
+
'itemBrandId': itemBrandId,
|
|
386
|
+
},
|
|
387
|
+
errors: {
|
|
388
|
+
401: `Unauthorized`,
|
|
389
|
+
403: `Forbidden`,
|
|
390
|
+
},
|
|
391
|
+
});
|
|
392
|
+
}
|
|
393
|
+
/**
|
|
394
|
+
* @param stockItemId
|
|
395
|
+
* @param itemBrandId
|
|
396
|
+
* @returns ItemBrandDtoEnvelope OK
|
|
397
|
+
* @throws ApiError
|
|
398
|
+
*/
|
|
399
|
+
public static deleteApiV2CatalogServiceProductsBrands(
|
|
400
|
+
stockItemId: string,
|
|
401
|
+
itemBrandId: string,
|
|
402
|
+
): CancelablePromise<ItemBrandDtoEnvelope> {
|
|
403
|
+
return __request(OpenAPI, {
|
|
404
|
+
method: 'DELETE',
|
|
405
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Brands/{itemBrandId}',
|
|
406
|
+
path: {
|
|
407
|
+
'stockItemId': stockItemId,
|
|
408
|
+
'itemBrandId': itemBrandId,
|
|
409
|
+
},
|
|
410
|
+
errors: {
|
|
411
|
+
401: `Unauthorized`,
|
|
412
|
+
403: `Forbidden`,
|
|
413
|
+
},
|
|
414
|
+
});
|
|
415
|
+
}
|
|
416
|
+
/**
|
|
417
|
+
* @param stockItemId
|
|
418
|
+
* @returns ItemCategoryDtoListEnvelope OK
|
|
419
|
+
* @throws ApiError
|
|
420
|
+
*/
|
|
421
|
+
public static getApiV2CatalogServiceProductsCategories(
|
|
422
|
+
stockItemId: string,
|
|
423
|
+
): CancelablePromise<ItemCategoryDtoListEnvelope> {
|
|
424
|
+
return __request(OpenAPI, {
|
|
425
|
+
method: 'GET',
|
|
426
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Categories',
|
|
427
|
+
path: {
|
|
428
|
+
'stockItemId': stockItemId,
|
|
429
|
+
},
|
|
430
|
+
errors: {
|
|
431
|
+
401: `Unauthorized`,
|
|
432
|
+
403: `Forbidden`,
|
|
433
|
+
},
|
|
434
|
+
});
|
|
435
|
+
}
|
|
436
|
+
/**
|
|
437
|
+
* @param stockItemId
|
|
438
|
+
* @param itemCategoryId
|
|
439
|
+
* @returns ItemCategoryDtoEnvelope OK
|
|
440
|
+
* @throws ApiError
|
|
441
|
+
*/
|
|
442
|
+
public static getApiV2CatalogServiceProductsCategories1(
|
|
443
|
+
stockItemId: string,
|
|
444
|
+
itemCategoryId: string,
|
|
445
|
+
): CancelablePromise<ItemCategoryDtoEnvelope> {
|
|
446
|
+
return __request(OpenAPI, {
|
|
447
|
+
method: 'GET',
|
|
448
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Categories/{itemCategoryId}',
|
|
449
|
+
path: {
|
|
450
|
+
'stockItemId': stockItemId,
|
|
451
|
+
'itemCategoryId': itemCategoryId,
|
|
452
|
+
},
|
|
453
|
+
errors: {
|
|
454
|
+
401: `Unauthorized`,
|
|
455
|
+
403: `Forbidden`,
|
|
456
|
+
},
|
|
457
|
+
});
|
|
458
|
+
}
|
|
459
|
+
/**
|
|
460
|
+
* @param stockItemId
|
|
461
|
+
* @param itemCategoryId
|
|
462
|
+
* @returns ItemCategoryDtoEnvelope OK
|
|
463
|
+
* @throws ApiError
|
|
464
|
+
*/
|
|
465
|
+
public static postApiV2CatalogServiceProductsCategories(
|
|
466
|
+
stockItemId: string,
|
|
467
|
+
itemCategoryId: string,
|
|
468
|
+
): CancelablePromise<ItemCategoryDtoEnvelope> {
|
|
469
|
+
return __request(OpenAPI, {
|
|
470
|
+
method: 'POST',
|
|
471
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Categories/{itemCategoryId}',
|
|
472
|
+
path: {
|
|
473
|
+
'stockItemId': stockItemId,
|
|
474
|
+
'itemCategoryId': itemCategoryId,
|
|
475
|
+
},
|
|
476
|
+
errors: {
|
|
477
|
+
401: `Unauthorized`,
|
|
478
|
+
403: `Forbidden`,
|
|
479
|
+
},
|
|
480
|
+
});
|
|
481
|
+
}
|
|
482
|
+
/**
|
|
483
|
+
* @param stockItemId
|
|
484
|
+
* @param itemCategoryId
|
|
485
|
+
* @returns ItemCategoryDtoEnvelope OK
|
|
486
|
+
* @throws ApiError
|
|
487
|
+
*/
|
|
488
|
+
public static deleteApiV2CatalogServiceProductsCategories(
|
|
489
|
+
stockItemId: string,
|
|
490
|
+
itemCategoryId: string,
|
|
491
|
+
): CancelablePromise<ItemCategoryDtoEnvelope> {
|
|
492
|
+
return __request(OpenAPI, {
|
|
493
|
+
method: 'DELETE',
|
|
494
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Categories/{itemCategoryId}',
|
|
495
|
+
path: {
|
|
496
|
+
'stockItemId': stockItemId,
|
|
497
|
+
'itemCategoryId': itemCategoryId,
|
|
498
|
+
},
|
|
499
|
+
errors: {
|
|
500
|
+
401: `Unauthorized`,
|
|
501
|
+
403: `Forbidden`,
|
|
502
|
+
},
|
|
503
|
+
});
|
|
504
|
+
}
|
|
505
|
+
/**
|
|
506
|
+
* @param stockItemId
|
|
507
|
+
* @returns ItemTypeDtoListEnvelope OK
|
|
508
|
+
* @throws ApiError
|
|
509
|
+
*/
|
|
510
|
+
public static getApiV2CatalogServiceProductsTypes(
|
|
511
|
+
stockItemId: string,
|
|
512
|
+
): CancelablePromise<ItemTypeDtoListEnvelope> {
|
|
513
|
+
return __request(OpenAPI, {
|
|
514
|
+
method: 'GET',
|
|
515
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Types',
|
|
516
|
+
path: {
|
|
517
|
+
'stockItemId': stockItemId,
|
|
518
|
+
},
|
|
519
|
+
errors: {
|
|
520
|
+
401: `Unauthorized`,
|
|
521
|
+
403: `Forbidden`,
|
|
522
|
+
},
|
|
523
|
+
});
|
|
524
|
+
}
|
|
525
|
+
/**
|
|
526
|
+
* @param stockItemId
|
|
527
|
+
* @param itemTypeId
|
|
528
|
+
* @returns ItemTypeDtoEnvelope OK
|
|
529
|
+
* @throws ApiError
|
|
530
|
+
*/
|
|
531
|
+
public static getApiV2CatalogServiceProductsTypes1(
|
|
532
|
+
stockItemId: string,
|
|
533
|
+
itemTypeId: string,
|
|
534
|
+
): CancelablePromise<ItemTypeDtoEnvelope> {
|
|
535
|
+
return __request(OpenAPI, {
|
|
536
|
+
method: 'GET',
|
|
537
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Types/{itemTypeId}',
|
|
538
|
+
path: {
|
|
539
|
+
'stockItemId': stockItemId,
|
|
540
|
+
'itemTypeId': itemTypeId,
|
|
541
|
+
},
|
|
542
|
+
errors: {
|
|
543
|
+
401: `Unauthorized`,
|
|
544
|
+
403: `Forbidden`,
|
|
545
|
+
},
|
|
546
|
+
});
|
|
547
|
+
}
|
|
548
|
+
/**
|
|
549
|
+
* @param stockItemId
|
|
550
|
+
* @param itemTypeId
|
|
551
|
+
* @returns ItemTypeDtoEnvelope OK
|
|
552
|
+
* @throws ApiError
|
|
553
|
+
*/
|
|
554
|
+
public static postApiV2CatalogServiceProductsTypes(
|
|
555
|
+
stockItemId: string,
|
|
556
|
+
itemTypeId: string,
|
|
557
|
+
): CancelablePromise<ItemTypeDtoEnvelope> {
|
|
558
|
+
return __request(OpenAPI, {
|
|
559
|
+
method: 'POST',
|
|
560
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Types/{itemTypeId}',
|
|
561
|
+
path: {
|
|
562
|
+
'stockItemId': stockItemId,
|
|
563
|
+
'itemTypeId': itemTypeId,
|
|
564
|
+
},
|
|
565
|
+
errors: {
|
|
566
|
+
401: `Unauthorized`,
|
|
567
|
+
403: `Forbidden`,
|
|
568
|
+
},
|
|
569
|
+
});
|
|
570
|
+
}
|
|
571
|
+
/**
|
|
572
|
+
* @param stockItemId
|
|
573
|
+
* @param itemTypeId
|
|
574
|
+
* @returns ItemTypeDtoEnvelope OK
|
|
575
|
+
* @throws ApiError
|
|
576
|
+
*/
|
|
577
|
+
public static deleteApiV2CatalogServiceProductsTypes(
|
|
578
|
+
stockItemId: string,
|
|
579
|
+
itemTypeId: string,
|
|
580
|
+
): CancelablePromise<ItemTypeDtoEnvelope> {
|
|
581
|
+
return __request(OpenAPI, {
|
|
582
|
+
method: 'DELETE',
|
|
583
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Types/{itemTypeId}',
|
|
584
|
+
path: {
|
|
585
|
+
'stockItemId': stockItemId,
|
|
586
|
+
'itemTypeId': itemTypeId,
|
|
587
|
+
},
|
|
588
|
+
errors: {
|
|
589
|
+
401: `Unauthorized`,
|
|
590
|
+
403: `Forbidden`,
|
|
591
|
+
},
|
|
592
|
+
});
|
|
593
|
+
}
|
|
594
|
+
/**
|
|
595
|
+
* @param stockItemId
|
|
596
|
+
* @returns ItemTagDtoListEnvelope OK
|
|
597
|
+
* @throws ApiError
|
|
598
|
+
*/
|
|
599
|
+
public static getApiV2CatalogServiceProductsTags(
|
|
600
|
+
stockItemId: string,
|
|
601
|
+
): CancelablePromise<ItemTagDtoListEnvelope> {
|
|
602
|
+
return __request(OpenAPI, {
|
|
603
|
+
method: 'GET',
|
|
604
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Tags',
|
|
605
|
+
path: {
|
|
606
|
+
'stockItemId': stockItemId,
|
|
607
|
+
},
|
|
608
|
+
errors: {
|
|
609
|
+
401: `Unauthorized`,
|
|
610
|
+
403: `Forbidden`,
|
|
611
|
+
},
|
|
612
|
+
});
|
|
613
|
+
}
|
|
614
|
+
/**
|
|
615
|
+
* @param stockItemId
|
|
616
|
+
* @param itemTagId
|
|
617
|
+
* @returns ItemTagDtoEnvelope OK
|
|
618
|
+
* @throws ApiError
|
|
619
|
+
*/
|
|
620
|
+
public static getApiV2CatalogServiceProductsTags1(
|
|
621
|
+
stockItemId: string,
|
|
622
|
+
itemTagId: string,
|
|
623
|
+
): CancelablePromise<ItemTagDtoEnvelope> {
|
|
624
|
+
return __request(OpenAPI, {
|
|
625
|
+
method: 'GET',
|
|
626
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Tags/{itemTagId}',
|
|
627
|
+
path: {
|
|
628
|
+
'stockItemId': stockItemId,
|
|
629
|
+
'itemTagId': itemTagId,
|
|
630
|
+
},
|
|
631
|
+
errors: {
|
|
632
|
+
401: `Unauthorized`,
|
|
633
|
+
403: `Forbidden`,
|
|
634
|
+
},
|
|
635
|
+
});
|
|
636
|
+
}
|
|
637
|
+
/**
|
|
638
|
+
* @param stockItemId
|
|
639
|
+
* @param itemTagId
|
|
640
|
+
* @returns ItemTagDtoEnvelope OK
|
|
641
|
+
* @throws ApiError
|
|
642
|
+
*/
|
|
643
|
+
public static postApiV2CatalogServiceProductsTags(
|
|
644
|
+
stockItemId: string,
|
|
645
|
+
itemTagId: string,
|
|
646
|
+
): CancelablePromise<ItemTagDtoEnvelope> {
|
|
647
|
+
return __request(OpenAPI, {
|
|
648
|
+
method: 'POST',
|
|
649
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Tags/{itemTagId}',
|
|
650
|
+
path: {
|
|
651
|
+
'stockItemId': stockItemId,
|
|
652
|
+
'itemTagId': itemTagId,
|
|
653
|
+
},
|
|
654
|
+
errors: {
|
|
655
|
+
401: `Unauthorized`,
|
|
656
|
+
403: `Forbidden`,
|
|
657
|
+
},
|
|
658
|
+
});
|
|
659
|
+
}
|
|
660
|
+
/**
|
|
661
|
+
* @param stockItemId
|
|
662
|
+
* @param itemTagId
|
|
663
|
+
* @returns ItemTagDtoEnvelope OK
|
|
664
|
+
* @throws ApiError
|
|
665
|
+
*/
|
|
666
|
+
public static deleteApiV2CatalogServiceProductsTags(
|
|
667
|
+
stockItemId: string,
|
|
668
|
+
itemTagId: string,
|
|
669
|
+
): CancelablePromise<ItemTagDtoEnvelope> {
|
|
670
|
+
return __request(OpenAPI, {
|
|
671
|
+
method: 'DELETE',
|
|
672
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Tags/{itemTagId}',
|
|
673
|
+
path: {
|
|
674
|
+
'stockItemId': stockItemId,
|
|
675
|
+
'itemTagId': itemTagId,
|
|
676
|
+
},
|
|
677
|
+
errors: {
|
|
678
|
+
401: `Unauthorized`,
|
|
679
|
+
403: `Forbidden`,
|
|
680
|
+
},
|
|
681
|
+
});
|
|
682
|
+
}
|
|
683
|
+
/**
|
|
684
|
+
* @param stockItemId
|
|
685
|
+
* @returns ItemReviewDtoListEnvelope OK
|
|
686
|
+
* @throws ApiError
|
|
687
|
+
*/
|
|
688
|
+
public static getApiV2CatalogServiceProductsReviews(
|
|
689
|
+
stockItemId: string,
|
|
690
|
+
): CancelablePromise<ItemReviewDtoListEnvelope> {
|
|
691
|
+
return __request(OpenAPI, {
|
|
692
|
+
method: 'GET',
|
|
693
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Reviews',
|
|
694
|
+
path: {
|
|
695
|
+
'stockItemId': stockItemId,
|
|
696
|
+
},
|
|
697
|
+
errors: {
|
|
698
|
+
401: `Unauthorized`,
|
|
699
|
+
403: `Forbidden`,
|
|
700
|
+
},
|
|
701
|
+
});
|
|
702
|
+
}
|
|
703
|
+
/**
|
|
704
|
+
* @param stockItemId
|
|
705
|
+
* @param requestBody
|
|
706
|
+
* @returns ItemReviewDtoEnvelope OK
|
|
707
|
+
* @throws ApiError
|
|
708
|
+
*/
|
|
709
|
+
public static postApiV2CatalogServiceProductsReviews(
|
|
710
|
+
stockItemId: string,
|
|
711
|
+
requestBody?: ItemReviewRecordCreateDto,
|
|
712
|
+
): CancelablePromise<ItemReviewDtoEnvelope> {
|
|
713
|
+
return __request(OpenAPI, {
|
|
714
|
+
method: 'POST',
|
|
715
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Reviews',
|
|
716
|
+
path: {
|
|
717
|
+
'stockItemId': stockItemId,
|
|
718
|
+
},
|
|
719
|
+
body: requestBody,
|
|
720
|
+
mediaType: 'application/json',
|
|
721
|
+
errors: {
|
|
722
|
+
401: `Unauthorized`,
|
|
723
|
+
403: `Forbidden`,
|
|
724
|
+
},
|
|
725
|
+
});
|
|
726
|
+
}
|
|
727
|
+
/**
|
|
728
|
+
* @param stockItemId
|
|
729
|
+
* @param itemReviewId
|
|
730
|
+
* @returns ItemReviewDtoEnvelope OK
|
|
731
|
+
* @throws ApiError
|
|
732
|
+
*/
|
|
733
|
+
public static getApiV2CatalogServiceProductsReviews1(
|
|
734
|
+
stockItemId: string,
|
|
735
|
+
itemReviewId: string,
|
|
736
|
+
): CancelablePromise<ItemReviewDtoEnvelope> {
|
|
737
|
+
return __request(OpenAPI, {
|
|
738
|
+
method: 'GET',
|
|
739
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Reviews/{itemReviewId}',
|
|
740
|
+
path: {
|
|
741
|
+
'stockItemId': stockItemId,
|
|
742
|
+
'itemReviewId': itemReviewId,
|
|
743
|
+
},
|
|
744
|
+
errors: {
|
|
745
|
+
401: `Unauthorized`,
|
|
746
|
+
403: `Forbidden`,
|
|
747
|
+
},
|
|
748
|
+
});
|
|
749
|
+
}
|
|
750
|
+
/**
|
|
751
|
+
* @param stockItemId
|
|
752
|
+
* @param itemReviewId
|
|
753
|
+
* @returns ItemReviewDtoEnvelope OK
|
|
754
|
+
* @throws ApiError
|
|
755
|
+
*/
|
|
756
|
+
public static deleteApiV2CatalogServiceProductsReviews(
|
|
757
|
+
stockItemId: string,
|
|
758
|
+
itemReviewId: string,
|
|
759
|
+
): CancelablePromise<ItemReviewDtoEnvelope> {
|
|
760
|
+
return __request(OpenAPI, {
|
|
761
|
+
method: 'DELETE',
|
|
762
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Reviews/{itemReviewId}',
|
|
763
|
+
path: {
|
|
764
|
+
'stockItemId': stockItemId,
|
|
765
|
+
'itemReviewId': itemReviewId,
|
|
766
|
+
},
|
|
767
|
+
errors: {
|
|
768
|
+
401: `Unauthorized`,
|
|
769
|
+
403: `Forbidden`,
|
|
770
|
+
},
|
|
771
|
+
});
|
|
772
|
+
}
|
|
773
|
+
/**
|
|
774
|
+
* @param stockItemId
|
|
775
|
+
* @returns ItemQuestionDtoListEnvelope OK
|
|
776
|
+
* @throws ApiError
|
|
777
|
+
*/
|
|
778
|
+
public static getApiV2CatalogServiceProductsQuestions(
|
|
779
|
+
stockItemId: string,
|
|
780
|
+
): CancelablePromise<ItemQuestionDtoListEnvelope> {
|
|
781
|
+
return __request(OpenAPI, {
|
|
782
|
+
method: 'GET',
|
|
783
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Questions',
|
|
784
|
+
path: {
|
|
785
|
+
'stockItemId': stockItemId,
|
|
786
|
+
},
|
|
787
|
+
errors: {
|
|
788
|
+
401: `Unauthorized`,
|
|
789
|
+
403: `Forbidden`,
|
|
790
|
+
},
|
|
791
|
+
});
|
|
792
|
+
}
|
|
793
|
+
/**
|
|
794
|
+
* @param stockItemId
|
|
795
|
+
* @param requestBody
|
|
796
|
+
* @returns ItemQuestionDtoEnvelope OK
|
|
797
|
+
* @throws ApiError
|
|
798
|
+
*/
|
|
799
|
+
public static postApiV2CatalogServiceProductsQuestions(
|
|
800
|
+
stockItemId: string,
|
|
801
|
+
requestBody?: ItemQuestionRecordCreateDto,
|
|
802
|
+
): CancelablePromise<ItemQuestionDtoEnvelope> {
|
|
803
|
+
return __request(OpenAPI, {
|
|
804
|
+
method: 'POST',
|
|
805
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Questions',
|
|
806
|
+
path: {
|
|
807
|
+
'stockItemId': stockItemId,
|
|
808
|
+
},
|
|
809
|
+
body: requestBody,
|
|
810
|
+
mediaType: 'application/json',
|
|
811
|
+
errors: {
|
|
812
|
+
401: `Unauthorized`,
|
|
813
|
+
403: `Forbidden`,
|
|
814
|
+
},
|
|
815
|
+
});
|
|
816
|
+
}
|
|
817
|
+
/**
|
|
818
|
+
* @param stockItemId
|
|
819
|
+
* @param itemQuestionId
|
|
820
|
+
* @returns ItemQuestionDtoEnvelope OK
|
|
821
|
+
* @throws ApiError
|
|
822
|
+
*/
|
|
823
|
+
public static getApiV2CatalogServiceProductsQuestions1(
|
|
824
|
+
stockItemId: string,
|
|
825
|
+
itemQuestionId: string,
|
|
826
|
+
): CancelablePromise<ItemQuestionDtoEnvelope> {
|
|
827
|
+
return __request(OpenAPI, {
|
|
828
|
+
method: 'GET',
|
|
829
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Questions/{itemQuestionId}',
|
|
830
|
+
path: {
|
|
831
|
+
'stockItemId': stockItemId,
|
|
832
|
+
'itemQuestionId': itemQuestionId,
|
|
833
|
+
},
|
|
834
|
+
errors: {
|
|
835
|
+
401: `Unauthorized`,
|
|
836
|
+
403: `Forbidden`,
|
|
837
|
+
},
|
|
838
|
+
});
|
|
839
|
+
}
|
|
840
|
+
/**
|
|
841
|
+
* @param stockItemId
|
|
842
|
+
* @param itemQuestionId
|
|
843
|
+
* @returns ItemQuestionDtoEnvelope OK
|
|
844
|
+
* @throws ApiError
|
|
845
|
+
*/
|
|
846
|
+
public static deleteApiV2CatalogServiceProductsQuestions(
|
|
847
|
+
stockItemId: string,
|
|
848
|
+
itemQuestionId: string,
|
|
849
|
+
): CancelablePromise<ItemQuestionDtoEnvelope> {
|
|
850
|
+
return __request(OpenAPI, {
|
|
851
|
+
method: 'DELETE',
|
|
852
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Questions/{itemQuestionId}',
|
|
853
|
+
path: {
|
|
854
|
+
'stockItemId': stockItemId,
|
|
855
|
+
'itemQuestionId': itemQuestionId,
|
|
856
|
+
},
|
|
857
|
+
errors: {
|
|
858
|
+
401: `Unauthorized`,
|
|
859
|
+
403: `Forbidden`,
|
|
860
|
+
},
|
|
861
|
+
});
|
|
862
|
+
}
|
|
863
|
+
/**
|
|
864
|
+
* @param stockItemId
|
|
865
|
+
* @returns ItemAttachmentDtoListEnvelope OK
|
|
866
|
+
* @throws ApiError
|
|
867
|
+
*/
|
|
868
|
+
public static getApiV2CatalogServiceProductsAttachments(
|
|
869
|
+
stockItemId: string,
|
|
870
|
+
): CancelablePromise<ItemAttachmentDtoListEnvelope> {
|
|
871
|
+
return __request(OpenAPI, {
|
|
872
|
+
method: 'GET',
|
|
873
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Attachments',
|
|
874
|
+
path: {
|
|
875
|
+
'stockItemId': stockItemId,
|
|
876
|
+
},
|
|
877
|
+
errors: {
|
|
878
|
+
401: `Unauthorized`,
|
|
879
|
+
403: `Forbidden`,
|
|
880
|
+
},
|
|
881
|
+
});
|
|
882
|
+
}
|
|
883
|
+
/**
|
|
884
|
+
* @param stockItemId
|
|
885
|
+
* @param itemAttachmentId
|
|
886
|
+
* @returns ItemAttachmentDtoEnvelope OK
|
|
887
|
+
* @throws ApiError
|
|
888
|
+
*/
|
|
889
|
+
public static getApiV2CatalogServiceProductsAttachments1(
|
|
890
|
+
stockItemId: string,
|
|
891
|
+
itemAttachmentId: string,
|
|
892
|
+
): CancelablePromise<ItemAttachmentDtoEnvelope> {
|
|
893
|
+
return __request(OpenAPI, {
|
|
894
|
+
method: 'GET',
|
|
895
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Attachments/{itemAttachmentId}',
|
|
896
|
+
path: {
|
|
897
|
+
'stockItemId': stockItemId,
|
|
898
|
+
'itemAttachmentId': itemAttachmentId,
|
|
899
|
+
},
|
|
900
|
+
errors: {
|
|
901
|
+
401: `Unauthorized`,
|
|
902
|
+
403: `Forbidden`,
|
|
903
|
+
},
|
|
904
|
+
});
|
|
905
|
+
}
|
|
906
|
+
/**
|
|
907
|
+
* @param stockItemId
|
|
908
|
+
* @param itemAttachmentId
|
|
909
|
+
* @param itemId
|
|
910
|
+
* @param notes
|
|
911
|
+
* @param title
|
|
912
|
+
* @param author
|
|
913
|
+
* @param isFolder
|
|
914
|
+
* @param fileName
|
|
915
|
+
* @param abstract
|
|
916
|
+
* @param keyWords
|
|
917
|
+
* @param validResponse
|
|
918
|
+
* @param parentFileUploadId
|
|
919
|
+
* @param filePath
|
|
920
|
+
* @param iD
|
|
921
|
+
* @param timestamp
|
|
922
|
+
* @param requestBody
|
|
923
|
+
* @returns ItemAttachmentDtoEnvelope OK
|
|
924
|
+
* @throws ApiError
|
|
925
|
+
*/
|
|
926
|
+
public static postApiV2CatalogServiceProductsAttachments(
|
|
927
|
+
stockItemId: string,
|
|
928
|
+
itemAttachmentId: string,
|
|
929
|
+
itemId?: string,
|
|
930
|
+
notes?: string,
|
|
931
|
+
title?: string,
|
|
932
|
+
author?: string,
|
|
933
|
+
isFolder?: boolean,
|
|
934
|
+
fileName?: string,
|
|
935
|
+
abstract?: string,
|
|
936
|
+
keyWords?: string,
|
|
937
|
+
validResponse?: boolean,
|
|
938
|
+
parentFileUploadId?: string,
|
|
939
|
+
filePath?: string,
|
|
940
|
+
iD?: string,
|
|
941
|
+
timestamp?: string,
|
|
942
|
+
requestBody?: {
|
|
943
|
+
file?: Blob;
|
|
944
|
+
},
|
|
945
|
+
): CancelablePromise<ItemAttachmentDtoEnvelope> {
|
|
946
|
+
return __request(OpenAPI, {
|
|
947
|
+
method: 'POST',
|
|
948
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Attachments/{itemAttachmentId}',
|
|
949
|
+
path: {
|
|
950
|
+
'stockItemId': stockItemId,
|
|
951
|
+
'itemAttachmentId': itemAttachmentId,
|
|
952
|
+
},
|
|
953
|
+
query: {
|
|
954
|
+
'itemID': itemId,
|
|
955
|
+
'notes': notes,
|
|
956
|
+
'title': title,
|
|
957
|
+
'author': author,
|
|
958
|
+
'isFolder': isFolder,
|
|
959
|
+
'fileName': fileName,
|
|
960
|
+
'abstract': abstract,
|
|
961
|
+
'keyWords': keyWords,
|
|
962
|
+
'validResponse': validResponse,
|
|
963
|
+
'parentFileUploadID': parentFileUploadId,
|
|
964
|
+
'filePath': filePath,
|
|
965
|
+
'iD': iD,
|
|
966
|
+
'timestamp': timestamp,
|
|
967
|
+
},
|
|
968
|
+
body: requestBody,
|
|
969
|
+
mediaType: 'application/json',
|
|
970
|
+
errors: {
|
|
971
|
+
401: `Unauthorized`,
|
|
972
|
+
403: `Forbidden`,
|
|
973
|
+
},
|
|
974
|
+
});
|
|
975
|
+
}
|
|
976
|
+
/**
|
|
977
|
+
* @param stockItemId
|
|
978
|
+
* @param itemAttachmentId
|
|
979
|
+
* @returns ItemAttachmentDtoEnvelope OK
|
|
980
|
+
* @throws ApiError
|
|
981
|
+
*/
|
|
982
|
+
public static deleteApiV2CatalogServiceProductsAttachments(
|
|
983
|
+
stockItemId: string,
|
|
984
|
+
itemAttachmentId: string,
|
|
985
|
+
): CancelablePromise<ItemAttachmentDtoEnvelope> {
|
|
986
|
+
return __request(OpenAPI, {
|
|
987
|
+
method: 'DELETE',
|
|
988
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/Attachments/{itemAttachmentId}',
|
|
989
|
+
path: {
|
|
990
|
+
'stockItemId': stockItemId,
|
|
991
|
+
'itemAttachmentId': itemAttachmentId,
|
|
992
|
+
},
|
|
993
|
+
errors: {
|
|
994
|
+
401: `Unauthorized`,
|
|
995
|
+
403: `Forbidden`,
|
|
996
|
+
},
|
|
997
|
+
});
|
|
998
|
+
}
|
|
999
|
+
/**
|
|
1000
|
+
* @param stockItemId
|
|
1001
|
+
* @returns ItemGoogleCategoryDtoListEnvelope OK
|
|
1002
|
+
* @throws ApiError
|
|
1003
|
+
*/
|
|
1004
|
+
public static getApiV2CatalogServiceProductsGoogleCategories(
|
|
1005
|
+
stockItemId: string,
|
|
1006
|
+
): CancelablePromise<ItemGoogleCategoryDtoListEnvelope> {
|
|
1007
|
+
return __request(OpenAPI, {
|
|
1008
|
+
method: 'GET',
|
|
1009
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/GoogleCategories',
|
|
1010
|
+
path: {
|
|
1011
|
+
'stockItemId': stockItemId,
|
|
1012
|
+
},
|
|
1013
|
+
errors: {
|
|
1014
|
+
401: `Unauthorized`,
|
|
1015
|
+
403: `Forbidden`,
|
|
1016
|
+
},
|
|
1017
|
+
});
|
|
1018
|
+
}
|
|
1019
|
+
/**
|
|
1020
|
+
* @param stockItemId
|
|
1021
|
+
* @param itemGoogleCategoryId
|
|
1022
|
+
* @returns ItemGoogleCategoryDtoEnvelope OK
|
|
1023
|
+
* @throws ApiError
|
|
1024
|
+
*/
|
|
1025
|
+
public static getApiV2CatalogServiceProductsGoogleCategories1(
|
|
1026
|
+
stockItemId: string,
|
|
1027
|
+
itemGoogleCategoryId: string,
|
|
1028
|
+
): CancelablePromise<ItemGoogleCategoryDtoEnvelope> {
|
|
1029
|
+
return __request(OpenAPI, {
|
|
1030
|
+
method: 'GET',
|
|
1031
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/GoogleCategories/{itemGoogleCategoryId}',
|
|
1032
|
+
path: {
|
|
1033
|
+
'stockItemId': stockItemId,
|
|
1034
|
+
'itemGoogleCategoryId': itemGoogleCategoryId,
|
|
1035
|
+
},
|
|
1036
|
+
errors: {
|
|
1037
|
+
401: `Unauthorized`,
|
|
1038
|
+
403: `Forbidden`,
|
|
1039
|
+
},
|
|
1040
|
+
});
|
|
1041
|
+
}
|
|
1042
|
+
/**
|
|
1043
|
+
* @param stockItemId
|
|
1044
|
+
* @param itemGoogleCategoryId
|
|
1045
|
+
* @returns ItemGoogleCategoryDtoEnvelope OK
|
|
1046
|
+
* @throws ApiError
|
|
1047
|
+
*/
|
|
1048
|
+
public static postApiV2CatalogServiceProductsGoogleCategories(
|
|
1049
|
+
stockItemId: string,
|
|
1050
|
+
itemGoogleCategoryId: string,
|
|
1051
|
+
): CancelablePromise<ItemGoogleCategoryDtoEnvelope> {
|
|
1052
|
+
return __request(OpenAPI, {
|
|
1053
|
+
method: 'POST',
|
|
1054
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/GoogleCategories/{itemGoogleCategoryId}',
|
|
1055
|
+
path: {
|
|
1056
|
+
'stockItemId': stockItemId,
|
|
1057
|
+
'itemGoogleCategoryId': itemGoogleCategoryId,
|
|
1058
|
+
},
|
|
1059
|
+
errors: {
|
|
1060
|
+
401: `Unauthorized`,
|
|
1061
|
+
403: `Forbidden`,
|
|
1062
|
+
},
|
|
1063
|
+
});
|
|
1064
|
+
}
|
|
1065
|
+
/**
|
|
1066
|
+
* @param stockItemId
|
|
1067
|
+
* @param itemGoogleCategoryId
|
|
1068
|
+
* @returns ItemGoogleCategoryDtoEnvelope OK
|
|
1069
|
+
* @throws ApiError
|
|
1070
|
+
*/
|
|
1071
|
+
public static deleteApiV2CatalogServiceProductsGoogleCategories(
|
|
1072
|
+
stockItemId: string,
|
|
1073
|
+
itemGoogleCategoryId: string,
|
|
1074
|
+
): CancelablePromise<ItemGoogleCategoryDtoEnvelope> {
|
|
1075
|
+
return __request(OpenAPI, {
|
|
1076
|
+
method: 'DELETE',
|
|
1077
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/GoogleCategories/{itemGoogleCategoryId}',
|
|
1078
|
+
path: {
|
|
1079
|
+
'stockItemId': stockItemId,
|
|
1080
|
+
'itemGoogleCategoryId': itemGoogleCategoryId,
|
|
1081
|
+
},
|
|
1082
|
+
errors: {
|
|
1083
|
+
401: `Unauthorized`,
|
|
1084
|
+
403: `Forbidden`,
|
|
1085
|
+
},
|
|
1086
|
+
});
|
|
1087
|
+
}
|
|
1088
|
+
/**
|
|
1089
|
+
* @param stockItemId
|
|
1090
|
+
* @returns ItemAttributeOptionDtoListEnvelope OK
|
|
1091
|
+
* @throws ApiError
|
|
1092
|
+
*/
|
|
1093
|
+
public static getApiV2CatalogServiceProductsAttributeOptions(
|
|
1094
|
+
stockItemId: string,
|
|
1095
|
+
): CancelablePromise<ItemAttributeOptionDtoListEnvelope> {
|
|
1096
|
+
return __request(OpenAPI, {
|
|
1097
|
+
method: 'GET',
|
|
1098
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/AttributeOptions',
|
|
1099
|
+
path: {
|
|
1100
|
+
'stockItemId': stockItemId,
|
|
1101
|
+
},
|
|
1102
|
+
errors: {
|
|
1103
|
+
401: `Unauthorized`,
|
|
1104
|
+
403: `Forbidden`,
|
|
1105
|
+
},
|
|
1106
|
+
});
|
|
1107
|
+
}
|
|
1108
|
+
/**
|
|
1109
|
+
* @param stockItemId
|
|
1110
|
+
* @param itemAttributeOptionId
|
|
1111
|
+
* @returns ItemAttributeOptionDtoEnvelope OK
|
|
1112
|
+
* @throws ApiError
|
|
1113
|
+
*/
|
|
1114
|
+
public static getApiV2CatalogServiceProductsAttributeOptions1(
|
|
1115
|
+
stockItemId: string,
|
|
1116
|
+
itemAttributeOptionId: string,
|
|
1117
|
+
): CancelablePromise<ItemAttributeOptionDtoEnvelope> {
|
|
1118
|
+
return __request(OpenAPI, {
|
|
1119
|
+
method: 'GET',
|
|
1120
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/AttributeOptions/{itemAttributeOptionId}',
|
|
1121
|
+
path: {
|
|
1122
|
+
'stockItemId': stockItemId,
|
|
1123
|
+
'itemAttributeOptionId': itemAttributeOptionId,
|
|
1124
|
+
},
|
|
1125
|
+
errors: {
|
|
1126
|
+
401: `Unauthorized`,
|
|
1127
|
+
403: `Forbidden`,
|
|
1128
|
+
},
|
|
1129
|
+
});
|
|
1130
|
+
}
|
|
1131
|
+
/**
|
|
1132
|
+
* @param stockItemId
|
|
1133
|
+
* @param itemAttributeOptionId
|
|
1134
|
+
* @returns ItemAttributeOptionDtoEnvelope OK
|
|
1135
|
+
* @throws ApiError
|
|
1136
|
+
*/
|
|
1137
|
+
public static postApiV2CatalogServiceProductsAttributeOptions(
|
|
1138
|
+
stockItemId: string,
|
|
1139
|
+
itemAttributeOptionId: string,
|
|
1140
|
+
): CancelablePromise<ItemAttributeOptionDtoEnvelope> {
|
|
1141
|
+
return __request(OpenAPI, {
|
|
1142
|
+
method: 'POST',
|
|
1143
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/AttributeOptions/{itemAttributeOptionId}',
|
|
1144
|
+
path: {
|
|
1145
|
+
'stockItemId': stockItemId,
|
|
1146
|
+
'itemAttributeOptionId': itemAttributeOptionId,
|
|
1147
|
+
},
|
|
1148
|
+
errors: {
|
|
1149
|
+
401: `Unauthorized`,
|
|
1150
|
+
403: `Forbidden`,
|
|
1151
|
+
},
|
|
1152
|
+
});
|
|
1153
|
+
}
|
|
1154
|
+
/**
|
|
1155
|
+
* @param stockItemId
|
|
1156
|
+
* @param itemAttributeOptionId
|
|
1157
|
+
* @returns ItemAttributeOptionDtoEnvelope OK
|
|
1158
|
+
* @throws ApiError
|
|
1159
|
+
*/
|
|
1160
|
+
public static deleteApiV2CatalogServiceProductsAttributeOptions(
|
|
1161
|
+
stockItemId: string,
|
|
1162
|
+
itemAttributeOptionId: string,
|
|
1163
|
+
): CancelablePromise<ItemAttributeOptionDtoEnvelope> {
|
|
1164
|
+
return __request(OpenAPI, {
|
|
1165
|
+
method: 'DELETE',
|
|
1166
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/AttributeOptions/{itemAttributeOptionId}',
|
|
1167
|
+
path: {
|
|
1168
|
+
'stockItemId': stockItemId,
|
|
1169
|
+
'itemAttributeOptionId': itemAttributeOptionId,
|
|
1170
|
+
},
|
|
1171
|
+
errors: {
|
|
1172
|
+
401: `Unauthorized`,
|
|
1173
|
+
403: `Forbidden`,
|
|
1174
|
+
},
|
|
1175
|
+
});
|
|
1176
|
+
}
|
|
1177
|
+
/**
|
|
1178
|
+
* @param stockItemId
|
|
1179
|
+
* @returns ItemTaxPolicyDtoListEnvelope OK
|
|
1180
|
+
* @throws ApiError
|
|
1181
|
+
*/
|
|
1182
|
+
public static getApiV2CatalogServiceProductsTaxPolicies(
|
|
1183
|
+
stockItemId: string,
|
|
1184
|
+
): CancelablePromise<ItemTaxPolicyDtoListEnvelope> {
|
|
1185
|
+
return __request(OpenAPI, {
|
|
1186
|
+
method: 'GET',
|
|
1187
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/TaxPolicies',
|
|
1188
|
+
path: {
|
|
1189
|
+
'stockItemId': stockItemId,
|
|
1190
|
+
},
|
|
1191
|
+
errors: {
|
|
1192
|
+
401: `Unauthorized`,
|
|
1193
|
+
403: `Forbidden`,
|
|
1194
|
+
},
|
|
1195
|
+
});
|
|
1196
|
+
}
|
|
1197
|
+
/**
|
|
1198
|
+
* @param stockItemId
|
|
1199
|
+
* @param itemTaxPolicyId
|
|
1200
|
+
* @returns ItemTaxPolicyDtoEnvelope OK
|
|
1201
|
+
* @throws ApiError
|
|
1202
|
+
*/
|
|
1203
|
+
public static getApiV2CatalogServiceProductsTaxPolicies1(
|
|
1204
|
+
stockItemId: string,
|
|
1205
|
+
itemTaxPolicyId: string,
|
|
1206
|
+
): CancelablePromise<ItemTaxPolicyDtoEnvelope> {
|
|
1207
|
+
return __request(OpenAPI, {
|
|
1208
|
+
method: 'GET',
|
|
1209
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/TaxPolicies/{itemTaxPolicyId}',
|
|
1210
|
+
path: {
|
|
1211
|
+
'stockItemId': stockItemId,
|
|
1212
|
+
'itemTaxPolicyId': itemTaxPolicyId,
|
|
1213
|
+
},
|
|
1214
|
+
errors: {
|
|
1215
|
+
401: `Unauthorized`,
|
|
1216
|
+
403: `Forbidden`,
|
|
1217
|
+
},
|
|
1218
|
+
});
|
|
1219
|
+
}
|
|
1220
|
+
/**
|
|
1221
|
+
* @param stockItemId
|
|
1222
|
+
* @param itemTaxPolicyId
|
|
1223
|
+
* @returns ItemTaxPolicyDtoEnvelope OK
|
|
1224
|
+
* @throws ApiError
|
|
1225
|
+
*/
|
|
1226
|
+
public static postApiV2CatalogServiceProductsTaxPolicies(
|
|
1227
|
+
stockItemId: string,
|
|
1228
|
+
itemTaxPolicyId: string,
|
|
1229
|
+
): CancelablePromise<ItemTaxPolicyDtoEnvelope> {
|
|
1230
|
+
return __request(OpenAPI, {
|
|
1231
|
+
method: 'POST',
|
|
1232
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/TaxPolicies/{itemTaxPolicyId}',
|
|
1233
|
+
path: {
|
|
1234
|
+
'stockItemId': stockItemId,
|
|
1235
|
+
'itemTaxPolicyId': itemTaxPolicyId,
|
|
1236
|
+
},
|
|
1237
|
+
errors: {
|
|
1238
|
+
401: `Unauthorized`,
|
|
1239
|
+
403: `Forbidden`,
|
|
1240
|
+
},
|
|
1241
|
+
});
|
|
1242
|
+
}
|
|
1243
|
+
/**
|
|
1244
|
+
* @param stockItemId
|
|
1245
|
+
* @param itemTaxPolicyId
|
|
1246
|
+
* @returns ItemTaxPolicyDtoEnvelope OK
|
|
1247
|
+
* @throws ApiError
|
|
1248
|
+
*/
|
|
1249
|
+
public static deleteApiV2CatalogServiceProductsTaxPolicies(
|
|
1250
|
+
stockItemId: string,
|
|
1251
|
+
itemTaxPolicyId: string,
|
|
1252
|
+
): CancelablePromise<ItemTaxPolicyDtoEnvelope> {
|
|
1253
|
+
return __request(OpenAPI, {
|
|
1254
|
+
method: 'DELETE',
|
|
1255
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/TaxPolicies/{itemTaxPolicyId}',
|
|
1256
|
+
path: {
|
|
1257
|
+
'stockItemId': stockItemId,
|
|
1258
|
+
'itemTaxPolicyId': itemTaxPolicyId,
|
|
1259
|
+
},
|
|
1260
|
+
errors: {
|
|
1261
|
+
401: `Unauthorized`,
|
|
1262
|
+
403: `Forbidden`,
|
|
1263
|
+
},
|
|
1264
|
+
});
|
|
1265
|
+
}
|
|
1266
|
+
/**
|
|
1267
|
+
* @param stockItemId
|
|
1268
|
+
* @returns PricingRuleDtoListEnvelope OK
|
|
1269
|
+
* @throws ApiError
|
|
1270
|
+
*/
|
|
1271
|
+
public static getApiV2CatalogServiceProductsPriceRules(
|
|
1272
|
+
stockItemId: string,
|
|
1273
|
+
): CancelablePromise<PricingRuleDtoListEnvelope> {
|
|
1274
|
+
return __request(OpenAPI, {
|
|
1275
|
+
method: 'GET',
|
|
1276
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/PriceRules',
|
|
1277
|
+
path: {
|
|
1278
|
+
'stockItemId': stockItemId,
|
|
1279
|
+
},
|
|
1280
|
+
errors: {
|
|
1281
|
+
401: `Unauthorized`,
|
|
1282
|
+
403: `Forbidden`,
|
|
1283
|
+
},
|
|
1284
|
+
});
|
|
1285
|
+
}
|
|
1286
|
+
/**
|
|
1287
|
+
* @param stockItemId
|
|
1288
|
+
* @param itemPriceRuleId
|
|
1289
|
+
* @returns PricingRuleDtoEnvelope OK
|
|
1290
|
+
* @throws ApiError
|
|
1291
|
+
*/
|
|
1292
|
+
public static getApiV2CatalogServiceProductsPriceRules1(
|
|
1293
|
+
stockItemId: string,
|
|
1294
|
+
itemPriceRuleId: string,
|
|
1295
|
+
): CancelablePromise<PricingRuleDtoEnvelope> {
|
|
1296
|
+
return __request(OpenAPI, {
|
|
1297
|
+
method: 'GET',
|
|
1298
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/PriceRules/{itemPriceRuleId}',
|
|
1299
|
+
path: {
|
|
1300
|
+
'stockItemId': stockItemId,
|
|
1301
|
+
'itemPriceRuleId': itemPriceRuleId,
|
|
1302
|
+
},
|
|
1303
|
+
errors: {
|
|
1304
|
+
401: `Unauthorized`,
|
|
1305
|
+
403: `Forbidden`,
|
|
1306
|
+
},
|
|
1307
|
+
});
|
|
1308
|
+
}
|
|
1309
|
+
/**
|
|
1310
|
+
* @param stockItemId
|
|
1311
|
+
* @param itemPriceRuleId
|
|
1312
|
+
* @returns PricingRuleDtoEnvelope OK
|
|
1313
|
+
* @throws ApiError
|
|
1314
|
+
*/
|
|
1315
|
+
public static postApiV2CatalogServiceProductsPriceRules(
|
|
1316
|
+
stockItemId: string,
|
|
1317
|
+
itemPriceRuleId: string,
|
|
1318
|
+
): CancelablePromise<PricingRuleDtoEnvelope> {
|
|
1319
|
+
return __request(OpenAPI, {
|
|
1320
|
+
method: 'POST',
|
|
1321
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/PriceRules/{itemPriceRuleId}',
|
|
1322
|
+
path: {
|
|
1323
|
+
'stockItemId': stockItemId,
|
|
1324
|
+
'itemPriceRuleId': itemPriceRuleId,
|
|
1325
|
+
},
|
|
1326
|
+
errors: {
|
|
1327
|
+
401: `Unauthorized`,
|
|
1328
|
+
403: `Forbidden`,
|
|
1329
|
+
},
|
|
1330
|
+
});
|
|
1331
|
+
}
|
|
1332
|
+
/**
|
|
1333
|
+
* @param stockItemId
|
|
1334
|
+
* @param itemPriceRuleId
|
|
1335
|
+
* @returns PricingRuleDtoEnvelope OK
|
|
1336
|
+
* @throws ApiError
|
|
1337
|
+
*/
|
|
1338
|
+
public static deleteApiV2CatalogServiceProductsPriceRules(
|
|
1339
|
+
stockItemId: string,
|
|
1340
|
+
itemPriceRuleId: string,
|
|
1341
|
+
): CancelablePromise<PricingRuleDtoEnvelope> {
|
|
1342
|
+
return __request(OpenAPI, {
|
|
1343
|
+
method: 'DELETE',
|
|
1344
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/PriceRules/{itemPriceRuleId}',
|
|
1345
|
+
path: {
|
|
1346
|
+
'stockItemId': stockItemId,
|
|
1347
|
+
'itemPriceRuleId': itemPriceRuleId,
|
|
1348
|
+
},
|
|
1349
|
+
errors: {
|
|
1350
|
+
401: `Unauthorized`,
|
|
1351
|
+
403: `Forbidden`,
|
|
1352
|
+
},
|
|
1353
|
+
});
|
|
1354
|
+
}
|
|
1355
|
+
/**
|
|
1356
|
+
* @param stockItemId
|
|
1357
|
+
* @returns ItemWarrantyPolicyDtoListEnvelope OK
|
|
1358
|
+
* @throws ApiError
|
|
1359
|
+
*/
|
|
1360
|
+
public static getApiV2CatalogServiceProductsWarrantyPolicies(
|
|
1361
|
+
stockItemId: string,
|
|
1362
|
+
): CancelablePromise<ItemWarrantyPolicyDtoListEnvelope> {
|
|
1363
|
+
return __request(OpenAPI, {
|
|
1364
|
+
method: 'GET',
|
|
1365
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/WarrantyPolicies',
|
|
1366
|
+
path: {
|
|
1367
|
+
'stockItemId': stockItemId,
|
|
1368
|
+
},
|
|
1369
|
+
errors: {
|
|
1370
|
+
401: `Unauthorized`,
|
|
1371
|
+
403: `Forbidden`,
|
|
1372
|
+
},
|
|
1373
|
+
});
|
|
1374
|
+
}
|
|
1375
|
+
/**
|
|
1376
|
+
* @param stockItemId
|
|
1377
|
+
* @param itemWarrantyPolicyId
|
|
1378
|
+
* @returns ItemWarrantyPolicyDtoEnvelope OK
|
|
1379
|
+
* @throws ApiError
|
|
1380
|
+
*/
|
|
1381
|
+
public static getApiV2CatalogServiceProductsWarrantyPolicies1(
|
|
1382
|
+
stockItemId: string,
|
|
1383
|
+
itemWarrantyPolicyId: string,
|
|
1384
|
+
): CancelablePromise<ItemWarrantyPolicyDtoEnvelope> {
|
|
1385
|
+
return __request(OpenAPI, {
|
|
1386
|
+
method: 'GET',
|
|
1387
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/WarrantyPolicies/{itemWarrantyPolicyId}',
|
|
1388
|
+
path: {
|
|
1389
|
+
'stockItemId': stockItemId,
|
|
1390
|
+
'itemWarrantyPolicyId': itemWarrantyPolicyId,
|
|
1391
|
+
},
|
|
1392
|
+
errors: {
|
|
1393
|
+
401: `Unauthorized`,
|
|
1394
|
+
403: `Forbidden`,
|
|
1395
|
+
},
|
|
1396
|
+
});
|
|
1397
|
+
}
|
|
1398
|
+
/**
|
|
1399
|
+
* @param stockItemId
|
|
1400
|
+
* @param itemWarrantyPolicyId
|
|
1401
|
+
* @returns ItemWarrantyPolicyDtoEnvelope OK
|
|
1402
|
+
* @throws ApiError
|
|
1403
|
+
*/
|
|
1404
|
+
public static postApiV2CatalogServiceProductsWarrantyPolicies(
|
|
1405
|
+
stockItemId: string,
|
|
1406
|
+
itemWarrantyPolicyId: string,
|
|
1407
|
+
): CancelablePromise<ItemWarrantyPolicyDtoEnvelope> {
|
|
1408
|
+
return __request(OpenAPI, {
|
|
1409
|
+
method: 'POST',
|
|
1410
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/WarrantyPolicies/{itemWarrantyPolicyId}',
|
|
1411
|
+
path: {
|
|
1412
|
+
'stockItemId': stockItemId,
|
|
1413
|
+
'itemWarrantyPolicyId': itemWarrantyPolicyId,
|
|
1414
|
+
},
|
|
1415
|
+
errors: {
|
|
1416
|
+
401: `Unauthorized`,
|
|
1417
|
+
403: `Forbidden`,
|
|
1418
|
+
},
|
|
1419
|
+
});
|
|
1420
|
+
}
|
|
1421
|
+
/**
|
|
1422
|
+
* @param stockItemId
|
|
1423
|
+
* @param itemWarrantyPolicyId
|
|
1424
|
+
* @returns ItemWarrantyPolicyDtoEnvelope OK
|
|
1425
|
+
* @throws ApiError
|
|
1426
|
+
*/
|
|
1427
|
+
public static deleteApiV2CatalogServiceProductsWarrantyPolicies(
|
|
1428
|
+
stockItemId: string,
|
|
1429
|
+
itemWarrantyPolicyId: string,
|
|
1430
|
+
): CancelablePromise<ItemWarrantyPolicyDtoEnvelope> {
|
|
1431
|
+
return __request(OpenAPI, {
|
|
1432
|
+
method: 'DELETE',
|
|
1433
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/WarrantyPolicies/{itemWarrantyPolicyId}',
|
|
1434
|
+
path: {
|
|
1435
|
+
'stockItemId': stockItemId,
|
|
1436
|
+
'itemWarrantyPolicyId': itemWarrantyPolicyId,
|
|
1437
|
+
},
|
|
1438
|
+
errors: {
|
|
1439
|
+
401: `Unauthorized`,
|
|
1440
|
+
403: `Forbidden`,
|
|
1441
|
+
},
|
|
1442
|
+
});
|
|
1443
|
+
}
|
|
1444
|
+
/**
|
|
1445
|
+
* @param stockItemId
|
|
1446
|
+
* @returns ItemReturnPolicyDtoListEnvelope OK
|
|
1447
|
+
* @throws ApiError
|
|
1448
|
+
*/
|
|
1449
|
+
public static getApiV2CatalogServiceProductsReturnPolicies(
|
|
1450
|
+
stockItemId: string,
|
|
1451
|
+
): CancelablePromise<ItemReturnPolicyDtoListEnvelope> {
|
|
1452
|
+
return __request(OpenAPI, {
|
|
1453
|
+
method: 'GET',
|
|
1454
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/ReturnPolicies',
|
|
1455
|
+
path: {
|
|
1456
|
+
'stockItemId': stockItemId,
|
|
1457
|
+
},
|
|
1458
|
+
errors: {
|
|
1459
|
+
401: `Unauthorized`,
|
|
1460
|
+
403: `Forbidden`,
|
|
1461
|
+
},
|
|
1462
|
+
});
|
|
1463
|
+
}
|
|
1464
|
+
/**
|
|
1465
|
+
* @param stockItemId
|
|
1466
|
+
* @param itemReturnPolicyId
|
|
1467
|
+
* @returns ItemReturnPolicyDtoEnvelope OK
|
|
1468
|
+
* @throws ApiError
|
|
1469
|
+
*/
|
|
1470
|
+
public static getApiV2CatalogServiceProductsReturnPolicies1(
|
|
1471
|
+
stockItemId: string,
|
|
1472
|
+
itemReturnPolicyId: string,
|
|
1473
|
+
): CancelablePromise<ItemReturnPolicyDtoEnvelope> {
|
|
1474
|
+
return __request(OpenAPI, {
|
|
1475
|
+
method: 'GET',
|
|
1476
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/ReturnPolicies/{itemReturnPolicyId}',
|
|
1477
|
+
path: {
|
|
1478
|
+
'stockItemId': stockItemId,
|
|
1479
|
+
'itemReturnPolicyId': itemReturnPolicyId,
|
|
1480
|
+
},
|
|
1481
|
+
errors: {
|
|
1482
|
+
401: `Unauthorized`,
|
|
1483
|
+
403: `Forbidden`,
|
|
1484
|
+
},
|
|
1485
|
+
});
|
|
1486
|
+
}
|
|
1487
|
+
/**
|
|
1488
|
+
* @param stockItemId
|
|
1489
|
+
* @param itemReturnPolicyId
|
|
1490
|
+
* @returns ItemReturnPolicyDtoEnvelope OK
|
|
1491
|
+
* @throws ApiError
|
|
1492
|
+
*/
|
|
1493
|
+
public static postApiV2CatalogServiceProductsReturnPolicies(
|
|
1494
|
+
stockItemId: string,
|
|
1495
|
+
itemReturnPolicyId: string,
|
|
1496
|
+
): CancelablePromise<ItemReturnPolicyDtoEnvelope> {
|
|
1497
|
+
return __request(OpenAPI, {
|
|
1498
|
+
method: 'POST',
|
|
1499
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/ReturnPolicies/{itemReturnPolicyId}',
|
|
1500
|
+
path: {
|
|
1501
|
+
'stockItemId': stockItemId,
|
|
1502
|
+
'itemReturnPolicyId': itemReturnPolicyId,
|
|
1503
|
+
},
|
|
1504
|
+
errors: {
|
|
1505
|
+
401: `Unauthorized`,
|
|
1506
|
+
403: `Forbidden`,
|
|
1507
|
+
},
|
|
1508
|
+
});
|
|
1509
|
+
}
|
|
1510
|
+
/**
|
|
1511
|
+
* @param stockItemId
|
|
1512
|
+
* @param itemReturnPolicyId
|
|
1513
|
+
* @returns ItemReturnPolicyDtoEnvelope OK
|
|
1514
|
+
* @throws ApiError
|
|
1515
|
+
*/
|
|
1516
|
+
public static deleteApiV2CatalogServiceProductsReturnPolicies(
|
|
1517
|
+
stockItemId: string,
|
|
1518
|
+
itemReturnPolicyId: string,
|
|
1519
|
+
): CancelablePromise<ItemReturnPolicyDtoEnvelope> {
|
|
1520
|
+
return __request(OpenAPI, {
|
|
1521
|
+
method: 'DELETE',
|
|
1522
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/ReturnPolicies/{itemReturnPolicyId}',
|
|
1523
|
+
path: {
|
|
1524
|
+
'stockItemId': stockItemId,
|
|
1525
|
+
'itemReturnPolicyId': itemReturnPolicyId,
|
|
1526
|
+
},
|
|
1527
|
+
errors: {
|
|
1528
|
+
401: `Unauthorized`,
|
|
1529
|
+
403: `Forbidden`,
|
|
1530
|
+
},
|
|
1531
|
+
});
|
|
1532
|
+
}
|
|
1533
|
+
/**
|
|
1534
|
+
* @param stockItemId
|
|
1535
|
+
* @returns ItemRefundPolicyDtoListEnvelope OK
|
|
1536
|
+
* @throws ApiError
|
|
1537
|
+
*/
|
|
1538
|
+
public static getApiV2CatalogServiceProductsRefundPolicies(
|
|
1539
|
+
stockItemId: string,
|
|
1540
|
+
): CancelablePromise<ItemRefundPolicyDtoListEnvelope> {
|
|
1541
|
+
return __request(OpenAPI, {
|
|
1542
|
+
method: 'GET',
|
|
1543
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/RefundPolicies',
|
|
1544
|
+
path: {
|
|
1545
|
+
'stockItemId': stockItemId,
|
|
1546
|
+
},
|
|
1547
|
+
errors: {
|
|
1548
|
+
401: `Unauthorized`,
|
|
1549
|
+
403: `Forbidden`,
|
|
1550
|
+
},
|
|
1551
|
+
});
|
|
1552
|
+
}
|
|
1553
|
+
/**
|
|
1554
|
+
* @param stockItemId
|
|
1555
|
+
* @param itemRefundPolicyId
|
|
1556
|
+
* @returns ItemRefundPolicyDtoEnvelope OK
|
|
1557
|
+
* @throws ApiError
|
|
1558
|
+
*/
|
|
1559
|
+
public static getApiV2CatalogServiceProductsRefundPolicies1(
|
|
1560
|
+
stockItemId: string,
|
|
1561
|
+
itemRefundPolicyId: string,
|
|
1562
|
+
): CancelablePromise<ItemRefundPolicyDtoEnvelope> {
|
|
1563
|
+
return __request(OpenAPI, {
|
|
1564
|
+
method: 'GET',
|
|
1565
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/RefundPolicies/{itemRefundPolicyId}',
|
|
1566
|
+
path: {
|
|
1567
|
+
'stockItemId': stockItemId,
|
|
1568
|
+
'itemRefundPolicyId': itemRefundPolicyId,
|
|
1569
|
+
},
|
|
1570
|
+
errors: {
|
|
1571
|
+
401: `Unauthorized`,
|
|
1572
|
+
403: `Forbidden`,
|
|
1573
|
+
},
|
|
1574
|
+
});
|
|
1575
|
+
}
|
|
1576
|
+
/**
|
|
1577
|
+
* @param stockItemId
|
|
1578
|
+
* @param itemRefundPolicyId
|
|
1579
|
+
* @returns ItemRefundPolicyDtoEnvelope OK
|
|
1580
|
+
* @throws ApiError
|
|
1581
|
+
*/
|
|
1582
|
+
public static postApiV2CatalogServiceProductsRefundPolicies(
|
|
1583
|
+
stockItemId: string,
|
|
1584
|
+
itemRefundPolicyId: string,
|
|
1585
|
+
): CancelablePromise<ItemRefundPolicyDtoEnvelope> {
|
|
1586
|
+
return __request(OpenAPI, {
|
|
1587
|
+
method: 'POST',
|
|
1588
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/RefundPolicies/{itemRefundPolicyId}',
|
|
1589
|
+
path: {
|
|
1590
|
+
'stockItemId': stockItemId,
|
|
1591
|
+
'itemRefundPolicyId': itemRefundPolicyId,
|
|
1592
|
+
},
|
|
1593
|
+
errors: {
|
|
1594
|
+
401: `Unauthorized`,
|
|
1595
|
+
403: `Forbidden`,
|
|
1596
|
+
},
|
|
1597
|
+
});
|
|
1598
|
+
}
|
|
1599
|
+
/**
|
|
1600
|
+
* @param stockItemId
|
|
1601
|
+
* @param itemRefundPolicyId
|
|
1602
|
+
* @returns ItemRefundPolicyDtoEnvelope OK
|
|
1603
|
+
* @throws ApiError
|
|
1604
|
+
*/
|
|
1605
|
+
public static deleteApiV2CatalogServiceProductsRefundPolicies(
|
|
1606
|
+
stockItemId: string,
|
|
1607
|
+
itemRefundPolicyId: string,
|
|
1608
|
+
): CancelablePromise<ItemRefundPolicyDtoEnvelope> {
|
|
1609
|
+
return __request(OpenAPI, {
|
|
1610
|
+
method: 'DELETE',
|
|
1611
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/RefundPolicies/{itemRefundPolicyId}',
|
|
1612
|
+
path: {
|
|
1613
|
+
'stockItemId': stockItemId,
|
|
1614
|
+
'itemRefundPolicyId': itemRefundPolicyId,
|
|
1615
|
+
},
|
|
1616
|
+
errors: {
|
|
1617
|
+
401: `Unauthorized`,
|
|
1618
|
+
403: `Forbidden`,
|
|
1619
|
+
},
|
|
1620
|
+
});
|
|
1621
|
+
}
|
|
1622
|
+
/**
|
|
1623
|
+
* @param stockItemId
|
|
1624
|
+
* @returns ItemShippingPolicyDtoListEnvelope OK
|
|
1625
|
+
* @throws ApiError
|
|
1626
|
+
*/
|
|
1627
|
+
public static getApiV2CatalogServiceProductsShippingPolicies(
|
|
1628
|
+
stockItemId: string,
|
|
1629
|
+
): CancelablePromise<ItemShippingPolicyDtoListEnvelope> {
|
|
1630
|
+
return __request(OpenAPI, {
|
|
1631
|
+
method: 'GET',
|
|
1632
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/ShippingPolicies',
|
|
1633
|
+
path: {
|
|
1634
|
+
'stockItemId': stockItemId,
|
|
1635
|
+
},
|
|
1636
|
+
errors: {
|
|
1637
|
+
401: `Unauthorized`,
|
|
1638
|
+
403: `Forbidden`,
|
|
1639
|
+
},
|
|
1640
|
+
});
|
|
1641
|
+
}
|
|
1642
|
+
/**
|
|
1643
|
+
* @param stockItemId
|
|
1644
|
+
* @param itemShippingPolicyId
|
|
1645
|
+
* @returns ItemShippingPolicyDtoEnvelope OK
|
|
1646
|
+
* @throws ApiError
|
|
1647
|
+
*/
|
|
1648
|
+
public static getApiV2CatalogServiceProductsShippingPolicies1(
|
|
1649
|
+
stockItemId: string,
|
|
1650
|
+
itemShippingPolicyId: string,
|
|
1651
|
+
): CancelablePromise<ItemShippingPolicyDtoEnvelope> {
|
|
1652
|
+
return __request(OpenAPI, {
|
|
1653
|
+
method: 'GET',
|
|
1654
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/ShippingPolicies/{itemShippingPolicyId}',
|
|
1655
|
+
path: {
|
|
1656
|
+
'stockItemId': stockItemId,
|
|
1657
|
+
'itemShippingPolicyId': itemShippingPolicyId,
|
|
1658
|
+
},
|
|
1659
|
+
errors: {
|
|
1660
|
+
401: `Unauthorized`,
|
|
1661
|
+
403: `Forbidden`,
|
|
1662
|
+
},
|
|
1663
|
+
});
|
|
1664
|
+
}
|
|
1665
|
+
/**
|
|
1666
|
+
* @param stockItemId
|
|
1667
|
+
* @param itemShippingPolicyId
|
|
1668
|
+
* @returns ItemShippingPolicyDtoEnvelope OK
|
|
1669
|
+
* @throws ApiError
|
|
1670
|
+
*/
|
|
1671
|
+
public static postApiV2CatalogServiceProductsShippingPolicies(
|
|
1672
|
+
stockItemId: string,
|
|
1673
|
+
itemShippingPolicyId: string,
|
|
1674
|
+
): CancelablePromise<ItemShippingPolicyDtoEnvelope> {
|
|
1675
|
+
return __request(OpenAPI, {
|
|
1676
|
+
method: 'POST',
|
|
1677
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/ShippingPolicies/{itemShippingPolicyId}',
|
|
1678
|
+
path: {
|
|
1679
|
+
'stockItemId': stockItemId,
|
|
1680
|
+
'itemShippingPolicyId': itemShippingPolicyId,
|
|
1681
|
+
},
|
|
1682
|
+
errors: {
|
|
1683
|
+
401: `Unauthorized`,
|
|
1684
|
+
403: `Forbidden`,
|
|
1685
|
+
},
|
|
1686
|
+
});
|
|
1687
|
+
}
|
|
1688
|
+
/**
|
|
1689
|
+
* @param stockItemId
|
|
1690
|
+
* @param itemShippingPolicyId
|
|
1691
|
+
* @returns ItemShippingPolicyDtoEnvelope OK
|
|
1692
|
+
* @throws ApiError
|
|
1693
|
+
*/
|
|
1694
|
+
public static deleteApiV2CatalogServiceProductsShippingPolicies(
|
|
1695
|
+
stockItemId: string,
|
|
1696
|
+
itemShippingPolicyId: string,
|
|
1697
|
+
): CancelablePromise<ItemShippingPolicyDtoEnvelope> {
|
|
1698
|
+
return __request(OpenAPI, {
|
|
1699
|
+
method: 'DELETE',
|
|
1700
|
+
url: '/api/v2/CatalogService/Products/{stockItemId}/ShippingPolicies/{itemShippingPolicyId}',
|
|
1701
|
+
path: {
|
|
1702
|
+
'stockItemId': stockItemId,
|
|
1703
|
+
'itemShippingPolicyId': itemShippingPolicyId,
|
|
1704
|
+
},
|
|
1705
|
+
errors: {
|
|
1706
|
+
401: `Unauthorized`,
|
|
1707
|
+
403: `Forbidden`,
|
|
1708
|
+
},
|
|
1709
|
+
});
|
|
1710
|
+
}
|
|
1711
|
+
}
|