@unchainedshop/api 4.0.0-rc.16 → 4.0.0-rc.18
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/lib/api-index.d.ts +1 -1
- package/lib/api-index.d.ts.map +1 -1
- package/lib/api-index.js +5 -3
- package/lib/api-index.js.map +1 -1
- package/lib/chat/defaultSystemPrompt.d.ts +1 -1
- package/lib/chat/defaultSystemPrompt.d.ts.map +1 -1
- package/lib/chat/defaultSystemPrompt.js +12 -3
- package/lib/chat/defaultSystemPrompt.js.map +1 -1
- package/lib/context.d.ts.map +1 -1
- package/lib/context.js +5 -2
- package/lib/context.js.map +1 -1
- package/lib/createGraphQLServer.d.ts +7 -4
- package/lib/createGraphQLServer.d.ts.map +1 -1
- package/lib/createGraphQLServer.js +6 -6
- package/lib/createGraphQLServer.js.map +1 -1
- package/lib/errors.d.ts +1 -0
- package/lib/errors.d.ts.map +1 -1
- package/lib/errors.js +1 -0
- package/lib/errors.js.map +1 -1
- package/lib/express/chatHandler.d.ts.map +1 -1
- package/lib/express/chatHandler.js +58 -9
- package/lib/express/chatHandler.js.map +1 -1
- package/lib/express/createApolloMiddleware.d.ts +4 -0
- package/lib/express/createApolloMiddleware.d.ts.map +1 -0
- package/lib/express/createApolloMiddleware.js +36 -0
- package/lib/express/createApolloMiddleware.js.map +1 -0
- package/lib/express/createBulkImportMiddleware.d.ts.map +1 -1
- package/lib/express/createBulkImportMiddleware.js +2 -0
- package/lib/express/createBulkImportMiddleware.js.map +1 -1
- package/lib/express/createERCMetadataMiddleware.d.ts.map +1 -1
- package/lib/express/createERCMetadataMiddleware.js +4 -2
- package/lib/express/createERCMetadataMiddleware.js.map +1 -1
- package/lib/express/createMCPMiddleware.js +1 -1
- package/lib/express/createMCPMiddleware.js.map +1 -1
- package/lib/express/createSingleSignOnMiddleware.d.ts +5 -0
- package/lib/express/createSingleSignOnMiddleware.d.ts.map +1 -0
- package/lib/express/createSingleSignOnMiddleware.js +71 -0
- package/lib/express/createSingleSignOnMiddleware.js.map +1 -0
- package/lib/express/createTempUploadMiddleware.d.ts.map +1 -1
- package/lib/express/createTempUploadMiddleware.js +2 -0
- package/lib/express/createTempUploadMiddleware.js.map +1 -1
- package/lib/express/index.js +1 -1
- package/lib/express/index.js.map +1 -1
- package/lib/fastify/bulkImportHandler.d.ts.map +1 -1
- package/lib/fastify/bulkImportHandler.js +2 -0
- package/lib/fastify/bulkImportHandler.js.map +1 -1
- package/lib/fastify/chatHandler.d.ts.map +1 -1
- package/lib/fastify/chatHandler.js +57 -10
- package/lib/fastify/chatHandler.js.map +1 -1
- package/lib/fastify/ercMetadataHandler.js +1 -1
- package/lib/fastify/ercMetadataHandler.js.map +1 -1
- package/lib/fastify/index.js +1 -1
- package/lib/fastify/index.js.map +1 -1
- package/lib/fastify/tempUploadHandler.d.ts.map +1 -1
- package/lib/fastify/tempUploadHandler.js +2 -0
- package/lib/fastify/tempUploadHandler.js.map +1 -1
- package/lib/hashPassword.d.ts +2 -0
- package/lib/hashPassword.d.ts.map +1 -0
- package/lib/hashPassword.js +5 -0
- package/lib/hashPassword.js.map +1 -0
- package/lib/loaders/assortmentLinksLoader.d.ts.map +1 -1
- package/lib/loaders/assortmentLinksLoader.js +7 -4
- package/lib/loaders/assortmentLinksLoader.js.map +1 -1
- package/lib/loaders/assortmentMediasLoader.d.ts +2 -2
- package/lib/loaders/assortmentMediasLoader.d.ts.map +1 -1
- package/lib/loaders/assortmentMediasLoader.js.map +1 -1
- package/lib/loaders/filterTextLoader.d.ts +2 -2
- package/lib/loaders/filterTextLoader.d.ts.map +1 -1
- package/lib/loaders/filterTextLoader.js.map +1 -1
- package/lib/loaders/index.d.ts +8 -8
- package/lib/loaders/productMediasLoader.d.ts +2 -2
- package/lib/loaders/productMediasLoader.d.ts.map +1 -1
- package/lib/loaders/productMediasLoader.js.map +1 -1
- package/lib/loaders/productProxiesLoader.d.ts +2 -2
- package/lib/loaders/productProxiesLoader.d.ts.map +1 -1
- package/lib/loaders/productProxiesLoader.js.map +1 -1
- package/lib/loaders/utils.js +1 -1
- package/lib/loaders/utils.js.map +1 -1
- package/lib/locale-context.js +2 -2
- package/lib/locale-context.js.map +1 -1
- package/lib/mcp/index.d.ts.map +1 -1
- package/lib/mcp/index.js +4 -0
- package/lib/mcp/index.js.map +1 -1
- package/lib/mcp/resources/localization.d.ts +4 -0
- package/lib/mcp/resources/localization.d.ts.map +1 -0
- package/lib/mcp/resources/localization.js +93 -0
- package/lib/mcp/resources/localization.js.map +1 -0
- package/lib/mcp/tools/assortment/handlers/addAssortmentFilter.d.ts +24 -1
- package/lib/mcp/tools/assortment/handlers/addAssortmentFilter.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/addAssortmentLink.d.ts +24 -1
- package/lib/mcp/tools/assortment/handlers/addAssortmentLink.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/addAssortmentMedia.d.ts +24 -1
- package/lib/mcp/tools/assortment/handlers/addAssortmentMedia.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/addAssortmentProduct.d.ts +24 -1
- package/lib/mcp/tools/assortment/handlers/addAssortmentProduct.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/createAssortment.d.ts +25 -1
- package/lib/mcp/tools/assortment/handlers/createAssortment.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/getAssortment.d.ts +24 -1
- package/lib/mcp/tools/assortment/handlers/getAssortment.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentChildren.d.ts +48 -2
- package/lib/mcp/tools/assortment/handlers/getAssortmentChildren.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentFilters.d.ts +33 -10
- package/lib/mcp/tools/assortment/handlers/getAssortmentFilters.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentLinks.d.ts +51 -2
- package/lib/mcp/tools/assortment/handlers/getAssortmentLinks.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentMedia.d.ts +30 -2
- package/lib/mcp/tools/assortment/handlers/getAssortmentMedia.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/getAssortmentProducts.d.ts +46 -18
- package/lib/mcp/tools/assortment/handlers/getAssortmentProducts.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/listAssortments.d.ts +24 -1
- package/lib/mcp/tools/assortment/handlers/listAssortments.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortment.js +2 -2
- package/lib/mcp/tools/assortment/handlers/removeAssortment.js.map +1 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortmentFilter.js +2 -2
- package/lib/mcp/tools/assortment/handlers/removeAssortmentFilter.js.map +1 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortmentLink.js +2 -2
- package/lib/mcp/tools/assortment/handlers/removeAssortmentLink.js.map +1 -1
- package/lib/mcp/tools/assortment/handlers/removeAssortmentProduct.js +2 -2
- package/lib/mcp/tools/assortment/handlers/removeAssortmentProduct.js.map +1 -1
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentFilters.d.ts +9 -9
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentLinks.d.ts +27 -1
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentLinks.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentMedia.d.ts +6 -1
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentMedia.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentProducts.d.ts +22 -17
- package/lib/mcp/tools/assortment/handlers/reorderAssortmentProducts.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/searchAssortmentProducts.d.ts +43 -15
- package/lib/mcp/tools/assortment/handlers/searchAssortmentProducts.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/setAssortmentBase.d.ts +24 -1
- package/lib/mcp/tools/assortment/handlers/setAssortmentBase.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/updateAssortment.d.ts +24 -1
- package/lib/mcp/tools/assortment/handlers/updateAssortment.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/updateAssortmentMediaTexts.d.ts +7 -1
- package/lib/mcp/tools/assortment/handlers/updateAssortmentMediaTexts.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/handlers/updateAssortmentMediaTexts.js.map +1 -1
- package/lib/mcp/tools/assortment/handlers/updateAssortmentStatus.d.ts +24 -1
- package/lib/mcp/tools/assortment/handlers/updateAssortmentStatus.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/schemas.d.ts +478 -478
- package/lib/mcp/tools/assortment/schemas.js +1 -1
- package/lib/mcp/tools/assortment/schemas.js.map +1 -1
- package/lib/mcp/tools/filter/handlers/createFilter.d.ts +12 -11
- package/lib/mcp/tools/filter/handlers/createFilter.d.ts.map +1 -1
- package/lib/mcp/tools/filter/handlers/createFilter.js.map +1 -1
- package/lib/mcp/tools/filter/handlers/createFilterOption.d.ts +14 -11
- package/lib/mcp/tools/filter/handlers/createFilterOption.d.ts.map +1 -1
- package/lib/mcp/tools/filter/handlers/createFilterOption.js +4 -2
- package/lib/mcp/tools/filter/handlers/createFilterOption.js.map +1 -1
- package/lib/mcp/tools/filter/handlers/getFilter.d.ts +10 -10
- package/lib/mcp/tools/filter/handlers/listFilters.d.ts +10 -10
- package/lib/mcp/tools/filter/handlers/removeFilterOption.d.ts +12 -10
- package/lib/mcp/tools/filter/handlers/removeFilterOption.d.ts.map +1 -1
- package/lib/mcp/tools/filter/handlers/removeFilterOption.js +2 -0
- package/lib/mcp/tools/filter/handlers/removeFilterOption.js.map +1 -1
- package/lib/mcp/tools/filter/handlers/updateFilter.d.ts +10 -10
- package/lib/mcp/tools/filter/handlers/updateFilterTexts.d.ts +13 -12
- package/lib/mcp/tools/filter/handlers/updateFilterTexts.d.ts.map +1 -1
- package/lib/mcp/tools/filter/handlers/updateFilterTexts.js.map +1 -1
- package/lib/mcp/tools/filter/schemas.d.ts +266 -266
- package/lib/mcp/tools/localization/handlers/getLocalization.d.ts +1 -1
- package/lib/mcp/tools/localization/index.js +1 -1
- package/lib/mcp/tools/localization/index.js.map +1 -1
- package/lib/mcp/tools/localization/schemas.d.ts +154 -154
- package/lib/mcp/tools/order/handlers/confirmOrder.d.ts +38 -57
- package/lib/mcp/tools/order/handlers/confirmOrder.d.ts.map +1 -1
- package/lib/mcp/tools/order/handlers/deliverOrder.d.ts +38 -57
- package/lib/mcp/tools/order/handlers/deliverOrder.d.ts.map +1 -1
- package/lib/mcp/tools/order/handlers/deliverOrder.js +7 -4
- package/lib/mcp/tools/order/handlers/deliverOrder.js.map +1 -1
- package/lib/mcp/tools/order/handlers/getMonthlyBreakdown.d.ts +10 -0
- package/lib/mcp/tools/order/handlers/getMonthlyBreakdown.d.ts.map +1 -1
- package/lib/mcp/tools/order/handlers/getOrder.d.ts +38 -57
- package/lib/mcp/tools/order/handlers/getOrder.d.ts.map +1 -1
- package/lib/mcp/tools/order/handlers/getSalesSummary.d.ts +10 -0
- package/lib/mcp/tools/order/handlers/getSalesSummary.d.ts.map +1 -1
- package/lib/mcp/tools/order/handlers/getTopCustomers.d.ts +13 -13
- package/lib/mcp/tools/order/handlers/getTopCustomers.d.ts.map +1 -1
- package/lib/mcp/tools/order/handlers/getTopCustomers.js +10 -7
- package/lib/mcp/tools/order/handlers/getTopCustomers.js.map +1 -1
- package/lib/mcp/tools/order/handlers/getTopProducts.d.ts +20 -15
- package/lib/mcp/tools/order/handlers/getTopProducts.d.ts.map +1 -1
- package/lib/mcp/tools/order/handlers/getUserCart.d.ts +38 -57
- package/lib/mcp/tools/order/handlers/getUserCart.d.ts.map +1 -1
- package/lib/mcp/tools/order/handlers/listOrders.d.ts +39 -58
- package/lib/mcp/tools/order/handlers/listOrders.d.ts.map +1 -1
- package/lib/mcp/tools/order/handlers/payOrder.d.ts +38 -57
- package/lib/mcp/tools/order/handlers/payOrder.d.ts.map +1 -1
- package/lib/mcp/tools/order/handlers/payOrder.js +7 -4
- package/lib/mcp/tools/order/handlers/payOrder.js.map +1 -1
- package/lib/mcp/tools/order/handlers/rejectOrder.d.ts +38 -57
- package/lib/mcp/tools/order/handlers/rejectOrder.d.ts.map +1 -1
- package/lib/mcp/tools/order/schemas.d.ts +184 -184
- package/lib/mcp/tools/product/handlers/addBundleItem.d.ts +18 -13
- package/lib/mcp/tools/product/handlers/addBundleItem.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/addBundleItem.js +16 -19
- package/lib/mcp/tools/product/handlers/addBundleItem.js.map +1 -1
- package/lib/mcp/tools/product/handlers/addProductAssignment.d.ts +20 -15
- package/lib/mcp/tools/product/handlers/addProductAssignment.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/addProductAssignment.js.map +1 -1
- package/lib/mcp/tools/product/handlers/addProductMedia.d.ts +18 -13
- package/lib/mcp/tools/product/handlers/addProductMedia.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/addProductVariationOption.d.ts +18 -13
- package/lib/mcp/tools/product/handlers/addProductVariationOption.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/addProductVariationOption.js +2 -2
- package/lib/mcp/tools/product/handlers/addProductVariationOption.js.map +1 -1
- package/lib/mcp/tools/product/handlers/createProduct.d.ts +18 -13
- package/lib/mcp/tools/product/handlers/createProduct.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/createProductVariation.d.ts +18 -13
- package/lib/mcp/tools/product/handlers/createProductVariation.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/createProductVariation.js +1 -0
- package/lib/mcp/tools/product/handlers/createProductVariation.js.map +1 -1
- package/lib/mcp/tools/product/handlers/getBundleItems.d.ts +18 -13
- package/lib/mcp/tools/product/handlers/getBundleItems.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/getCatalogPrice.d.ts +4 -2
- package/lib/mcp/tools/product/handlers/getCatalogPrice.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/getCatalogPrice.js +3 -1
- package/lib/mcp/tools/product/handlers/getCatalogPrice.js.map +1 -1
- package/lib/mcp/tools/product/handlers/getProduct.d.ts +18 -13
- package/lib/mcp/tools/product/handlers/getProduct.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/getProductAssignments.d.ts +1 -2
- package/lib/mcp/tools/product/handlers/getProductAssignments.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/getProductAssignments.js +4 -4
- package/lib/mcp/tools/product/handlers/getProductAssignments.js.map +1 -1
- package/lib/mcp/tools/product/handlers/getProductMedia.d.ts +6 -1
- package/lib/mcp/tools/product/handlers/getProductMedia.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/getSiblings.d.ts +19 -14
- package/lib/mcp/tools/product/handlers/getSiblings.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/getVariationProducts.d.ts +19 -14
- package/lib/mcp/tools/product/handlers/getVariationProducts.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/index.d.ts +2 -0
- package/lib/mcp/tools/product/handlers/index.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/index.js +2 -0
- package/lib/mcp/tools/product/handlers/index.js.map +1 -1
- package/lib/mcp/tools/product/handlers/listProducts.d.ts +19 -14
- package/lib/mcp/tools/product/handlers/listProducts.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/removeProduct.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/removeProduct.js +15 -3
- package/lib/mcp/tools/product/handlers/removeProduct.js.map +1 -1
- package/lib/mcp/tools/product/handlers/reorderProductMedia.d.ts +6 -1
- package/lib/mcp/tools/product/handlers/reorderProductMedia.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/simulatePrice.d.ts +4 -2
- package/lib/mcp/tools/product/handlers/simulatePrice.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/simulatePrice.js +2 -0
- package/lib/mcp/tools/product/handlers/simulatePrice.js.map +1 -1
- package/lib/mcp/tools/product/handlers/simulatePriceRange.d.ts +9 -2
- package/lib/mcp/tools/product/handlers/simulatePriceRange.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/simulatePriceRange.js +2 -0
- package/lib/mcp/tools/product/handlers/simulatePriceRange.js.map +1 -1
- package/lib/mcp/tools/product/handlers/updateProduct.d.ts +18 -13
- package/lib/mcp/tools/product/handlers/updateProduct.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/updateProductMediaTexts.d.ts +2 -1
- package/lib/mcp/tools/product/handlers/updateProductMediaTexts.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/updateProductMediaTexts.js.map +1 -1
- package/lib/mcp/tools/product/handlers/updateProductStatus.d.ts +18 -13
- package/lib/mcp/tools/product/handlers/updateProductStatus.d.ts.map +1 -1
- package/lib/mcp/tools/product/handlers/updateProductTexts.d.ts +6 -0
- package/lib/mcp/tools/product/handlers/updateProductTexts.d.ts.map +1 -0
- package/lib/mcp/tools/product/handlers/updateProductTexts.js +11 -0
- package/lib/mcp/tools/product/handlers/updateProductTexts.js.map +1 -0
- package/lib/mcp/tools/product/schemas.d.ts +1605 -1549
- package/lib/mcp/tools/product/schemas.d.ts.map +1 -1
- package/lib/mcp/tools/product/schemas.js +13 -6
- package/lib/mcp/tools/product/schemas.js.map +1 -1
- package/lib/mcp/tools/provider/handlers/getProvider.d.ts +1 -1
- package/lib/mcp/tools/provider/handlers/getProviderInterfaces.d.ts +1 -1
- package/lib/mcp/tools/provider/schemas.d.ts +110 -110
- package/lib/mcp/tools/quotation/handlers/countQuotations.d.ts +4 -0
- package/lib/mcp/tools/quotation/handlers/countQuotations.d.ts.map +1 -0
- package/lib/mcp/tools/quotation/handlers/countQuotations.js +5 -0
- package/lib/mcp/tools/quotation/handlers/countQuotations.js.map +1 -0
- package/lib/mcp/tools/quotation/handlers/getQuotation.d.ts +105 -0
- package/lib/mcp/tools/quotation/handlers/getQuotation.d.ts.map +1 -0
- package/lib/mcp/tools/quotation/handlers/getQuotation.js +6 -0
- package/lib/mcp/tools/quotation/handlers/getQuotation.js.map +1 -0
- package/lib/mcp/tools/quotation/handlers/index.d.ts +16 -0
- package/lib/mcp/tools/quotation/handlers/index.d.ts.map +1 -0
- package/lib/mcp/tools/quotation/handlers/index.js +15 -0
- package/lib/mcp/tools/quotation/handlers/index.js.map +1 -0
- package/lib/mcp/tools/quotation/handlers/listQuotations.d.ts +107 -0
- package/lib/mcp/tools/quotation/handlers/listQuotations.d.ts.map +1 -0
- package/lib/mcp/tools/quotation/handlers/listQuotations.js +9 -0
- package/lib/mcp/tools/quotation/handlers/listQuotations.js.map +1 -0
- package/lib/mcp/tools/quotation/handlers/makeQuotationProposal.d.ts +106 -0
- package/lib/mcp/tools/quotation/handlers/makeQuotationProposal.d.ts.map +1 -0
- package/lib/mcp/tools/quotation/handlers/makeQuotationProposal.js +16 -0
- package/lib/mcp/tools/quotation/handlers/makeQuotationProposal.js.map +1 -0
- package/lib/mcp/tools/quotation/handlers/rejectQuotation.d.ts +106 -0
- package/lib/mcp/tools/quotation/handlers/rejectQuotation.d.ts.map +1 -0
- package/lib/mcp/tools/quotation/handlers/rejectQuotation.js +16 -0
- package/lib/mcp/tools/quotation/handlers/rejectQuotation.js.map +1 -0
- package/lib/mcp/tools/quotation/handlers/verifyQuotation.d.ts +106 -0
- package/lib/mcp/tools/quotation/handlers/verifyQuotation.d.ts.map +1 -0
- package/lib/mcp/tools/quotation/handlers/verifyQuotation.js +16 -0
- package/lib/mcp/tools/quotation/handlers/verifyQuotation.js.map +1 -0
- package/lib/mcp/tools/quotation/index.d.ts +4 -0
- package/lib/mcp/tools/quotation/index.d.ts.map +1 -0
- package/lib/mcp/tools/quotation/index.js +5 -0
- package/lib/mcp/tools/quotation/index.js.map +1 -0
- package/lib/mcp/tools/quotation/quotationManagement.d.ts +10 -0
- package/lib/mcp/tools/quotation/quotationManagement.d.ts.map +1 -0
- package/lib/mcp/tools/quotation/quotationManagement.js +24 -0
- package/lib/mcp/tools/quotation/quotationManagement.js.map +1 -0
- package/lib/mcp/tools/quotation/schemas.d.ts +240 -0
- package/lib/mcp/tools/quotation/schemas.d.ts.map +1 -0
- package/lib/mcp/tools/quotation/schemas.js +99 -0
- package/lib/mcp/tools/quotation/schemas.js.map +1 -0
- package/lib/mcp/tools/system/handlers/getEvent.d.ts +1 -1
- package/lib/mcp/tools/system/handlers/getShopInfo.d.ts +2 -2
- package/lib/mcp/tools/system/handlers/getWorkStatistics.d.ts +2 -2
- package/lib/mcp/tools/system/handlers/index.d.ts +6 -6
- package/lib/mcp/tools/system/handlers/listWork.d.ts +2 -2
- package/lib/mcp/tools/system/handlers/listWork.d.ts.map +1 -1
- package/lib/mcp/tools/system/handlers/listWork.js.map +1 -1
- package/lib/mcp/tools/system/index.js +1 -1
- package/lib/mcp/tools/system/index.js.map +1 -1
- package/lib/mcp/tools/system/schemas.d.ts +220 -220
- package/lib/mcp/tools/system/schemas.js +2 -2
- package/lib/mcp/tools/system/schemas.js.map +1 -1
- package/lib/mcp/tools/system/types.d.ts +1 -1
- package/lib/mcp/tools/system/types.d.ts.map +1 -1
- package/lib/mcp/tools/users/handlers/addUserEmail.d.ts +9 -4
- package/lib/mcp/tools/users/handlers/addUserEmail.d.ts.map +1 -1
- package/lib/mcp/tools/users/handlers/addUserEmail.js +2 -2
- package/lib/mcp/tools/users/handlers/addUserEmail.js.map +1 -1
- package/lib/mcp/tools/users/handlers/createUser.d.ts +9 -4
- package/lib/mcp/tools/users/handlers/createUser.d.ts.map +1 -1
- package/lib/mcp/tools/users/handlers/enrollUser.d.ts +9 -4
- package/lib/mcp/tools/users/handlers/enrollUser.d.ts.map +1 -1
- package/lib/mcp/tools/users/handlers/enrollUser.js +1 -1
- package/lib/mcp/tools/users/handlers/enrollUser.js.map +1 -1
- package/lib/mcp/tools/users/handlers/getCurrentUser.d.ts +9 -4
- package/lib/mcp/tools/users/handlers/getCurrentUser.d.ts.map +1 -1
- package/lib/mcp/tools/users/handlers/getCurrentUser.js.map +1 -1
- package/lib/mcp/tools/users/handlers/getUser.d.ts +9 -4
- package/lib/mcp/tools/users/handlers/getUser.d.ts.map +1 -1
- package/lib/mcp/tools/users/handlers/getUserAvatar.d.ts +7 -2
- package/lib/mcp/tools/users/handlers/getUserAvatar.d.ts.map +1 -1
- package/lib/mcp/tools/users/handlers/getUserAvatar.js +1 -1
- package/lib/mcp/tools/users/handlers/getUserAvatar.js.map +1 -1
- package/lib/mcp/tools/users/handlers/getUserBookmarks.d.ts +23 -18
- package/lib/mcp/tools/users/handlers/getUserBookmarks.d.ts.map +1 -1
- package/lib/mcp/tools/users/handlers/getUserEnrollments.d.ts +33 -24
- package/lib/mcp/tools/users/handlers/getUserEnrollments.d.ts.map +1 -1
- package/lib/mcp/tools/users/handlers/getUserOrders.d.ts +39 -58
- package/lib/mcp/tools/users/handlers/getUserOrders.d.ts.map +1 -1
- package/lib/mcp/tools/users/handlers/getUserQuotations.d.ts +29 -20
- package/lib/mcp/tools/users/handlers/getUserQuotations.d.ts.map +1 -1
- package/lib/mcp/tools/users/handlers/getUserReviews.d.ts +23 -18
- package/lib/mcp/tools/users/handlers/getUserReviews.d.ts.map +1 -1
- package/lib/mcp/tools/users/handlers/listUsers.d.ts +10 -5
- package/lib/mcp/tools/users/handlers/listUsers.d.ts.map +1 -1
- package/lib/mcp/tools/users/handlers/removeUserEmail.js.map +1 -1
- package/lib/mcp/tools/users/handlers/setUserTags.d.ts +9 -4
- package/lib/mcp/tools/users/handlers/setUserTags.d.ts.map +1 -1
- package/lib/mcp/tools/users/handlers/setUserUsername.d.ts +9 -4
- package/lib/mcp/tools/users/handlers/setUserUsername.d.ts.map +1 -1
- package/lib/mcp/tools/users/handlers/updateUser.d.ts +9 -4
- package/lib/mcp/tools/users/handlers/updateUser.d.ts.map +1 -1
- package/lib/mcp/tools/users/schemas.d.ts +586 -586
- package/lib/mcp/utils/getNormalizedAssortmentDetails.d.ts +24 -1
- package/lib/mcp/utils/getNormalizedAssortmentDetails.d.ts.map +1 -1
- package/lib/mcp/utils/getNormalizedAssortmentDetails.js +5 -21
- package/lib/mcp/utils/getNormalizedAssortmentDetails.js.map +1 -1
- package/lib/mcp/utils/getNormalizedFilterDetails.d.ts +10 -10
- package/lib/mcp/utils/getNormalizedFilterDetails.js.map +1 -1
- package/lib/mcp/utils/getNormalizedOrderDetails.d.ts +38 -57
- package/lib/mcp/utils/getNormalizedOrderDetails.d.ts.map +1 -1
- package/lib/mcp/utils/getNormalizedOrderDetails.js.map +1 -1
- package/lib/mcp/utils/getNormalizedProductDetails.d.ts +18 -13
- package/lib/mcp/utils/getNormalizedProductDetails.d.ts.map +1 -1
- package/lib/mcp/utils/getNormalizedProductDetails.js +2 -23
- package/lib/mcp/utils/getNormalizedProductDetails.js.map +1 -1
- package/lib/mcp/utils/getNormalizedQuotationDetails.d.ts +104 -0
- package/lib/mcp/utils/getNormalizedQuotationDetails.d.ts.map +1 -0
- package/lib/mcp/utils/getNormalizedQuotationDetails.js +35 -0
- package/lib/mcp/utils/getNormalizedQuotationDetails.js.map +1 -0
- package/lib/mcp/utils/getNormalizedUserDetails.d.ts +9 -4
- package/lib/mcp/utils/getNormalizedUserDetails.d.ts.map +1 -1
- package/lib/mcp/utils/getNormalizedUserDetails.js.map +1 -1
- package/lib/mcp/utils/normalizeMediaUrl.d.ts +8 -1
- package/lib/mcp/utils/normalizeMediaUrl.d.ts.map +1 -1
- package/lib/mcp/utils/normalizeMediaUrl.js.map +1 -1
- package/lib/mcp/utils/normalizeProxyAssignments.d.ts +6 -0
- package/lib/mcp/utils/normalizeProxyAssignments.d.ts.map +1 -0
- package/lib/mcp/utils/normalizeProxyAssignments.js +27 -0
- package/lib/mcp/utils/normalizeProxyAssignments.js.map +1 -0
- package/lib/mcp/utils/orderFilters.d.ts +1 -1
- package/lib/mcp/utils/orderFilters.d.ts.map +1 -1
- package/lib/mcp/utils/sharedSchemas.d.ts +14 -14
- package/lib/mcp/utils/sharedSchemas.js +1 -1
- package/lib/mcp/utils/sharedSchemas.js.map +1 -1
- package/lib/resolvers/mutations/accounts/addEmail.d.ts +1 -1
- package/lib/resolvers/mutations/accounts/addEmail.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/addEmail.js.map +1 -1
- package/lib/resolvers/mutations/accounts/addWeb3Address.d.ts +1 -1
- package/lib/resolvers/mutations/accounts/addWeb3Address.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/addWeb3Address.js.map +1 -1
- package/lib/resolvers/mutations/accounts/addWebAuthnCredentials.d.ts +1 -1
- package/lib/resolvers/mutations/accounts/addWebAuthnCredentials.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/addWebAuthnCredentials.js.map +1 -1
- package/lib/resolvers/mutations/accounts/buildSecretTOTPAuthURL.d.ts +3 -0
- package/lib/resolvers/mutations/accounts/buildSecretTOTPAuthURL.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/buildSecretTOTPAuthURL.js +6 -0
- package/lib/resolvers/mutations/accounts/buildSecretTOTPAuthURL.js.map +1 -0
- package/lib/resolvers/mutations/accounts/changePassword.js.map +1 -1
- package/lib/resolvers/mutations/accounts/createUser.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/createUser.js +2 -2
- package/lib/resolvers/mutations/accounts/createUser.js.map +1 -1
- package/lib/resolvers/mutations/accounts/createWebAuthnCredentialCreationOptions.d.ts +2 -2
- package/lib/resolvers/mutations/accounts/createWebAuthnCredentialCreationOptions.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/createWebAuthnCredentialRequestOptions.d.ts +2 -2
- package/lib/resolvers/mutations/accounts/createWebAuthnCredentialRequestOptions.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/disableTOTP.d.ts +6 -0
- package/lib/resolvers/mutations/accounts/disableTOTP.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/disableTOTP.js +27 -0
- package/lib/resolvers/mutations/accounts/disableTOTP.js.map +1 -0
- package/lib/resolvers/mutations/accounts/enableTOTP.d.ts +6 -0
- package/lib/resolvers/mutations/accounts/enableTOTP.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/enableTOTP.js +20 -0
- package/lib/resolvers/mutations/accounts/enableTOTP.js.map +1 -0
- package/lib/resolvers/mutations/accounts/enrollUser.d.ts +1 -1
- package/lib/resolvers/mutations/accounts/enrollUser.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/linkOAuthAccount.d.ts +7 -0
- package/lib/resolvers/mutations/accounts/linkOAuthAccount.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/linkOAuthAccount.js +30 -0
- package/lib/resolvers/mutations/accounts/linkOAuthAccount.js.map +1 -0
- package/lib/resolvers/mutations/accounts/loginAsGuest.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/loginAsGuest.js +2 -2
- package/lib/resolvers/mutations/accounts/loginAsGuest.js.map +1 -1
- package/lib/resolvers/mutations/accounts/loginWithOAuth.d.ts +8 -0
- package/lib/resolvers/mutations/accounts/loginWithOAuth.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/loginWithOAuth.js +25 -0
- package/lib/resolvers/mutations/accounts/loginWithOAuth.js.map +1 -0
- package/lib/resolvers/mutations/accounts/loginWithPassword.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/loginWithPassword.js +2 -2
- package/lib/resolvers/mutations/accounts/loginWithPassword.js.map +1 -1
- package/lib/resolvers/mutations/accounts/loginWithWebAuthn.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/loginWithWebAuthn.js +2 -2
- package/lib/resolvers/mutations/accounts/loginWithWebAuthn.js.map +1 -1
- package/lib/resolvers/mutations/accounts/logoutAllSessions.d.ts +5 -0
- package/lib/resolvers/mutations/accounts/logoutAllSessions.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/logoutAllSessions.js +20 -0
- package/lib/resolvers/mutations/accounts/logoutAllSessions.js.map +1 -0
- package/lib/resolvers/mutations/accounts/removeEmail.d.ts +1 -1
- package/lib/resolvers/mutations/accounts/removeEmail.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/removeEmail.js.map +1 -1
- package/lib/resolvers/mutations/accounts/removeWeb3Address.d.ts +1 -1
- package/lib/resolvers/mutations/accounts/removeWeb3Address.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/removeWeb3Address.js +2 -2
- package/lib/resolvers/mutations/accounts/removeWeb3Address.js.map +1 -1
- package/lib/resolvers/mutations/accounts/removeWebAuthnCredentials.d.ts +1 -1
- package/lib/resolvers/mutations/accounts/removeWebAuthnCredentials.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/removeWebAuthnCredentials.js +2 -2
- package/lib/resolvers/mutations/accounts/removeWebAuthnCredentials.js.map +1 -1
- package/lib/resolvers/mutations/accounts/setPassword.d.ts +1 -1
- package/lib/resolvers/mutations/accounts/setPassword.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/setUsername.d.ts +1 -1
- package/lib/resolvers/mutations/accounts/setUsername.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/stopImpersonation.d.ts +1 -1
- package/lib/resolvers/mutations/accounts/stopImpersonation.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/unlinkOAuthAccount.d.ts +6 -0
- package/lib/resolvers/mutations/accounts/unlinkOAuthAccount.d.ts.map +1 -0
- package/lib/resolvers/mutations/accounts/unlinkOAuthAccount.js +13 -0
- package/lib/resolvers/mutations/accounts/unlinkOAuthAccount.js.map +1 -0
- package/lib/resolvers/mutations/accounts/verifyEmail.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/verifyEmail.js +2 -2
- package/lib/resolvers/mutations/accounts/verifyEmail.js.map +1 -1
- package/lib/resolvers/mutations/accounts/verifyWeb3Address.d.ts +1 -1
- package/lib/resolvers/mutations/accounts/verifyWeb3Address.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/verifyWeb3Address.js +3 -3
- package/lib/resolvers/mutations/accounts/verifyWeb3Address.js.map +1 -1
- package/lib/resolvers/mutations/assortments/addAssortmentFilter.d.ts +1 -1
- package/lib/resolvers/mutations/assortments/addAssortmentFilter.d.ts.map +1 -1
- package/lib/resolvers/mutations/assortments/addAssortmentLink.d.ts +1 -1
- package/lib/resolvers/mutations/assortments/addAssortmentLink.d.ts.map +1 -1
- package/lib/resolvers/mutations/assortments/addAssortmentMedia.d.ts +6 -0
- package/lib/resolvers/mutations/assortments/addAssortmentMedia.d.ts.map +1 -0
- package/lib/resolvers/mutations/assortments/addAssortmentMedia.js +18 -0
- package/lib/resolvers/mutations/assortments/addAssortmentMedia.js.map +1 -0
- package/lib/resolvers/mutations/assortments/addAssortmentProduct.d.ts +1 -1
- package/lib/resolvers/mutations/assortments/addAssortmentProduct.d.ts.map +1 -1
- package/lib/resolvers/mutations/assortments/removeAssortment.d.ts +1 -1
- package/lib/resolvers/mutations/assortments/removeAssortment.d.ts.map +1 -1
- package/lib/resolvers/mutations/assortments/removeAssortment.js +3 -4
- package/lib/resolvers/mutations/assortments/removeAssortment.js.map +1 -1
- package/lib/resolvers/mutations/assortments/removeAssortmentFilter.d.ts +1 -1
- package/lib/resolvers/mutations/assortments/removeAssortmentFilter.d.ts.map +1 -1
- package/lib/resolvers/mutations/assortments/removeAssortmentLink.d.ts +1 -1
- package/lib/resolvers/mutations/assortments/removeAssortmentLink.d.ts.map +1 -1
- package/lib/resolvers/mutations/assortments/removeAssortmentMedia.d.ts +1 -1
- package/lib/resolvers/mutations/assortments/removeAssortmentMedia.d.ts.map +1 -1
- package/lib/resolvers/mutations/assortments/removeAssortmentProduct.d.ts +1 -1
- package/lib/resolvers/mutations/assortments/removeAssortmentProduct.d.ts.map +1 -1
- package/lib/resolvers/mutations/assortments/setBaseAssortment.d.ts +1 -1
- package/lib/resolvers/mutations/assortments/setBaseAssortment.d.ts.map +1 -1
- package/lib/resolvers/mutations/assortments/updateAssortment.d.ts +1 -1
- package/lib/resolvers/mutations/assortments/updateAssortment.d.ts.map +1 -1
- package/lib/resolvers/mutations/assortments/updateAssortmentMediaTexts.d.ts +7 -1
- package/lib/resolvers/mutations/assortments/updateAssortmentMediaTexts.d.ts.map +1 -1
- package/lib/resolvers/mutations/bookmarks/bookmark.d.ts +1 -1
- package/lib/resolvers/mutations/bookmarks/bookmark.d.ts.map +1 -1
- package/lib/resolvers/mutations/bookmarks/createBookmark.d.ts +1 -1
- package/lib/resolvers/mutations/bookmarks/createBookmark.d.ts.map +1 -1
- package/lib/resolvers/mutations/bookmarks/removeBookmark.d.ts +1 -1
- package/lib/resolvers/mutations/bookmarks/removeBookmark.d.ts.map +1 -1
- package/lib/resolvers/mutations/countries/createCountry.d.ts +1 -1
- package/lib/resolvers/mutations/countries/createCountry.d.ts.map +1 -1
- package/lib/resolvers/mutations/countries/removeCountry.d.ts +1 -1
- package/lib/resolvers/mutations/countries/removeCountry.d.ts.map +1 -1
- package/lib/resolvers/mutations/countries/updateCountry.d.ts +1 -1
- package/lib/resolvers/mutations/countries/updateCountry.d.ts.map +1 -1
- package/lib/resolvers/mutations/currencies/createCurrency.d.ts +1 -1
- package/lib/resolvers/mutations/currencies/createCurrency.d.ts.map +1 -1
- package/lib/resolvers/mutations/currencies/removeCurrency.d.ts +1 -1
- package/lib/resolvers/mutations/currencies/removeCurrency.d.ts.map +1 -1
- package/lib/resolvers/mutations/currencies/updateCurrency.d.ts +1 -1
- package/lib/resolvers/mutations/currencies/updateCurrency.d.ts.map +1 -1
- package/lib/resolvers/mutations/delivery/createDeliveryProvider.d.ts +2 -2
- package/lib/resolvers/mutations/delivery/createDeliveryProvider.d.ts.map +1 -1
- package/lib/resolvers/mutations/delivery/createDeliveryProvider.js.map +1 -1
- package/lib/resolvers/mutations/delivery/removeDeliveryProvider.d.ts +1 -1
- package/lib/resolvers/mutations/delivery/removeDeliveryProvider.d.ts.map +1 -1
- package/lib/resolvers/mutations/delivery/updateDeliveryProvider.d.ts +1 -1
- package/lib/resolvers/mutations/delivery/updateDeliveryProvider.d.ts.map +1 -1
- package/lib/resolvers/mutations/enrollments/createEnrollment.d.ts +1 -1
- package/lib/resolvers/mutations/enrollments/createEnrollment.d.ts.map +1 -1
- package/lib/resolvers/mutations/enrollments/createEnrollment.js +1 -1
- package/lib/resolvers/mutations/enrollments/createEnrollment.js.map +1 -1
- package/lib/resolvers/mutations/enrollments/updateEnrollment.d.ts.map +1 -1
- package/lib/resolvers/mutations/enrollments/updateEnrollment.js +6 -6
- package/lib/resolvers/mutations/enrollments/updateEnrollment.js.map +1 -1
- package/lib/resolvers/mutations/files/confirmMediaUpload.d.ts +1 -1
- package/lib/resolvers/mutations/files/confirmMediaUpload.d.ts.map +1 -1
- package/lib/resolvers/mutations/filters/createFilterOption.d.ts +1 -1
- package/lib/resolvers/mutations/filters/createFilterOption.d.ts.map +1 -1
- package/lib/resolvers/mutations/filters/createFilterOption.js.map +1 -1
- package/lib/resolvers/mutations/filters/removeFilter.d.ts +1 -1
- package/lib/resolvers/mutations/filters/removeFilter.d.ts.map +1 -1
- package/lib/resolvers/mutations/filters/removeFilterOption.d.ts +1 -1
- package/lib/resolvers/mutations/filters/removeFilterOption.d.ts.map +1 -1
- package/lib/resolvers/mutations/filters/removeFilterOption.js.map +1 -1
- package/lib/resolvers/mutations/filters/updateFilter.d.ts +1 -1
- package/lib/resolvers/mutations/filters/updateFilter.d.ts.map +1 -1
- package/lib/resolvers/mutations/filters/updateFilter.js.map +1 -1
- package/lib/resolvers/mutations/languages/createLanguage.d.ts +1 -1
- package/lib/resolvers/mutations/languages/createLanguage.d.ts.map +1 -1
- package/lib/resolvers/mutations/languages/removeLanguage.d.ts +1 -1
- package/lib/resolvers/mutations/languages/removeLanguage.d.ts.map +1 -1
- package/lib/resolvers/mutations/languages/updateLanguage.d.ts +1 -1
- package/lib/resolvers/mutations/languages/updateLanguage.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/addCartDiscount.d.ts +1 -1
- package/lib/resolvers/mutations/orders/addCartDiscount.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/addCartDiscount.js +1 -1
- package/lib/resolvers/mutations/orders/addCartDiscount.js.map +1 -1
- package/lib/resolvers/mutations/orders/addCartProduct.d.ts +1 -1
- package/lib/resolvers/mutations/orders/addCartProduct.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/addCartProduct.js +1 -1
- package/lib/resolvers/mutations/orders/addCartProduct.js.map +1 -1
- package/lib/resolvers/mutations/orders/addCartQuotation.d.ts +1 -1
- package/lib/resolvers/mutations/orders/addCartQuotation.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/addCartQuotation.js +5 -3
- package/lib/resolvers/mutations/orders/addCartQuotation.js.map +1 -1
- package/lib/resolvers/mutations/orders/addMultipleCartProducts.d.ts +1 -1
- package/lib/resolvers/mutations/orders/addMultipleCartProducts.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/addMultipleCartProducts.js +1 -1
- package/lib/resolvers/mutations/orders/addMultipleCartProducts.js.map +1 -1
- package/lib/resolvers/mutations/orders/checkoutCart.d.ts +1 -1
- package/lib/resolvers/mutations/orders/checkoutCart.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/checkoutCart.js +1 -1
- package/lib/resolvers/mutations/orders/checkoutCart.js.map +1 -1
- package/lib/resolvers/mutations/orders/confirmOrder.d.ts +1 -1
- package/lib/resolvers/mutations/orders/confirmOrder.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/createCart.d.ts +1 -1
- package/lib/resolvers/mutations/orders/createCart.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/createCart.js +1 -1
- package/lib/resolvers/mutations/orders/createCart.js.map +1 -1
- package/lib/resolvers/mutations/orders/deliverOrder.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/deliverOrder.js +7 -4
- package/lib/resolvers/mutations/orders/deliverOrder.js.map +1 -1
- package/lib/resolvers/mutations/orders/emptyCart.d.ts +1 -1
- package/lib/resolvers/mutations/orders/emptyCart.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/emptyCart.js +1 -1
- package/lib/resolvers/mutations/orders/emptyCart.js.map +1 -1
- package/lib/resolvers/mutations/orders/payOrder.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/payOrder.js +7 -4
- package/lib/resolvers/mutations/orders/payOrder.js.map +1 -1
- package/lib/resolvers/mutations/orders/rejectOrder.d.ts +1 -1
- package/lib/resolvers/mutations/orders/rejectOrder.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/removeCartDiscount.d.ts +1 -1
- package/lib/resolvers/mutations/orders/removeCartDiscount.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/removeCartDiscount.js +3 -1
- package/lib/resolvers/mutations/orders/removeCartDiscount.js.map +1 -1
- package/lib/resolvers/mutations/orders/removeCartItem.d.ts +1 -1
- package/lib/resolvers/mutations/orders/removeCartItem.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/removeCartItem.js +3 -1
- package/lib/resolvers/mutations/orders/removeCartItem.js.map +1 -1
- package/lib/resolvers/mutations/orders/setOrderDeliveryProvider.d.ts +1 -1
- package/lib/resolvers/mutations/orders/setOrderDeliveryProvider.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/setOrderPaymentProvider.d.ts +1 -1
- package/lib/resolvers/mutations/orders/setOrderPaymentProvider.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/signPaymentProviderForCheckout.d.ts +1 -1
- package/lib/resolvers/mutations/orders/signPaymentProviderForCheckout.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/signPaymentProviderForCheckout.js +9 -5
- package/lib/resolvers/mutations/orders/signPaymentProviderForCheckout.js.map +1 -1
- package/lib/resolvers/mutations/orders/updateCart.d.ts +1 -1
- package/lib/resolvers/mutations/orders/updateCart.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/updateCart.js +1 -1
- package/lib/resolvers/mutations/orders/updateCart.js.map +1 -1
- package/lib/resolvers/mutations/orders/updateCartDeliveryPickUp.d.ts +1 -1
- package/lib/resolvers/mutations/orders/updateCartDeliveryPickUp.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/updateCartDeliveryPickUp.js +4 -2
- package/lib/resolvers/mutations/orders/updateCartDeliveryPickUp.js.map +1 -1
- package/lib/resolvers/mutations/orders/updateCartDeliveryShipping.d.ts +1 -1
- package/lib/resolvers/mutations/orders/updateCartDeliveryShipping.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/updateCartDeliveryShipping.js +4 -2
- package/lib/resolvers/mutations/orders/updateCartDeliveryShipping.js.map +1 -1
- package/lib/resolvers/mutations/orders/updateCartItem.d.ts +1 -1
- package/lib/resolvers/mutations/orders/updateCartItem.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/updateCartItem.js +6 -4
- package/lib/resolvers/mutations/orders/updateCartItem.js.map +1 -1
- package/lib/resolvers/mutations/orders/updateCartPaymentGeneric.d.ts +1 -1
- package/lib/resolvers/mutations/orders/updateCartPaymentGeneric.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/updateCartPaymentGeneric.js +4 -2
- package/lib/resolvers/mutations/orders/updateCartPaymentGeneric.js.map +1 -1
- package/lib/resolvers/mutations/orders/updateCartPaymentInvoice.d.ts +1 -1
- package/lib/resolvers/mutations/orders/updateCartPaymentInvoice.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/updateCartPaymentInvoice.js +4 -2
- package/lib/resolvers/mutations/orders/updateCartPaymentInvoice.js.map +1 -1
- package/lib/resolvers/mutations/orders/updateOrderDeliveryPickUp.d.ts +1 -1
- package/lib/resolvers/mutations/orders/updateOrderDeliveryPickUp.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/updateOrderDeliveryShipping.d.ts +1 -1
- package/lib/resolvers/mutations/orders/updateOrderDeliveryShipping.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/updateOrderPaymentGeneric.d.ts +1 -1
- package/lib/resolvers/mutations/orders/updateOrderPaymentGeneric.d.ts.map +1 -1
- package/lib/resolvers/mutations/orders/updateOrderPaymentInvoice.d.ts +1 -1
- package/lib/resolvers/mutations/orders/updateOrderPaymentInvoice.d.ts.map +1 -1
- package/lib/resolvers/mutations/payment/createPaymentProvider.d.ts +1 -1
- package/lib/resolvers/mutations/payment/createPaymentProvider.d.ts.map +1 -1
- package/lib/resolvers/mutations/payment/createPaymentProvider.js.map +1 -1
- package/lib/resolvers/mutations/payment/markPaymentCredentialsPreferred.d.ts +1 -1
- package/lib/resolvers/mutations/payment/markPaymentCredentialsPreferred.d.ts.map +1 -1
- package/lib/resolvers/mutations/payment/markPaymentCredentialsPreferred.js +1 -1
- package/lib/resolvers/mutations/payment/markPaymentCredentialsPreferred.js.map +1 -1
- package/lib/resolvers/mutations/payment/registerPaymentCredentials.d.ts +1 -1
- package/lib/resolvers/mutations/payment/registerPaymentCredentials.d.ts.map +1 -1
- package/lib/resolvers/mutations/payment/removePaymentCredentials.d.ts +1 -1
- package/lib/resolvers/mutations/payment/removePaymentProvider.d.ts +1 -1
- package/lib/resolvers/mutations/payment/signPaymentProviderForCredentialRegistration.d.ts +1 -1
- package/lib/resolvers/mutations/payment/signPaymentProviderForCredentialRegistration.d.ts.map +1 -1
- package/lib/resolvers/mutations/payment/updatePaymentProvider.d.ts +1 -1
- package/lib/resolvers/mutations/products/addProductAssignment.d.ts +1 -1
- package/lib/resolvers/mutations/products/addProductAssignment.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/addProductAssignment.js.map +1 -1
- package/lib/resolvers/mutations/products/addProductMedia.d.ts +6 -0
- package/lib/resolvers/mutations/products/addProductMedia.d.ts.map +1 -0
- package/lib/resolvers/mutations/products/addProductMedia.js +18 -0
- package/lib/resolvers/mutations/products/addProductMedia.js.map +1 -0
- package/lib/resolvers/mutations/products/addProductReviewVote.d.ts +1 -1
- package/lib/resolvers/mutations/products/addProductReviewVote.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/addProductReviewVote.js +1 -1
- package/lib/resolvers/mutations/products/addProductReviewVote.js.map +1 -1
- package/lib/resolvers/mutations/products/createProductBundleItem.d.ts +1 -1
- package/lib/resolvers/mutations/products/createProductBundleItem.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/createProductReview.d.ts +2 -2
- package/lib/resolvers/mutations/products/createProductReview.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/createProductReview.js +2 -2
- package/lib/resolvers/mutations/products/createProductReview.js.map +1 -1
- package/lib/resolvers/mutations/products/createProductVariationOption.d.ts +1 -1
- package/lib/resolvers/mutations/products/createProductVariationOption.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/publishProduct.d.ts +1 -1
- package/lib/resolvers/mutations/products/publishProduct.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/removeBundleItem.d.ts +1 -1
- package/lib/resolvers/mutations/products/removeBundleItem.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/removeProduct.d.ts +1 -1
- package/lib/resolvers/mutations/products/removeProduct.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/removeProductAssignment.d.ts +1 -1
- package/lib/resolvers/mutations/products/removeProductAssignment.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/removeProductMedia.d.ts +1 -1
- package/lib/resolvers/mutations/products/removeProductMedia.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/removeProductReview.d.ts +1 -1
- package/lib/resolvers/mutations/products/removeProductReview.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/removeProductReviewVote.d.ts +1 -1
- package/lib/resolvers/mutations/products/removeProductReviewVote.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/removeProductVariation.d.ts +1 -1
- package/lib/resolvers/mutations/products/removeProductVariation.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/removeProductVariationOption.d.ts +1 -1
- package/lib/resolvers/mutations/products/removeProductVariationOption.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/unpublishProduct.d.ts +1 -1
- package/lib/resolvers/mutations/products/unpublishProduct.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/updateProduct.d.ts +1 -1
- package/lib/resolvers/mutations/products/updateProduct.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/updateProductCommerce.d.ts +1 -1
- package/lib/resolvers/mutations/products/updateProductCommerce.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/updateProductPlan.d.ts +1 -1
- package/lib/resolvers/mutations/products/updateProductPlan.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/updateProductReview.d.ts +1 -1
- package/lib/resolvers/mutations/products/updateProductReview.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/updateProductSupply.d.ts +1 -1
- package/lib/resolvers/mutations/products/updateProductSupply.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/updateProductTokenization.d.ts +1 -1
- package/lib/resolvers/mutations/products/updateProductTokenization.d.ts.map +1 -1
- package/lib/resolvers/mutations/products/updateProductWarehousing.d.ts +1 -1
- package/lib/resolvers/mutations/products/updateProductWarehousing.d.ts.map +1 -1
- package/lib/resolvers/mutations/quotations/makeQuotationProposal.d.ts +1 -1
- package/lib/resolvers/mutations/quotations/makeQuotationProposal.d.ts.map +1 -1
- package/lib/resolvers/mutations/quotations/rejectQuotation.d.ts +1 -1
- package/lib/resolvers/mutations/quotations/rejectQuotation.d.ts.map +1 -1
- package/lib/resolvers/mutations/quotations/requestQuotation.js +1 -1
- package/lib/resolvers/mutations/quotations/requestQuotation.js.map +1 -1
- package/lib/resolvers/mutations/quotations/verifyQuotation.d.ts +1 -1
- package/lib/resolvers/mutations/quotations/verifyQuotation.d.ts.map +1 -1
- package/lib/resolvers/mutations/users/addPushSubscription.d.ts +2 -2
- package/lib/resolvers/mutations/users/addPushSubscription.d.ts.map +1 -1
- package/lib/resolvers/mutations/users/addPushSubscription.js.map +1 -1
- package/lib/resolvers/mutations/users/heartbeat.d.ts +1 -1
- package/lib/resolvers/mutations/users/heartbeat.d.ts.map +1 -1
- package/lib/resolvers/mutations/users/removePushSubscription.d.ts +1 -1
- package/lib/resolvers/mutations/users/removePushSubscription.d.ts.map +1 -1
- package/lib/resolvers/mutations/users/removePushSubscription.js.map +1 -1
- package/lib/resolvers/mutations/users/removeUser.d.ts +1 -1
- package/lib/resolvers/mutations/users/removeUser.d.ts.map +1 -1
- package/lib/resolvers/mutations/users/removeUser.js.map +1 -1
- package/lib/resolvers/mutations/users/setRoles.d.ts +1 -1
- package/lib/resolvers/mutations/users/setRoles.d.ts.map +1 -1
- package/lib/resolvers/mutations/users/setUserTags.d.ts +1 -1
- package/lib/resolvers/mutations/users/setUserTags.d.ts.map +1 -1
- package/lib/resolvers/mutations/users/updateUserAvatar.d.ts +6 -0
- package/lib/resolvers/mutations/users/updateUserAvatar.d.ts.map +1 -0
- package/lib/resolvers/mutations/users/updateUserAvatar.js +22 -0
- package/lib/resolvers/mutations/users/updateUserAvatar.js.map +1 -0
- package/lib/resolvers/mutations/users/updateUserProfile.d.ts +1 -1
- package/lib/resolvers/mutations/users/updateUserProfile.d.ts.map +1 -1
- package/lib/resolvers/mutations/users/updateUserProfile.js.map +1 -1
- package/lib/resolvers/mutations/utils/getOrderCart.d.ts +7 -0
- package/lib/resolvers/mutations/utils/getOrderCart.d.ts.map +1 -0
- package/lib/resolvers/mutations/utils/getOrderCart.js +13 -0
- package/lib/resolvers/mutations/utils/getOrderCart.js.map +1 -0
- package/lib/resolvers/mutations/warehousing/createWarehousingProvider.d.ts +2 -2
- package/lib/resolvers/mutations/warehousing/createWarehousingProvider.d.ts.map +1 -1
- package/lib/resolvers/mutations/warehousing/createWarehousingProvider.js.map +1 -1
- package/lib/resolvers/mutations/warehousing/exportToken.d.ts +1 -1
- package/lib/resolvers/mutations/warehousing/exportToken.d.ts.map +1 -1
- package/lib/resolvers/mutations/warehousing/invalidateToken.d.ts +1 -1
- package/lib/resolvers/mutations/warehousing/invalidateToken.d.ts.map +1 -1
- package/lib/resolvers/mutations/warehousing/removeWarehousingProvider.d.ts +1 -1
- package/lib/resolvers/mutations/warehousing/removeWarehousingProvider.d.ts.map +1 -1
- package/lib/resolvers/mutations/warehousing/updateWarehousingProvider.d.ts +1 -1
- package/lib/resolvers/mutations/warehousing/updateWarehousingProvider.d.ts.map +1 -1
- package/lib/resolvers/mutations/worker/allocateWork.d.ts +3 -3
- package/lib/resolvers/mutations/worker/allocateWork.d.ts.map +1 -1
- package/lib/resolvers/mutations/worker/allocateWork.js.map +1 -1
- package/lib/resolvers/mutations/worker/finishWork.d.ts +2 -2
- package/lib/resolvers/mutations/worker/finishWork.d.ts.map +1 -1
- package/lib/resolvers/mutations/worker/finishWork.js +2 -2
- package/lib/resolvers/mutations/worker/finishWork.js.map +1 -1
- package/lib/resolvers/mutations/worker/processNextWork.d.ts +1 -1
- package/lib/resolvers/mutations/worker/processNextWork.d.ts.map +1 -1
- package/lib/resolvers/mutations/worker/removeWork.d.ts +1 -1
- package/lib/resolvers/mutations/worker/removeWork.d.ts.map +1 -1
- package/lib/resolvers/queries/assortments/assortment.d.ts +1 -1
- package/lib/resolvers/queries/assortments/assortment.d.ts.map +1 -1
- package/lib/resolvers/queries/countries/country.d.ts +1 -1
- package/lib/resolvers/queries/countries/country.d.ts.map +1 -1
- package/lib/resolvers/queries/currencies/currency.d.ts +1 -1
- package/lib/resolvers/queries/currencies/currency.d.ts.map +1 -1
- package/lib/resolvers/queries/delivery/deliveryProvider.d.ts +1 -1
- package/lib/resolvers/queries/delivery/deliveryProvider.d.ts.map +1 -1
- package/lib/resolvers/queries/enrollments/enrollment.d.ts +1 -1
- package/lib/resolvers/queries/enrollments/enrollment.d.ts.map +1 -1
- package/lib/resolvers/queries/events/event.d.ts +1 -1
- package/lib/resolvers/queries/events/event.d.ts.map +1 -1
- package/lib/resolvers/queries/filters/filter.d.ts +1 -1
- package/lib/resolvers/queries/filters/filter.d.ts.map +1 -1
- package/lib/resolvers/queries/languages/language.d.ts +1 -1
- package/lib/resolvers/queries/languages/language.d.ts.map +1 -1
- package/lib/resolvers/queries/orders/order.d.ts +1 -1
- package/lib/resolvers/queries/orders/order.d.ts.map +1 -1
- package/lib/resolvers/queries/orders/orderStatistics.d.ts +1 -1
- package/lib/resolvers/queries/payment/paymentProvider.d.ts +1 -1
- package/lib/resolvers/queries/payment/paymentProvider.d.ts.map +1 -1
- package/lib/resolvers/queries/products/product.d.ts +1 -1
- package/lib/resolvers/queries/products/product.d.ts.map +1 -1
- package/lib/resolvers/queries/products/product.js +1 -1
- package/lib/resolvers/queries/products/product.js.map +1 -1
- package/lib/resolvers/queries/products/productCatalogPrices.d.ts +1 -1
- package/lib/resolvers/queries/products/productCatalogPrices.d.ts.map +1 -1
- package/lib/resolvers/queries/products/productReview.d.ts +1 -1
- package/lib/resolvers/queries/products/productReview.d.ts.map +1 -1
- package/lib/resolvers/queries/quotations/quotation.d.ts +1 -1
- package/lib/resolvers/queries/quotations/quotation.d.ts.map +1 -1
- package/lib/resolvers/queries/shopInfo.d.ts.map +1 -1
- package/lib/resolvers/queries/shopInfo.js +4 -0
- package/lib/resolvers/queries/shopInfo.js.map +1 -1
- package/lib/resolvers/queries/users/impersonator.d.ts +1 -1
- package/lib/resolvers/queries/users/impersonator.d.ts.map +1 -1
- package/lib/resolvers/queries/users/me.d.ts +1 -1
- package/lib/resolvers/queries/users/me.d.ts.map +1 -1
- package/lib/resolvers/queries/users/user.d.ts +1 -1
- package/lib/resolvers/queries/users/user.d.ts.map +1 -1
- package/lib/resolvers/queries/users/user.js +1 -1
- package/lib/resolvers/queries/users/user.js.map +1 -1
- package/lib/resolvers/queries/warehousing/token.d.ts +1 -1
- package/lib/resolvers/queries/warehousing/token.d.ts.map +1 -1
- package/lib/resolvers/queries/warehousing/tokens.d.ts.map +1 -1
- package/lib/resolvers/queries/warehousing/tokens.js +1 -1
- package/lib/resolvers/queries/warehousing/tokens.js.map +1 -1
- package/lib/resolvers/queries/warehousing/tokensCount.d.ts +1 -1
- package/lib/resolvers/queries/warehousing/warehousingProvider.d.ts +1 -1
- package/lib/resolvers/queries/warehousing/warehousingProvider.d.ts.map +1 -1
- package/lib/resolvers/queries/worker/work.d.ts +1 -1
- package/lib/resolvers/queries/worker/work.d.ts.map +1 -1
- package/lib/resolvers/scalars/LowerCaseString.d.ts +1 -1
- package/lib/resolvers/scalars/LowerCaseString.d.ts.map +1 -1
- package/lib/resolvers/scalars/index.d.ts +1 -1
- package/lib/resolvers/type/country-types.d.ts +2 -2
- package/lib/resolvers/type/country-types.d.ts.map +1 -1
- package/lib/resolvers/type/delivery-provider-types.d.ts +4 -4
- package/lib/resolvers/type/delivery-provider-types.js +1 -1
- package/lib/resolvers/type/delivery-provider-types.js.map +1 -1
- package/lib/resolvers/type/dimensions-types.d.ts +4 -4
- package/lib/resolvers/type/dispatch-types.d.ts +15 -0
- package/lib/resolvers/type/dispatch-types.d.ts.map +1 -0
- package/lib/resolvers/type/dispatch-types.js +16 -0
- package/lib/resolvers/type/dispatch-types.js.map +1 -0
- package/lib/resolvers/type/enrollment/enrollment-delivery-types.d.ts +1 -1
- package/lib/resolvers/type/enrollment/enrollment-delivery-types.d.ts.map +1 -1
- package/lib/resolvers/type/enrollment/enrollment-delivery-types.js +2 -0
- package/lib/resolvers/type/enrollment/enrollment-delivery-types.js.map +1 -1
- package/lib/resolvers/type/enrollment/enrollment-payment-types.d.ts +1 -1
- package/lib/resolvers/type/enrollment/enrollment-payment-types.d.ts.map +1 -1
- package/lib/resolvers/type/enrollment/enrollment-payment-types.js +4 -2
- package/lib/resolvers/type/enrollment/enrollment-payment-types.js.map +1 -1
- package/lib/resolvers/type/enrollment/enrollment-period-types.d.ts +1 -1
- package/lib/resolvers/type/enrollment/enrollment-period-types.d.ts.map +1 -1
- package/lib/resolvers/type/enrollment/enrollment-period-types.js +2 -0
- package/lib/resolvers/type/enrollment/enrollment-period-types.js.map +1 -1
- package/lib/resolvers/type/enrollment/enrollment-types.d.ts +4 -4
- package/lib/resolvers/type/enrollment/enrollment-types.js +2 -2
- package/lib/resolvers/type/enrollment/enrollment-types.js.map +1 -1
- package/lib/resolvers/type/filter/filter-types.d.ts +3 -3
- package/lib/resolvers/type/filter/loaded-filter-types.d.ts +3 -3
- package/lib/resolvers/type/index.d.ts +72 -89
- package/lib/resolvers/type/index.d.ts.map +1 -1
- package/lib/resolvers/type/index.js +0 -2
- package/lib/resolvers/type/index.js.map +1 -1
- package/lib/resolvers/type/media-types.d.ts +1 -1
- package/lib/resolvers/type/media-types.d.ts.map +1 -1
- package/lib/resolvers/type/media-types.js +2 -0
- package/lib/resolvers/type/media-types.js.map +1 -1
- package/lib/resolvers/type/oauth-account.d.ts +6 -0
- package/lib/resolvers/type/oauth-account.d.ts.map +1 -0
- package/lib/resolvers/type/oauth-account.js +7 -0
- package/lib/resolvers/type/oauth-account.js.map +1 -0
- package/lib/resolvers/type/oauth-provider.d.ts +6 -0
- package/lib/resolvers/type/oauth-provider.d.ts.map +1 -0
- package/lib/resolvers/type/oauth-provider.js +6 -0
- package/lib/resolvers/type/oauth-provider.js.map +1 -0
- package/lib/resolvers/type/order/order-delivery-discount-types.d.ts +1 -1
- package/lib/resolvers/type/order/order-delivery-pickup-types.d.ts +1 -1
- package/lib/resolvers/type/order/order-discount-types.d.ts +1 -1
- package/lib/resolvers/type/order/order-global-discount-types.d.ts +1 -1
- package/lib/resolvers/type/order/order-item-discount-types.d.ts +1 -1
- package/lib/resolvers/type/order/order-item-types.d.ts +4 -4
- package/lib/resolvers/type/order/order-item-types.d.ts.map +1 -1
- package/lib/resolvers/type/order/order-item-types.js +8 -3
- package/lib/resolvers/type/order/order-item-types.js.map +1 -1
- package/lib/resolvers/type/order/order-payment-discount-types.d.ts +1 -1
- package/lib/resolvers/type/order/order-statistics-types.d.ts.map +1 -1
- package/lib/resolvers/type/order/order-statistics-types.js.map +1 -1
- package/lib/resolvers/type/order/order-types.d.ts +4 -4
- package/lib/resolvers/type/order/order-types.d.ts.map +1 -1
- package/lib/resolvers/type/order/order-types.js +18 -7
- package/lib/resolvers/type/order/order-types.js.map +1 -1
- package/lib/resolvers/type/payment/payment-provider-types.d.ts +3 -3
- package/lib/resolvers/type/payment/payment-provider-types.js.map +1 -1
- package/lib/resolvers/type/price-types.d.ts +1 -1
- package/lib/resolvers/type/product/product-bundle-types.d.ts +5 -5
- package/lib/resolvers/type/product/product-bundle-types.d.ts.map +1 -1
- package/lib/resolvers/type/product/product-configurable-types.d.ts +2 -2
- package/lib/resolvers/type/product/product-configurable-types.d.ts.map +1 -1
- package/lib/resolvers/type/product/product-configurable-types.js +3 -2
- package/lib/resolvers/type/product/product-configurable-types.js.map +1 -1
- package/lib/resolvers/type/product/product-discount.d.ts +2 -2
- package/lib/resolvers/type/product/product-discount.js +1 -1
- package/lib/resolvers/type/product/product-discount.js.map +1 -1
- package/lib/resolvers/type/product/product-plan-types.d.ts +5 -5
- package/lib/resolvers/type/product/product-plan-types.d.ts.map +1 -1
- package/lib/resolvers/type/product/product-plan-types.js +7 -5
- package/lib/resolvers/type/product/product-plan-types.js.map +1 -1
- package/lib/resolvers/type/product/product-review-types.js +1 -1
- package/lib/resolvers/type/product/product-review-types.js.map +1 -1
- package/lib/resolvers/type/product/product-simple-types.d.ts +6 -6
- package/lib/resolvers/type/product/product-simple-types.d.ts.map +1 -1
- package/lib/resolvers/type/product/product-tokenized-types.d.ts +8 -8
- package/lib/resolvers/type/product/product-tokenized-types.d.ts.map +1 -1
- package/lib/resolvers/type/product/product-tokenized-types.js +2 -2
- package/lib/resolvers/type/product/product-tokenized-types.js.map +1 -1
- package/lib/resolvers/type/product/product-variation-assignment-vector.d.ts +2 -2
- package/lib/resolvers/type/product/product-variation-assignment-vector.d.ts.map +1 -1
- package/lib/resolvers/type/product-search-result-types.js +2 -2
- package/lib/resolvers/type/product-search-result-types.js.map +1 -1
- package/lib/resolvers/type/quotation-types.d.ts +2 -2
- package/lib/resolvers/type/quotation-types.js +2 -2
- package/lib/resolvers/type/quotation-types.js.map +1 -1
- package/lib/resolvers/type/shop-types.d.ts.map +1 -1
- package/lib/resolvers/type/shop-types.js +2 -1
- package/lib/resolvers/type/shop-types.js.map +1 -1
- package/lib/resolvers/type/stock-types.d.ts +14 -0
- package/lib/resolvers/type/stock-types.d.ts.map +1 -0
- package/lib/resolvers/type/stock-types.js +15 -0
- package/lib/resolvers/type/stock-types.js.map +1 -0
- package/lib/resolvers/type/token-types.d.ts +2 -2
- package/lib/resolvers/type/user-types.d.ts +3 -3
- package/lib/resolvers/type/user-types.d.ts.map +1 -1
- package/lib/resolvers/type/user-types.js +4 -0
- package/lib/resolvers/type/user-types.js.map +1 -1
- package/lib/resolvers/type/warehousing-provider-types.d.ts +2 -2
- package/lib/resolvers/type/warehousing-provider-types.d.ts.map +1 -1
- package/lib/resolvers/type/web3-address.d.ts +1 -1
- package/lib/resolvers/type/work-types.d.ts +1 -1
- package/lib/resolvers/type/work-types.d.ts.map +1 -1
- package/lib/roles/all.js +2 -2
- package/lib/roles/all.js.map +1 -1
- package/lib/roles/index.d.ts +9 -9
- package/lib/roles/index.d.ts.map +1 -1
- package/lib/roles/index.js +3 -3
- package/lib/roles/index.js.map +1 -1
- package/lib/schema/index.d.ts +1 -1
- package/lib/schema/index.d.ts.map +1 -1
- package/lib/schema/index.js +3 -3
- package/lib/schema/index.js.map +1 -1
- package/lib/schema/types/warehousing.js +1 -1
- package/lib/user-context.d.ts +7 -0
- package/lib/user-context.d.ts.map +1 -0
- package/lib/user-context.js +76 -0
- package/lib/user-context.js.map +1 -0
- package/package.json +6 -6
- package/src/api-index.ts +7 -6
- package/src/chat/defaultSystemPrompt.ts +12 -3
- package/src/context.ts +5 -2
- package/src/createGraphQLServer.ts +16 -13
- package/src/errors.ts +6 -0
- package/src/express/chatHandler.ts +66 -9
- package/src/express/createBulkImportMiddleware.ts +1 -0
- package/src/express/createERCMetadataMiddleware.ts +4 -2
- package/src/express/createMCPMiddleware.ts +1 -1
- package/src/express/createTempUploadMiddleware.ts +1 -0
- package/src/express/index.ts +1 -1
- package/src/fastify/bulkImportHandler.ts +2 -0
- package/src/fastify/chatHandler.ts +68 -10
- package/src/fastify/ercMetadataHandler.ts +1 -1
- package/src/fastify/index.ts +2 -2
- package/src/fastify/tempUploadHandler.ts +1 -0
- package/src/loaders/assortmentLinksLoader.ts +10 -7
- package/src/loaders/assortmentMediasLoader.ts +1 -1
- package/src/loaders/filterTextLoader.ts +16 -15
- package/src/loaders/productMediasLoader.ts +1 -1
- package/src/loaders/productProxiesLoader.ts +1 -1
- package/src/loaders/utils.ts +1 -1
- package/src/locale-context.ts +2 -2
- package/src/mcp/index.ts +6 -0
- package/src/mcp/resources/localization.ts +129 -0
- package/src/mcp/tools/assortment/handlers/removeAssortment.ts +2 -2
- package/src/mcp/tools/assortment/handlers/removeAssortmentFilter.ts +2 -2
- package/src/mcp/tools/assortment/handlers/removeAssortmentLink.ts +2 -2
- package/src/mcp/tools/assortment/handlers/removeAssortmentProduct.ts +2 -2
- package/src/mcp/tools/assortment/handlers/updateAssortmentMediaTexts.ts +2 -1
- package/src/mcp/tools/assortment/schemas.ts +1 -1
- package/src/mcp/tools/filter/handlers/createFilter.ts +2 -1
- package/src/mcp/tools/filter/handlers/createFilterOption.ts +9 -3
- package/src/mcp/tools/filter/handlers/removeFilterOption.ts +3 -0
- package/src/mcp/tools/filter/handlers/updateFilterTexts.ts +2 -1
- package/src/mcp/tools/localization/index.ts +1 -1
- package/src/mcp/tools/order/handlers/deliverOrder.ts +8 -3
- package/src/mcp/tools/order/handlers/getTopCustomers.ts +11 -7
- package/src/mcp/tools/order/handlers/payOrder.ts +8 -3
- package/src/mcp/tools/product/handlers/addBundleItem.ts +21 -20
- package/src/mcp/tools/product/handlers/addProductAssignment.ts +4 -4
- package/src/mcp/tools/product/handlers/addProductVariationOption.ts +3 -2
- package/src/mcp/tools/product/handlers/createProductVariation.ts +1 -0
- package/src/mcp/tools/product/handlers/getCatalogPrice.ts +3 -1
- package/src/mcp/tools/product/handlers/getProductAssignments.ts +8 -4
- package/src/mcp/tools/product/handlers/index.ts +2 -0
- package/src/mcp/tools/product/handlers/removeProduct.ts +23 -3
- package/src/mcp/tools/product/handlers/simulatePrice.ts +2 -0
- package/src/mcp/tools/product/handlers/simulatePriceRange.ts +3 -0
- package/src/mcp/tools/product/handlers/updateProductMediaTexts.ts +5 -1
- package/src/mcp/tools/product/handlers/updateProductTexts.ts +16 -0
- package/src/mcp/tools/product/schemas.ts +15 -6
- package/src/mcp/tools/quotation/handlers/countQuotations.ts +8 -0
- package/src/mcp/tools/quotation/handlers/getQuotation.ts +8 -0
- package/src/mcp/tools/quotation/handlers/index.ts +15 -0
- package/src/mcp/tools/quotation/handlers/listQuotations.ts +14 -0
- package/src/mcp/tools/quotation/handlers/makeQuotationProposal.ts +23 -0
- package/src/mcp/tools/quotation/handlers/rejectQuotation.ts +21 -0
- package/src/mcp/tools/quotation/handlers/verifyQuotation.ts +21 -0
- package/src/mcp/tools/quotation/index.ts +12 -0
- package/src/mcp/tools/quotation/quotationManagement.ts +34 -0
- package/src/mcp/tools/quotation/schemas.ts +136 -0
- package/src/mcp/tools/system/handlers/listWork.ts +3 -3
- package/src/mcp/tools/system/index.ts +1 -1
- package/src/mcp/tools/system/schemas.ts +2 -2
- package/src/mcp/tools/system/types.ts +1 -1
- package/src/mcp/tools/users/handlers/addUserEmail.ts +2 -2
- package/src/mcp/tools/users/handlers/enrollUser.ts +1 -1
- package/src/mcp/tools/users/handlers/getCurrentUser.ts +1 -1
- package/src/mcp/tools/users/handlers/getUserAvatar.ts +1 -1
- package/src/mcp/tools/users/handlers/removeUserEmail.ts +2 -2
- package/src/mcp/utils/getNormalizedAssortmentDetails.ts +9 -29
- package/src/mcp/utils/getNormalizedFilterDetails.ts +3 -3
- package/src/mcp/utils/getNormalizedOrderDetails.ts +3 -3
- package/src/mcp/utils/getNormalizedProductDetails.ts +8 -29
- package/src/mcp/utils/getNormalizedQuotationDetails.ts +38 -0
- package/src/mcp/utils/getNormalizedUserDetails.ts +3 -3
- package/src/mcp/utils/normalizeMediaUrl.ts +1 -1
- package/src/mcp/utils/normalizeProxyAssignments.ts +29 -0
- package/src/mcp/utils/sharedSchemas.ts +1 -1
- package/src/resolvers/mutations/accounts/addEmail.ts +3 -3
- package/src/resolvers/mutations/accounts/addWeb3Address.ts +2 -2
- package/src/resolvers/mutations/accounts/addWebAuthnCredentials.ts +2 -2
- package/src/resolvers/mutations/accounts/changePassword.ts +4 -4
- package/src/resolvers/mutations/accounts/createUser.ts +3 -3
- package/src/resolvers/mutations/accounts/loginAsGuest.ts +3 -2
- package/src/resolvers/mutations/accounts/loginWithPassword.ts +4 -3
- package/src/resolvers/mutations/accounts/loginWithWebAuthn.ts +4 -3
- package/src/resolvers/mutations/accounts/removeEmail.ts +3 -3
- package/src/resolvers/mutations/accounts/removeWeb3Address.ts +2 -2
- package/src/resolvers/mutations/accounts/removeWebAuthnCredentials.ts +2 -2
- package/src/resolvers/mutations/accounts/verifyEmail.ts +3 -2
- package/src/resolvers/mutations/accounts/verifyWeb3Address.ts +3 -3
- package/src/resolvers/mutations/assortments/removeAssortment.ts +3 -5
- package/src/resolvers/mutations/delivery/createDeliveryProvider.ts +1 -1
- package/src/resolvers/mutations/enrollments/createEnrollment.ts +1 -1
- package/src/resolvers/mutations/enrollments/updateEnrollment.ts +9 -6
- package/src/resolvers/mutations/filters/createFilterOption.ts +1 -1
- package/src/resolvers/mutations/filters/removeFilterOption.ts +1 -1
- package/src/resolvers/mutations/filters/updateFilter.ts +1 -1
- package/src/resolvers/mutations/orders/addCartDiscount.ts +1 -1
- package/src/resolvers/mutations/orders/addCartProduct.ts +1 -1
- package/src/resolvers/mutations/orders/addCartQuotation.ts +5 -2
- package/src/resolvers/mutations/orders/addMultipleCartProducts.ts +3 -3
- package/src/resolvers/mutations/orders/checkoutCart.ts +1 -1
- package/src/resolvers/mutations/orders/createCart.ts +1 -1
- package/src/resolvers/mutations/orders/deliverOrder.ts +8 -3
- package/src/resolvers/mutations/orders/emptyCart.ts +1 -1
- package/src/resolvers/mutations/orders/payOrder.ts +8 -3
- package/src/resolvers/mutations/orders/removeCartDiscount.ts +10 -2
- package/src/resolvers/mutations/orders/removeCartItem.ts +8 -1
- package/src/resolvers/mutations/orders/signPaymentProviderForCheckout.ts +10 -4
- package/src/resolvers/mutations/orders/updateCart.ts +1 -1
- package/src/resolvers/mutations/orders/updateCartDeliveryPickUp.ts +4 -1
- package/src/resolvers/mutations/orders/updateCartDeliveryShipping.ts +4 -1
- package/src/resolvers/mutations/orders/updateCartItem.ts +8 -3
- package/src/resolvers/mutations/orders/updateCartPaymentGeneric.ts +4 -1
- package/src/resolvers/mutations/orders/updateCartPaymentInvoice.ts +4 -1
- package/src/resolvers/mutations/payment/createPaymentProvider.ts +1 -1
- package/src/resolvers/mutations/payment/markPaymentCredentialsPreferred.ts +1 -1
- package/src/resolvers/mutations/products/addProductAssignment.ts +2 -2
- package/src/resolvers/mutations/products/addProductReviewVote.ts +1 -1
- package/src/resolvers/mutations/products/createProductReview.ts +6 -3
- package/src/resolvers/mutations/quotations/requestQuotation.ts +1 -1
- package/src/resolvers/mutations/users/addPushSubscription.ts +2 -2
- package/src/resolvers/mutations/users/removePushSubscription.ts +2 -2
- package/src/resolvers/mutations/users/removeUser.ts +3 -3
- package/src/resolvers/mutations/users/updateUserProfile.ts +2 -2
- package/src/resolvers/mutations/warehousing/createWarehousingProvider.ts +1 -1
- package/src/resolvers/mutations/worker/allocateWork.ts +1 -1
- package/src/resolvers/mutations/worker/finishWork.ts +3 -3
- package/src/resolvers/queries/products/product.ts +1 -1
- package/src/resolvers/queries/shopInfo.ts +3 -0
- package/src/resolvers/queries/users/user.ts +2 -2
- package/src/resolvers/queries/warehousing/tokens.ts +1 -1
- package/src/resolvers/type/country-types.ts +2 -2
- package/src/resolvers/type/delivery-provider-types.ts +1 -1
- package/src/resolvers/type/enrollment/enrollment-delivery-types.ts +1 -0
- package/src/resolvers/type/enrollment/enrollment-payment-types.ts +3 -2
- package/src/resolvers/type/enrollment/enrollment-period-types.ts +1 -0
- package/src/resolvers/type/enrollment/enrollment-types.ts +2 -2
- package/src/resolvers/type/index.ts +0 -2
- package/src/resolvers/type/media-types.ts +2 -1
- package/src/resolvers/type/order/order-item-types.ts +20 -13
- package/src/resolvers/type/order/order-statistics-types.ts +3 -3
- package/src/resolvers/type/order/order-types.ts +22 -11
- package/src/resolvers/type/payment/payment-provider-types.ts +2 -2
- package/src/resolvers/type/product/product-configurable-types.ts +7 -5
- package/src/resolvers/type/product/product-discount.ts +1 -1
- package/src/resolvers/type/product/product-plan-types.ts +12 -10
- package/src/resolvers/type/product/product-review-types.ts +1 -1
- package/src/resolvers/type/product/product-simple-types.ts +1 -1
- package/src/resolvers/type/product/product-tokenized-types.ts +8 -8
- package/src/resolvers/type/product/product-variation-assignment-vector.ts +2 -2
- package/src/resolvers/type/product-search-result-types.ts +2 -2
- package/src/resolvers/type/quotation-types.ts +2 -2
- package/src/resolvers/type/shop-types.ts +3 -2
- package/src/resolvers/type/user-types.ts +5 -4
- package/src/resolvers/type/warehousing-provider-types.ts +2 -2
- package/src/resolvers/type/work-types.ts +1 -1
- package/src/roles/all.ts +2 -2
- package/src/roles/index.ts +9 -3
- package/src/schema/index.ts +4 -4
- package/src/schema/types/warehousing.ts +1 -1
- package/src/resolvers/type/color-types.ts +0 -31
|
@@ -13,52 +13,52 @@ export declare const UserProfileSchema: z.ZodObject<{
|
|
|
13
13
|
regionCode: z.ZodOptional<z.ZodString>;
|
|
14
14
|
countryCode: z.ZodOptional<z.ZodString>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
countryCode?: string;
|
|
17
|
-
firstName?: string;
|
|
18
|
-
lastName?: string;
|
|
19
|
-
addressLine?: string;
|
|
20
|
-
addressLine2?: string;
|
|
21
|
-
postalCode?: string;
|
|
22
|
-
city?: string;
|
|
23
|
-
regionCode?: string;
|
|
16
|
+
countryCode?: string | undefined;
|
|
17
|
+
firstName?: string | undefined;
|
|
18
|
+
lastName?: string | undefined;
|
|
19
|
+
addressLine?: string | undefined;
|
|
20
|
+
addressLine2?: string | undefined;
|
|
21
|
+
postalCode?: string | undefined;
|
|
22
|
+
city?: string | undefined;
|
|
23
|
+
regionCode?: string | undefined;
|
|
24
24
|
}, {
|
|
25
|
-
countryCode?: string;
|
|
26
|
-
firstName?: string;
|
|
27
|
-
lastName?: string;
|
|
28
|
-
addressLine?: string;
|
|
29
|
-
addressLine2?: string;
|
|
30
|
-
postalCode?: string;
|
|
31
|
-
city?: string;
|
|
32
|
-
regionCode?: string;
|
|
25
|
+
countryCode?: string | undefined;
|
|
26
|
+
firstName?: string | undefined;
|
|
27
|
+
lastName?: string | undefined;
|
|
28
|
+
addressLine?: string | undefined;
|
|
29
|
+
addressLine2?: string | undefined;
|
|
30
|
+
postalCode?: string | undefined;
|
|
31
|
+
city?: string | undefined;
|
|
32
|
+
regionCode?: string | undefined;
|
|
33
33
|
}>>;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
35
|
address?: {
|
|
36
|
-
countryCode?: string;
|
|
37
|
-
firstName?: string;
|
|
38
|
-
lastName?: string;
|
|
39
|
-
addressLine?: string;
|
|
40
|
-
addressLine2?: string;
|
|
41
|
-
postalCode?: string;
|
|
42
|
-
city?: string;
|
|
43
|
-
regionCode?: string;
|
|
44
|
-
};
|
|
45
|
-
displayName?: string;
|
|
46
|
-
birthday?: string;
|
|
47
|
-
phoneMobile?: string;
|
|
36
|
+
countryCode?: string | undefined;
|
|
37
|
+
firstName?: string | undefined;
|
|
38
|
+
lastName?: string | undefined;
|
|
39
|
+
addressLine?: string | undefined;
|
|
40
|
+
addressLine2?: string | undefined;
|
|
41
|
+
postalCode?: string | undefined;
|
|
42
|
+
city?: string | undefined;
|
|
43
|
+
regionCode?: string | undefined;
|
|
44
|
+
} | undefined;
|
|
45
|
+
displayName?: string | undefined;
|
|
46
|
+
birthday?: string | undefined;
|
|
47
|
+
phoneMobile?: string | undefined;
|
|
48
48
|
}, {
|
|
49
49
|
address?: {
|
|
50
|
-
countryCode?: string;
|
|
51
|
-
firstName?: string;
|
|
52
|
-
lastName?: string;
|
|
53
|
-
addressLine?: string;
|
|
54
|
-
addressLine2?: string;
|
|
55
|
-
postalCode?: string;
|
|
56
|
-
city?: string;
|
|
57
|
-
regionCode?: string;
|
|
58
|
-
};
|
|
59
|
-
displayName?: string;
|
|
60
|
-
birthday?: string;
|
|
61
|
-
phoneMobile?: string;
|
|
50
|
+
countryCode?: string | undefined;
|
|
51
|
+
firstName?: string | undefined;
|
|
52
|
+
lastName?: string | undefined;
|
|
53
|
+
addressLine?: string | undefined;
|
|
54
|
+
addressLine2?: string | undefined;
|
|
55
|
+
postalCode?: string | undefined;
|
|
56
|
+
city?: string | undefined;
|
|
57
|
+
regionCode?: string | undefined;
|
|
58
|
+
} | undefined;
|
|
59
|
+
displayName?: string | undefined;
|
|
60
|
+
birthday?: string | undefined;
|
|
61
|
+
phoneMobile?: string | undefined;
|
|
62
62
|
}>;
|
|
63
63
|
export declare const actionValidators: {
|
|
64
64
|
readonly LIST: z.ZodObject<{
|
|
@@ -68,11 +68,11 @@ export declare const actionValidators: {
|
|
|
68
68
|
start: z.ZodOptional<z.ZodString>;
|
|
69
69
|
end: z.ZodOptional<z.ZodString>;
|
|
70
70
|
}, "strip", z.ZodTypeAny, {
|
|
71
|
-
start?: string;
|
|
72
|
-
end?: string;
|
|
71
|
+
start?: string | undefined;
|
|
72
|
+
end?: string | undefined;
|
|
73
73
|
}, {
|
|
74
|
-
start?: string;
|
|
75
|
-
end?: string;
|
|
74
|
+
start?: string | undefined;
|
|
75
|
+
end?: string | undefined;
|
|
76
76
|
}>>;
|
|
77
77
|
queryString: z.ZodOptional<z.ZodString>;
|
|
78
78
|
includeInactive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -80,44 +80,44 @@ export declare const actionValidators: {
|
|
|
80
80
|
key: z.ZodString;
|
|
81
81
|
value: z.ZodEnum<[string, ...string[]]>;
|
|
82
82
|
}, "strip", z.ZodTypeAny, {
|
|
83
|
-
key
|
|
84
|
-
value
|
|
83
|
+
key: string;
|
|
84
|
+
value: string;
|
|
85
85
|
}, {
|
|
86
|
-
key
|
|
87
|
-
value
|
|
86
|
+
key: string;
|
|
87
|
+
value: string;
|
|
88
88
|
}>, "many">>;
|
|
89
89
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
90
90
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
+
includeInactive: boolean;
|
|
92
93
|
sort?: {
|
|
93
|
-
key
|
|
94
|
-
value
|
|
95
|
-
}[];
|
|
94
|
+
key: string;
|
|
95
|
+
value: string;
|
|
96
|
+
}[] | undefined;
|
|
96
97
|
lastLogin?: {
|
|
97
|
-
start?: string;
|
|
98
|
-
end?: string;
|
|
99
|
-
};
|
|
100
|
-
includeGuests?: boolean;
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
emailVerified?: boolean;
|
|
98
|
+
start?: string | undefined;
|
|
99
|
+
end?: string | undefined;
|
|
100
|
+
} | undefined;
|
|
101
|
+
includeGuests?: boolean | undefined;
|
|
102
|
+
queryString?: string | undefined;
|
|
103
|
+
limit?: number | undefined;
|
|
104
|
+
offset?: number | undefined;
|
|
105
|
+
emailVerified?: boolean | undefined;
|
|
106
106
|
}, {
|
|
107
107
|
sort?: {
|
|
108
|
-
key
|
|
109
|
-
value
|
|
110
|
-
}[];
|
|
108
|
+
key: string;
|
|
109
|
+
value: string;
|
|
110
|
+
}[] | undefined;
|
|
111
111
|
lastLogin?: {
|
|
112
|
-
start?: string;
|
|
113
|
-
end?: string;
|
|
114
|
-
};
|
|
115
|
-
includeGuests?: boolean;
|
|
116
|
-
includeInactive?: boolean;
|
|
117
|
-
queryString?: string;
|
|
118
|
-
limit?: number;
|
|
119
|
-
offset?: number;
|
|
120
|
-
emailVerified?: boolean;
|
|
112
|
+
start?: string | undefined;
|
|
113
|
+
end?: string | undefined;
|
|
114
|
+
} | undefined;
|
|
115
|
+
includeGuests?: boolean | undefined;
|
|
116
|
+
includeInactive?: boolean | undefined;
|
|
117
|
+
queryString?: string | undefined;
|
|
118
|
+
limit?: number | undefined;
|
|
119
|
+
offset?: number | undefined;
|
|
120
|
+
emailVerified?: boolean | undefined;
|
|
121
121
|
}>;
|
|
122
122
|
readonly COUNT: z.ZodObject<{
|
|
123
123
|
includeGuests: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -126,39 +126,39 @@ export declare const actionValidators: {
|
|
|
126
126
|
start: z.ZodOptional<z.ZodString>;
|
|
127
127
|
end: z.ZodOptional<z.ZodString>;
|
|
128
128
|
}, "strip", z.ZodTypeAny, {
|
|
129
|
-
start?: string;
|
|
130
|
-
end?: string;
|
|
129
|
+
start?: string | undefined;
|
|
130
|
+
end?: string | undefined;
|
|
131
131
|
}, {
|
|
132
|
-
start?: string;
|
|
133
|
-
end?: string;
|
|
132
|
+
start?: string | undefined;
|
|
133
|
+
end?: string | undefined;
|
|
134
134
|
}>>;
|
|
135
135
|
queryString: z.ZodOptional<z.ZodString>;
|
|
136
136
|
includeInactive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
|
+
includeInactive: boolean;
|
|
138
139
|
lastLogin?: {
|
|
139
|
-
start?: string;
|
|
140
|
-
end?: string;
|
|
141
|
-
};
|
|
142
|
-
includeGuests?: boolean;
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
emailVerified?: boolean;
|
|
140
|
+
start?: string | undefined;
|
|
141
|
+
end?: string | undefined;
|
|
142
|
+
} | undefined;
|
|
143
|
+
includeGuests?: boolean | undefined;
|
|
144
|
+
queryString?: string | undefined;
|
|
145
|
+
emailVerified?: boolean | undefined;
|
|
146
146
|
}, {
|
|
147
147
|
lastLogin?: {
|
|
148
|
-
start?: string;
|
|
149
|
-
end?: string;
|
|
150
|
-
};
|
|
151
|
-
includeGuests?: boolean;
|
|
152
|
-
includeInactive?: boolean;
|
|
153
|
-
queryString?: string;
|
|
154
|
-
emailVerified?: boolean;
|
|
148
|
+
start?: string | undefined;
|
|
149
|
+
end?: string | undefined;
|
|
150
|
+
} | undefined;
|
|
151
|
+
includeGuests?: boolean | undefined;
|
|
152
|
+
includeInactive?: boolean | undefined;
|
|
153
|
+
queryString?: string | undefined;
|
|
154
|
+
emailVerified?: boolean | undefined;
|
|
155
155
|
}>;
|
|
156
156
|
readonly GET: z.ZodObject<{
|
|
157
157
|
userId: z.ZodString;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
-
userId
|
|
159
|
+
userId: string;
|
|
160
160
|
}, {
|
|
161
|
-
userId
|
|
161
|
+
userId: string;
|
|
162
162
|
}>;
|
|
163
163
|
readonly CREATE: z.ZodObject<{
|
|
164
164
|
username: z.ZodOptional<z.ZodString>;
|
|
@@ -178,91 +178,91 @@ export declare const actionValidators: {
|
|
|
178
178
|
regionCode: z.ZodOptional<z.ZodString>;
|
|
179
179
|
countryCode: z.ZodOptional<z.ZodString>;
|
|
180
180
|
}, "strip", z.ZodTypeAny, {
|
|
181
|
-
countryCode?: string;
|
|
182
|
-
firstName?: string;
|
|
183
|
-
lastName?: string;
|
|
184
|
-
addressLine?: string;
|
|
185
|
-
addressLine2?: string;
|
|
186
|
-
postalCode?: string;
|
|
187
|
-
city?: string;
|
|
188
|
-
regionCode?: string;
|
|
181
|
+
countryCode?: string | undefined;
|
|
182
|
+
firstName?: string | undefined;
|
|
183
|
+
lastName?: string | undefined;
|
|
184
|
+
addressLine?: string | undefined;
|
|
185
|
+
addressLine2?: string | undefined;
|
|
186
|
+
postalCode?: string | undefined;
|
|
187
|
+
city?: string | undefined;
|
|
188
|
+
regionCode?: string | undefined;
|
|
189
189
|
}, {
|
|
190
|
-
countryCode?: string;
|
|
191
|
-
firstName?: string;
|
|
192
|
-
lastName?: string;
|
|
193
|
-
addressLine?: string;
|
|
194
|
-
addressLine2?: string;
|
|
195
|
-
postalCode?: string;
|
|
196
|
-
city?: string;
|
|
197
|
-
regionCode?: string;
|
|
190
|
+
countryCode?: string | undefined;
|
|
191
|
+
firstName?: string | undefined;
|
|
192
|
+
lastName?: string | undefined;
|
|
193
|
+
addressLine?: string | undefined;
|
|
194
|
+
addressLine2?: string | undefined;
|
|
195
|
+
postalCode?: string | undefined;
|
|
196
|
+
city?: string | undefined;
|
|
197
|
+
regionCode?: string | undefined;
|
|
198
198
|
}>>;
|
|
199
199
|
}, "strip", z.ZodTypeAny, {
|
|
200
200
|
address?: {
|
|
201
|
-
countryCode?: string;
|
|
202
|
-
firstName?: string;
|
|
203
|
-
lastName?: string;
|
|
204
|
-
addressLine?: string;
|
|
205
|
-
addressLine2?: string;
|
|
206
|
-
postalCode?: string;
|
|
207
|
-
city?: string;
|
|
208
|
-
regionCode?: string;
|
|
209
|
-
};
|
|
210
|
-
displayName?: string;
|
|
211
|
-
birthday?: string;
|
|
212
|
-
phoneMobile?: string;
|
|
201
|
+
countryCode?: string | undefined;
|
|
202
|
+
firstName?: string | undefined;
|
|
203
|
+
lastName?: string | undefined;
|
|
204
|
+
addressLine?: string | undefined;
|
|
205
|
+
addressLine2?: string | undefined;
|
|
206
|
+
postalCode?: string | undefined;
|
|
207
|
+
city?: string | undefined;
|
|
208
|
+
regionCode?: string | undefined;
|
|
209
|
+
} | undefined;
|
|
210
|
+
displayName?: string | undefined;
|
|
211
|
+
birthday?: string | undefined;
|
|
212
|
+
phoneMobile?: string | undefined;
|
|
213
213
|
}, {
|
|
214
214
|
address?: {
|
|
215
|
-
countryCode?: string;
|
|
216
|
-
firstName?: string;
|
|
217
|
-
lastName?: string;
|
|
218
|
-
addressLine?: string;
|
|
219
|
-
addressLine2?: string;
|
|
220
|
-
postalCode?: string;
|
|
221
|
-
city?: string;
|
|
222
|
-
regionCode?: string;
|
|
223
|
-
};
|
|
224
|
-
displayName?: string;
|
|
225
|
-
birthday?: string;
|
|
226
|
-
phoneMobile?: string;
|
|
215
|
+
countryCode?: string | undefined;
|
|
216
|
+
firstName?: string | undefined;
|
|
217
|
+
lastName?: string | undefined;
|
|
218
|
+
addressLine?: string | undefined;
|
|
219
|
+
addressLine2?: string | undefined;
|
|
220
|
+
postalCode?: string | undefined;
|
|
221
|
+
city?: string | undefined;
|
|
222
|
+
regionCode?: string | undefined;
|
|
223
|
+
} | undefined;
|
|
224
|
+
displayName?: string | undefined;
|
|
225
|
+
birthday?: string | undefined;
|
|
226
|
+
phoneMobile?: string | undefined;
|
|
227
227
|
}>>;
|
|
228
228
|
}, "strip", z.ZodTypeAny, {
|
|
229
229
|
profile?: {
|
|
230
230
|
address?: {
|
|
231
|
-
countryCode?: string;
|
|
232
|
-
firstName?: string;
|
|
233
|
-
lastName?: string;
|
|
234
|
-
addressLine?: string;
|
|
235
|
-
addressLine2?: string;
|
|
236
|
-
postalCode?: string;
|
|
237
|
-
city?: string;
|
|
238
|
-
regionCode?: string;
|
|
239
|
-
};
|
|
240
|
-
displayName?: string;
|
|
241
|
-
birthday?: string;
|
|
242
|
-
phoneMobile?: string;
|
|
243
|
-
};
|
|
244
|
-
username?: string;
|
|
245
|
-
email?: string;
|
|
246
|
-
password?: string;
|
|
231
|
+
countryCode?: string | undefined;
|
|
232
|
+
firstName?: string | undefined;
|
|
233
|
+
lastName?: string | undefined;
|
|
234
|
+
addressLine?: string | undefined;
|
|
235
|
+
addressLine2?: string | undefined;
|
|
236
|
+
postalCode?: string | undefined;
|
|
237
|
+
city?: string | undefined;
|
|
238
|
+
regionCode?: string | undefined;
|
|
239
|
+
} | undefined;
|
|
240
|
+
displayName?: string | undefined;
|
|
241
|
+
birthday?: string | undefined;
|
|
242
|
+
phoneMobile?: string | undefined;
|
|
243
|
+
} | undefined;
|
|
244
|
+
username?: string | undefined;
|
|
245
|
+
email?: string | undefined;
|
|
246
|
+
password?: string | undefined;
|
|
247
247
|
}, {
|
|
248
248
|
profile?: {
|
|
249
249
|
address?: {
|
|
250
|
-
countryCode?: string;
|
|
251
|
-
firstName?: string;
|
|
252
|
-
lastName?: string;
|
|
253
|
-
addressLine?: string;
|
|
254
|
-
addressLine2?: string;
|
|
255
|
-
postalCode?: string;
|
|
256
|
-
city?: string;
|
|
257
|
-
regionCode?: string;
|
|
258
|
-
};
|
|
259
|
-
displayName?: string;
|
|
260
|
-
birthday?: string;
|
|
261
|
-
phoneMobile?: string;
|
|
262
|
-
};
|
|
263
|
-
username?: string;
|
|
264
|
-
email?: string;
|
|
265
|
-
password?: string;
|
|
250
|
+
countryCode?: string | undefined;
|
|
251
|
+
firstName?: string | undefined;
|
|
252
|
+
lastName?: string | undefined;
|
|
253
|
+
addressLine?: string | undefined;
|
|
254
|
+
addressLine2?: string | undefined;
|
|
255
|
+
postalCode?: string | undefined;
|
|
256
|
+
city?: string | undefined;
|
|
257
|
+
regionCode?: string | undefined;
|
|
258
|
+
} | undefined;
|
|
259
|
+
displayName?: string | undefined;
|
|
260
|
+
birthday?: string | undefined;
|
|
261
|
+
phoneMobile?: string | undefined;
|
|
262
|
+
} | undefined;
|
|
263
|
+
username?: string | undefined;
|
|
264
|
+
email?: string | undefined;
|
|
265
|
+
password?: string | undefined;
|
|
266
266
|
}>;
|
|
267
267
|
readonly UPDATE: z.ZodObject<{
|
|
268
268
|
userId: z.ZodString;
|
|
@@ -280,100 +280,100 @@ export declare const actionValidators: {
|
|
|
280
280
|
regionCode: z.ZodOptional<z.ZodString>;
|
|
281
281
|
countryCode: z.ZodOptional<z.ZodString>;
|
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
|
283
|
-
countryCode?: string;
|
|
284
|
-
firstName?: string;
|
|
285
|
-
lastName?: string;
|
|
286
|
-
addressLine?: string;
|
|
287
|
-
addressLine2?: string;
|
|
288
|
-
postalCode?: string;
|
|
289
|
-
city?: string;
|
|
290
|
-
regionCode?: string;
|
|
283
|
+
countryCode?: string | undefined;
|
|
284
|
+
firstName?: string | undefined;
|
|
285
|
+
lastName?: string | undefined;
|
|
286
|
+
addressLine?: string | undefined;
|
|
287
|
+
addressLine2?: string | undefined;
|
|
288
|
+
postalCode?: string | undefined;
|
|
289
|
+
city?: string | undefined;
|
|
290
|
+
regionCode?: string | undefined;
|
|
291
291
|
}, {
|
|
292
|
-
countryCode?: string;
|
|
293
|
-
firstName?: string;
|
|
294
|
-
lastName?: string;
|
|
295
|
-
addressLine?: string;
|
|
296
|
-
addressLine2?: string;
|
|
297
|
-
postalCode?: string;
|
|
298
|
-
city?: string;
|
|
299
|
-
regionCode?: string;
|
|
292
|
+
countryCode?: string | undefined;
|
|
293
|
+
firstName?: string | undefined;
|
|
294
|
+
lastName?: string | undefined;
|
|
295
|
+
addressLine?: string | undefined;
|
|
296
|
+
addressLine2?: string | undefined;
|
|
297
|
+
postalCode?: string | undefined;
|
|
298
|
+
city?: string | undefined;
|
|
299
|
+
regionCode?: string | undefined;
|
|
300
300
|
}>>;
|
|
301
301
|
}, "strip", z.ZodTypeAny, {
|
|
302
302
|
address?: {
|
|
303
|
-
countryCode?: string;
|
|
304
|
-
firstName?: string;
|
|
305
|
-
lastName?: string;
|
|
306
|
-
addressLine?: string;
|
|
307
|
-
addressLine2?: string;
|
|
308
|
-
postalCode?: string;
|
|
309
|
-
city?: string;
|
|
310
|
-
regionCode?: string;
|
|
311
|
-
};
|
|
312
|
-
displayName?: string;
|
|
313
|
-
birthday?: string;
|
|
314
|
-
phoneMobile?: string;
|
|
303
|
+
countryCode?: string | undefined;
|
|
304
|
+
firstName?: string | undefined;
|
|
305
|
+
lastName?: string | undefined;
|
|
306
|
+
addressLine?: string | undefined;
|
|
307
|
+
addressLine2?: string | undefined;
|
|
308
|
+
postalCode?: string | undefined;
|
|
309
|
+
city?: string | undefined;
|
|
310
|
+
regionCode?: string | undefined;
|
|
311
|
+
} | undefined;
|
|
312
|
+
displayName?: string | undefined;
|
|
313
|
+
birthday?: string | undefined;
|
|
314
|
+
phoneMobile?: string | undefined;
|
|
315
315
|
}, {
|
|
316
316
|
address?: {
|
|
317
|
-
countryCode?: string;
|
|
318
|
-
firstName?: string;
|
|
319
|
-
lastName?: string;
|
|
320
|
-
addressLine?: string;
|
|
321
|
-
addressLine2?: string;
|
|
322
|
-
postalCode?: string;
|
|
323
|
-
city?: string;
|
|
324
|
-
regionCode?: string;
|
|
325
|
-
};
|
|
326
|
-
displayName?: string;
|
|
327
|
-
birthday?: string;
|
|
328
|
-
phoneMobile?: string;
|
|
317
|
+
countryCode?: string | undefined;
|
|
318
|
+
firstName?: string | undefined;
|
|
319
|
+
lastName?: string | undefined;
|
|
320
|
+
addressLine?: string | undefined;
|
|
321
|
+
addressLine2?: string | undefined;
|
|
322
|
+
postalCode?: string | undefined;
|
|
323
|
+
city?: string | undefined;
|
|
324
|
+
regionCode?: string | undefined;
|
|
325
|
+
} | undefined;
|
|
326
|
+
displayName?: string | undefined;
|
|
327
|
+
birthday?: string | undefined;
|
|
328
|
+
phoneMobile?: string | undefined;
|
|
329
329
|
}>>;
|
|
330
330
|
meta: z.ZodOptional<z.ZodAny>;
|
|
331
331
|
}, "strip", z.ZodTypeAny, {
|
|
332
|
+
userId: string;
|
|
332
333
|
meta?: any;
|
|
333
334
|
profile?: {
|
|
334
335
|
address?: {
|
|
335
|
-
countryCode?: string;
|
|
336
|
-
firstName?: string;
|
|
337
|
-
lastName?: string;
|
|
338
|
-
addressLine?: string;
|
|
339
|
-
addressLine2?: string;
|
|
340
|
-
postalCode?: string;
|
|
341
|
-
city?: string;
|
|
342
|
-
regionCode?: string;
|
|
343
|
-
};
|
|
344
|
-
displayName?: string;
|
|
345
|
-
birthday?: string;
|
|
346
|
-
phoneMobile?: string;
|
|
347
|
-
};
|
|
348
|
-
userId?: string;
|
|
336
|
+
countryCode?: string | undefined;
|
|
337
|
+
firstName?: string | undefined;
|
|
338
|
+
lastName?: string | undefined;
|
|
339
|
+
addressLine?: string | undefined;
|
|
340
|
+
addressLine2?: string | undefined;
|
|
341
|
+
postalCode?: string | undefined;
|
|
342
|
+
city?: string | undefined;
|
|
343
|
+
regionCode?: string | undefined;
|
|
344
|
+
} | undefined;
|
|
345
|
+
displayName?: string | undefined;
|
|
346
|
+
birthday?: string | undefined;
|
|
347
|
+
phoneMobile?: string | undefined;
|
|
348
|
+
} | undefined;
|
|
349
349
|
}, {
|
|
350
|
+
userId: string;
|
|
350
351
|
meta?: any;
|
|
351
352
|
profile?: {
|
|
352
353
|
address?: {
|
|
353
|
-
countryCode?: string;
|
|
354
|
-
firstName?: string;
|
|
355
|
-
lastName?: string;
|
|
356
|
-
addressLine?: string;
|
|
357
|
-
addressLine2?: string;
|
|
358
|
-
postalCode?: string;
|
|
359
|
-
city?: string;
|
|
360
|
-
regionCode?: string;
|
|
361
|
-
};
|
|
362
|
-
displayName?: string;
|
|
363
|
-
birthday?: string;
|
|
364
|
-
phoneMobile?: string;
|
|
365
|
-
};
|
|
366
|
-
userId?: string;
|
|
354
|
+
countryCode?: string | undefined;
|
|
355
|
+
firstName?: string | undefined;
|
|
356
|
+
lastName?: string | undefined;
|
|
357
|
+
addressLine?: string | undefined;
|
|
358
|
+
addressLine2?: string | undefined;
|
|
359
|
+
postalCode?: string | undefined;
|
|
360
|
+
city?: string | undefined;
|
|
361
|
+
regionCode?: string | undefined;
|
|
362
|
+
} | undefined;
|
|
363
|
+
displayName?: string | undefined;
|
|
364
|
+
birthday?: string | undefined;
|
|
365
|
+
phoneMobile?: string | undefined;
|
|
366
|
+
} | undefined;
|
|
367
367
|
}>;
|
|
368
368
|
readonly REMOVE: z.ZodObject<{
|
|
369
369
|
userId: z.ZodString;
|
|
370
370
|
removeUserReviews: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
371
371
|
}, "strip", z.ZodTypeAny, {
|
|
372
|
-
userId
|
|
373
|
-
removeUserReviews
|
|
372
|
+
userId: string;
|
|
373
|
+
removeUserReviews: boolean;
|
|
374
374
|
}, {
|
|
375
|
-
userId
|
|
376
|
-
removeUserReviews?: boolean;
|
|
375
|
+
userId: string;
|
|
376
|
+
removeUserReviews?: boolean | undefined;
|
|
377
377
|
}>;
|
|
378
378
|
readonly ENROLL: z.ZodObject<{
|
|
379
379
|
email: z.ZodString;
|
|
@@ -391,151 +391,151 @@ export declare const actionValidators: {
|
|
|
391
391
|
regionCode: z.ZodOptional<z.ZodString>;
|
|
392
392
|
countryCode: z.ZodOptional<z.ZodString>;
|
|
393
393
|
}, "strip", z.ZodTypeAny, {
|
|
394
|
-
countryCode?: string;
|
|
395
|
-
firstName?: string;
|
|
396
|
-
lastName?: string;
|
|
397
|
-
addressLine?: string;
|
|
398
|
-
addressLine2?: string;
|
|
399
|
-
postalCode?: string;
|
|
400
|
-
city?: string;
|
|
401
|
-
regionCode?: string;
|
|
394
|
+
countryCode?: string | undefined;
|
|
395
|
+
firstName?: string | undefined;
|
|
396
|
+
lastName?: string | undefined;
|
|
397
|
+
addressLine?: string | undefined;
|
|
398
|
+
addressLine2?: string | undefined;
|
|
399
|
+
postalCode?: string | undefined;
|
|
400
|
+
city?: string | undefined;
|
|
401
|
+
regionCode?: string | undefined;
|
|
402
402
|
}, {
|
|
403
|
-
countryCode?: string;
|
|
404
|
-
firstName?: string;
|
|
405
|
-
lastName?: string;
|
|
406
|
-
addressLine?: string;
|
|
407
|
-
addressLine2?: string;
|
|
408
|
-
postalCode?: string;
|
|
409
|
-
city?: string;
|
|
410
|
-
regionCode?: string;
|
|
403
|
+
countryCode?: string | undefined;
|
|
404
|
+
firstName?: string | undefined;
|
|
405
|
+
lastName?: string | undefined;
|
|
406
|
+
addressLine?: string | undefined;
|
|
407
|
+
addressLine2?: string | undefined;
|
|
408
|
+
postalCode?: string | undefined;
|
|
409
|
+
city?: string | undefined;
|
|
410
|
+
regionCode?: string | undefined;
|
|
411
411
|
}>>;
|
|
412
412
|
}, "strip", z.ZodTypeAny, {
|
|
413
413
|
address?: {
|
|
414
|
-
countryCode?: string;
|
|
415
|
-
firstName?: string;
|
|
416
|
-
lastName?: string;
|
|
417
|
-
addressLine?: string;
|
|
418
|
-
addressLine2?: string;
|
|
419
|
-
postalCode?: string;
|
|
420
|
-
city?: string;
|
|
421
|
-
regionCode?: string;
|
|
422
|
-
};
|
|
423
|
-
displayName?: string;
|
|
424
|
-
birthday?: string;
|
|
425
|
-
phoneMobile?: string;
|
|
414
|
+
countryCode?: string | undefined;
|
|
415
|
+
firstName?: string | undefined;
|
|
416
|
+
lastName?: string | undefined;
|
|
417
|
+
addressLine?: string | undefined;
|
|
418
|
+
addressLine2?: string | undefined;
|
|
419
|
+
postalCode?: string | undefined;
|
|
420
|
+
city?: string | undefined;
|
|
421
|
+
regionCode?: string | undefined;
|
|
422
|
+
} | undefined;
|
|
423
|
+
displayName?: string | undefined;
|
|
424
|
+
birthday?: string | undefined;
|
|
425
|
+
phoneMobile?: string | undefined;
|
|
426
426
|
}, {
|
|
427
427
|
address?: {
|
|
428
|
-
countryCode?: string;
|
|
429
|
-
firstName?: string;
|
|
430
|
-
lastName?: string;
|
|
431
|
-
addressLine?: string;
|
|
432
|
-
addressLine2?: string;
|
|
433
|
-
postalCode?: string;
|
|
434
|
-
city?: string;
|
|
435
|
-
regionCode?: string;
|
|
436
|
-
};
|
|
437
|
-
displayName?: string;
|
|
438
|
-
birthday?: string;
|
|
439
|
-
phoneMobile?: string;
|
|
428
|
+
countryCode?: string | undefined;
|
|
429
|
+
firstName?: string | undefined;
|
|
430
|
+
lastName?: string | undefined;
|
|
431
|
+
addressLine?: string | undefined;
|
|
432
|
+
addressLine2?: string | undefined;
|
|
433
|
+
postalCode?: string | undefined;
|
|
434
|
+
city?: string | undefined;
|
|
435
|
+
regionCode?: string | undefined;
|
|
436
|
+
} | undefined;
|
|
437
|
+
displayName?: string | undefined;
|
|
438
|
+
birthday?: string | undefined;
|
|
439
|
+
phoneMobile?: string | undefined;
|
|
440
440
|
}>;
|
|
441
441
|
password: z.ZodOptional<z.ZodString>;
|
|
442
442
|
}, "strip", z.ZodTypeAny, {
|
|
443
|
-
profile
|
|
443
|
+
profile: {
|
|
444
444
|
address?: {
|
|
445
|
-
countryCode?: string;
|
|
446
|
-
firstName?: string;
|
|
447
|
-
lastName?: string;
|
|
448
|
-
addressLine?: string;
|
|
449
|
-
addressLine2?: string;
|
|
450
|
-
postalCode?: string;
|
|
451
|
-
city?: string;
|
|
452
|
-
regionCode?: string;
|
|
453
|
-
};
|
|
454
|
-
displayName?: string;
|
|
455
|
-
birthday?: string;
|
|
456
|
-
phoneMobile?: string;
|
|
445
|
+
countryCode?: string | undefined;
|
|
446
|
+
firstName?: string | undefined;
|
|
447
|
+
lastName?: string | undefined;
|
|
448
|
+
addressLine?: string | undefined;
|
|
449
|
+
addressLine2?: string | undefined;
|
|
450
|
+
postalCode?: string | undefined;
|
|
451
|
+
city?: string | undefined;
|
|
452
|
+
regionCode?: string | undefined;
|
|
453
|
+
} | undefined;
|
|
454
|
+
displayName?: string | undefined;
|
|
455
|
+
birthday?: string | undefined;
|
|
456
|
+
phoneMobile?: string | undefined;
|
|
457
457
|
};
|
|
458
|
-
email
|
|
459
|
-
password?: string;
|
|
458
|
+
email: string;
|
|
459
|
+
password?: string | undefined;
|
|
460
460
|
}, {
|
|
461
|
-
profile
|
|
461
|
+
profile: {
|
|
462
462
|
address?: {
|
|
463
|
-
countryCode?: string;
|
|
464
|
-
firstName?: string;
|
|
465
|
-
lastName?: string;
|
|
466
|
-
addressLine?: string;
|
|
467
|
-
addressLine2?: string;
|
|
468
|
-
postalCode?: string;
|
|
469
|
-
city?: string;
|
|
470
|
-
regionCode?: string;
|
|
471
|
-
};
|
|
472
|
-
displayName?: string;
|
|
473
|
-
birthday?: string;
|
|
474
|
-
phoneMobile?: string;
|
|
463
|
+
countryCode?: string | undefined;
|
|
464
|
+
firstName?: string | undefined;
|
|
465
|
+
lastName?: string | undefined;
|
|
466
|
+
addressLine?: string | undefined;
|
|
467
|
+
addressLine2?: string | undefined;
|
|
468
|
+
postalCode?: string | undefined;
|
|
469
|
+
city?: string | undefined;
|
|
470
|
+
regionCode?: string | undefined;
|
|
471
|
+
} | undefined;
|
|
472
|
+
displayName?: string | undefined;
|
|
473
|
+
birthday?: string | undefined;
|
|
474
|
+
phoneMobile?: string | undefined;
|
|
475
475
|
};
|
|
476
|
-
email
|
|
477
|
-
password?: string;
|
|
476
|
+
email: string;
|
|
477
|
+
password?: string | undefined;
|
|
478
478
|
}>;
|
|
479
479
|
readonly SET_TAGS: z.ZodObject<{
|
|
480
480
|
userId: z.ZodString;
|
|
481
481
|
tags: z.ZodArray<z.ZodString, "many">;
|
|
482
482
|
}, "strip", z.ZodTypeAny, {
|
|
483
|
-
tags
|
|
484
|
-
userId
|
|
483
|
+
tags: string[];
|
|
484
|
+
userId: string;
|
|
485
485
|
}, {
|
|
486
|
-
tags
|
|
487
|
-
userId
|
|
486
|
+
tags: string[];
|
|
487
|
+
userId: string;
|
|
488
488
|
}>;
|
|
489
489
|
readonly SET_USERNAME: z.ZodObject<{
|
|
490
490
|
userId: z.ZodString;
|
|
491
491
|
username: z.ZodString;
|
|
492
492
|
}, "strip", z.ZodTypeAny, {
|
|
493
|
-
username
|
|
494
|
-
userId
|
|
493
|
+
username: string;
|
|
494
|
+
userId: string;
|
|
495
495
|
}, {
|
|
496
|
-
username
|
|
497
|
-
userId
|
|
496
|
+
username: string;
|
|
497
|
+
userId: string;
|
|
498
498
|
}>;
|
|
499
499
|
readonly ADD_EMAIL: z.ZodObject<{
|
|
500
500
|
userId: z.ZodOptional<z.ZodString>;
|
|
501
501
|
email: z.ZodString;
|
|
502
502
|
}, "strip", z.ZodTypeAny, {
|
|
503
|
-
|
|
504
|
-
|
|
503
|
+
email: string;
|
|
504
|
+
userId?: string | undefined;
|
|
505
505
|
}, {
|
|
506
|
-
|
|
507
|
-
|
|
506
|
+
email: string;
|
|
507
|
+
userId?: string | undefined;
|
|
508
508
|
}>;
|
|
509
509
|
readonly REMOVE_EMAIL: z.ZodObject<{
|
|
510
510
|
userId: z.ZodOptional<z.ZodString>;
|
|
511
511
|
email: z.ZodString;
|
|
512
512
|
}, "strip", z.ZodTypeAny, {
|
|
513
|
-
|
|
514
|
-
|
|
513
|
+
email: string;
|
|
514
|
+
userId?: string | undefined;
|
|
515
515
|
}, {
|
|
516
|
-
|
|
517
|
-
|
|
516
|
+
email: string;
|
|
517
|
+
userId?: string | undefined;
|
|
518
518
|
}>;
|
|
519
519
|
readonly SEND_ENROLLMENT_EMAIL: z.ZodObject<{
|
|
520
520
|
email: z.ZodString;
|
|
521
521
|
}, "strip", z.ZodTypeAny, {
|
|
522
|
-
email
|
|
522
|
+
email: string;
|
|
523
523
|
}, {
|
|
524
|
-
email
|
|
524
|
+
email: string;
|
|
525
525
|
}>;
|
|
526
526
|
readonly SEND_VERIFICATION_EMAIL: z.ZodObject<{
|
|
527
527
|
email: z.ZodOptional<z.ZodString>;
|
|
528
528
|
}, "strip", z.ZodTypeAny, {
|
|
529
|
-
email?: string;
|
|
529
|
+
email?: string | undefined;
|
|
530
530
|
}, {
|
|
531
|
-
email?: string;
|
|
531
|
+
email?: string | undefined;
|
|
532
532
|
}>;
|
|
533
533
|
readonly REMOVE_PRODUCT_REVIEWS: z.ZodObject<{
|
|
534
534
|
userId: z.ZodString;
|
|
535
535
|
}, "strip", z.ZodTypeAny, {
|
|
536
|
-
userId
|
|
536
|
+
userId: string;
|
|
537
537
|
}, {
|
|
538
|
-
userId
|
|
538
|
+
userId: string;
|
|
539
539
|
}>;
|
|
540
540
|
readonly GET_ORDERS: z.ZodObject<{
|
|
541
541
|
includeCarts: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -546,39 +546,39 @@ export declare const actionValidators: {
|
|
|
546
546
|
key: z.ZodString;
|
|
547
547
|
value: z.ZodEnum<[string, ...string[]]>;
|
|
548
548
|
}, "strip", z.ZodTypeAny, {
|
|
549
|
-
key
|
|
550
|
-
value
|
|
549
|
+
key: string;
|
|
550
|
+
value: string;
|
|
551
551
|
}, {
|
|
552
|
-
key
|
|
553
|
-
value
|
|
552
|
+
key: string;
|
|
553
|
+
value: string;
|
|
554
554
|
}>, "many">>;
|
|
555
555
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
556
556
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
557
557
|
userId: z.ZodString;
|
|
558
558
|
}, "strip", z.ZodTypeAny, {
|
|
559
|
+
includeInactive: boolean;
|
|
560
|
+
userId: string;
|
|
561
|
+
includeCarts: boolean;
|
|
559
562
|
sort?: {
|
|
560
|
-
key
|
|
561
|
-
value
|
|
562
|
-
}[];
|
|
563
|
-
status?: string[];
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
limit?: number;
|
|
568
|
-
offset?: number;
|
|
569
|
-
includeCarts?: boolean;
|
|
563
|
+
key: string;
|
|
564
|
+
value: string;
|
|
565
|
+
}[] | undefined;
|
|
566
|
+
status?: string[] | undefined;
|
|
567
|
+
queryString?: string | undefined;
|
|
568
|
+
limit?: number | undefined;
|
|
569
|
+
offset?: number | undefined;
|
|
570
570
|
}, {
|
|
571
|
+
userId: string;
|
|
571
572
|
sort?: {
|
|
572
|
-
key
|
|
573
|
-
value
|
|
574
|
-
}[];
|
|
575
|
-
status?: string[];
|
|
576
|
-
includeInactive?: boolean;
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
includeCarts?: boolean;
|
|
573
|
+
key: string;
|
|
574
|
+
value: string;
|
|
575
|
+
}[] | undefined;
|
|
576
|
+
status?: string[] | undefined;
|
|
577
|
+
includeInactive?: boolean | undefined;
|
|
578
|
+
queryString?: string | undefined;
|
|
579
|
+
limit?: number | undefined;
|
|
580
|
+
offset?: number | undefined;
|
|
581
|
+
includeCarts?: boolean | undefined;
|
|
582
582
|
}>;
|
|
583
583
|
readonly GET_ENROLLMENTS: z.ZodObject<{
|
|
584
584
|
status: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -588,37 +588,37 @@ export declare const actionValidators: {
|
|
|
588
588
|
key: z.ZodString;
|
|
589
589
|
value: z.ZodEnum<[string, ...string[]]>;
|
|
590
590
|
}, "strip", z.ZodTypeAny, {
|
|
591
|
-
key
|
|
592
|
-
value
|
|
591
|
+
key: string;
|
|
592
|
+
value: string;
|
|
593
593
|
}, {
|
|
594
|
-
key
|
|
595
|
-
value
|
|
594
|
+
key: string;
|
|
595
|
+
value: string;
|
|
596
596
|
}>, "many">>;
|
|
597
597
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
598
598
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
599
599
|
userId: z.ZodString;
|
|
600
600
|
}, "strip", z.ZodTypeAny, {
|
|
601
|
+
includeInactive: boolean;
|
|
602
|
+
userId: string;
|
|
601
603
|
sort?: {
|
|
602
|
-
key
|
|
603
|
-
value
|
|
604
|
-
}[];
|
|
605
|
-
status?: string[];
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
limit?: number;
|
|
610
|
-
offset?: number;
|
|
604
|
+
key: string;
|
|
605
|
+
value: string;
|
|
606
|
+
}[] | undefined;
|
|
607
|
+
status?: string[] | undefined;
|
|
608
|
+
queryString?: string | undefined;
|
|
609
|
+
limit?: number | undefined;
|
|
610
|
+
offset?: number | undefined;
|
|
611
611
|
}, {
|
|
612
|
+
userId: string;
|
|
612
613
|
sort?: {
|
|
613
|
-
key
|
|
614
|
-
value
|
|
615
|
-
}[];
|
|
616
|
-
status?: string[];
|
|
617
|
-
includeInactive?: boolean;
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
offset?: number;
|
|
614
|
+
key: string;
|
|
615
|
+
value: string;
|
|
616
|
+
}[] | undefined;
|
|
617
|
+
status?: string[] | undefined;
|
|
618
|
+
includeInactive?: boolean | undefined;
|
|
619
|
+
queryString?: string | undefined;
|
|
620
|
+
limit?: number | undefined;
|
|
621
|
+
offset?: number | undefined;
|
|
622
622
|
}>;
|
|
623
623
|
readonly GET_QUOTATIONS: z.ZodObject<{
|
|
624
624
|
queryString: z.ZodOptional<z.ZodString>;
|
|
@@ -627,95 +627,95 @@ export declare const actionValidators: {
|
|
|
627
627
|
key: z.ZodString;
|
|
628
628
|
value: z.ZodEnum<[string, ...string[]]>;
|
|
629
629
|
}, "strip", z.ZodTypeAny, {
|
|
630
|
-
key
|
|
631
|
-
value
|
|
630
|
+
key: string;
|
|
631
|
+
value: string;
|
|
632
632
|
}, {
|
|
633
|
-
key
|
|
634
|
-
value
|
|
633
|
+
key: string;
|
|
634
|
+
value: string;
|
|
635
635
|
}>, "many">>;
|
|
636
636
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
637
637
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
638
638
|
userId: z.ZodString;
|
|
639
639
|
}, "strip", z.ZodTypeAny, {
|
|
640
|
+
includeInactive: boolean;
|
|
641
|
+
userId: string;
|
|
640
642
|
sort?: {
|
|
641
|
-
key
|
|
642
|
-
value
|
|
643
|
-
}[];
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
limit?: number;
|
|
648
|
-
offset?: number;
|
|
643
|
+
key: string;
|
|
644
|
+
value: string;
|
|
645
|
+
}[] | undefined;
|
|
646
|
+
queryString?: string | undefined;
|
|
647
|
+
limit?: number | undefined;
|
|
648
|
+
offset?: number | undefined;
|
|
649
649
|
}, {
|
|
650
|
+
userId: string;
|
|
650
651
|
sort?: {
|
|
651
|
-
key
|
|
652
|
-
value
|
|
653
|
-
}[];
|
|
654
|
-
includeInactive?: boolean;
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
offset?: number;
|
|
652
|
+
key: string;
|
|
653
|
+
value: string;
|
|
654
|
+
}[] | undefined;
|
|
655
|
+
includeInactive?: boolean | undefined;
|
|
656
|
+
queryString?: string | undefined;
|
|
657
|
+
limit?: number | undefined;
|
|
658
|
+
offset?: number | undefined;
|
|
659
659
|
}>;
|
|
660
660
|
readonly GET_BOOKMARKS: z.ZodObject<{
|
|
661
661
|
userId: z.ZodString;
|
|
662
662
|
}, "strip", z.ZodTypeAny, {
|
|
663
|
-
userId
|
|
663
|
+
userId: string;
|
|
664
664
|
}, {
|
|
665
|
-
userId
|
|
665
|
+
userId: string;
|
|
666
666
|
}>;
|
|
667
667
|
readonly GET_CURRENT_USER: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
668
668
|
readonly GET_PAYMENT_CREDENTIALS: z.ZodObject<{
|
|
669
669
|
userId: z.ZodString;
|
|
670
670
|
}, "strip", z.ZodTypeAny, {
|
|
671
|
-
userId
|
|
671
|
+
userId: string;
|
|
672
672
|
}, {
|
|
673
|
-
userId
|
|
673
|
+
userId: string;
|
|
674
674
|
}>;
|
|
675
675
|
readonly GET_AVATAR: z.ZodObject<{
|
|
676
676
|
userId: z.ZodString;
|
|
677
677
|
}, "strip", z.ZodTypeAny, {
|
|
678
|
-
userId
|
|
678
|
+
userId: string;
|
|
679
679
|
}, {
|
|
680
|
-
userId
|
|
680
|
+
userId: string;
|
|
681
681
|
}>;
|
|
682
682
|
readonly GET_REVIEWS: z.ZodObject<{
|
|
683
683
|
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
684
684
|
key: z.ZodString;
|
|
685
685
|
value: z.ZodEnum<[string, ...string[]]>;
|
|
686
686
|
}, "strip", z.ZodTypeAny, {
|
|
687
|
-
key
|
|
688
|
-
value
|
|
687
|
+
key: string;
|
|
688
|
+
value: string;
|
|
689
689
|
}, {
|
|
690
|
-
key
|
|
691
|
-
value
|
|
690
|
+
key: string;
|
|
691
|
+
value: string;
|
|
692
692
|
}>, "many">>;
|
|
693
693
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
694
694
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
695
695
|
userId: z.ZodString;
|
|
696
696
|
}, "strip", z.ZodTypeAny, {
|
|
697
|
+
userId: string;
|
|
697
698
|
sort?: {
|
|
698
|
-
key
|
|
699
|
-
value
|
|
700
|
-
}[];
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
offset?: number;
|
|
699
|
+
key: string;
|
|
700
|
+
value: string;
|
|
701
|
+
}[] | undefined;
|
|
702
|
+
limit?: number | undefined;
|
|
703
|
+
offset?: number | undefined;
|
|
704
704
|
}, {
|
|
705
|
+
userId: string;
|
|
705
706
|
sort?: {
|
|
706
|
-
key
|
|
707
|
-
value
|
|
708
|
-
}[];
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
offset?: number;
|
|
707
|
+
key: string;
|
|
708
|
+
value: string;
|
|
709
|
+
}[] | undefined;
|
|
710
|
+
limit?: number | undefined;
|
|
711
|
+
offset?: number | undefined;
|
|
712
712
|
}>;
|
|
713
713
|
readonly GET_REVIEWS_COUNT: z.ZodObject<{
|
|
714
714
|
userId: z.ZodString;
|
|
715
715
|
}, "strip", z.ZodTypeAny, {
|
|
716
|
-
userId
|
|
716
|
+
userId: string;
|
|
717
717
|
}, {
|
|
718
|
-
userId
|
|
718
|
+
userId: string;
|
|
719
719
|
}>;
|
|
720
720
|
};
|
|
721
721
|
export declare const UsersManagementSchema: {
|
|
@@ -725,11 +725,11 @@ export declare const UsersManagementSchema: {
|
|
|
725
725
|
start: z.ZodOptional<z.ZodString>;
|
|
726
726
|
end: z.ZodOptional<z.ZodString>;
|
|
727
727
|
}, "strip", z.ZodTypeAny, {
|
|
728
|
-
start?: string;
|
|
729
|
-
end?: string;
|
|
728
|
+
start?: string | undefined;
|
|
729
|
+
end?: string | undefined;
|
|
730
730
|
}, {
|
|
731
|
-
start?: string;
|
|
732
|
-
end?: string;
|
|
731
|
+
start?: string | undefined;
|
|
732
|
+
end?: string | undefined;
|
|
733
733
|
}>>;
|
|
734
734
|
includeCarts: z.ZodOptional<z.ZodBoolean>;
|
|
735
735
|
status: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -741,11 +741,11 @@ export declare const UsersManagementSchema: {
|
|
|
741
741
|
key: z.ZodString;
|
|
742
742
|
value: z.ZodEnum<[string, ...string[]]>;
|
|
743
743
|
}, "strip", z.ZodTypeAny, {
|
|
744
|
-
key
|
|
745
|
-
value
|
|
744
|
+
key: string;
|
|
745
|
+
value: string;
|
|
746
746
|
}, {
|
|
747
|
-
key
|
|
748
|
-
value
|
|
747
|
+
key: string;
|
|
748
|
+
value: string;
|
|
749
749
|
}>, "many">>;
|
|
750
750
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
751
751
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
@@ -768,52 +768,52 @@ export declare const UsersManagementSchema: {
|
|
|
768
768
|
regionCode: z.ZodOptional<z.ZodString>;
|
|
769
769
|
countryCode: z.ZodOptional<z.ZodString>;
|
|
770
770
|
}, "strip", z.ZodTypeAny, {
|
|
771
|
-
countryCode?: string;
|
|
772
|
-
firstName?: string;
|
|
773
|
-
lastName?: string;
|
|
774
|
-
addressLine?: string;
|
|
775
|
-
addressLine2?: string;
|
|
776
|
-
postalCode?: string;
|
|
777
|
-
city?: string;
|
|
778
|
-
regionCode?: string;
|
|
771
|
+
countryCode?: string | undefined;
|
|
772
|
+
firstName?: string | undefined;
|
|
773
|
+
lastName?: string | undefined;
|
|
774
|
+
addressLine?: string | undefined;
|
|
775
|
+
addressLine2?: string | undefined;
|
|
776
|
+
postalCode?: string | undefined;
|
|
777
|
+
city?: string | undefined;
|
|
778
|
+
regionCode?: string | undefined;
|
|
779
779
|
}, {
|
|
780
|
-
countryCode?: string;
|
|
781
|
-
firstName?: string;
|
|
782
|
-
lastName?: string;
|
|
783
|
-
addressLine?: string;
|
|
784
|
-
addressLine2?: string;
|
|
785
|
-
postalCode?: string;
|
|
786
|
-
city?: string;
|
|
787
|
-
regionCode?: string;
|
|
780
|
+
countryCode?: string | undefined;
|
|
781
|
+
firstName?: string | undefined;
|
|
782
|
+
lastName?: string | undefined;
|
|
783
|
+
addressLine?: string | undefined;
|
|
784
|
+
addressLine2?: string | undefined;
|
|
785
|
+
postalCode?: string | undefined;
|
|
786
|
+
city?: string | undefined;
|
|
787
|
+
regionCode?: string | undefined;
|
|
788
788
|
}>>;
|
|
789
789
|
}, "strip", z.ZodTypeAny, {
|
|
790
790
|
address?: {
|
|
791
|
-
countryCode?: string;
|
|
792
|
-
firstName?: string;
|
|
793
|
-
lastName?: string;
|
|
794
|
-
addressLine?: string;
|
|
795
|
-
addressLine2?: string;
|
|
796
|
-
postalCode?: string;
|
|
797
|
-
city?: string;
|
|
798
|
-
regionCode?: string;
|
|
799
|
-
};
|
|
800
|
-
displayName?: string;
|
|
801
|
-
birthday?: string;
|
|
802
|
-
phoneMobile?: string;
|
|
791
|
+
countryCode?: string | undefined;
|
|
792
|
+
firstName?: string | undefined;
|
|
793
|
+
lastName?: string | undefined;
|
|
794
|
+
addressLine?: string | undefined;
|
|
795
|
+
addressLine2?: string | undefined;
|
|
796
|
+
postalCode?: string | undefined;
|
|
797
|
+
city?: string | undefined;
|
|
798
|
+
regionCode?: string | undefined;
|
|
799
|
+
} | undefined;
|
|
800
|
+
displayName?: string | undefined;
|
|
801
|
+
birthday?: string | undefined;
|
|
802
|
+
phoneMobile?: string | undefined;
|
|
803
803
|
}, {
|
|
804
804
|
address?: {
|
|
805
|
-
countryCode?: string;
|
|
806
|
-
firstName?: string;
|
|
807
|
-
lastName?: string;
|
|
808
|
-
addressLine?: string;
|
|
809
|
-
addressLine2?: string;
|
|
810
|
-
postalCode?: string;
|
|
811
|
-
city?: string;
|
|
812
|
-
regionCode?: string;
|
|
813
|
-
};
|
|
814
|
-
displayName?: string;
|
|
815
|
-
birthday?: string;
|
|
816
|
-
phoneMobile?: string;
|
|
805
|
+
countryCode?: string | undefined;
|
|
806
|
+
firstName?: string | undefined;
|
|
807
|
+
lastName?: string | undefined;
|
|
808
|
+
addressLine?: string | undefined;
|
|
809
|
+
addressLine2?: string | undefined;
|
|
810
|
+
postalCode?: string | undefined;
|
|
811
|
+
city?: string | undefined;
|
|
812
|
+
regionCode?: string | undefined;
|
|
813
|
+
} | undefined;
|
|
814
|
+
displayName?: string | undefined;
|
|
815
|
+
birthday?: string | undefined;
|
|
816
|
+
phoneMobile?: string | undefined;
|
|
817
817
|
}>>;
|
|
818
818
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
819
819
|
removeUserReviews: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -825,11 +825,11 @@ export declare const UsersManagementZodSchema: z.ZodObject<{
|
|
|
825
825
|
start: z.ZodOptional<z.ZodString>;
|
|
826
826
|
end: z.ZodOptional<z.ZodString>;
|
|
827
827
|
}, "strip", z.ZodTypeAny, {
|
|
828
|
-
start?: string;
|
|
829
|
-
end?: string;
|
|
828
|
+
start?: string | undefined;
|
|
829
|
+
end?: string | undefined;
|
|
830
830
|
}, {
|
|
831
|
-
start?: string;
|
|
832
|
-
end?: string;
|
|
831
|
+
start?: string | undefined;
|
|
832
|
+
end?: string | undefined;
|
|
833
833
|
}>>;
|
|
834
834
|
includeCarts: z.ZodOptional<z.ZodBoolean>;
|
|
835
835
|
status: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -841,11 +841,11 @@ export declare const UsersManagementZodSchema: z.ZodObject<{
|
|
|
841
841
|
key: z.ZodString;
|
|
842
842
|
value: z.ZodEnum<[string, ...string[]]>;
|
|
843
843
|
}, "strip", z.ZodTypeAny, {
|
|
844
|
-
key
|
|
845
|
-
value
|
|
844
|
+
key: string;
|
|
845
|
+
value: string;
|
|
846
846
|
}, {
|
|
847
|
-
key
|
|
848
|
-
value
|
|
847
|
+
key: string;
|
|
848
|
+
value: string;
|
|
849
849
|
}>, "many">>;
|
|
850
850
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
851
851
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
@@ -868,137 +868,137 @@ export declare const UsersManagementZodSchema: z.ZodObject<{
|
|
|
868
868
|
regionCode: z.ZodOptional<z.ZodString>;
|
|
869
869
|
countryCode: z.ZodOptional<z.ZodString>;
|
|
870
870
|
}, "strip", z.ZodTypeAny, {
|
|
871
|
-
countryCode?: string;
|
|
872
|
-
firstName?: string;
|
|
873
|
-
lastName?: string;
|
|
874
|
-
addressLine?: string;
|
|
875
|
-
addressLine2?: string;
|
|
876
|
-
postalCode?: string;
|
|
877
|
-
city?: string;
|
|
878
|
-
regionCode?: string;
|
|
871
|
+
countryCode?: string | undefined;
|
|
872
|
+
firstName?: string | undefined;
|
|
873
|
+
lastName?: string | undefined;
|
|
874
|
+
addressLine?: string | undefined;
|
|
875
|
+
addressLine2?: string | undefined;
|
|
876
|
+
postalCode?: string | undefined;
|
|
877
|
+
city?: string | undefined;
|
|
878
|
+
regionCode?: string | undefined;
|
|
879
879
|
}, {
|
|
880
|
-
countryCode?: string;
|
|
881
|
-
firstName?: string;
|
|
882
|
-
lastName?: string;
|
|
883
|
-
addressLine?: string;
|
|
884
|
-
addressLine2?: string;
|
|
885
|
-
postalCode?: string;
|
|
886
|
-
city?: string;
|
|
887
|
-
regionCode?: string;
|
|
880
|
+
countryCode?: string | undefined;
|
|
881
|
+
firstName?: string | undefined;
|
|
882
|
+
lastName?: string | undefined;
|
|
883
|
+
addressLine?: string | undefined;
|
|
884
|
+
addressLine2?: string | undefined;
|
|
885
|
+
postalCode?: string | undefined;
|
|
886
|
+
city?: string | undefined;
|
|
887
|
+
regionCode?: string | undefined;
|
|
888
888
|
}>>;
|
|
889
889
|
}, "strip", z.ZodTypeAny, {
|
|
890
890
|
address?: {
|
|
891
|
-
countryCode?: string;
|
|
892
|
-
firstName?: string;
|
|
893
|
-
lastName?: string;
|
|
894
|
-
addressLine?: string;
|
|
895
|
-
addressLine2?: string;
|
|
896
|
-
postalCode?: string;
|
|
897
|
-
city?: string;
|
|
898
|
-
regionCode?: string;
|
|
899
|
-
};
|
|
900
|
-
displayName?: string;
|
|
901
|
-
birthday?: string;
|
|
902
|
-
phoneMobile?: string;
|
|
891
|
+
countryCode?: string | undefined;
|
|
892
|
+
firstName?: string | undefined;
|
|
893
|
+
lastName?: string | undefined;
|
|
894
|
+
addressLine?: string | undefined;
|
|
895
|
+
addressLine2?: string | undefined;
|
|
896
|
+
postalCode?: string | undefined;
|
|
897
|
+
city?: string | undefined;
|
|
898
|
+
regionCode?: string | undefined;
|
|
899
|
+
} | undefined;
|
|
900
|
+
displayName?: string | undefined;
|
|
901
|
+
birthday?: string | undefined;
|
|
902
|
+
phoneMobile?: string | undefined;
|
|
903
903
|
}, {
|
|
904
904
|
address?: {
|
|
905
|
-
countryCode?: string;
|
|
906
|
-
firstName?: string;
|
|
907
|
-
lastName?: string;
|
|
908
|
-
addressLine?: string;
|
|
909
|
-
addressLine2?: string;
|
|
910
|
-
postalCode?: string;
|
|
911
|
-
city?: string;
|
|
912
|
-
regionCode?: string;
|
|
913
|
-
};
|
|
914
|
-
displayName?: string;
|
|
915
|
-
birthday?: string;
|
|
916
|
-
phoneMobile?: string;
|
|
905
|
+
countryCode?: string | undefined;
|
|
906
|
+
firstName?: string | undefined;
|
|
907
|
+
lastName?: string | undefined;
|
|
908
|
+
addressLine?: string | undefined;
|
|
909
|
+
addressLine2?: string | undefined;
|
|
910
|
+
postalCode?: string | undefined;
|
|
911
|
+
city?: string | undefined;
|
|
912
|
+
regionCode?: string | undefined;
|
|
913
|
+
} | undefined;
|
|
914
|
+
displayName?: string | undefined;
|
|
915
|
+
birthday?: string | undefined;
|
|
916
|
+
phoneMobile?: string | undefined;
|
|
917
917
|
}>>;
|
|
918
918
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
919
919
|
removeUserReviews: z.ZodOptional<z.ZodBoolean>;
|
|
920
920
|
}, "strip", z.ZodTypeAny, {
|
|
921
|
-
|
|
921
|
+
includeInactive: boolean;
|
|
922
|
+
action: "GET" | "CREATE" | "UPDATE" | "REMOVE" | "LIST" | "COUNT" | "GET_REVIEWS" | "ENROLL" | "SET_TAGS" | "SET_USERNAME" | "ADD_EMAIL" | "REMOVE_EMAIL" | "SEND_ENROLLMENT_EMAIL" | "SEND_VERIFICATION_EMAIL" | "REMOVE_PRODUCT_REVIEWS" | "GET_ORDERS" | "GET_ENROLLMENTS" | "GET_QUOTATIONS" | "GET_BOOKMARKS" | "GET_PAYMENT_CREDENTIALS" | "GET_AVATAR" | "GET_REVIEWS_COUNT" | "GET_CURRENT_USER";
|
|
923
|
+
tags?: string[] | undefined;
|
|
922
924
|
sort?: {
|
|
923
|
-
key
|
|
924
|
-
value
|
|
925
|
-
}[];
|
|
926
|
-
status?: string[];
|
|
925
|
+
key: string;
|
|
926
|
+
value: string;
|
|
927
|
+
}[] | undefined;
|
|
928
|
+
status?: string[] | undefined;
|
|
927
929
|
lastLogin?: {
|
|
928
|
-
start?: string;
|
|
929
|
-
end?: string;
|
|
930
|
-
};
|
|
930
|
+
start?: string | undefined;
|
|
931
|
+
end?: string | undefined;
|
|
932
|
+
} | undefined;
|
|
931
933
|
profile?: {
|
|
932
934
|
address?: {
|
|
933
|
-
countryCode?: string;
|
|
934
|
-
firstName?: string;
|
|
935
|
-
lastName?: string;
|
|
936
|
-
addressLine?: string;
|
|
937
|
-
addressLine2?: string;
|
|
938
|
-
postalCode?: string;
|
|
939
|
-
city?: string;
|
|
940
|
-
regionCode?: string;
|
|
941
|
-
};
|
|
942
|
-
displayName?: string;
|
|
943
|
-
birthday?: string;
|
|
944
|
-
phoneMobile?: string;
|
|
945
|
-
};
|
|
946
|
-
username?: string;
|
|
947
|
-
includeGuests?: boolean;
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
from?: string;
|
|
960
|
-
to?: string;
|
|
935
|
+
countryCode?: string | undefined;
|
|
936
|
+
firstName?: string | undefined;
|
|
937
|
+
lastName?: string | undefined;
|
|
938
|
+
addressLine?: string | undefined;
|
|
939
|
+
addressLine2?: string | undefined;
|
|
940
|
+
postalCode?: string | undefined;
|
|
941
|
+
city?: string | undefined;
|
|
942
|
+
regionCode?: string | undefined;
|
|
943
|
+
} | undefined;
|
|
944
|
+
displayName?: string | undefined;
|
|
945
|
+
birthday?: string | undefined;
|
|
946
|
+
phoneMobile?: string | undefined;
|
|
947
|
+
} | undefined;
|
|
948
|
+
username?: string | undefined;
|
|
949
|
+
includeGuests?: boolean | undefined;
|
|
950
|
+
userId?: string | undefined;
|
|
951
|
+
queryString?: string | undefined;
|
|
952
|
+
limit?: number | undefined;
|
|
953
|
+
offset?: number | undefined;
|
|
954
|
+
includeCarts?: boolean | undefined;
|
|
955
|
+
emailVerified?: boolean | undefined;
|
|
956
|
+
email?: string | undefined;
|
|
957
|
+
password?: string | undefined;
|
|
958
|
+
removeUserReviews?: boolean | undefined;
|
|
959
|
+
from?: string | undefined;
|
|
960
|
+
to?: string | undefined;
|
|
961
961
|
}, {
|
|
962
|
-
|
|
962
|
+
action: "GET" | "CREATE" | "UPDATE" | "REMOVE" | "LIST" | "COUNT" | "GET_REVIEWS" | "ENROLL" | "SET_TAGS" | "SET_USERNAME" | "ADD_EMAIL" | "REMOVE_EMAIL" | "SEND_ENROLLMENT_EMAIL" | "SEND_VERIFICATION_EMAIL" | "REMOVE_PRODUCT_REVIEWS" | "GET_ORDERS" | "GET_ENROLLMENTS" | "GET_QUOTATIONS" | "GET_BOOKMARKS" | "GET_PAYMENT_CREDENTIALS" | "GET_AVATAR" | "GET_REVIEWS_COUNT" | "GET_CURRENT_USER";
|
|
963
|
+
tags?: string[] | undefined;
|
|
963
964
|
sort?: {
|
|
964
|
-
key
|
|
965
|
-
value
|
|
966
|
-
}[];
|
|
967
|
-
status?: string[];
|
|
965
|
+
key: string;
|
|
966
|
+
value: string;
|
|
967
|
+
}[] | undefined;
|
|
968
|
+
status?: string[] | undefined;
|
|
968
969
|
lastLogin?: {
|
|
969
|
-
start?: string;
|
|
970
|
-
end?: string;
|
|
971
|
-
};
|
|
970
|
+
start?: string | undefined;
|
|
971
|
+
end?: string | undefined;
|
|
972
|
+
} | undefined;
|
|
972
973
|
profile?: {
|
|
973
974
|
address?: {
|
|
974
|
-
countryCode?: string;
|
|
975
|
-
firstName?: string;
|
|
976
|
-
lastName?: string;
|
|
977
|
-
addressLine?: string;
|
|
978
|
-
addressLine2?: string;
|
|
979
|
-
postalCode?: string;
|
|
980
|
-
city?: string;
|
|
981
|
-
regionCode?: string;
|
|
982
|
-
};
|
|
983
|
-
displayName?: string;
|
|
984
|
-
birthday?: string;
|
|
985
|
-
phoneMobile?: string;
|
|
986
|
-
};
|
|
987
|
-
username?: string;
|
|
988
|
-
includeGuests?: boolean;
|
|
989
|
-
includeInactive?: boolean;
|
|
990
|
-
userId?: string;
|
|
991
|
-
queryString?: string;
|
|
992
|
-
limit?: number;
|
|
993
|
-
offset?: number;
|
|
994
|
-
includeCarts?: boolean;
|
|
995
|
-
emailVerified?: boolean;
|
|
996
|
-
email?: string;
|
|
997
|
-
password?: string;
|
|
998
|
-
removeUserReviews?: boolean;
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
to?: string;
|
|
975
|
+
countryCode?: string | undefined;
|
|
976
|
+
firstName?: string | undefined;
|
|
977
|
+
lastName?: string | undefined;
|
|
978
|
+
addressLine?: string | undefined;
|
|
979
|
+
addressLine2?: string | undefined;
|
|
980
|
+
postalCode?: string | undefined;
|
|
981
|
+
city?: string | undefined;
|
|
982
|
+
regionCode?: string | undefined;
|
|
983
|
+
} | undefined;
|
|
984
|
+
displayName?: string | undefined;
|
|
985
|
+
birthday?: string | undefined;
|
|
986
|
+
phoneMobile?: string | undefined;
|
|
987
|
+
} | undefined;
|
|
988
|
+
username?: string | undefined;
|
|
989
|
+
includeGuests?: boolean | undefined;
|
|
990
|
+
includeInactive?: boolean | undefined;
|
|
991
|
+
userId?: string | undefined;
|
|
992
|
+
queryString?: string | undefined;
|
|
993
|
+
limit?: number | undefined;
|
|
994
|
+
offset?: number | undefined;
|
|
995
|
+
includeCarts?: boolean | undefined;
|
|
996
|
+
emailVerified?: boolean | undefined;
|
|
997
|
+
email?: string | undefined;
|
|
998
|
+
password?: string | undefined;
|
|
999
|
+
removeUserReviews?: boolean | undefined;
|
|
1000
|
+
from?: string | undefined;
|
|
1001
|
+
to?: string | undefined;
|
|
1002
1002
|
}>;
|
|
1003
1003
|
export type UsersManagementParams = z.infer<typeof UsersManagementZodSchema>;
|
|
1004
1004
|
export type ActionName = keyof typeof actionValidators;
|