@fenixalliance/abs-api-client 1.0.2 → 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 +4 -4
- package/clients/cartService/core/ApiError.ts +2 -2
- package/clients/cartService/core/ApiRequestOptions.ts +2 -2
- package/clients/cartService/core/ApiResult.ts +2 -2
- package/clients/cartService/core/CancelablePromise.ts +5 -5
- package/clients/cartService/core/OpenAPI.ts +2 -2
- package/clients/cartService/core/request.ts +3 -3
- package/clients/cartService/index.ts +6 -1
- package/clients/cartService/models/AddProductToCompareRequest.ts +10 -10
- package/clients/cartService/models/BooleanEnvelope.ts +13 -13
- package/clients/cartService/models/CartDto.ts +18 -18
- package/clients/cartService/models/CartDtoEnvelope.ts +14 -14
- package/clients/cartService/models/CartUpdateRequest.ts +9 -9
- package/clients/cartService/models/CountryDto.ts +14 -0
- package/clients/{holderService/models/OrderDtoListEnvelope.ts → cartService/models/CountryDtoEnvelope.ts} +14 -14
- package/clients/cartService/models/CountrySwitchRequest.ts +9 -9
- package/clients/cartService/models/CurrencyDto.ts +13 -0
- package/clients/{holderService/models/InvoiceDtoListEnvelope.ts → cartService/models/CurrencyDtoEnvelope.ts} +14 -14
- package/clients/cartService/models/CurrencySwitchRequest.ts +9 -9
- package/clients/cartService/models/EmptyEnvelope.ts +11 -11
- package/clients/cartService/models/ErrorEnvelope.ts +12 -12
- package/clients/cartService/models/ItemCartRecordCreateDto.ts +12 -12
- package/clients/cartService/models/ItemCartRecordDto.ts +101 -100
- package/clients/cartService/models/ItemCartRecordDtoEnvelope.ts +14 -14
- package/clients/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/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 -13
- package/clients/{holderService/models/PaymentDtoListEnvelope.ts → 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 -149
- package/clients/cartService/services/CompareService.ts +90 -90
- package/clients/cartService/services/RecordsService.ts +259 -209
- package/clients/cartService/services/WishListsService.ts +197 -145
- package/clients/catalogService/core/ApiError.ts +2 -2
- package/clients/catalogService/core/ApiRequestOptions.ts +2 -2
- package/clients/catalogService/core/ApiResult.ts +2 -2
- package/clients/catalogService/core/CancelablePromise.ts +5 -5
- package/clients/catalogService/core/OpenAPI.ts +2 -2
- package/clients/catalogService/core/request.ts +3 -3
- package/clients/catalogService/index.ts +1 -1
- package/clients/catalogService/models/EmptyEnvelope.ts +11 -11
- package/clients/catalogService/models/ErrorEnvelope.ts +12 -12
- package/clients/catalogService/models/ItemAttachmentCreateDto.ts +21 -19
- 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 -16
- package/clients/catalogService/models/ItemAttributeCreateDto.ts +12 -12
- package/clients/catalogService/models/ItemAttributeDto.ts +12 -12
- package/clients/catalogService/models/ItemAttributeDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/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 -17
- 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 -15
- 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 -21
- package/clients/catalogService/models/ItemGoogleCategoryDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemGoogleCategoryDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemImageCreateDto.ts +28 -28
- package/clients/catalogService/models/ItemImageDto.ts +28 -28
- package/clients/catalogService/models/ItemImageDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemImageDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/ItemImageUpdateDto.ts +22 -22
- package/clients/catalogService/models/ItemQuestionCreateDto.ts +15 -15
- 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 -14
- package/clients/catalogService/models/ItemQuestionUpdateDto.ts +10 -10
- 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 -13
- 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 -12
- 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 -12
- 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 -17
- 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 -33
- 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 -31
- 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 -108
- package/clients/catalogService/models/StockItemDto.ts +146 -146
- package/clients/catalogService/models/StockItemDtoEnvelope.ts +14 -14
- package/clients/catalogService/models/StockItemDtoListEnvelope.ts +14 -14
- package/clients/catalogService/models/StockItemUpdateDto.ts +106 -106
- package/clients/catalogService/services/ItemAttachmentsService.ts +138 -138
- package/clients/catalogService/services/ItemAttributesService.ts +137 -137
- package/clients/catalogService/services/ItemBrandsService.ts +137 -137
- package/clients/catalogService/services/ItemCategoriesService.ts +137 -137
- package/clients/catalogService/services/ItemImagesService.ts +137 -137
- package/clients/catalogService/services/ItemQuestionsService.ts +137 -137
- package/clients/catalogService/services/ItemReviewsService.ts +137 -137
- package/clients/catalogService/services/ItemTagsService.ts +137 -137
- package/clients/catalogService/services/ItemTypesService.ts +137 -137
- package/clients/catalogService/services/PoliciesService.ts +117 -117
- package/clients/catalogService/services/PricingRulesService.ts +135 -135
- package/clients/catalogService/services/ProductsService.ts +1711 -1706
- package/clients/crmService/core/ApiError.ts +2 -2
- package/clients/crmService/core/ApiRequestOptions.ts +2 -2
- package/clients/crmService/core/ApiResult.ts +2 -2
- package/clients/crmService/core/CancelablePromise.ts +5 -5
- package/clients/crmService/core/OpenAPI.ts +2 -2
- package/clients/crmService/core/request.ts +3 -3
- package/clients/crmService/index.ts +4 -1
- package/clients/crmService/models/CartDto.ts +18 -18
- package/clients/crmService/models/CartDtoEnvelope.ts +14 -14
- package/clients/crmService/models/ContactCreateDto.ts +35 -0
- package/clients/crmService/models/ContactDto.ts +60 -57
- package/clients/crmService/models/ContactDtoEnvelope.ts +14 -14
- package/clients/crmService/models/ContactDtoListEnvelope.ts +14 -14
- package/clients/crmService/models/ContactUpdateDto.ts +39 -0
- package/clients/crmService/models/EmptyEnvelope.ts +11 -11
- package/clients/crmService/models/ErrorEnvelope.ts +12 -12
- package/clients/crmService/models/Operation.ts +23 -0
- package/clients/crmService/models/SocialProfileDto.ts +39 -39
- package/clients/crmService/models/SocialProfileDtoEnvelope.ts +14 -14
- package/clients/crmService/models/WalletDto.ts +22 -22
- package/clients/crmService/models/WalletDtoEnvelope.ts +14 -14
- package/clients/crmService/services/ContactsService.ts +562 -286
- package/clients/crmService/services/SyncService.ts +97 -101
- package/clients/forexService/core/ApiError.ts +2 -2
- package/clients/forexService/core/ApiRequestOptions.ts +2 -2
- package/clients/forexService/core/ApiResult.ts +2 -2
- package/clients/forexService/core/CancelablePromise.ts +5 -5
- package/clients/forexService/core/OpenAPI.ts +2 -2
- package/clients/forexService/core/request.ts +3 -3
- package/clients/forexService/index.ts +4 -1
- package/clients/forexService/models/Currency.ts +9 -9
- package/clients/forexService/models/ErrorEnvelope.ts +12 -12
- 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 -67
- package/clients/forexService/services/ExchangeVService.ts +65 -0
- package/clients/forexService/services/RatesService.ts +90 -46
- package/clients/holderService/core/ApiError.ts +2 -2
- package/clients/holderService/core/ApiRequestOptions.ts +2 -2
- package/clients/holderService/core/ApiResult.ts +2 -2
- package/clients/holderService/core/CancelablePromise.ts +5 -5
- package/clients/holderService/core/OpenAPI.ts +2 -2
- package/clients/holderService/core/request.ts +3 -3
- package/clients/holderService/index.ts +20 -9
- package/clients/holderService/models/AddressDto.ts +31 -31
- package/clients/holderService/models/AddressDtoListEnvelope.ts +14 -14
- package/clients/holderService/models/CartDto.ts +18 -18
- package/clients/holderService/models/CartDtoEnvelope.ts +14 -14
- 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/holderService/models/ExtendedTenantDto.ts +51 -0
- 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 -16
- package/clients/holderService/models/NotificationDtoListEnvelope.ts +14 -14
- package/clients/holderService/models/Operation.ts +23 -0
- package/clients/holderService/models/PlatformUserDto.ts +70 -73
- package/clients/holderService/models/PlatformUserDtoEnvelope.ts +14 -14
- 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 -39
- package/clients/holderService/models/SocialProfileDtoEnvelope.ts +14 -14
- package/clients/holderService/models/TenantDto.ts +45 -54
- package/clients/holderService/models/TenantDtoListEnvelope.ts +14 -14
- package/clients/holderService/models/{TenantEnrollmentDto.ts → TenantEnrolmentDto.ts} +14 -14
- 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/holderService/models/TenantInvitationDtoListEnvelope.ts +14 -0
- package/clients/holderService/models/WalletDto.ts +22 -22
- package/clients/holderService/models/WalletDtoEnvelope.ts +14 -14
- package/clients/holderService/services/HolderService.ts +356 -236
- package/clients/identityService/core/ApiError.ts +2 -2
- package/clients/identityService/core/ApiRequestOptions.ts +2 -2
- package/clients/identityService/core/ApiResult.ts +2 -2
- package/clients/identityService/core/CancelablePromise.ts +5 -5
- package/clients/identityService/core/OpenAPI.ts +2 -2
- package/clients/identityService/core/request.ts +3 -3
- package/clients/identityService/index.ts +2 -2
- package/clients/identityService/models/AccountHolderCreateDto.ts +40 -35
- package/clients/identityService/models/AccountHolderCreateDtoEnvelope.ts +14 -14
- package/clients/identityService/models/Actor.ts +12 -12
- package/clients/identityService/models/ApiResponse.ts +21 -21
- 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/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/identityService/models/TenantDto.ts +45 -54
- package/clients/identityService/services/ApplicationsService.ts +107 -107
- package/clients/identityService/services/CheckerService.ts +19 -20
- package/clients/identityService/services/OAuthService.ts +147 -149
- package/clients/identityService/services/ResourceService.ts +19 -19
- package/clients/identityService/services/UserInfoService.ts +29 -29
- package/clients/inventoryService/core/ApiError.ts +2 -2
- package/clients/inventoryService/core/ApiRequestOptions.ts +2 -2
- package/clients/inventoryService/core/ApiResult.ts +2 -2
- package/clients/inventoryService/core/CancelablePromise.ts +5 -5
- package/clients/inventoryService/core/OpenAPI.ts +2 -2
- package/clients/inventoryService/core/request.ts +3 -3
- package/clients/inventoryService/index.ts +1 -1
- package/clients/inventoryService/services/InventoryService.ts +25 -25
- package/clients/invoicingService/core/ApiError.ts +2 -2
- package/clients/invoicingService/core/ApiRequestOptions.ts +2 -2
- package/clients/invoicingService/core/ApiResult.ts +2 -2
- package/clients/invoicingService/core/CancelablePromise.ts +5 -5
- package/clients/invoicingService/core/OpenAPI.ts +2 -2
- package/clients/invoicingService/core/request.ts +3 -3
- package/clients/invoicingService/index.ts +11 -2
- package/clients/invoicingService/models/ContactDto.ts +60 -0
- package/clients/invoicingService/models/Currency.ts +9 -0
- package/clients/invoicingService/models/EmptyEnvelope.ts +11 -11
- 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 -11
- package/clients/invoicingService/models/InvoiceDto.ts +35 -13
- package/clients/invoicingService/models/InvoiceDtoEnvelope.ts +14 -14
- package/clients/invoicingService/models/InvoiceDtoListEnvelope.ts +14 -14
- package/clients/invoicingService/models/InvoiceLineDto.ts +99 -95
- package/clients/invoicingService/models/InvoiceLineDtoEnvelope.ts +14 -14
- package/clients/invoicingService/models/InvoiceLineDtoListEnvelope.ts +14 -14
- package/clients/invoicingService/models/InvoiceUpdateDto.ts +5 -5
- package/clients/invoicingService/models/ItemPriceCreateDto.ts +20 -20
- package/clients/invoicingService/models/ItemPriceUpdateDto.ts +14 -14
- 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/{tenantService/models/TenantEnrollmentDto.ts → invoicingService/models/TenantEnrolmentDto.ts} +14 -14
- package/clients/invoicingService/services/InvoicesService.ts +465 -301
- package/clients/ordersService/core/ApiError.ts +2 -2
- package/clients/ordersService/core/ApiRequestOptions.ts +2 -2
- package/clients/ordersService/core/ApiResult.ts +2 -2
- package/clients/ordersService/core/CancelablePromise.ts +5 -5
- package/clients/ordersService/core/OpenAPI.ts +2 -2
- package/clients/ordersService/core/request.ts +3 -3
- package/clients/ordersService/index.ts +2 -2
- package/clients/ordersService/models/EmptyEnvelope.ts +11 -11
- package/clients/ordersService/models/ErrorEnvelope.ts +12 -12
- package/clients/ordersService/models/ItemPriceCreateDto.ts +20 -20
- package/clients/ordersService/models/ItemPriceUpdateDto.ts +14 -14
- package/clients/ordersService/models/OrderCreateDto.ts +16 -16
- package/clients/ordersService/models/OrderDto.ts +51 -27
- package/clients/ordersService/models/OrderDtoEnvelope.ts +14 -14
- package/clients/ordersService/models/OrderDtoListEnvelope.ts +14 -14
- package/clients/ordersService/models/OrderLineDto.ts +99 -95
- package/clients/ordersService/models/OrderLineDtoEnvelope.ts +14 -14
- package/clients/ordersService/models/OrderLineDtoListEnvelope.ts +14 -14
- package/clients/ordersService/models/OrderUpdateDto.ts +12 -12
- package/clients/ordersService/services/OrdersService.ts +299 -296
- package/clients/pricingService/core/ApiError.ts +2 -2
- package/clients/pricingService/core/ApiRequestOptions.ts +2 -2
- package/clients/pricingService/core/ApiResult.ts +2 -2
- package/clients/pricingService/core/CancelablePromise.ts +5 -5
- package/clients/pricingService/core/OpenAPI.ts +2 -2
- package/clients/pricingService/core/request.ts +3 -3
- package/clients/pricingService/index.ts +1 -1
- package/clients/pricingService/models/Currency.ts +9 -9
- package/clients/pricingService/models/EmptyEnvelope.ts +11 -11
- package/clients/pricingService/models/ErrorEnvelope.ts +12 -12
- package/clients/pricingService/models/ItemPriceCreateDto.ts +20 -20
- package/clients/pricingService/models/ItemPriceDto.ts +20 -20
- package/clients/pricingService/models/ItemPriceDtoEnvelope.ts +14 -14
- package/clients/pricingService/models/ItemPriceDtoListEnvelope.ts +14 -14
- package/clients/pricingService/models/ItemPriceUpdateDto.ts +14 -14
- package/clients/pricingService/models/Money.ts +10 -10
- package/clients/pricingService/models/MoneyEnvelope.ts +14 -14
- package/clients/pricingService/models/PriceListCreateDto.ts +18 -18
- package/clients/pricingService/models/PriceListDto.ts +17 -17
- package/clients/pricingService/models/PriceListDtoEnvelope.ts +14 -14
- package/clients/pricingService/models/PriceListDtoListEnvelope.ts +14 -14
- package/clients/pricingService/models/PriceListUpdateDto.ts +14 -14
- package/clients/pricingService/services/PriceListsService.ts +280 -280
- package/clients/pricingService/services/PricesService.ts +82 -82
- package/clients/systemService/core/ApiError.ts +2 -2
- package/clients/systemService/core/ApiRequestOptions.ts +2 -2
- package/clients/systemService/core/ApiResult.ts +2 -2
- package/clients/systemService/core/CancelablePromise.ts +5 -5
- package/clients/systemService/core/OpenAPI.ts +2 -2
- package/clients/systemService/core/request.ts +3 -3
- package/clients/systemService/index.ts +20 -1
- package/clients/systemService/models/BooleanEnvelope.ts +13 -0
- package/clients/systemService/models/ErrorEnvelope.ts +12 -12
- package/clients/systemService/models/GeneralValidationFailure.ts +9 -0
- package/clients/{holderService/models/TenantEnrollmentDtoListEnvelope.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 -13
- 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 -29
- package/clients/systemService/services/LicensingService.ts +190 -0
- package/clients/systemService/services/MigrationsService.ts +44 -44
- package/clients/systemService/services/ModulesService.ts +51 -0
- package/clients/tenantService/core/ApiError.ts +2 -2
- package/clients/tenantService/core/ApiRequestOptions.ts +2 -2
- package/clients/tenantService/core/ApiResult.ts +2 -2
- package/clients/tenantService/core/CancelablePromise.ts +5 -5
- package/clients/tenantService/core/OpenAPI.ts +2 -2
- package/clients/tenantService/core/request.ts +3 -3
- package/clients/tenantService/index.ts +104 -4
- package/clients/tenantService/models/BooleanEnvelope.ts +13 -13
- package/clients/tenantService/models/CancellationToken.ts +11 -0
- package/clients/tenantService/models/CartDto.ts +18 -18
- package/clients/tenantService/models/CartDtoEnvelope.ts +14 -14
- package/clients/tenantService/models/EmptyEnvelope.ts +11 -11
- package/clients/tenantService/models/ErrorEnvelope.ts +12 -12
- package/clients/tenantService/models/ExtendedTenantDto.ts +51 -0
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +14 -0
- package/clients/tenantService/models/IntPtr.ts +5 -0
- 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 -73
- package/clients/tenantService/models/PlatformUserDtoListEnvelope.ts +14 -14
- package/clients/tenantService/models/SafeWaitHandle.ts +9 -0
- package/clients/tenantService/models/SocialProfileDto.ts +39 -39
- package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +14 -14
- 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/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantCreateDto.ts +25 -25
- package/clients/tenantService/models/TenantDepartmentCreateDto.ts +16 -0
- package/clients/tenantService/models/TenantDepartmentDto.ts +16 -0
- package/clients/tenantService/models/{TenantEnrollmentDtoEnvelope.ts → TenantDepartmentDtoEnvelope.ts} +14 -14
- package/clients/tenantService/models/TenantDepartmentDtoIReadOnlyListEnvelope.ts +14 -0
- package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +12 -0
- package/clients/tenantService/models/TenantDto.ts +45 -54
- package/clients/tenantService/models/TenantDtoEnvelope.ts +14 -14
- 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/tenantService/models/TenantInvitationDtoListEnvelope.ts +14 -0
- 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/tenantService/models/TenantTeamDtoIReadOnlyCollectionEnvelope.ts +14 -0
- 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/{TenantEnrollmentDtoListEnvelope.ts → TenantTeamRecordDtoIReadOnlyCollectionEnvelope.ts} +14 -14
- 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/tenantService/models/TenantTypeDtoIReadOnlyCollectionEnvelope.ts +14 -0
- 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 -22
- package/clients/tenantService/models/WalletDtoEnvelope.ts +14 -14
- package/clients/tenantService/models/WebPortalDto.ts +19 -12
- package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +14 -14
- 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 -479
- 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 +2 -2
- package/clients/walletsService/core/ApiRequestOptions.ts +2 -2
- package/clients/walletsService/core/ApiResult.ts +2 -2
- package/clients/walletsService/core/CancelablePromise.ts +5 -5
- package/clients/walletsService/core/OpenAPI.ts +2 -2
- package/clients/walletsService/core/request.ts +3 -3
- package/clients/walletsService/index.ts +3 -3
- package/clients/walletsService/models/ErrorEnvelope.ts +12 -12
- package/clients/walletsService/models/InvoiceDto.ts +35 -13
- package/clients/walletsService/models/InvoiceDtoListEnvelope.ts +14 -14
- package/clients/walletsService/models/LocationDto.ts +31 -31
- package/clients/walletsService/models/LocationDtoListEnvelope.ts +14 -14
- package/clients/walletsService/models/OrderDto.ts +51 -27
- package/clients/walletsService/models/OrderDtoListEnvelope.ts +14 -14
- package/clients/walletsService/models/PaymentDto.ts +17 -17
- package/clients/walletsService/models/PaymentDtoListEnvelope.ts +14 -14
- package/clients/walletsService/models/WalletDto.ts +22 -22
- package/clients/walletsService/models/WalletDtoEnvelope.ts +14 -14
- package/clients/walletsService/services/WalletsService.ts +194 -174
- package/package.json +40 -40
- package/schemas/cartService/schema.s.ts +1396 -100
- package/schemas/catalogService/schema.s.ts +148 -141
- package/schemas/crmService/schema.s.ts +522 -58
- package/schemas/forexService/schema.s.ts +102 -339
- package/schemas/holderService/schema.s.ts +578 -153
- package/schemas/identityService/schema.s.ts +43 -70
- package/schemas/inventoryService/schema.s.ts +1 -1
- package/schemas/invoicingService/schema.s.ts +528 -17
- package/schemas/ordersService/schema.s.ts +46 -19
- package/schemas/pricingService/schema.s.ts +13 -13
- package/schemas/systemService/schema.s.ts +1171 -4
- package/schemas/tenantService/schema.s.ts +4978 -396
- package/schemas/walletsService/schema.s.ts +93 -17
- package/tsconfig.json +110 -110
- package/vite.config.js +28 -28
- package/wwwroot/build/bundle.js +1 -1
- package/clients/holderService/models/InvoiceDto.ts +0 -13
- package/clients/holderService/models/OrderDto.ts +0 -27
- package/clients/holderService/models/PaymentDto.ts +0 -17
|
@@ -55,7 +55,7 @@ export interface paths {
|
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
57
|
responses: {
|
|
58
|
-
/** @description
|
|
58
|
+
/** @description OK */
|
|
59
59
|
200: {
|
|
60
60
|
content: {
|
|
61
61
|
"application/json": components["schemas"]["ItemAttachmentDtoEnvelope"];
|
|
@@ -90,7 +90,7 @@ export interface paths {
|
|
|
90
90
|
};
|
|
91
91
|
};
|
|
92
92
|
responses: {
|
|
93
|
-
/** @description
|
|
93
|
+
/** @description OK */
|
|
94
94
|
200: {
|
|
95
95
|
content: {
|
|
96
96
|
"application/json": components["schemas"]["ItemAttachmentDtoListEnvelope"];
|
|
@@ -126,7 +126,7 @@ export interface paths {
|
|
|
126
126
|
};
|
|
127
127
|
};
|
|
128
128
|
responses: {
|
|
129
|
-
/** @description
|
|
129
|
+
/** @description OK */
|
|
130
130
|
200: {
|
|
131
131
|
content: {
|
|
132
132
|
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
@@ -168,7 +168,7 @@ export interface paths {
|
|
|
168
168
|
};
|
|
169
169
|
};
|
|
170
170
|
responses: {
|
|
171
|
-
/** @description
|
|
171
|
+
/** @description OK */
|
|
172
172
|
200: {
|
|
173
173
|
content: {
|
|
174
174
|
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
@@ -242,7 +242,7 @@ export interface paths {
|
|
|
242
242
|
};
|
|
243
243
|
};
|
|
244
244
|
responses: {
|
|
245
|
-
/** @description
|
|
245
|
+
/** @description OK */
|
|
246
246
|
200: {
|
|
247
247
|
content: {
|
|
248
248
|
"application/json": components["schemas"]["ItemAttributeDtoEnvelope"];
|
|
@@ -277,7 +277,7 @@ export interface paths {
|
|
|
277
277
|
};
|
|
278
278
|
};
|
|
279
279
|
responses: {
|
|
280
|
-
/** @description
|
|
280
|
+
/** @description OK */
|
|
281
281
|
200: {
|
|
282
282
|
content: {
|
|
283
283
|
"application/json": components["schemas"]["ItemAttributeDtoListEnvelope"];
|
|
@@ -319,7 +319,7 @@ export interface paths {
|
|
|
319
319
|
};
|
|
320
320
|
};
|
|
321
321
|
responses: {
|
|
322
|
-
/** @description
|
|
322
|
+
/** @description OK */
|
|
323
323
|
200: {
|
|
324
324
|
content: never;
|
|
325
325
|
};
|
|
@@ -352,7 +352,7 @@ export interface paths {
|
|
|
352
352
|
};
|
|
353
353
|
};
|
|
354
354
|
responses: {
|
|
355
|
-
/** @description
|
|
355
|
+
/** @description OK */
|
|
356
356
|
200: {
|
|
357
357
|
content: never;
|
|
358
358
|
};
|
|
@@ -423,7 +423,7 @@ export interface paths {
|
|
|
423
423
|
};
|
|
424
424
|
};
|
|
425
425
|
responses: {
|
|
426
|
-
/** @description
|
|
426
|
+
/** @description OK */
|
|
427
427
|
200: {
|
|
428
428
|
content: {
|
|
429
429
|
"application/json": components["schemas"]["ItemBrandDtoEnvelope"];
|
|
@@ -458,7 +458,7 @@ export interface paths {
|
|
|
458
458
|
};
|
|
459
459
|
};
|
|
460
460
|
responses: {
|
|
461
|
-
/** @description
|
|
461
|
+
/** @description OK */
|
|
462
462
|
200: {
|
|
463
463
|
content: {
|
|
464
464
|
"application/json": components["schemas"]["ItemBrandDtoListEnvelope"];
|
|
@@ -500,7 +500,7 @@ export interface paths {
|
|
|
500
500
|
};
|
|
501
501
|
};
|
|
502
502
|
responses: {
|
|
503
|
-
/** @description
|
|
503
|
+
/** @description OK */
|
|
504
504
|
200: {
|
|
505
505
|
content: {
|
|
506
506
|
"application/json": components["schemas"]["ItemBrandDtoEnvelope"];
|
|
@@ -536,7 +536,7 @@ export interface paths {
|
|
|
536
536
|
};
|
|
537
537
|
};
|
|
538
538
|
responses: {
|
|
539
|
-
/** @description
|
|
539
|
+
/** @description OK */
|
|
540
540
|
200: {
|
|
541
541
|
content: never;
|
|
542
542
|
};
|
|
@@ -607,7 +607,7 @@ export interface paths {
|
|
|
607
607
|
};
|
|
608
608
|
};
|
|
609
609
|
responses: {
|
|
610
|
-
/** @description
|
|
610
|
+
/** @description OK */
|
|
611
611
|
200: {
|
|
612
612
|
content: {
|
|
613
613
|
"application/json": components["schemas"]["ItemCategoryDtoEnvelope"];
|
|
@@ -642,7 +642,7 @@ export interface paths {
|
|
|
642
642
|
};
|
|
643
643
|
};
|
|
644
644
|
responses: {
|
|
645
|
-
/** @description
|
|
645
|
+
/** @description OK */
|
|
646
646
|
200: {
|
|
647
647
|
content: {
|
|
648
648
|
"application/json": components["schemas"]["ItemCategoryDtoListEnvelope"];
|
|
@@ -684,7 +684,7 @@ export interface paths {
|
|
|
684
684
|
};
|
|
685
685
|
};
|
|
686
686
|
responses: {
|
|
687
|
-
/** @description
|
|
687
|
+
/** @description OK */
|
|
688
688
|
200: {
|
|
689
689
|
content: never;
|
|
690
690
|
};
|
|
@@ -717,7 +717,7 @@ export interface paths {
|
|
|
717
717
|
};
|
|
718
718
|
};
|
|
719
719
|
responses: {
|
|
720
|
-
/** @description
|
|
720
|
+
/** @description OK */
|
|
721
721
|
200: {
|
|
722
722
|
content: never;
|
|
723
723
|
};
|
|
@@ -788,7 +788,7 @@ export interface paths {
|
|
|
788
788
|
};
|
|
789
789
|
};
|
|
790
790
|
responses: {
|
|
791
|
-
/** @description
|
|
791
|
+
/** @description OK */
|
|
792
792
|
200: {
|
|
793
793
|
content: {
|
|
794
794
|
"application/json": components["schemas"]["ItemImageDtoEnvelope"];
|
|
@@ -823,7 +823,7 @@ export interface paths {
|
|
|
823
823
|
};
|
|
824
824
|
};
|
|
825
825
|
responses: {
|
|
826
|
-
/** @description
|
|
826
|
+
/** @description OK */
|
|
827
827
|
200: {
|
|
828
828
|
content: {
|
|
829
829
|
"application/json": components["schemas"]["ItemImageDtoListEnvelope"];
|
|
@@ -865,7 +865,7 @@ export interface paths {
|
|
|
865
865
|
};
|
|
866
866
|
};
|
|
867
867
|
responses: {
|
|
868
|
-
/** @description
|
|
868
|
+
/** @description OK */
|
|
869
869
|
200: {
|
|
870
870
|
content: never;
|
|
871
871
|
};
|
|
@@ -898,7 +898,7 @@ export interface paths {
|
|
|
898
898
|
};
|
|
899
899
|
};
|
|
900
900
|
responses: {
|
|
901
|
-
/** @description
|
|
901
|
+
/** @description OK */
|
|
902
902
|
200: {
|
|
903
903
|
content: never;
|
|
904
904
|
};
|
|
@@ -969,7 +969,7 @@ export interface paths {
|
|
|
969
969
|
};
|
|
970
970
|
};
|
|
971
971
|
responses: {
|
|
972
|
-
/** @description
|
|
972
|
+
/** @description OK */
|
|
973
973
|
200: {
|
|
974
974
|
content: {
|
|
975
975
|
"application/json": components["schemas"]["ItemQuestionDtoEnvelope"];
|
|
@@ -1004,7 +1004,7 @@ export interface paths {
|
|
|
1004
1004
|
};
|
|
1005
1005
|
};
|
|
1006
1006
|
responses: {
|
|
1007
|
-
/** @description
|
|
1007
|
+
/** @description OK */
|
|
1008
1008
|
200: {
|
|
1009
1009
|
content: {
|
|
1010
1010
|
"application/json": components["schemas"]["ItemQuestionDtoListEnvelope"];
|
|
@@ -1040,7 +1040,7 @@ export interface paths {
|
|
|
1040
1040
|
};
|
|
1041
1041
|
};
|
|
1042
1042
|
responses: {
|
|
1043
|
-
/** @description
|
|
1043
|
+
/** @description OK */
|
|
1044
1044
|
200: {
|
|
1045
1045
|
content: never;
|
|
1046
1046
|
};
|
|
@@ -1079,7 +1079,7 @@ export interface paths {
|
|
|
1079
1079
|
};
|
|
1080
1080
|
};
|
|
1081
1081
|
responses: {
|
|
1082
|
-
/** @description
|
|
1082
|
+
/** @description OK */
|
|
1083
1083
|
200: {
|
|
1084
1084
|
content: never;
|
|
1085
1085
|
};
|
|
@@ -1150,7 +1150,7 @@ export interface paths {
|
|
|
1150
1150
|
};
|
|
1151
1151
|
};
|
|
1152
1152
|
responses: {
|
|
1153
|
-
/** @description
|
|
1153
|
+
/** @description OK */
|
|
1154
1154
|
200: {
|
|
1155
1155
|
content: {
|
|
1156
1156
|
"application/json": components["schemas"]["ItemReviewDtoEnvelope"];
|
|
@@ -1185,7 +1185,7 @@ export interface paths {
|
|
|
1185
1185
|
};
|
|
1186
1186
|
};
|
|
1187
1187
|
responses: {
|
|
1188
|
-
/** @description
|
|
1188
|
+
/** @description OK */
|
|
1189
1189
|
200: {
|
|
1190
1190
|
content: {
|
|
1191
1191
|
"application/json": components["schemas"]["ItemReviewDtoListEnvelope"];
|
|
@@ -1227,7 +1227,7 @@ export interface paths {
|
|
|
1227
1227
|
};
|
|
1228
1228
|
};
|
|
1229
1229
|
responses: {
|
|
1230
|
-
/** @description
|
|
1230
|
+
/** @description OK */
|
|
1231
1231
|
200: {
|
|
1232
1232
|
content: never;
|
|
1233
1233
|
};
|
|
@@ -1260,7 +1260,7 @@ export interface paths {
|
|
|
1260
1260
|
};
|
|
1261
1261
|
};
|
|
1262
1262
|
responses: {
|
|
1263
|
-
/** @description
|
|
1263
|
+
/** @description OK */
|
|
1264
1264
|
200: {
|
|
1265
1265
|
content: never;
|
|
1266
1266
|
};
|
|
@@ -1331,7 +1331,7 @@ export interface paths {
|
|
|
1331
1331
|
};
|
|
1332
1332
|
};
|
|
1333
1333
|
responses: {
|
|
1334
|
-
/** @description
|
|
1334
|
+
/** @description OK */
|
|
1335
1335
|
200: {
|
|
1336
1336
|
content: {
|
|
1337
1337
|
"application/json": components["schemas"]["ItemTagDtoEnvelope"];
|
|
@@ -1366,7 +1366,7 @@ export interface paths {
|
|
|
1366
1366
|
};
|
|
1367
1367
|
};
|
|
1368
1368
|
responses: {
|
|
1369
|
-
/** @description
|
|
1369
|
+
/** @description OK */
|
|
1370
1370
|
200: {
|
|
1371
1371
|
content: {
|
|
1372
1372
|
"application/json": components["schemas"]["ItemTagDtoListEnvelope"];
|
|
@@ -1402,7 +1402,7 @@ export interface paths {
|
|
|
1402
1402
|
};
|
|
1403
1403
|
};
|
|
1404
1404
|
responses: {
|
|
1405
|
-
/** @description
|
|
1405
|
+
/** @description OK */
|
|
1406
1406
|
200: {
|
|
1407
1407
|
content: never;
|
|
1408
1408
|
};
|
|
@@ -1441,7 +1441,7 @@ export interface paths {
|
|
|
1441
1441
|
};
|
|
1442
1442
|
};
|
|
1443
1443
|
responses: {
|
|
1444
|
-
/** @description
|
|
1444
|
+
/** @description OK */
|
|
1445
1445
|
200: {
|
|
1446
1446
|
content: never;
|
|
1447
1447
|
};
|
|
@@ -1513,7 +1513,7 @@ export interface paths {
|
|
|
1513
1513
|
};
|
|
1514
1514
|
};
|
|
1515
1515
|
responses: {
|
|
1516
|
-
/** @description
|
|
1516
|
+
/** @description OK */
|
|
1517
1517
|
200: {
|
|
1518
1518
|
content: {
|
|
1519
1519
|
"application/json": components["schemas"]["ItemTypeDtoEnvelope"];
|
|
@@ -1548,7 +1548,7 @@ export interface paths {
|
|
|
1548
1548
|
};
|
|
1549
1549
|
};
|
|
1550
1550
|
responses: {
|
|
1551
|
-
/** @description
|
|
1551
|
+
/** @description OK */
|
|
1552
1552
|
200: {
|
|
1553
1553
|
content: {
|
|
1554
1554
|
"application/json": components["schemas"]["ItemTypeDtoEnvelope"];
|
|
@@ -1583,7 +1583,7 @@ export interface paths {
|
|
|
1583
1583
|
};
|
|
1584
1584
|
};
|
|
1585
1585
|
responses: {
|
|
1586
|
-
/** @description
|
|
1586
|
+
/** @description OK */
|
|
1587
1587
|
200: {
|
|
1588
1588
|
content: {
|
|
1589
1589
|
"application/json": components["schemas"]["ItemTypeDtoListEnvelope"];
|
|
@@ -1625,7 +1625,7 @@ export interface paths {
|
|
|
1625
1625
|
};
|
|
1626
1626
|
};
|
|
1627
1627
|
responses: {
|
|
1628
|
-
/** @description
|
|
1628
|
+
/** @description OK */
|
|
1629
1629
|
200: {
|
|
1630
1630
|
content: never;
|
|
1631
1631
|
};
|
|
@@ -1657,7 +1657,7 @@ export interface paths {
|
|
|
1657
1657
|
};
|
|
1658
1658
|
};
|
|
1659
1659
|
responses: {
|
|
1660
|
-
/** @description
|
|
1660
|
+
/** @description OK */
|
|
1661
1661
|
200: {
|
|
1662
1662
|
content: {
|
|
1663
1663
|
"application/json": components["schemas"]["ItemReturnPolicyDtoListEnvelope"];
|
|
@@ -1692,7 +1692,7 @@ export interface paths {
|
|
|
1692
1692
|
};
|
|
1693
1693
|
};
|
|
1694
1694
|
responses: {
|
|
1695
|
-
/** @description
|
|
1695
|
+
/** @description OK */
|
|
1696
1696
|
200: {
|
|
1697
1697
|
content: {
|
|
1698
1698
|
"application/json": components["schemas"]["ItemTaxPolicyDtoListEnvelope"];
|
|
@@ -1727,7 +1727,7 @@ export interface paths {
|
|
|
1727
1727
|
};
|
|
1728
1728
|
};
|
|
1729
1729
|
responses: {
|
|
1730
|
-
/** @description
|
|
1730
|
+
/** @description OK */
|
|
1731
1731
|
200: {
|
|
1732
1732
|
content: {
|
|
1733
1733
|
"application/json": components["schemas"]["ItemWarrantyPolicyDtoListEnvelope"];
|
|
@@ -1762,7 +1762,7 @@ export interface paths {
|
|
|
1762
1762
|
};
|
|
1763
1763
|
};
|
|
1764
1764
|
responses: {
|
|
1765
|
-
/** @description
|
|
1765
|
+
/** @description OK */
|
|
1766
1766
|
200: {
|
|
1767
1767
|
content: {
|
|
1768
1768
|
"application/json": components["schemas"]["ItemShippingPolicyDtoListEnvelope"];
|
|
@@ -1836,7 +1836,7 @@ export interface paths {
|
|
|
1836
1836
|
};
|
|
1837
1837
|
};
|
|
1838
1838
|
responses: {
|
|
1839
|
-
/** @description
|
|
1839
|
+
/** @description OK */
|
|
1840
1840
|
200: {
|
|
1841
1841
|
content: {
|
|
1842
1842
|
"application/json": components["schemas"]["PricingRuleDtoEnvelope"];
|
|
@@ -1871,7 +1871,7 @@ export interface paths {
|
|
|
1871
1871
|
};
|
|
1872
1872
|
};
|
|
1873
1873
|
responses: {
|
|
1874
|
-
/** @description
|
|
1874
|
+
/** @description OK */
|
|
1875
1875
|
200: {
|
|
1876
1876
|
content: {
|
|
1877
1877
|
"application/json": components["schemas"]["PricingRuleDtoListEnvelope"];
|
|
@@ -1911,7 +1911,7 @@ export interface paths {
|
|
|
1911
1911
|
};
|
|
1912
1912
|
};
|
|
1913
1913
|
responses: {
|
|
1914
|
-
/** @description
|
|
1914
|
+
/** @description OK */
|
|
1915
1915
|
200: {
|
|
1916
1916
|
content: never;
|
|
1917
1917
|
};
|
|
@@ -1944,7 +1944,7 @@ export interface paths {
|
|
|
1944
1944
|
};
|
|
1945
1945
|
};
|
|
1946
1946
|
responses: {
|
|
1947
|
-
/** @description
|
|
1947
|
+
/** @description OK */
|
|
1948
1948
|
200: {
|
|
1949
1949
|
content: never;
|
|
1950
1950
|
};
|
|
@@ -1975,7 +1975,7 @@ export interface paths {
|
|
|
1975
1975
|
};
|
|
1976
1976
|
};
|
|
1977
1977
|
responses: {
|
|
1978
|
-
/** @description
|
|
1978
|
+
/** @description OK */
|
|
1979
1979
|
200: {
|
|
1980
1980
|
content: {
|
|
1981
1981
|
"application/json": components["schemas"]["StockItemDtoListEnvelope"];
|
|
@@ -2007,7 +2007,7 @@ export interface paths {
|
|
|
2007
2007
|
};
|
|
2008
2008
|
};
|
|
2009
2009
|
responses: {
|
|
2010
|
-
/** @description
|
|
2010
|
+
/** @description OK */
|
|
2011
2011
|
200: {
|
|
2012
2012
|
content: {
|
|
2013
2013
|
"application/json": components["schemas"]["StockItemDtoListEnvelope"];
|
|
@@ -2044,7 +2044,7 @@ export interface paths {
|
|
|
2044
2044
|
};
|
|
2045
2045
|
};
|
|
2046
2046
|
responses: {
|
|
2047
|
-
/** @description
|
|
2047
|
+
/** @description OK */
|
|
2048
2048
|
200: {
|
|
2049
2049
|
content: {
|
|
2050
2050
|
"application/json": components["schemas"]["StockItemDtoListEnvelope"];
|
|
@@ -2079,7 +2079,7 @@ export interface paths {
|
|
|
2079
2079
|
};
|
|
2080
2080
|
};
|
|
2081
2081
|
responses: {
|
|
2082
|
-
/** @description
|
|
2082
|
+
/** @description OK */
|
|
2083
2083
|
200: {
|
|
2084
2084
|
content: {
|
|
2085
2085
|
"application/json": components["schemas"]["StockItemDtoListEnvelope"];
|
|
@@ -2114,7 +2114,7 @@ export interface paths {
|
|
|
2114
2114
|
};
|
|
2115
2115
|
};
|
|
2116
2116
|
responses: {
|
|
2117
|
-
/** @description
|
|
2117
|
+
/** @description OK */
|
|
2118
2118
|
200: {
|
|
2119
2119
|
content: {
|
|
2120
2120
|
"application/json": components["schemas"]["StockItemDtoEnvelope"];
|
|
@@ -2153,7 +2153,7 @@ export interface paths {
|
|
|
2153
2153
|
};
|
|
2154
2154
|
};
|
|
2155
2155
|
responses: {
|
|
2156
|
-
/** @description
|
|
2156
|
+
/** @description OK */
|
|
2157
2157
|
200: {
|
|
2158
2158
|
content: never;
|
|
2159
2159
|
};
|
|
@@ -2192,7 +2192,7 @@ export interface paths {
|
|
|
2192
2192
|
};
|
|
2193
2193
|
};
|
|
2194
2194
|
responses: {
|
|
2195
|
-
/** @description
|
|
2195
|
+
/** @description OK */
|
|
2196
2196
|
200: {
|
|
2197
2197
|
content: never;
|
|
2198
2198
|
};
|
|
@@ -2225,7 +2225,7 @@ export interface paths {
|
|
|
2225
2225
|
};
|
|
2226
2226
|
};
|
|
2227
2227
|
responses: {
|
|
2228
|
-
/** @description
|
|
2228
|
+
/** @description OK */
|
|
2229
2229
|
200: {
|
|
2230
2230
|
content: never;
|
|
2231
2231
|
};
|
|
@@ -2247,7 +2247,6 @@ export interface paths {
|
|
|
2247
2247
|
};
|
|
2248
2248
|
};
|
|
2249
2249
|
"/api/v2/CatalogService/Products/{stockItemId}/Images": {
|
|
2250
|
-
/** Get all images related to a specific stock item */
|
|
2251
2250
|
get: {
|
|
2252
2251
|
parameters: {
|
|
2253
2252
|
query?: {
|
|
@@ -2256,12 +2255,11 @@ export interface paths {
|
|
|
2256
2255
|
"api-version"?: string;
|
|
2257
2256
|
};
|
|
2258
2257
|
path: {
|
|
2259
|
-
/** @description The stock item ID to get images for */
|
|
2260
2258
|
stockItemId: string;
|
|
2261
2259
|
};
|
|
2262
2260
|
};
|
|
2263
2261
|
responses: {
|
|
2264
|
-
/** @description
|
|
2262
|
+
/** @description OK */
|
|
2265
2263
|
200: {
|
|
2266
2264
|
content: {
|
|
2267
2265
|
"application/json": components["schemas"]["ItemImageDtoListEnvelope"];
|
|
@@ -2297,7 +2295,7 @@ export interface paths {
|
|
|
2297
2295
|
};
|
|
2298
2296
|
};
|
|
2299
2297
|
responses: {
|
|
2300
|
-
/** @description
|
|
2298
|
+
/** @description OK */
|
|
2301
2299
|
200: {
|
|
2302
2300
|
content: {
|
|
2303
2301
|
"application/json": components["schemas"]["ItemImageDtoEnvelope"];
|
|
@@ -2331,7 +2329,7 @@ export interface paths {
|
|
|
2331
2329
|
};
|
|
2332
2330
|
};
|
|
2333
2331
|
responses: {
|
|
2334
|
-
/** @description
|
|
2332
|
+
/** @description OK */
|
|
2335
2333
|
200: {
|
|
2336
2334
|
content: {
|
|
2337
2335
|
"application/json": components["schemas"]["ItemImageDtoEnvelope"];
|
|
@@ -2365,7 +2363,7 @@ export interface paths {
|
|
|
2365
2363
|
};
|
|
2366
2364
|
};
|
|
2367
2365
|
responses: {
|
|
2368
|
-
/** @description
|
|
2366
|
+
/** @description OK */
|
|
2369
2367
|
200: {
|
|
2370
2368
|
content: {
|
|
2371
2369
|
"application/json": components["schemas"]["ItemImageDtoEnvelope"];
|
|
@@ -2400,7 +2398,7 @@ export interface paths {
|
|
|
2400
2398
|
};
|
|
2401
2399
|
};
|
|
2402
2400
|
responses: {
|
|
2403
|
-
/** @description
|
|
2401
|
+
/** @description OK */
|
|
2404
2402
|
200: {
|
|
2405
2403
|
content: {
|
|
2406
2404
|
"application/json": components["schemas"]["ItemBrandDtoListEnvelope"];
|
|
@@ -2436,7 +2434,7 @@ export interface paths {
|
|
|
2436
2434
|
};
|
|
2437
2435
|
};
|
|
2438
2436
|
responses: {
|
|
2439
|
-
/** @description
|
|
2437
|
+
/** @description OK */
|
|
2440
2438
|
200: {
|
|
2441
2439
|
content: {
|
|
2442
2440
|
"application/json": components["schemas"]["ItemBrandDtoEnvelope"];
|
|
@@ -2470,7 +2468,7 @@ export interface paths {
|
|
|
2470
2468
|
};
|
|
2471
2469
|
};
|
|
2472
2470
|
responses: {
|
|
2473
|
-
/** @description
|
|
2471
|
+
/** @description OK */
|
|
2474
2472
|
200: {
|
|
2475
2473
|
content: {
|
|
2476
2474
|
"application/json": components["schemas"]["ItemBrandDtoEnvelope"];
|
|
@@ -2504,7 +2502,7 @@ export interface paths {
|
|
|
2504
2502
|
};
|
|
2505
2503
|
};
|
|
2506
2504
|
responses: {
|
|
2507
|
-
/** @description
|
|
2505
|
+
/** @description OK */
|
|
2508
2506
|
200: {
|
|
2509
2507
|
content: {
|
|
2510
2508
|
"application/json": components["schemas"]["ItemBrandDtoEnvelope"];
|
|
@@ -2539,7 +2537,7 @@ export interface paths {
|
|
|
2539
2537
|
};
|
|
2540
2538
|
};
|
|
2541
2539
|
responses: {
|
|
2542
|
-
/** @description
|
|
2540
|
+
/** @description OK */
|
|
2543
2541
|
200: {
|
|
2544
2542
|
content: {
|
|
2545
2543
|
"application/json": components["schemas"]["ItemCategoryDtoListEnvelope"];
|
|
@@ -2575,7 +2573,7 @@ export interface paths {
|
|
|
2575
2573
|
};
|
|
2576
2574
|
};
|
|
2577
2575
|
responses: {
|
|
2578
|
-
/** @description
|
|
2576
|
+
/** @description OK */
|
|
2579
2577
|
200: {
|
|
2580
2578
|
content: {
|
|
2581
2579
|
"application/json": components["schemas"]["ItemCategoryDtoEnvelope"];
|
|
@@ -2609,7 +2607,7 @@ export interface paths {
|
|
|
2609
2607
|
};
|
|
2610
2608
|
};
|
|
2611
2609
|
responses: {
|
|
2612
|
-
/** @description
|
|
2610
|
+
/** @description OK */
|
|
2613
2611
|
200: {
|
|
2614
2612
|
content: {
|
|
2615
2613
|
"application/json": components["schemas"]["ItemCategoryDtoEnvelope"];
|
|
@@ -2643,7 +2641,7 @@ export interface paths {
|
|
|
2643
2641
|
};
|
|
2644
2642
|
};
|
|
2645
2643
|
responses: {
|
|
2646
|
-
/** @description
|
|
2644
|
+
/** @description OK */
|
|
2647
2645
|
200: {
|
|
2648
2646
|
content: {
|
|
2649
2647
|
"application/json": components["schemas"]["ItemCategoryDtoEnvelope"];
|
|
@@ -2678,7 +2676,7 @@ export interface paths {
|
|
|
2678
2676
|
};
|
|
2679
2677
|
};
|
|
2680
2678
|
responses: {
|
|
2681
|
-
/** @description
|
|
2679
|
+
/** @description OK */
|
|
2682
2680
|
200: {
|
|
2683
2681
|
content: {
|
|
2684
2682
|
"application/json": components["schemas"]["ItemTypeDtoListEnvelope"];
|
|
@@ -2714,7 +2712,7 @@ export interface paths {
|
|
|
2714
2712
|
};
|
|
2715
2713
|
};
|
|
2716
2714
|
responses: {
|
|
2717
|
-
/** @description
|
|
2715
|
+
/** @description OK */
|
|
2718
2716
|
200: {
|
|
2719
2717
|
content: {
|
|
2720
2718
|
"application/json": components["schemas"]["ItemTypeDtoEnvelope"];
|
|
@@ -2748,7 +2746,7 @@ export interface paths {
|
|
|
2748
2746
|
};
|
|
2749
2747
|
};
|
|
2750
2748
|
responses: {
|
|
2751
|
-
/** @description
|
|
2749
|
+
/** @description OK */
|
|
2752
2750
|
200: {
|
|
2753
2751
|
content: {
|
|
2754
2752
|
"application/json": components["schemas"]["ItemTypeDtoEnvelope"];
|
|
@@ -2782,7 +2780,7 @@ export interface paths {
|
|
|
2782
2780
|
};
|
|
2783
2781
|
};
|
|
2784
2782
|
responses: {
|
|
2785
|
-
/** @description
|
|
2783
|
+
/** @description OK */
|
|
2786
2784
|
200: {
|
|
2787
2785
|
content: {
|
|
2788
2786
|
"application/json": components["schemas"]["ItemTypeDtoEnvelope"];
|
|
@@ -2817,7 +2815,7 @@ export interface paths {
|
|
|
2817
2815
|
};
|
|
2818
2816
|
};
|
|
2819
2817
|
responses: {
|
|
2820
|
-
/** @description
|
|
2818
|
+
/** @description OK */
|
|
2821
2819
|
200: {
|
|
2822
2820
|
content: {
|
|
2823
2821
|
"application/json": components["schemas"]["ItemTagDtoListEnvelope"];
|
|
@@ -2853,7 +2851,7 @@ export interface paths {
|
|
|
2853
2851
|
};
|
|
2854
2852
|
};
|
|
2855
2853
|
responses: {
|
|
2856
|
-
/** @description
|
|
2854
|
+
/** @description OK */
|
|
2857
2855
|
200: {
|
|
2858
2856
|
content: {
|
|
2859
2857
|
"application/json": components["schemas"]["ItemTagDtoEnvelope"];
|
|
@@ -2887,7 +2885,7 @@ export interface paths {
|
|
|
2887
2885
|
};
|
|
2888
2886
|
};
|
|
2889
2887
|
responses: {
|
|
2890
|
-
/** @description
|
|
2888
|
+
/** @description OK */
|
|
2891
2889
|
200: {
|
|
2892
2890
|
content: {
|
|
2893
2891
|
"application/json": components["schemas"]["ItemTagDtoEnvelope"];
|
|
@@ -2921,7 +2919,7 @@ export interface paths {
|
|
|
2921
2919
|
};
|
|
2922
2920
|
};
|
|
2923
2921
|
responses: {
|
|
2924
|
-
/** @description
|
|
2922
|
+
/** @description OK */
|
|
2925
2923
|
200: {
|
|
2926
2924
|
content: {
|
|
2927
2925
|
"application/json": components["schemas"]["ItemTagDtoEnvelope"];
|
|
@@ -2956,7 +2954,7 @@ export interface paths {
|
|
|
2956
2954
|
};
|
|
2957
2955
|
};
|
|
2958
2956
|
responses: {
|
|
2959
|
-
/** @description
|
|
2957
|
+
/** @description OK */
|
|
2960
2958
|
200: {
|
|
2961
2959
|
content: {
|
|
2962
2960
|
"application/json": components["schemas"]["ItemReviewDtoListEnvelope"];
|
|
@@ -2995,7 +2993,7 @@ export interface paths {
|
|
|
2995
2993
|
};
|
|
2996
2994
|
};
|
|
2997
2995
|
responses: {
|
|
2998
|
-
/** @description
|
|
2996
|
+
/** @description OK */
|
|
2999
2997
|
200: {
|
|
3000
2998
|
content: {
|
|
3001
2999
|
"application/json": components["schemas"]["ItemReviewDtoEnvelope"];
|
|
@@ -3031,7 +3029,7 @@ export interface paths {
|
|
|
3031
3029
|
};
|
|
3032
3030
|
};
|
|
3033
3031
|
responses: {
|
|
3034
|
-
/** @description
|
|
3032
|
+
/** @description OK */
|
|
3035
3033
|
200: {
|
|
3036
3034
|
content: {
|
|
3037
3035
|
"application/json": components["schemas"]["ItemReviewDtoEnvelope"];
|
|
@@ -3065,7 +3063,7 @@ export interface paths {
|
|
|
3065
3063
|
};
|
|
3066
3064
|
};
|
|
3067
3065
|
responses: {
|
|
3068
|
-
/** @description
|
|
3066
|
+
/** @description OK */
|
|
3069
3067
|
200: {
|
|
3070
3068
|
content: {
|
|
3071
3069
|
"application/json": components["schemas"]["ItemReviewDtoEnvelope"];
|
|
@@ -3100,7 +3098,7 @@ export interface paths {
|
|
|
3100
3098
|
};
|
|
3101
3099
|
};
|
|
3102
3100
|
responses: {
|
|
3103
|
-
/** @description
|
|
3101
|
+
/** @description OK */
|
|
3104
3102
|
200: {
|
|
3105
3103
|
content: {
|
|
3106
3104
|
"application/json": components["schemas"]["ItemQuestionDtoListEnvelope"];
|
|
@@ -3139,7 +3137,7 @@ export interface paths {
|
|
|
3139
3137
|
};
|
|
3140
3138
|
};
|
|
3141
3139
|
responses: {
|
|
3142
|
-
/** @description
|
|
3140
|
+
/** @description OK */
|
|
3143
3141
|
200: {
|
|
3144
3142
|
content: {
|
|
3145
3143
|
"application/json": components["schemas"]["ItemQuestionDtoEnvelope"];
|
|
@@ -3175,7 +3173,7 @@ export interface paths {
|
|
|
3175
3173
|
};
|
|
3176
3174
|
};
|
|
3177
3175
|
responses: {
|
|
3178
|
-
/** @description
|
|
3176
|
+
/** @description OK */
|
|
3179
3177
|
200: {
|
|
3180
3178
|
content: {
|
|
3181
3179
|
"application/json": components["schemas"]["ItemQuestionDtoEnvelope"];
|
|
@@ -3209,7 +3207,7 @@ export interface paths {
|
|
|
3209
3207
|
};
|
|
3210
3208
|
};
|
|
3211
3209
|
responses: {
|
|
3212
|
-
/** @description
|
|
3210
|
+
/** @description OK */
|
|
3213
3211
|
200: {
|
|
3214
3212
|
content: {
|
|
3215
3213
|
"application/json": components["schemas"]["ItemQuestionDtoEnvelope"];
|
|
@@ -3244,7 +3242,7 @@ export interface paths {
|
|
|
3244
3242
|
};
|
|
3245
3243
|
};
|
|
3246
3244
|
responses: {
|
|
3247
|
-
/** @description
|
|
3245
|
+
/** @description OK */
|
|
3248
3246
|
200: {
|
|
3249
3247
|
content: {
|
|
3250
3248
|
"application/json": components["schemas"]["ItemAttachmentDtoListEnvelope"];
|
|
@@ -3280,7 +3278,7 @@ export interface paths {
|
|
|
3280
3278
|
};
|
|
3281
3279
|
};
|
|
3282
3280
|
responses: {
|
|
3283
|
-
/** @description
|
|
3281
|
+
/** @description OK */
|
|
3284
3282
|
200: {
|
|
3285
3283
|
content: {
|
|
3286
3284
|
"application/json": components["schemas"]["ItemAttachmentDtoEnvelope"];
|
|
@@ -3305,16 +3303,18 @@ export interface paths {
|
|
|
3305
3303
|
};
|
|
3306
3304
|
post: {
|
|
3307
3305
|
parameters: {
|
|
3308
|
-
query
|
|
3309
|
-
|
|
3310
|
-
|
|
3306
|
+
query?: {
|
|
3307
|
+
itemID?: string;
|
|
3308
|
+
notes?: string;
|
|
3311
3309
|
title?: string;
|
|
3312
|
-
abstract?: string;
|
|
3313
3310
|
author?: string;
|
|
3311
|
+
isFolder?: boolean;
|
|
3312
|
+
fileName?: string;
|
|
3313
|
+
abstract?: string;
|
|
3314
3314
|
keyWords?: string;
|
|
3315
|
-
notes?: string;
|
|
3316
3315
|
validResponse?: boolean;
|
|
3317
3316
|
parentFileUploadID?: string;
|
|
3317
|
+
filePath?: string;
|
|
3318
3318
|
iD?: string;
|
|
3319
3319
|
timestamp?: string;
|
|
3320
3320
|
"api-version"?: string;
|
|
@@ -3337,7 +3337,7 @@ export interface paths {
|
|
|
3337
3337
|
};
|
|
3338
3338
|
};
|
|
3339
3339
|
responses: {
|
|
3340
|
-
/** @description
|
|
3340
|
+
/** @description OK */
|
|
3341
3341
|
200: {
|
|
3342
3342
|
content: {
|
|
3343
3343
|
"application/json": components["schemas"]["ItemAttachmentDtoEnvelope"];
|
|
@@ -3371,7 +3371,7 @@ export interface paths {
|
|
|
3371
3371
|
};
|
|
3372
3372
|
};
|
|
3373
3373
|
responses: {
|
|
3374
|
-
/** @description
|
|
3374
|
+
/** @description OK */
|
|
3375
3375
|
200: {
|
|
3376
3376
|
content: {
|
|
3377
3377
|
"application/json": components["schemas"]["ItemAttachmentDtoEnvelope"];
|
|
@@ -3406,7 +3406,7 @@ export interface paths {
|
|
|
3406
3406
|
};
|
|
3407
3407
|
};
|
|
3408
3408
|
responses: {
|
|
3409
|
-
/** @description
|
|
3409
|
+
/** @description OK */
|
|
3410
3410
|
200: {
|
|
3411
3411
|
content: {
|
|
3412
3412
|
"application/json": components["schemas"]["ItemGoogleCategoryDtoListEnvelope"];
|
|
@@ -3442,7 +3442,7 @@ export interface paths {
|
|
|
3442
3442
|
};
|
|
3443
3443
|
};
|
|
3444
3444
|
responses: {
|
|
3445
|
-
/** @description
|
|
3445
|
+
/** @description OK */
|
|
3446
3446
|
200: {
|
|
3447
3447
|
content: {
|
|
3448
3448
|
"application/json": components["schemas"]["ItemGoogleCategoryDtoEnvelope"];
|
|
@@ -3476,7 +3476,7 @@ export interface paths {
|
|
|
3476
3476
|
};
|
|
3477
3477
|
};
|
|
3478
3478
|
responses: {
|
|
3479
|
-
/** @description
|
|
3479
|
+
/** @description OK */
|
|
3480
3480
|
200: {
|
|
3481
3481
|
content: {
|
|
3482
3482
|
"application/json": components["schemas"]["ItemGoogleCategoryDtoEnvelope"];
|
|
@@ -3510,7 +3510,7 @@ export interface paths {
|
|
|
3510
3510
|
};
|
|
3511
3511
|
};
|
|
3512
3512
|
responses: {
|
|
3513
|
-
/** @description
|
|
3513
|
+
/** @description OK */
|
|
3514
3514
|
200: {
|
|
3515
3515
|
content: {
|
|
3516
3516
|
"application/json": components["schemas"]["ItemGoogleCategoryDtoEnvelope"];
|
|
@@ -3545,7 +3545,7 @@ export interface paths {
|
|
|
3545
3545
|
};
|
|
3546
3546
|
};
|
|
3547
3547
|
responses: {
|
|
3548
|
-
/** @description
|
|
3548
|
+
/** @description OK */
|
|
3549
3549
|
200: {
|
|
3550
3550
|
content: {
|
|
3551
3551
|
"application/json": components["schemas"]["ItemAttributeOptionDtoListEnvelope"];
|
|
@@ -3581,7 +3581,7 @@ export interface paths {
|
|
|
3581
3581
|
};
|
|
3582
3582
|
};
|
|
3583
3583
|
responses: {
|
|
3584
|
-
/** @description
|
|
3584
|
+
/** @description OK */
|
|
3585
3585
|
200: {
|
|
3586
3586
|
content: {
|
|
3587
3587
|
"application/json": components["schemas"]["ItemAttributeOptionDtoEnvelope"];
|
|
@@ -3615,7 +3615,7 @@ export interface paths {
|
|
|
3615
3615
|
};
|
|
3616
3616
|
};
|
|
3617
3617
|
responses: {
|
|
3618
|
-
/** @description
|
|
3618
|
+
/** @description OK */
|
|
3619
3619
|
200: {
|
|
3620
3620
|
content: {
|
|
3621
3621
|
"application/json": components["schemas"]["ItemAttributeOptionDtoEnvelope"];
|
|
@@ -3649,7 +3649,7 @@ export interface paths {
|
|
|
3649
3649
|
};
|
|
3650
3650
|
};
|
|
3651
3651
|
responses: {
|
|
3652
|
-
/** @description
|
|
3652
|
+
/** @description OK */
|
|
3653
3653
|
200: {
|
|
3654
3654
|
content: {
|
|
3655
3655
|
"application/json": components["schemas"]["ItemAttributeOptionDtoEnvelope"];
|
|
@@ -3684,7 +3684,7 @@ export interface paths {
|
|
|
3684
3684
|
};
|
|
3685
3685
|
};
|
|
3686
3686
|
responses: {
|
|
3687
|
-
/** @description
|
|
3687
|
+
/** @description OK */
|
|
3688
3688
|
200: {
|
|
3689
3689
|
content: {
|
|
3690
3690
|
"application/json": components["schemas"]["ItemTaxPolicyDtoListEnvelope"];
|
|
@@ -3720,7 +3720,7 @@ export interface paths {
|
|
|
3720
3720
|
};
|
|
3721
3721
|
};
|
|
3722
3722
|
responses: {
|
|
3723
|
-
/** @description
|
|
3723
|
+
/** @description OK */
|
|
3724
3724
|
200: {
|
|
3725
3725
|
content: {
|
|
3726
3726
|
"application/json": components["schemas"]["ItemTaxPolicyDtoEnvelope"];
|
|
@@ -3754,7 +3754,7 @@ export interface paths {
|
|
|
3754
3754
|
};
|
|
3755
3755
|
};
|
|
3756
3756
|
responses: {
|
|
3757
|
-
/** @description
|
|
3757
|
+
/** @description OK */
|
|
3758
3758
|
200: {
|
|
3759
3759
|
content: {
|
|
3760
3760
|
"application/json": components["schemas"]["ItemTaxPolicyDtoEnvelope"];
|
|
@@ -3788,7 +3788,7 @@ export interface paths {
|
|
|
3788
3788
|
};
|
|
3789
3789
|
};
|
|
3790
3790
|
responses: {
|
|
3791
|
-
/** @description
|
|
3791
|
+
/** @description OK */
|
|
3792
3792
|
200: {
|
|
3793
3793
|
content: {
|
|
3794
3794
|
"application/json": components["schemas"]["ItemTaxPolicyDtoEnvelope"];
|
|
@@ -3823,7 +3823,7 @@ export interface paths {
|
|
|
3823
3823
|
};
|
|
3824
3824
|
};
|
|
3825
3825
|
responses: {
|
|
3826
|
-
/** @description
|
|
3826
|
+
/** @description OK */
|
|
3827
3827
|
200: {
|
|
3828
3828
|
content: {
|
|
3829
3829
|
"application/json": components["schemas"]["PricingRuleDtoListEnvelope"];
|
|
@@ -3859,7 +3859,7 @@ export interface paths {
|
|
|
3859
3859
|
};
|
|
3860
3860
|
};
|
|
3861
3861
|
responses: {
|
|
3862
|
-
/** @description
|
|
3862
|
+
/** @description OK */
|
|
3863
3863
|
200: {
|
|
3864
3864
|
content: {
|
|
3865
3865
|
"application/json": components["schemas"]["PricingRuleDtoEnvelope"];
|
|
@@ -3893,7 +3893,7 @@ export interface paths {
|
|
|
3893
3893
|
};
|
|
3894
3894
|
};
|
|
3895
3895
|
responses: {
|
|
3896
|
-
/** @description
|
|
3896
|
+
/** @description OK */
|
|
3897
3897
|
200: {
|
|
3898
3898
|
content: {
|
|
3899
3899
|
"application/json": components["schemas"]["PricingRuleDtoEnvelope"];
|
|
@@ -3927,7 +3927,7 @@ export interface paths {
|
|
|
3927
3927
|
};
|
|
3928
3928
|
};
|
|
3929
3929
|
responses: {
|
|
3930
|
-
/** @description
|
|
3930
|
+
/** @description OK */
|
|
3931
3931
|
200: {
|
|
3932
3932
|
content: {
|
|
3933
3933
|
"application/json": components["schemas"]["PricingRuleDtoEnvelope"];
|
|
@@ -3962,7 +3962,7 @@ export interface paths {
|
|
|
3962
3962
|
};
|
|
3963
3963
|
};
|
|
3964
3964
|
responses: {
|
|
3965
|
-
/** @description
|
|
3965
|
+
/** @description OK */
|
|
3966
3966
|
200: {
|
|
3967
3967
|
content: {
|
|
3968
3968
|
"application/json": components["schemas"]["ItemWarrantyPolicyDtoListEnvelope"];
|
|
@@ -3998,7 +3998,7 @@ export interface paths {
|
|
|
3998
3998
|
};
|
|
3999
3999
|
};
|
|
4000
4000
|
responses: {
|
|
4001
|
-
/** @description
|
|
4001
|
+
/** @description OK */
|
|
4002
4002
|
200: {
|
|
4003
4003
|
content: {
|
|
4004
4004
|
"application/json": components["schemas"]["ItemWarrantyPolicyDtoEnvelope"];
|
|
@@ -4032,7 +4032,7 @@ export interface paths {
|
|
|
4032
4032
|
};
|
|
4033
4033
|
};
|
|
4034
4034
|
responses: {
|
|
4035
|
-
/** @description
|
|
4035
|
+
/** @description OK */
|
|
4036
4036
|
200: {
|
|
4037
4037
|
content: {
|
|
4038
4038
|
"application/json": components["schemas"]["ItemWarrantyPolicyDtoEnvelope"];
|
|
@@ -4066,7 +4066,7 @@ export interface paths {
|
|
|
4066
4066
|
};
|
|
4067
4067
|
};
|
|
4068
4068
|
responses: {
|
|
4069
|
-
/** @description
|
|
4069
|
+
/** @description OK */
|
|
4070
4070
|
200: {
|
|
4071
4071
|
content: {
|
|
4072
4072
|
"application/json": components["schemas"]["ItemWarrantyPolicyDtoEnvelope"];
|
|
@@ -4101,7 +4101,7 @@ export interface paths {
|
|
|
4101
4101
|
};
|
|
4102
4102
|
};
|
|
4103
4103
|
responses: {
|
|
4104
|
-
/** @description
|
|
4104
|
+
/** @description OK */
|
|
4105
4105
|
200: {
|
|
4106
4106
|
content: {
|
|
4107
4107
|
"application/json": components["schemas"]["ItemReturnPolicyDtoListEnvelope"];
|
|
@@ -4137,7 +4137,7 @@ export interface paths {
|
|
|
4137
4137
|
};
|
|
4138
4138
|
};
|
|
4139
4139
|
responses: {
|
|
4140
|
-
/** @description
|
|
4140
|
+
/** @description OK */
|
|
4141
4141
|
200: {
|
|
4142
4142
|
content: {
|
|
4143
4143
|
"application/json": components["schemas"]["ItemReturnPolicyDtoEnvelope"];
|
|
@@ -4171,7 +4171,7 @@ export interface paths {
|
|
|
4171
4171
|
};
|
|
4172
4172
|
};
|
|
4173
4173
|
responses: {
|
|
4174
|
-
/** @description
|
|
4174
|
+
/** @description OK */
|
|
4175
4175
|
200: {
|
|
4176
4176
|
content: {
|
|
4177
4177
|
"application/json": components["schemas"]["ItemReturnPolicyDtoEnvelope"];
|
|
@@ -4205,7 +4205,7 @@ export interface paths {
|
|
|
4205
4205
|
};
|
|
4206
4206
|
};
|
|
4207
4207
|
responses: {
|
|
4208
|
-
/** @description
|
|
4208
|
+
/** @description OK */
|
|
4209
4209
|
200: {
|
|
4210
4210
|
content: {
|
|
4211
4211
|
"application/json": components["schemas"]["ItemReturnPolicyDtoEnvelope"];
|
|
@@ -4240,7 +4240,7 @@ export interface paths {
|
|
|
4240
4240
|
};
|
|
4241
4241
|
};
|
|
4242
4242
|
responses: {
|
|
4243
|
-
/** @description
|
|
4243
|
+
/** @description OK */
|
|
4244
4244
|
200: {
|
|
4245
4245
|
content: {
|
|
4246
4246
|
"application/json": components["schemas"]["ItemRefundPolicyDtoListEnvelope"];
|
|
@@ -4276,7 +4276,7 @@ export interface paths {
|
|
|
4276
4276
|
};
|
|
4277
4277
|
};
|
|
4278
4278
|
responses: {
|
|
4279
|
-
/** @description
|
|
4279
|
+
/** @description OK */
|
|
4280
4280
|
200: {
|
|
4281
4281
|
content: {
|
|
4282
4282
|
"application/json": components["schemas"]["ItemRefundPolicyDtoEnvelope"];
|
|
@@ -4310,7 +4310,7 @@ export interface paths {
|
|
|
4310
4310
|
};
|
|
4311
4311
|
};
|
|
4312
4312
|
responses: {
|
|
4313
|
-
/** @description
|
|
4313
|
+
/** @description OK */
|
|
4314
4314
|
200: {
|
|
4315
4315
|
content: {
|
|
4316
4316
|
"application/json": components["schemas"]["ItemRefundPolicyDtoEnvelope"];
|
|
@@ -4344,7 +4344,7 @@ export interface paths {
|
|
|
4344
4344
|
};
|
|
4345
4345
|
};
|
|
4346
4346
|
responses: {
|
|
4347
|
-
/** @description
|
|
4347
|
+
/** @description OK */
|
|
4348
4348
|
200: {
|
|
4349
4349
|
content: {
|
|
4350
4350
|
"application/json": components["schemas"]["ItemRefundPolicyDtoEnvelope"];
|
|
@@ -4379,7 +4379,7 @@ export interface paths {
|
|
|
4379
4379
|
};
|
|
4380
4380
|
};
|
|
4381
4381
|
responses: {
|
|
4382
|
-
/** @description
|
|
4382
|
+
/** @description OK */
|
|
4383
4383
|
200: {
|
|
4384
4384
|
content: {
|
|
4385
4385
|
"application/json": components["schemas"]["ItemShippingPolicyDtoListEnvelope"];
|
|
@@ -4415,7 +4415,7 @@ export interface paths {
|
|
|
4415
4415
|
};
|
|
4416
4416
|
};
|
|
4417
4417
|
responses: {
|
|
4418
|
-
/** @description
|
|
4418
|
+
/** @description OK */
|
|
4419
4419
|
200: {
|
|
4420
4420
|
content: {
|
|
4421
4421
|
"application/json": components["schemas"]["ItemShippingPolicyDtoEnvelope"];
|
|
@@ -4449,7 +4449,7 @@ export interface paths {
|
|
|
4449
4449
|
};
|
|
4450
4450
|
};
|
|
4451
4451
|
responses: {
|
|
4452
|
-
/** @description
|
|
4452
|
+
/** @description OK */
|
|
4453
4453
|
200: {
|
|
4454
4454
|
content: {
|
|
4455
4455
|
"application/json": components["schemas"]["ItemShippingPolicyDtoEnvelope"];
|
|
@@ -4483,7 +4483,7 @@ export interface paths {
|
|
|
4483
4483
|
};
|
|
4484
4484
|
};
|
|
4485
4485
|
responses: {
|
|
4486
|
-
/** @description
|
|
4486
|
+
/** @description OK */
|
|
4487
4487
|
200: {
|
|
4488
4488
|
content: {
|
|
4489
4489
|
"application/json": components["schemas"]["ItemShippingPolicyDtoEnvelope"];
|
|
@@ -4533,42 +4533,46 @@ export interface components {
|
|
|
4533
4533
|
id?: string;
|
|
4534
4534
|
/** Format: date-time */
|
|
4535
4535
|
timestamp?: string;
|
|
4536
|
-
|
|
4537
|
-
fileName: string;
|
|
4536
|
+
notes?: string | null;
|
|
4538
4537
|
title?: string | null;
|
|
4539
|
-
abstract?: string | null;
|
|
4540
4538
|
author?: string | null;
|
|
4539
|
+
isFolder?: boolean;
|
|
4540
|
+
fileName?: string | null;
|
|
4541
|
+
abstract?: string | null;
|
|
4541
4542
|
keyWords?: string | null;
|
|
4542
|
-
notes?: string | null;
|
|
4543
4543
|
validResponse?: boolean;
|
|
4544
4544
|
parentFileUploadID?: string | null;
|
|
4545
|
+
filePath?: string | null;
|
|
4545
4546
|
/** Format: binary */
|
|
4546
4547
|
file?: string | null;
|
|
4548
|
+
itemID?: string | null;
|
|
4547
4549
|
};
|
|
4548
4550
|
ItemAttachmentDto: {
|
|
4549
4551
|
id?: string | null;
|
|
4550
4552
|
/** Format: date-time */
|
|
4551
4553
|
timestamp?: string | null;
|
|
4552
|
-
|
|
4553
|
-
businessProfileRecordID?: string | null;
|
|
4554
|
-
type?: string | null;
|
|
4555
|
-
mD5Hash?: string | null;
|
|
4554
|
+
notes?: string | null;
|
|
4556
4555
|
metadata?: string | null;
|
|
4557
|
-
|
|
4556
|
+
title?: string | null;
|
|
4557
|
+
author?: string | null;
|
|
4558
4558
|
isFolder?: boolean;
|
|
4559
4559
|
fileName?: string | null;
|
|
4560
|
-
title?: string | null;
|
|
4561
4560
|
abstract?: string | null;
|
|
4562
|
-
author?: string | null;
|
|
4563
4561
|
keyWords?: string | null;
|
|
4564
|
-
notes?: string | null;
|
|
4565
|
-
contentType?: string | null;
|
|
4566
|
-
/** Format: int64 */
|
|
4567
|
-
fileLength?: number;
|
|
4568
4562
|
validResponse?: boolean;
|
|
4569
|
-
socialProfileID?: string | null;
|
|
4570
4563
|
parentFileUploadID?: string | null;
|
|
4564
|
+
mD5Hash?: string | null;
|
|
4565
|
+
/** Format: int64 */
|
|
4566
|
+
fileLength?: number;
|
|
4567
|
+
filePath?: string | null;
|
|
4568
|
+
fileUrl?: string | null;
|
|
4569
|
+
businessID?: string | null;
|
|
4570
|
+
contentType?: string | null;
|
|
4571
|
+
fileUploadURL?: string | null;
|
|
4571
4572
|
accountHolderID?: string | null;
|
|
4573
|
+
socialProfileID?: string | null;
|
|
4574
|
+
businessProfileRecordID?: string | null;
|
|
4575
|
+
itemID?: string | null;
|
|
4572
4576
|
};
|
|
4573
4577
|
ItemAttachmentDtoEnvelope: {
|
|
4574
4578
|
errorMessage?: string | null;
|
|
@@ -4589,14 +4593,17 @@ export interface components {
|
|
|
4589
4593
|
result?: components["schemas"]["ItemAttachmentDto"][] | null;
|
|
4590
4594
|
};
|
|
4591
4595
|
ItemAttachmentUpdateDto: {
|
|
4596
|
+
notes?: string | null;
|
|
4592
4597
|
metadata?: string | null;
|
|
4593
|
-
fileName: string;
|
|
4594
4598
|
title?: string | null;
|
|
4599
|
+
author?: string | null;
|
|
4600
|
+
isFolder?: boolean;
|
|
4601
|
+
fileName?: string | null;
|
|
4595
4602
|
abstract?: string | null;
|
|
4596
4603
|
keyWords?: string | null;
|
|
4597
|
-
notes?: string | null;
|
|
4598
4604
|
validResponse?: boolean;
|
|
4599
4605
|
parentFileUploadID?: string | null;
|
|
4606
|
+
filePath?: string | null;
|
|
4600
4607
|
/** Format: binary */
|
|
4601
4608
|
file?: string | null;
|
|
4602
4609
|
};
|