@unchainedshop/api 4.3.5 → 4.4.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/README.md +153 -4
- package/lib/acl.d.ts +1 -2
- package/lib/acl.js +1 -4
- package/lib/api-index.d.ts +10 -11
- package/lib/api-index.js +12 -13
- package/lib/chat/defaultSystemPrompt.d.ts +0 -1
- package/lib/chat/defaultSystemPrompt.js +0 -1
- package/lib/chat/generateImageHandler.d.ts +0 -1
- package/lib/chat/generateImageHandler.js +0 -2
- package/lib/chat/normalizeToolsIndex.d.ts +0 -1
- package/lib/chat/normalizeToolsIndex.js +1 -2
- package/lib/chat/utils.d.ts +0 -1
- package/lib/chat/utils.js +0 -3
- package/lib/context.d.ts +5 -6
- package/lib/context.js +11 -4
- package/lib/createGraphQLServer.d.ts +1 -2
- package/lib/createGraphQLServer.js +1 -2
- package/lib/errors.d.ts +0 -1
- package/lib/errors.js +0 -1
- package/lib/events.d.ts +5 -5
- package/lib/events.js +4 -6
- package/lib/express/chatHandler.d.ts +1 -2
- package/lib/express/chatHandler.js +11 -8
- package/lib/express/createBulkImportMiddleware.d.ts +1 -2
- package/lib/express/createBulkImportMiddleware.js +3 -4
- package/lib/express/createERCMetadataMiddleware.d.ts +1 -2
- package/lib/express/createERCMetadataMiddleware.js +0 -2
- package/lib/express/createMCPMiddleware.d.ts +1 -2
- package/lib/express/createMCPMiddleware.js +21 -14
- package/lib/express/createTempUploadMiddleware.d.ts +1 -2
- package/lib/express/createTempUploadMiddleware.js +3 -5
- package/lib/express/index.d.ts +4 -5
- package/lib/express/index.js +10 -15
- package/lib/fastify/bulkImportHandler.d.ts +1 -2
- package/lib/fastify/bulkImportHandler.js +3 -4
- package/lib/fastify/chatHandler.d.ts +2 -3
- package/lib/fastify/chatHandler.js +11 -8
- package/lib/fastify/ercMetadataHandler.d.ts +1 -2
- package/lib/fastify/ercMetadataHandler.js +0 -1
- package/lib/fastify/index.d.ts +6 -7
- package/lib/fastify/index.js +12 -21
- package/lib/fastify/mcpHandler.d.ts +1 -2
- package/lib/fastify/mcpHandler.js +20 -11
- package/lib/fastify/tempUploadHandler.d.ts +1 -2
- package/lib/fastify/tempUploadHandler.js +3 -5
- package/lib/loaders/assortmentLinkLoader.d.ts +2 -3
- package/lib/loaders/assortmentLinkLoader.js +0 -1
- package/lib/loaders/assortmentLinksLoader.d.ts +2 -3
- package/lib/loaders/assortmentLinksLoader.js +0 -1
- package/lib/loaders/assortmentLoader.d.ts +2 -3
- package/lib/loaders/assortmentLoader.js +0 -1
- package/lib/loaders/assortmentMediaTextLoader.d.ts +2 -3
- package/lib/loaders/assortmentMediaTextLoader.js +2 -3
- package/lib/loaders/assortmentMediasLoader.d.ts +2 -3
- package/lib/loaders/assortmentMediasLoader.js +0 -1
- package/lib/loaders/assortmentProductLoader.d.ts +2 -3
- package/lib/loaders/assortmentProductLoader.js +0 -1
- package/lib/loaders/assortmentProductsLoader.d.ts +2 -3
- package/lib/loaders/assortmentProductsLoader.js +0 -1
- package/lib/loaders/assortmentTextLoader.d.ts +2 -3
- package/lib/loaders/assortmentTextLoader.js +2 -3
- package/lib/loaders/buildLocaleMap.d.ts +0 -1
- package/lib/loaders/buildLocaleMap.js +0 -4
- package/lib/loaders/buildTextMap.d.ts +0 -1
- package/lib/loaders/buildTextMap.js +3 -9
- package/lib/loaders/countryLoader.d.ts +2 -3
- package/lib/loaders/countryLoader.js +0 -1
- package/lib/loaders/currencyLoader.d.ts +2 -3
- package/lib/loaders/currencyLoader.js +0 -1
- package/lib/loaders/deliveryProviderLoader.d.ts +2 -3
- package/lib/loaders/deliveryProviderLoader.js +0 -1
- package/lib/loaders/fileLoader.d.ts +2 -3
- package/lib/loaders/fileLoader.js +0 -1
- package/lib/loaders/filterLoader.d.ts +2 -3
- package/lib/loaders/filterLoader.js +0 -1
- package/lib/loaders/filterTextLoader.d.ts +2 -3
- package/lib/loaders/filterTextLoader.js +2 -3
- package/lib/loaders/index.d.ts +1 -2
- package/lib/loaders/index.js +29 -30
- package/lib/loaders/languageLoader.d.ts +2 -3
- package/lib/loaders/languageLoader.js +0 -1
- package/lib/loaders/orderLoader.d.ts +2 -3
- package/lib/loaders/orderLoader.js +0 -3
- package/lib/loaders/paymentProviderLoader.d.ts +2 -3
- package/lib/loaders/paymentProviderLoader.js +0 -1
- package/lib/loaders/productBySKULoader.d.ts +2 -3
- package/lib/loaders/productBySKULoader.js +0 -1
- package/lib/loaders/productLoader.d.ts +2 -3
- package/lib/loaders/productLoader.js +0 -1
- package/lib/loaders/productMediaTextLoader.d.ts +2 -3
- package/lib/loaders/productMediaTextLoader.js +2 -3
- package/lib/loaders/productMediasLoader.d.ts +2 -3
- package/lib/loaders/productMediasLoader.js +0 -1
- package/lib/loaders/productProxiesLoader.d.ts +2 -3
- package/lib/loaders/productProxiesLoader.js +0 -1
- package/lib/loaders/productTextLoader.d.ts +2 -3
- package/lib/loaders/productTextLoader.js +2 -3
- package/lib/loaders/productVariationByKeyLoader.d.ts +2 -3
- package/lib/loaders/productVariationByKeyLoader.js +0 -2
- package/lib/loaders/productVariationLoader.d.ts +2 -3
- package/lib/loaders/productVariationLoader.js +0 -1
- package/lib/loaders/productVariationTextLoader.d.ts +2 -3
- package/lib/loaders/productVariationTextLoader.js +2 -4
- package/lib/loaders/quotationLoader.d.ts +2 -3
- package/lib/loaders/quotationLoader.js +0 -1
- package/lib/loaders/userLoader.d.ts +2 -3
- package/lib/loaders/userLoader.js +0 -3
- package/lib/loaders/utils.d.ts +0 -1
- package/lib/loaders/utils.js +0 -3
- package/lib/loaders/warehousingProviderLoader.d.ts +2 -3
- package/lib/loaders/warehousingProviderLoader.js +0 -1
- package/lib/locale-context.d.ts +2 -3
- package/lib/locale-context.js +1 -2
- package/lib/mcp/index.d.ts +3 -4
- package/lib/mcp/index.js +11 -17
- package/lib/mcp/resources/localization.d.ts +2 -3
- package/lib/mcp/resources/localization.js +0 -1
- package/lib/mcp/tools/assortment/assortmentManagement.d.ts +4 -4
- package/lib/mcp/tools/assortment/assortmentManagement.js +3 -4
- package/lib/mcp/tools/assortment/handlers/addAssortmentFilter.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/addAssortmentFilter.js +2 -3
- package/lib/mcp/tools/assortment/handlers/addAssortmentLink.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/addAssortmentLink.js +2 -3
- package/lib/mcp/tools/assortment/handlers/addAssortmentMedia.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/addAssortmentMedia.js +2 -3
- package/lib/mcp/tools/assortment/handlers/addAssortmentProduct.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/addAssortmentProduct.js +2 -3
- package/lib/mcp/tools/assortment/handlers/countAssortments.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/countAssortments.js +0 -1
- package/lib/mcp/tools/assortment/handlers/createAssortment.d.ts +3 -4
- package/lib/mcp/tools/assortment/handlers/createAssortment.js +1 -2
- package/lib/mcp/tools/assortment/handlers/getAssortment.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/getAssortment.js +2 -3
- package/lib/mcp/tools/assortment/handlers/getAssortmentChildren.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/getAssortmentChildren.js +2 -3
- package/lib/mcp/tools/assortment/handlers/getAssortmentFilters.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/getAssortmentFilters.js +3 -4
- package/lib/mcp/tools/assortment/handlers/getAssortmentLinks.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/getAssortmentLinks.js +2 -3
- package/lib/mcp/tools/assortment/handlers/getAssortmentMedia.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/getAssortmentMedia.js +3 -4
- package/lib/mcp/tools/assortment/handlers/getAssortmentMediaTexts.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/getAssortmentMediaTexts.js +1 -2
- package/lib/mcp/tools/assortment/handlers/getAssortmentProducts.d.ts +3 -4
- package/lib/mcp/tools/assortment/handlers/getAssortmentProducts.js +3 -4
- package/lib/mcp/tools/assortment/handlers/getAssortmentTexts.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/getAssortmentTexts.js +1 -2
- package/lib/mcp/tools/assortment/handlers/index.d.ts +29 -30
- package/lib/mcp/tools/assortment/handlers/index.js +29 -30
- package/lib/mcp/tools/assortment/handlers/listAssortments.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/listAssortments.js +1 -2
- package/lib/mcp/tools/assortment/handlers/removeAssortment.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/removeAssortment.js +1 -2
- package/lib/mcp/tools/assortment/handlers/removeAssortmentFilter.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/removeAssortmentFilter.js +0 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortmentLink.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/removeAssortmentLink.js +0 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortmentMedia.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/removeAssortmentMedia.js +0 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortmentProduct.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/removeAssortmentProduct.js +0 -1
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentFilters.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentFilters.js +1 -2
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentLinks.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentLinks.js +1 -2
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentMedia.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentMedia.js +1 -2
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentProducts.d.ts +3 -4
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentProducts.js +1 -2
- package/lib/mcp/tools/assortment/handlers/searchAssortmentProducts.d.ts +3 -4
- package/lib/mcp/tools/assortment/handlers/searchAssortmentProducts.js +3 -4
- package/lib/mcp/tools/assortment/handlers/setAssortmentBase.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/setAssortmentBase.js +2 -3
- package/lib/mcp/tools/assortment/handlers/updateAssortment.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/updateAssortment.js +2 -3
- package/lib/mcp/tools/assortment/handlers/updateAssortmentMediaTexts.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/updateAssortmentMediaTexts.js +1 -2
- package/lib/mcp/tools/assortment/handlers/updateAssortmentStatus.d.ts +2 -3
- package/lib/mcp/tools/assortment/handlers/updateAssortmentStatus.js +2 -3
- package/lib/mcp/tools/assortment/index.d.ts +2 -3
- package/lib/mcp/tools/assortment/index.js +1 -2
- package/lib/mcp/tools/assortment/schemas.d.ts +167 -725
- package/lib/mcp/tools/assortment/schemas.js +2 -3
- package/lib/mcp/tools/filter/filterManagement.d.ts +4 -4
- package/lib/mcp/tools/filter/filterManagement.js +3 -4
- package/lib/mcp/tools/filter/handlers/countFilters.d.ts +2 -3
- package/lib/mcp/tools/filter/handlers/countFilters.js +0 -1
- package/lib/mcp/tools/filter/handlers/createFilter.d.ts +3 -4
- package/lib/mcp/tools/filter/handlers/createFilter.js +1 -2
- package/lib/mcp/tools/filter/handlers/createFilterOption.d.ts +3 -4
- package/lib/mcp/tools/filter/handlers/createFilterOption.js +2 -3
- package/lib/mcp/tools/filter/handlers/getFilter.d.ts +2 -3
- package/lib/mcp/tools/filter/handlers/getFilter.js +2 -3
- package/lib/mcp/tools/filter/handlers/getFilterTexts.d.ts +2 -3
- package/lib/mcp/tools/filter/handlers/getFilterTexts.js +1 -2
- package/lib/mcp/tools/filter/handlers/index.d.ts +10 -11
- package/lib/mcp/tools/filter/handlers/index.js +10 -11
- package/lib/mcp/tools/filter/handlers/listFilters.d.ts +2 -3
- package/lib/mcp/tools/filter/handlers/listFilters.js +1 -2
- package/lib/mcp/tools/filter/handlers/removeFilter.d.ts +2 -3
- package/lib/mcp/tools/filter/handlers/removeFilter.js +1 -2
- package/lib/mcp/tools/filter/handlers/removeFilterOption.d.ts +2 -3
- package/lib/mcp/tools/filter/handlers/removeFilterOption.js +2 -3
- package/lib/mcp/tools/filter/handlers/updateFilter.d.ts +2 -3
- package/lib/mcp/tools/filter/handlers/updateFilter.js +2 -3
- package/lib/mcp/tools/filter/handlers/updateFilterTexts.d.ts +3 -4
- package/lib/mcp/tools/filter/handlers/updateFilterTexts.js +2 -3
- package/lib/mcp/tools/filter/index.d.ts +2 -3
- package/lib/mcp/tools/filter/index.js +1 -2
- package/lib/mcp/tools/filter/schemas.d.ts +100 -414
- package/lib/mcp/tools/filter/schemas.js +1 -2
- package/lib/mcp/tools/localization/getLocalizationsConfig.d.ts +2 -3
- package/lib/mcp/tools/localization/getLocalizationsConfig.js +1 -2
- package/lib/mcp/tools/localization/handlers/countLocalizations.d.ts +2 -3
- package/lib/mcp/tools/localization/handlers/countLocalizations.js +1 -2
- package/lib/mcp/tools/localization/handlers/createLocalization.d.ts +2 -3
- package/lib/mcp/tools/localization/handlers/createLocalization.js +3 -4
- package/lib/mcp/tools/localization/handlers/getLocalization.d.ts +2 -3
- package/lib/mcp/tools/localization/handlers/getLocalization.js +1 -2
- package/lib/mcp/tools/localization/handlers/index.d.ts +6 -7
- package/lib/mcp/tools/localization/handlers/index.js +6 -7
- package/lib/mcp/tools/localization/handlers/listLocalizations.d.ts +2 -3
- package/lib/mcp/tools/localization/handlers/listLocalizations.js +1 -2
- package/lib/mcp/tools/localization/handlers/removeLocalization.d.ts +2 -3
- package/lib/mcp/tools/localization/handlers/removeLocalization.js +1 -2
- package/lib/mcp/tools/localization/handlers/updateLocalization.d.ts +2 -3
- package/lib/mcp/tools/localization/handlers/updateLocalization.js +2 -3
- package/lib/mcp/tools/localization/index.d.ts +2 -3
- package/lib/mcp/tools/localization/index.js +1 -2
- package/lib/mcp/tools/localization/localizationManagement.d.ts +4 -4
- package/lib/mcp/tools/localization/localizationManagement.js +3 -4
- package/lib/mcp/tools/localization/schemas.d.ts +85 -225
- package/lib/mcp/tools/localization/schemas.js +4 -5
- package/lib/mcp/tools/localization/types.d.ts +0 -1
- package/lib/mcp/tools/localization/types.js +0 -1
- package/lib/mcp/tools/order/handlers/confirmOrder.d.ts +3 -4
- package/lib/mcp/tools/order/handlers/confirmOrder.js +2 -3
- package/lib/mcp/tools/order/handlers/deliverOrder.d.ts +3 -4
- package/lib/mcp/tools/order/handlers/deliverOrder.js +2 -3
- package/lib/mcp/tools/order/handlers/getMonthlyBreakdown.d.ts +2 -3
- package/lib/mcp/tools/order/handlers/getMonthlyBreakdown.js +1 -2
- package/lib/mcp/tools/order/handlers/getOrder.d.ts +3 -4
- package/lib/mcp/tools/order/handlers/getOrder.js +1 -2
- package/lib/mcp/tools/order/handlers/getSalesSummary.d.ts +2 -3
- package/lib/mcp/tools/order/handlers/getSalesSummary.js +1 -2
- package/lib/mcp/tools/order/handlers/getTopCustomers.d.ts +2 -3
- package/lib/mcp/tools/order/handlers/getTopCustomers.js +1 -2
- package/lib/mcp/tools/order/handlers/getTopProducts.d.ts +3 -4
- package/lib/mcp/tools/order/handlers/getTopProducts.js +2 -3
- package/lib/mcp/tools/order/handlers/getUserCart.d.ts +3 -4
- package/lib/mcp/tools/order/handlers/getUserCart.js +1 -2
- package/lib/mcp/tools/order/handlers/index.d.ts +11 -12
- package/lib/mcp/tools/order/handlers/index.js +11 -12
- package/lib/mcp/tools/order/handlers/listOrders.d.ts +3 -4
- package/lib/mcp/tools/order/handlers/listOrders.js +2 -3
- package/lib/mcp/tools/order/handlers/payOrder.d.ts +3 -4
- package/lib/mcp/tools/order/handlers/payOrder.js +2 -3
- package/lib/mcp/tools/order/handlers/rejectOrder.d.ts +3 -4
- package/lib/mcp/tools/order/handlers/rejectOrder.js +2 -3
- package/lib/mcp/tools/order/index.d.ts +2 -3
- package/lib/mcp/tools/order/index.js +1 -2
- package/lib/mcp/tools/order/orderManagement.d.ts +4 -4
- package/lib/mcp/tools/order/orderManagement.js +3 -4
- package/lib/mcp/tools/order/schemas.d.ts +160 -291
- package/lib/mcp/tools/order/schemas.js +17 -12
- package/lib/mcp/tools/product/handlers/addBundleItem.d.ts +4 -4
- package/lib/mcp/tools/product/handlers/addBundleItem.js +5 -6
- package/lib/mcp/tools/product/handlers/addProductAssignment.d.ts +4 -4
- package/lib/mcp/tools/product/handlers/addProductAssignment.js +5 -7
- package/lib/mcp/tools/product/handlers/addProductMedia.d.ts +3 -4
- package/lib/mcp/tools/product/handlers/addProductMedia.js +2 -3
- package/lib/mcp/tools/product/handlers/addProductVariationOption.d.ts +3 -4
- package/lib/mcp/tools/product/handlers/addProductVariationOption.js +2 -3
- package/lib/mcp/tools/product/handlers/countProducts.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/countProducts.js +0 -1
- package/lib/mcp/tools/product/handlers/countReviews.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/countReviews.js +1 -2
- package/lib/mcp/tools/product/handlers/createProduct.d.ts +4 -5
- package/lib/mcp/tools/product/handlers/createProduct.js +1 -2
- package/lib/mcp/tools/product/handlers/createProductVariation.d.ts +4 -4
- package/lib/mcp/tools/product/handlers/createProductVariation.js +5 -6
- package/lib/mcp/tools/product/handlers/getBundleItems.d.ts +4 -4
- package/lib/mcp/tools/product/handlers/getBundleItems.js +5 -6
- package/lib/mcp/tools/product/handlers/getCatalogPrice.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/getCatalogPrice.js +1 -2
- package/lib/mcp/tools/product/handlers/getMediaTexts.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/getMediaTexts.js +1 -2
- package/lib/mcp/tools/product/handlers/getProduct.d.ts +3 -4
- package/lib/mcp/tools/product/handlers/getProduct.js +2 -3
- package/lib/mcp/tools/product/handlers/getProductAssignments.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/getProductAssignments.js +5 -6
- package/lib/mcp/tools/product/handlers/getProductMedia.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/getProductMedia.js +2 -3
- package/lib/mcp/tools/product/handlers/getProductTexts.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/getProductTexts.js +1 -2
- package/lib/mcp/tools/product/handlers/getReviews.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/getReviews.js +1 -2
- package/lib/mcp/tools/product/handlers/getSiblings.d.ts +3 -4
- package/lib/mcp/tools/product/handlers/getSiblings.js +2 -3
- package/lib/mcp/tools/product/handlers/getVariationProducts.d.ts +3 -4
- package/lib/mcp/tools/product/handlers/getVariationProducts.js +2 -3
- package/lib/mcp/tools/product/handlers/getVariationTexts.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/getVariationTexts.js +1 -2
- package/lib/mcp/tools/product/handlers/index.d.ts +34 -35
- package/lib/mcp/tools/product/handlers/index.js +34 -35
- package/lib/mcp/tools/product/handlers/listProducts.d.ts +3 -4
- package/lib/mcp/tools/product/handlers/listProducts.js +1 -2
- package/lib/mcp/tools/product/handlers/removeBundleItem.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/removeBundleItem.js +4 -5
- package/lib/mcp/tools/product/handlers/removeProduct.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/removeProduct.js +1 -2
- package/lib/mcp/tools/product/handlers/removeProductAssignment.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/removeProductAssignment.js +4 -5
- package/lib/mcp/tools/product/handlers/removeProductMedia.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/removeProductMedia.js +1 -2
- package/lib/mcp/tools/product/handlers/removeProductVariation.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/removeProductVariation.js +1 -2
- package/lib/mcp/tools/product/handlers/removeProductVariationOption.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/removeProductVariationOption.js +1 -2
- package/lib/mcp/tools/product/handlers/reorderProductMedia.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/reorderProductMedia.js +1 -2
- package/lib/mcp/tools/product/handlers/simulatePrice.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/simulatePrice.js +2 -3
- package/lib/mcp/tools/product/handlers/simulatePriceRange.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/simulatePriceRange.js +4 -5
- package/lib/mcp/tools/product/handlers/updateProduct.d.ts +4 -4
- package/lib/mcp/tools/product/handlers/updateProduct.js +11 -12
- package/lib/mcp/tools/product/handlers/updateProductMediaTexts.d.ts +3 -5
- package/lib/mcp/tools/product/handlers/updateProductMediaTexts.js +1 -2
- package/lib/mcp/tools/product/handlers/updateProductStatus.d.ts +3 -4
- package/lib/mcp/tools/product/handlers/updateProductStatus.js +2 -3
- package/lib/mcp/tools/product/handlers/updateProductTexts.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/updateProductTexts.js +1 -2
- package/lib/mcp/tools/product/handlers/updateProductVariationTexts.d.ts +2 -3
- package/lib/mcp/tools/product/handlers/updateProductVariationTexts.js +1 -2
- package/lib/mcp/tools/product/index.d.ts +2 -3
- package/lib/mcp/tools/product/index.js +1 -2
- package/lib/mcp/tools/product/productManagement.d.ts +4 -4
- package/lib/mcp/tools/product/productManagement.js +3 -4
- package/lib/mcp/tools/product/schemas.d.ts +373 -2154
- package/lib/mcp/tools/product/schemas.js +8 -8
- package/lib/mcp/tools/provider/handlers/createProvider.d.ts +2 -3
- package/lib/mcp/tools/provider/handlers/createProvider.js +2 -3
- package/lib/mcp/tools/provider/handlers/getProvider.d.ts +2 -3
- package/lib/mcp/tools/provider/handlers/getProvider.js +1 -2
- package/lib/mcp/tools/provider/handlers/getProviderInterfaces.d.ts +3 -4
- package/lib/mcp/tools/provider/handlers/getProviderInterfaces.js +1 -2
- package/lib/mcp/tools/provider/handlers/index.d.ts +6 -7
- package/lib/mcp/tools/provider/handlers/index.js +6 -7
- package/lib/mcp/tools/provider/handlers/listProviders.d.ts +2 -3
- package/lib/mcp/tools/provider/handlers/listProviders.js +1 -2
- package/lib/mcp/tools/provider/handlers/removeProvider.d.ts +2 -3
- package/lib/mcp/tools/provider/handlers/removeProvider.js +1 -2
- package/lib/mcp/tools/provider/handlers/updateProvider.d.ts +2 -3
- package/lib/mcp/tools/provider/handlers/updateProvider.js +1 -2
- package/lib/mcp/tools/provider/index.d.ts +2 -3
- package/lib/mcp/tools/provider/index.js +1 -2
- package/lib/mcp/tools/provider/providerManagement.d.ts +4 -4
- package/lib/mcp/tools/provider/providerManagement.js +3 -4
- package/lib/mcp/tools/provider/schemas.d.ts +193 -195
- package/lib/mcp/tools/provider/schemas.js +5 -6
- package/lib/mcp/tools/provider/utils/getProviderConfig.d.ts +1 -2
- package/lib/mcp/tools/provider/utils/getProviderConfig.js +1 -2
- package/lib/mcp/tools/quotation/handlers/countQuotations.d.ts +2 -3
- package/lib/mcp/tools/quotation/handlers/countQuotations.js +0 -1
- package/lib/mcp/tools/quotation/handlers/getQuotation.d.ts +3 -4
- package/lib/mcp/tools/quotation/handlers/getQuotation.js +1 -2
- package/lib/mcp/tools/quotation/handlers/index.d.ts +6 -7
- package/lib/mcp/tools/quotation/handlers/index.js +6 -7
- package/lib/mcp/tools/quotation/handlers/listQuotations.d.ts +3 -4
- package/lib/mcp/tools/quotation/handlers/listQuotations.js +1 -2
- package/lib/mcp/tools/quotation/handlers/makeQuotationProposal.d.ts +3 -4
- package/lib/mcp/tools/quotation/handlers/makeQuotationProposal.js +2 -3
- package/lib/mcp/tools/quotation/handlers/rejectQuotation.d.ts +3 -4
- package/lib/mcp/tools/quotation/handlers/rejectQuotation.js +2 -3
- package/lib/mcp/tools/quotation/handlers/verifyQuotation.d.ts +3 -4
- package/lib/mcp/tools/quotation/handlers/verifyQuotation.js +2 -3
- package/lib/mcp/tools/quotation/index.d.ts +2 -3
- package/lib/mcp/tools/quotation/index.js +1 -2
- package/lib/mcp/tools/quotation/quotationManagement.d.ts +4 -4
- package/lib/mcp/tools/quotation/quotationManagement.js +3 -4
- package/lib/mcp/tools/quotation/schemas.d.ts +78 -173
- package/lib/mcp/tools/quotation/schemas.js +5 -6
- package/lib/mcp/tools/system/handlers/activeWorkTypes.d.ts +1 -2
- package/lib/mcp/tools/system/handlers/activeWorkTypes.js +0 -1
- package/lib/mcp/tools/system/handlers/addWork.d.ts +2 -3
- package/lib/mcp/tools/system/handlers/addWork.js +0 -1
- package/lib/mcp/tools/system/handlers/allocateWork.d.ts +2 -3
- package/lib/mcp/tools/system/handlers/allocateWork.js +0 -1
- package/lib/mcp/tools/system/handlers/countEvents.d.ts +2 -3
- package/lib/mcp/tools/system/handlers/countEvents.js +0 -1
- package/lib/mcp/tools/system/handlers/countWork.d.ts +2 -3
- package/lib/mcp/tools/system/handlers/countWork.js +0 -1
- package/lib/mcp/tools/system/handlers/finishWork.d.ts +2 -3
- package/lib/mcp/tools/system/handlers/finishWork.js +0 -1
- package/lib/mcp/tools/system/handlers/getEvent.d.ts +2 -3
- package/lib/mcp/tools/system/handlers/getEvent.js +0 -1
- package/lib/mcp/tools/system/handlers/getEventsStatistics.d.ts +2 -3
- package/lib/mcp/tools/system/handlers/getEventsStatistics.js +0 -1
- package/lib/mcp/tools/system/handlers/getShopInfo.d.ts +1 -2
- package/lib/mcp/tools/system/handlers/getShopInfo.js +0 -1
- package/lib/mcp/tools/system/handlers/getWork.d.ts +2 -3
- package/lib/mcp/tools/system/handlers/getWork.js +0 -1
- package/lib/mcp/tools/system/handlers/getWorkStatistics.d.ts +2 -3
- package/lib/mcp/tools/system/handlers/getWorkStatistics.js +0 -1
- package/lib/mcp/tools/system/handlers/index.d.ts +15 -16
- package/lib/mcp/tools/system/handlers/index.js +15 -16
- package/lib/mcp/tools/system/handlers/listEvents.d.ts +2 -3
- package/lib/mcp/tools/system/handlers/listEvents.js +0 -1
- package/lib/mcp/tools/system/handlers/listWork.d.ts +2 -3
- package/lib/mcp/tools/system/handlers/listWork.js +0 -1
- package/lib/mcp/tools/system/handlers/processNextWork.d.ts +2 -3
- package/lib/mcp/tools/system/handlers/processNextWork.js +0 -1
- package/lib/mcp/tools/system/handlers/removeWork.d.ts +2 -3
- package/lib/mcp/tools/system/handlers/removeWork.js +0 -1
- package/lib/mcp/tools/system/index.d.ts +2 -3
- package/lib/mcp/tools/system/index.js +2 -3
- package/lib/mcp/tools/system/schemas.d.ts +96 -347
- package/lib/mcp/tools/system/schemas.js +1 -14
- package/lib/mcp/tools/system/systemManagement.d.ts +4 -4
- package/lib/mcp/tools/system/systemManagement.js +4 -5
- package/lib/mcp/tools/system/types.d.ts +1 -2
- package/lib/mcp/tools/system/types.js +1 -2
- package/lib/mcp/tools/users/handlers/addUserEmail.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/addUserEmail.js +1 -2
- package/lib/mcp/tools/users/handlers/countUsers.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/countUsers.js +0 -1
- package/lib/mcp/tools/users/handlers/createUser.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/createUser.js +2 -3
- package/lib/mcp/tools/users/handlers/enrollUser.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/enrollUser.js +1 -2
- package/lib/mcp/tools/users/handlers/getCurrentUser.d.ts +1 -2
- package/lib/mcp/tools/users/handlers/getCurrentUser.js +1 -2
- package/lib/mcp/tools/users/handlers/getUser.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/getUser.js +1 -2
- package/lib/mcp/tools/users/handlers/getUserAvatar.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/getUserAvatar.js +1 -2
- package/lib/mcp/tools/users/handlers/getUserBookmarks.d.ts +3 -4
- package/lib/mcp/tools/users/handlers/getUserBookmarks.js +1 -2
- package/lib/mcp/tools/users/handlers/getUserEnrollments.d.ts +3 -4
- package/lib/mcp/tools/users/handlers/getUserEnrollments.js +1 -2
- package/lib/mcp/tools/users/handlers/getUserOrders.d.ts +3 -4
- package/lib/mcp/tools/users/handlers/getUserOrders.js +1 -2
- package/lib/mcp/tools/users/handlers/getUserPaymentCredentials.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/getUserPaymentCredentials.js +0 -1
- package/lib/mcp/tools/users/handlers/getUserQuotations.d.ts +3 -4
- package/lib/mcp/tools/users/handlers/getUserQuotations.js +1 -2
- package/lib/mcp/tools/users/handlers/getUserReviews.d.ts +3 -4
- package/lib/mcp/tools/users/handlers/getUserReviews.js +1 -2
- package/lib/mcp/tools/users/handlers/getUserReviewsCount.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/getUserReviewsCount.js +0 -1
- package/lib/mcp/tools/users/handlers/index.d.ts +23 -24
- package/lib/mcp/tools/users/handlers/index.js +23 -24
- package/lib/mcp/tools/users/handlers/listUsers.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/listUsers.js +1 -2
- package/lib/mcp/tools/users/handlers/removeProductReviews.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/removeProductReviews.js +0 -1
- package/lib/mcp/tools/users/handlers/removeUser.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/removeUser.js +0 -1
- package/lib/mcp/tools/users/handlers/removeUserEmail.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/removeUserEmail.js +0 -1
- package/lib/mcp/tools/users/handlers/sendEnrollmentEmail.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/sendEnrollmentEmail.js +0 -1
- package/lib/mcp/tools/users/handlers/sendVerificationEmail.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/sendVerificationEmail.js +0 -1
- package/lib/mcp/tools/users/handlers/setUserTags.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/setUserTags.js +1 -2
- package/lib/mcp/tools/users/handlers/setUserUsername.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/setUserUsername.js +1 -2
- package/lib/mcp/tools/users/handlers/updateUser.d.ts +2 -3
- package/lib/mcp/tools/users/handlers/updateUser.js +1 -2
- package/lib/mcp/tools/users/index.d.ts +2 -3
- package/lib/mcp/tools/users/index.js +1 -2
- package/lib/mcp/tools/users/schemas.d.ts +125 -790
- package/lib/mcp/tools/users/schemas.js +1 -3
- package/lib/mcp/tools/users/usersManagement.d.ts +4 -4
- package/lib/mcp/tools/users/usersManagement.js +3 -4
- package/lib/mcp/utils/getNormalizedAssortmentDetails.d.ts +1 -2
- package/lib/mcp/utils/getNormalizedAssortmentDetails.js +1 -2
- package/lib/mcp/utils/getNormalizedFilterDetails.d.ts +1 -2
- package/lib/mcp/utils/getNormalizedFilterDetails.js +0 -1
- package/lib/mcp/utils/getNormalizedOrderDetails.d.ts +2 -3
- package/lib/mcp/utils/getNormalizedOrderDetails.js +1 -2
- package/lib/mcp/utils/getNormalizedProductDetails.d.ts +3 -3
- package/lib/mcp/utils/getNormalizedProductDetails.js +5 -8
- package/lib/mcp/utils/getNormalizedQuotationDetails.d.ts +2 -3
- package/lib/mcp/utils/getNormalizedQuotationDetails.js +1 -2
- package/lib/mcp/utils/getNormalizedUserDetails.d.ts +1 -2
- package/lib/mcp/utils/getNormalizedUserDetails.js +1 -2
- package/lib/mcp/utils/normalizeMediaUrl.d.ts +0 -1
- package/lib/mcp/utils/normalizeMediaUrl.js +0 -1
- package/lib/mcp/utils/normalizeProxyAssignments.d.ts +1 -2
- package/lib/mcp/utils/normalizeProxyAssignments.js +1 -2
- package/lib/mcp/utils/orderFilters.d.ts +1 -2
- package/lib/mcp/utils/orderFilters.js +0 -1
- package/lib/mcp/utils/sanitizeLocalizationEntityData.d.ts +1 -2
- package/lib/mcp/utils/sanitizeLocalizationEntityData.js +1 -2
- package/lib/mcp/utils/sharedSchemas.d.ts +21 -30
- package/lib/mcp/utils/sharedSchemas.js +0 -1
- package/lib/mcp/utils/validateIsoCode.d.ts +1 -2
- package/lib/mcp/utils/validateIsoCode.js +0 -1
- package/lib/mongo-store.d.ts +1 -35
- package/lib/mongo-store.js +2 -66
- package/lib/resolvers/index.d.ts +0 -1
- package/lib/resolvers/index.js +4 -5
- package/lib/resolvers/mutations/accounts/addEmail.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/addEmail.js +1 -2
- package/lib/resolvers/mutations/accounts/addWeb3Address.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/addWeb3Address.js +1 -2
- package/lib/resolvers/mutations/accounts/addWebAuthnCredentials.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/addWebAuthnCredentials.js +1 -2
- package/lib/resolvers/mutations/accounts/changePassword.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/changePassword.js +1 -2
- package/lib/resolvers/mutations/accounts/createUser.d.ts +2 -3
- package/lib/resolvers/mutations/accounts/createUser.js +1 -2
- package/lib/resolvers/mutations/accounts/createWebAuthnCredentialCreationOptions.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/createWebAuthnCredentialCreationOptions.js +0 -1
- package/lib/resolvers/mutations/accounts/createWebAuthnCredentialRequestOptions.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/createWebAuthnCredentialRequestOptions.js +0 -1
- package/lib/resolvers/mutations/accounts/enrollUser.d.ts +2 -3
- package/lib/resolvers/mutations/accounts/enrollUser.js +1 -2
- package/lib/resolvers/mutations/accounts/forgotPassword.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/forgotPassword.js +1 -2
- package/lib/resolvers/mutations/accounts/impersonate.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/impersonate.js +1 -2
- package/lib/resolvers/mutations/accounts/loginAsGuest.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/loginAsGuest.js +0 -1
- package/lib/resolvers/mutations/accounts/loginWithPassword.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/loginWithPassword.js +1 -2
- package/lib/resolvers/mutations/accounts/loginWithWebAuthn.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/loginWithWebAuthn.js +1 -2
- package/lib/resolvers/mutations/accounts/logout.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/logout.js +0 -1
- package/lib/resolvers/mutations/accounts/removeEmail.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/removeEmail.js +1 -2
- package/lib/resolvers/mutations/accounts/removeWeb3Address.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/removeWeb3Address.js +1 -2
- package/lib/resolvers/mutations/accounts/removeWebAuthnCredentials.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/removeWebAuthnCredentials.js +1 -2
- package/lib/resolvers/mutations/accounts/resetPassword.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/resetPassword.js +1 -2
- package/lib/resolvers/mutations/accounts/sendEnrollmentEmail.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/sendEnrollmentEmail.js +1 -2
- package/lib/resolvers/mutations/accounts/sendVerificationEmail.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/sendVerificationEmail.js +1 -2
- package/lib/resolvers/mutations/accounts/setPassword.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/setPassword.js +1 -2
- package/lib/resolvers/mutations/accounts/setUsername.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/setUsername.js +1 -2
- package/lib/resolvers/mutations/accounts/stopImpersonation.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/stopImpersonation.js +1 -2
- package/lib/resolvers/mutations/accounts/verifyEmail.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/verifyEmail.js +1 -2
- package/lib/resolvers/mutations/accounts/verifyWeb3Address.d.ts +1 -2
- package/lib/resolvers/mutations/accounts/verifyWeb3Address.js +4 -19
- package/lib/resolvers/mutations/assortments/addAssortmentFilter.d.ts +2 -3
- package/lib/resolvers/mutations/assortments/addAssortmentFilter.js +1 -2
- package/lib/resolvers/mutations/assortments/addAssortmentLink.d.ts +2 -3
- package/lib/resolvers/mutations/assortments/addAssortmentLink.js +1 -2
- package/lib/resolvers/mutations/assortments/addAssortmentProduct.d.ts +2 -3
- package/lib/resolvers/mutations/assortments/addAssortmentProduct.js +1 -2
- package/lib/resolvers/mutations/assortments/createAssortment.d.ts +2 -3
- package/lib/resolvers/mutations/assortments/createAssortment.js +0 -1
- package/lib/resolvers/mutations/assortments/prepareAssortmentMediaUpload.d.ts +1 -2
- package/lib/resolvers/mutations/assortments/prepareAssortmentMediaUpload.js +0 -1
- package/lib/resolvers/mutations/assortments/removeAssortment.d.ts +1 -2
- package/lib/resolvers/mutations/assortments/removeAssortment.js +1 -2
- package/lib/resolvers/mutations/assortments/removeAssortmentFilter.d.ts +1 -2
- package/lib/resolvers/mutations/assortments/removeAssortmentFilter.js +1 -2
- package/lib/resolvers/mutations/assortments/removeAssortmentLink.d.ts +1 -2
- package/lib/resolvers/mutations/assortments/removeAssortmentLink.js +1 -2
- package/lib/resolvers/mutations/assortments/removeAssortmentMedia.d.ts +1 -2
- package/lib/resolvers/mutations/assortments/removeAssortmentMedia.js +1 -2
- package/lib/resolvers/mutations/assortments/removeAssortmentProduct.d.ts +1 -2
- package/lib/resolvers/mutations/assortments/removeAssortmentProduct.js +1 -2
- package/lib/resolvers/mutations/assortments/reorderAssortmentFilters.d.ts +1 -2
- package/lib/resolvers/mutations/assortments/reorderAssortmentFilters.js +0 -1
- package/lib/resolvers/mutations/assortments/reorderAssortmentLinks.d.ts +1 -2
- package/lib/resolvers/mutations/assortments/reorderAssortmentLinks.js +0 -1
- package/lib/resolvers/mutations/assortments/reorderAssortmentMedia.d.ts +1 -2
- package/lib/resolvers/mutations/assortments/reorderAssortmentMedia.js +0 -1
- package/lib/resolvers/mutations/assortments/reorderAssortmentProducts.d.ts +1 -2
- package/lib/resolvers/mutations/assortments/reorderAssortmentProducts.js +0 -1
- package/lib/resolvers/mutations/assortments/setBaseAssortment.d.ts +1 -2
- package/lib/resolvers/mutations/assortments/setBaseAssortment.js +1 -2
- package/lib/resolvers/mutations/assortments/updateAssortment.d.ts +2 -3
- package/lib/resolvers/mutations/assortments/updateAssortment.js +1 -2
- package/lib/resolvers/mutations/assortments/updateAssortmentMediaTexts.d.ts +2 -3
- package/lib/resolvers/mutations/assortments/updateAssortmentMediaTexts.js +1 -2
- package/lib/resolvers/mutations/assortments/updateAssortmentTexts.d.ts +2 -3
- package/lib/resolvers/mutations/assortments/updateAssortmentTexts.js +1 -2
- package/lib/resolvers/mutations/bookmarks/bookmark.d.ts +1 -2
- package/lib/resolvers/mutations/bookmarks/bookmark.js +1 -2
- package/lib/resolvers/mutations/bookmarks/createBookmark.d.ts +1 -2
- package/lib/resolvers/mutations/bookmarks/createBookmark.js +1 -2
- package/lib/resolvers/mutations/bookmarks/removeBookmark.d.ts +1 -2
- package/lib/resolvers/mutations/bookmarks/removeBookmark.js +1 -2
- package/lib/resolvers/mutations/countries/createCountry.d.ts +2 -3
- package/lib/resolvers/mutations/countries/createCountry.js +0 -1
- package/lib/resolvers/mutations/countries/removeCountry.d.ts +1 -2
- package/lib/resolvers/mutations/countries/removeCountry.js +1 -2
- package/lib/resolvers/mutations/countries/updateCountry.d.ts +2 -3
- package/lib/resolvers/mutations/countries/updateCountry.js +1 -2
- package/lib/resolvers/mutations/currencies/createCurrency.d.ts +2 -3
- package/lib/resolvers/mutations/currencies/createCurrency.js +0 -1
- package/lib/resolvers/mutations/currencies/removeCurrency.d.ts +1 -2
- package/lib/resolvers/mutations/currencies/removeCurrency.js +1 -2
- package/lib/resolvers/mutations/currencies/updateCurrency.d.ts +2 -3
- package/lib/resolvers/mutations/currencies/updateCurrency.js +1 -2
- package/lib/resolvers/mutations/delivery/createDeliveryProvider.d.ts +2 -3
- package/lib/resolvers/mutations/delivery/createDeliveryProvider.js +1 -2
- package/lib/resolvers/mutations/delivery/removeDeliveryProvider.d.ts +1 -2
- package/lib/resolvers/mutations/delivery/removeDeliveryProvider.js +1 -2
- package/lib/resolvers/mutations/delivery/updateDeliveryProvider.d.ts +2 -3
- package/lib/resolvers/mutations/delivery/updateDeliveryProvider.js +1 -2
- package/lib/resolvers/mutations/enrollments/activateEnrollment.d.ts +1 -2
- package/lib/resolvers/mutations/enrollments/activateEnrollment.js +1 -2
- package/lib/resolvers/mutations/enrollments/createEnrollment.d.ts +1 -2
- package/lib/resolvers/mutations/enrollments/createEnrollment.js +3 -4
- package/lib/resolvers/mutations/enrollments/terminateEnrollment.d.ts +1 -2
- package/lib/resolvers/mutations/enrollments/terminateEnrollment.js +1 -2
- package/lib/resolvers/mutations/enrollments/updateEnrollment.d.ts +3 -4
- package/lib/resolvers/mutations/enrollments/updateEnrollment.js +1 -3
- package/lib/resolvers/mutations/files/confirmMediaUpload.d.ts +1 -2
- package/lib/resolvers/mutations/files/confirmMediaUpload.js +1 -2
- package/lib/resolvers/mutations/filters/createFilter.d.ts +3 -4
- package/lib/resolvers/mutations/filters/createFilter.js +1 -2
- package/lib/resolvers/mutations/filters/createFilterOption.d.ts +2 -3
- package/lib/resolvers/mutations/filters/createFilterOption.js +1 -2
- package/lib/resolvers/mutations/filters/removeFilter.d.ts +1 -2
- package/lib/resolvers/mutations/filters/removeFilter.js +1 -2
- package/lib/resolvers/mutations/filters/removeFilterOption.d.ts +1 -2
- package/lib/resolvers/mutations/filters/removeFilterOption.js +1 -2
- package/lib/resolvers/mutations/filters/updateFilter.d.ts +2 -3
- package/lib/resolvers/mutations/filters/updateFilter.js +1 -2
- package/lib/resolvers/mutations/filters/updateFilterTexts.d.ts +1 -2
- package/lib/resolvers/mutations/filters/updateFilterTexts.js +1 -2
- package/lib/resolvers/mutations/index.d.ts +0 -1
- package/lib/resolvers/mutations/index.js +158 -159
- package/lib/resolvers/mutations/languages/createLanguage.d.ts +2 -3
- package/lib/resolvers/mutations/languages/createLanguage.js +0 -1
- package/lib/resolvers/mutations/languages/removeLanguage.d.ts +1 -2
- package/lib/resolvers/mutations/languages/removeLanguage.js +1 -2
- package/lib/resolvers/mutations/languages/updateLanguage.d.ts +2 -3
- package/lib/resolvers/mutations/languages/updateLanguage.js +1 -2
- package/lib/resolvers/mutations/orders/addCartDiscount.d.ts +1 -2
- package/lib/resolvers/mutations/orders/addCartDiscount.js +1 -3
- package/lib/resolvers/mutations/orders/addCartProduct.d.ts +1 -2
- package/lib/resolvers/mutations/orders/addCartProduct.js +1 -3
- package/lib/resolvers/mutations/orders/addCartQuotation.d.ts +1 -2
- package/lib/resolvers/mutations/orders/addCartQuotation.js +1 -2
- package/lib/resolvers/mutations/orders/addMultipleCartProducts.d.ts +1 -2
- package/lib/resolvers/mutations/orders/addMultipleCartProducts.js +1 -3
- package/lib/resolvers/mutations/orders/checkoutCart.d.ts +1 -2
- package/lib/resolvers/mutations/orders/checkoutCart.js +1 -3
- package/lib/resolvers/mutations/orders/confirmOrder.d.ts +1 -2
- package/lib/resolvers/mutations/orders/confirmOrder.js +1 -2
- package/lib/resolvers/mutations/orders/createCart.d.ts +1 -2
- package/lib/resolvers/mutations/orders/createCart.js +1 -2
- package/lib/resolvers/mutations/orders/deliverOrder.d.ts +1 -2
- package/lib/resolvers/mutations/orders/deliverOrder.js +1 -2
- package/lib/resolvers/mutations/orders/emptyCart.d.ts +1 -2
- package/lib/resolvers/mutations/orders/emptyCart.js +1 -2
- package/lib/resolvers/mutations/orders/payOrder.d.ts +1 -2
- package/lib/resolvers/mutations/orders/payOrder.js +1 -2
- package/lib/resolvers/mutations/orders/rejectOrder.d.ts +1 -2
- package/lib/resolvers/mutations/orders/rejectOrder.js +1 -2
- package/lib/resolvers/mutations/orders/removeCartDiscount.d.ts +1 -2
- package/lib/resolvers/mutations/orders/removeCartDiscount.js +1 -3
- package/lib/resolvers/mutations/orders/removeCartItem.d.ts +1 -2
- package/lib/resolvers/mutations/orders/removeCartItem.js +1 -2
- package/lib/resolvers/mutations/orders/removeOrder.d.ts +1 -2
- package/lib/resolvers/mutations/orders/removeOrder.js +1 -2
- package/lib/resolvers/mutations/orders/setOrderDeliveryProvider.d.ts +1 -2
- package/lib/resolvers/mutations/orders/setOrderDeliveryProvider.js +1 -2
- package/lib/resolvers/mutations/orders/setOrderPaymentProvider.d.ts +1 -2
- package/lib/resolvers/mutations/orders/setOrderPaymentProvider.js +1 -2
- package/lib/resolvers/mutations/orders/signPaymentProviderForCheckout.d.ts +1 -2
- package/lib/resolvers/mutations/orders/signPaymentProviderForCheckout.js +1 -2
- package/lib/resolvers/mutations/orders/updateCart.d.ts +2 -3
- package/lib/resolvers/mutations/orders/updateCart.js +1 -3
- package/lib/resolvers/mutations/orders/updateCartDeliveryPickUp.d.ts +1 -2
- package/lib/resolvers/mutations/orders/updateCartDeliveryPickUp.js +1 -2
- package/lib/resolvers/mutations/orders/updateCartDeliveryShipping.d.ts +1 -2
- package/lib/resolvers/mutations/orders/updateCartDeliveryShipping.js +1 -2
- package/lib/resolvers/mutations/orders/updateCartItem.d.ts +1 -2
- package/lib/resolvers/mutations/orders/updateCartItem.js +1 -2
- package/lib/resolvers/mutations/orders/updateCartPaymentGeneric.d.ts +1 -2
- package/lib/resolvers/mutations/orders/updateCartPaymentGeneric.js +1 -2
- package/lib/resolvers/mutations/orders/updateCartPaymentInvoice.d.ts +1 -2
- package/lib/resolvers/mutations/orders/updateCartPaymentInvoice.js +1 -2
- package/lib/resolvers/mutations/orders/updateOrderDeliveryPickUp.d.ts +1 -2
- package/lib/resolvers/mutations/orders/updateOrderDeliveryPickUp.js +1 -2
- package/lib/resolvers/mutations/orders/updateOrderDeliveryShipping.d.ts +1 -2
- package/lib/resolvers/mutations/orders/updateOrderDeliveryShipping.js +1 -2
- package/lib/resolvers/mutations/orders/updateOrderPaymentGeneric.d.ts +1 -2
- package/lib/resolvers/mutations/orders/updateOrderPaymentGeneric.js +1 -2
- package/lib/resolvers/mutations/orders/updateOrderPaymentInvoice.d.ts +1 -2
- package/lib/resolvers/mutations/orders/updateOrderPaymentInvoice.js +1 -2
- package/lib/resolvers/mutations/pageView.d.ts +0 -1
- package/lib/resolvers/mutations/pageView.js +0 -1
- package/lib/resolvers/mutations/payment/createPaymentProvider.d.ts +2 -3
- package/lib/resolvers/mutations/payment/createPaymentProvider.js +1 -2
- package/lib/resolvers/mutations/payment/markPaymentCredentialsPreferred.d.ts +1 -2
- package/lib/resolvers/mutations/payment/markPaymentCredentialsPreferred.js +1 -2
- package/lib/resolvers/mutations/payment/registerPaymentCredentials.d.ts +1 -2
- package/lib/resolvers/mutations/payment/registerPaymentCredentials.js +1 -2
- package/lib/resolvers/mutations/payment/removePaymentCredentials.d.ts +1 -2
- package/lib/resolvers/mutations/payment/removePaymentCredentials.js +1 -2
- package/lib/resolvers/mutations/payment/removePaymentProvider.d.ts +1 -2
- package/lib/resolvers/mutations/payment/removePaymentProvider.js +1 -2
- package/lib/resolvers/mutations/payment/signPaymentProviderForCredentialRegistration.d.ts +1 -2
- package/lib/resolvers/mutations/payment/signPaymentProviderForCredentialRegistration.js +1 -2
- package/lib/resolvers/mutations/payment/updatePaymentProvider.d.ts +2 -3
- package/lib/resolvers/mutations/payment/updatePaymentProvider.js +1 -2
- package/lib/resolvers/mutations/products/addProductAssignment.d.ts +2 -3
- package/lib/resolvers/mutations/products/addProductAssignment.js +5 -6
- package/lib/resolvers/mutations/products/addProductReviewVote.d.ts +1 -2
- package/lib/resolvers/mutations/products/addProductReviewVote.js +2 -2
- package/lib/resolvers/mutations/products/createProduct.d.ts +2 -3
- package/lib/resolvers/mutations/products/createProduct.js +0 -1
- package/lib/resolvers/mutations/products/createProductBundleItem.d.ts +2 -3
- package/lib/resolvers/mutations/products/createProductBundleItem.js +4 -5
- package/lib/resolvers/mutations/products/createProductReview.d.ts +2 -3
- package/lib/resolvers/mutations/products/createProductReview.js +1 -2
- package/lib/resolvers/mutations/products/createProductVariation.d.ts +1 -2
- package/lib/resolvers/mutations/products/createProductVariation.js +4 -5
- package/lib/resolvers/mutations/products/createProductVariationOption.d.ts +2 -3
- package/lib/resolvers/mutations/products/createProductVariationOption.js +1 -2
- package/lib/resolvers/mutations/products/prepareProductMediaUpload.d.ts +1 -2
- package/lib/resolvers/mutations/products/prepareProductMediaUpload.js +0 -1
- package/lib/resolvers/mutations/products/publishProduct.d.ts +1 -2
- package/lib/resolvers/mutations/products/publishProduct.js +1 -2
- package/lib/resolvers/mutations/products/removeBundleItem.d.ts +1 -2
- package/lib/resolvers/mutations/products/removeBundleItem.js +4 -5
- package/lib/resolvers/mutations/products/removeProduct.d.ts +1 -2
- package/lib/resolvers/mutations/products/removeProduct.js +1 -2
- package/lib/resolvers/mutations/products/removeProductAssignment.d.ts +2 -3
- package/lib/resolvers/mutations/products/removeProductAssignment.js +4 -5
- package/lib/resolvers/mutations/products/removeProductMedia.d.ts +1 -2
- package/lib/resolvers/mutations/products/removeProductMedia.js +1 -2
- package/lib/resolvers/mutations/products/removeProductReview.d.ts +1 -2
- package/lib/resolvers/mutations/products/removeProductReview.js +1 -2
- package/lib/resolvers/mutations/products/removeProductReviewVote.d.ts +1 -2
- package/lib/resolvers/mutations/products/removeProductReviewVote.js +2 -2
- package/lib/resolvers/mutations/products/removeProductVariation.d.ts +1 -2
- package/lib/resolvers/mutations/products/removeProductVariation.js +1 -2
- package/lib/resolvers/mutations/products/removeProductVariationOption.d.ts +1 -2
- package/lib/resolvers/mutations/products/removeProductVariationOption.js +1 -2
- package/lib/resolvers/mutations/products/reorderProductMedia.d.ts +1 -2
- package/lib/resolvers/mutations/products/reorderProductMedia.js +0 -1
- package/lib/resolvers/mutations/products/unpublishProduct.d.ts +1 -2
- package/lib/resolvers/mutations/products/unpublishProduct.js +1 -2
- package/lib/resolvers/mutations/products/updateProduct.d.ts +2 -3
- package/lib/resolvers/mutations/products/updateProduct.js +1 -2
- package/lib/resolvers/mutations/products/updateProductCommerce.d.ts +2 -3
- package/lib/resolvers/mutations/products/updateProductCommerce.js +4 -5
- package/lib/resolvers/mutations/products/updateProductMediaTexts.d.ts +2 -3
- package/lib/resolvers/mutations/products/updateProductMediaTexts.js +1 -2
- package/lib/resolvers/mutations/products/updateProductPlan.d.ts +2 -3
- package/lib/resolvers/mutations/products/updateProductPlan.js +4 -5
- package/lib/resolvers/mutations/products/updateProductReview.d.ts +2 -3
- package/lib/resolvers/mutations/products/updateProductReview.js +1 -2
- package/lib/resolvers/mutations/products/updateProductSupply.d.ts +2 -3
- package/lib/resolvers/mutations/products/updateProductSupply.js +4 -5
- package/lib/resolvers/mutations/products/updateProductTexts.d.ts +1 -2
- package/lib/resolvers/mutations/products/updateProductTexts.js +1 -2
- package/lib/resolvers/mutations/products/updateProductTokenization.d.ts +2 -3
- package/lib/resolvers/mutations/products/updateProductTokenization.js +4 -5
- package/lib/resolvers/mutations/products/updateProductVariationTexts.d.ts +2 -3
- package/lib/resolvers/mutations/products/updateProductVariationTexts.js +1 -2
- package/lib/resolvers/mutations/products/updateProductWarehousing.d.ts +2 -3
- package/lib/resolvers/mutations/products/updateProductWarehousing.js +4 -5
- package/lib/resolvers/mutations/quotations/makeQuotationProposal.d.ts +1 -2
- package/lib/resolvers/mutations/quotations/makeQuotationProposal.js +1 -2
- package/lib/resolvers/mutations/quotations/rejectQuotation.d.ts +1 -2
- package/lib/resolvers/mutations/quotations/rejectQuotation.js +1 -2
- package/lib/resolvers/mutations/quotations/requestQuotation.d.ts +1 -2
- package/lib/resolvers/mutations/quotations/requestQuotation.js +1 -2
- package/lib/resolvers/mutations/quotations/verifyQuotation.d.ts +1 -2
- package/lib/resolvers/mutations/quotations/verifyQuotation.js +1 -2
- package/lib/resolvers/mutations/users/addPushSubscription.d.ts +1 -2
- package/lib/resolvers/mutations/users/addPushSubscription.js +0 -1
- package/lib/resolvers/mutations/users/heartbeat.d.ts +1 -2
- package/lib/resolvers/mutations/users/heartbeat.js +1 -2
- package/lib/resolvers/mutations/users/prepareUserAvatarUpload.d.ts +1 -2
- package/lib/resolvers/mutations/users/prepareUserAvatarUpload.js +0 -1
- package/lib/resolvers/mutations/users/removePushSubscription.d.ts +1 -2
- package/lib/resolvers/mutations/users/removePushSubscription.js +0 -1
- package/lib/resolvers/mutations/users/removeUser.d.ts +1 -2
- package/lib/resolvers/mutations/users/removeUser.js +1 -2
- package/lib/resolvers/mutations/users/removeUserProductReviews.d.ts +1 -2
- package/lib/resolvers/mutations/users/removeUserProductReviews.js +1 -4
- package/lib/resolvers/mutations/users/setRoles.d.ts +1 -2
- package/lib/resolvers/mutations/users/setRoles.js +1 -2
- package/lib/resolvers/mutations/users/setUserTags.d.ts +1 -2
- package/lib/resolvers/mutations/users/setUserTags.js +1 -2
- package/lib/resolvers/mutations/users/updateUserProfile.d.ts +2 -3
- package/lib/resolvers/mutations/users/updateUserProfile.js +1 -2
- package/lib/resolvers/mutations/warehousing/createWarehousingProvider.d.ts +2 -3
- package/lib/resolvers/mutations/warehousing/createWarehousingProvider.js +1 -2
- package/lib/resolvers/mutations/warehousing/exportToken.d.ts +1 -2
- package/lib/resolvers/mutations/warehousing/exportToken.js +1 -2
- package/lib/resolvers/mutations/warehousing/invalidateToken.d.ts +1 -2
- package/lib/resolvers/mutations/warehousing/invalidateToken.js +1 -2
- package/lib/resolvers/mutations/warehousing/removeWarehousingProvider.d.ts +1 -2
- package/lib/resolvers/mutations/warehousing/removeWarehousingProvider.js +1 -2
- package/lib/resolvers/mutations/warehousing/updateWarehousingProvider.d.ts +2 -3
- package/lib/resolvers/mutations/warehousing/updateWarehousingProvider.js +1 -2
- package/lib/resolvers/mutations/worker/addWork.d.ts +2 -3
- package/lib/resolvers/mutations/worker/addWork.js +0 -1
- package/lib/resolvers/mutations/worker/allocateWork.d.ts +1 -2
- package/lib/resolvers/mutations/worker/allocateWork.js +0 -1
- package/lib/resolvers/mutations/worker/finishWork.d.ts +1 -2
- package/lib/resolvers/mutations/worker/finishWork.js +1 -2
- package/lib/resolvers/mutations/worker/processNextWork.d.ts +1 -2
- package/lib/resolvers/mutations/worker/processNextWork.js +0 -1
- package/lib/resolvers/mutations/worker/removeWork.d.ts +1 -2
- package/lib/resolvers/mutations/worker/removeWork.js +1 -2
- package/lib/resolvers/queries/assortments/assortment.d.ts +1 -2
- package/lib/resolvers/queries/assortments/assortment.js +1 -2
- package/lib/resolvers/queries/assortments/assortments.d.ts +3 -4
- package/lib/resolvers/queries/assortments/assortments.js +0 -1
- package/lib/resolvers/queries/assortments/assortmentsCount.d.ts +2 -3
- package/lib/resolvers/queries/assortments/assortmentsCount.js +0 -1
- package/lib/resolvers/queries/assortments/translatedAssortmentMediaTexts.d.ts +1 -2
- package/lib/resolvers/queries/assortments/translatedAssortmentMediaTexts.js +0 -1
- package/lib/resolvers/queries/assortments/translatedAssortmentTexts.d.ts +1 -2
- package/lib/resolvers/queries/assortments/translatedAssortmentTexts.js +0 -1
- package/lib/resolvers/queries/countries/countries.d.ts +3 -4
- package/lib/resolvers/queries/countries/countries.js +0 -1
- package/lib/resolvers/queries/countries/countriesCount.d.ts +2 -3
- package/lib/resolvers/queries/countries/countriesCount.js +0 -1
- package/lib/resolvers/queries/countries/country.d.ts +1 -2
- package/lib/resolvers/queries/countries/country.js +1 -2
- package/lib/resolvers/queries/currencies/currencies.d.ts +3 -4
- package/lib/resolvers/queries/currencies/currencies.js +0 -1
- package/lib/resolvers/queries/currencies/currenciesCount.d.ts +2 -3
- package/lib/resolvers/queries/currencies/currenciesCount.js +0 -1
- package/lib/resolvers/queries/currencies/currency.d.ts +1 -2
- package/lib/resolvers/queries/currencies/currency.js +1 -2
- package/lib/resolvers/queries/delivery/deliveryInterfaces.d.ts +1 -2
- package/lib/resolvers/queries/delivery/deliveryInterfaces.js +1 -1
- package/lib/resolvers/queries/delivery/deliveryProvider.d.ts +1 -2
- package/lib/resolvers/queries/delivery/deliveryProvider.js +1 -2
- package/lib/resolvers/queries/delivery/deliveryProviders.d.ts +1 -2
- package/lib/resolvers/queries/delivery/deliveryProviders.js +1 -1
- package/lib/resolvers/queries/delivery/deliveryProvidersCount.d.ts +1 -2
- package/lib/resolvers/queries/delivery/deliveryProvidersCount.js +1 -1
- package/lib/resolvers/queries/enrollments/enrollment.d.ts +1 -2
- package/lib/resolvers/queries/enrollments/enrollment.js +1 -2
- package/lib/resolvers/queries/enrollments/enrollments.d.ts +3 -4
- package/lib/resolvers/queries/enrollments/enrollments.js +0 -1
- package/lib/resolvers/queries/enrollments/enrollmentsCount.d.ts +2 -3
- package/lib/resolvers/queries/enrollments/enrollmentsCount.js +0 -1
- package/lib/resolvers/queries/events/event.d.ts +1 -2
- package/lib/resolvers/queries/events/event.js +0 -1
- package/lib/resolvers/queries/events/eventStatistics.d.ts +2 -3
- package/lib/resolvers/queries/events/eventStatistics.js +0 -1
- package/lib/resolvers/queries/events/events.d.ts +1 -2
- package/lib/resolvers/queries/events/events.js +0 -1
- package/lib/resolvers/queries/events/eventsCounts.d.ts +1 -2
- package/lib/resolvers/queries/events/eventsCounts.js +0 -1
- package/lib/resolvers/queries/filters/filter.d.ts +1 -2
- package/lib/resolvers/queries/filters/filter.js +1 -2
- package/lib/resolvers/queries/filters/filters.d.ts +3 -4
- package/lib/resolvers/queries/filters/filters.js +0 -1
- package/lib/resolvers/queries/filters/filtersCount.d.ts +2 -3
- package/lib/resolvers/queries/filters/filtersCount.js +0 -1
- package/lib/resolvers/queries/filters/searchAssortments.d.ts +2 -3
- package/lib/resolvers/queries/filters/searchAssortments.js +0 -1
- package/lib/resolvers/queries/filters/searchProducts.d.ts +2 -3
- package/lib/resolvers/queries/filters/searchProducts.js +0 -1
- package/lib/resolvers/queries/filters/translatedFilterTexts.d.ts +1 -2
- package/lib/resolvers/queries/filters/translatedFilterTexts.js +0 -1
- package/lib/resolvers/queries/index.d.ts +2 -3
- package/lib/resolvers/queries/index.js +74 -75
- package/lib/resolvers/queries/languages/language.d.ts +1 -2
- package/lib/resolvers/queries/languages/language.js +1 -2
- package/lib/resolvers/queries/languages/languages.d.ts +3 -4
- package/lib/resolvers/queries/languages/languages.js +0 -1
- package/lib/resolvers/queries/languages/languagesCount.d.ts +2 -3
- package/lib/resolvers/queries/languages/languagesCount.js +0 -1
- package/lib/resolvers/queries/orders/order.d.ts +1 -2
- package/lib/resolvers/queries/orders/order.js +1 -2
- package/lib/resolvers/queries/orders/orderStatistics.d.ts +2 -3
- package/lib/resolvers/queries/orders/orderStatistics.js +0 -1
- package/lib/resolvers/queries/orders/orders.d.ts +3 -4
- package/lib/resolvers/queries/orders/orders.js +0 -1
- package/lib/resolvers/queries/orders/ordersCount.d.ts +2 -3
- package/lib/resolvers/queries/orders/ordersCount.js +0 -1
- package/lib/resolvers/queries/payment/paymentInterfaces.d.ts +1 -2
- package/lib/resolvers/queries/payment/paymentInterfaces.js +1 -1
- package/lib/resolvers/queries/payment/paymentProvider.d.ts +1 -2
- package/lib/resolvers/queries/payment/paymentProvider.js +1 -2
- package/lib/resolvers/queries/payment/paymentProviders.d.ts +1 -2
- package/lib/resolvers/queries/payment/paymentProviders.js +1 -1
- package/lib/resolvers/queries/payment/paymentProvidersCount.d.ts +2 -3
- package/lib/resolvers/queries/payment/paymentProvidersCount.js +0 -1
- package/lib/resolvers/queries/products/product.d.ts +1 -2
- package/lib/resolvers/queries/products/product.js +1 -2
- package/lib/resolvers/queries/products/productCatalogPrices.d.ts +1 -2
- package/lib/resolvers/queries/products/productCatalogPrices.js +1 -2
- package/lib/resolvers/queries/products/productReview.d.ts +1 -2
- package/lib/resolvers/queries/products/productReview.js +1 -2
- package/lib/resolvers/queries/products/productReviews.d.ts +2 -3
- package/lib/resolvers/queries/products/productReviews.js +0 -1
- package/lib/resolvers/queries/products/productReviewsCount.d.ts +2 -3
- package/lib/resolvers/queries/products/productReviewsCount.js +0 -1
- package/lib/resolvers/queries/products/products.d.ts +3 -4
- package/lib/resolvers/queries/products/products.js +0 -1
- package/lib/resolvers/queries/products/productsCount.d.ts +2 -3
- package/lib/resolvers/queries/products/productsCount.js +0 -1
- package/lib/resolvers/queries/products/translatedProductMediaTexts.d.ts +1 -2
- package/lib/resolvers/queries/products/translatedProductMediaTexts.js +0 -1
- package/lib/resolvers/queries/products/translatedProductTexts.d.ts +1 -2
- package/lib/resolvers/queries/products/translatedProductTexts.js +0 -1
- package/lib/resolvers/queries/products/translatedProductVariationTexts.d.ts +1 -2
- package/lib/resolvers/queries/products/translatedProductVariationTexts.js +0 -1
- package/lib/resolvers/queries/quotations/quotation.d.ts +1 -2
- package/lib/resolvers/queries/quotations/quotation.js +1 -2
- package/lib/resolvers/queries/quotations/quotations.d.ts +3 -4
- package/lib/resolvers/queries/quotations/quotations.js +0 -1
- package/lib/resolvers/queries/quotations/quotationsCount.d.ts +2 -3
- package/lib/resolvers/queries/quotations/quotationsCount.js +0 -1
- package/lib/resolvers/queries/shopInfo.d.ts +1 -2
- package/lib/resolvers/queries/shopInfo.js +0 -2
- package/lib/resolvers/queries/users/impersonator.d.ts +1 -2
- package/lib/resolvers/queries/users/impersonator.js +0 -1
- package/lib/resolvers/queries/users/me.d.ts +1 -2
- package/lib/resolvers/queries/users/me.js +0 -1
- package/lib/resolvers/queries/users/user.d.ts +1 -2
- package/lib/resolvers/queries/users/user.js +0 -1
- package/lib/resolvers/queries/users/users.d.ts +3 -4
- package/lib/resolvers/queries/users/users.js +0 -1
- package/lib/resolvers/queries/users/usersCount.d.ts +2 -3
- package/lib/resolvers/queries/users/usersCount.js +0 -1
- package/lib/resolvers/queries/users/validateResetPasswordToken.d.ts +1 -2
- package/lib/resolvers/queries/users/validateResetPasswordToken.js +0 -1
- package/lib/resolvers/queries/users/validateVerifyEmailToken.d.ts +1 -2
- package/lib/resolvers/queries/users/validateVerifyEmailToken.js +0 -1
- package/lib/resolvers/queries/warehousing/token.d.ts +1 -2
- package/lib/resolvers/queries/warehousing/token.js +1 -2
- package/lib/resolvers/queries/warehousing/tokens.d.ts +1 -2
- package/lib/resolvers/queries/warehousing/tokens.js +0 -1
- package/lib/resolvers/queries/warehousing/tokensCount.d.ts +1 -2
- package/lib/resolvers/queries/warehousing/tokensCount.js +0 -1
- package/lib/resolvers/queries/warehousing/warehousingInterfaces.d.ts +1 -2
- package/lib/resolvers/queries/warehousing/warehousingInterfaces.js +1 -1
- package/lib/resolvers/queries/warehousing/warehousingProvider.d.ts +1 -2
- package/lib/resolvers/queries/warehousing/warehousingProvider.js +1 -2
- package/lib/resolvers/queries/warehousing/warehousingProviders.d.ts +1 -2
- package/lib/resolvers/queries/warehousing/warehousingProviders.js +1 -1
- package/lib/resolvers/queries/warehousing/warehousingProvidersCount.d.ts +1 -2
- package/lib/resolvers/queries/warehousing/warehousingProvidersCount.js +1 -1
- package/lib/resolvers/queries/worker/activeWorkTypes.d.ts +1 -2
- package/lib/resolvers/queries/worker/activeWorkTypes.js +0 -1
- package/lib/resolvers/queries/worker/work.d.ts +1 -2
- package/lib/resolvers/queries/worker/work.js +1 -2
- package/lib/resolvers/queries/worker/workQueue.d.ts +2 -3
- package/lib/resolvers/queries/worker/workQueue.js +1 -1
- package/lib/resolvers/queries/worker/workQueueCount.d.ts +2 -3
- package/lib/resolvers/queries/worker/workQueueCount.js +0 -1
- package/lib/resolvers/queries/worker/workStatistics.d.ts +2 -3
- package/lib/resolvers/queries/worker/workStatistics.js +0 -1
- package/lib/resolvers/scalars/LowerCaseString.d.ts +0 -1
- package/lib/resolvers/scalars/LowerCaseString.js +0 -1
- package/lib/resolvers/scalars/index.d.ts +0 -1
- package/lib/resolvers/scalars/index.js +1 -2
- package/lib/resolvers/type/assortment/assortment-filter-types.d.ts +2 -3
- package/lib/resolvers/type/assortment/assortment-filter-types.js +0 -1
- package/lib/resolvers/type/assortment/assortment-link-types.d.ts +2 -3
- package/lib/resolvers/type/assortment/assortment-link-types.js +0 -1
- package/lib/resolvers/type/assortment/assortment-media-types.d.ts +3 -4
- package/lib/resolvers/type/assortment/assortment-media-types.js +0 -1
- package/lib/resolvers/type/assortment/assortment-path-link-types.d.ts +2 -3
- package/lib/resolvers/type/assortment/assortment-path-link-types.js +0 -1
- package/lib/resolvers/type/assortment/assortment-product-types.d.ts +3 -4
- package/lib/resolvers/type/assortment/assortment-product-types.js +0 -1
- package/lib/resolvers/type/assortment/assortment-types.d.ts +3 -4
- package/lib/resolvers/type/assortment/assortment-types.js +0 -1
- package/lib/resolvers/type/bookmark-types.d.ts +4 -5
- package/lib/resolvers/type/bookmark-types.js +0 -1
- package/lib/resolvers/type/country-types.d.ts +3 -4
- package/lib/resolvers/type/country-types.js +0 -1
- package/lib/resolvers/type/currency-types.d.ts +0 -1
- package/lib/resolvers/type/currency-types.js +0 -1
- package/lib/resolvers/type/delivery-provider-interface.d.ts +1 -2
- package/lib/resolvers/type/delivery-provider-interface.js +0 -1
- package/lib/resolvers/type/delivery-provider-pickup-types.d.ts +2 -3
- package/lib/resolvers/type/delivery-provider-pickup-types.js +1 -2
- package/lib/resolvers/type/delivery-provider-shipping-types.d.ts +3 -4
- package/lib/resolvers/type/delivery-provider-shipping-types.js +1 -2
- package/lib/resolvers/type/delivery-provider-types.d.ts +5 -7
- package/lib/resolvers/type/delivery-provider-types.js +7 -15
- package/lib/resolvers/type/dimensions-types.d.ts +0 -1
- package/lib/resolvers/type/dimensions-types.js +0 -1
- package/lib/resolvers/type/enrollment/enrollment-delivery-types.d.ts +2 -3
- package/lib/resolvers/type/enrollment/enrollment-delivery-types.js +0 -1
- package/lib/resolvers/type/enrollment/enrollment-payment-types.d.ts +2 -3
- package/lib/resolvers/type/enrollment/enrollment-payment-types.js +0 -1
- package/lib/resolvers/type/enrollment/enrollment-period-types.d.ts +2 -3
- package/lib/resolvers/type/enrollment/enrollment-period-types.js +0 -1
- package/lib/resolvers/type/enrollment/enrollment-plan-tyes.d.ts +2 -3
- package/lib/resolvers/type/enrollment/enrollment-plan-tyes.js +0 -1
- package/lib/resolvers/type/enrollment/enrollment-types.d.ts +2 -3
- package/lib/resolvers/type/enrollment/enrollment-types.js +0 -1
- package/lib/resolvers/type/event-types.d.ts +2 -3
- package/lib/resolvers/type/event-types.js +0 -1
- package/lib/resolvers/type/filter/filter-option-types.d.ts +2 -3
- package/lib/resolvers/type/filter/filter-option-types.js +0 -1
- package/lib/resolvers/type/filter/filter-types.d.ts +2 -3
- package/lib/resolvers/type/filter/filter-types.js +0 -1
- package/lib/resolvers/type/filter/loaded-filter-option-types.d.ts +1 -2
- package/lib/resolvers/type/filter/loaded-filter-option-types.js +0 -1
- package/lib/resolvers/type/filter/loaded-filter-types.d.ts +2 -3
- package/lib/resolvers/type/filter/loaded-filter-types.js +0 -6
- package/lib/resolvers/type/index.d.ts +211 -212
- package/lib/resolvers/type/index.js +71 -72
- package/lib/resolvers/type/language-types.d.ts +2 -3
- package/lib/resolvers/type/language-types.js +0 -1
- package/lib/resolvers/type/login-method-response-types.d.ts +0 -1
- package/lib/resolvers/type/login-method-response-types.js +0 -1
- package/lib/resolvers/type/media-types.d.ts +2 -3
- package/lib/resolvers/type/media-types.js +2 -3
- package/lib/resolvers/type/order/order-delivery-discount-types.d.ts +2 -3
- package/lib/resolvers/type/order/order-delivery-discount-types.js +0 -1
- package/lib/resolvers/type/order/order-delivery-pickup-types.d.ts +2 -3
- package/lib/resolvers/type/order/order-delivery-pickup-types.js +0 -2
- package/lib/resolvers/type/order/order-delivery-shipping-types.d.ts +2 -3
- package/lib/resolvers/type/order/order-delivery-shipping-types.js +0 -2
- package/lib/resolvers/type/order/order-delivery-types.d.ts +3 -4
- package/lib/resolvers/type/order/order-delivery-types.js +5 -10
- package/lib/resolvers/type/order/order-discount-types.d.ts +2 -3
- package/lib/resolvers/type/order/order-discount-types.js +0 -1
- package/lib/resolvers/type/order/order-discountable-types.d.ts +2 -3
- package/lib/resolvers/type/order/order-discountable-types.js +0 -1
- package/lib/resolvers/type/order/order-global-discount-types.d.ts +3 -4
- package/lib/resolvers/type/order/order-global-discount-types.js +0 -1
- package/lib/resolvers/type/order/order-item-discount-types.d.ts +2 -3
- package/lib/resolvers/type/order/order-item-discount-types.js +0 -1
- package/lib/resolvers/type/order/order-item-types.d.ts +8 -9
- package/lib/resolvers/type/order/order-item-types.js +0 -3
- package/lib/resolvers/type/order/order-payment-card-types.d.ts +2 -3
- package/lib/resolvers/type/order/order-payment-card-types.js +0 -2
- package/lib/resolvers/type/order/order-payment-discount-types.d.ts +3 -4
- package/lib/resolvers/type/order/order-payment-discount-types.js +0 -1
- package/lib/resolvers/type/order/order-payment-generic-types.d.ts +2 -3
- package/lib/resolvers/type/order/order-payment-generic-types.js +0 -2
- package/lib/resolvers/type/order/order-payment-invoice-types.d.ts +2 -3
- package/lib/resolvers/type/order/order-payment-invoice-types.js +0 -2
- package/lib/resolvers/type/order/order-payment-types.d.ts +3 -4
- package/lib/resolvers/type/order/order-payment-types.js +5 -10
- package/lib/resolvers/type/order/order-statistics-types.d.ts +1 -2
- package/lib/resolvers/type/order/order-statistics-types.js +0 -2
- package/lib/resolvers/type/order/order-types.d.ts +8 -9
- package/lib/resolvers/type/order/order-types.js +2 -3
- package/lib/resolvers/type/payment/payment-credentials-types.d.ts +3 -4
- package/lib/resolvers/type/payment/payment-credentials-types.js +0 -1
- package/lib/resolvers/type/payment/payment-provider-types.d.ts +2 -3
- package/lib/resolvers/type/payment/payment-provider-types.js +1 -2
- package/lib/resolvers/type/price-types.d.ts +0 -1
- package/lib/resolvers/type/price-types.js +0 -19
- package/lib/resolvers/type/product/product-assortment-path-types.d.ts +3 -4
- package/lib/resolvers/type/product/product-assortment-path-types.js +0 -1
- package/lib/resolvers/type/product/product-bundle-item-types.d.ts +2 -3
- package/lib/resolvers/type/product/product-bundle-item-types.js +0 -1
- package/lib/resolvers/type/product/product-bundle-types.d.ts +12 -13
- package/lib/resolvers/type/product/product-bundle-types.js +1 -2
- package/lib/resolvers/type/product/product-catalog-price-types.d.ts +4 -5
- package/lib/resolvers/type/product/product-catalog-price-types.js +0 -1
- package/lib/resolvers/type/product/product-configurable-or-bundle-product-types.d.ts +2 -3
- package/lib/resolvers/type/product/product-configurable-or-bundle-product-types.js +13 -5
- package/lib/resolvers/type/product/product-configurable-types.d.ts +2 -3
- package/lib/resolvers/type/product/product-configurable-types.js +1 -2
- package/lib/resolvers/type/product/product-discount.d.ts +1 -2
- package/lib/resolvers/type/product/product-discount.js +0 -1
- package/lib/resolvers/type/product/product-media-types.d.ts +3 -4
- package/lib/resolvers/type/product/product-media-types.js +0 -1
- package/lib/resolvers/type/product/product-plan-types.d.ts +2 -3
- package/lib/resolvers/type/product/product-plan-types.js +1 -2
- package/lib/resolvers/type/product/product-review-types.d.ts +4 -5
- package/lib/resolvers/type/product/product-review-types.js +1 -1
- package/lib/resolvers/type/product/product-simple-types.d.ts +5 -6
- package/lib/resolvers/type/product/product-simple-types.js +1 -2
- package/lib/resolvers/type/product/product-tokenized-types.d.ts +4 -5
- package/lib/resolvers/type/product/product-tokenized-types.js +3 -4
- package/lib/resolvers/type/product/product-types.d.ts +15 -17
- package/lib/resolvers/type/product/product-types.js +13 -5
- package/lib/resolvers/type/product/product-variation-assignment-types.d.ts +2 -3
- package/lib/resolvers/type/product/product-variation-assignment-types.js +0 -1
- package/lib/resolvers/type/product/product-variation-assignment-vector.d.ts +3 -4
- package/lib/resolvers/type/product/product-variation-assignment-vector.js +0 -1
- package/lib/resolvers/type/product/product-variation-option-types.d.ts +2 -3
- package/lib/resolvers/type/product/product-variation-option-types.js +0 -1
- package/lib/resolvers/type/product/product-variation-types.d.ts +2 -3
- package/lib/resolvers/type/product/product-variation-types.js +0 -1
- package/lib/resolvers/type/product-search-result-types.d.ts +2 -3
- package/lib/resolvers/type/product-search-result-types.js +0 -1
- package/lib/resolvers/type/quotation-types.d.ts +2 -3
- package/lib/resolvers/type/quotation-types.js +0 -1
- package/lib/resolvers/type/shop-types.d.ts +3 -4
- package/lib/resolvers/type/shop-types.js +2 -3
- package/lib/resolvers/type/token-types.d.ts +3 -4
- package/lib/resolvers/type/token-types.js +3 -6
- package/lib/resolvers/type/user-types.d.ts +14 -15
- package/lib/resolvers/type/user-types.js +2 -3
- package/lib/resolvers/type/warehousing-provider-types.d.ts +3 -4
- package/lib/resolvers/type/warehousing-provider-types.js +1 -2
- package/lib/resolvers/type/web3-address.d.ts +0 -1
- package/lib/resolvers/type/web3-address.js +0 -1
- package/lib/resolvers/type/webauthn-credentials-types.d.ts +1 -2
- package/lib/resolvers/type/webauthn-credentials-types.js +0 -1
- package/lib/resolvers/type/work-types.d.ts +2 -3
- package/lib/resolvers/type/work-types.js +0 -1
- package/lib/roles/admin.d.ts +0 -1
- package/lib/roles/admin.js +0 -1
- package/lib/roles/all.d.ts +0 -1
- package/lib/roles/all.js +0 -8
- package/lib/roles/index.d.ts +0 -1
- package/lib/roles/index.js +3 -4
- package/lib/roles/loggedIn.d.ts +0 -1
- package/lib/roles/loggedIn.js +0 -20
- package/lib/schema/directives.d.ts +0 -1
- package/lib/schema/directives.js +1 -2
- package/lib/schema/index.d.ts +0 -1
- package/lib/schema/index.js +6 -7
- package/lib/schema/inputTypes.d.ts +0 -1
- package/lib/schema/inputTypes.js +2 -3
- package/lib/schema/mutation.d.ts +0 -1
- package/lib/schema/mutation.js +1 -2
- package/lib/schema/query.d.ts +0 -1
- package/lib/schema/query.js +1 -2
- package/lib/schema/scalars.d.ts +0 -1
- package/lib/schema/scalars.js +1 -2
- package/lib/schema/types/address.d.ts +0 -1
- package/lib/schema/types/address.js +1 -2
- package/lib/schema/types/assortment.d.ts +0 -1
- package/lib/schema/types/assortment.js +1 -2
- package/lib/schema/types/bookmark.d.ts +0 -1
- package/lib/schema/types/bookmark.js +1 -2
- package/lib/schema/types/color.d.ts +0 -1
- package/lib/schema/types/color.js +1 -2
- package/lib/schema/types/contact.d.ts +0 -1
- package/lib/schema/types/contact.js +1 -2
- package/lib/schema/types/country.d.ts +0 -1
- package/lib/schema/types/country.js +1 -2
- package/lib/schema/types/currency.d.ts +0 -1
- package/lib/schema/types/currency.js +1 -2
- package/lib/schema/types/delivery.d.ts +0 -1
- package/lib/schema/types/delivery.js +1 -2
- package/lib/schema/types/dimensions.d.ts +0 -1
- package/lib/schema/types/dimensions.js +1 -2
- package/lib/schema/types/discount.d.ts +0 -1
- package/lib/schema/types/discount.js +1 -2
- package/lib/schema/types/dispatch.d.ts +0 -1
- package/lib/schema/types/dispatch.js +1 -2
- package/lib/schema/types/enrollment.d.ts +0 -1
- package/lib/schema/types/enrollment.js +1 -2
- package/lib/schema/types/events.d.ts +0 -1
- package/lib/schema/types/events.js +1 -2
- package/lib/schema/types/files.d.ts +0 -1
- package/lib/schema/types/files.js +1 -2
- package/lib/schema/types/filter.d.ts +0 -1
- package/lib/schema/types/filter.js +1 -2
- package/lib/schema/types/geo-position.d.ts +0 -1
- package/lib/schema/types/geo-position.js +1 -2
- package/lib/schema/types/index.d.ts +0 -1
- package/lib/schema/types/index.js +30 -31
- package/lib/schema/types/language.d.ts +0 -1
- package/lib/schema/types/language.js +1 -2
- package/lib/schema/types/media.d.ts +0 -1
- package/lib/schema/types/media.js +1 -2
- package/lib/schema/types/order/delivery.d.ts +0 -1
- package/lib/schema/types/order/delivery.js +1 -2
- package/lib/schema/types/order/discount.d.ts +0 -1
- package/lib/schema/types/order/discount.js +1 -2
- package/lib/schema/types/order/index.d.ts +0 -1
- package/lib/schema/types/order/index.js +6 -7
- package/lib/schema/types/order/item.d.ts +0 -1
- package/lib/schema/types/order/item.js +1 -2
- package/lib/schema/types/order/order.d.ts +0 -1
- package/lib/schema/types/order/order.js +1 -2
- package/lib/schema/types/order/payment.d.ts +0 -1
- package/lib/schema/types/order/payment.js +1 -2
- package/lib/schema/types/order/pick-up-location.d.ts +0 -1
- package/lib/schema/types/order/pick-up-location.js +1 -2
- package/lib/schema/types/payment.d.ts +0 -1
- package/lib/schema/types/payment.js +1 -2
- package/lib/schema/types/price.d.ts +0 -1
- package/lib/schema/types/price.js +1 -2
- package/lib/schema/types/product/bundle-product.d.ts +0 -1
- package/lib/schema/types/product/bundle-product.js +1 -2
- package/lib/schema/types/product/configurable-product.d.ts +0 -1
- package/lib/schema/types/product/configurable-product.js +1 -2
- package/lib/schema/types/product/index.d.ts +0 -1
- package/lib/schema/types/product/index.js +6 -7
- package/lib/schema/types/product/plan-product.d.ts +0 -1
- package/lib/schema/types/product/plan-product.js +1 -2
- package/lib/schema/types/product/product.d.ts +0 -1
- package/lib/schema/types/product/product.js +9 -2
- package/lib/schema/types/product/simple-product.d.ts +0 -1
- package/lib/schema/types/product/simple-product.js +1 -2
- package/lib/schema/types/product/tokenized-product.d.ts +0 -1
- package/lib/schema/types/product/tokenized-product.js +1 -2
- package/lib/schema/types/quotation.d.ts +0 -1
- package/lib/schema/types/quotation.js +1 -2
- package/lib/schema/types/search.d.ts +0 -1
- package/lib/schema/types/search.js +1 -2
- package/lib/schema/types/shop.d.ts +0 -1
- package/lib/schema/types/shop.js +1 -2
- package/lib/schema/types/stock.d.ts +0 -1
- package/lib/schema/types/stock.js +1 -2
- package/lib/schema/types/types.d.ts +0 -1
- package/lib/schema/types/types.js +1 -2
- package/lib/schema/types/user.d.ts +0 -1
- package/lib/schema/types/user.js +1 -2
- package/lib/schema/types/warehousing.d.ts +0 -1
- package/lib/schema/types/warehousing.js +1 -2
- package/lib/schema/types/worker.d.ts +0 -1
- package/lib/schema/types/worker.js +1 -2
- package/package.json +18 -17
- package/lib/acl.d.ts.map +0 -1
- package/lib/acl.js.map +0 -1
- package/lib/api-index.d.ts.map +0 -1
- package/lib/api-index.js.map +0 -1
- package/lib/chat/defaultSystemPrompt.d.ts.map +0 -1
- package/lib/chat/defaultSystemPrompt.js.map +0 -1
- package/lib/chat/generateImageHandler.d.ts.map +0 -1
- package/lib/chat/generateImageHandler.js.map +0 -1
- package/lib/chat/normalizeToolsIndex.d.ts.map +0 -1
- package/lib/chat/normalizeToolsIndex.js.map +0 -1
- package/lib/chat/utils.d.ts.map +0 -1
- package/lib/chat/utils.js.map +0 -1
- package/lib/context.d.ts.map +0 -1
- package/lib/context.js.map +0 -1
- package/lib/createGraphQLServer.d.ts.map +0 -1
- package/lib/createGraphQLServer.js.map +0 -1
- package/lib/errors.d.ts.map +0 -1
- package/lib/errors.js.map +0 -1
- package/lib/events.d.ts.map +0 -1
- package/lib/events.js.map +0 -1
- package/lib/express/chatHandler.d.ts.map +0 -1
- package/lib/express/chatHandler.js.map +0 -1
- package/lib/express/createApolloMiddleware.d.ts +0 -4
- package/lib/express/createApolloMiddleware.d.ts.map +0 -1
- package/lib/express/createApolloMiddleware.js +0 -36
- package/lib/express/createApolloMiddleware.js.map +0 -1
- package/lib/express/createBulkImportMiddleware.d.ts.map +0 -1
- package/lib/express/createBulkImportMiddleware.js.map +0 -1
- package/lib/express/createERCMetadataMiddleware.d.ts.map +0 -1
- package/lib/express/createERCMetadataMiddleware.js.map +0 -1
- package/lib/express/createMCPMiddleware.d.ts.map +0 -1
- package/lib/express/createMCPMiddleware.js.map +0 -1
- package/lib/express/createSingleSignOnMiddleware.d.ts +0 -5
- package/lib/express/createSingleSignOnMiddleware.d.ts.map +0 -1
- package/lib/express/createSingleSignOnMiddleware.js +0 -71
- package/lib/express/createSingleSignOnMiddleware.js.map +0 -1
- package/lib/express/createTempUploadMiddleware.d.ts.map +0 -1
- package/lib/express/createTempUploadMiddleware.js.map +0 -1
- package/lib/express/index.d.ts.map +0 -1
- package/lib/express/index.js.map +0 -1
- package/lib/fastify/bulkImportHandler.d.ts.map +0 -1
- package/lib/fastify/bulkImportHandler.js.map +0 -1
- package/lib/fastify/chatHandler.d.ts.map +0 -1
- package/lib/fastify/chatHandler.js.map +0 -1
- package/lib/fastify/ercMetadataHandler.d.ts.map +0 -1
- package/lib/fastify/ercMetadataHandler.js.map +0 -1
- package/lib/fastify/index.d.ts.map +0 -1
- package/lib/fastify/index.js.map +0 -1
- package/lib/fastify/mcpHandler.d.ts.map +0 -1
- package/lib/fastify/mcpHandler.js.map +0 -1
- package/lib/fastify/tempUploadHandler.d.ts.map +0 -1
- package/lib/fastify/tempUploadHandler.js.map +0 -1
- package/lib/hashPassword.d.ts +0 -2
- package/lib/hashPassword.d.ts.map +0 -1
- package/lib/hashPassword.js +0 -5
- package/lib/hashPassword.js.map +0 -1
- package/lib/loaders/assortmentLinkLoader.d.ts.map +0 -1
- package/lib/loaders/assortmentLinkLoader.js.map +0 -1
- package/lib/loaders/assortmentLinksLoader.d.ts.map +0 -1
- package/lib/loaders/assortmentLinksLoader.js.map +0 -1
- package/lib/loaders/assortmentLoader.d.ts.map +0 -1
- package/lib/loaders/assortmentLoader.js.map +0 -1
- package/lib/loaders/assortmentMediaTextLoader.d.ts.map +0 -1
- package/lib/loaders/assortmentMediaTextLoader.js.map +0 -1
- package/lib/loaders/assortmentMediasLoader.d.ts.map +0 -1
- package/lib/loaders/assortmentMediasLoader.js.map +0 -1
- package/lib/loaders/assortmentProductLoader.d.ts.map +0 -1
- package/lib/loaders/assortmentProductLoader.js.map +0 -1
- package/lib/loaders/assortmentProductsLoader.d.ts.map +0 -1
- package/lib/loaders/assortmentProductsLoader.js.map +0 -1
- package/lib/loaders/assortmentTextLoader.d.ts.map +0 -1
- package/lib/loaders/assortmentTextLoader.js.map +0 -1
- package/lib/loaders/buildLocaleMap.d.ts.map +0 -1
- package/lib/loaders/buildLocaleMap.js.map +0 -1
- package/lib/loaders/buildTextMap.d.ts.map +0 -1
- package/lib/loaders/buildTextMap.js.map +0 -1
- package/lib/loaders/countryLoader.d.ts.map +0 -1
- package/lib/loaders/countryLoader.js.map +0 -1
- package/lib/loaders/currencyLoader.d.ts.map +0 -1
- package/lib/loaders/currencyLoader.js.map +0 -1
- package/lib/loaders/deliveryProviderLoader.d.ts.map +0 -1
- package/lib/loaders/deliveryProviderLoader.js.map +0 -1
- package/lib/loaders/fileLoader.d.ts.map +0 -1
- package/lib/loaders/fileLoader.js.map +0 -1
- package/lib/loaders/filterLoader.d.ts.map +0 -1
- package/lib/loaders/filterLoader.js.map +0 -1
- package/lib/loaders/filterTextLoader.d.ts.map +0 -1
- package/lib/loaders/filterTextLoader.js.map +0 -1
- package/lib/loaders/index.d.ts.map +0 -1
- package/lib/loaders/index.js.map +0 -1
- package/lib/loaders/languageLoader.d.ts.map +0 -1
- package/lib/loaders/languageLoader.js.map +0 -1
- package/lib/loaders/orderLoader.d.ts.map +0 -1
- package/lib/loaders/orderLoader.js.map +0 -1
- package/lib/loaders/paymentProviderLoader.d.ts.map +0 -1
- package/lib/loaders/paymentProviderLoader.js.map +0 -1
- package/lib/loaders/productBySKULoader.d.ts.map +0 -1
- package/lib/loaders/productBySKULoader.js.map +0 -1
- package/lib/loaders/productLoader.d.ts.map +0 -1
- package/lib/loaders/productLoader.js.map +0 -1
- package/lib/loaders/productLoaderBySKU.d.ts +0 -10
- package/lib/loaders/productLoaderBySKU.d.ts.map +0 -1
- package/lib/loaders/productLoaderBySKU.js +0 -16
- package/lib/loaders/productLoaderBySKU.js.map +0 -1
- package/lib/loaders/productMediaTextLoader.d.ts.map +0 -1
- package/lib/loaders/productMediaTextLoader.js.map +0 -1
- package/lib/loaders/productMediasLoader.d.ts.map +0 -1
- package/lib/loaders/productMediasLoader.js.map +0 -1
- package/lib/loaders/productProxiesLoader.d.ts.map +0 -1
- package/lib/loaders/productProxiesLoader.js.map +0 -1
- package/lib/loaders/productTextLoader.d.ts.map +0 -1
- package/lib/loaders/productTextLoader.js.map +0 -1
- package/lib/loaders/productVariationByKeyLoader.d.ts.map +0 -1
- package/lib/loaders/productVariationByKeyLoader.js.map +0 -1
- package/lib/loaders/productVariationLoader.d.ts.map +0 -1
- package/lib/loaders/productVariationLoader.js.map +0 -1
- package/lib/loaders/productVariationTextLoader.d.ts.map +0 -1
- package/lib/loaders/productVariationTextLoader.js.map +0 -1
- package/lib/loaders/quotationLoader.d.ts.map +0 -1
- package/lib/loaders/quotationLoader.js.map +0 -1
- package/lib/loaders/userLoader.d.ts.map +0 -1
- package/lib/loaders/userLoader.js.map +0 -1
- package/lib/loaders/utils.d.ts.map +0 -1
- package/lib/loaders/utils.js.map +0 -1
- package/lib/loaders/warehousingProviderLoader.d.ts.map +0 -1
- package/lib/loaders/warehousingProviderLoader.js.map +0 -1
- package/lib/locale-context.d.ts.map +0 -1
- package/lib/locale-context.js.map +0 -1
- package/lib/mcp/index.d.ts.map +0 -1
- package/lib/mcp/index.js.map +0 -1
- package/lib/mcp/resources/localization.d.ts.map +0 -1
- package/lib/mcp/resources/localization.js.map +0 -1
- package/lib/mcp/tools/assortment/assortmentManagement.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/assortmentManagement.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/addAssortmentFilter.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/addAssortmentFilter.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/addAssortmentLink.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/addAssortmentLink.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/addAssortmentMedia.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/addAssortmentMedia.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/addAssortmentProduct.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/addAssortmentProduct.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/countAssortments.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/countAssortments.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/createAssortment.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/createAssortment.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/getAssortment.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/getAssortment.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentChildren.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentChildren.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentFilters.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentFilters.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentLinks.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentLinks.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentMedia.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentMedia.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentMediaTexts.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentMediaTexts.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentProducts.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentProducts.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentTexts.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentTexts.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/index.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/index.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/listAssortments.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/listAssortments.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortment.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortment.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortmentFilter.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortmentFilter.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortmentLink.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortmentLink.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortmentMedia.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortmentMedia.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortmentProduct.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortmentProduct.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentFilters.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentFilters.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentLinks.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentLinks.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentMedia.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentMedia.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentProducts.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentProducts.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/searchAssortmentProducts.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/searchAssortmentProducts.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/setAssortmentBase.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/setAssortmentBase.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/updateAssortment.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/updateAssortment.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/updateAssortmentMediaTexts.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/updateAssortmentMediaTexts.js.map +0 -1
- package/lib/mcp/tools/assortment/handlers/updateAssortmentStatus.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/handlers/updateAssortmentStatus.js.map +0 -1
- package/lib/mcp/tools/assortment/index.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/index.js.map +0 -1
- package/lib/mcp/tools/assortment/schemas.d.ts.map +0 -1
- package/lib/mcp/tools/assortment/schemas.js.map +0 -1
- package/lib/mcp/tools/filter/filterManagement.d.ts.map +0 -1
- package/lib/mcp/tools/filter/filterManagement.js.map +0 -1
- package/lib/mcp/tools/filter/handlers/countFilters.d.ts.map +0 -1
- package/lib/mcp/tools/filter/handlers/countFilters.js.map +0 -1
- package/lib/mcp/tools/filter/handlers/createFilter.d.ts.map +0 -1
- package/lib/mcp/tools/filter/handlers/createFilter.js.map +0 -1
- package/lib/mcp/tools/filter/handlers/createFilterOption.d.ts.map +0 -1
- package/lib/mcp/tools/filter/handlers/createFilterOption.js.map +0 -1
- package/lib/mcp/tools/filter/handlers/getFilter.d.ts.map +0 -1
- package/lib/mcp/tools/filter/handlers/getFilter.js.map +0 -1
- package/lib/mcp/tools/filter/handlers/getFilterTexts.d.ts.map +0 -1
- package/lib/mcp/tools/filter/handlers/getFilterTexts.js.map +0 -1
- package/lib/mcp/tools/filter/handlers/index.d.ts.map +0 -1
- package/lib/mcp/tools/filter/handlers/index.js.map +0 -1
- package/lib/mcp/tools/filter/handlers/listFilters.d.ts.map +0 -1
- package/lib/mcp/tools/filter/handlers/listFilters.js.map +0 -1
- package/lib/mcp/tools/filter/handlers/removeFilter.d.ts.map +0 -1
- package/lib/mcp/tools/filter/handlers/removeFilter.js.map +0 -1
- package/lib/mcp/tools/filter/handlers/removeFilterOption.d.ts.map +0 -1
- package/lib/mcp/tools/filter/handlers/removeFilterOption.js.map +0 -1
- package/lib/mcp/tools/filter/handlers/updateFilter.d.ts.map +0 -1
- package/lib/mcp/tools/filter/handlers/updateFilter.js.map +0 -1
- package/lib/mcp/tools/filter/handlers/updateFilterTexts.d.ts.map +0 -1
- package/lib/mcp/tools/filter/handlers/updateFilterTexts.js.map +0 -1
- package/lib/mcp/tools/filter/index.d.ts.map +0 -1
- package/lib/mcp/tools/filter/index.js.map +0 -1
- package/lib/mcp/tools/filter/schemas.d.ts.map +0 -1
- package/lib/mcp/tools/filter/schemas.js.map +0 -1
- package/lib/mcp/tools/localization/getLocalizationsConfig.d.ts.map +0 -1
- package/lib/mcp/tools/localization/getLocalizationsConfig.js.map +0 -1
- package/lib/mcp/tools/localization/handlers/countLocalizations.d.ts.map +0 -1
- package/lib/mcp/tools/localization/handlers/countLocalizations.js.map +0 -1
- package/lib/mcp/tools/localization/handlers/createLocalization.d.ts.map +0 -1
- package/lib/mcp/tools/localization/handlers/createLocalization.js.map +0 -1
- package/lib/mcp/tools/localization/handlers/getLocalization.d.ts.map +0 -1
- package/lib/mcp/tools/localization/handlers/getLocalization.js.map +0 -1
- package/lib/mcp/tools/localization/handlers/index.d.ts.map +0 -1
- package/lib/mcp/tools/localization/handlers/index.js.map +0 -1
- package/lib/mcp/tools/localization/handlers/listLocalizations.d.ts.map +0 -1
- package/lib/mcp/tools/localization/handlers/listLocalizations.js.map +0 -1
- package/lib/mcp/tools/localization/handlers/removeLocalization.d.ts.map +0 -1
- package/lib/mcp/tools/localization/handlers/removeLocalization.js.map +0 -1
- package/lib/mcp/tools/localization/handlers/updateLocalization.d.ts.map +0 -1
- package/lib/mcp/tools/localization/handlers/updateLocalization.js.map +0 -1
- package/lib/mcp/tools/localization/index.d.ts.map +0 -1
- package/lib/mcp/tools/localization/index.js.map +0 -1
- package/lib/mcp/tools/localization/localizationManagement.d.ts.map +0 -1
- package/lib/mcp/tools/localization/localizationManagement.js.map +0 -1
- package/lib/mcp/tools/localization/schemas.d.ts.map +0 -1
- package/lib/mcp/tools/localization/schemas.js.map +0 -1
- package/lib/mcp/tools/localization/types.d.ts.map +0 -1
- package/lib/mcp/tools/localization/types.js.map +0 -1
- package/lib/mcp/tools/order/handlers/confirmOrder.d.ts.map +0 -1
- package/lib/mcp/tools/order/handlers/confirmOrder.js.map +0 -1
- package/lib/mcp/tools/order/handlers/deliverOrder.d.ts.map +0 -1
- package/lib/mcp/tools/order/handlers/deliverOrder.js.map +0 -1
- package/lib/mcp/tools/order/handlers/getMonthlyBreakdown.d.ts.map +0 -1
- package/lib/mcp/tools/order/handlers/getMonthlyBreakdown.js.map +0 -1
- package/lib/mcp/tools/order/handlers/getOrder.d.ts.map +0 -1
- package/lib/mcp/tools/order/handlers/getOrder.js.map +0 -1
- package/lib/mcp/tools/order/handlers/getSalesSummary.d.ts.map +0 -1
- package/lib/mcp/tools/order/handlers/getSalesSummary.js.map +0 -1
- package/lib/mcp/tools/order/handlers/getTopCustomers.d.ts.map +0 -1
- package/lib/mcp/tools/order/handlers/getTopCustomers.js.map +0 -1
- package/lib/mcp/tools/order/handlers/getTopProducts.d.ts.map +0 -1
- package/lib/mcp/tools/order/handlers/getTopProducts.js.map +0 -1
- package/lib/mcp/tools/order/handlers/getUserCart.d.ts.map +0 -1
- package/lib/mcp/tools/order/handlers/getUserCart.js.map +0 -1
- package/lib/mcp/tools/order/handlers/index.d.ts.map +0 -1
- package/lib/mcp/tools/order/handlers/index.js.map +0 -1
- package/lib/mcp/tools/order/handlers/listOrders.d.ts.map +0 -1
- package/lib/mcp/tools/order/handlers/listOrders.js.map +0 -1
- package/lib/mcp/tools/order/handlers/payOrder.d.ts.map +0 -1
- package/lib/mcp/tools/order/handlers/payOrder.js.map +0 -1
- package/lib/mcp/tools/order/handlers/rejectOrder.d.ts.map +0 -1
- package/lib/mcp/tools/order/handlers/rejectOrder.js.map +0 -1
- package/lib/mcp/tools/order/index.d.ts.map +0 -1
- package/lib/mcp/tools/order/index.js.map +0 -1
- package/lib/mcp/tools/order/orderManagement.d.ts.map +0 -1
- package/lib/mcp/tools/order/orderManagement.js.map +0 -1
- package/lib/mcp/tools/order/schemas.d.ts.map +0 -1
- package/lib/mcp/tools/order/schemas.js.map +0 -1
- package/lib/mcp/tools/product/handlers/addBundleItem.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/addBundleItem.js.map +0 -1
- package/lib/mcp/tools/product/handlers/addProductAssignment.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/addProductAssignment.js.map +0 -1
- package/lib/mcp/tools/product/handlers/addProductMedia.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/addProductMedia.js.map +0 -1
- package/lib/mcp/tools/product/handlers/addProductVariationOption.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/addProductVariationOption.js.map +0 -1
- package/lib/mcp/tools/product/handlers/countProducts.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/countProducts.js.map +0 -1
- package/lib/mcp/tools/product/handlers/countReviews.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/countReviews.js.map +0 -1
- package/lib/mcp/tools/product/handlers/createProduct.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/createProduct.js.map +0 -1
- package/lib/mcp/tools/product/handlers/createProductVariation.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/createProductVariation.js.map +0 -1
- package/lib/mcp/tools/product/handlers/getBundleItems.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/getBundleItems.js.map +0 -1
- package/lib/mcp/tools/product/handlers/getCatalogPrice.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/getCatalogPrice.js.map +0 -1
- package/lib/mcp/tools/product/handlers/getMediaTexts.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/getMediaTexts.js.map +0 -1
- package/lib/mcp/tools/product/handlers/getProduct.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/getProduct.js.map +0 -1
- package/lib/mcp/tools/product/handlers/getProductAssignments.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/getProductAssignments.js.map +0 -1
- package/lib/mcp/tools/product/handlers/getProductMedia.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/getProductMedia.js.map +0 -1
- package/lib/mcp/tools/product/handlers/getProductTexts.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/getProductTexts.js.map +0 -1
- package/lib/mcp/tools/product/handlers/getReviews.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/getReviews.js.map +0 -1
- package/lib/mcp/tools/product/handlers/getSiblings.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/getSiblings.js.map +0 -1
- package/lib/mcp/tools/product/handlers/getVariationProducts.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/getVariationProducts.js.map +0 -1
- package/lib/mcp/tools/product/handlers/getVariationTexts.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/getVariationTexts.js.map +0 -1
- package/lib/mcp/tools/product/handlers/index.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/index.js.map +0 -1
- package/lib/mcp/tools/product/handlers/listProducts.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/listProducts.js.map +0 -1
- package/lib/mcp/tools/product/handlers/removeBundleItem.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/removeBundleItem.js.map +0 -1
- package/lib/mcp/tools/product/handlers/removeProduct.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/removeProduct.js.map +0 -1
- package/lib/mcp/tools/product/handlers/removeProductAssignment.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/removeProductAssignment.js.map +0 -1
- package/lib/mcp/tools/product/handlers/removeProductMedia.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/removeProductMedia.js.map +0 -1
- package/lib/mcp/tools/product/handlers/removeProductVariation.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/removeProductVariation.js.map +0 -1
- package/lib/mcp/tools/product/handlers/removeProductVariationOption.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/removeProductVariationOption.js.map +0 -1
- package/lib/mcp/tools/product/handlers/reorderProductMedia.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/reorderProductMedia.js.map +0 -1
- package/lib/mcp/tools/product/handlers/simulatePrice.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/simulatePrice.js.map +0 -1
- package/lib/mcp/tools/product/handlers/simulatePriceRange.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/simulatePriceRange.js.map +0 -1
- package/lib/mcp/tools/product/handlers/updateProduct.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/updateProduct.js.map +0 -1
- package/lib/mcp/tools/product/handlers/updateProductMediaTexts.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/updateProductMediaTexts.js.map +0 -1
- package/lib/mcp/tools/product/handlers/updateProductStatus.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/updateProductStatus.js.map +0 -1
- package/lib/mcp/tools/product/handlers/updateProductTexts.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/updateProductTexts.js.map +0 -1
- package/lib/mcp/tools/product/handlers/updateProductVariationTexts.d.ts.map +0 -1
- package/lib/mcp/tools/product/handlers/updateProductVariationTexts.js.map +0 -1
- package/lib/mcp/tools/product/index.d.ts.map +0 -1
- package/lib/mcp/tools/product/index.js.map +0 -1
- package/lib/mcp/tools/product/productManagement.d.ts.map +0 -1
- package/lib/mcp/tools/product/productManagement.js.map +0 -1
- package/lib/mcp/tools/product/schemas.d.ts.map +0 -1
- package/lib/mcp/tools/product/schemas.js.map +0 -1
- package/lib/mcp/tools/provider/handlers/createProvider.d.ts.map +0 -1
- package/lib/mcp/tools/provider/handlers/createProvider.js.map +0 -1
- package/lib/mcp/tools/provider/handlers/getProvider.d.ts.map +0 -1
- package/lib/mcp/tools/provider/handlers/getProvider.js.map +0 -1
- package/lib/mcp/tools/provider/handlers/getProviderInterfaces.d.ts.map +0 -1
- package/lib/mcp/tools/provider/handlers/getProviderInterfaces.js.map +0 -1
- package/lib/mcp/tools/provider/handlers/index.d.ts.map +0 -1
- package/lib/mcp/tools/provider/handlers/index.js.map +0 -1
- package/lib/mcp/tools/provider/handlers/listProviders.d.ts.map +0 -1
- package/lib/mcp/tools/provider/handlers/listProviders.js.map +0 -1
- package/lib/mcp/tools/provider/handlers/removeProvider.d.ts.map +0 -1
- package/lib/mcp/tools/provider/handlers/removeProvider.js.map +0 -1
- package/lib/mcp/tools/provider/handlers/updateProvider.d.ts.map +0 -1
- package/lib/mcp/tools/provider/handlers/updateProvider.js.map +0 -1
- package/lib/mcp/tools/provider/index.d.ts.map +0 -1
- package/lib/mcp/tools/provider/index.js.map +0 -1
- package/lib/mcp/tools/provider/providerManagement.d.ts.map +0 -1
- package/lib/mcp/tools/provider/providerManagement.js.map +0 -1
- package/lib/mcp/tools/provider/schemas.d.ts.map +0 -1
- package/lib/mcp/tools/provider/schemas.js.map +0 -1
- package/lib/mcp/tools/provider/utils/getProviderConfig.d.ts.map +0 -1
- package/lib/mcp/tools/provider/utils/getProviderConfig.js.map +0 -1
- package/lib/mcp/tools/quotation/handlers/countQuotations.d.ts.map +0 -1
- package/lib/mcp/tools/quotation/handlers/countQuotations.js.map +0 -1
- package/lib/mcp/tools/quotation/handlers/getQuotation.d.ts.map +0 -1
- package/lib/mcp/tools/quotation/handlers/getQuotation.js.map +0 -1
- package/lib/mcp/tools/quotation/handlers/index.d.ts.map +0 -1
- package/lib/mcp/tools/quotation/handlers/index.js.map +0 -1
- package/lib/mcp/tools/quotation/handlers/listQuotations.d.ts.map +0 -1
- package/lib/mcp/tools/quotation/handlers/listQuotations.js.map +0 -1
- package/lib/mcp/tools/quotation/handlers/makeQuotationProposal.d.ts.map +0 -1
- package/lib/mcp/tools/quotation/handlers/makeQuotationProposal.js.map +0 -1
- package/lib/mcp/tools/quotation/handlers/rejectQuotation.d.ts.map +0 -1
- package/lib/mcp/tools/quotation/handlers/rejectQuotation.js.map +0 -1
- package/lib/mcp/tools/quotation/handlers/verifyQuotation.d.ts.map +0 -1
- package/lib/mcp/tools/quotation/handlers/verifyQuotation.js.map +0 -1
- package/lib/mcp/tools/quotation/index.d.ts.map +0 -1
- package/lib/mcp/tools/quotation/index.js.map +0 -1
- package/lib/mcp/tools/quotation/quotationManagement.d.ts.map +0 -1
- package/lib/mcp/tools/quotation/quotationManagement.js.map +0 -1
- package/lib/mcp/tools/quotation/schemas.d.ts.map +0 -1
- package/lib/mcp/tools/quotation/schemas.js.map +0 -1
- package/lib/mcp/tools/system/handlers/activeWorkTypes.d.ts.map +0 -1
- package/lib/mcp/tools/system/handlers/activeWorkTypes.js.map +0 -1
- package/lib/mcp/tools/system/handlers/addWork.d.ts.map +0 -1
- package/lib/mcp/tools/system/handlers/addWork.js.map +0 -1
- package/lib/mcp/tools/system/handlers/allocateWork.d.ts.map +0 -1
- package/lib/mcp/tools/system/handlers/allocateWork.js.map +0 -1
- package/lib/mcp/tools/system/handlers/countEvents.d.ts.map +0 -1
- package/lib/mcp/tools/system/handlers/countEvents.js.map +0 -1
- package/lib/mcp/tools/system/handlers/countWork.d.ts.map +0 -1
- package/lib/mcp/tools/system/handlers/countWork.js.map +0 -1
- package/lib/mcp/tools/system/handlers/finishWork.d.ts.map +0 -1
- package/lib/mcp/tools/system/handlers/finishWork.js.map +0 -1
- package/lib/mcp/tools/system/handlers/getEvent.d.ts.map +0 -1
- package/lib/mcp/tools/system/handlers/getEvent.js.map +0 -1
- package/lib/mcp/tools/system/handlers/getEventsStatistics.d.ts.map +0 -1
- package/lib/mcp/tools/system/handlers/getEventsStatistics.js.map +0 -1
- package/lib/mcp/tools/system/handlers/getShopInfo.d.ts.map +0 -1
- package/lib/mcp/tools/system/handlers/getShopInfo.js.map +0 -1
- package/lib/mcp/tools/system/handlers/getWork.d.ts.map +0 -1
- package/lib/mcp/tools/system/handlers/getWork.js.map +0 -1
- package/lib/mcp/tools/system/handlers/getWorkStatistics.d.ts.map +0 -1
- package/lib/mcp/tools/system/handlers/getWorkStatistics.js.map +0 -1
- package/lib/mcp/tools/system/handlers/index.d.ts.map +0 -1
- package/lib/mcp/tools/system/handlers/index.js.map +0 -1
- package/lib/mcp/tools/system/handlers/listEvents.d.ts.map +0 -1
- package/lib/mcp/tools/system/handlers/listEvents.js.map +0 -1
- package/lib/mcp/tools/system/handlers/listWork.d.ts.map +0 -1
- package/lib/mcp/tools/system/handlers/listWork.js.map +0 -1
- package/lib/mcp/tools/system/handlers/processNextWork.d.ts.map +0 -1
- package/lib/mcp/tools/system/handlers/processNextWork.js.map +0 -1
- package/lib/mcp/tools/system/handlers/removeWork.d.ts.map +0 -1
- package/lib/mcp/tools/system/handlers/removeWork.js.map +0 -1
- package/lib/mcp/tools/system/index.d.ts.map +0 -1
- package/lib/mcp/tools/system/index.js.map +0 -1
- package/lib/mcp/tools/system/schemas.d.ts.map +0 -1
- package/lib/mcp/tools/system/schemas.js.map +0 -1
- package/lib/mcp/tools/system/systemManagement.d.ts.map +0 -1
- package/lib/mcp/tools/system/systemManagement.js.map +0 -1
- package/lib/mcp/tools/system/types.d.ts.map +0 -1
- package/lib/mcp/tools/system/types.js.map +0 -1
- package/lib/mcp/tools/users/handlers/addUserEmail.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/addUserEmail.js.map +0 -1
- package/lib/mcp/tools/users/handlers/countUsers.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/countUsers.js.map +0 -1
- package/lib/mcp/tools/users/handlers/createUser.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/createUser.js.map +0 -1
- package/lib/mcp/tools/users/handlers/enrollUser.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/enrollUser.js.map +0 -1
- package/lib/mcp/tools/users/handlers/getCurrentUser.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/getCurrentUser.js.map +0 -1
- package/lib/mcp/tools/users/handlers/getUser.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/getUser.js.map +0 -1
- package/lib/mcp/tools/users/handlers/getUserAvatar.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/getUserAvatar.js.map +0 -1
- package/lib/mcp/tools/users/handlers/getUserBookmarks.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/getUserBookmarks.js.map +0 -1
- package/lib/mcp/tools/users/handlers/getUserEnrollments.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/getUserEnrollments.js.map +0 -1
- package/lib/mcp/tools/users/handlers/getUserOrders.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/getUserOrders.js.map +0 -1
- package/lib/mcp/tools/users/handlers/getUserPaymentCredentials.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/getUserPaymentCredentials.js.map +0 -1
- package/lib/mcp/tools/users/handlers/getUserQuotations.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/getUserQuotations.js.map +0 -1
- package/lib/mcp/tools/users/handlers/getUserReviews.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/getUserReviews.js.map +0 -1
- package/lib/mcp/tools/users/handlers/getUserReviewsCount.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/getUserReviewsCount.js.map +0 -1
- package/lib/mcp/tools/users/handlers/index.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/index.js.map +0 -1
- package/lib/mcp/tools/users/handlers/listUsers.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/listUsers.js.map +0 -1
- package/lib/mcp/tools/users/handlers/removeProductReviews.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/removeProductReviews.js.map +0 -1
- package/lib/mcp/tools/users/handlers/removeUser.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/removeUser.js.map +0 -1
- package/lib/mcp/tools/users/handlers/removeUserEmail.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/removeUserEmail.js.map +0 -1
- package/lib/mcp/tools/users/handlers/sendEnrollmentEmail.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/sendEnrollmentEmail.js.map +0 -1
- package/lib/mcp/tools/users/handlers/sendVerificationEmail.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/sendVerificationEmail.js.map +0 -1
- package/lib/mcp/tools/users/handlers/setUserTags.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/setUserTags.js.map +0 -1
- package/lib/mcp/tools/users/handlers/setUserUsername.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/setUserUsername.js.map +0 -1
- package/lib/mcp/tools/users/handlers/updateUser.d.ts.map +0 -1
- package/lib/mcp/tools/users/handlers/updateUser.js.map +0 -1
- package/lib/mcp/tools/users/index.d.ts.map +0 -1
- package/lib/mcp/tools/users/index.js.map +0 -1
- package/lib/mcp/tools/users/schemas.d.ts.map +0 -1
- package/lib/mcp/tools/users/schemas.js.map +0 -1
- package/lib/mcp/tools/users/usersManagement.d.ts.map +0 -1
- package/lib/mcp/tools/users/usersManagement.js.map +0 -1
- package/lib/mcp/utils/getNormalizedAssortmentDetails.d.ts.map +0 -1
- package/lib/mcp/utils/getNormalizedAssortmentDetails.js.map +0 -1
- package/lib/mcp/utils/getNormalizedFilterDetails.d.ts.map +0 -1
- package/lib/mcp/utils/getNormalizedFilterDetails.js.map +0 -1
- package/lib/mcp/utils/getNormalizedOrderDetails.d.ts.map +0 -1
- package/lib/mcp/utils/getNormalizedOrderDetails.js.map +0 -1
- package/lib/mcp/utils/getNormalizedProductDetails.d.ts.map +0 -1
- package/lib/mcp/utils/getNormalizedProductDetails.js.map +0 -1
- package/lib/mcp/utils/getNormalizedQuotationDetails.d.ts.map +0 -1
- package/lib/mcp/utils/getNormalizedQuotationDetails.js.map +0 -1
- package/lib/mcp/utils/getNormalizedUserDetails.d.ts.map +0 -1
- package/lib/mcp/utils/getNormalizedUserDetails.js.map +0 -1
- package/lib/mcp/utils/normalizeMediaUrl.d.ts.map +0 -1
- package/lib/mcp/utils/normalizeMediaUrl.js.map +0 -1
- package/lib/mcp/utils/normalizeProxyAssignments.d.ts.map +0 -1
- package/lib/mcp/utils/normalizeProxyAssignments.js.map +0 -1
- package/lib/mcp/utils/orderFilters.d.ts.map +0 -1
- package/lib/mcp/utils/orderFilters.js.map +0 -1
- package/lib/mcp/utils/sanitizeLocalizationEntityData.d.ts.map +0 -1
- package/lib/mcp/utils/sanitizeLocalizationEntityData.js.map +0 -1
- package/lib/mcp/utils/sharedSchemas.d.ts.map +0 -1
- package/lib/mcp/utils/sharedSchemas.js.map +0 -1
- package/lib/mcp/utils/validateIsoCode.d.ts.map +0 -1
- package/lib/mcp/utils/validateIsoCode.js.map +0 -1
- package/lib/mongo-store.d.ts.map +0 -1
- package/lib/mongo-store.js.map +0 -1
- package/lib/resolvers/index.d.ts.map +0 -1
- package/lib/resolvers/index.js.map +0 -1
- package/lib/resolvers/mutations/accounts/addEmail.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/addEmail.js.map +0 -1
- package/lib/resolvers/mutations/accounts/addWeb3Address.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/addWeb3Address.js.map +0 -1
- package/lib/resolvers/mutations/accounts/addWebAuthnCredentials.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/addWebAuthnCredentials.js.map +0 -1
- package/lib/resolvers/mutations/accounts/buildSecretTOTPAuthURL.d.ts +0 -3
- package/lib/resolvers/mutations/accounts/buildSecretTOTPAuthURL.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/buildSecretTOTPAuthURL.js +0 -6
- package/lib/resolvers/mutations/accounts/buildSecretTOTPAuthURL.js.map +0 -1
- package/lib/resolvers/mutations/accounts/changePassword.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/changePassword.js.map +0 -1
- package/lib/resolvers/mutations/accounts/createUser.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/createUser.js.map +0 -1
- package/lib/resolvers/mutations/accounts/createWebAuthnCredentialCreationOptions.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/createWebAuthnCredentialCreationOptions.js.map +0 -1
- package/lib/resolvers/mutations/accounts/createWebAuthnCredentialRequestOptions.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/createWebAuthnCredentialRequestOptions.js.map +0 -1
- package/lib/resolvers/mutations/accounts/disableTOTP.d.ts +0 -6
- package/lib/resolvers/mutations/accounts/disableTOTP.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/disableTOTP.js +0 -27
- package/lib/resolvers/mutations/accounts/disableTOTP.js.map +0 -1
- package/lib/resolvers/mutations/accounts/enableTOTP.d.ts +0 -6
- package/lib/resolvers/mutations/accounts/enableTOTP.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/enableTOTP.js +0 -20
- package/lib/resolvers/mutations/accounts/enableTOTP.js.map +0 -1
- package/lib/resolvers/mutations/accounts/enrollUser.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/enrollUser.js.map +0 -1
- package/lib/resolvers/mutations/accounts/forgotPassword.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/forgotPassword.js.map +0 -1
- package/lib/resolvers/mutations/accounts/impersonate.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/impersonate.js.map +0 -1
- package/lib/resolvers/mutations/accounts/linkOAuthAccount.d.ts +0 -7
- package/lib/resolvers/mutations/accounts/linkOAuthAccount.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/linkOAuthAccount.js +0 -30
- package/lib/resolvers/mutations/accounts/linkOAuthAccount.js.map +0 -1
- package/lib/resolvers/mutations/accounts/loginAsGuest.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/loginAsGuest.js.map +0 -1
- package/lib/resolvers/mutations/accounts/loginWithOAuth.d.ts +0 -8
- package/lib/resolvers/mutations/accounts/loginWithOAuth.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/loginWithOAuth.js +0 -25
- package/lib/resolvers/mutations/accounts/loginWithOAuth.js.map +0 -1
- package/lib/resolvers/mutations/accounts/loginWithPassword.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/loginWithPassword.js.map +0 -1
- package/lib/resolvers/mutations/accounts/loginWithWebAuthn.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/loginWithWebAuthn.js.map +0 -1
- package/lib/resolvers/mutations/accounts/logout.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/logout.js.map +0 -1
- package/lib/resolvers/mutations/accounts/logoutAllSessions.d.ts +0 -5
- package/lib/resolvers/mutations/accounts/logoutAllSessions.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/logoutAllSessions.js +0 -20
- package/lib/resolvers/mutations/accounts/logoutAllSessions.js.map +0 -1
- package/lib/resolvers/mutations/accounts/removeEmail.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/removeEmail.js.map +0 -1
- package/lib/resolvers/mutations/accounts/removeWeb3Address.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/removeWeb3Address.js.map +0 -1
- package/lib/resolvers/mutations/accounts/removeWebAuthnCredentials.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/removeWebAuthnCredentials.js.map +0 -1
- package/lib/resolvers/mutations/accounts/resetPassword.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/resetPassword.js.map +0 -1
- package/lib/resolvers/mutations/accounts/sendEnrollmentEmail.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/sendEnrollmentEmail.js.map +0 -1
- package/lib/resolvers/mutations/accounts/sendVerificationEmail.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/sendVerificationEmail.js.map +0 -1
- package/lib/resolvers/mutations/accounts/setPassword.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/setPassword.js.map +0 -1
- package/lib/resolvers/mutations/accounts/setUsername.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/setUsername.js.map +0 -1
- package/lib/resolvers/mutations/accounts/stopImpersonation.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/stopImpersonation.js.map +0 -1
- package/lib/resolvers/mutations/accounts/unlinkOAuthAccount.d.ts +0 -6
- package/lib/resolvers/mutations/accounts/unlinkOAuthAccount.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/unlinkOAuthAccount.js +0 -13
- package/lib/resolvers/mutations/accounts/unlinkOAuthAccount.js.map +0 -1
- package/lib/resolvers/mutations/accounts/verifyEmail.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/verifyEmail.js.map +0 -1
- package/lib/resolvers/mutations/accounts/verifyWeb3Address.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/verifyWeb3Address.js.map +0 -1
- package/lib/resolvers/mutations/assortments/addAssortmentFilter.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/addAssortmentFilter.js.map +0 -1
- package/lib/resolvers/mutations/assortments/addAssortmentLink.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/addAssortmentLink.js.map +0 -1
- package/lib/resolvers/mutations/assortments/addAssortmentMedia.d.ts +0 -6
- package/lib/resolvers/mutations/assortments/addAssortmentMedia.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/addAssortmentMedia.js +0 -18
- package/lib/resolvers/mutations/assortments/addAssortmentMedia.js.map +0 -1
- package/lib/resolvers/mutations/assortments/addAssortmentProduct.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/addAssortmentProduct.js.map +0 -1
- package/lib/resolvers/mutations/assortments/createAssortment.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/createAssortment.js.map +0 -1
- package/lib/resolvers/mutations/assortments/prepareAssortmentMediaUpload.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/prepareAssortmentMediaUpload.js.map +0 -1
- package/lib/resolvers/mutations/assortments/removeAssortment.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/removeAssortment.js.map +0 -1
- package/lib/resolvers/mutations/assortments/removeAssortmentFilter.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/removeAssortmentFilter.js.map +0 -1
- package/lib/resolvers/mutations/assortments/removeAssortmentLink.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/removeAssortmentLink.js.map +0 -1
- package/lib/resolvers/mutations/assortments/removeAssortmentMedia.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/removeAssortmentMedia.js.map +0 -1
- package/lib/resolvers/mutations/assortments/removeAssortmentProduct.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/removeAssortmentProduct.js.map +0 -1
- package/lib/resolvers/mutations/assortments/reorderAssortmentFilters.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/reorderAssortmentFilters.js.map +0 -1
- package/lib/resolvers/mutations/assortments/reorderAssortmentLinks.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/reorderAssortmentLinks.js.map +0 -1
- package/lib/resolvers/mutations/assortments/reorderAssortmentMedia.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/reorderAssortmentMedia.js.map +0 -1
- package/lib/resolvers/mutations/assortments/reorderAssortmentProducts.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/reorderAssortmentProducts.js.map +0 -1
- package/lib/resolvers/mutations/assortments/setBaseAssortment.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/setBaseAssortment.js.map +0 -1
- package/lib/resolvers/mutations/assortments/updateAssortment.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/updateAssortment.js.map +0 -1
- package/lib/resolvers/mutations/assortments/updateAssortmentMediaTexts.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/updateAssortmentMediaTexts.js.map +0 -1
- package/lib/resolvers/mutations/assortments/updateAssortmentTexts.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/updateAssortmentTexts.js.map +0 -1
- package/lib/resolvers/mutations/bookmarks/bookmark.d.ts.map +0 -1
- package/lib/resolvers/mutations/bookmarks/bookmark.js.map +0 -1
- package/lib/resolvers/mutations/bookmarks/createBookmark.d.ts.map +0 -1
- package/lib/resolvers/mutations/bookmarks/createBookmark.js.map +0 -1
- package/lib/resolvers/mutations/bookmarks/removeBookmark.d.ts.map +0 -1
- package/lib/resolvers/mutations/bookmarks/removeBookmark.js.map +0 -1
- package/lib/resolvers/mutations/countries/createCountry.d.ts.map +0 -1
- package/lib/resolvers/mutations/countries/createCountry.js.map +0 -1
- package/lib/resolvers/mutations/countries/removeCountry.d.ts.map +0 -1
- package/lib/resolvers/mutations/countries/removeCountry.js.map +0 -1
- package/lib/resolvers/mutations/countries/updateCountry.d.ts.map +0 -1
- package/lib/resolvers/mutations/countries/updateCountry.js.map +0 -1
- package/lib/resolvers/mutations/currencies/createCurrency.d.ts.map +0 -1
- package/lib/resolvers/mutations/currencies/createCurrency.js.map +0 -1
- package/lib/resolvers/mutations/currencies/removeCurrency.d.ts.map +0 -1
- package/lib/resolvers/mutations/currencies/removeCurrency.js.map +0 -1
- package/lib/resolvers/mutations/currencies/updateCurrency.d.ts.map +0 -1
- package/lib/resolvers/mutations/currencies/updateCurrency.js.map +0 -1
- package/lib/resolvers/mutations/delivery/createDeliveryProvider.d.ts.map +0 -1
- package/lib/resolvers/mutations/delivery/createDeliveryProvider.js.map +0 -1
- package/lib/resolvers/mutations/delivery/removeDeliveryProvider.d.ts.map +0 -1
- package/lib/resolvers/mutations/delivery/removeDeliveryProvider.js.map +0 -1
- package/lib/resolvers/mutations/delivery/updateDeliveryProvider.d.ts.map +0 -1
- package/lib/resolvers/mutations/delivery/updateDeliveryProvider.js.map +0 -1
- package/lib/resolvers/mutations/enrollments/activateEnrollment.d.ts.map +0 -1
- package/lib/resolvers/mutations/enrollments/activateEnrollment.js.map +0 -1
- package/lib/resolvers/mutations/enrollments/createEnrollment.d.ts.map +0 -1
- package/lib/resolvers/mutations/enrollments/createEnrollment.js.map +0 -1
- package/lib/resolvers/mutations/enrollments/terminateEnrollment.d.ts.map +0 -1
- package/lib/resolvers/mutations/enrollments/terminateEnrollment.js.map +0 -1
- package/lib/resolvers/mutations/enrollments/updateEnrollment.d.ts.map +0 -1
- package/lib/resolvers/mutations/enrollments/updateEnrollment.js.map +0 -1
- package/lib/resolvers/mutations/files/confirmMediaUpload.d.ts.map +0 -1
- package/lib/resolvers/mutations/files/confirmMediaUpload.js.map +0 -1
- package/lib/resolvers/mutations/filters/createFilter.d.ts.map +0 -1
- package/lib/resolvers/mutations/filters/createFilter.js.map +0 -1
- package/lib/resolvers/mutations/filters/createFilterOption.d.ts.map +0 -1
- package/lib/resolvers/mutations/filters/createFilterOption.js.map +0 -1
- package/lib/resolvers/mutations/filters/removeFilter.d.ts.map +0 -1
- package/lib/resolvers/mutations/filters/removeFilter.js.map +0 -1
- package/lib/resolvers/mutations/filters/removeFilterOption.d.ts.map +0 -1
- package/lib/resolvers/mutations/filters/removeFilterOption.js.map +0 -1
- package/lib/resolvers/mutations/filters/updateFilter.d.ts.map +0 -1
- package/lib/resolvers/mutations/filters/updateFilter.js.map +0 -1
- package/lib/resolvers/mutations/filters/updateFilterTexts.d.ts.map +0 -1
- package/lib/resolvers/mutations/filters/updateFilterTexts.js.map +0 -1
- package/lib/resolvers/mutations/index.d.ts.map +0 -1
- package/lib/resolvers/mutations/index.js.map +0 -1
- package/lib/resolvers/mutations/languages/createLanguage.d.ts.map +0 -1
- package/lib/resolvers/mutations/languages/createLanguage.js.map +0 -1
- package/lib/resolvers/mutations/languages/removeLanguage.d.ts.map +0 -1
- package/lib/resolvers/mutations/languages/removeLanguage.js.map +0 -1
- package/lib/resolvers/mutations/languages/updateLanguage.d.ts.map +0 -1
- package/lib/resolvers/mutations/languages/updateLanguage.js.map +0 -1
- package/lib/resolvers/mutations/orders/addCartDiscount.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/addCartDiscount.js.map +0 -1
- package/lib/resolvers/mutations/orders/addCartProduct.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/addCartProduct.js.map +0 -1
- package/lib/resolvers/mutations/orders/addCartQuotation.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/addCartQuotation.js.map +0 -1
- package/lib/resolvers/mutations/orders/addMultipleCartProducts.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/addMultipleCartProducts.js.map +0 -1
- package/lib/resolvers/mutations/orders/checkoutCart.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/checkoutCart.js.map +0 -1
- package/lib/resolvers/mutations/orders/confirmOrder.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/confirmOrder.js.map +0 -1
- package/lib/resolvers/mutations/orders/createCart.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/createCart.js.map +0 -1
- package/lib/resolvers/mutations/orders/deliverOrder.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/deliverOrder.js.map +0 -1
- package/lib/resolvers/mutations/orders/emptyCart.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/emptyCart.js.map +0 -1
- package/lib/resolvers/mutations/orders/payOrder.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/payOrder.js.map +0 -1
- package/lib/resolvers/mutations/orders/rejectOrder.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/rejectOrder.js.map +0 -1
- package/lib/resolvers/mutations/orders/removeCartDiscount.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/removeCartDiscount.js.map +0 -1
- package/lib/resolvers/mutations/orders/removeCartItem.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/removeCartItem.js.map +0 -1
- package/lib/resolvers/mutations/orders/removeOrder.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/removeOrder.js.map +0 -1
- package/lib/resolvers/mutations/orders/setOrderDeliveryProvider.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/setOrderDeliveryProvider.js.map +0 -1
- package/lib/resolvers/mutations/orders/setOrderPaymentProvider.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/setOrderPaymentProvider.js.map +0 -1
- package/lib/resolvers/mutations/orders/signPaymentProviderForCheckout.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/signPaymentProviderForCheckout.js.map +0 -1
- package/lib/resolvers/mutations/orders/updateCart.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/updateCart.js.map +0 -1
- package/lib/resolvers/mutations/orders/updateCartDeliveryPickUp.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/updateCartDeliveryPickUp.js.map +0 -1
- package/lib/resolvers/mutations/orders/updateCartDeliveryShipping.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/updateCartDeliveryShipping.js.map +0 -1
- package/lib/resolvers/mutations/orders/updateCartItem.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/updateCartItem.js.map +0 -1
- package/lib/resolvers/mutations/orders/updateCartPaymentGeneric.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/updateCartPaymentGeneric.js.map +0 -1
- package/lib/resolvers/mutations/orders/updateCartPaymentInvoice.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/updateCartPaymentInvoice.js.map +0 -1
- package/lib/resolvers/mutations/orders/updateOrderDeliveryPickUp.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/updateOrderDeliveryPickUp.js.map +0 -1
- package/lib/resolvers/mutations/orders/updateOrderDeliveryShipping.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/updateOrderDeliveryShipping.js.map +0 -1
- package/lib/resolvers/mutations/orders/updateOrderPaymentCard.d.ts +0 -6
- package/lib/resolvers/mutations/orders/updateOrderPaymentCard.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/updateOrderPaymentCard.js +0 -26
- package/lib/resolvers/mutations/orders/updateOrderPaymentCard.js.map +0 -1
- package/lib/resolvers/mutations/orders/updateOrderPaymentGeneric.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/updateOrderPaymentGeneric.js.map +0 -1
- package/lib/resolvers/mutations/orders/updateOrderPaymentInvoice.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/updateOrderPaymentInvoice.js.map +0 -1
- package/lib/resolvers/mutations/pageView.d.ts.map +0 -1
- package/lib/resolvers/mutations/pageView.js.map +0 -1
- package/lib/resolvers/mutations/payment/createPaymentProvider.d.ts.map +0 -1
- package/lib/resolvers/mutations/payment/createPaymentProvider.js.map +0 -1
- package/lib/resolvers/mutations/payment/markPaymentCredentialsPreferred.d.ts.map +0 -1
- package/lib/resolvers/mutations/payment/markPaymentCredentialsPreferred.js.map +0 -1
- package/lib/resolvers/mutations/payment/registerPaymentCredentials.d.ts.map +0 -1
- package/lib/resolvers/mutations/payment/registerPaymentCredentials.js.map +0 -1
- package/lib/resolvers/mutations/payment/removePaymentCredentials.d.ts.map +0 -1
- package/lib/resolvers/mutations/payment/removePaymentCredentials.js.map +0 -1
- package/lib/resolvers/mutations/payment/removePaymentProvider.d.ts.map +0 -1
- package/lib/resolvers/mutations/payment/removePaymentProvider.js.map +0 -1
- package/lib/resolvers/mutations/payment/signPaymentProviderForCredentialRegistration.d.ts.map +0 -1
- package/lib/resolvers/mutations/payment/signPaymentProviderForCredentialRegistration.js.map +0 -1
- package/lib/resolvers/mutations/payment/updatePaymentProvider.d.ts.map +0 -1
- package/lib/resolvers/mutations/payment/updatePaymentProvider.js.map +0 -1
- package/lib/resolvers/mutations/products/addProductAssignment.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/addProductAssignment.js.map +0 -1
- package/lib/resolvers/mutations/products/addProductMedia.d.ts +0 -6
- package/lib/resolvers/mutations/products/addProductMedia.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/addProductMedia.js +0 -18
- package/lib/resolvers/mutations/products/addProductMedia.js.map +0 -1
- package/lib/resolvers/mutations/products/addProductReviewVote.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/addProductReviewVote.js.map +0 -1
- package/lib/resolvers/mutations/products/createProduct.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/createProduct.js.map +0 -1
- package/lib/resolvers/mutations/products/createProductBundleItem.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/createProductBundleItem.js.map +0 -1
- package/lib/resolvers/mutations/products/createProductReview.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/createProductReview.js.map +0 -1
- package/lib/resolvers/mutations/products/createProductVariation.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/createProductVariation.js.map +0 -1
- package/lib/resolvers/mutations/products/createProductVariationOption.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/createProductVariationOption.js.map +0 -1
- package/lib/resolvers/mutations/products/prepareProductMediaUpload.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/prepareProductMediaUpload.js.map +0 -1
- package/lib/resolvers/mutations/products/publishProduct.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/publishProduct.js.map +0 -1
- package/lib/resolvers/mutations/products/removeBundleItem.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/removeBundleItem.js.map +0 -1
- package/lib/resolvers/mutations/products/removeProduct.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/removeProduct.js.map +0 -1
- package/lib/resolvers/mutations/products/removeProductAssignment.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/removeProductAssignment.js.map +0 -1
- package/lib/resolvers/mutations/products/removeProductMedia.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/removeProductMedia.js.map +0 -1
- package/lib/resolvers/mutations/products/removeProductReview.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/removeProductReview.js.map +0 -1
- package/lib/resolvers/mutations/products/removeProductReviewVote.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/removeProductReviewVote.js.map +0 -1
- package/lib/resolvers/mutations/products/removeProductVariation.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/removeProductVariation.js.map +0 -1
- package/lib/resolvers/mutations/products/removeProductVariationOption.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/removeProductVariationOption.js.map +0 -1
- package/lib/resolvers/mutations/products/reorderProductMedia.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/reorderProductMedia.js.map +0 -1
- package/lib/resolvers/mutations/products/unpublishProduct.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/unpublishProduct.js.map +0 -1
- package/lib/resolvers/mutations/products/updateProduct.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/updateProduct.js.map +0 -1
- package/lib/resolvers/mutations/products/updateProductCommerce.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/updateProductCommerce.js.map +0 -1
- package/lib/resolvers/mutations/products/updateProductMediaTexts.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/updateProductMediaTexts.js.map +0 -1
- package/lib/resolvers/mutations/products/updateProductPlan.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/updateProductPlan.js.map +0 -1
- package/lib/resolvers/mutations/products/updateProductReview.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/updateProductReview.js.map +0 -1
- package/lib/resolvers/mutations/products/updateProductSupply.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/updateProductSupply.js.map +0 -1
- package/lib/resolvers/mutations/products/updateProductTexts.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/updateProductTexts.js.map +0 -1
- package/lib/resolvers/mutations/products/updateProductTokenization.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/updateProductTokenization.js.map +0 -1
- package/lib/resolvers/mutations/products/updateProductVariationTexts.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/updateProductVariationTexts.js.map +0 -1
- package/lib/resolvers/mutations/products/updateProductWarehousing.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/updateProductWarehousing.js.map +0 -1
- package/lib/resolvers/mutations/quotations/makeQuotationProposal.d.ts.map +0 -1
- package/lib/resolvers/mutations/quotations/makeQuotationProposal.js.map +0 -1
- package/lib/resolvers/mutations/quotations/rejectQuotation.d.ts.map +0 -1
- package/lib/resolvers/mutations/quotations/rejectQuotation.js.map +0 -1
- package/lib/resolvers/mutations/quotations/requestQuotation.d.ts.map +0 -1
- package/lib/resolvers/mutations/quotations/requestQuotation.js.map +0 -1
- package/lib/resolvers/mutations/quotations/verifyQuotation.d.ts.map +0 -1
- package/lib/resolvers/mutations/quotations/verifyQuotation.js.map +0 -1
- package/lib/resolvers/mutations/users/addPushSubscription.d.ts.map +0 -1
- package/lib/resolvers/mutations/users/addPushSubscription.js.map +0 -1
- package/lib/resolvers/mutations/users/heartbeat.d.ts.map +0 -1
- package/lib/resolvers/mutations/users/heartbeat.js.map +0 -1
- package/lib/resolvers/mutations/users/prepareUserAvatarUpload.d.ts.map +0 -1
- package/lib/resolvers/mutations/users/prepareUserAvatarUpload.js.map +0 -1
- package/lib/resolvers/mutations/users/removePushSubscription.d.ts.map +0 -1
- package/lib/resolvers/mutations/users/removePushSubscription.js.map +0 -1
- package/lib/resolvers/mutations/users/removeUser.d.ts.map +0 -1
- package/lib/resolvers/mutations/users/removeUser.js.map +0 -1
- package/lib/resolvers/mutations/users/removeUserProductReviews.d.ts.map +0 -1
- package/lib/resolvers/mutations/users/removeUserProductReviews.js.map +0 -1
- package/lib/resolvers/mutations/users/setRoles.d.ts.map +0 -1
- package/lib/resolvers/mutations/users/setRoles.js.map +0 -1
- package/lib/resolvers/mutations/users/setUserTags.d.ts.map +0 -1
- package/lib/resolvers/mutations/users/setUserTags.js.map +0 -1
- package/lib/resolvers/mutations/users/updateUserAvatar.d.ts +0 -6
- package/lib/resolvers/mutations/users/updateUserAvatar.d.ts.map +0 -1
- package/lib/resolvers/mutations/users/updateUserAvatar.js +0 -22
- package/lib/resolvers/mutations/users/updateUserAvatar.js.map +0 -1
- package/lib/resolvers/mutations/users/updateUserProfile.d.ts.map +0 -1
- package/lib/resolvers/mutations/users/updateUserProfile.js.map +0 -1
- package/lib/resolvers/mutations/utils/getOrderCart.d.ts +0 -7
- package/lib/resolvers/mutations/utils/getOrderCart.d.ts.map +0 -1
- package/lib/resolvers/mutations/utils/getOrderCart.js +0 -13
- package/lib/resolvers/mutations/utils/getOrderCart.js.map +0 -1
- package/lib/resolvers/mutations/warehousing/createWarehousingProvider.d.ts.map +0 -1
- package/lib/resolvers/mutations/warehousing/createWarehousingProvider.js.map +0 -1
- package/lib/resolvers/mutations/warehousing/exportToken.d.ts.map +0 -1
- package/lib/resolvers/mutations/warehousing/exportToken.js.map +0 -1
- package/lib/resolvers/mutations/warehousing/invalidateToken.d.ts.map +0 -1
- package/lib/resolvers/mutations/warehousing/invalidateToken.js.map +0 -1
- package/lib/resolvers/mutations/warehousing/removeWarehousingProvider.d.ts.map +0 -1
- package/lib/resolvers/mutations/warehousing/removeWarehousingProvider.js.map +0 -1
- package/lib/resolvers/mutations/warehousing/updateWarehousingProvider.d.ts.map +0 -1
- package/lib/resolvers/mutations/warehousing/updateWarehousingProvider.js.map +0 -1
- package/lib/resolvers/mutations/worker/addWork.d.ts.map +0 -1
- package/lib/resolvers/mutations/worker/addWork.js.map +0 -1
- package/lib/resolvers/mutations/worker/allocateWork.d.ts.map +0 -1
- package/lib/resolvers/mutations/worker/allocateWork.js.map +0 -1
- package/lib/resolvers/mutations/worker/finishWork.d.ts.map +0 -1
- package/lib/resolvers/mutations/worker/finishWork.js.map +0 -1
- package/lib/resolvers/mutations/worker/processNextWork.d.ts.map +0 -1
- package/lib/resolvers/mutations/worker/processNextWork.js.map +0 -1
- package/lib/resolvers/mutations/worker/removeWork.d.ts.map +0 -1
- package/lib/resolvers/mutations/worker/removeWork.js.map +0 -1
- package/lib/resolvers/queries/assortments/assortment.d.ts.map +0 -1
- package/lib/resolvers/queries/assortments/assortment.js.map +0 -1
- package/lib/resolvers/queries/assortments/assortments.d.ts.map +0 -1
- package/lib/resolvers/queries/assortments/assortments.js.map +0 -1
- package/lib/resolvers/queries/assortments/assortmentsCount.d.ts.map +0 -1
- package/lib/resolvers/queries/assortments/assortmentsCount.js.map +0 -1
- package/lib/resolvers/queries/assortments/translatedAssortmentMediaTexts.d.ts.map +0 -1
- package/lib/resolvers/queries/assortments/translatedAssortmentMediaTexts.js.map +0 -1
- package/lib/resolvers/queries/assortments/translatedAssortmentTexts.d.ts.map +0 -1
- package/lib/resolvers/queries/assortments/translatedAssortmentTexts.js.map +0 -1
- package/lib/resolvers/queries/countries/countries.d.ts.map +0 -1
- package/lib/resolvers/queries/countries/countries.js.map +0 -1
- package/lib/resolvers/queries/countries/countriesCount.d.ts.map +0 -1
- package/lib/resolvers/queries/countries/countriesCount.js.map +0 -1
- package/lib/resolvers/queries/countries/country.d.ts.map +0 -1
- package/lib/resolvers/queries/countries/country.js.map +0 -1
- package/lib/resolvers/queries/currencies/currencies.d.ts.map +0 -1
- package/lib/resolvers/queries/currencies/currencies.js.map +0 -1
- package/lib/resolvers/queries/currencies/currenciesCount.d.ts.map +0 -1
- package/lib/resolvers/queries/currencies/currenciesCount.js.map +0 -1
- package/lib/resolvers/queries/currencies/currency.d.ts.map +0 -1
- package/lib/resolvers/queries/currencies/currency.js.map +0 -1
- package/lib/resolvers/queries/delivery/deliveryInterfaces.d.ts.map +0 -1
- package/lib/resolvers/queries/delivery/deliveryInterfaces.js.map +0 -1
- package/lib/resolvers/queries/delivery/deliveryProvider.d.ts.map +0 -1
- package/lib/resolvers/queries/delivery/deliveryProvider.js.map +0 -1
- package/lib/resolvers/queries/delivery/deliveryProviders.d.ts.map +0 -1
- package/lib/resolvers/queries/delivery/deliveryProviders.js.map +0 -1
- package/lib/resolvers/queries/delivery/deliveryProvidersCount.d.ts.map +0 -1
- package/lib/resolvers/queries/delivery/deliveryProvidersCount.js.map +0 -1
- package/lib/resolvers/queries/enrollments/enrollment.d.ts.map +0 -1
- package/lib/resolvers/queries/enrollments/enrollment.js.map +0 -1
- package/lib/resolvers/queries/enrollments/enrollments.d.ts.map +0 -1
- package/lib/resolvers/queries/enrollments/enrollments.js.map +0 -1
- package/lib/resolvers/queries/enrollments/enrollmentsCount.d.ts.map +0 -1
- package/lib/resolvers/queries/enrollments/enrollmentsCount.js.map +0 -1
- package/lib/resolvers/queries/events/event.d.ts.map +0 -1
- package/lib/resolvers/queries/events/event.js.map +0 -1
- package/lib/resolvers/queries/events/eventStatistics.d.ts.map +0 -1
- package/lib/resolvers/queries/events/eventStatistics.js.map +0 -1
- package/lib/resolvers/queries/events/events.d.ts.map +0 -1
- package/lib/resolvers/queries/events/events.js.map +0 -1
- package/lib/resolvers/queries/events/eventsCounts.d.ts.map +0 -1
- package/lib/resolvers/queries/events/eventsCounts.js.map +0 -1
- package/lib/resolvers/queries/filters/filter.d.ts.map +0 -1
- package/lib/resolvers/queries/filters/filter.js.map +0 -1
- package/lib/resolvers/queries/filters/filters.d.ts.map +0 -1
- package/lib/resolvers/queries/filters/filters.js.map +0 -1
- package/lib/resolvers/queries/filters/filtersCount.d.ts.map +0 -1
- package/lib/resolvers/queries/filters/filtersCount.js.map +0 -1
- package/lib/resolvers/queries/filters/searchAssortments.d.ts.map +0 -1
- package/lib/resolvers/queries/filters/searchAssortments.js.map +0 -1
- package/lib/resolvers/queries/filters/searchProducts.d.ts.map +0 -1
- package/lib/resolvers/queries/filters/searchProducts.js.map +0 -1
- package/lib/resolvers/queries/filters/translatedFilterTexts.d.ts.map +0 -1
- package/lib/resolvers/queries/filters/translatedFilterTexts.js.map +0 -1
- package/lib/resolvers/queries/index.d.ts.map +0 -1
- package/lib/resolvers/queries/index.js.map +0 -1
- package/lib/resolvers/queries/languages/language.d.ts.map +0 -1
- package/lib/resolvers/queries/languages/language.js.map +0 -1
- package/lib/resolvers/queries/languages/languages.d.ts.map +0 -1
- package/lib/resolvers/queries/languages/languages.js.map +0 -1
- package/lib/resolvers/queries/languages/languagesCount.d.ts.map +0 -1
- package/lib/resolvers/queries/languages/languagesCount.js.map +0 -1
- package/lib/resolvers/queries/orders/order.d.ts.map +0 -1
- package/lib/resolvers/queries/orders/order.js.map +0 -1
- package/lib/resolvers/queries/orders/orderStatistics.d.ts.map +0 -1
- package/lib/resolvers/queries/orders/orderStatistics.js.map +0 -1
- package/lib/resolvers/queries/orders/orders.d.ts.map +0 -1
- package/lib/resolvers/queries/orders/orders.js.map +0 -1
- package/lib/resolvers/queries/orders/ordersCount.d.ts.map +0 -1
- package/lib/resolvers/queries/orders/ordersCount.js.map +0 -1
- package/lib/resolvers/queries/payment/paymentInterfaces.d.ts.map +0 -1
- package/lib/resolvers/queries/payment/paymentInterfaces.js.map +0 -1
- package/lib/resolvers/queries/payment/paymentProvider.d.ts.map +0 -1
- package/lib/resolvers/queries/payment/paymentProvider.js.map +0 -1
- package/lib/resolvers/queries/payment/paymentProviders.d.ts.map +0 -1
- package/lib/resolvers/queries/payment/paymentProviders.js.map +0 -1
- package/lib/resolvers/queries/payment/paymentProvidersCount.d.ts.map +0 -1
- package/lib/resolvers/queries/payment/paymentProvidersCount.js.map +0 -1
- package/lib/resolvers/queries/products/product.d.ts.map +0 -1
- package/lib/resolvers/queries/products/product.js.map +0 -1
- package/lib/resolvers/queries/products/productCatalogPrices.d.ts.map +0 -1
- package/lib/resolvers/queries/products/productCatalogPrices.js.map +0 -1
- package/lib/resolvers/queries/products/productReview.d.ts.map +0 -1
- package/lib/resolvers/queries/products/productReview.js.map +0 -1
- package/lib/resolvers/queries/products/productReviews.d.ts.map +0 -1
- package/lib/resolvers/queries/products/productReviews.js.map +0 -1
- package/lib/resolvers/queries/products/productReviewsCount.d.ts.map +0 -1
- package/lib/resolvers/queries/products/productReviewsCount.js.map +0 -1
- package/lib/resolvers/queries/products/products.d.ts.map +0 -1
- package/lib/resolvers/queries/products/products.js.map +0 -1
- package/lib/resolvers/queries/products/productsCount.d.ts.map +0 -1
- package/lib/resolvers/queries/products/productsCount.js.map +0 -1
- package/lib/resolvers/queries/products/translatedProductMediaTexts.d.ts.map +0 -1
- package/lib/resolvers/queries/products/translatedProductMediaTexts.js.map +0 -1
- package/lib/resolvers/queries/products/translatedProductTexts.d.ts.map +0 -1
- package/lib/resolvers/queries/products/translatedProductTexts.js.map +0 -1
- package/lib/resolvers/queries/products/translatedProductVariationTexts.d.ts.map +0 -1
- package/lib/resolvers/queries/products/translatedProductVariationTexts.js.map +0 -1
- package/lib/resolvers/queries/quotations/quotation.d.ts.map +0 -1
- package/lib/resolvers/queries/quotations/quotation.js.map +0 -1
- package/lib/resolvers/queries/quotations/quotations.d.ts.map +0 -1
- package/lib/resolvers/queries/quotations/quotations.js.map +0 -1
- package/lib/resolvers/queries/quotations/quotationsCount.d.ts.map +0 -1
- package/lib/resolvers/queries/quotations/quotationsCount.js.map +0 -1
- package/lib/resolvers/queries/shopInfo.d.ts.map +0 -1
- package/lib/resolvers/queries/shopInfo.js.map +0 -1
- package/lib/resolvers/queries/users/impersonator.d.ts.map +0 -1
- package/lib/resolvers/queries/users/impersonator.js.map +0 -1
- package/lib/resolvers/queries/users/me.d.ts.map +0 -1
- package/lib/resolvers/queries/users/me.js.map +0 -1
- package/lib/resolvers/queries/users/user.d.ts.map +0 -1
- package/lib/resolvers/queries/users/user.js.map +0 -1
- package/lib/resolvers/queries/users/users.d.ts.map +0 -1
- package/lib/resolvers/queries/users/users.js.map +0 -1
- package/lib/resolvers/queries/users/usersCount.d.ts.map +0 -1
- package/lib/resolvers/queries/users/usersCount.js.map +0 -1
- package/lib/resolvers/queries/users/validateResetPasswordToken.d.ts.map +0 -1
- package/lib/resolvers/queries/users/validateResetPasswordToken.js.map +0 -1
- package/lib/resolvers/queries/users/validateVerifyEmailToken.d.ts.map +0 -1
- package/lib/resolvers/queries/users/validateVerifyEmailToken.js.map +0 -1
- package/lib/resolvers/queries/warehousing/token.d.ts.map +0 -1
- package/lib/resolvers/queries/warehousing/token.js.map +0 -1
- package/lib/resolvers/queries/warehousing/tokens.d.ts.map +0 -1
- package/lib/resolvers/queries/warehousing/tokens.js.map +0 -1
- package/lib/resolvers/queries/warehousing/tokensCount.d.ts.map +0 -1
- package/lib/resolvers/queries/warehousing/tokensCount.js.map +0 -1
- package/lib/resolvers/queries/warehousing/warehousingInterfaces.d.ts.map +0 -1
- package/lib/resolvers/queries/warehousing/warehousingInterfaces.js.map +0 -1
- package/lib/resolvers/queries/warehousing/warehousingProvider.d.ts.map +0 -1
- package/lib/resolvers/queries/warehousing/warehousingProvider.js.map +0 -1
- package/lib/resolvers/queries/warehousing/warehousingProviders.d.ts.map +0 -1
- package/lib/resolvers/queries/warehousing/warehousingProviders.js.map +0 -1
- package/lib/resolvers/queries/warehousing/warehousingProvidersCount.d.ts.map +0 -1
- package/lib/resolvers/queries/warehousing/warehousingProvidersCount.js.map +0 -1
- package/lib/resolvers/queries/worker/activeWorkTypes.d.ts.map +0 -1
- package/lib/resolvers/queries/worker/activeWorkTypes.js.map +0 -1
- package/lib/resolvers/queries/worker/work.d.ts.map +0 -1
- package/lib/resolvers/queries/worker/work.js.map +0 -1
- package/lib/resolvers/queries/worker/workQueue.d.ts.map +0 -1
- package/lib/resolvers/queries/worker/workQueue.js.map +0 -1
- package/lib/resolvers/queries/worker/workQueueCount.d.ts.map +0 -1
- package/lib/resolvers/queries/worker/workQueueCount.js.map +0 -1
- package/lib/resolvers/queries/worker/workStatistics.d.ts.map +0 -1
- package/lib/resolvers/queries/worker/workStatistics.js.map +0 -1
- package/lib/resolvers/scalars/LowerCaseString.d.ts.map +0 -1
- package/lib/resolvers/scalars/LowerCaseString.js.map +0 -1
- package/lib/resolvers/scalars/index.d.ts.map +0 -1
- package/lib/resolvers/scalars/index.js.map +0 -1
- package/lib/resolvers/type/assortment/assortment-filter-types.d.ts.map +0 -1
- package/lib/resolvers/type/assortment/assortment-filter-types.js.map +0 -1
- package/lib/resolvers/type/assortment/assortment-link-types.d.ts.map +0 -1
- package/lib/resolvers/type/assortment/assortment-link-types.js.map +0 -1
- package/lib/resolvers/type/assortment/assortment-media-types.d.ts.map +0 -1
- package/lib/resolvers/type/assortment/assortment-media-types.js.map +0 -1
- package/lib/resolvers/type/assortment/assortment-path-link-types.d.ts.map +0 -1
- package/lib/resolvers/type/assortment/assortment-path-link-types.js.map +0 -1
- package/lib/resolvers/type/assortment/assortment-product-types.d.ts.map +0 -1
- package/lib/resolvers/type/assortment/assortment-product-types.js.map +0 -1
- package/lib/resolvers/type/assortment/assortment-types.d.ts.map +0 -1
- package/lib/resolvers/type/assortment/assortment-types.js.map +0 -1
- package/lib/resolvers/type/bookmark-types.d.ts.map +0 -1
- package/lib/resolvers/type/bookmark-types.js.map +0 -1
- package/lib/resolvers/type/color-types.d.ts +0 -18
- package/lib/resolvers/type/color-types.d.ts.map +0 -1
- package/lib/resolvers/type/color-types.js +0 -31
- package/lib/resolvers/type/color-types.js.map +0 -1
- package/lib/resolvers/type/country-types.d.ts.map +0 -1
- package/lib/resolvers/type/country-types.js.map +0 -1
- package/lib/resolvers/type/currency-types.d.ts.map +0 -1
- package/lib/resolvers/type/currency-types.js.map +0 -1
- package/lib/resolvers/type/delivery-provider-interface.d.ts.map +0 -1
- package/lib/resolvers/type/delivery-provider-interface.js.map +0 -1
- package/lib/resolvers/type/delivery-provider-pickup-types.d.ts.map +0 -1
- package/lib/resolvers/type/delivery-provider-pickup-types.js.map +0 -1
- package/lib/resolvers/type/delivery-provider-shipping-types.d.ts.map +0 -1
- package/lib/resolvers/type/delivery-provider-shipping-types.js.map +0 -1
- package/lib/resolvers/type/delivery-provider-types.d.ts.map +0 -1
- package/lib/resolvers/type/delivery-provider-types.js.map +0 -1
- package/lib/resolvers/type/dimensions-types.d.ts.map +0 -1
- package/lib/resolvers/type/dimensions-types.js.map +0 -1
- package/lib/resolvers/type/dispatch-types.d.ts +0 -15
- package/lib/resolvers/type/dispatch-types.d.ts.map +0 -1
- package/lib/resolvers/type/dispatch-types.js +0 -16
- package/lib/resolvers/type/dispatch-types.js.map +0 -1
- package/lib/resolvers/type/enrollment/enrollment-delivery-types.d.ts.map +0 -1
- package/lib/resolvers/type/enrollment/enrollment-delivery-types.js.map +0 -1
- package/lib/resolvers/type/enrollment/enrollment-payment-types.d.ts.map +0 -1
- package/lib/resolvers/type/enrollment/enrollment-payment-types.js.map +0 -1
- package/lib/resolvers/type/enrollment/enrollment-period-types.d.ts.map +0 -1
- package/lib/resolvers/type/enrollment/enrollment-period-types.js.map +0 -1
- package/lib/resolvers/type/enrollment/enrollment-plan-tyes.d.ts.map +0 -1
- package/lib/resolvers/type/enrollment/enrollment-plan-tyes.js.map +0 -1
- package/lib/resolvers/type/enrollment/enrollment-types.d.ts.map +0 -1
- package/lib/resolvers/type/enrollment/enrollment-types.js.map +0 -1
- package/lib/resolvers/type/event-types.d.ts.map +0 -1
- package/lib/resolvers/type/event-types.js.map +0 -1
- package/lib/resolvers/type/filter/filter-option-types.d.ts.map +0 -1
- package/lib/resolvers/type/filter/filter-option-types.js.map +0 -1
- package/lib/resolvers/type/filter/filter-types.d.ts.map +0 -1
- package/lib/resolvers/type/filter/filter-types.js.map +0 -1
- package/lib/resolvers/type/filter/loaded-filter-option-types.d.ts.map +0 -1
- package/lib/resolvers/type/filter/loaded-filter-option-types.js.map +0 -1
- package/lib/resolvers/type/filter/loaded-filter-types.d.ts.map +0 -1
- package/lib/resolvers/type/filter/loaded-filter-types.js.map +0 -1
- package/lib/resolvers/type/index.d.ts.map +0 -1
- package/lib/resolvers/type/index.js.map +0 -1
- package/lib/resolvers/type/language-types.d.ts.map +0 -1
- package/lib/resolvers/type/language-types.js.map +0 -1
- package/lib/resolvers/type/login-method-response-types.d.ts.map +0 -1
- package/lib/resolvers/type/login-method-response-types.js.map +0 -1
- package/lib/resolvers/type/media-types.d.ts.map +0 -1
- package/lib/resolvers/type/media-types.js.map +0 -1
- package/lib/resolvers/type/oauth-account.d.ts +0 -6
- package/lib/resolvers/type/oauth-account.d.ts.map +0 -1
- package/lib/resolvers/type/oauth-account.js +0 -7
- package/lib/resolvers/type/oauth-account.js.map +0 -1
- package/lib/resolvers/type/oauth-provider.d.ts +0 -6
- package/lib/resolvers/type/oauth-provider.d.ts.map +0 -1
- package/lib/resolvers/type/oauth-provider.js +0 -6
- package/lib/resolvers/type/oauth-provider.js.map +0 -1
- package/lib/resolvers/type/order/order-delivery-discount-types.d.ts.map +0 -1
- package/lib/resolvers/type/order/order-delivery-discount-types.js.map +0 -1
- package/lib/resolvers/type/order/order-delivery-pickup-types.d.ts.map +0 -1
- package/lib/resolvers/type/order/order-delivery-pickup-types.js.map +0 -1
- package/lib/resolvers/type/order/order-delivery-shipping-types.d.ts.map +0 -1
- package/lib/resolvers/type/order/order-delivery-shipping-types.js.map +0 -1
- package/lib/resolvers/type/order/order-delivery-types.d.ts.map +0 -1
- package/lib/resolvers/type/order/order-delivery-types.js.map +0 -1
- package/lib/resolvers/type/order/order-discount-types.d.ts.map +0 -1
- package/lib/resolvers/type/order/order-discount-types.js.map +0 -1
- package/lib/resolvers/type/order/order-discountable-types.d.ts.map +0 -1
- package/lib/resolvers/type/order/order-discountable-types.js.map +0 -1
- package/lib/resolvers/type/order/order-global-discount-types.d.ts.map +0 -1
- package/lib/resolvers/type/order/order-global-discount-types.js.map +0 -1
- package/lib/resolvers/type/order/order-item-discount-types.d.ts.map +0 -1
- package/lib/resolvers/type/order/order-item-discount-types.js.map +0 -1
- package/lib/resolvers/type/order/order-item-types.d.ts.map +0 -1
- package/lib/resolvers/type/order/order-item-types.js.map +0 -1
- package/lib/resolvers/type/order/order-payment-card-types.d.ts.map +0 -1
- package/lib/resolvers/type/order/order-payment-card-types.js.map +0 -1
- package/lib/resolvers/type/order/order-payment-discount-types.d.ts.map +0 -1
- package/lib/resolvers/type/order/order-payment-discount-types.js.map +0 -1
- package/lib/resolvers/type/order/order-payment-generic-types.d.ts.map +0 -1
- package/lib/resolvers/type/order/order-payment-generic-types.js.map +0 -1
- package/lib/resolvers/type/order/order-payment-invoice-types.d.ts.map +0 -1
- package/lib/resolvers/type/order/order-payment-invoice-types.js.map +0 -1
- package/lib/resolvers/type/order/order-payment-types.d.ts.map +0 -1
- package/lib/resolvers/type/order/order-payment-types.js.map +0 -1
- package/lib/resolvers/type/order/order-statistics-types.d.ts.map +0 -1
- package/lib/resolvers/type/order/order-statistics-types.js.map +0 -1
- package/lib/resolvers/type/order/order-types.d.ts.map +0 -1
- package/lib/resolvers/type/order/order-types.js.map +0 -1
- package/lib/resolvers/type/payment/payment-credentials-types.d.ts.map +0 -1
- package/lib/resolvers/type/payment/payment-credentials-types.js.map +0 -1
- package/lib/resolvers/type/payment/payment-provider-types.d.ts.map +0 -1
- package/lib/resolvers/type/payment/payment-provider-types.js.map +0 -1
- package/lib/resolvers/type/price-types.d.ts.map +0 -1
- package/lib/resolvers/type/price-types.js.map +0 -1
- package/lib/resolvers/type/product/product-assortment-path-types.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-assortment-path-types.js.map +0 -1
- package/lib/resolvers/type/product/product-bundle-item-types.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-bundle-item-types.js.map +0 -1
- package/lib/resolvers/type/product/product-bundle-types.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-bundle-types.js.map +0 -1
- package/lib/resolvers/type/product/product-catalog-price-types.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-catalog-price-types.js.map +0 -1
- package/lib/resolvers/type/product/product-configurable-or-bundle-product-types.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-configurable-or-bundle-product-types.js.map +0 -1
- package/lib/resolvers/type/product/product-configurable-types.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-configurable-types.js.map +0 -1
- package/lib/resolvers/type/product/product-discount.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-discount.js.map +0 -1
- package/lib/resolvers/type/product/product-media-types.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-media-types.js.map +0 -1
- package/lib/resolvers/type/product/product-plan-types.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-plan-types.js.map +0 -1
- package/lib/resolvers/type/product/product-review-types.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-review-types.js.map +0 -1
- package/lib/resolvers/type/product/product-simple-types.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-simple-types.js.map +0 -1
- package/lib/resolvers/type/product/product-tokenized-types.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-tokenized-types.js.map +0 -1
- package/lib/resolvers/type/product/product-types.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-types.js.map +0 -1
- package/lib/resolvers/type/product/product-variation-assignment-types.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-variation-assignment-types.js.map +0 -1
- package/lib/resolvers/type/product/product-variation-assignment-vector.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-variation-assignment-vector.js.map +0 -1
- package/lib/resolvers/type/product/product-variation-option-types.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-variation-option-types.js.map +0 -1
- package/lib/resolvers/type/product/product-variation-types.d.ts.map +0 -1
- package/lib/resolvers/type/product/product-variation-types.js.map +0 -1
- package/lib/resolvers/type/product-search-result-types.d.ts.map +0 -1
- package/lib/resolvers/type/product-search-result-types.js.map +0 -1
- package/lib/resolvers/type/quotation-types.d.ts.map +0 -1
- package/lib/resolvers/type/quotation-types.js.map +0 -1
- package/lib/resolvers/type/shop-types.d.ts.map +0 -1
- package/lib/resolvers/type/shop-types.js.map +0 -1
- package/lib/resolvers/type/stock-types.d.ts +0 -14
- package/lib/resolvers/type/stock-types.d.ts.map +0 -1
- package/lib/resolvers/type/stock-types.js +0 -15
- package/lib/resolvers/type/stock-types.js.map +0 -1
- package/lib/resolvers/type/token-types.d.ts.map +0 -1
- package/lib/resolvers/type/token-types.js.map +0 -1
- package/lib/resolvers/type/user-types.d.ts.map +0 -1
- package/lib/resolvers/type/user-types.js.map +0 -1
- package/lib/resolvers/type/warehousing-provider-types.d.ts.map +0 -1
- package/lib/resolvers/type/warehousing-provider-types.js.map +0 -1
- package/lib/resolvers/type/web3-address.d.ts.map +0 -1
- package/lib/resolvers/type/web3-address.js.map +0 -1
- package/lib/resolvers/type/webauthn-credentials-types.d.ts.map +0 -1
- package/lib/resolvers/type/webauthn-credentials-types.js.map +0 -1
- package/lib/resolvers/type/work-types.d.ts.map +0 -1
- package/lib/resolvers/type/work-types.js.map +0 -1
- package/lib/roles/admin.d.ts.map +0 -1
- package/lib/roles/admin.js.map +0 -1
- package/lib/roles/all.d.ts.map +0 -1
- package/lib/roles/all.js.map +0 -1
- package/lib/roles/index.d.ts.map +0 -1
- package/lib/roles/index.js.map +0 -1
- package/lib/roles/loggedIn.d.ts.map +0 -1
- package/lib/roles/loggedIn.js.map +0 -1
- package/lib/schema/directives.d.ts.map +0 -1
- package/lib/schema/directives.js.map +0 -1
- package/lib/schema/index.d.ts.map +0 -1
- package/lib/schema/index.js.map +0 -1
- package/lib/schema/inputTypes.d.ts.map +0 -1
- package/lib/schema/inputTypes.js.map +0 -1
- package/lib/schema/mutation.d.ts.map +0 -1
- package/lib/schema/mutation.js.map +0 -1
- package/lib/schema/query.d.ts.map +0 -1
- package/lib/schema/query.js.map +0 -1
- package/lib/schema/scalars.d.ts.map +0 -1
- package/lib/schema/scalars.js.map +0 -1
- package/lib/schema/types/address.d.ts.map +0 -1
- package/lib/schema/types/address.js.map +0 -1
- package/lib/schema/types/assortment.d.ts.map +0 -1
- package/lib/schema/types/assortment.js.map +0 -1
- package/lib/schema/types/bookmark.d.ts.map +0 -1
- package/lib/schema/types/bookmark.js.map +0 -1
- package/lib/schema/types/color.d.ts.map +0 -1
- package/lib/schema/types/color.js.map +0 -1
- package/lib/schema/types/contact.d.ts.map +0 -1
- package/lib/schema/types/contact.js.map +0 -1
- package/lib/schema/types/country.d.ts.map +0 -1
- package/lib/schema/types/country.js.map +0 -1
- package/lib/schema/types/currency.d.ts.map +0 -1
- package/lib/schema/types/currency.js.map +0 -1
- package/lib/schema/types/delivery.d.ts.map +0 -1
- package/lib/schema/types/delivery.js.map +0 -1
- package/lib/schema/types/dimensions.d.ts.map +0 -1
- package/lib/schema/types/dimensions.js.map +0 -1
- package/lib/schema/types/discount.d.ts.map +0 -1
- package/lib/schema/types/discount.js.map +0 -1
- package/lib/schema/types/dispatch.d.ts.map +0 -1
- package/lib/schema/types/dispatch.js.map +0 -1
- package/lib/schema/types/enrollment.d.ts.map +0 -1
- package/lib/schema/types/enrollment.js.map +0 -1
- package/lib/schema/types/events.d.ts.map +0 -1
- package/lib/schema/types/events.js.map +0 -1
- package/lib/schema/types/files.d.ts.map +0 -1
- package/lib/schema/types/files.js.map +0 -1
- package/lib/schema/types/filter.d.ts.map +0 -1
- package/lib/schema/types/filter.js.map +0 -1
- package/lib/schema/types/geo-position.d.ts.map +0 -1
- package/lib/schema/types/geo-position.js.map +0 -1
- package/lib/schema/types/index.d.ts.map +0 -1
- package/lib/schema/types/index.js.map +0 -1
- package/lib/schema/types/language.d.ts.map +0 -1
- package/lib/schema/types/language.js.map +0 -1
- package/lib/schema/types/media.d.ts.map +0 -1
- package/lib/schema/types/media.js.map +0 -1
- package/lib/schema/types/order/delivery.d.ts.map +0 -1
- package/lib/schema/types/order/delivery.js.map +0 -1
- package/lib/schema/types/order/discount.d.ts.map +0 -1
- package/lib/schema/types/order/discount.js.map +0 -1
- package/lib/schema/types/order/index.d.ts.map +0 -1
- package/lib/schema/types/order/index.js.map +0 -1
- package/lib/schema/types/order/item.d.ts.map +0 -1
- package/lib/schema/types/order/item.js.map +0 -1
- package/lib/schema/types/order/order.d.ts.map +0 -1
- package/lib/schema/types/order/order.js.map +0 -1
- package/lib/schema/types/order/payment.d.ts.map +0 -1
- package/lib/schema/types/order/payment.js.map +0 -1
- package/lib/schema/types/order/pick-up-location.d.ts.map +0 -1
- package/lib/schema/types/order/pick-up-location.js.map +0 -1
- package/lib/schema/types/payment.d.ts.map +0 -1
- package/lib/schema/types/payment.js.map +0 -1
- package/lib/schema/types/price.d.ts.map +0 -1
- package/lib/schema/types/price.js.map +0 -1
- package/lib/schema/types/product/bundle-product.d.ts.map +0 -1
- package/lib/schema/types/product/bundle-product.js.map +0 -1
- package/lib/schema/types/product/configurable-product.d.ts.map +0 -1
- package/lib/schema/types/product/configurable-product.js.map +0 -1
- package/lib/schema/types/product/index.d.ts.map +0 -1
- package/lib/schema/types/product/index.js.map +0 -1
- package/lib/schema/types/product/plan-product.d.ts.map +0 -1
- package/lib/schema/types/product/plan-product.js.map +0 -1
- package/lib/schema/types/product/product.d.ts.map +0 -1
- package/lib/schema/types/product/product.js.map +0 -1
- package/lib/schema/types/product/simple-product.d.ts.map +0 -1
- package/lib/schema/types/product/simple-product.js.map +0 -1
- package/lib/schema/types/product/tokenized-product.d.ts.map +0 -1
- package/lib/schema/types/product/tokenized-product.js.map +0 -1
- package/lib/schema/types/quotation.d.ts.map +0 -1
- package/lib/schema/types/quotation.js.map +0 -1
- package/lib/schema/types/search.d.ts.map +0 -1
- package/lib/schema/types/search.js.map +0 -1
- package/lib/schema/types/shop.d.ts.map +0 -1
- package/lib/schema/types/shop.js.map +0 -1
- package/lib/schema/types/stock.d.ts.map +0 -1
- package/lib/schema/types/stock.js.map +0 -1
- package/lib/schema/types/types.d.ts.map +0 -1
- package/lib/schema/types/types.js.map +0 -1
- package/lib/schema/types/user.d.ts.map +0 -1
- package/lib/schema/types/user.js.map +0 -1
- package/lib/schema/types/warehousing.d.ts.map +0 -1
- package/lib/schema/types/warehousing.js.map +0 -1
- package/lib/schema/types/worker.d.ts.map +0 -1
- package/lib/schema/types/worker.js.map +0 -1
- package/lib/user-context.d.ts +0 -7
- package/lib/user-context.d.ts.map +0 -1
- package/lib/user-context.js +0 -76
- package/lib/user-context.js.map +0 -1
- package/src/acl.ts +0 -96
- package/src/api-index.ts +0 -65
- package/src/chat/defaultSystemPrompt.ts +0 -16
- package/src/chat/generateImageHandler.ts +0 -91
- package/src/chat/normalizeToolsIndex.ts +0 -11
- package/src/chat/utils.ts +0 -42
- package/src/context.ts +0 -120
- package/src/createGraphQLServer.ts +0 -33
- package/src/errors.ts +0 -337
- package/src/events.ts +0 -8
- package/src/express/chatHandler.ts +0 -204
- package/src/express/createBulkImportMiddleware.ts +0 -65
- package/src/express/createERCMetadataMiddleware.ts +0 -65
- package/src/express/createMCPMiddleware.ts +0 -91
- package/src/express/createTempUploadMiddleware.ts +0 -56
- package/src/express/index.ts +0 -268
- package/src/fastify/bulkImportHandler.ts +0 -61
- package/src/fastify/chatHandler.ts +0 -210
- package/src/fastify/ercMetadataHandler.ts +0 -56
- package/src/fastify/index.ts +0 -331
- package/src/fastify/mcpHandler.ts +0 -93
- package/src/fastify/tempUploadHandler.ts +0 -50
- package/src/loaders/assortmentLinkLoader.ts +0 -32
- package/src/loaders/assortmentLinksLoader.ts +0 -49
- package/src/loaders/assortmentLoader.ts +0 -20
- package/src/loaders/assortmentMediaTextLoader.ts +0 -26
- package/src/loaders/assortmentMediasLoader.ts +0 -21
- package/src/loaders/assortmentProductLoader.ts +0 -19
- package/src/loaders/assortmentProductsLoader.ts +0 -22
- package/src/loaders/assortmentTextLoader.ts +0 -24
- package/src/loaders/buildLocaleMap.test.ts +0 -65
- package/src/loaders/buildLocaleMap.ts +0 -37
- package/src/loaders/buildTextMap.test.ts +0 -54
- package/src/loaders/buildTextMap.ts +0 -38
- package/src/loaders/countryLoader.ts +0 -20
- package/src/loaders/currencyLoader.ts +0 -20
- package/src/loaders/deliveryProviderLoader.ts +0 -20
- package/src/loaders/fileLoader.ts +0 -19
- package/src/loaders/filterLoader.ts +0 -20
- package/src/loaders/filterTextLoader.ts +0 -27
- package/src/loaders/index.ts +0 -80
- package/src/loaders/languageLoader.ts +0 -20
- package/src/loaders/orderLoader.ts +0 -22
- package/src/loaders/paymentProviderLoader.ts +0 -20
- package/src/loaders/productBySKULoader.ts +0 -22
- package/src/loaders/productLoader.ts +0 -22
- package/src/loaders/productMediaTextLoader.ts +0 -24
- package/src/loaders/productMediasLoader.ts +0 -21
- package/src/loaders/productProxiesLoader.ts +0 -37
- package/src/loaders/productTextLoader.ts +0 -22
- package/src/loaders/productVariationByKeyLoader.ts +0 -20
- package/src/loaders/productVariationLoader.ts +0 -19
- package/src/loaders/productVariationTextLoader.ts +0 -37
- package/src/loaders/quotationLoader.ts +0 -19
- package/src/loaders/userLoader.ts +0 -23
- package/src/loaders/utils.ts +0 -35
- package/src/loaders/warehousingProviderLoader.ts +0 -22
- package/src/locale-context.ts +0 -73
- package/src/mcp/README.md +0 -25
- package/src/mcp/index.ts +0 -37
- package/src/mcp/resources/localization.ts +0 -114
- package/src/mcp/tools/assortment/assortmentManagement.ts +0 -34
- package/src/mcp/tools/assortment/handlers/addAssortmentFilter.ts +0 -23
- package/src/mcp/tools/assortment/handlers/addAssortmentLink.ts +0 -34
- package/src/mcp/tools/assortment/handlers/addAssortmentMedia.ts +0 -20
- package/src/mcp/tools/assortment/handlers/addAssortmentProduct.ts +0 -23
- package/src/mcp/tools/assortment/handlers/countAssortments.ts +0 -16
- package/src/mcp/tools/assortment/handlers/createAssortment.ts +0 -18
- package/src/mcp/tools/assortment/handlers/getAssortment.ts +0 -23
- package/src/mcp/tools/assortment/handlers/getAssortmentChildren.ts +0 -22
- package/src/mcp/tools/assortment/handlers/getAssortmentFilters.ts +0 -25
- package/src/mcp/tools/assortment/handlers/getAssortmentLinks.ts +0 -25
- package/src/mcp/tools/assortment/handlers/getAssortmentMedia.ts +0 -27
- package/src/mcp/tools/assortment/handlers/getAssortmentMediaTexts.ts +0 -17
- package/src/mcp/tools/assortment/handlers/getAssortmentProducts.ts +0 -26
- package/src/mcp/tools/assortment/handlers/getAssortmentTexts.ts +0 -14
- package/src/mcp/tools/assortment/handlers/index.ts +0 -61
- package/src/mcp/tools/assortment/handlers/listAssortments.ts +0 -36
- package/src/mcp/tools/assortment/handlers/removeAssortment.ts +0 -14
- package/src/mcp/tools/assortment/handlers/removeAssortmentFilter.ts +0 -10
- package/src/mcp/tools/assortment/handlers/removeAssortmentLink.ts +0 -14
- package/src/mcp/tools/assortment/handlers/removeAssortmentMedia.ts +0 -10
- package/src/mcp/tools/assortment/handlers/removeAssortmentProduct.ts +0 -13
- package/src/mcp/tools/assortment/handlers/reorderAssortmentFilters.ts +0 -22
- package/src/mcp/tools/assortment/handlers/reorderAssortmentLinks.ts +0 -17
- package/src/mcp/tools/assortment/handlers/reorderAssortmentMedia.ts +0 -11
- package/src/mcp/tools/assortment/handlers/reorderAssortmentProducts.ts +0 -22
- package/src/mcp/tools/assortment/handlers/searchAssortmentProducts.ts +0 -49
- package/src/mcp/tools/assortment/handlers/setAssortmentBase.ts +0 -15
- package/src/mcp/tools/assortment/handlers/updateAssortment.ts +0 -26
- package/src/mcp/tools/assortment/handlers/updateAssortmentMediaTexts.ts +0 -21
- package/src/mcp/tools/assortment/handlers/updateAssortmentStatus.ts +0 -18
- package/src/mcp/tools/assortment/index.ts +0 -12
- package/src/mcp/tools/assortment/schemas.ts +0 -343
- package/src/mcp/tools/filter/filterManagement.ts +0 -34
- package/src/mcp/tools/filter/handlers/countFilters.ts +0 -14
- package/src/mcp/tools/filter/handlers/createFilter.ts +0 -27
- package/src/mcp/tools/filter/handlers/createFilterOption.ts +0 -30
- package/src/mcp/tools/filter/handlers/getFilter.ts +0 -14
- package/src/mcp/tools/filter/handlers/getFilterTexts.ts +0 -19
- package/src/mcp/tools/filter/handlers/index.ts +0 -23
- package/src/mcp/tools/filter/handlers/listFilters.ts +0 -28
- package/src/mcp/tools/filter/handlers/removeFilter.ts +0 -22
- package/src/mcp/tools/filter/handlers/removeFilterOption.ts +0 -26
- package/src/mcp/tools/filter/handlers/updateFilter.ts +0 -17
- package/src/mcp/tools/filter/handlers/updateFilterTexts.ts +0 -22
- package/src/mcp/tools/filter/index.ts +0 -12
- package/src/mcp/tools/filter/schemas.ts +0 -177
- package/src/mcp/tools/localization/getLocalizationsConfig.ts +0 -45
- package/src/mcp/tools/localization/handlers/countLocalizations.ts +0 -15
- package/src/mcp/tools/localization/handlers/createLocalization.ts +0 -21
- package/src/mcp/tools/localization/handlers/getLocalization.ts +0 -15
- package/src/mcp/tools/localization/handlers/index.ts +0 -15
- package/src/mcp/tools/localization/handlers/listLocalizations.ts +0 -36
- package/src/mcp/tools/localization/handlers/removeLocalization.ts +0 -15
- package/src/mcp/tools/localization/handlers/updateLocalization.ts +0 -21
- package/src/mcp/tools/localization/index.ts +0 -12
- package/src/mcp/tools/localization/localizationManagement.ts +0 -35
- package/src/mcp/tools/localization/schemas.ts +0 -123
- package/src/mcp/tools/localization/types.ts +0 -39
- package/src/mcp/tools/order/handlers/confirmOrder.ts +0 -18
- package/src/mcp/tools/order/handlers/deliverOrder.ts +0 -42
- package/src/mcp/tools/order/handlers/getMonthlyBreakdown.ts +0 -68
- package/src/mcp/tools/order/handlers/getOrder.ts +0 -13
- package/src/mcp/tools/order/handlers/getSalesSummary.ts +0 -64
- package/src/mcp/tools/order/handlers/getTopCustomers.ts +0 -100
- package/src/mcp/tools/order/handlers/getTopProducts.ts +0 -84
- package/src/mcp/tools/order/handlers/getUserCart.ts +0 -15
- package/src/mcp/tools/order/handlers/index.ts +0 -25
- package/src/mcp/tools/order/handlers/listOrders.ts +0 -52
- package/src/mcp/tools/order/handlers/payOrder.ts +0 -40
- package/src/mcp/tools/order/handlers/rejectOrder.ts +0 -19
- package/src/mcp/tools/order/index.ts +0 -12
- package/src/mcp/tools/order/orderManagement.ts +0 -34
- package/src/mcp/tools/order/schemas.ts +0 -231
- package/src/mcp/tools/product/handlers/addBundleItem.ts +0 -39
- package/src/mcp/tools/product/handlers/addProductAssignment.ts +0 -70
- package/src/mcp/tools/product/handlers/addProductMedia.ts +0 -45
- package/src/mcp/tools/product/handlers/addProductVariationOption.ts +0 -29
- package/src/mcp/tools/product/handlers/countProducts.ts +0 -15
- package/src/mcp/tools/product/handlers/countReviews.ts +0 -14
- package/src/mcp/tools/product/handlers/createProduct.ts +0 -17
- package/src/mcp/tools/product/handlers/createProductVariation.ts +0 -38
- package/src/mcp/tools/product/handlers/getBundleItems.ts +0 -22
- package/src/mcp/tools/product/handlers/getCatalogPrice.ts +0 -33
- package/src/mcp/tools/product/handlers/getMediaTexts.ts +0 -14
- package/src/mcp/tools/product/handlers/getProduct.ts +0 -21
- package/src/mcp/tools/product/handlers/getProductAssignments.ts +0 -31
- package/src/mcp/tools/product/handlers/getProductMedia.ts +0 -19
- package/src/mcp/tools/product/handlers/getProductTexts.ts +0 -13
- package/src/mcp/tools/product/handlers/getReviews.ts +0 -22
- package/src/mcp/tools/product/handlers/getSiblings.ts +0 -20
- package/src/mcp/tools/product/handlers/getVariationProducts.ts +0 -33
- package/src/mcp/tools/product/handlers/getVariationTexts.ts +0 -20
- package/src/mcp/tools/product/handlers/index.ts +0 -71
- package/src/mcp/tools/product/handlers/listProducts.ts +0 -26
- package/src/mcp/tools/product/handlers/removeBundleItem.ts +0 -34
- package/src/mcp/tools/product/handlers/removeProduct.ts +0 -34
- package/src/mcp/tools/product/handlers/removeProductAssignment.ts +0 -26
- package/src/mcp/tools/product/handlers/removeProductMedia.ts +0 -15
- package/src/mcp/tools/product/handlers/removeProductVariation.ts +0 -18
- package/src/mcp/tools/product/handlers/removeProductVariationOption.ts +0 -20
- package/src/mcp/tools/product/handlers/reorderProductMedia.ts +0 -11
- package/src/mcp/tools/product/handlers/simulatePrice.ts +0 -34
- package/src/mcp/tools/product/handlers/simulatePriceRange.ts +0 -46
- package/src/mcp/tools/product/handlers/updateProduct.ts +0 -86
- package/src/mcp/tools/product/handlers/updateProductMediaTexts.ts +0 -21
- package/src/mcp/tools/product/handlers/updateProductStatus.ts +0 -25
- package/src/mcp/tools/product/handlers/updateProductTexts.ts +0 -16
- package/src/mcp/tools/product/handlers/updateProductVariationTexts.ts +0 -22
- package/src/mcp/tools/product/index.ts +0 -12
- package/src/mcp/tools/product/productManagement.ts +0 -34
- package/src/mcp/tools/product/schemas.ts +0 -495
- package/src/mcp/tools/provider/handlers/createProvider.ts +0 -21
- package/src/mcp/tools/provider/handlers/getProvider.ts +0 -18
- package/src/mcp/tools/provider/handlers/getProviderInterfaces.ts +0 -25
- package/src/mcp/tools/provider/handlers/index.ts +0 -15
- package/src/mcp/tools/provider/handlers/listProviders.ts +0 -18
- package/src/mcp/tools/provider/handlers/removeProvider.ts +0 -14
- package/src/mcp/tools/provider/handlers/updateProvider.ts +0 -30
- package/src/mcp/tools/provider/index.ts +0 -12
- package/src/mcp/tools/provider/providerManagement.ts +0 -35
- package/src/mcp/tools/provider/schemas.ts +0 -154
- package/src/mcp/tools/provider/utils/getProviderConfig.ts +0 -44
- package/src/mcp/tools/quotation/handlers/countQuotations.ts +0 -8
- package/src/mcp/tools/quotation/handlers/getQuotation.ts +0 -8
- package/src/mcp/tools/quotation/handlers/index.ts +0 -15
- package/src/mcp/tools/quotation/handlers/listQuotations.ts +0 -14
- package/src/mcp/tools/quotation/handlers/makeQuotationProposal.ts +0 -23
- package/src/mcp/tools/quotation/handlers/rejectQuotation.ts +0 -21
- package/src/mcp/tools/quotation/handlers/verifyQuotation.ts +0 -21
- package/src/mcp/tools/quotation/index.ts +0 -12
- package/src/mcp/tools/quotation/quotationManagement.ts +0 -34
- package/src/mcp/tools/quotation/schemas.ts +0 -136
- package/src/mcp/tools/system/handlers/activeWorkTypes.ts +0 -13
- package/src/mcp/tools/system/handlers/addWork.ts +0 -17
- package/src/mcp/tools/system/handlers/allocateWork.ts +0 -19
- package/src/mcp/tools/system/handlers/countEvents.ts +0 -9
- package/src/mcp/tools/system/handlers/countWork.ts +0 -13
- package/src/mcp/tools/system/handlers/finishWork.ts +0 -18
- package/src/mcp/tools/system/handlers/getEvent.ts +0 -9
- package/src/mcp/tools/system/handlers/getEventsStatistics.ts +0 -8
- package/src/mcp/tools/system/handlers/getShopInfo.ts +0 -20
- package/src/mcp/tools/system/handlers/getWork.ts +0 -17
- package/src/mcp/tools/system/handlers/getWorkStatistics.ts +0 -15
- package/src/mcp/tools/system/handlers/index.ts +0 -33
- package/src/mcp/tools/system/handlers/listEvents.ts +0 -18
- package/src/mcp/tools/system/handlers/listWork.ts +0 -24
- package/src/mcp/tools/system/handlers/processNextWork.ts +0 -17
- package/src/mcp/tools/system/handlers/removeWork.ts +0 -17
- package/src/mcp/tools/system/index.ts +0 -13
- package/src/mcp/tools/system/schemas.ts +0 -341
- package/src/mcp/tools/system/systemManagement.ts +0 -28
- package/src/mcp/tools/system/types.ts +0 -46
- package/src/mcp/tools/users/handlers/addUserEmail.ts +0 -12
- package/src/mcp/tools/users/handlers/countUsers.ts +0 -16
- package/src/mcp/tools/users/handlers/createUser.ts +0 -44
- package/src/mcp/tools/users/handlers/enrollUser.ts +0 -19
- package/src/mcp/tools/users/handlers/getCurrentUser.ts +0 -7
- package/src/mcp/tools/users/handlers/getUser.ts +0 -13
- package/src/mcp/tools/users/handlers/getUserAvatar.ts +0 -18
- package/src/mcp/tools/users/handlers/getUserBookmarks.ts +0 -16
- package/src/mcp/tools/users/handlers/getUserEnrollments.ts +0 -25
- package/src/mcp/tools/users/handlers/getUserOrders.ts +0 -31
- package/src/mcp/tools/users/handlers/getUserPaymentCredentials.ts +0 -20
- package/src/mcp/tools/users/handlers/getUserQuotations.ts +0 -32
- package/src/mcp/tools/users/handlers/getUserReviews.ts +0 -22
- package/src/mcp/tools/users/handlers/getUserReviewsCount.ts +0 -15
- package/src/mcp/tools/users/handlers/index.ts +0 -49
- package/src/mcp/tools/users/handlers/listUsers.ts +0 -29
- package/src/mcp/tools/users/handlers/removeProductReviews.ts +0 -12
- package/src/mcp/tools/users/handlers/removeUser.ts +0 -17
- package/src/mcp/tools/users/handlers/removeUserEmail.ts +0 -11
- package/src/mcp/tools/users/handlers/sendEnrollmentEmail.ts +0 -15
- package/src/mcp/tools/users/handlers/sendVerificationEmail.ts +0 -19
- package/src/mcp/tools/users/handlers/setUserTags.ts +0 -11
- package/src/mcp/tools/users/handlers/setUserUsername.ts +0 -11
- package/src/mcp/tools/users/handlers/updateUser.ts +0 -11
- package/src/mcp/tools/users/index.ts +0 -12
- package/src/mcp/tools/users/schemas.ts +0 -280
- package/src/mcp/tools/users/usersManagement.ts +0 -34
- package/src/mcp/utils/getNormalizedAssortmentDetails.ts +0 -58
- package/src/mcp/utils/getNormalizedFilterDetails.ts +0 -23
- package/src/mcp/utils/getNormalizedOrderDetails.ts +0 -77
- package/src/mcp/utils/getNormalizedProductDetails.ts +0 -85
- package/src/mcp/utils/getNormalizedQuotationDetails.ts +0 -38
- package/src/mcp/utils/getNormalizedUserDetails.ts +0 -86
- package/src/mcp/utils/normalizeMediaUrl.ts +0 -29
- package/src/mcp/utils/normalizeProxyAssignments.ts +0 -29
- package/src/mcp/utils/orderFilters.ts +0 -52
- package/src/mcp/utils/sanitizeLocalizationEntityData.ts +0 -26
- package/src/mcp/utils/sharedSchemas.ts +0 -98
- package/src/mcp/utils/validateIsoCode.ts +0 -25
- package/src/mongo-store.ts +0 -500
- package/src/resolvers/index.ts +0 -23
- package/src/resolvers/mutations/accounts/addEmail.ts +0 -25
- package/src/resolvers/mutations/accounts/addWeb3Address.ts +0 -37
- package/src/resolvers/mutations/accounts/addWebAuthnCredentials.ts +0 -30
- package/src/resolvers/mutations/accounts/changePassword.ts +0 -34
- package/src/resolvers/mutations/accounts/createUser.ts +0 -60
- package/src/resolvers/mutations/accounts/createWebAuthnCredentialCreationOptions.ts +0 -20
- package/src/resolvers/mutations/accounts/createWebAuthnCredentialRequestOptions.ts +0 -28
- package/src/resolvers/mutations/accounts/enrollUser.ts +0 -42
- package/src/resolvers/mutations/accounts/forgotPassword.ts +0 -25
- package/src/resolvers/mutations/accounts/impersonate.ts +0 -28
- package/src/resolvers/mutations/accounts/loginAsGuest.ts +0 -32
- package/src/resolvers/mutations/accounts/loginWithPassword.ts +0 -51
- package/src/resolvers/mutations/accounts/loginWithWebAuthn.ts +0 -44
- package/src/resolvers/mutations/accounts/logout.ts +0 -12
- package/src/resolvers/mutations/accounts/removeEmail.ts +0 -20
- package/src/resolvers/mutations/accounts/removeWeb3Address.ts +0 -30
- package/src/resolvers/mutations/accounts/removeWebAuthnCredentials.ts +0 -28
- package/src/resolvers/mutations/accounts/resetPassword.ts +0 -37
- package/src/resolvers/mutations/accounts/sendEnrollmentEmail.ts +0 -25
- package/src/resolvers/mutations/accounts/sendVerificationEmail.ts +0 -25
- package/src/resolvers/mutations/accounts/setPassword.ts +0 -27
- package/src/resolvers/mutations/accounts/setUsername.ts +0 -27
- package/src/resolvers/mutations/accounts/stopImpersonation.ts +0 -24
- package/src/resolvers/mutations/accounts/verifyEmail.ts +0 -34
- package/src/resolvers/mutations/accounts/verifyWeb3Address.ts +0 -157
- package/src/resolvers/mutations/assortments/addAssortmentFilter.ts +0 -28
- package/src/resolvers/mutations/assortments/addAssortmentLink.ts +0 -48
- package/src/resolvers/mutations/assortments/addAssortmentProduct.ts +0 -31
- package/src/resolvers/mutations/assortments/createAssortment.ts +0 -27
- package/src/resolvers/mutations/assortments/prepareAssortmentMediaUpload.ts +0 -19
- package/src/resolvers/mutations/assortments/removeAssortment.ts +0 -18
- package/src/resolvers/mutations/assortments/removeAssortmentFilter.ts +0 -24
- package/src/resolvers/mutations/assortments/removeAssortmentLink.ts +0 -22
- package/src/resolvers/mutations/assortments/removeAssortmentMedia.ts +0 -25
- package/src/resolvers/mutations/assortments/removeAssortmentProduct.ts +0 -24
- package/src/resolvers/mutations/assortments/reorderAssortmentFilters.ts +0 -14
- package/src/resolvers/mutations/assortments/reorderAssortmentLinks.ts +0 -13
- package/src/resolvers/mutations/assortments/reorderAssortmentMedia.ts +0 -13
- package/src/resolvers/mutations/assortments/reorderAssortmentProducts.ts +0 -13
- package/src/resolvers/mutations/assortments/setBaseAssortment.ts +0 -20
- package/src/resolvers/mutations/assortments/updateAssortment.ts +0 -23
- package/src/resolvers/mutations/assortments/updateAssortmentMediaTexts.ts +0 -24
- package/src/resolvers/mutations/assortments/updateAssortmentTexts.ts +0 -19
- package/src/resolvers/mutations/bookmarks/bookmark.ts +0 -55
- package/src/resolvers/mutations/bookmarks/createBookmark.ts +0 -33
- package/src/resolvers/mutations/bookmarks/removeBookmark.ts +0 -18
- package/src/resolvers/mutations/countries/createCountry.ts +0 -17
- package/src/resolvers/mutations/countries/removeCountry.ts +0 -20
- package/src/resolvers/mutations/countries/updateCountry.ts +0 -21
- package/src/resolvers/mutations/currencies/createCurrency.ts +0 -16
- package/src/resolvers/mutations/currencies/removeCurrency.ts +0 -20
- package/src/resolvers/mutations/currencies/updateCurrency.ts +0 -20
- package/src/resolvers/mutations/delivery/createDeliveryProvider.ts +0 -25
- package/src/resolvers/mutations/delivery/removeDeliveryProvider.ts +0 -18
- package/src/resolvers/mutations/delivery/updateDeliveryProvider.ts +0 -21
- package/src/resolvers/mutations/enrollments/activateEnrollment.ts +0 -32
- package/src/resolvers/mutations/enrollments/createEnrollment.ts +0 -55
- package/src/resolvers/mutations/enrollments/terminateEnrollment.ts +0 -29
- package/src/resolvers/mutations/enrollments/updateEnrollment.ts +0 -75
- package/src/resolvers/mutations/files/confirmMediaUpload.ts +0 -21
- package/src/resolvers/mutations/filters/createFilter.ts +0 -27
- package/src/resolvers/mutations/filters/createFilterOption.ts +0 -28
- package/src/resolvers/mutations/filters/removeFilter.ts +0 -22
- package/src/resolvers/mutations/filters/removeFilterOption.ts +0 -25
- package/src/resolvers/mutations/filters/updateFilter.ts +0 -24
- package/src/resolvers/mutations/filters/updateFilterTexts.ts +0 -26
- package/src/resolvers/mutations/index.ts +0 -328
- package/src/resolvers/mutations/languages/createLanguage.ts +0 -17
- package/src/resolvers/mutations/languages/removeLanguage.ts +0 -20
- package/src/resolvers/mutations/languages/updateLanguage.ts +0 -21
- package/src/resolvers/mutations/orders/addCartDiscount.ts +0 -37
- package/src/resolvers/mutations/orders/addCartProduct.ts +0 -64
- package/src/resolvers/mutations/orders/addCartQuotation.ts +0 -80
- package/src/resolvers/mutations/orders/addMultipleCartProducts.ts +0 -83
- package/src/resolvers/mutations/orders/checkoutCart.ts +0 -42
- package/src/resolvers/mutations/orders/confirmOrder.ts +0 -31
- package/src/resolvers/mutations/orders/createCart.ts +0 -22
- package/src/resolvers/mutations/orders/deliverOrder.ts +0 -48
- package/src/resolvers/mutations/orders/emptyCart.ts +0 -27
- package/src/resolvers/mutations/orders/payOrder.ts +0 -42
- package/src/resolvers/mutations/orders/rejectOrder.ts +0 -30
- package/src/resolvers/mutations/orders/removeCartDiscount.ts +0 -53
- package/src/resolvers/mutations/orders/removeCartItem.ts +0 -37
- package/src/resolvers/mutations/orders/removeOrder.ts +0 -24
- package/src/resolvers/mutations/orders/setOrderDeliveryProvider.ts +0 -25
- package/src/resolvers/mutations/orders/setOrderPaymentProvider.ts +0 -26
- package/src/resolvers/mutations/orders/signPaymentProviderForCheckout.ts +0 -85
- package/src/resolvers/mutations/orders/updateCart.ts +0 -52
- package/src/resolvers/mutations/orders/updateCartDeliveryPickUp.ts +0 -54
- package/src/resolvers/mutations/orders/updateCartDeliveryShipping.ts +0 -54
- package/src/resolvers/mutations/orders/updateCartItem.ts +0 -65
- package/src/resolvers/mutations/orders/updateCartPaymentGeneric.ts +0 -53
- package/src/resolvers/mutations/orders/updateCartPaymentInvoice.ts +0 -53
- package/src/resolvers/mutations/orders/updateOrderDeliveryPickUp.ts +0 -44
- package/src/resolvers/mutations/orders/updateOrderDeliveryShipping.ts +0 -43
- package/src/resolvers/mutations/orders/updateOrderPaymentGeneric.ts +0 -38
- package/src/resolvers/mutations/orders/updateOrderPaymentInvoice.ts +0 -38
- package/src/resolvers/mutations/pageView.ts +0 -13
- package/src/resolvers/mutations/payment/createPaymentProvider.ts +0 -21
- package/src/resolvers/mutations/payment/markPaymentCredentialsPreferred.ts +0 -31
- package/src/resolvers/mutations/payment/registerPaymentCredentials.ts +0 -25
- package/src/resolvers/mutations/payment/removePaymentCredentials.ts +0 -18
- package/src/resolvers/mutations/payment/removePaymentProvider.ts +0 -21
- package/src/resolvers/mutations/payment/signPaymentProviderForCredentialRegistration.ts +0 -32
- package/src/resolvers/mutations/payment/updatePaymentProvider.ts +0 -25
- package/src/resolvers/mutations/products/addProductAssignment.ts +0 -95
- package/src/resolvers/mutations/products/addProductReviewVote.ts +0 -22
- package/src/resolvers/mutations/products/createProduct.ts +0 -18
- package/src/resolvers/mutations/products/createProductBundleItem.ts +0 -43
- package/src/resolvers/mutations/products/createProductReview.ts +0 -27
- package/src/resolvers/mutations/products/createProductVariation.ts +0 -52
- package/src/resolvers/mutations/products/createProductVariationOption.ts +0 -37
- package/src/resolvers/mutations/products/prepareProductMediaUpload.ts +0 -17
- package/src/resolvers/mutations/products/publishProduct.ts +0 -22
- package/src/resolvers/mutations/products/removeBundleItem.ts +0 -28
- package/src/resolvers/mutations/products/removeProduct.ts +0 -42
- package/src/resolvers/mutations/products/removeProductAssignment.ts +0 -30
- package/src/resolvers/mutations/products/removeProductMedia.ts +0 -23
- package/src/resolvers/mutations/products/removeProductReview.ts +0 -22
- package/src/resolvers/mutations/products/removeProductReviewVote.ts +0 -23
- package/src/resolvers/mutations/products/removeProductVariation.ts +0 -22
- package/src/resolvers/mutations/products/removeProductVariationOption.ts +0 -31
- package/src/resolvers/mutations/products/reorderProductMedia.ts +0 -14
- package/src/resolvers/mutations/products/unpublishProduct.ts +0 -22
- package/src/resolvers/mutations/products/updateProduct.ts +0 -21
- package/src/resolvers/mutations/products/updateProductCommerce.ts +0 -29
- package/src/resolvers/mutations/products/updateProductMediaTexts.ts +0 -21
- package/src/resolvers/mutations/products/updateProductPlan.ts +0 -28
- package/src/resolvers/mutations/products/updateProductReview.ts +0 -21
- package/src/resolvers/mutations/products/updateProductSupply.ts +0 -29
- package/src/resolvers/mutations/products/updateProductTexts.ts +0 -20
- package/src/resolvers/mutations/products/updateProductTokenization.ts +0 -28
- package/src/resolvers/mutations/products/updateProductVariationTexts.ts +0 -31
- package/src/resolvers/mutations/products/updateProductWarehousing.ts +0 -30
- package/src/resolvers/mutations/quotations/makeQuotationProposal.ts +0 -26
- package/src/resolvers/mutations/quotations/rejectQuotation.ts +0 -26
- package/src/resolvers/mutations/quotations/requestQuotation.ts +0 -31
- package/src/resolvers/mutations/quotations/verifyQuotation.ts +0 -26
- package/src/resolvers/mutations/users/addPushSubscription.ts +0 -21
- package/src/resolvers/mutations/users/heartbeat.ts +0 -27
- package/src/resolvers/mutations/users/prepareUserAvatarUpload.ts +0 -22
- package/src/resolvers/mutations/users/removePushSubscription.ts +0 -15
- package/src/resolvers/mutations/users/removeUser.ts +0 -23
- package/src/resolvers/mutations/users/removeUserProductReviews.ts +0 -23
- package/src/resolvers/mutations/users/setRoles.ts +0 -19
- package/src/resolvers/mutations/users/setUserTags.ts +0 -19
- package/src/resolvers/mutations/users/updateUserProfile.ts +0 -20
- package/src/resolvers/mutations/warehousing/createWarehousingProvider.ts +0 -25
- package/src/resolvers/mutations/warehousing/exportToken.ts +0 -46
- package/src/resolvers/mutations/warehousing/invalidateToken.ts +0 -48
- package/src/resolvers/mutations/warehousing/removeWarehousingProvider.ts +0 -22
- package/src/resolvers/mutations/warehousing/updateWarehousingProvider.ts +0 -26
- package/src/resolvers/mutations/worker/addWork.ts +0 -11
- package/src/resolvers/mutations/worker/allocateWork.ts +0 -14
- package/src/resolvers/mutations/worker/finishWork.ts +0 -35
- package/src/resolvers/mutations/worker/processNextWork.ts +0 -21
- package/src/resolvers/mutations/worker/removeWork.ts +0 -21
- package/src/resolvers/queries/assortments/assortment.ts +0 -18
- package/src/resolvers/queries/assortments/assortments.ts +0 -23
- package/src/resolvers/queries/assortments/assortmentsCount.ts +0 -18
- package/src/resolvers/queries/assortments/translatedAssortmentMediaTexts.ts +0 -16
- package/src/resolvers/queries/assortments/translatedAssortmentTexts.ts +0 -12
- package/src/resolvers/queries/countries/countries.ts +0 -19
- package/src/resolvers/queries/countries/countriesCount.ts +0 -20
- package/src/resolvers/queries/countries/country.ts +0 -14
- package/src/resolvers/queries/currencies/currencies.ts +0 -18
- package/src/resolvers/queries/currencies/currenciesCount.ts +0 -15
- package/src/resolvers/queries/currencies/currency.ts +0 -15
- package/src/resolvers/queries/delivery/deliveryInterfaces.ts +0 -24
- package/src/resolvers/queries/delivery/deliveryProvider.ts +0 -15
- package/src/resolvers/queries/delivery/deliveryProviders.ts +0 -21
- package/src/resolvers/queries/delivery/deliveryProvidersCount.ts +0 -21
- package/src/resolvers/queries/enrollments/enrollment.ts +0 -15
- package/src/resolvers/queries/enrollments/enrollments.ts +0 -17
- package/src/resolvers/queries/enrollments/enrollmentsCount.ts +0 -13
- package/src/resolvers/queries/events/event.ts +0 -12
- package/src/resolvers/queries/events/eventStatistics.ts +0 -16
- package/src/resolvers/queries/events/events.ts +0 -19
- package/src/resolvers/queries/events/eventsCounts.ts +0 -16
- package/src/resolvers/queries/filters/filter.ts +0 -15
- package/src/resolvers/queries/filters/filters.ts +0 -23
- package/src/resolvers/queries/filters/filtersCount.ts +0 -20
- package/src/resolvers/queries/filters/searchAssortments.ts +0 -13
- package/src/resolvers/queries/filters/searchProducts.ts +0 -42
- package/src/resolvers/queries/filters/translatedFilterTexts.ts +0 -17
- package/src/resolvers/queries/index.ts +0 -150
- package/src/resolvers/queries/languages/language.ts +0 -15
- package/src/resolvers/queries/languages/languages.ts +0 -19
- package/src/resolvers/queries/languages/languagesCount.ts +0 -15
- package/src/resolvers/queries/orders/order.ts +0 -15
- package/src/resolvers/queries/orders/orderStatistics.ts +0 -16
- package/src/resolvers/queries/orders/orders.ts +0 -38
- package/src/resolvers/queries/orders/ordersCount.ts +0 -33
- package/src/resolvers/queries/payment/paymentInterfaces.ts +0 -24
- package/src/resolvers/queries/payment/paymentProvider.ts +0 -17
- package/src/resolvers/queries/payment/paymentProviders.ts +0 -21
- package/src/resolvers/queries/payment/paymentProvidersCount.ts +0 -21
- package/src/resolvers/queries/products/product.ts +0 -15
- package/src/resolvers/queries/products/productCatalogPrices.ts +0 -20
- package/src/resolvers/queries/products/productReview.ts +0 -16
- package/src/resolvers/queries/products/productReviews.ts +0 -22
- package/src/resolvers/queries/products/productReviewsCount.ts +0 -13
- package/src/resolvers/queries/products/products.ts +0 -22
- package/src/resolvers/queries/products/productsCount.ts +0 -17
- package/src/resolvers/queries/products/translatedProductMediaTexts.ts +0 -12
- package/src/resolvers/queries/products/translatedProductTexts.ts +0 -12
- package/src/resolvers/queries/products/translatedProductVariationTexts.ts +0 -18
- package/src/resolvers/queries/quotations/quotation.ts +0 -15
- package/src/resolvers/queries/quotations/quotations.ts +0 -14
- package/src/resolvers/queries/quotations/quotationsCount.ts +0 -13
- package/src/resolvers/queries/shopInfo.ts +0 -83
- package/src/resolvers/queries/users/impersonator.ts +0 -14
- package/src/resolvers/queries/users/me.ts +0 -8
- package/src/resolvers/queries/users/user.ts +0 -12
- package/src/resolvers/queries/users/users.ts +0 -29
- package/src/resolvers/queries/users/usersCount.ts +0 -11
- package/src/resolvers/queries/users/validateResetPasswordToken.ts +0 -16
- package/src/resolvers/queries/users/validateVerifyEmailToken.ts +0 -16
- package/src/resolvers/queries/warehousing/token.ts +0 -17
- package/src/resolvers/queries/warehousing/tokens.ts +0 -20
- package/src/resolvers/queries/warehousing/tokensCount.ts +0 -12
- package/src/resolvers/queries/warehousing/warehousingInterfaces.ts +0 -22
- package/src/resolvers/queries/warehousing/warehousingProvider.ts +0 -17
- package/src/resolvers/queries/warehousing/warehousingProviders.ts +0 -21
- package/src/resolvers/queries/warehousing/warehousingProvidersCount.ts +0 -21
- package/src/resolvers/queries/worker/activeWorkTypes.ts +0 -13
- package/src/resolvers/queries/worker/work.ts +0 -15
- package/src/resolvers/queries/worker/workQueue.ts +0 -42
- package/src/resolvers/queries/worker/workQueueCount.ts +0 -15
- package/src/resolvers/queries/worker/workStatistics.ts +0 -16
- package/src/resolvers/scalars/LowerCaseString.ts +0 -19
- package/src/resolvers/scalars/index.ts +0 -5
- package/src/resolvers/type/assortment/assortment-filter-types.ts +0 -16
- package/src/resolvers/type/assortment/assortment-link-types.ts +0 -25
- package/src/resolvers/type/assortment/assortment-media-types.ts +0 -27
- package/src/resolvers/type/assortment/assortment-path-link-types.ts +0 -25
- package/src/resolvers/type/assortment/assortment-product-types.ts +0 -26
- package/src/resolvers/type/assortment/assortment-types.ts +0 -138
- package/src/resolvers/type/bookmark-types.ts +0 -25
- package/src/resolvers/type/country-types.ts +0 -31
- package/src/resolvers/type/currency-types.ts +0 -5
- package/src/resolvers/type/delivery-provider-interface.ts +0 -55
- package/src/resolvers/type/delivery-provider-pickup-types.ts +0 -12
- package/src/resolvers/type/delivery-provider-shipping-types.ts +0 -5
- package/src/resolvers/type/delivery-provider-types.ts +0 -27
- package/src/resolvers/type/dimensions-types.ts +0 -53
- package/src/resolvers/type/enrollment/enrollment-delivery-types.ts +0 -11
- package/src/resolvers/type/enrollment/enrollment-payment-types.ts +0 -11
- package/src/resolvers/type/enrollment/enrollment-period-types.ts +0 -9
- package/src/resolvers/type/enrollment/enrollment-plan-tyes.ts +0 -10
- package/src/resolvers/type/enrollment/enrollment-types.ts +0 -26
- package/src/resolvers/type/event-types.ts +0 -14
- package/src/resolvers/type/filter/filter-option-types.ts +0 -24
- package/src/resolvers/type/filter/filter-types.ts +0 -19
- package/src/resolvers/type/filter/loaded-filter-option-types.ts +0 -18
- package/src/resolvers/type/filter/loaded-filter-types.ts +0 -58
- package/src/resolvers/type/index.ts +0 -147
- package/src/resolvers/type/language-types.ts +0 -16
- package/src/resolvers/type/login-method-response-types.ts +0 -6
- package/src/resolvers/type/media-types.ts +0 -27
- package/src/resolvers/type/order/order-delivery-discount-types.ts +0 -21
- package/src/resolvers/type/order/order-delivery-pickup-types.ts +0 -56
- package/src/resolvers/type/order/order-delivery-shipping-types.ts +0 -35
- package/src/resolvers/type/order/order-delivery-types.ts +0 -23
- package/src/resolvers/type/order/order-discount-types.ts +0 -32
- package/src/resolvers/type/order/order-discountable-types.ts +0 -38
- package/src/resolvers/type/order/order-global-discount-types.ts +0 -39
- package/src/resolvers/type/order/order-item-discount-types.ts +0 -21
- package/src/resolvers/type/order/order-item-types.ts +0 -156
- package/src/resolvers/type/order/order-payment-card-types.ts +0 -31
- package/src/resolvers/type/order/order-payment-discount-types.ts +0 -24
- package/src/resolvers/type/order/order-payment-generic-types.ts +0 -31
- package/src/resolvers/type/order/order-payment-invoice-types.ts +0 -31
- package/src/resolvers/type/order/order-payment-types.ts +0 -23
- package/src/resolvers/type/order/order-statistics-types.ts +0 -99
- package/src/resolvers/type/order/order-types.ts +0 -99
- package/src/resolvers/type/payment/payment-credentials-types.ts +0 -39
- package/src/resolvers/type/payment/payment-provider-types.ts +0 -63
- package/src/resolvers/type/price-types.ts +0 -44
- package/src/resolvers/type/product/product-assortment-path-types.ts +0 -21
- package/src/resolvers/type/product/product-bundle-item-types.ts +0 -15
- package/src/resolvers/type/product/product-bundle-types.ts +0 -10
- package/src/resolvers/type/product/product-catalog-price-types.ts +0 -34
- package/src/resolvers/type/product/product-configurable-or-bundle-product-types.ts +0 -10
- package/src/resolvers/type/product/product-configurable-types.ts +0 -152
- package/src/resolvers/type/product/product-discount.ts +0 -27
- package/src/resolvers/type/product/product-media-types.ts +0 -27
- package/src/resolvers/type/product/product-plan-types.ts +0 -92
- package/src/resolvers/type/product/product-review-types.ts +0 -37
- package/src/resolvers/type/product/product-simple-types.ts +0 -72
- package/src/resolvers/type/product/product-tokenized-types.ts +0 -72
- package/src/resolvers/type/product/product-types.ts +0 -152
- package/src/resolvers/type/product/product-variation-assignment-types.ts +0 -33
- package/src/resolvers/type/product/product-variation-assignment-vector.ts +0 -40
- package/src/resolvers/type/product/product-variation-option-types.ts +0 -30
- package/src/resolvers/type/product/product-variation-types.ts +0 -37
- package/src/resolvers/type/product-search-result-types.ts +0 -71
- package/src/resolvers/type/quotation-types.ts +0 -26
- package/src/resolvers/type/shop-types.ts +0 -34
- package/src/resolvers/type/token-types.ts +0 -74
- package/src/resolvers/type/user-types.ts +0 -294
- package/src/resolvers/type/warehousing-provider-types.ts +0 -33
- package/src/resolvers/type/web3-address.ts +0 -5
- package/src/resolvers/type/webauthn-credentials-types.ts +0 -39
- package/src/resolvers/type/work-types.ts +0 -45
- package/src/roles/admin.ts +0 -5
- package/src/roles/all.ts +0 -170
- package/src/roles/index.ts +0 -153
- package/src/roles/loggedIn.ts +0 -252
- package/src/schema/directives.ts +0 -10
- package/src/schema/index.ts +0 -29
- package/src/schema/inputTypes.ts +0 -266
- package/src/schema/mutation.ts +0 -916
- package/src/schema/query.ts +0 -518
- package/src/schema/scalars.ts +0 -10
- package/src/schema/types/address.ts +0 -15
- package/src/schema/types/assortment.ts +0 -99
- package/src/schema/types/bookmark.ts +0 -10
- package/src/schema/types/color.ts +0 -11
- package/src/schema/types/contact.ts +0 -8
- package/src/schema/types/country.ts +0 -16
- package/src/schema/types/currency.ts +0 -11
- package/src/schema/types/delivery.ts +0 -83
- package/src/schema/types/dimensions.ts +0 -22
- package/src/schema/types/discount.ts +0 -11
- package/src/schema/types/dispatch.ts +0 -10
- package/src/schema/types/enrollment.ts +0 -68
- package/src/schema/types/events.ts +0 -25
- package/src/schema/types/files.ts +0 -9
- package/src/schema/types/filter.ts +0 -63
- package/src/schema/types/geo-position.ts +0 -9
- package/src/schema/types/index.ts +0 -63
- package/src/schema/types/language.ts +0 -15
- package/src/schema/types/media.ts +0 -11
- package/src/schema/types/order/delivery.ts +0 -51
- package/src/schema/types/order/discount.ts +0 -59
- package/src/schema/types/order/index.ts +0 -8
- package/src/schema/types/order/item.ts +0 -35
- package/src/schema/types/order/order.ts +0 -102
- package/src/schema/types/order/payment.ts +0 -56
- package/src/schema/types/order/pick-up-location.ts +0 -10
- package/src/schema/types/payment.ts +0 -56
- package/src/schema/types/price.ts +0 -15
- package/src/schema/types/product/bundle-product.ts +0 -51
- package/src/schema/types/product/configurable-product.ts +0 -120
- package/src/schema/types/product/index.ts +0 -15
- package/src/schema/types/product/plan-product.ts +0 -74
- package/src/schema/types/product/product.ts +0 -139
- package/src/schema/types/product/simple-product.ts +0 -56
- package/src/schema/types/product/tokenized-product.ts +0 -66
- package/src/schema/types/quotation.ts +0 -62
- package/src/schema/types/search.ts +0 -32
- package/src/schema/types/shop.ts +0 -43
- package/src/schema/types/stock.ts +0 -9
- package/src/schema/types/types.ts +0 -12
- package/src/schema/types/user.ts +0 -142
- package/src/schema/types/warehousing.ts +0 -65
- package/src/schema/types/worker.ts +0 -75
- package/tests/api-index.test.ts +0 -86
- package/tsconfig.json +0 -9
|
@@ -2,161 +2,109 @@ import { z } from 'zod';
|
|
|
2
2
|
export declare const productTypeKeys: [string, ...string[]];
|
|
3
3
|
export declare const productVariationTypeKeys: [string, ...string[]];
|
|
4
4
|
export declare const sortDirectionKeys: [string, ...string[]];
|
|
5
|
-
export declare const ProductPlanUsageCalculationTypeEnum: z.ZodEnum<
|
|
6
|
-
|
|
5
|
+
export declare const ProductPlanUsageCalculationTypeEnum: z.ZodEnum<{
|
|
6
|
+
LICENSED: "LICENSED";
|
|
7
|
+
METERED: "METERED";
|
|
8
|
+
}>;
|
|
9
|
+
export declare const ProductPlanConfigurationIntervalEnum: z.ZodEnum<{
|
|
10
|
+
HOURS: "HOURS";
|
|
11
|
+
DAYS: "DAYS";
|
|
12
|
+
WEEKS: "WEEKS";
|
|
13
|
+
MONTHS: "MONTHS";
|
|
14
|
+
YEARS: "YEARS";
|
|
15
|
+
}>;
|
|
7
16
|
export declare const UpdateProductPlanInputSchema: z.ZodObject<{
|
|
8
|
-
usageCalculationType: z.ZodEnum<
|
|
9
|
-
|
|
17
|
+
usageCalculationType: z.ZodEnum<{
|
|
18
|
+
LICENSED: "LICENSED";
|
|
19
|
+
METERED: "METERED";
|
|
20
|
+
}>;
|
|
21
|
+
billingInterval: z.ZodEnum<{
|
|
22
|
+
HOURS: "HOURS";
|
|
23
|
+
DAYS: "DAYS";
|
|
24
|
+
WEEKS: "WEEKS";
|
|
25
|
+
MONTHS: "MONTHS";
|
|
26
|
+
YEARS: "YEARS";
|
|
27
|
+
}>;
|
|
10
28
|
billingIntervalCount: z.ZodNumber;
|
|
11
|
-
trialInterval: z.ZodOptional<z.ZodEnum<
|
|
29
|
+
trialInterval: z.ZodOptional<z.ZodEnum<{
|
|
30
|
+
HOURS: "HOURS";
|
|
31
|
+
DAYS: "DAYS";
|
|
32
|
+
WEEKS: "WEEKS";
|
|
33
|
+
MONTHS: "MONTHS";
|
|
34
|
+
YEARS: "YEARS";
|
|
35
|
+
}>>;
|
|
12
36
|
trialIntervalCount: z.ZodOptional<z.ZodNumber>;
|
|
13
|
-
},
|
|
14
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
15
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
16
|
-
billingIntervalCount: number;
|
|
17
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
18
|
-
trialIntervalCount?: number | undefined;
|
|
19
|
-
}, {
|
|
20
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
21
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
22
|
-
billingIntervalCount: number;
|
|
23
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
24
|
-
trialIntervalCount?: number | undefined;
|
|
25
|
-
}>;
|
|
37
|
+
}, z.core.$strip>;
|
|
26
38
|
export declare const ProductTextInputSchema: z.ZodObject<{
|
|
27
39
|
locale: z.ZodString;
|
|
28
40
|
title: z.ZodString;
|
|
29
41
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
30
|
-
} & {
|
|
31
42
|
slug: z.ZodOptional<z.ZodString>;
|
|
32
43
|
description: z.ZodOptional<z.ZodString>;
|
|
33
44
|
vendor: z.ZodOptional<z.ZodString>;
|
|
34
45
|
brand: z.ZodOptional<z.ZodString>;
|
|
35
|
-
labels: z.ZodOptional<z.ZodArray<z.ZodString
|
|
36
|
-
},
|
|
37
|
-
locale: string;
|
|
38
|
-
title: string;
|
|
39
|
-
description?: string | undefined;
|
|
40
|
-
subtitle?: string | undefined;
|
|
41
|
-
slug?: string | undefined;
|
|
42
|
-
brand?: string | undefined;
|
|
43
|
-
vendor?: string | undefined;
|
|
44
|
-
labels?: string[] | undefined;
|
|
45
|
-
}, {
|
|
46
|
-
locale: string;
|
|
47
|
-
title: string;
|
|
48
|
-
description?: string | undefined;
|
|
49
|
-
subtitle?: string | undefined;
|
|
50
|
-
slug?: string | undefined;
|
|
51
|
-
brand?: string | undefined;
|
|
52
|
-
vendor?: string | undefined;
|
|
53
|
-
labels?: string[] | undefined;
|
|
54
|
-
}>;
|
|
46
|
+
labels: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
47
|
+
}, z.core.$strip>;
|
|
55
48
|
export declare const ProductVariationTextInputSchema: z.ZodObject<{
|
|
56
49
|
locale: z.ZodString;
|
|
57
50
|
title: z.ZodString;
|
|
58
51
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
59
|
-
},
|
|
60
|
-
locale: string;
|
|
61
|
-
title: string;
|
|
62
|
-
subtitle?: string | undefined;
|
|
63
|
-
}, {
|
|
64
|
-
locale: string;
|
|
65
|
-
title: string;
|
|
66
|
-
subtitle?: string | undefined;
|
|
67
|
-
}>;
|
|
52
|
+
}, z.core.$strip>;
|
|
68
53
|
export declare const ProductMediaTextInputSchema: z.ZodObject<{
|
|
69
54
|
locale: z.ZodString;
|
|
70
55
|
title: z.ZodString;
|
|
71
56
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
72
|
-
},
|
|
73
|
-
locale: string;
|
|
74
|
-
title: string;
|
|
75
|
-
subtitle?: string | undefined;
|
|
76
|
-
}, {
|
|
77
|
-
locale: string;
|
|
78
|
-
title: string;
|
|
79
|
-
subtitle?: string | undefined;
|
|
80
|
-
}>;
|
|
57
|
+
}, z.core.$strip>;
|
|
81
58
|
export declare const ProductAssignmentVectorSchema: z.ZodObject<{
|
|
82
59
|
key: z.ZodString;
|
|
83
60
|
value: z.ZodString;
|
|
84
|
-
},
|
|
85
|
-
key: string;
|
|
86
|
-
value: string;
|
|
87
|
-
}, {
|
|
88
|
-
key: string;
|
|
89
|
-
value: string;
|
|
90
|
-
}>;
|
|
61
|
+
}, z.core.$strip>;
|
|
91
62
|
export declare const ProductSchema: z.ZodObject<{
|
|
92
|
-
type: z.ZodOptional<z.ZodEnum<
|
|
93
|
-
|
|
63
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
64
|
+
[x: string]: string;
|
|
65
|
+
}>>;
|
|
66
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
94
67
|
sequence: z.ZodOptional<z.ZodNumber>;
|
|
95
|
-
meta: z.ZodOptional<z.ZodRecord<z.
|
|
68
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodAny, z.ZodAny>>;
|
|
96
69
|
plan: z.ZodOptional<z.ZodObject<{
|
|
97
|
-
usageCalculationType: z.ZodEnum<
|
|
98
|
-
|
|
70
|
+
usageCalculationType: z.ZodEnum<{
|
|
71
|
+
LICENSED: "LICENSED";
|
|
72
|
+
METERED: "METERED";
|
|
73
|
+
}>;
|
|
74
|
+
billingInterval: z.ZodEnum<{
|
|
75
|
+
HOURS: "HOURS";
|
|
76
|
+
DAYS: "DAYS";
|
|
77
|
+
WEEKS: "WEEKS";
|
|
78
|
+
MONTHS: "MONTHS";
|
|
79
|
+
YEARS: "YEARS";
|
|
80
|
+
}>;
|
|
99
81
|
billingIntervalCount: z.ZodNumber;
|
|
100
|
-
trialInterval: z.ZodOptional<z.ZodEnum<
|
|
82
|
+
trialInterval: z.ZodOptional<z.ZodEnum<{
|
|
83
|
+
HOURS: "HOURS";
|
|
84
|
+
DAYS: "DAYS";
|
|
85
|
+
WEEKS: "WEEKS";
|
|
86
|
+
MONTHS: "MONTHS";
|
|
87
|
+
YEARS: "YEARS";
|
|
88
|
+
}>>;
|
|
101
89
|
trialIntervalCount: z.ZodOptional<z.ZodNumber>;
|
|
102
|
-
},
|
|
103
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
104
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
105
|
-
billingIntervalCount: number;
|
|
106
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
107
|
-
trialIntervalCount?: number | undefined;
|
|
108
|
-
}, {
|
|
109
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
110
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
111
|
-
billingIntervalCount: number;
|
|
112
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
113
|
-
trialIntervalCount?: number | undefined;
|
|
114
|
-
}>>;
|
|
90
|
+
}, z.core.$strip>>;
|
|
115
91
|
warehousing: z.ZodOptional<z.ZodObject<{
|
|
116
92
|
sku: z.ZodOptional<z.ZodString>;
|
|
117
93
|
baseUnit: z.ZodOptional<z.ZodString>;
|
|
118
|
-
},
|
|
119
|
-
sku?: string | undefined;
|
|
120
|
-
baseUnit?: string | undefined;
|
|
121
|
-
}, {
|
|
122
|
-
sku?: string | undefined;
|
|
123
|
-
baseUnit?: string | undefined;
|
|
124
|
-
}>>;
|
|
94
|
+
}, z.core.$strip>>;
|
|
125
95
|
supply: z.ZodOptional<z.ZodObject<{
|
|
126
96
|
weightInGram: z.ZodOptional<z.ZodNumber>;
|
|
127
97
|
heightInMillimeters: z.ZodOptional<z.ZodNumber>;
|
|
128
98
|
lengthInMillimeters: z.ZodOptional<z.ZodNumber>;
|
|
129
99
|
widthInMillimeters: z.ZodOptional<z.ZodNumber>;
|
|
130
|
-
},
|
|
131
|
-
weightInGram?: number | undefined;
|
|
132
|
-
lengthInMillimeters?: number | undefined;
|
|
133
|
-
widthInMillimeters?: number | undefined;
|
|
134
|
-
heightInMillimeters?: number | undefined;
|
|
135
|
-
}, {
|
|
136
|
-
weightInGram?: number | undefined;
|
|
137
|
-
lengthInMillimeters?: number | undefined;
|
|
138
|
-
widthInMillimeters?: number | undefined;
|
|
139
|
-
heightInMillimeters?: number | undefined;
|
|
140
|
-
}>>;
|
|
100
|
+
}, z.core.$strip>>;
|
|
141
101
|
tokenization: z.ZodOptional<z.ZodObject<{
|
|
142
102
|
contractAddress: z.ZodString;
|
|
143
103
|
contractStandard: z.ZodString;
|
|
144
104
|
tokenId: z.ZodString;
|
|
145
105
|
supply: z.ZodNumber;
|
|
146
|
-
ercMetadataProperties: z.ZodOptional<z.ZodRecord<z.
|
|
147
|
-
},
|
|
148
|
-
supply: number;
|
|
149
|
-
contractAddress: string;
|
|
150
|
-
tokenId: string;
|
|
151
|
-
contractStandard: string;
|
|
152
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
153
|
-
}, {
|
|
154
|
-
supply: number;
|
|
155
|
-
contractAddress: string;
|
|
156
|
-
tokenId: string;
|
|
157
|
-
contractStandard: string;
|
|
158
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
159
|
-
}>>;
|
|
106
|
+
ercMetadataProperties: z.ZodOptional<z.ZodRecord<z.ZodAny, z.ZodAny>>;
|
|
107
|
+
}, z.core.$strip>>;
|
|
160
108
|
commerce: z.ZodOptional<z.ZodObject<{
|
|
161
109
|
pricing: z.ZodArray<z.ZodObject<{
|
|
162
110
|
amount: z.ZodNumber;
|
|
@@ -165,217 +113,54 @@ export declare const ProductSchema: z.ZodObject<{
|
|
|
165
113
|
isNetPrice: z.ZodOptional<z.ZodBoolean>;
|
|
166
114
|
currencyCode: z.ZodString;
|
|
167
115
|
countryCode: z.ZodString;
|
|
168
|
-
},
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
amount: number;
|
|
172
|
-
isNetPrice?: boolean | undefined;
|
|
173
|
-
isTaxable?: boolean | undefined;
|
|
174
|
-
maxQuantity?: number | undefined;
|
|
175
|
-
}, {
|
|
176
|
-
countryCode: string;
|
|
177
|
-
currencyCode: string;
|
|
178
|
-
amount: number;
|
|
179
|
-
isNetPrice?: boolean | undefined;
|
|
180
|
-
isTaxable?: boolean | undefined;
|
|
181
|
-
maxQuantity?: number | undefined;
|
|
182
|
-
}>, "atleastone">;
|
|
183
|
-
}, "strip", z.ZodTypeAny, {
|
|
184
|
-
pricing: [{
|
|
185
|
-
countryCode: string;
|
|
186
|
-
currencyCode: string;
|
|
187
|
-
amount: number;
|
|
188
|
-
isNetPrice?: boolean | undefined;
|
|
189
|
-
isTaxable?: boolean | undefined;
|
|
190
|
-
maxQuantity?: number | undefined;
|
|
191
|
-
}, ...{
|
|
192
|
-
countryCode: string;
|
|
193
|
-
currencyCode: string;
|
|
194
|
-
amount: number;
|
|
195
|
-
isNetPrice?: boolean | undefined;
|
|
196
|
-
isTaxable?: boolean | undefined;
|
|
197
|
-
maxQuantity?: number | undefined;
|
|
198
|
-
}[]];
|
|
199
|
-
}, {
|
|
200
|
-
pricing: [{
|
|
201
|
-
countryCode: string;
|
|
202
|
-
currencyCode: string;
|
|
203
|
-
amount: number;
|
|
204
|
-
isNetPrice?: boolean | undefined;
|
|
205
|
-
isTaxable?: boolean | undefined;
|
|
206
|
-
maxQuantity?: number | undefined;
|
|
207
|
-
}, ...{
|
|
208
|
-
countryCode: string;
|
|
209
|
-
currencyCode: string;
|
|
210
|
-
amount: number;
|
|
211
|
-
isNetPrice?: boolean | undefined;
|
|
212
|
-
isTaxable?: boolean | undefined;
|
|
213
|
-
maxQuantity?: number | undefined;
|
|
214
|
-
}[]];
|
|
215
|
-
}>>;
|
|
216
|
-
}, "strip", z.ZodTypeAny, {
|
|
217
|
-
meta?: Record<string, unknown> | undefined;
|
|
218
|
-
sequence?: number | undefined;
|
|
219
|
-
tags?: string[] | undefined;
|
|
220
|
-
type?: string | undefined;
|
|
221
|
-
commerce?: {
|
|
222
|
-
pricing: [{
|
|
223
|
-
countryCode: string;
|
|
224
|
-
currencyCode: string;
|
|
225
|
-
amount: number;
|
|
226
|
-
isNetPrice?: boolean | undefined;
|
|
227
|
-
isTaxable?: boolean | undefined;
|
|
228
|
-
maxQuantity?: number | undefined;
|
|
229
|
-
}, ...{
|
|
230
|
-
countryCode: string;
|
|
231
|
-
currencyCode: string;
|
|
232
|
-
amount: number;
|
|
233
|
-
isNetPrice?: boolean | undefined;
|
|
234
|
-
isTaxable?: boolean | undefined;
|
|
235
|
-
maxQuantity?: number | undefined;
|
|
236
|
-
}[]];
|
|
237
|
-
} | undefined;
|
|
238
|
-
plan?: {
|
|
239
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
240
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
241
|
-
billingIntervalCount: number;
|
|
242
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
243
|
-
trialIntervalCount?: number | undefined;
|
|
244
|
-
} | undefined;
|
|
245
|
-
supply?: {
|
|
246
|
-
weightInGram?: number | undefined;
|
|
247
|
-
lengthInMillimeters?: number | undefined;
|
|
248
|
-
widthInMillimeters?: number | undefined;
|
|
249
|
-
heightInMillimeters?: number | undefined;
|
|
250
|
-
} | undefined;
|
|
251
|
-
warehousing?: {
|
|
252
|
-
sku?: string | undefined;
|
|
253
|
-
baseUnit?: string | undefined;
|
|
254
|
-
} | undefined;
|
|
255
|
-
tokenization?: {
|
|
256
|
-
supply: number;
|
|
257
|
-
contractAddress: string;
|
|
258
|
-
tokenId: string;
|
|
259
|
-
contractStandard: string;
|
|
260
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
261
|
-
} | undefined;
|
|
262
|
-
}, {
|
|
263
|
-
meta?: Record<string, unknown> | undefined;
|
|
264
|
-
sequence?: number | undefined;
|
|
265
|
-
tags?: string[] | undefined;
|
|
266
|
-
type?: string | undefined;
|
|
267
|
-
commerce?: {
|
|
268
|
-
pricing: [{
|
|
269
|
-
countryCode: string;
|
|
270
|
-
currencyCode: string;
|
|
271
|
-
amount: number;
|
|
272
|
-
isNetPrice?: boolean | undefined;
|
|
273
|
-
isTaxable?: boolean | undefined;
|
|
274
|
-
maxQuantity?: number | undefined;
|
|
275
|
-
}, ...{
|
|
276
|
-
countryCode: string;
|
|
277
|
-
currencyCode: string;
|
|
278
|
-
amount: number;
|
|
279
|
-
isNetPrice?: boolean | undefined;
|
|
280
|
-
isTaxable?: boolean | undefined;
|
|
281
|
-
maxQuantity?: number | undefined;
|
|
282
|
-
}[]];
|
|
283
|
-
} | undefined;
|
|
284
|
-
plan?: {
|
|
285
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
286
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
287
|
-
billingIntervalCount: number;
|
|
288
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
289
|
-
trialIntervalCount?: number | undefined;
|
|
290
|
-
} | undefined;
|
|
291
|
-
supply?: {
|
|
292
|
-
weightInGram?: number | undefined;
|
|
293
|
-
lengthInMillimeters?: number | undefined;
|
|
294
|
-
widthInMillimeters?: number | undefined;
|
|
295
|
-
heightInMillimeters?: number | undefined;
|
|
296
|
-
} | undefined;
|
|
297
|
-
warehousing?: {
|
|
298
|
-
sku?: string | undefined;
|
|
299
|
-
baseUnit?: string | undefined;
|
|
300
|
-
} | undefined;
|
|
301
|
-
tokenization?: {
|
|
302
|
-
supply: number;
|
|
303
|
-
contractAddress: string;
|
|
304
|
-
tokenId: string;
|
|
305
|
-
contractStandard: string;
|
|
306
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
307
|
-
} | undefined;
|
|
308
|
-
}>;
|
|
116
|
+
}, z.core.$strip>>;
|
|
117
|
+
}, z.core.$strip>>;
|
|
118
|
+
}, z.core.$strip>;
|
|
309
119
|
export declare const actionValidators: {
|
|
310
120
|
readonly CREATE: z.ZodObject<{
|
|
311
121
|
product: z.ZodObject<{
|
|
312
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString
|
|
122
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
313
123
|
sequence: z.ZodOptional<z.ZodNumber>;
|
|
314
|
-
meta: z.ZodOptional<z.ZodRecord<z.
|
|
124
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodAny, z.ZodAny>>;
|
|
315
125
|
plan: z.ZodOptional<z.ZodObject<{
|
|
316
|
-
usageCalculationType: z.ZodEnum<
|
|
317
|
-
|
|
126
|
+
usageCalculationType: z.ZodEnum<{
|
|
127
|
+
LICENSED: "LICENSED";
|
|
128
|
+
METERED: "METERED";
|
|
129
|
+
}>;
|
|
130
|
+
billingInterval: z.ZodEnum<{
|
|
131
|
+
HOURS: "HOURS";
|
|
132
|
+
DAYS: "DAYS";
|
|
133
|
+
WEEKS: "WEEKS";
|
|
134
|
+
MONTHS: "MONTHS";
|
|
135
|
+
YEARS: "YEARS";
|
|
136
|
+
}>;
|
|
318
137
|
billingIntervalCount: z.ZodNumber;
|
|
319
|
-
trialInterval: z.ZodOptional<z.ZodEnum<
|
|
138
|
+
trialInterval: z.ZodOptional<z.ZodEnum<{
|
|
139
|
+
HOURS: "HOURS";
|
|
140
|
+
DAYS: "DAYS";
|
|
141
|
+
WEEKS: "WEEKS";
|
|
142
|
+
MONTHS: "MONTHS";
|
|
143
|
+
YEARS: "YEARS";
|
|
144
|
+
}>>;
|
|
320
145
|
trialIntervalCount: z.ZodOptional<z.ZodNumber>;
|
|
321
|
-
},
|
|
322
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
323
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
324
|
-
billingIntervalCount: number;
|
|
325
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
326
|
-
trialIntervalCount?: number | undefined;
|
|
327
|
-
}, {
|
|
328
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
329
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
330
|
-
billingIntervalCount: number;
|
|
331
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
332
|
-
trialIntervalCount?: number | undefined;
|
|
333
|
-
}>>;
|
|
146
|
+
}, z.core.$strip>>;
|
|
334
147
|
warehousing: z.ZodOptional<z.ZodObject<{
|
|
335
148
|
sku: z.ZodOptional<z.ZodString>;
|
|
336
149
|
baseUnit: z.ZodOptional<z.ZodString>;
|
|
337
|
-
},
|
|
338
|
-
sku?: string | undefined;
|
|
339
|
-
baseUnit?: string | undefined;
|
|
340
|
-
}, {
|
|
341
|
-
sku?: string | undefined;
|
|
342
|
-
baseUnit?: string | undefined;
|
|
343
|
-
}>>;
|
|
150
|
+
}, z.core.$strip>>;
|
|
344
151
|
supply: z.ZodOptional<z.ZodObject<{
|
|
345
152
|
weightInGram: z.ZodOptional<z.ZodNumber>;
|
|
346
153
|
heightInMillimeters: z.ZodOptional<z.ZodNumber>;
|
|
347
154
|
lengthInMillimeters: z.ZodOptional<z.ZodNumber>;
|
|
348
155
|
widthInMillimeters: z.ZodOptional<z.ZodNumber>;
|
|
349
|
-
},
|
|
350
|
-
weightInGram?: number | undefined;
|
|
351
|
-
lengthInMillimeters?: number | undefined;
|
|
352
|
-
widthInMillimeters?: number | undefined;
|
|
353
|
-
heightInMillimeters?: number | undefined;
|
|
354
|
-
}, {
|
|
355
|
-
weightInGram?: number | undefined;
|
|
356
|
-
lengthInMillimeters?: number | undefined;
|
|
357
|
-
widthInMillimeters?: number | undefined;
|
|
358
|
-
heightInMillimeters?: number | undefined;
|
|
359
|
-
}>>;
|
|
156
|
+
}, z.core.$strip>>;
|
|
360
157
|
tokenization: z.ZodOptional<z.ZodObject<{
|
|
361
158
|
contractAddress: z.ZodString;
|
|
362
159
|
contractStandard: z.ZodString;
|
|
363
160
|
tokenId: z.ZodString;
|
|
364
161
|
supply: z.ZodNumber;
|
|
365
|
-
ercMetadataProperties: z.ZodOptional<z.ZodRecord<z.
|
|
366
|
-
},
|
|
367
|
-
supply: number;
|
|
368
|
-
contractAddress: string;
|
|
369
|
-
tokenId: string;
|
|
370
|
-
contractStandard: string;
|
|
371
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
372
|
-
}, {
|
|
373
|
-
supply: number;
|
|
374
|
-
contractAddress: string;
|
|
375
|
-
tokenId: string;
|
|
376
|
-
contractStandard: string;
|
|
377
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
378
|
-
}>>;
|
|
162
|
+
ercMetadataProperties: z.ZodOptional<z.ZodRecord<z.ZodAny, z.ZodAny>>;
|
|
163
|
+
}, z.core.$strip>>;
|
|
379
164
|
commerce: z.ZodOptional<z.ZodObject<{
|
|
380
165
|
pricing: z.ZodArray<z.ZodObject<{
|
|
381
166
|
amount: z.ZodNumber;
|
|
@@ -384,366 +169,71 @@ export declare const actionValidators: {
|
|
|
384
169
|
isNetPrice: z.ZodOptional<z.ZodBoolean>;
|
|
385
170
|
currencyCode: z.ZodString;
|
|
386
171
|
countryCode: z.ZodString;
|
|
387
|
-
},
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
maxQuantity?: number | undefined;
|
|
394
|
-
}, {
|
|
395
|
-
countryCode: string;
|
|
396
|
-
currencyCode: string;
|
|
397
|
-
amount: number;
|
|
398
|
-
isNetPrice?: boolean | undefined;
|
|
399
|
-
isTaxable?: boolean | undefined;
|
|
400
|
-
maxQuantity?: number | undefined;
|
|
401
|
-
}>, "atleastone">;
|
|
402
|
-
}, "strip", z.ZodTypeAny, {
|
|
403
|
-
pricing: [{
|
|
404
|
-
countryCode: string;
|
|
405
|
-
currencyCode: string;
|
|
406
|
-
amount: number;
|
|
407
|
-
isNetPrice?: boolean | undefined;
|
|
408
|
-
isTaxable?: boolean | undefined;
|
|
409
|
-
maxQuantity?: number | undefined;
|
|
410
|
-
}, ...{
|
|
411
|
-
countryCode: string;
|
|
412
|
-
currencyCode: string;
|
|
413
|
-
amount: number;
|
|
414
|
-
isNetPrice?: boolean | undefined;
|
|
415
|
-
isTaxable?: boolean | undefined;
|
|
416
|
-
maxQuantity?: number | undefined;
|
|
417
|
-
}[]];
|
|
418
|
-
}, {
|
|
419
|
-
pricing: [{
|
|
420
|
-
countryCode: string;
|
|
421
|
-
currencyCode: string;
|
|
422
|
-
amount: number;
|
|
423
|
-
isNetPrice?: boolean | undefined;
|
|
424
|
-
isTaxable?: boolean | undefined;
|
|
425
|
-
maxQuantity?: number | undefined;
|
|
426
|
-
}, ...{
|
|
427
|
-
countryCode: string;
|
|
428
|
-
currencyCode: string;
|
|
429
|
-
amount: number;
|
|
430
|
-
isNetPrice?: boolean | undefined;
|
|
431
|
-
isTaxable?: boolean | undefined;
|
|
432
|
-
maxQuantity?: number | undefined;
|
|
433
|
-
}[]];
|
|
434
|
-
}>>;
|
|
435
|
-
} & {
|
|
436
|
-
type: z.ZodEnum<[string, ...string[]]>;
|
|
437
|
-
}, "strip", z.ZodTypeAny, {
|
|
438
|
-
type: string;
|
|
439
|
-
meta?: Record<string, unknown> | undefined;
|
|
440
|
-
sequence?: number | undefined;
|
|
441
|
-
tags?: string[] | undefined;
|
|
442
|
-
commerce?: {
|
|
443
|
-
pricing: [{
|
|
444
|
-
countryCode: string;
|
|
445
|
-
currencyCode: string;
|
|
446
|
-
amount: number;
|
|
447
|
-
isNetPrice?: boolean | undefined;
|
|
448
|
-
isTaxable?: boolean | undefined;
|
|
449
|
-
maxQuantity?: number | undefined;
|
|
450
|
-
}, ...{
|
|
451
|
-
countryCode: string;
|
|
452
|
-
currencyCode: string;
|
|
453
|
-
amount: number;
|
|
454
|
-
isNetPrice?: boolean | undefined;
|
|
455
|
-
isTaxable?: boolean | undefined;
|
|
456
|
-
maxQuantity?: number | undefined;
|
|
457
|
-
}[]];
|
|
458
|
-
} | undefined;
|
|
459
|
-
plan?: {
|
|
460
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
461
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
462
|
-
billingIntervalCount: number;
|
|
463
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
464
|
-
trialIntervalCount?: number | undefined;
|
|
465
|
-
} | undefined;
|
|
466
|
-
supply?: {
|
|
467
|
-
weightInGram?: number | undefined;
|
|
468
|
-
lengthInMillimeters?: number | undefined;
|
|
469
|
-
widthInMillimeters?: number | undefined;
|
|
470
|
-
heightInMillimeters?: number | undefined;
|
|
471
|
-
} | undefined;
|
|
472
|
-
warehousing?: {
|
|
473
|
-
sku?: string | undefined;
|
|
474
|
-
baseUnit?: string | undefined;
|
|
475
|
-
} | undefined;
|
|
476
|
-
tokenization?: {
|
|
477
|
-
supply: number;
|
|
478
|
-
contractAddress: string;
|
|
479
|
-
tokenId: string;
|
|
480
|
-
contractStandard: string;
|
|
481
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
482
|
-
} | undefined;
|
|
483
|
-
}, {
|
|
484
|
-
type: string;
|
|
485
|
-
meta?: Record<string, unknown> | undefined;
|
|
486
|
-
sequence?: number | undefined;
|
|
487
|
-
tags?: string[] | undefined;
|
|
488
|
-
commerce?: {
|
|
489
|
-
pricing: [{
|
|
490
|
-
countryCode: string;
|
|
491
|
-
currencyCode: string;
|
|
492
|
-
amount: number;
|
|
493
|
-
isNetPrice?: boolean | undefined;
|
|
494
|
-
isTaxable?: boolean | undefined;
|
|
495
|
-
maxQuantity?: number | undefined;
|
|
496
|
-
}, ...{
|
|
497
|
-
countryCode: string;
|
|
498
|
-
currencyCode: string;
|
|
499
|
-
amount: number;
|
|
500
|
-
isNetPrice?: boolean | undefined;
|
|
501
|
-
isTaxable?: boolean | undefined;
|
|
502
|
-
maxQuantity?: number | undefined;
|
|
503
|
-
}[]];
|
|
504
|
-
} | undefined;
|
|
505
|
-
plan?: {
|
|
506
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
507
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
508
|
-
billingIntervalCount: number;
|
|
509
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
510
|
-
trialIntervalCount?: number | undefined;
|
|
511
|
-
} | undefined;
|
|
512
|
-
supply?: {
|
|
513
|
-
weightInGram?: number | undefined;
|
|
514
|
-
lengthInMillimeters?: number | undefined;
|
|
515
|
-
widthInMillimeters?: number | undefined;
|
|
516
|
-
heightInMillimeters?: number | undefined;
|
|
517
|
-
} | undefined;
|
|
518
|
-
warehousing?: {
|
|
519
|
-
sku?: string | undefined;
|
|
520
|
-
baseUnit?: string | undefined;
|
|
521
|
-
} | undefined;
|
|
522
|
-
tokenization?: {
|
|
523
|
-
supply: number;
|
|
524
|
-
contractAddress: string;
|
|
525
|
-
tokenId: string;
|
|
526
|
-
contractStandard: string;
|
|
527
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
528
|
-
} | undefined;
|
|
529
|
-
}>;
|
|
172
|
+
}, z.core.$strip>>;
|
|
173
|
+
}, z.core.$strip>>;
|
|
174
|
+
type: z.ZodEnum<{
|
|
175
|
+
[x: string]: string;
|
|
176
|
+
}>;
|
|
177
|
+
}, z.core.$strip>;
|
|
530
178
|
texts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
531
179
|
locale: z.ZodString;
|
|
532
180
|
title: z.ZodString;
|
|
533
181
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
534
|
-
} & {
|
|
535
182
|
slug: z.ZodOptional<z.ZodString>;
|
|
536
183
|
description: z.ZodOptional<z.ZodString>;
|
|
537
184
|
vendor: z.ZodOptional<z.ZodString>;
|
|
538
185
|
brand: z.ZodOptional<z.ZodString>;
|
|
539
|
-
labels: z.ZodOptional<z.ZodArray<z.ZodString
|
|
540
|
-
},
|
|
541
|
-
|
|
542
|
-
title: string;
|
|
543
|
-
description?: string | undefined;
|
|
544
|
-
subtitle?: string | undefined;
|
|
545
|
-
slug?: string | undefined;
|
|
546
|
-
brand?: string | undefined;
|
|
547
|
-
vendor?: string | undefined;
|
|
548
|
-
labels?: string[] | undefined;
|
|
549
|
-
}, {
|
|
550
|
-
locale: string;
|
|
551
|
-
title: string;
|
|
552
|
-
description?: string | undefined;
|
|
553
|
-
subtitle?: string | undefined;
|
|
554
|
-
slug?: string | undefined;
|
|
555
|
-
brand?: string | undefined;
|
|
556
|
-
vendor?: string | undefined;
|
|
557
|
-
labels?: string[] | undefined;
|
|
558
|
-
}>, "many">>;
|
|
559
|
-
}, "strip", z.ZodTypeAny, {
|
|
560
|
-
product: {
|
|
561
|
-
type: string;
|
|
562
|
-
meta?: Record<string, unknown> | undefined;
|
|
563
|
-
sequence?: number | undefined;
|
|
564
|
-
tags?: string[] | undefined;
|
|
565
|
-
commerce?: {
|
|
566
|
-
pricing: [{
|
|
567
|
-
countryCode: string;
|
|
568
|
-
currencyCode: string;
|
|
569
|
-
amount: number;
|
|
570
|
-
isNetPrice?: boolean | undefined;
|
|
571
|
-
isTaxable?: boolean | undefined;
|
|
572
|
-
maxQuantity?: number | undefined;
|
|
573
|
-
}, ...{
|
|
574
|
-
countryCode: string;
|
|
575
|
-
currencyCode: string;
|
|
576
|
-
amount: number;
|
|
577
|
-
isNetPrice?: boolean | undefined;
|
|
578
|
-
isTaxable?: boolean | undefined;
|
|
579
|
-
maxQuantity?: number | undefined;
|
|
580
|
-
}[]];
|
|
581
|
-
} | undefined;
|
|
582
|
-
plan?: {
|
|
583
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
584
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
585
|
-
billingIntervalCount: number;
|
|
586
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
587
|
-
trialIntervalCount?: number | undefined;
|
|
588
|
-
} | undefined;
|
|
589
|
-
supply?: {
|
|
590
|
-
weightInGram?: number | undefined;
|
|
591
|
-
lengthInMillimeters?: number | undefined;
|
|
592
|
-
widthInMillimeters?: number | undefined;
|
|
593
|
-
heightInMillimeters?: number | undefined;
|
|
594
|
-
} | undefined;
|
|
595
|
-
warehousing?: {
|
|
596
|
-
sku?: string | undefined;
|
|
597
|
-
baseUnit?: string | undefined;
|
|
598
|
-
} | undefined;
|
|
599
|
-
tokenization?: {
|
|
600
|
-
supply: number;
|
|
601
|
-
contractAddress: string;
|
|
602
|
-
tokenId: string;
|
|
603
|
-
contractStandard: string;
|
|
604
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
605
|
-
} | undefined;
|
|
606
|
-
};
|
|
607
|
-
texts?: {
|
|
608
|
-
locale: string;
|
|
609
|
-
title: string;
|
|
610
|
-
description?: string | undefined;
|
|
611
|
-
subtitle?: string | undefined;
|
|
612
|
-
slug?: string | undefined;
|
|
613
|
-
brand?: string | undefined;
|
|
614
|
-
vendor?: string | undefined;
|
|
615
|
-
labels?: string[] | undefined;
|
|
616
|
-
}[] | undefined;
|
|
617
|
-
}, {
|
|
618
|
-
product: {
|
|
619
|
-
type: string;
|
|
620
|
-
meta?: Record<string, unknown> | undefined;
|
|
621
|
-
sequence?: number | undefined;
|
|
622
|
-
tags?: string[] | undefined;
|
|
623
|
-
commerce?: {
|
|
624
|
-
pricing: [{
|
|
625
|
-
countryCode: string;
|
|
626
|
-
currencyCode: string;
|
|
627
|
-
amount: number;
|
|
628
|
-
isNetPrice?: boolean | undefined;
|
|
629
|
-
isTaxable?: boolean | undefined;
|
|
630
|
-
maxQuantity?: number | undefined;
|
|
631
|
-
}, ...{
|
|
632
|
-
countryCode: string;
|
|
633
|
-
currencyCode: string;
|
|
634
|
-
amount: number;
|
|
635
|
-
isNetPrice?: boolean | undefined;
|
|
636
|
-
isTaxable?: boolean | undefined;
|
|
637
|
-
maxQuantity?: number | undefined;
|
|
638
|
-
}[]];
|
|
639
|
-
} | undefined;
|
|
640
|
-
plan?: {
|
|
641
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
642
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
643
|
-
billingIntervalCount: number;
|
|
644
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
645
|
-
trialIntervalCount?: number | undefined;
|
|
646
|
-
} | undefined;
|
|
647
|
-
supply?: {
|
|
648
|
-
weightInGram?: number | undefined;
|
|
649
|
-
lengthInMillimeters?: number | undefined;
|
|
650
|
-
widthInMillimeters?: number | undefined;
|
|
651
|
-
heightInMillimeters?: number | undefined;
|
|
652
|
-
} | undefined;
|
|
653
|
-
warehousing?: {
|
|
654
|
-
sku?: string | undefined;
|
|
655
|
-
baseUnit?: string | undefined;
|
|
656
|
-
} | undefined;
|
|
657
|
-
tokenization?: {
|
|
658
|
-
supply: number;
|
|
659
|
-
contractAddress: string;
|
|
660
|
-
tokenId: string;
|
|
661
|
-
contractStandard: string;
|
|
662
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
663
|
-
} | undefined;
|
|
664
|
-
};
|
|
665
|
-
texts?: {
|
|
666
|
-
locale: string;
|
|
667
|
-
title: string;
|
|
668
|
-
description?: string | undefined;
|
|
669
|
-
subtitle?: string | undefined;
|
|
670
|
-
slug?: string | undefined;
|
|
671
|
-
brand?: string | undefined;
|
|
672
|
-
vendor?: string | undefined;
|
|
673
|
-
labels?: string[] | undefined;
|
|
674
|
-
}[] | undefined;
|
|
675
|
-
}>;
|
|
186
|
+
labels: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
187
|
+
}, z.core.$strip>>>;
|
|
188
|
+
}, z.core.$strip>;
|
|
676
189
|
readonly UPDATE: z.ZodObject<{
|
|
677
190
|
productId: z.ZodString;
|
|
678
191
|
product: z.ZodObject<{
|
|
679
|
-
type: z.ZodOptional<z.ZodEnum<
|
|
680
|
-
|
|
192
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
193
|
+
[x: string]: string;
|
|
194
|
+
}>>;
|
|
195
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
681
196
|
sequence: z.ZodOptional<z.ZodNumber>;
|
|
682
|
-
meta: z.ZodOptional<z.ZodRecord<z.
|
|
197
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodAny, z.ZodAny>>;
|
|
683
198
|
plan: z.ZodOptional<z.ZodObject<{
|
|
684
|
-
usageCalculationType: z.ZodEnum<
|
|
685
|
-
|
|
199
|
+
usageCalculationType: z.ZodEnum<{
|
|
200
|
+
LICENSED: "LICENSED";
|
|
201
|
+
METERED: "METERED";
|
|
202
|
+
}>;
|
|
203
|
+
billingInterval: z.ZodEnum<{
|
|
204
|
+
HOURS: "HOURS";
|
|
205
|
+
DAYS: "DAYS";
|
|
206
|
+
WEEKS: "WEEKS";
|
|
207
|
+
MONTHS: "MONTHS";
|
|
208
|
+
YEARS: "YEARS";
|
|
209
|
+
}>;
|
|
686
210
|
billingIntervalCount: z.ZodNumber;
|
|
687
|
-
trialInterval: z.ZodOptional<z.ZodEnum<
|
|
211
|
+
trialInterval: z.ZodOptional<z.ZodEnum<{
|
|
212
|
+
HOURS: "HOURS";
|
|
213
|
+
DAYS: "DAYS";
|
|
214
|
+
WEEKS: "WEEKS";
|
|
215
|
+
MONTHS: "MONTHS";
|
|
216
|
+
YEARS: "YEARS";
|
|
217
|
+
}>>;
|
|
688
218
|
trialIntervalCount: z.ZodOptional<z.ZodNumber>;
|
|
689
|
-
},
|
|
690
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
691
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
692
|
-
billingIntervalCount: number;
|
|
693
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
694
|
-
trialIntervalCount?: number | undefined;
|
|
695
|
-
}, {
|
|
696
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
697
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
698
|
-
billingIntervalCount: number;
|
|
699
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
700
|
-
trialIntervalCount?: number | undefined;
|
|
701
|
-
}>>;
|
|
219
|
+
}, z.core.$strip>>;
|
|
702
220
|
warehousing: z.ZodOptional<z.ZodObject<{
|
|
703
221
|
sku: z.ZodOptional<z.ZodString>;
|
|
704
222
|
baseUnit: z.ZodOptional<z.ZodString>;
|
|
705
|
-
},
|
|
706
|
-
sku?: string | undefined;
|
|
707
|
-
baseUnit?: string | undefined;
|
|
708
|
-
}, {
|
|
709
|
-
sku?: string | undefined;
|
|
710
|
-
baseUnit?: string | undefined;
|
|
711
|
-
}>>;
|
|
223
|
+
}, z.core.$strip>>;
|
|
712
224
|
supply: z.ZodOptional<z.ZodObject<{
|
|
713
225
|
weightInGram: z.ZodOptional<z.ZodNumber>;
|
|
714
226
|
heightInMillimeters: z.ZodOptional<z.ZodNumber>;
|
|
715
227
|
lengthInMillimeters: z.ZodOptional<z.ZodNumber>;
|
|
716
228
|
widthInMillimeters: z.ZodOptional<z.ZodNumber>;
|
|
717
|
-
},
|
|
718
|
-
weightInGram?: number | undefined;
|
|
719
|
-
lengthInMillimeters?: number | undefined;
|
|
720
|
-
widthInMillimeters?: number | undefined;
|
|
721
|
-
heightInMillimeters?: number | undefined;
|
|
722
|
-
}, {
|
|
723
|
-
weightInGram?: number | undefined;
|
|
724
|
-
lengthInMillimeters?: number | undefined;
|
|
725
|
-
widthInMillimeters?: number | undefined;
|
|
726
|
-
heightInMillimeters?: number | undefined;
|
|
727
|
-
}>>;
|
|
229
|
+
}, z.core.$strip>>;
|
|
728
230
|
tokenization: z.ZodOptional<z.ZodObject<{
|
|
729
231
|
contractAddress: z.ZodString;
|
|
730
232
|
contractStandard: z.ZodString;
|
|
731
233
|
tokenId: z.ZodString;
|
|
732
234
|
supply: z.ZodNumber;
|
|
733
|
-
ercMetadataProperties: z.ZodOptional<z.ZodRecord<z.
|
|
734
|
-
},
|
|
735
|
-
supply: number;
|
|
736
|
-
contractAddress: string;
|
|
737
|
-
tokenId: string;
|
|
738
|
-
contractStandard: string;
|
|
739
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
740
|
-
}, {
|
|
741
|
-
supply: number;
|
|
742
|
-
contractAddress: string;
|
|
743
|
-
tokenId: string;
|
|
744
|
-
contractStandard: string;
|
|
745
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
746
|
-
}>>;
|
|
235
|
+
ercMetadataProperties: z.ZodOptional<z.ZodRecord<z.ZodAny, z.ZodAny>>;
|
|
236
|
+
}, z.core.$strip>>;
|
|
747
237
|
commerce: z.ZodOptional<z.ZodObject<{
|
|
748
238
|
pricing: z.ZodArray<z.ZodObject<{
|
|
749
239
|
amount: z.ZodNumber;
|
|
@@ -752,495 +242,92 @@ export declare const actionValidators: {
|
|
|
752
242
|
isNetPrice: z.ZodOptional<z.ZodBoolean>;
|
|
753
243
|
currencyCode: z.ZodString;
|
|
754
244
|
countryCode: z.ZodString;
|
|
755
|
-
},
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
isNetPrice?: boolean | undefined;
|
|
760
|
-
isTaxable?: boolean | undefined;
|
|
761
|
-
maxQuantity?: number | undefined;
|
|
762
|
-
}, {
|
|
763
|
-
countryCode: string;
|
|
764
|
-
currencyCode: string;
|
|
765
|
-
amount: number;
|
|
766
|
-
isNetPrice?: boolean | undefined;
|
|
767
|
-
isTaxable?: boolean | undefined;
|
|
768
|
-
maxQuantity?: number | undefined;
|
|
769
|
-
}>, "atleastone">;
|
|
770
|
-
}, "strip", z.ZodTypeAny, {
|
|
771
|
-
pricing: [{
|
|
772
|
-
countryCode: string;
|
|
773
|
-
currencyCode: string;
|
|
774
|
-
amount: number;
|
|
775
|
-
isNetPrice?: boolean | undefined;
|
|
776
|
-
isTaxable?: boolean | undefined;
|
|
777
|
-
maxQuantity?: number | undefined;
|
|
778
|
-
}, ...{
|
|
779
|
-
countryCode: string;
|
|
780
|
-
currencyCode: string;
|
|
781
|
-
amount: number;
|
|
782
|
-
isNetPrice?: boolean | undefined;
|
|
783
|
-
isTaxable?: boolean | undefined;
|
|
784
|
-
maxQuantity?: number | undefined;
|
|
785
|
-
}[]];
|
|
786
|
-
}, {
|
|
787
|
-
pricing: [{
|
|
788
|
-
countryCode: string;
|
|
789
|
-
currencyCode: string;
|
|
790
|
-
amount: number;
|
|
791
|
-
isNetPrice?: boolean | undefined;
|
|
792
|
-
isTaxable?: boolean | undefined;
|
|
793
|
-
maxQuantity?: number | undefined;
|
|
794
|
-
}, ...{
|
|
795
|
-
countryCode: string;
|
|
796
|
-
currencyCode: string;
|
|
797
|
-
amount: number;
|
|
798
|
-
isNetPrice?: boolean | undefined;
|
|
799
|
-
isTaxable?: boolean | undefined;
|
|
800
|
-
maxQuantity?: number | undefined;
|
|
801
|
-
}[]];
|
|
802
|
-
}>>;
|
|
803
|
-
}, "strip", z.ZodTypeAny, {
|
|
804
|
-
meta?: Record<string, unknown> | undefined;
|
|
805
|
-
sequence?: number | undefined;
|
|
806
|
-
tags?: string[] | undefined;
|
|
807
|
-
type?: string | undefined;
|
|
808
|
-
commerce?: {
|
|
809
|
-
pricing: [{
|
|
810
|
-
countryCode: string;
|
|
811
|
-
currencyCode: string;
|
|
812
|
-
amount: number;
|
|
813
|
-
isNetPrice?: boolean | undefined;
|
|
814
|
-
isTaxable?: boolean | undefined;
|
|
815
|
-
maxQuantity?: number | undefined;
|
|
816
|
-
}, ...{
|
|
817
|
-
countryCode: string;
|
|
818
|
-
currencyCode: string;
|
|
819
|
-
amount: number;
|
|
820
|
-
isNetPrice?: boolean | undefined;
|
|
821
|
-
isTaxable?: boolean | undefined;
|
|
822
|
-
maxQuantity?: number | undefined;
|
|
823
|
-
}[]];
|
|
824
|
-
} | undefined;
|
|
825
|
-
plan?: {
|
|
826
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
827
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
828
|
-
billingIntervalCount: number;
|
|
829
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
830
|
-
trialIntervalCount?: number | undefined;
|
|
831
|
-
} | undefined;
|
|
832
|
-
supply?: {
|
|
833
|
-
weightInGram?: number | undefined;
|
|
834
|
-
lengthInMillimeters?: number | undefined;
|
|
835
|
-
widthInMillimeters?: number | undefined;
|
|
836
|
-
heightInMillimeters?: number | undefined;
|
|
837
|
-
} | undefined;
|
|
838
|
-
warehousing?: {
|
|
839
|
-
sku?: string | undefined;
|
|
840
|
-
baseUnit?: string | undefined;
|
|
841
|
-
} | undefined;
|
|
842
|
-
tokenization?: {
|
|
843
|
-
supply: number;
|
|
844
|
-
contractAddress: string;
|
|
845
|
-
tokenId: string;
|
|
846
|
-
contractStandard: string;
|
|
847
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
848
|
-
} | undefined;
|
|
849
|
-
}, {
|
|
850
|
-
meta?: Record<string, unknown> | undefined;
|
|
851
|
-
sequence?: number | undefined;
|
|
852
|
-
tags?: string[] | undefined;
|
|
853
|
-
type?: string | undefined;
|
|
854
|
-
commerce?: {
|
|
855
|
-
pricing: [{
|
|
856
|
-
countryCode: string;
|
|
857
|
-
currencyCode: string;
|
|
858
|
-
amount: number;
|
|
859
|
-
isNetPrice?: boolean | undefined;
|
|
860
|
-
isTaxable?: boolean | undefined;
|
|
861
|
-
maxQuantity?: number | undefined;
|
|
862
|
-
}, ...{
|
|
863
|
-
countryCode: string;
|
|
864
|
-
currencyCode: string;
|
|
865
|
-
amount: number;
|
|
866
|
-
isNetPrice?: boolean | undefined;
|
|
867
|
-
isTaxable?: boolean | undefined;
|
|
868
|
-
maxQuantity?: number | undefined;
|
|
869
|
-
}[]];
|
|
870
|
-
} | undefined;
|
|
871
|
-
plan?: {
|
|
872
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
873
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
874
|
-
billingIntervalCount: number;
|
|
875
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
876
|
-
trialIntervalCount?: number | undefined;
|
|
877
|
-
} | undefined;
|
|
878
|
-
supply?: {
|
|
879
|
-
weightInGram?: number | undefined;
|
|
880
|
-
lengthInMillimeters?: number | undefined;
|
|
881
|
-
widthInMillimeters?: number | undefined;
|
|
882
|
-
heightInMillimeters?: number | undefined;
|
|
883
|
-
} | undefined;
|
|
884
|
-
warehousing?: {
|
|
885
|
-
sku?: string | undefined;
|
|
886
|
-
baseUnit?: string | undefined;
|
|
887
|
-
} | undefined;
|
|
888
|
-
tokenization?: {
|
|
889
|
-
supply: number;
|
|
890
|
-
contractAddress: string;
|
|
891
|
-
tokenId: string;
|
|
892
|
-
contractStandard: string;
|
|
893
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
894
|
-
} | undefined;
|
|
895
|
-
}>;
|
|
896
|
-
}, "strip", z.ZodTypeAny, {
|
|
897
|
-
productId: string;
|
|
898
|
-
product: {
|
|
899
|
-
meta?: Record<string, unknown> | undefined;
|
|
900
|
-
sequence?: number | undefined;
|
|
901
|
-
tags?: string[] | undefined;
|
|
902
|
-
type?: string | undefined;
|
|
903
|
-
commerce?: {
|
|
904
|
-
pricing: [{
|
|
905
|
-
countryCode: string;
|
|
906
|
-
currencyCode: string;
|
|
907
|
-
amount: number;
|
|
908
|
-
isNetPrice?: boolean | undefined;
|
|
909
|
-
isTaxable?: boolean | undefined;
|
|
910
|
-
maxQuantity?: number | undefined;
|
|
911
|
-
}, ...{
|
|
912
|
-
countryCode: string;
|
|
913
|
-
currencyCode: string;
|
|
914
|
-
amount: number;
|
|
915
|
-
isNetPrice?: boolean | undefined;
|
|
916
|
-
isTaxable?: boolean | undefined;
|
|
917
|
-
maxQuantity?: number | undefined;
|
|
918
|
-
}[]];
|
|
919
|
-
} | undefined;
|
|
920
|
-
plan?: {
|
|
921
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
922
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
923
|
-
billingIntervalCount: number;
|
|
924
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
925
|
-
trialIntervalCount?: number | undefined;
|
|
926
|
-
} | undefined;
|
|
927
|
-
supply?: {
|
|
928
|
-
weightInGram?: number | undefined;
|
|
929
|
-
lengthInMillimeters?: number | undefined;
|
|
930
|
-
widthInMillimeters?: number | undefined;
|
|
931
|
-
heightInMillimeters?: number | undefined;
|
|
932
|
-
} | undefined;
|
|
933
|
-
warehousing?: {
|
|
934
|
-
sku?: string | undefined;
|
|
935
|
-
baseUnit?: string | undefined;
|
|
936
|
-
} | undefined;
|
|
937
|
-
tokenization?: {
|
|
938
|
-
supply: number;
|
|
939
|
-
contractAddress: string;
|
|
940
|
-
tokenId: string;
|
|
941
|
-
contractStandard: string;
|
|
942
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
943
|
-
} | undefined;
|
|
944
|
-
};
|
|
945
|
-
}, {
|
|
946
|
-
productId: string;
|
|
947
|
-
product: {
|
|
948
|
-
meta?: Record<string, unknown> | undefined;
|
|
949
|
-
sequence?: number | undefined;
|
|
950
|
-
tags?: string[] | undefined;
|
|
951
|
-
type?: string | undefined;
|
|
952
|
-
commerce?: {
|
|
953
|
-
pricing: [{
|
|
954
|
-
countryCode: string;
|
|
955
|
-
currencyCode: string;
|
|
956
|
-
amount: number;
|
|
957
|
-
isNetPrice?: boolean | undefined;
|
|
958
|
-
isTaxable?: boolean | undefined;
|
|
959
|
-
maxQuantity?: number | undefined;
|
|
960
|
-
}, ...{
|
|
961
|
-
countryCode: string;
|
|
962
|
-
currencyCode: string;
|
|
963
|
-
amount: number;
|
|
964
|
-
isNetPrice?: boolean | undefined;
|
|
965
|
-
isTaxable?: boolean | undefined;
|
|
966
|
-
maxQuantity?: number | undefined;
|
|
967
|
-
}[]];
|
|
968
|
-
} | undefined;
|
|
969
|
-
plan?: {
|
|
970
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
971
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
972
|
-
billingIntervalCount: number;
|
|
973
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
974
|
-
trialIntervalCount?: number | undefined;
|
|
975
|
-
} | undefined;
|
|
976
|
-
supply?: {
|
|
977
|
-
weightInGram?: number | undefined;
|
|
978
|
-
lengthInMillimeters?: number | undefined;
|
|
979
|
-
widthInMillimeters?: number | undefined;
|
|
980
|
-
heightInMillimeters?: number | undefined;
|
|
981
|
-
} | undefined;
|
|
982
|
-
warehousing?: {
|
|
983
|
-
sku?: string | undefined;
|
|
984
|
-
baseUnit?: string | undefined;
|
|
985
|
-
} | undefined;
|
|
986
|
-
tokenization?: {
|
|
987
|
-
supply: number;
|
|
988
|
-
contractAddress: string;
|
|
989
|
-
tokenId: string;
|
|
990
|
-
contractStandard: string;
|
|
991
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
992
|
-
} | undefined;
|
|
993
|
-
};
|
|
994
|
-
}>;
|
|
245
|
+
}, z.core.$strip>>;
|
|
246
|
+
}, z.core.$strip>>;
|
|
247
|
+
}, z.core.$strip>;
|
|
248
|
+
}, z.core.$strip>;
|
|
995
249
|
readonly REMOVE: z.ZodObject<{
|
|
996
250
|
productId: z.ZodString;
|
|
997
|
-
},
|
|
998
|
-
|
|
999
|
-
}, {
|
|
1000
|
-
productId: string;
|
|
1001
|
-
}>;
|
|
1002
|
-
readonly GET: z.ZodEffects<z.ZodObject<{
|
|
251
|
+
}, z.core.$strip>;
|
|
252
|
+
readonly GET: z.ZodObject<{
|
|
1003
253
|
productId: z.ZodOptional<z.ZodString>;
|
|
1004
254
|
slug: z.ZodOptional<z.ZodString>;
|
|
1005
255
|
sku: z.ZodOptional<z.ZodString>;
|
|
1006
|
-
},
|
|
1007
|
-
productId?: string | undefined;
|
|
1008
|
-
slug?: string | undefined;
|
|
1009
|
-
sku?: string | undefined;
|
|
1010
|
-
}, {
|
|
1011
|
-
productId?: string | undefined;
|
|
1012
|
-
slug?: string | undefined;
|
|
1013
|
-
sku?: string | undefined;
|
|
1014
|
-
}>, {
|
|
1015
|
-
productId?: string | undefined;
|
|
1016
|
-
slug?: string | undefined;
|
|
1017
|
-
sku?: string | undefined;
|
|
1018
|
-
}, {
|
|
1019
|
-
productId?: string | undefined;
|
|
1020
|
-
slug?: string | undefined;
|
|
1021
|
-
sku?: string | undefined;
|
|
1022
|
-
}>;
|
|
256
|
+
}, z.core.$strip>;
|
|
1023
257
|
readonly LIST: z.ZodObject<{
|
|
1024
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString
|
|
1025
|
-
slugs: z.ZodOptional<z.ZodArray<z.ZodString
|
|
258
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
259
|
+
slugs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1026
260
|
includeDrafts: z.ZodOptional<z.ZodBoolean>;
|
|
1027
261
|
queryString: z.ZodOptional<z.ZodString>;
|
|
1028
262
|
includeInactive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1029
263
|
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1030
264
|
key: z.ZodString;
|
|
1031
|
-
value: z.ZodEnum<
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
}, {
|
|
1036
|
-
key: string;
|
|
1037
|
-
value: string;
|
|
1038
|
-
}>, "many">>;
|
|
265
|
+
value: z.ZodEnum<{
|
|
266
|
+
[x: string]: string;
|
|
267
|
+
}>;
|
|
268
|
+
}, z.core.$strip>>>;
|
|
1039
269
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
1040
270
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
1041
|
-
},
|
|
1042
|
-
includeInactive: boolean;
|
|
1043
|
-
slugs?: string[] | undefined;
|
|
1044
|
-
tags?: string[] | undefined;
|
|
1045
|
-
sort?: {
|
|
1046
|
-
key: string;
|
|
1047
|
-
value: string;
|
|
1048
|
-
}[] | undefined;
|
|
1049
|
-
includeDrafts?: boolean | undefined;
|
|
1050
|
-
queryString?: string | undefined;
|
|
1051
|
-
limit?: number | undefined;
|
|
1052
|
-
offset?: number | undefined;
|
|
1053
|
-
}, {
|
|
1054
|
-
slugs?: string[] | undefined;
|
|
1055
|
-
tags?: string[] | undefined;
|
|
1056
|
-
sort?: {
|
|
1057
|
-
key: string;
|
|
1058
|
-
value: string;
|
|
1059
|
-
}[] | undefined;
|
|
1060
|
-
includeInactive?: boolean | undefined;
|
|
1061
|
-
includeDrafts?: boolean | undefined;
|
|
1062
|
-
queryString?: string | undefined;
|
|
1063
|
-
limit?: number | undefined;
|
|
1064
|
-
offset?: number | undefined;
|
|
1065
|
-
}>;
|
|
271
|
+
}, z.core.$strip>;
|
|
1066
272
|
readonly COUNT: z.ZodObject<{
|
|
1067
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString
|
|
1068
|
-
slugs: z.ZodOptional<z.ZodArray<z.ZodString
|
|
273
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
274
|
+
slugs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1069
275
|
includeDrafts: z.ZodOptional<z.ZodBoolean>;
|
|
1070
276
|
queryString: z.ZodOptional<z.ZodString>;
|
|
1071
277
|
includeInactive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1072
|
-
},
|
|
1073
|
-
includeInactive: boolean;
|
|
1074
|
-
slugs?: string[] | undefined;
|
|
1075
|
-
tags?: string[] | undefined;
|
|
1076
|
-
includeDrafts?: boolean | undefined;
|
|
1077
|
-
queryString?: string | undefined;
|
|
1078
|
-
}, {
|
|
1079
|
-
slugs?: string[] | undefined;
|
|
1080
|
-
tags?: string[] | undefined;
|
|
1081
|
-
includeInactive?: boolean | undefined;
|
|
1082
|
-
includeDrafts?: boolean | undefined;
|
|
1083
|
-
queryString?: string | undefined;
|
|
1084
|
-
}>;
|
|
278
|
+
}, z.core.$strip>;
|
|
1085
279
|
readonly UPDATE_STATUS: z.ZodObject<{
|
|
1086
280
|
productId: z.ZodString;
|
|
1087
|
-
statusAction: z.ZodEnum<
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
},
|
|
1092
|
-
productId: string;
|
|
1093
|
-
statusAction: "PUBLISH" | "UNPUBLISH";
|
|
1094
|
-
}>;
|
|
281
|
+
statusAction: z.ZodEnum<{
|
|
282
|
+
PUBLISH: "PUBLISH";
|
|
283
|
+
UNPUBLISH: "UNPUBLISH";
|
|
284
|
+
}>;
|
|
285
|
+
}, z.core.$strip>;
|
|
1095
286
|
readonly ADD_MEDIA: z.ZodObject<{
|
|
1096
287
|
productId: z.ZodString;
|
|
1097
288
|
mediaName: z.ZodString;
|
|
1098
289
|
url: z.ZodString;
|
|
1099
|
-
},
|
|
1100
|
-
productId: string;
|
|
1101
|
-
url: string;
|
|
1102
|
-
mediaName: string;
|
|
1103
|
-
}, {
|
|
1104
|
-
productId: string;
|
|
1105
|
-
url: string;
|
|
1106
|
-
mediaName: string;
|
|
1107
|
-
}>;
|
|
290
|
+
}, z.core.$strip>;
|
|
1108
291
|
readonly REMOVE_MEDIA: z.ZodObject<{
|
|
1109
292
|
productMediaId: z.ZodString;
|
|
1110
|
-
},
|
|
1111
|
-
productMediaId: string;
|
|
1112
|
-
}, {
|
|
1113
|
-
productMediaId: string;
|
|
1114
|
-
}>;
|
|
293
|
+
}, z.core.$strip>;
|
|
1115
294
|
readonly REORDER_MEDIA: z.ZodObject<{
|
|
1116
295
|
sortKeys: z.ZodArray<z.ZodObject<{
|
|
1117
296
|
productMediaId: z.ZodString;
|
|
1118
297
|
sortKey: z.ZodNumber;
|
|
1119
|
-
},
|
|
1120
|
-
|
|
1121
|
-
productMediaId: string;
|
|
1122
|
-
}, {
|
|
1123
|
-
sortKey: number;
|
|
1124
|
-
productMediaId: string;
|
|
1125
|
-
}>, "atleastone">;
|
|
1126
|
-
}, "strip", z.ZodTypeAny, {
|
|
1127
|
-
sortKeys: [{
|
|
1128
|
-
sortKey: number;
|
|
1129
|
-
productMediaId: string;
|
|
1130
|
-
}, ...{
|
|
1131
|
-
sortKey: number;
|
|
1132
|
-
productMediaId: string;
|
|
1133
|
-
}[]];
|
|
1134
|
-
}, {
|
|
1135
|
-
sortKeys: [{
|
|
1136
|
-
sortKey: number;
|
|
1137
|
-
productMediaId: string;
|
|
1138
|
-
}, ...{
|
|
1139
|
-
sortKey: number;
|
|
1140
|
-
productMediaId: string;
|
|
1141
|
-
}[]];
|
|
1142
|
-
}>;
|
|
298
|
+
}, z.core.$strip>>;
|
|
299
|
+
}, z.core.$strip>;
|
|
1143
300
|
readonly GET_MEDIA: z.ZodObject<{
|
|
1144
301
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
1145
302
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
1146
303
|
productId: z.ZodString;
|
|
1147
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString
|
|
1148
|
-
},
|
|
1149
|
-
productId: string;
|
|
1150
|
-
tags?: string[] | undefined;
|
|
1151
|
-
limit?: number | undefined;
|
|
1152
|
-
offset?: number | undefined;
|
|
1153
|
-
}, {
|
|
1154
|
-
productId: string;
|
|
1155
|
-
tags?: string[] | undefined;
|
|
1156
|
-
limit?: number | undefined;
|
|
1157
|
-
offset?: number | undefined;
|
|
1158
|
-
}>;
|
|
304
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
305
|
+
}, z.core.$strip>;
|
|
1159
306
|
readonly UPDATE_MEDIA_TEXTS: z.ZodObject<{
|
|
1160
307
|
productMediaId: z.ZodString;
|
|
1161
308
|
mediaTexts: z.ZodArray<z.ZodObject<{
|
|
1162
309
|
locale: z.ZodString;
|
|
1163
310
|
title: z.ZodString;
|
|
1164
311
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
1165
|
-
},
|
|
1166
|
-
|
|
1167
|
-
title: string;
|
|
1168
|
-
subtitle?: string | undefined;
|
|
1169
|
-
}, {
|
|
1170
|
-
locale: string;
|
|
1171
|
-
title: string;
|
|
1172
|
-
subtitle?: string | undefined;
|
|
1173
|
-
}>, "many">;
|
|
1174
|
-
}, "strip", z.ZodTypeAny, {
|
|
1175
|
-
productMediaId: string;
|
|
1176
|
-
mediaTexts: {
|
|
1177
|
-
locale: string;
|
|
1178
|
-
title: string;
|
|
1179
|
-
subtitle?: string | undefined;
|
|
1180
|
-
}[];
|
|
1181
|
-
}, {
|
|
1182
|
-
productMediaId: string;
|
|
1183
|
-
mediaTexts: {
|
|
1184
|
-
locale: string;
|
|
1185
|
-
title: string;
|
|
1186
|
-
subtitle?: string | undefined;
|
|
1187
|
-
}[];
|
|
1188
|
-
}>;
|
|
312
|
+
}, z.core.$strip>>;
|
|
313
|
+
}, z.core.$strip>;
|
|
1189
314
|
readonly CREATE_VARIATION: z.ZodObject<{
|
|
1190
315
|
productId: z.ZodString;
|
|
1191
316
|
variation: z.ZodObject<{
|
|
1192
317
|
key: z.ZodString;
|
|
1193
|
-
type: z.ZodEnum<
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
}, {
|
|
1198
|
-
key: string;
|
|
1199
|
-
type: string;
|
|
1200
|
-
}>;
|
|
318
|
+
type: z.ZodEnum<{
|
|
319
|
+
[x: string]: string;
|
|
320
|
+
}>;
|
|
321
|
+
}, z.core.$strip>;
|
|
1201
322
|
variationTexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1202
323
|
locale: z.ZodString;
|
|
1203
324
|
title: z.ZodString;
|
|
1204
325
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
1205
|
-
},
|
|
1206
|
-
|
|
1207
|
-
title: string;
|
|
1208
|
-
subtitle?: string | undefined;
|
|
1209
|
-
}, {
|
|
1210
|
-
locale: string;
|
|
1211
|
-
title: string;
|
|
1212
|
-
subtitle?: string | undefined;
|
|
1213
|
-
}>, "many">>;
|
|
1214
|
-
}, "strip", z.ZodTypeAny, {
|
|
1215
|
-
productId: string;
|
|
1216
|
-
variation: {
|
|
1217
|
-
key: string;
|
|
1218
|
-
type: string;
|
|
1219
|
-
};
|
|
1220
|
-
variationTexts?: {
|
|
1221
|
-
locale: string;
|
|
1222
|
-
title: string;
|
|
1223
|
-
subtitle?: string | undefined;
|
|
1224
|
-
}[] | undefined;
|
|
1225
|
-
}, {
|
|
1226
|
-
productId: string;
|
|
1227
|
-
variation: {
|
|
1228
|
-
key: string;
|
|
1229
|
-
type: string;
|
|
1230
|
-
};
|
|
1231
|
-
variationTexts?: {
|
|
1232
|
-
locale: string;
|
|
1233
|
-
title: string;
|
|
1234
|
-
subtitle?: string | undefined;
|
|
1235
|
-
}[] | undefined;
|
|
1236
|
-
}>;
|
|
326
|
+
}, z.core.$strip>>>;
|
|
327
|
+
}, z.core.$strip>;
|
|
1237
328
|
readonly REMOVE_VARIATION: z.ZodObject<{
|
|
1238
329
|
productVariationId: z.ZodString;
|
|
1239
|
-
},
|
|
1240
|
-
productVariationId: string;
|
|
1241
|
-
}, {
|
|
1242
|
-
productVariationId: string;
|
|
1243
|
-
}>;
|
|
330
|
+
}, z.core.$strip>;
|
|
1244
331
|
readonly ADD_VARIATION_OPTION: z.ZodObject<{
|
|
1245
332
|
productVariationId: z.ZodString;
|
|
1246
333
|
option: z.ZodString;
|
|
@@ -1248,514 +335,233 @@ export declare const actionValidators: {
|
|
|
1248
335
|
locale: z.ZodString;
|
|
1249
336
|
title: z.ZodString;
|
|
1250
337
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
1251
|
-
},
|
|
1252
|
-
|
|
1253
|
-
title: string;
|
|
1254
|
-
subtitle?: string | undefined;
|
|
1255
|
-
}, {
|
|
1256
|
-
locale: string;
|
|
1257
|
-
title: string;
|
|
1258
|
-
subtitle?: string | undefined;
|
|
1259
|
-
}>, "many">>;
|
|
1260
|
-
}, "strip", z.ZodTypeAny, {
|
|
1261
|
-
productVariationId: string;
|
|
1262
|
-
option: string;
|
|
1263
|
-
variationTexts?: {
|
|
1264
|
-
locale: string;
|
|
1265
|
-
title: string;
|
|
1266
|
-
subtitle?: string | undefined;
|
|
1267
|
-
}[] | undefined;
|
|
1268
|
-
}, {
|
|
1269
|
-
productVariationId: string;
|
|
1270
|
-
option: string;
|
|
1271
|
-
variationTexts?: {
|
|
1272
|
-
locale: string;
|
|
1273
|
-
title: string;
|
|
1274
|
-
subtitle?: string | undefined;
|
|
1275
|
-
}[] | undefined;
|
|
1276
|
-
}>;
|
|
338
|
+
}, z.core.$strip>>>;
|
|
339
|
+
}, z.core.$strip>;
|
|
1277
340
|
readonly REMOVE_VARIATION_OPTION: z.ZodObject<{
|
|
1278
341
|
productVariationId: z.ZodString;
|
|
1279
342
|
productVariationOptionValue: z.ZodString;
|
|
1280
|
-
},
|
|
1281
|
-
productVariationId: string;
|
|
1282
|
-
productVariationOptionValue: string;
|
|
1283
|
-
}, {
|
|
1284
|
-
productVariationId: string;
|
|
1285
|
-
productVariationOptionValue: string;
|
|
1286
|
-
}>;
|
|
343
|
+
}, z.core.$strip>;
|
|
1287
344
|
readonly UPDATE_VARIATION_TEXTS: z.ZodObject<{
|
|
1288
345
|
productVariationId: z.ZodString;
|
|
1289
346
|
variationTexts: z.ZodArray<z.ZodObject<{
|
|
1290
347
|
locale: z.ZodString;
|
|
1291
348
|
title: z.ZodString;
|
|
1292
349
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
1293
|
-
},
|
|
1294
|
-
locale: string;
|
|
1295
|
-
title: string;
|
|
1296
|
-
subtitle?: string | undefined;
|
|
1297
|
-
}, {
|
|
1298
|
-
locale: string;
|
|
1299
|
-
title: string;
|
|
1300
|
-
subtitle?: string | undefined;
|
|
1301
|
-
}>, "many">;
|
|
350
|
+
}, z.core.$strip>>;
|
|
1302
351
|
productVariationOptionValue: z.ZodOptional<z.ZodString>;
|
|
1303
|
-
},
|
|
1304
|
-
productVariationId: string;
|
|
1305
|
-
variationTexts: {
|
|
1306
|
-
locale: string;
|
|
1307
|
-
title: string;
|
|
1308
|
-
subtitle?: string | undefined;
|
|
1309
|
-
}[];
|
|
1310
|
-
productVariationOptionValue?: string | undefined;
|
|
1311
|
-
}, {
|
|
1312
|
-
productVariationId: string;
|
|
1313
|
-
variationTexts: {
|
|
1314
|
-
locale: string;
|
|
1315
|
-
title: string;
|
|
1316
|
-
subtitle?: string | undefined;
|
|
1317
|
-
}[];
|
|
1318
|
-
productVariationOptionValue?: string | undefined;
|
|
1319
|
-
}>;
|
|
352
|
+
}, z.core.$strip>;
|
|
1320
353
|
readonly GET_VARIATION_PRODUCTS: z.ZodObject<{
|
|
1321
354
|
productId: z.ZodString;
|
|
1322
355
|
vectors: z.ZodArray<z.ZodObject<{
|
|
1323
356
|
key: z.ZodString;
|
|
1324
357
|
value: z.ZodString;
|
|
1325
|
-
},
|
|
1326
|
-
key: string;
|
|
1327
|
-
value: string;
|
|
1328
|
-
}, {
|
|
1329
|
-
key: string;
|
|
1330
|
-
value: string;
|
|
1331
|
-
}>, "many">;
|
|
358
|
+
}, z.core.$strip>>;
|
|
1332
359
|
includeInactive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1333
|
-
},
|
|
1334
|
-
productId: string;
|
|
1335
|
-
includeInactive: boolean;
|
|
1336
|
-
vectors: {
|
|
1337
|
-
key: string;
|
|
1338
|
-
value: string;
|
|
1339
|
-
}[];
|
|
1340
|
-
}, {
|
|
1341
|
-
productId: string;
|
|
1342
|
-
vectors: {
|
|
1343
|
-
key: string;
|
|
1344
|
-
value: string;
|
|
1345
|
-
}[];
|
|
1346
|
-
includeInactive?: boolean | undefined;
|
|
1347
|
-
}>;
|
|
360
|
+
}, z.core.$strip>;
|
|
1348
361
|
readonly GET_ASSIGNMENTS: z.ZodObject<{
|
|
1349
362
|
productId: z.ZodString;
|
|
1350
363
|
includeInactive: z.ZodOptional<z.ZodBoolean>;
|
|
1351
|
-
},
|
|
1352
|
-
productId: string;
|
|
1353
|
-
includeInactive?: boolean | undefined;
|
|
1354
|
-
}, {
|
|
1355
|
-
productId: string;
|
|
1356
|
-
includeInactive?: boolean | undefined;
|
|
1357
|
-
}>;
|
|
364
|
+
}, z.core.$strip>;
|
|
1358
365
|
readonly ADD_ASSIGNMENT: z.ZodObject<{
|
|
1359
366
|
proxyId: z.ZodString;
|
|
1360
367
|
assignProductId: z.ZodString;
|
|
1361
368
|
vectors: z.ZodArray<z.ZodObject<{
|
|
1362
369
|
key: z.ZodString;
|
|
1363
370
|
value: z.ZodString;
|
|
1364
|
-
},
|
|
1365
|
-
|
|
1366
|
-
value: string;
|
|
1367
|
-
}, {
|
|
1368
|
-
key: string;
|
|
1369
|
-
value: string;
|
|
1370
|
-
}>, "many">;
|
|
1371
|
-
}, "strip", z.ZodTypeAny, {
|
|
1372
|
-
proxyId: string;
|
|
1373
|
-
vectors: {
|
|
1374
|
-
key: string;
|
|
1375
|
-
value: string;
|
|
1376
|
-
}[];
|
|
1377
|
-
assignProductId: string;
|
|
1378
|
-
}, {
|
|
1379
|
-
proxyId: string;
|
|
1380
|
-
vectors: {
|
|
1381
|
-
key: string;
|
|
1382
|
-
value: string;
|
|
1383
|
-
}[];
|
|
1384
|
-
assignProductId: string;
|
|
1385
|
-
}>;
|
|
371
|
+
}, z.core.$strip>>;
|
|
372
|
+
}, z.core.$strip>;
|
|
1386
373
|
readonly REMOVE_ASSIGNMENT: z.ZodObject<{
|
|
1387
374
|
proxyId: z.ZodString;
|
|
1388
375
|
vectors: z.ZodArray<z.ZodObject<{
|
|
1389
376
|
key: z.ZodString;
|
|
1390
377
|
value: z.ZodString;
|
|
1391
|
-
},
|
|
1392
|
-
|
|
1393
|
-
value: string;
|
|
1394
|
-
}, {
|
|
1395
|
-
key: string;
|
|
1396
|
-
value: string;
|
|
1397
|
-
}>, "many">;
|
|
1398
|
-
}, "strip", z.ZodTypeAny, {
|
|
1399
|
-
proxyId: string;
|
|
1400
|
-
vectors: {
|
|
1401
|
-
key: string;
|
|
1402
|
-
value: string;
|
|
1403
|
-
}[];
|
|
1404
|
-
}, {
|
|
1405
|
-
proxyId: string;
|
|
1406
|
-
vectors: {
|
|
1407
|
-
key: string;
|
|
1408
|
-
value: string;
|
|
1409
|
-
}[];
|
|
1410
|
-
}>;
|
|
378
|
+
}, z.core.$strip>>;
|
|
379
|
+
}, z.core.$strip>;
|
|
1411
380
|
readonly ADD_BUNDLE_ITEM: z.ZodObject<{
|
|
1412
381
|
bundleId: z.ZodString;
|
|
1413
382
|
bundleProductId: z.ZodString;
|
|
1414
383
|
quantity: z.ZodDefault<z.ZodNumber>;
|
|
1415
|
-
},
|
|
1416
|
-
quantity: number;
|
|
1417
|
-
bundleId: string;
|
|
1418
|
-
bundleProductId: string;
|
|
1419
|
-
}, {
|
|
1420
|
-
bundleId: string;
|
|
1421
|
-
bundleProductId: string;
|
|
1422
|
-
quantity?: number | undefined;
|
|
1423
|
-
}>;
|
|
384
|
+
}, z.core.$strip>;
|
|
1424
385
|
readonly REMOVE_BUNDLE_ITEM: z.ZodObject<{
|
|
1425
386
|
bundleId: z.ZodString;
|
|
1426
387
|
index: z.ZodNumber;
|
|
1427
|
-
},
|
|
1428
|
-
index: number;
|
|
1429
|
-
bundleId: string;
|
|
1430
|
-
}, {
|
|
1431
|
-
index: number;
|
|
1432
|
-
bundleId: string;
|
|
1433
|
-
}>;
|
|
388
|
+
}, z.core.$strip>;
|
|
1434
389
|
readonly GET_BUNDLE_ITEMS: z.ZodObject<{
|
|
1435
390
|
bundleId: z.ZodString;
|
|
1436
|
-
},
|
|
1437
|
-
bundleId: string;
|
|
1438
|
-
}, {
|
|
1439
|
-
bundleId: string;
|
|
1440
|
-
}>;
|
|
391
|
+
}, z.core.$strip>;
|
|
1441
392
|
readonly GET_CATALOG_PRICE: z.ZodObject<{
|
|
1442
393
|
productId: z.ZodString;
|
|
1443
394
|
quantity: z.ZodOptional<z.ZodNumber>;
|
|
1444
395
|
currencyCode: z.ZodOptional<z.ZodString>;
|
|
1445
|
-
},
|
|
1446
|
-
productId: string;
|
|
1447
|
-
quantity?: number | undefined;
|
|
1448
|
-
currencyCode?: string | undefined;
|
|
1449
|
-
}, {
|
|
1450
|
-
productId: string;
|
|
1451
|
-
quantity?: number | undefined;
|
|
1452
|
-
currencyCode?: string | undefined;
|
|
1453
|
-
}>;
|
|
396
|
+
}, z.core.$strip>;
|
|
1454
397
|
readonly SIMULATE_PRICE: z.ZodObject<{
|
|
1455
398
|
productId: z.ZodString;
|
|
1456
399
|
vectors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1457
400
|
key: z.ZodString;
|
|
1458
401
|
value: z.ZodString;
|
|
1459
|
-
},
|
|
1460
|
-
key: string;
|
|
1461
|
-
value: string;
|
|
1462
|
-
}, {
|
|
1463
|
-
key: string;
|
|
1464
|
-
value: string;
|
|
1465
|
-
}>, "many">>;
|
|
402
|
+
}, z.core.$strip>>>;
|
|
1466
403
|
quantity: z.ZodOptional<z.ZodNumber>;
|
|
1467
404
|
currencyCode: z.ZodOptional<z.ZodString>;
|
|
1468
405
|
useNetPrice: z.ZodOptional<z.ZodBoolean>;
|
|
1469
|
-
},
|
|
1470
|
-
productId: string;
|
|
1471
|
-
quantity?: number | undefined;
|
|
1472
|
-
currencyCode?: string | undefined;
|
|
1473
|
-
vectors?: {
|
|
1474
|
-
key: string;
|
|
1475
|
-
value: string;
|
|
1476
|
-
}[] | undefined;
|
|
1477
|
-
useNetPrice?: boolean | undefined;
|
|
1478
|
-
}, {
|
|
1479
|
-
productId: string;
|
|
1480
|
-
quantity?: number | undefined;
|
|
1481
|
-
currencyCode?: string | undefined;
|
|
1482
|
-
vectors?: {
|
|
1483
|
-
key: string;
|
|
1484
|
-
value: string;
|
|
1485
|
-
}[] | undefined;
|
|
1486
|
-
useNetPrice?: boolean | undefined;
|
|
1487
|
-
}>;
|
|
406
|
+
}, z.core.$strip>;
|
|
1488
407
|
readonly SIMULATE_PRICE_RANGE: z.ZodObject<{
|
|
1489
408
|
productId: z.ZodString;
|
|
1490
409
|
vectors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1491
410
|
key: z.ZodString;
|
|
1492
411
|
value: z.ZodString;
|
|
1493
|
-
},
|
|
1494
|
-
key: string;
|
|
1495
|
-
value: string;
|
|
1496
|
-
}, {
|
|
1497
|
-
key: string;
|
|
1498
|
-
value: string;
|
|
1499
|
-
}>, "many">>;
|
|
412
|
+
}, z.core.$strip>>>;
|
|
1500
413
|
quantity: z.ZodOptional<z.ZodNumber>;
|
|
1501
414
|
currencyCode: z.ZodOptional<z.ZodString>;
|
|
1502
415
|
useNetPrice: z.ZodOptional<z.ZodBoolean>;
|
|
1503
|
-
},
|
|
1504
|
-
productId: string;
|
|
1505
|
-
quantity?: number | undefined;
|
|
1506
|
-
currencyCode?: string | undefined;
|
|
1507
|
-
vectors?: {
|
|
1508
|
-
key: string;
|
|
1509
|
-
value: string;
|
|
1510
|
-
}[] | undefined;
|
|
1511
|
-
useNetPrice?: boolean | undefined;
|
|
1512
|
-
}, {
|
|
1513
|
-
productId: string;
|
|
1514
|
-
quantity?: number | undefined;
|
|
1515
|
-
currencyCode?: string | undefined;
|
|
1516
|
-
vectors?: {
|
|
1517
|
-
key: string;
|
|
1518
|
-
value: string;
|
|
1519
|
-
}[] | undefined;
|
|
1520
|
-
useNetPrice?: boolean | undefined;
|
|
1521
|
-
}>;
|
|
416
|
+
}, z.core.$strip>;
|
|
1522
417
|
readonly GET_PRODUCT_TEXTS: z.ZodObject<{
|
|
1523
418
|
productId: z.ZodString;
|
|
1524
|
-
},
|
|
1525
|
-
productId: string;
|
|
1526
|
-
}, {
|
|
1527
|
-
productId: string;
|
|
1528
|
-
}>;
|
|
419
|
+
}, z.core.$strip>;
|
|
1529
420
|
readonly GET_VARIATION_TEXTS: z.ZodObject<{
|
|
1530
421
|
productVariationId: z.ZodString;
|
|
1531
422
|
productVariationOptionValue: z.ZodOptional<z.ZodString>;
|
|
1532
|
-
},
|
|
1533
|
-
productVariationId: string;
|
|
1534
|
-
productVariationOptionValue?: string | undefined;
|
|
1535
|
-
}, {
|
|
1536
|
-
productVariationId: string;
|
|
1537
|
-
productVariationOptionValue?: string | undefined;
|
|
1538
|
-
}>;
|
|
423
|
+
}, z.core.$strip>;
|
|
1539
424
|
readonly GET_MEDIA_TEXTS: z.ZodObject<{
|
|
1540
425
|
productMediaId: z.ZodString;
|
|
1541
|
-
},
|
|
1542
|
-
productMediaId: string;
|
|
1543
|
-
}, {
|
|
1544
|
-
productMediaId: string;
|
|
1545
|
-
}>;
|
|
426
|
+
}, z.core.$strip>;
|
|
1546
427
|
readonly GET_REVIEWS: z.ZodObject<{
|
|
1547
428
|
queryString: z.ZodOptional<z.ZodString>;
|
|
1548
429
|
includeInactive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1549
430
|
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1550
431
|
key: z.ZodString;
|
|
1551
|
-
value: z.ZodEnum<
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
}, {
|
|
1556
|
-
key: string;
|
|
1557
|
-
value: string;
|
|
1558
|
-
}>, "many">>;
|
|
432
|
+
value: z.ZodEnum<{
|
|
433
|
+
[x: string]: string;
|
|
434
|
+
}>;
|
|
435
|
+
}, z.core.$strip>>>;
|
|
1559
436
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
1560
437
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
1561
438
|
productId: z.ZodString;
|
|
1562
|
-
},
|
|
1563
|
-
productId: string;
|
|
1564
|
-
includeInactive: boolean;
|
|
1565
|
-
sort?: {
|
|
1566
|
-
key: string;
|
|
1567
|
-
value: string;
|
|
1568
|
-
}[] | undefined;
|
|
1569
|
-
queryString?: string | undefined;
|
|
1570
|
-
limit?: number | undefined;
|
|
1571
|
-
offset?: number | undefined;
|
|
1572
|
-
}, {
|
|
1573
|
-
productId: string;
|
|
1574
|
-
sort?: {
|
|
1575
|
-
key: string;
|
|
1576
|
-
value: string;
|
|
1577
|
-
}[] | undefined;
|
|
1578
|
-
includeInactive?: boolean | undefined;
|
|
1579
|
-
queryString?: string | undefined;
|
|
1580
|
-
limit?: number | undefined;
|
|
1581
|
-
offset?: number | undefined;
|
|
1582
|
-
}>;
|
|
439
|
+
}, z.core.$strip>;
|
|
1583
440
|
readonly COUNT_REVIEWS: z.ZodObject<{
|
|
1584
441
|
queryString: z.ZodOptional<z.ZodString>;
|
|
1585
442
|
includeInactive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1586
443
|
productId: z.ZodString;
|
|
1587
|
-
},
|
|
1588
|
-
productId: string;
|
|
1589
|
-
includeInactive: boolean;
|
|
1590
|
-
queryString?: string | undefined;
|
|
1591
|
-
}, {
|
|
1592
|
-
productId: string;
|
|
1593
|
-
includeInactive?: boolean | undefined;
|
|
1594
|
-
queryString?: string | undefined;
|
|
1595
|
-
}>;
|
|
444
|
+
}, z.core.$strip>;
|
|
1596
445
|
readonly GET_SIBLINGS: z.ZodObject<{
|
|
1597
446
|
productId: z.ZodString;
|
|
1598
447
|
assortmentId: z.ZodOptional<z.ZodString>;
|
|
1599
448
|
includeInactive: z.ZodOptional<z.ZodBoolean>;
|
|
1600
|
-
},
|
|
1601
|
-
productId: string;
|
|
1602
|
-
assortmentId?: string | undefined;
|
|
1603
|
-
includeInactive?: boolean | undefined;
|
|
1604
|
-
}, {
|
|
1605
|
-
productId: string;
|
|
1606
|
-
assortmentId?: string | undefined;
|
|
1607
|
-
includeInactive?: boolean | undefined;
|
|
1608
|
-
}>;
|
|
449
|
+
}, z.core.$strip>;
|
|
1609
450
|
readonly UPDATE_PRODUCT_TEXTS: z.ZodObject<{
|
|
1610
451
|
productId: z.ZodString;
|
|
1611
452
|
texts: z.ZodArray<z.ZodObject<{
|
|
1612
453
|
locale: z.ZodString;
|
|
1613
454
|
title: z.ZodString;
|
|
1614
455
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
1615
|
-
} & {
|
|
1616
456
|
slug: z.ZodOptional<z.ZodString>;
|
|
1617
457
|
description: z.ZodOptional<z.ZodString>;
|
|
1618
458
|
vendor: z.ZodOptional<z.ZodString>;
|
|
1619
459
|
brand: z.ZodOptional<z.ZodString>;
|
|
1620
|
-
labels: z.ZodOptional<z.ZodArray<z.ZodString
|
|
1621
|
-
},
|
|
1622
|
-
|
|
1623
|
-
title: string;
|
|
1624
|
-
description?: string | undefined;
|
|
1625
|
-
subtitle?: string | undefined;
|
|
1626
|
-
slug?: string | undefined;
|
|
1627
|
-
brand?: string | undefined;
|
|
1628
|
-
vendor?: string | undefined;
|
|
1629
|
-
labels?: string[] | undefined;
|
|
1630
|
-
}, {
|
|
1631
|
-
locale: string;
|
|
1632
|
-
title: string;
|
|
1633
|
-
description?: string | undefined;
|
|
1634
|
-
subtitle?: string | undefined;
|
|
1635
|
-
slug?: string | undefined;
|
|
1636
|
-
brand?: string | undefined;
|
|
1637
|
-
vendor?: string | undefined;
|
|
1638
|
-
labels?: string[] | undefined;
|
|
1639
|
-
}>, "many">;
|
|
1640
|
-
}, "strip", z.ZodTypeAny, {
|
|
1641
|
-
productId: string;
|
|
1642
|
-
texts: {
|
|
1643
|
-
locale: string;
|
|
1644
|
-
title: string;
|
|
1645
|
-
description?: string | undefined;
|
|
1646
|
-
subtitle?: string | undefined;
|
|
1647
|
-
slug?: string | undefined;
|
|
1648
|
-
brand?: string | undefined;
|
|
1649
|
-
vendor?: string | undefined;
|
|
1650
|
-
labels?: string[] | undefined;
|
|
1651
|
-
}[];
|
|
1652
|
-
}, {
|
|
1653
|
-
productId: string;
|
|
1654
|
-
texts: {
|
|
1655
|
-
locale: string;
|
|
1656
|
-
title: string;
|
|
1657
|
-
description?: string | undefined;
|
|
1658
|
-
subtitle?: string | undefined;
|
|
1659
|
-
slug?: string | undefined;
|
|
1660
|
-
brand?: string | undefined;
|
|
1661
|
-
vendor?: string | undefined;
|
|
1662
|
-
labels?: string[] | undefined;
|
|
1663
|
-
}[];
|
|
1664
|
-
}>;
|
|
460
|
+
labels: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
461
|
+
}, z.core.$strip>>;
|
|
462
|
+
}, z.core.$strip>;
|
|
1665
463
|
};
|
|
1666
464
|
export declare const ProductManagementSchema: {
|
|
1667
465
|
includeDrafts: z.ZodOptional<z.ZodBoolean>;
|
|
1668
|
-
productIds: z.ZodOptional<z.ZodArray<z.ZodString
|
|
466
|
+
productIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1669
467
|
assortmentId: z.ZodOptional<z.ZodString>;
|
|
1670
468
|
queryString: z.ZodOptional<z.ZodString>;
|
|
1671
469
|
includeInactive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1672
470
|
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1673
471
|
key: z.ZodString;
|
|
1674
|
-
value: z.ZodEnum<
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
}, {
|
|
1679
|
-
key: string;
|
|
1680
|
-
value: string;
|
|
1681
|
-
}>, "many">>;
|
|
472
|
+
value: z.ZodEnum<{
|
|
473
|
+
[x: string]: string;
|
|
474
|
+
}>;
|
|
475
|
+
}, z.core.$strip>>>;
|
|
1682
476
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
1683
477
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
1684
|
-
action: z.ZodEnum<
|
|
478
|
+
action: z.ZodEnum<{
|
|
479
|
+
GET: "GET";
|
|
480
|
+
CREATE: "CREATE";
|
|
481
|
+
UPDATE: "UPDATE";
|
|
482
|
+
REMOVE: "REMOVE";
|
|
483
|
+
LIST: "LIST";
|
|
484
|
+
COUNT: "COUNT";
|
|
485
|
+
UPDATE_STATUS: "UPDATE_STATUS";
|
|
486
|
+
ADD_MEDIA: "ADD_MEDIA";
|
|
487
|
+
REMOVE_MEDIA: "REMOVE_MEDIA";
|
|
488
|
+
REORDER_MEDIA: "REORDER_MEDIA";
|
|
489
|
+
GET_MEDIA: "GET_MEDIA";
|
|
490
|
+
UPDATE_MEDIA_TEXTS: "UPDATE_MEDIA_TEXTS";
|
|
491
|
+
CREATE_VARIATION: "CREATE_VARIATION";
|
|
492
|
+
REMOVE_VARIATION: "REMOVE_VARIATION";
|
|
493
|
+
ADD_VARIATION_OPTION: "ADD_VARIATION_OPTION";
|
|
494
|
+
REMOVE_VARIATION_OPTION: "REMOVE_VARIATION_OPTION";
|
|
495
|
+
ADD_ASSIGNMENT: "ADD_ASSIGNMENT";
|
|
496
|
+
REMOVE_ASSIGNMENT: "REMOVE_ASSIGNMENT";
|
|
497
|
+
GET_ASSIGNMENTS: "GET_ASSIGNMENTS";
|
|
498
|
+
GET_VARIATION_PRODUCTS: "GET_VARIATION_PRODUCTS";
|
|
499
|
+
UPDATE_VARIATION_TEXTS: "UPDATE_VARIATION_TEXTS";
|
|
500
|
+
ADD_BUNDLE_ITEM: "ADD_BUNDLE_ITEM";
|
|
501
|
+
REMOVE_BUNDLE_ITEM: "REMOVE_BUNDLE_ITEM";
|
|
502
|
+
GET_BUNDLE_ITEMS: "GET_BUNDLE_ITEMS";
|
|
503
|
+
SIMULATE_PRICE: "SIMULATE_PRICE";
|
|
504
|
+
SIMULATE_PRICE_RANGE: "SIMULATE_PRICE_RANGE";
|
|
505
|
+
GET_CATALOG_PRICE: "GET_CATALOG_PRICE";
|
|
506
|
+
GET_PRODUCT_TEXTS: "GET_PRODUCT_TEXTS";
|
|
507
|
+
GET_MEDIA_TEXTS: "GET_MEDIA_TEXTS";
|
|
508
|
+
GET_VARIATION_TEXTS: "GET_VARIATION_TEXTS";
|
|
509
|
+
GET_REVIEWS: "GET_REVIEWS";
|
|
510
|
+
COUNT_REVIEWS: "COUNT_REVIEWS";
|
|
511
|
+
GET_SIBLINGS: "GET_SIBLINGS";
|
|
512
|
+
UPDATE_PRODUCT_TEXTS: "UPDATE_PRODUCT_TEXTS";
|
|
513
|
+
}>;
|
|
1685
514
|
productId: z.ZodOptional<z.ZodString>;
|
|
1686
515
|
slug: z.ZodOptional<z.ZodString>;
|
|
1687
516
|
sku: z.ZodOptional<z.ZodString>;
|
|
1688
517
|
productMediaId: z.ZodOptional<z.ZodString>;
|
|
1689
518
|
productVariationId: z.ZodOptional<z.ZodString>;
|
|
1690
519
|
product: z.ZodOptional<z.ZodObject<{
|
|
1691
|
-
type: z.ZodOptional<z.ZodEnum<
|
|
1692
|
-
|
|
520
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
521
|
+
[x: string]: string;
|
|
522
|
+
}>>;
|
|
523
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1693
524
|
sequence: z.ZodOptional<z.ZodNumber>;
|
|
1694
|
-
meta: z.ZodOptional<z.ZodRecord<z.
|
|
525
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodAny, z.ZodAny>>;
|
|
1695
526
|
plan: z.ZodOptional<z.ZodObject<{
|
|
1696
|
-
usageCalculationType: z.ZodEnum<
|
|
1697
|
-
|
|
527
|
+
usageCalculationType: z.ZodEnum<{
|
|
528
|
+
LICENSED: "LICENSED";
|
|
529
|
+
METERED: "METERED";
|
|
530
|
+
}>;
|
|
531
|
+
billingInterval: z.ZodEnum<{
|
|
532
|
+
HOURS: "HOURS";
|
|
533
|
+
DAYS: "DAYS";
|
|
534
|
+
WEEKS: "WEEKS";
|
|
535
|
+
MONTHS: "MONTHS";
|
|
536
|
+
YEARS: "YEARS";
|
|
537
|
+
}>;
|
|
1698
538
|
billingIntervalCount: z.ZodNumber;
|
|
1699
|
-
trialInterval: z.ZodOptional<z.ZodEnum<
|
|
539
|
+
trialInterval: z.ZodOptional<z.ZodEnum<{
|
|
540
|
+
HOURS: "HOURS";
|
|
541
|
+
DAYS: "DAYS";
|
|
542
|
+
WEEKS: "WEEKS";
|
|
543
|
+
MONTHS: "MONTHS";
|
|
544
|
+
YEARS: "YEARS";
|
|
545
|
+
}>>;
|
|
1700
546
|
trialIntervalCount: z.ZodOptional<z.ZodNumber>;
|
|
1701
|
-
},
|
|
1702
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
1703
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
1704
|
-
billingIntervalCount: number;
|
|
1705
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
1706
|
-
trialIntervalCount?: number | undefined;
|
|
1707
|
-
}, {
|
|
1708
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
1709
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
1710
|
-
billingIntervalCount: number;
|
|
1711
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
1712
|
-
trialIntervalCount?: number | undefined;
|
|
1713
|
-
}>>;
|
|
547
|
+
}, z.core.$strip>>;
|
|
1714
548
|
warehousing: z.ZodOptional<z.ZodObject<{
|
|
1715
549
|
sku: z.ZodOptional<z.ZodString>;
|
|
1716
550
|
baseUnit: z.ZodOptional<z.ZodString>;
|
|
1717
|
-
},
|
|
1718
|
-
sku?: string | undefined;
|
|
1719
|
-
baseUnit?: string | undefined;
|
|
1720
|
-
}, {
|
|
1721
|
-
sku?: string | undefined;
|
|
1722
|
-
baseUnit?: string | undefined;
|
|
1723
|
-
}>>;
|
|
551
|
+
}, z.core.$strip>>;
|
|
1724
552
|
supply: z.ZodOptional<z.ZodObject<{
|
|
1725
553
|
weightInGram: z.ZodOptional<z.ZodNumber>;
|
|
1726
554
|
heightInMillimeters: z.ZodOptional<z.ZodNumber>;
|
|
1727
555
|
lengthInMillimeters: z.ZodOptional<z.ZodNumber>;
|
|
1728
556
|
widthInMillimeters: z.ZodOptional<z.ZodNumber>;
|
|
1729
|
-
},
|
|
1730
|
-
weightInGram?: number | undefined;
|
|
1731
|
-
lengthInMillimeters?: number | undefined;
|
|
1732
|
-
widthInMillimeters?: number | undefined;
|
|
1733
|
-
heightInMillimeters?: number | undefined;
|
|
1734
|
-
}, {
|
|
1735
|
-
weightInGram?: number | undefined;
|
|
1736
|
-
lengthInMillimeters?: number | undefined;
|
|
1737
|
-
widthInMillimeters?: number | undefined;
|
|
1738
|
-
heightInMillimeters?: number | undefined;
|
|
1739
|
-
}>>;
|
|
557
|
+
}, z.core.$strip>>;
|
|
1740
558
|
tokenization: z.ZodOptional<z.ZodObject<{
|
|
1741
559
|
contractAddress: z.ZodString;
|
|
1742
560
|
contractStandard: z.ZodString;
|
|
1743
561
|
tokenId: z.ZodString;
|
|
1744
562
|
supply: z.ZodNumber;
|
|
1745
|
-
ercMetadataProperties: z.ZodOptional<z.ZodRecord<z.
|
|
1746
|
-
},
|
|
1747
|
-
supply: number;
|
|
1748
|
-
contractAddress: string;
|
|
1749
|
-
tokenId: string;
|
|
1750
|
-
contractStandard: string;
|
|
1751
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
1752
|
-
}, {
|
|
1753
|
-
supply: number;
|
|
1754
|
-
contractAddress: string;
|
|
1755
|
-
tokenId: string;
|
|
1756
|
-
contractStandard: string;
|
|
1757
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
1758
|
-
}>>;
|
|
563
|
+
ercMetadataProperties: z.ZodOptional<z.ZodRecord<z.ZodAny, z.ZodAny>>;
|
|
564
|
+
}, z.core.$strip>>;
|
|
1759
565
|
commerce: z.ZodOptional<z.ZodObject<{
|
|
1760
566
|
pricing: z.ZodArray<z.ZodObject<{
|
|
1761
567
|
amount: z.ZodNumber;
|
|
@@ -1764,240 +570,54 @@ export declare const ProductManagementSchema: {
|
|
|
1764
570
|
isNetPrice: z.ZodOptional<z.ZodBoolean>;
|
|
1765
571
|
currencyCode: z.ZodString;
|
|
1766
572
|
countryCode: z.ZodString;
|
|
1767
|
-
},
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
amount: number;
|
|
1771
|
-
isNetPrice?: boolean | undefined;
|
|
1772
|
-
isTaxable?: boolean | undefined;
|
|
1773
|
-
maxQuantity?: number | undefined;
|
|
1774
|
-
}, {
|
|
1775
|
-
countryCode: string;
|
|
1776
|
-
currencyCode: string;
|
|
1777
|
-
amount: number;
|
|
1778
|
-
isNetPrice?: boolean | undefined;
|
|
1779
|
-
isTaxable?: boolean | undefined;
|
|
1780
|
-
maxQuantity?: number | undefined;
|
|
1781
|
-
}>, "atleastone">;
|
|
1782
|
-
}, "strip", z.ZodTypeAny, {
|
|
1783
|
-
pricing: [{
|
|
1784
|
-
countryCode: string;
|
|
1785
|
-
currencyCode: string;
|
|
1786
|
-
amount: number;
|
|
1787
|
-
isNetPrice?: boolean | undefined;
|
|
1788
|
-
isTaxable?: boolean | undefined;
|
|
1789
|
-
maxQuantity?: number | undefined;
|
|
1790
|
-
}, ...{
|
|
1791
|
-
countryCode: string;
|
|
1792
|
-
currencyCode: string;
|
|
1793
|
-
amount: number;
|
|
1794
|
-
isNetPrice?: boolean | undefined;
|
|
1795
|
-
isTaxable?: boolean | undefined;
|
|
1796
|
-
maxQuantity?: number | undefined;
|
|
1797
|
-
}[]];
|
|
1798
|
-
}, {
|
|
1799
|
-
pricing: [{
|
|
1800
|
-
countryCode: string;
|
|
1801
|
-
currencyCode: string;
|
|
1802
|
-
amount: number;
|
|
1803
|
-
isNetPrice?: boolean | undefined;
|
|
1804
|
-
isTaxable?: boolean | undefined;
|
|
1805
|
-
maxQuantity?: number | undefined;
|
|
1806
|
-
}, ...{
|
|
1807
|
-
countryCode: string;
|
|
1808
|
-
currencyCode: string;
|
|
1809
|
-
amount: number;
|
|
1810
|
-
isNetPrice?: boolean | undefined;
|
|
1811
|
-
isTaxable?: boolean | undefined;
|
|
1812
|
-
maxQuantity?: number | undefined;
|
|
1813
|
-
}[]];
|
|
1814
|
-
}>>;
|
|
1815
|
-
}, "strip", z.ZodTypeAny, {
|
|
1816
|
-
meta?: Record<string, unknown> | undefined;
|
|
1817
|
-
sequence?: number | undefined;
|
|
1818
|
-
tags?: string[] | undefined;
|
|
1819
|
-
type?: string | undefined;
|
|
1820
|
-
commerce?: {
|
|
1821
|
-
pricing: [{
|
|
1822
|
-
countryCode: string;
|
|
1823
|
-
currencyCode: string;
|
|
1824
|
-
amount: number;
|
|
1825
|
-
isNetPrice?: boolean | undefined;
|
|
1826
|
-
isTaxable?: boolean | undefined;
|
|
1827
|
-
maxQuantity?: number | undefined;
|
|
1828
|
-
}, ...{
|
|
1829
|
-
countryCode: string;
|
|
1830
|
-
currencyCode: string;
|
|
1831
|
-
amount: number;
|
|
1832
|
-
isNetPrice?: boolean | undefined;
|
|
1833
|
-
isTaxable?: boolean | undefined;
|
|
1834
|
-
maxQuantity?: number | undefined;
|
|
1835
|
-
}[]];
|
|
1836
|
-
} | undefined;
|
|
1837
|
-
plan?: {
|
|
1838
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
1839
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
1840
|
-
billingIntervalCount: number;
|
|
1841
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
1842
|
-
trialIntervalCount?: number | undefined;
|
|
1843
|
-
} | undefined;
|
|
1844
|
-
supply?: {
|
|
1845
|
-
weightInGram?: number | undefined;
|
|
1846
|
-
lengthInMillimeters?: number | undefined;
|
|
1847
|
-
widthInMillimeters?: number | undefined;
|
|
1848
|
-
heightInMillimeters?: number | undefined;
|
|
1849
|
-
} | undefined;
|
|
1850
|
-
warehousing?: {
|
|
1851
|
-
sku?: string | undefined;
|
|
1852
|
-
baseUnit?: string | undefined;
|
|
1853
|
-
} | undefined;
|
|
1854
|
-
tokenization?: {
|
|
1855
|
-
supply: number;
|
|
1856
|
-
contractAddress: string;
|
|
1857
|
-
tokenId: string;
|
|
1858
|
-
contractStandard: string;
|
|
1859
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
1860
|
-
} | undefined;
|
|
1861
|
-
}, {
|
|
1862
|
-
meta?: Record<string, unknown> | undefined;
|
|
1863
|
-
sequence?: number | undefined;
|
|
1864
|
-
tags?: string[] | undefined;
|
|
1865
|
-
type?: string | undefined;
|
|
1866
|
-
commerce?: {
|
|
1867
|
-
pricing: [{
|
|
1868
|
-
countryCode: string;
|
|
1869
|
-
currencyCode: string;
|
|
1870
|
-
amount: number;
|
|
1871
|
-
isNetPrice?: boolean | undefined;
|
|
1872
|
-
isTaxable?: boolean | undefined;
|
|
1873
|
-
maxQuantity?: number | undefined;
|
|
1874
|
-
}, ...{
|
|
1875
|
-
countryCode: string;
|
|
1876
|
-
currencyCode: string;
|
|
1877
|
-
amount: number;
|
|
1878
|
-
isNetPrice?: boolean | undefined;
|
|
1879
|
-
isTaxable?: boolean | undefined;
|
|
1880
|
-
maxQuantity?: number | undefined;
|
|
1881
|
-
}[]];
|
|
1882
|
-
} | undefined;
|
|
1883
|
-
plan?: {
|
|
1884
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
1885
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
1886
|
-
billingIntervalCount: number;
|
|
1887
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
1888
|
-
trialIntervalCount?: number | undefined;
|
|
1889
|
-
} | undefined;
|
|
1890
|
-
supply?: {
|
|
1891
|
-
weightInGram?: number | undefined;
|
|
1892
|
-
lengthInMillimeters?: number | undefined;
|
|
1893
|
-
widthInMillimeters?: number | undefined;
|
|
1894
|
-
heightInMillimeters?: number | undefined;
|
|
1895
|
-
} | undefined;
|
|
1896
|
-
warehousing?: {
|
|
1897
|
-
sku?: string | undefined;
|
|
1898
|
-
baseUnit?: string | undefined;
|
|
1899
|
-
} | undefined;
|
|
1900
|
-
tokenization?: {
|
|
1901
|
-
supply: number;
|
|
1902
|
-
contractAddress: string;
|
|
1903
|
-
tokenId: string;
|
|
1904
|
-
contractStandard: string;
|
|
1905
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
1906
|
-
} | undefined;
|
|
1907
|
-
}>>;
|
|
573
|
+
}, z.core.$strip>>;
|
|
574
|
+
}, z.core.$strip>>;
|
|
575
|
+
}, z.core.$strip>>;
|
|
1908
576
|
texts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1909
577
|
locale: z.ZodString;
|
|
1910
578
|
title: z.ZodString;
|
|
1911
579
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
1912
|
-
} & {
|
|
1913
580
|
slug: z.ZodOptional<z.ZodString>;
|
|
1914
581
|
description: z.ZodOptional<z.ZodString>;
|
|
1915
582
|
vendor: z.ZodOptional<z.ZodString>;
|
|
1916
583
|
brand: z.ZodOptional<z.ZodString>;
|
|
1917
|
-
labels: z.ZodOptional<z.ZodArray<z.ZodString
|
|
1918
|
-
},
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
slug?: string | undefined;
|
|
1924
|
-
brand?: string | undefined;
|
|
1925
|
-
vendor?: string | undefined;
|
|
1926
|
-
labels?: string[] | undefined;
|
|
1927
|
-
}, {
|
|
1928
|
-
locale: string;
|
|
1929
|
-
title: string;
|
|
1930
|
-
description?: string | undefined;
|
|
1931
|
-
subtitle?: string | undefined;
|
|
1932
|
-
slug?: string | undefined;
|
|
1933
|
-
brand?: string | undefined;
|
|
1934
|
-
vendor?: string | undefined;
|
|
1935
|
-
labels?: string[] | undefined;
|
|
1936
|
-
}>, "many">>;
|
|
1937
|
-
statusAction: z.ZodOptional<z.ZodEnum<["PUBLISH", "UNPUBLISH"]>>;
|
|
584
|
+
labels: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
585
|
+
}, z.core.$strip>>>;
|
|
586
|
+
statusAction: z.ZodOptional<z.ZodEnum<{
|
|
587
|
+
PUBLISH: "PUBLISH";
|
|
588
|
+
UNPUBLISH: "UNPUBLISH";
|
|
589
|
+
}>>;
|
|
1938
590
|
mediaName: z.ZodOptional<z.ZodString>;
|
|
1939
591
|
url: z.ZodOptional<z.ZodString>;
|
|
1940
592
|
sortKeys: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1941
593
|
productMediaId: z.ZodString;
|
|
1942
594
|
sortKey: z.ZodNumber;
|
|
1943
|
-
},
|
|
1944
|
-
sortKey: number;
|
|
1945
|
-
productMediaId: string;
|
|
1946
|
-
}, {
|
|
1947
|
-
sortKey: number;
|
|
1948
|
-
productMediaId: string;
|
|
1949
|
-
}>, "many">>;
|
|
595
|
+
}, z.core.$strip>>>;
|
|
1950
596
|
mediaTexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1951
597
|
locale: z.ZodString;
|
|
1952
598
|
title: z.ZodString;
|
|
1953
599
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
1954
|
-
},
|
|
1955
|
-
|
|
1956
|
-
title: string;
|
|
1957
|
-
subtitle?: string | undefined;
|
|
1958
|
-
}, {
|
|
1959
|
-
locale: string;
|
|
1960
|
-
title: string;
|
|
1961
|
-
subtitle?: string | undefined;
|
|
1962
|
-
}>, "many">>;
|
|
1963
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
600
|
+
}, z.core.$strip>>>;
|
|
601
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1964
602
|
variation: z.ZodOptional<z.ZodObject<{
|
|
1965
603
|
key: z.ZodString;
|
|
1966
|
-
type: z.ZodEnum<
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
}, {
|
|
1971
|
-
key: string;
|
|
1972
|
-
type: string;
|
|
1973
|
-
}>>;
|
|
604
|
+
type: z.ZodEnum<{
|
|
605
|
+
[x: string]: string;
|
|
606
|
+
}>;
|
|
607
|
+
}, z.core.$strip>>;
|
|
1974
608
|
option: z.ZodOptional<z.ZodString>;
|
|
1975
609
|
productVariationOptionValue: z.ZodOptional<z.ZodString>;
|
|
1976
610
|
variationTexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1977
611
|
locale: z.ZodString;
|
|
1978
612
|
title: z.ZodString;
|
|
1979
613
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
1980
|
-
},
|
|
1981
|
-
locale: string;
|
|
1982
|
-
title: string;
|
|
1983
|
-
subtitle?: string | undefined;
|
|
1984
|
-
}, {
|
|
1985
|
-
locale: string;
|
|
1986
|
-
title: string;
|
|
1987
|
-
subtitle?: string | undefined;
|
|
1988
|
-
}>, "many">>;
|
|
614
|
+
}, z.core.$strip>>>;
|
|
1989
615
|
assignProductId: z.ZodOptional<z.ZodString>;
|
|
1990
616
|
proxyId: z.ZodOptional<z.ZodString>;
|
|
1991
617
|
vectors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1992
618
|
key: z.ZodString;
|
|
1993
619
|
value: z.ZodString;
|
|
1994
|
-
},
|
|
1995
|
-
key: string;
|
|
1996
|
-
value: string;
|
|
1997
|
-
}, {
|
|
1998
|
-
key: string;
|
|
1999
|
-
value: string;
|
|
2000
|
-
}>, "many">>;
|
|
620
|
+
}, z.core.$strip>>>;
|
|
2001
621
|
bundleId: z.ZodOptional<z.ZodString>;
|
|
2002
622
|
bundleProductId: z.ZodOptional<z.ZodString>;
|
|
2003
623
|
index: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2007,97 +627,105 @@ export declare const ProductManagementSchema: {
|
|
|
2007
627
|
};
|
|
2008
628
|
export declare const ProductManagementZodSchema: z.ZodObject<{
|
|
2009
629
|
includeDrafts: z.ZodOptional<z.ZodBoolean>;
|
|
2010
|
-
productIds: z.ZodOptional<z.ZodArray<z.ZodString
|
|
630
|
+
productIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2011
631
|
assortmentId: z.ZodOptional<z.ZodString>;
|
|
2012
632
|
queryString: z.ZodOptional<z.ZodString>;
|
|
2013
633
|
includeInactive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2014
634
|
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2015
635
|
key: z.ZodString;
|
|
2016
|
-
value: z.ZodEnum<
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
}, {
|
|
2021
|
-
key: string;
|
|
2022
|
-
value: string;
|
|
2023
|
-
}>, "many">>;
|
|
636
|
+
value: z.ZodEnum<{
|
|
637
|
+
[x: string]: string;
|
|
638
|
+
}>;
|
|
639
|
+
}, z.core.$strip>>>;
|
|
2024
640
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
2025
641
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
2026
|
-
action: z.ZodEnum<
|
|
642
|
+
action: z.ZodEnum<{
|
|
643
|
+
GET: "GET";
|
|
644
|
+
CREATE: "CREATE";
|
|
645
|
+
UPDATE: "UPDATE";
|
|
646
|
+
REMOVE: "REMOVE";
|
|
647
|
+
LIST: "LIST";
|
|
648
|
+
COUNT: "COUNT";
|
|
649
|
+
UPDATE_STATUS: "UPDATE_STATUS";
|
|
650
|
+
ADD_MEDIA: "ADD_MEDIA";
|
|
651
|
+
REMOVE_MEDIA: "REMOVE_MEDIA";
|
|
652
|
+
REORDER_MEDIA: "REORDER_MEDIA";
|
|
653
|
+
GET_MEDIA: "GET_MEDIA";
|
|
654
|
+
UPDATE_MEDIA_TEXTS: "UPDATE_MEDIA_TEXTS";
|
|
655
|
+
CREATE_VARIATION: "CREATE_VARIATION";
|
|
656
|
+
REMOVE_VARIATION: "REMOVE_VARIATION";
|
|
657
|
+
ADD_VARIATION_OPTION: "ADD_VARIATION_OPTION";
|
|
658
|
+
REMOVE_VARIATION_OPTION: "REMOVE_VARIATION_OPTION";
|
|
659
|
+
ADD_ASSIGNMENT: "ADD_ASSIGNMENT";
|
|
660
|
+
REMOVE_ASSIGNMENT: "REMOVE_ASSIGNMENT";
|
|
661
|
+
GET_ASSIGNMENTS: "GET_ASSIGNMENTS";
|
|
662
|
+
GET_VARIATION_PRODUCTS: "GET_VARIATION_PRODUCTS";
|
|
663
|
+
UPDATE_VARIATION_TEXTS: "UPDATE_VARIATION_TEXTS";
|
|
664
|
+
ADD_BUNDLE_ITEM: "ADD_BUNDLE_ITEM";
|
|
665
|
+
REMOVE_BUNDLE_ITEM: "REMOVE_BUNDLE_ITEM";
|
|
666
|
+
GET_BUNDLE_ITEMS: "GET_BUNDLE_ITEMS";
|
|
667
|
+
SIMULATE_PRICE: "SIMULATE_PRICE";
|
|
668
|
+
SIMULATE_PRICE_RANGE: "SIMULATE_PRICE_RANGE";
|
|
669
|
+
GET_CATALOG_PRICE: "GET_CATALOG_PRICE";
|
|
670
|
+
GET_PRODUCT_TEXTS: "GET_PRODUCT_TEXTS";
|
|
671
|
+
GET_MEDIA_TEXTS: "GET_MEDIA_TEXTS";
|
|
672
|
+
GET_VARIATION_TEXTS: "GET_VARIATION_TEXTS";
|
|
673
|
+
GET_REVIEWS: "GET_REVIEWS";
|
|
674
|
+
COUNT_REVIEWS: "COUNT_REVIEWS";
|
|
675
|
+
GET_SIBLINGS: "GET_SIBLINGS";
|
|
676
|
+
UPDATE_PRODUCT_TEXTS: "UPDATE_PRODUCT_TEXTS";
|
|
677
|
+
}>;
|
|
2027
678
|
productId: z.ZodOptional<z.ZodString>;
|
|
2028
679
|
slug: z.ZodOptional<z.ZodString>;
|
|
2029
680
|
sku: z.ZodOptional<z.ZodString>;
|
|
2030
681
|
productMediaId: z.ZodOptional<z.ZodString>;
|
|
2031
682
|
productVariationId: z.ZodOptional<z.ZodString>;
|
|
2032
683
|
product: z.ZodOptional<z.ZodObject<{
|
|
2033
|
-
type: z.ZodOptional<z.ZodEnum<
|
|
2034
|
-
|
|
684
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
685
|
+
[x: string]: string;
|
|
686
|
+
}>>;
|
|
687
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2035
688
|
sequence: z.ZodOptional<z.ZodNumber>;
|
|
2036
|
-
meta: z.ZodOptional<z.ZodRecord<z.
|
|
689
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodAny, z.ZodAny>>;
|
|
2037
690
|
plan: z.ZodOptional<z.ZodObject<{
|
|
2038
|
-
usageCalculationType: z.ZodEnum<
|
|
2039
|
-
|
|
691
|
+
usageCalculationType: z.ZodEnum<{
|
|
692
|
+
LICENSED: "LICENSED";
|
|
693
|
+
METERED: "METERED";
|
|
694
|
+
}>;
|
|
695
|
+
billingInterval: z.ZodEnum<{
|
|
696
|
+
HOURS: "HOURS";
|
|
697
|
+
DAYS: "DAYS";
|
|
698
|
+
WEEKS: "WEEKS";
|
|
699
|
+
MONTHS: "MONTHS";
|
|
700
|
+
YEARS: "YEARS";
|
|
701
|
+
}>;
|
|
2040
702
|
billingIntervalCount: z.ZodNumber;
|
|
2041
|
-
trialInterval: z.ZodOptional<z.ZodEnum<
|
|
703
|
+
trialInterval: z.ZodOptional<z.ZodEnum<{
|
|
704
|
+
HOURS: "HOURS";
|
|
705
|
+
DAYS: "DAYS";
|
|
706
|
+
WEEKS: "WEEKS";
|
|
707
|
+
MONTHS: "MONTHS";
|
|
708
|
+
YEARS: "YEARS";
|
|
709
|
+
}>>;
|
|
2042
710
|
trialIntervalCount: z.ZodOptional<z.ZodNumber>;
|
|
2043
|
-
},
|
|
2044
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
2045
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
2046
|
-
billingIntervalCount: number;
|
|
2047
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
2048
|
-
trialIntervalCount?: number | undefined;
|
|
2049
|
-
}, {
|
|
2050
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
2051
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
2052
|
-
billingIntervalCount: number;
|
|
2053
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
2054
|
-
trialIntervalCount?: number | undefined;
|
|
2055
|
-
}>>;
|
|
711
|
+
}, z.core.$strip>>;
|
|
2056
712
|
warehousing: z.ZodOptional<z.ZodObject<{
|
|
2057
713
|
sku: z.ZodOptional<z.ZodString>;
|
|
2058
714
|
baseUnit: z.ZodOptional<z.ZodString>;
|
|
2059
|
-
},
|
|
2060
|
-
sku?: string | undefined;
|
|
2061
|
-
baseUnit?: string | undefined;
|
|
2062
|
-
}, {
|
|
2063
|
-
sku?: string | undefined;
|
|
2064
|
-
baseUnit?: string | undefined;
|
|
2065
|
-
}>>;
|
|
715
|
+
}, z.core.$strip>>;
|
|
2066
716
|
supply: z.ZodOptional<z.ZodObject<{
|
|
2067
717
|
weightInGram: z.ZodOptional<z.ZodNumber>;
|
|
2068
718
|
heightInMillimeters: z.ZodOptional<z.ZodNumber>;
|
|
2069
719
|
lengthInMillimeters: z.ZodOptional<z.ZodNumber>;
|
|
2070
720
|
widthInMillimeters: z.ZodOptional<z.ZodNumber>;
|
|
2071
|
-
},
|
|
2072
|
-
weightInGram?: number | undefined;
|
|
2073
|
-
lengthInMillimeters?: number | undefined;
|
|
2074
|
-
widthInMillimeters?: number | undefined;
|
|
2075
|
-
heightInMillimeters?: number | undefined;
|
|
2076
|
-
}, {
|
|
2077
|
-
weightInGram?: number | undefined;
|
|
2078
|
-
lengthInMillimeters?: number | undefined;
|
|
2079
|
-
widthInMillimeters?: number | undefined;
|
|
2080
|
-
heightInMillimeters?: number | undefined;
|
|
2081
|
-
}>>;
|
|
721
|
+
}, z.core.$strip>>;
|
|
2082
722
|
tokenization: z.ZodOptional<z.ZodObject<{
|
|
2083
723
|
contractAddress: z.ZodString;
|
|
2084
724
|
contractStandard: z.ZodString;
|
|
2085
725
|
tokenId: z.ZodString;
|
|
2086
726
|
supply: z.ZodNumber;
|
|
2087
|
-
ercMetadataProperties: z.ZodOptional<z.ZodRecord<z.
|
|
2088
|
-
},
|
|
2089
|
-
supply: number;
|
|
2090
|
-
contractAddress: string;
|
|
2091
|
-
tokenId: string;
|
|
2092
|
-
contractStandard: string;
|
|
2093
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
2094
|
-
}, {
|
|
2095
|
-
supply: number;
|
|
2096
|
-
contractAddress: string;
|
|
2097
|
-
tokenId: string;
|
|
2098
|
-
contractStandard: string;
|
|
2099
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
2100
|
-
}>>;
|
|
727
|
+
ercMetadataProperties: z.ZodOptional<z.ZodRecord<z.ZodAny, z.ZodAny>>;
|
|
728
|
+
}, z.core.$strip>>;
|
|
2101
729
|
commerce: z.ZodOptional<z.ZodObject<{
|
|
2102
730
|
pricing: z.ZodArray<z.ZodObject<{
|
|
2103
731
|
amount: z.ZodNumber;
|
|
@@ -2106,471 +734,62 @@ export declare const ProductManagementZodSchema: z.ZodObject<{
|
|
|
2106
734
|
isNetPrice: z.ZodOptional<z.ZodBoolean>;
|
|
2107
735
|
currencyCode: z.ZodString;
|
|
2108
736
|
countryCode: z.ZodString;
|
|
2109
|
-
},
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
amount: number;
|
|
2113
|
-
isNetPrice?: boolean | undefined;
|
|
2114
|
-
isTaxable?: boolean | undefined;
|
|
2115
|
-
maxQuantity?: number | undefined;
|
|
2116
|
-
}, {
|
|
2117
|
-
countryCode: string;
|
|
2118
|
-
currencyCode: string;
|
|
2119
|
-
amount: number;
|
|
2120
|
-
isNetPrice?: boolean | undefined;
|
|
2121
|
-
isTaxable?: boolean | undefined;
|
|
2122
|
-
maxQuantity?: number | undefined;
|
|
2123
|
-
}>, "atleastone">;
|
|
2124
|
-
}, "strip", z.ZodTypeAny, {
|
|
2125
|
-
pricing: [{
|
|
2126
|
-
countryCode: string;
|
|
2127
|
-
currencyCode: string;
|
|
2128
|
-
amount: number;
|
|
2129
|
-
isNetPrice?: boolean | undefined;
|
|
2130
|
-
isTaxable?: boolean | undefined;
|
|
2131
|
-
maxQuantity?: number | undefined;
|
|
2132
|
-
}, ...{
|
|
2133
|
-
countryCode: string;
|
|
2134
|
-
currencyCode: string;
|
|
2135
|
-
amount: number;
|
|
2136
|
-
isNetPrice?: boolean | undefined;
|
|
2137
|
-
isTaxable?: boolean | undefined;
|
|
2138
|
-
maxQuantity?: number | undefined;
|
|
2139
|
-
}[]];
|
|
2140
|
-
}, {
|
|
2141
|
-
pricing: [{
|
|
2142
|
-
countryCode: string;
|
|
2143
|
-
currencyCode: string;
|
|
2144
|
-
amount: number;
|
|
2145
|
-
isNetPrice?: boolean | undefined;
|
|
2146
|
-
isTaxable?: boolean | undefined;
|
|
2147
|
-
maxQuantity?: number | undefined;
|
|
2148
|
-
}, ...{
|
|
2149
|
-
countryCode: string;
|
|
2150
|
-
currencyCode: string;
|
|
2151
|
-
amount: number;
|
|
2152
|
-
isNetPrice?: boolean | undefined;
|
|
2153
|
-
isTaxable?: boolean | undefined;
|
|
2154
|
-
maxQuantity?: number | undefined;
|
|
2155
|
-
}[]];
|
|
2156
|
-
}>>;
|
|
2157
|
-
}, "strip", z.ZodTypeAny, {
|
|
2158
|
-
meta?: Record<string, unknown> | undefined;
|
|
2159
|
-
sequence?: number | undefined;
|
|
2160
|
-
tags?: string[] | undefined;
|
|
2161
|
-
type?: string | undefined;
|
|
2162
|
-
commerce?: {
|
|
2163
|
-
pricing: [{
|
|
2164
|
-
countryCode: string;
|
|
2165
|
-
currencyCode: string;
|
|
2166
|
-
amount: number;
|
|
2167
|
-
isNetPrice?: boolean | undefined;
|
|
2168
|
-
isTaxable?: boolean | undefined;
|
|
2169
|
-
maxQuantity?: number | undefined;
|
|
2170
|
-
}, ...{
|
|
2171
|
-
countryCode: string;
|
|
2172
|
-
currencyCode: string;
|
|
2173
|
-
amount: number;
|
|
2174
|
-
isNetPrice?: boolean | undefined;
|
|
2175
|
-
isTaxable?: boolean | undefined;
|
|
2176
|
-
maxQuantity?: number | undefined;
|
|
2177
|
-
}[]];
|
|
2178
|
-
} | undefined;
|
|
2179
|
-
plan?: {
|
|
2180
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
2181
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
2182
|
-
billingIntervalCount: number;
|
|
2183
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
2184
|
-
trialIntervalCount?: number | undefined;
|
|
2185
|
-
} | undefined;
|
|
2186
|
-
supply?: {
|
|
2187
|
-
weightInGram?: number | undefined;
|
|
2188
|
-
lengthInMillimeters?: number | undefined;
|
|
2189
|
-
widthInMillimeters?: number | undefined;
|
|
2190
|
-
heightInMillimeters?: number | undefined;
|
|
2191
|
-
} | undefined;
|
|
2192
|
-
warehousing?: {
|
|
2193
|
-
sku?: string | undefined;
|
|
2194
|
-
baseUnit?: string | undefined;
|
|
2195
|
-
} | undefined;
|
|
2196
|
-
tokenization?: {
|
|
2197
|
-
supply: number;
|
|
2198
|
-
contractAddress: string;
|
|
2199
|
-
tokenId: string;
|
|
2200
|
-
contractStandard: string;
|
|
2201
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
2202
|
-
} | undefined;
|
|
2203
|
-
}, {
|
|
2204
|
-
meta?: Record<string, unknown> | undefined;
|
|
2205
|
-
sequence?: number | undefined;
|
|
2206
|
-
tags?: string[] | undefined;
|
|
2207
|
-
type?: string | undefined;
|
|
2208
|
-
commerce?: {
|
|
2209
|
-
pricing: [{
|
|
2210
|
-
countryCode: string;
|
|
2211
|
-
currencyCode: string;
|
|
2212
|
-
amount: number;
|
|
2213
|
-
isNetPrice?: boolean | undefined;
|
|
2214
|
-
isTaxable?: boolean | undefined;
|
|
2215
|
-
maxQuantity?: number | undefined;
|
|
2216
|
-
}, ...{
|
|
2217
|
-
countryCode: string;
|
|
2218
|
-
currencyCode: string;
|
|
2219
|
-
amount: number;
|
|
2220
|
-
isNetPrice?: boolean | undefined;
|
|
2221
|
-
isTaxable?: boolean | undefined;
|
|
2222
|
-
maxQuantity?: number | undefined;
|
|
2223
|
-
}[]];
|
|
2224
|
-
} | undefined;
|
|
2225
|
-
plan?: {
|
|
2226
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
2227
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
2228
|
-
billingIntervalCount: number;
|
|
2229
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
2230
|
-
trialIntervalCount?: number | undefined;
|
|
2231
|
-
} | undefined;
|
|
2232
|
-
supply?: {
|
|
2233
|
-
weightInGram?: number | undefined;
|
|
2234
|
-
lengthInMillimeters?: number | undefined;
|
|
2235
|
-
widthInMillimeters?: number | undefined;
|
|
2236
|
-
heightInMillimeters?: number | undefined;
|
|
2237
|
-
} | undefined;
|
|
2238
|
-
warehousing?: {
|
|
2239
|
-
sku?: string | undefined;
|
|
2240
|
-
baseUnit?: string | undefined;
|
|
2241
|
-
} | undefined;
|
|
2242
|
-
tokenization?: {
|
|
2243
|
-
supply: number;
|
|
2244
|
-
contractAddress: string;
|
|
2245
|
-
tokenId: string;
|
|
2246
|
-
contractStandard: string;
|
|
2247
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
2248
|
-
} | undefined;
|
|
2249
|
-
}>>;
|
|
737
|
+
}, z.core.$strip>>;
|
|
738
|
+
}, z.core.$strip>>;
|
|
739
|
+
}, z.core.$strip>>;
|
|
2250
740
|
texts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2251
741
|
locale: z.ZodString;
|
|
2252
742
|
title: z.ZodString;
|
|
2253
743
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
2254
|
-
} & {
|
|
2255
744
|
slug: z.ZodOptional<z.ZodString>;
|
|
2256
745
|
description: z.ZodOptional<z.ZodString>;
|
|
2257
746
|
vendor: z.ZodOptional<z.ZodString>;
|
|
2258
747
|
brand: z.ZodOptional<z.ZodString>;
|
|
2259
|
-
labels: z.ZodOptional<z.ZodArray<z.ZodString
|
|
2260
|
-
},
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
slug?: string | undefined;
|
|
2266
|
-
brand?: string | undefined;
|
|
2267
|
-
vendor?: string | undefined;
|
|
2268
|
-
labels?: string[] | undefined;
|
|
2269
|
-
}, {
|
|
2270
|
-
locale: string;
|
|
2271
|
-
title: string;
|
|
2272
|
-
description?: string | undefined;
|
|
2273
|
-
subtitle?: string | undefined;
|
|
2274
|
-
slug?: string | undefined;
|
|
2275
|
-
brand?: string | undefined;
|
|
2276
|
-
vendor?: string | undefined;
|
|
2277
|
-
labels?: string[] | undefined;
|
|
2278
|
-
}>, "many">>;
|
|
2279
|
-
statusAction: z.ZodOptional<z.ZodEnum<["PUBLISH", "UNPUBLISH"]>>;
|
|
748
|
+
labels: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
749
|
+
}, z.core.$strip>>>;
|
|
750
|
+
statusAction: z.ZodOptional<z.ZodEnum<{
|
|
751
|
+
PUBLISH: "PUBLISH";
|
|
752
|
+
UNPUBLISH: "UNPUBLISH";
|
|
753
|
+
}>>;
|
|
2280
754
|
mediaName: z.ZodOptional<z.ZodString>;
|
|
2281
755
|
url: z.ZodOptional<z.ZodString>;
|
|
2282
756
|
sortKeys: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2283
757
|
productMediaId: z.ZodString;
|
|
2284
758
|
sortKey: z.ZodNumber;
|
|
2285
|
-
},
|
|
2286
|
-
sortKey: number;
|
|
2287
|
-
productMediaId: string;
|
|
2288
|
-
}, {
|
|
2289
|
-
sortKey: number;
|
|
2290
|
-
productMediaId: string;
|
|
2291
|
-
}>, "many">>;
|
|
759
|
+
}, z.core.$strip>>>;
|
|
2292
760
|
mediaTexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2293
761
|
locale: z.ZodString;
|
|
2294
762
|
title: z.ZodString;
|
|
2295
763
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
2296
|
-
},
|
|
2297
|
-
|
|
2298
|
-
title: string;
|
|
2299
|
-
subtitle?: string | undefined;
|
|
2300
|
-
}, {
|
|
2301
|
-
locale: string;
|
|
2302
|
-
title: string;
|
|
2303
|
-
subtitle?: string | undefined;
|
|
2304
|
-
}>, "many">>;
|
|
2305
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
764
|
+
}, z.core.$strip>>>;
|
|
765
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2306
766
|
variation: z.ZodOptional<z.ZodObject<{
|
|
2307
767
|
key: z.ZodString;
|
|
2308
|
-
type: z.ZodEnum<
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
}, {
|
|
2313
|
-
key: string;
|
|
2314
|
-
type: string;
|
|
2315
|
-
}>>;
|
|
768
|
+
type: z.ZodEnum<{
|
|
769
|
+
[x: string]: string;
|
|
770
|
+
}>;
|
|
771
|
+
}, z.core.$strip>>;
|
|
2316
772
|
option: z.ZodOptional<z.ZodString>;
|
|
2317
773
|
productVariationOptionValue: z.ZodOptional<z.ZodString>;
|
|
2318
774
|
variationTexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2319
775
|
locale: z.ZodString;
|
|
2320
776
|
title: z.ZodString;
|
|
2321
777
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
2322
|
-
},
|
|
2323
|
-
locale: string;
|
|
2324
|
-
title: string;
|
|
2325
|
-
subtitle?: string | undefined;
|
|
2326
|
-
}, {
|
|
2327
|
-
locale: string;
|
|
2328
|
-
title: string;
|
|
2329
|
-
subtitle?: string | undefined;
|
|
2330
|
-
}>, "many">>;
|
|
778
|
+
}, z.core.$strip>>>;
|
|
2331
779
|
assignProductId: z.ZodOptional<z.ZodString>;
|
|
2332
780
|
proxyId: z.ZodOptional<z.ZodString>;
|
|
2333
781
|
vectors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2334
782
|
key: z.ZodString;
|
|
2335
783
|
value: z.ZodString;
|
|
2336
|
-
},
|
|
2337
|
-
key: string;
|
|
2338
|
-
value: string;
|
|
2339
|
-
}, {
|
|
2340
|
-
key: string;
|
|
2341
|
-
value: string;
|
|
2342
|
-
}>, "many">>;
|
|
784
|
+
}, z.core.$strip>>>;
|
|
2343
785
|
bundleId: z.ZodOptional<z.ZodString>;
|
|
2344
786
|
bundleProductId: z.ZodOptional<z.ZodString>;
|
|
2345
787
|
index: z.ZodOptional<z.ZodNumber>;
|
|
2346
788
|
quantity: z.ZodOptional<z.ZodNumber>;
|
|
2347
789
|
currencyCode: z.ZodOptional<z.ZodString>;
|
|
2348
790
|
useNetPrice: z.ZodOptional<z.ZodBoolean>;
|
|
2349
|
-
},
|
|
2350
|
-
includeInactive: boolean;
|
|
2351
|
-
action: "GET" | "CREATE" | "UPDATE" | "REMOVE" | "LIST" | "COUNT" | "UPDATE_STATUS" | "ADD_MEDIA" | "REMOVE_MEDIA" | "REORDER_MEDIA" | "GET_MEDIA" | "UPDATE_MEDIA_TEXTS" | "CREATE_VARIATION" | "REMOVE_VARIATION" | "ADD_VARIATION_OPTION" | "REMOVE_VARIATION_OPTION" | "ADD_ASSIGNMENT" | "REMOVE_ASSIGNMENT" | "GET_ASSIGNMENTS" | "GET_VARIATION_PRODUCTS" | "UPDATE_VARIATION_TEXTS" | "ADD_BUNDLE_ITEM" | "REMOVE_BUNDLE_ITEM" | "GET_BUNDLE_ITEMS" | "SIMULATE_PRICE" | "SIMULATE_PRICE_RANGE" | "GET_CATALOG_PRICE" | "GET_PRODUCT_TEXTS" | "GET_MEDIA_TEXTS" | "GET_VARIATION_TEXTS" | "GET_REVIEWS" | "COUNT_REVIEWS" | "GET_SIBLINGS" | "UPDATE_PRODUCT_TEXTS";
|
|
2352
|
-
tags?: string[] | undefined;
|
|
2353
|
-
sort?: {
|
|
2354
|
-
key: string;
|
|
2355
|
-
value: string;
|
|
2356
|
-
}[] | undefined;
|
|
2357
|
-
index?: number | undefined;
|
|
2358
|
-
assortmentId?: string | undefined;
|
|
2359
|
-
productId?: string | undefined;
|
|
2360
|
-
slug?: string | undefined;
|
|
2361
|
-
productMediaId?: string | undefined;
|
|
2362
|
-
productVariationId?: string | undefined;
|
|
2363
|
-
productVariationOptionValue?: string | undefined;
|
|
2364
|
-
url?: string | undefined;
|
|
2365
|
-
quantity?: number | undefined;
|
|
2366
|
-
currencyCode?: string | undefined;
|
|
2367
|
-
includeDrafts?: boolean | undefined;
|
|
2368
|
-
queryString?: string | undefined;
|
|
2369
|
-
limit?: number | undefined;
|
|
2370
|
-
offset?: number | undefined;
|
|
2371
|
-
productIds?: string[] | undefined;
|
|
2372
|
-
product?: {
|
|
2373
|
-
meta?: Record<string, unknown> | undefined;
|
|
2374
|
-
sequence?: number | undefined;
|
|
2375
|
-
tags?: string[] | undefined;
|
|
2376
|
-
type?: string | undefined;
|
|
2377
|
-
commerce?: {
|
|
2378
|
-
pricing: [{
|
|
2379
|
-
countryCode: string;
|
|
2380
|
-
currencyCode: string;
|
|
2381
|
-
amount: number;
|
|
2382
|
-
isNetPrice?: boolean | undefined;
|
|
2383
|
-
isTaxable?: boolean | undefined;
|
|
2384
|
-
maxQuantity?: number | undefined;
|
|
2385
|
-
}, ...{
|
|
2386
|
-
countryCode: string;
|
|
2387
|
-
currencyCode: string;
|
|
2388
|
-
amount: number;
|
|
2389
|
-
isNetPrice?: boolean | undefined;
|
|
2390
|
-
isTaxable?: boolean | undefined;
|
|
2391
|
-
maxQuantity?: number | undefined;
|
|
2392
|
-
}[]];
|
|
2393
|
-
} | undefined;
|
|
2394
|
-
plan?: {
|
|
2395
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
2396
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
2397
|
-
billingIntervalCount: number;
|
|
2398
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
2399
|
-
trialIntervalCount?: number | undefined;
|
|
2400
|
-
} | undefined;
|
|
2401
|
-
supply?: {
|
|
2402
|
-
weightInGram?: number | undefined;
|
|
2403
|
-
lengthInMillimeters?: number | undefined;
|
|
2404
|
-
widthInMillimeters?: number | undefined;
|
|
2405
|
-
heightInMillimeters?: number | undefined;
|
|
2406
|
-
} | undefined;
|
|
2407
|
-
warehousing?: {
|
|
2408
|
-
sku?: string | undefined;
|
|
2409
|
-
baseUnit?: string | undefined;
|
|
2410
|
-
} | undefined;
|
|
2411
|
-
tokenization?: {
|
|
2412
|
-
supply: number;
|
|
2413
|
-
contractAddress: string;
|
|
2414
|
-
tokenId: string;
|
|
2415
|
-
contractStandard: string;
|
|
2416
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
2417
|
-
} | undefined;
|
|
2418
|
-
} | undefined;
|
|
2419
|
-
texts?: {
|
|
2420
|
-
locale: string;
|
|
2421
|
-
title: string;
|
|
2422
|
-
description?: string | undefined;
|
|
2423
|
-
subtitle?: string | undefined;
|
|
2424
|
-
slug?: string | undefined;
|
|
2425
|
-
brand?: string | undefined;
|
|
2426
|
-
vendor?: string | undefined;
|
|
2427
|
-
labels?: string[] | undefined;
|
|
2428
|
-
}[] | undefined;
|
|
2429
|
-
variation?: {
|
|
2430
|
-
key: string;
|
|
2431
|
-
type: string;
|
|
2432
|
-
} | undefined;
|
|
2433
|
-
option?: string | undefined;
|
|
2434
|
-
sortKeys?: {
|
|
2435
|
-
sortKey: number;
|
|
2436
|
-
productMediaId: string;
|
|
2437
|
-
}[] | undefined;
|
|
2438
|
-
proxyId?: string | undefined;
|
|
2439
|
-
vectors?: {
|
|
2440
|
-
key: string;
|
|
2441
|
-
value: string;
|
|
2442
|
-
}[] | undefined;
|
|
2443
|
-
mediaName?: string | undefined;
|
|
2444
|
-
useNetPrice?: boolean | undefined;
|
|
2445
|
-
sku?: string | undefined;
|
|
2446
|
-
statusAction?: "PUBLISH" | "UNPUBLISH" | undefined;
|
|
2447
|
-
mediaTexts?: {
|
|
2448
|
-
locale: string;
|
|
2449
|
-
title: string;
|
|
2450
|
-
subtitle?: string | undefined;
|
|
2451
|
-
}[] | undefined;
|
|
2452
|
-
variationTexts?: {
|
|
2453
|
-
locale: string;
|
|
2454
|
-
title: string;
|
|
2455
|
-
subtitle?: string | undefined;
|
|
2456
|
-
}[] | undefined;
|
|
2457
|
-
assignProductId?: string | undefined;
|
|
2458
|
-
bundleId?: string | undefined;
|
|
2459
|
-
bundleProductId?: string | undefined;
|
|
2460
|
-
}, {
|
|
2461
|
-
action: "GET" | "CREATE" | "UPDATE" | "REMOVE" | "LIST" | "COUNT" | "UPDATE_STATUS" | "ADD_MEDIA" | "REMOVE_MEDIA" | "REORDER_MEDIA" | "GET_MEDIA" | "UPDATE_MEDIA_TEXTS" | "CREATE_VARIATION" | "REMOVE_VARIATION" | "ADD_VARIATION_OPTION" | "REMOVE_VARIATION_OPTION" | "ADD_ASSIGNMENT" | "REMOVE_ASSIGNMENT" | "GET_ASSIGNMENTS" | "GET_VARIATION_PRODUCTS" | "UPDATE_VARIATION_TEXTS" | "ADD_BUNDLE_ITEM" | "REMOVE_BUNDLE_ITEM" | "GET_BUNDLE_ITEMS" | "SIMULATE_PRICE" | "SIMULATE_PRICE_RANGE" | "GET_CATALOG_PRICE" | "GET_PRODUCT_TEXTS" | "GET_MEDIA_TEXTS" | "GET_VARIATION_TEXTS" | "GET_REVIEWS" | "COUNT_REVIEWS" | "GET_SIBLINGS" | "UPDATE_PRODUCT_TEXTS";
|
|
2462
|
-
tags?: string[] | undefined;
|
|
2463
|
-
sort?: {
|
|
2464
|
-
key: string;
|
|
2465
|
-
value: string;
|
|
2466
|
-
}[] | undefined;
|
|
2467
|
-
index?: number | undefined;
|
|
2468
|
-
assortmentId?: string | undefined;
|
|
2469
|
-
productId?: string | undefined;
|
|
2470
|
-
slug?: string | undefined;
|
|
2471
|
-
productMediaId?: string | undefined;
|
|
2472
|
-
productVariationId?: string | undefined;
|
|
2473
|
-
productVariationOptionValue?: string | undefined;
|
|
2474
|
-
url?: string | undefined;
|
|
2475
|
-
includeInactive?: boolean | undefined;
|
|
2476
|
-
quantity?: number | undefined;
|
|
2477
|
-
currencyCode?: string | undefined;
|
|
2478
|
-
includeDrafts?: boolean | undefined;
|
|
2479
|
-
queryString?: string | undefined;
|
|
2480
|
-
limit?: number | undefined;
|
|
2481
|
-
offset?: number | undefined;
|
|
2482
|
-
productIds?: string[] | undefined;
|
|
2483
|
-
product?: {
|
|
2484
|
-
meta?: Record<string, unknown> | undefined;
|
|
2485
|
-
sequence?: number | undefined;
|
|
2486
|
-
tags?: string[] | undefined;
|
|
2487
|
-
type?: string | undefined;
|
|
2488
|
-
commerce?: {
|
|
2489
|
-
pricing: [{
|
|
2490
|
-
countryCode: string;
|
|
2491
|
-
currencyCode: string;
|
|
2492
|
-
amount: number;
|
|
2493
|
-
isNetPrice?: boolean | undefined;
|
|
2494
|
-
isTaxable?: boolean | undefined;
|
|
2495
|
-
maxQuantity?: number | undefined;
|
|
2496
|
-
}, ...{
|
|
2497
|
-
countryCode: string;
|
|
2498
|
-
currencyCode: string;
|
|
2499
|
-
amount: number;
|
|
2500
|
-
isNetPrice?: boolean | undefined;
|
|
2501
|
-
isTaxable?: boolean | undefined;
|
|
2502
|
-
maxQuantity?: number | undefined;
|
|
2503
|
-
}[]];
|
|
2504
|
-
} | undefined;
|
|
2505
|
-
plan?: {
|
|
2506
|
-
usageCalculationType: "LICENSED" | "METERED";
|
|
2507
|
-
billingInterval: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS";
|
|
2508
|
-
billingIntervalCount: number;
|
|
2509
|
-
trialInterval?: "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | undefined;
|
|
2510
|
-
trialIntervalCount?: number | undefined;
|
|
2511
|
-
} | undefined;
|
|
2512
|
-
supply?: {
|
|
2513
|
-
weightInGram?: number | undefined;
|
|
2514
|
-
lengthInMillimeters?: number | undefined;
|
|
2515
|
-
widthInMillimeters?: number | undefined;
|
|
2516
|
-
heightInMillimeters?: number | undefined;
|
|
2517
|
-
} | undefined;
|
|
2518
|
-
warehousing?: {
|
|
2519
|
-
sku?: string | undefined;
|
|
2520
|
-
baseUnit?: string | undefined;
|
|
2521
|
-
} | undefined;
|
|
2522
|
-
tokenization?: {
|
|
2523
|
-
supply: number;
|
|
2524
|
-
contractAddress: string;
|
|
2525
|
-
tokenId: string;
|
|
2526
|
-
contractStandard: string;
|
|
2527
|
-
ercMetadataProperties?: Record<string, any> | undefined;
|
|
2528
|
-
} | undefined;
|
|
2529
|
-
} | undefined;
|
|
2530
|
-
texts?: {
|
|
2531
|
-
locale: string;
|
|
2532
|
-
title: string;
|
|
2533
|
-
description?: string | undefined;
|
|
2534
|
-
subtitle?: string | undefined;
|
|
2535
|
-
slug?: string | undefined;
|
|
2536
|
-
brand?: string | undefined;
|
|
2537
|
-
vendor?: string | undefined;
|
|
2538
|
-
labels?: string[] | undefined;
|
|
2539
|
-
}[] | undefined;
|
|
2540
|
-
variation?: {
|
|
2541
|
-
key: string;
|
|
2542
|
-
type: string;
|
|
2543
|
-
} | undefined;
|
|
2544
|
-
option?: string | undefined;
|
|
2545
|
-
sortKeys?: {
|
|
2546
|
-
sortKey: number;
|
|
2547
|
-
productMediaId: string;
|
|
2548
|
-
}[] | undefined;
|
|
2549
|
-
proxyId?: string | undefined;
|
|
2550
|
-
vectors?: {
|
|
2551
|
-
key: string;
|
|
2552
|
-
value: string;
|
|
2553
|
-
}[] | undefined;
|
|
2554
|
-
mediaName?: string | undefined;
|
|
2555
|
-
useNetPrice?: boolean | undefined;
|
|
2556
|
-
sku?: string | undefined;
|
|
2557
|
-
statusAction?: "PUBLISH" | "UNPUBLISH" | undefined;
|
|
2558
|
-
mediaTexts?: {
|
|
2559
|
-
locale: string;
|
|
2560
|
-
title: string;
|
|
2561
|
-
subtitle?: string | undefined;
|
|
2562
|
-
}[] | undefined;
|
|
2563
|
-
variationTexts?: {
|
|
2564
|
-
locale: string;
|
|
2565
|
-
title: string;
|
|
2566
|
-
subtitle?: string | undefined;
|
|
2567
|
-
}[] | undefined;
|
|
2568
|
-
assignProductId?: string | undefined;
|
|
2569
|
-
bundleId?: string | undefined;
|
|
2570
|
-
bundleProductId?: string | undefined;
|
|
2571
|
-
}>;
|
|
791
|
+
}, z.core.$strip>;
|
|
2572
792
|
export type ProductManagementParams = z.infer<typeof ProductManagementZodSchema>;
|
|
2573
793
|
export type ActionName = keyof typeof actionValidators;
|
|
2574
794
|
export type Params<T extends ActionName> = z.infer<(typeof actionValidators)[T]>;
|
|
2575
795
|
export type Handler<T extends ActionName> = (productModule: any, params: Params<T>) => Promise<unknown>;
|
|
2576
|
-
//# sourceMappingURL=schemas.d.ts.map
|