@things-factory/marketplace-base 5.0.1 → 5.0.11
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/dist-server/constants/attachment.js.map +1 -1
- package/dist-server/constants/index.js +5 -18
- package/dist-server/constants/index.js.map +1 -1
- package/dist-server/constants/order.js.map +1 -1
- package/dist-server/constants/platform.js.map +1 -1
- package/dist-server/constants/product.js.map +1 -1
- package/dist-server/constants/reserve-qty-order-statuses.js.map +1 -1
- package/dist-server/controllers/index.js.map +1 -1
- package/dist-server/entities/index.js.map +1 -1
- package/dist-server/entities/marketplace-order-item.js +84 -92
- package/dist-server/entities/marketplace-order-item.js.map +1 -1
- package/dist-server/entities/marketplace-order-shipping-item.js +24 -32
- package/dist-server/entities/marketplace-order-shipping-item.js.map +1 -1
- package/dist-server/entities/marketplace-order-shipping.js +102 -110
- package/dist-server/entities/marketplace-order-shipping.js.map +1 -1
- package/dist-server/entities/marketplace-order.js +84 -92
- package/dist-server/entities/marketplace-order.js.map +1 -1
- package/dist-server/entities/marketplace-product-attribute.js +33 -41
- package/dist-server/entities/marketplace-product-attribute.js.map +1 -1
- package/dist-server/entities/marketplace-product-category.js +24 -32
- package/dist-server/entities/marketplace-product-category.js.map +1 -1
- package/dist-server/entities/marketplace-product-variation-price.js +32 -40
- package/dist-server/entities/marketplace-product-variation-price.js.map +1 -1
- package/dist-server/entities/marketplace-product-variation.js +63 -71
- package/dist-server/entities/marketplace-product-variation.js.map +1 -1
- package/dist-server/entities/marketplace-product.js +53 -61
- package/dist-server/entities/marketplace-product.js.map +1 -1
- package/dist-server/entities/marketplace-refund-order-item.js +28 -36
- package/dist-server/entities/marketplace-refund-order-item.js.map +1 -1
- package/dist-server/entities/marketplace-refund-order.js +26 -34
- package/dist-server/entities/marketplace-refund-order.js.map +1 -1
- package/dist-server/entities/marketplace-setting.js +24 -32
- package/dist-server/entities/marketplace-setting.js.map +1 -1
- package/dist-server/entities/store-replenishment-item.js +22 -30
- package/dist-server/entities/store-replenishment-item.js.map +1 -1
- package/dist-server/entities/store-replenishment.js +38 -46
- package/dist-server/entities/store-replenishment.js.map +1 -1
- package/dist-server/graphql/index.js +3 -25
- package/dist-server/graphql/index.js.map +1 -1
- package/dist-server/graphql/resolvers/index.js +14 -27
- package/dist-server/graphql/resolvers/index.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/auto-initialise-logistics-by-batch.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/auto-update-order-ready-to-ship.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/cancel-marketplace-order.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/create-marketplace-order-note.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/dashboard-marketplace-orders.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/dashboard-marketplace-sales-average.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/dashboard-marketplace-sales.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/delete-marketplace-orders.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/generate-marketplace-order.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/get-address-list.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/get-branch-list.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/get-etrax-order-document.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/get-logistics-param.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/get-order-document.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/get-store-logistics.js +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/get-store-logistics.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/get-time-slot.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/index.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/initialise-lazada-logistics-by-batch.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/initialise-logistics-by-batch.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/initialise-logistics.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/initialise-shopee-logistics-by-batch.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/marketplace-order.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/marketplace-orders-for-batch-init.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/marketplace-orders-for-export.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/marketplace-orders.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/set-marketplace-order-delivered.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/set-marketplace-order-failed-delivery.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/set-own-shipping-provider-by-orders.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/split-orders-by-batch.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/sync-all-marketplace-order.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/sync-marketplace-order.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/update-marketplace-order.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order/update-order-ready-to-ship.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-item/create-marketplace-order-item.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-item/delete-marketplace-order-item.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-item/delete-marketplace-order-items.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-item/index.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-item/marketplace-order-item.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-item/marketplace-order-items.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-item/update-marketplace-order-item.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-item/update-multiple-marketplace-order-item.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping/create-marketplace-order-shipping.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping/delete-marketplace-order-shipping.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping/delete-marketplace-order-shippings.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping/index.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping/marketplace-order-shipping.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping/marketplace-order-shippings-for-batch-init.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping/marketplace-order-shippings.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping/update-marketplace-order-shipping.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping/update-multiple-marketplace-order-shipping.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping-item/create-marketplace-order-shipping-item.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping-item/delete-marketplace-order-shipping-item.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping-item/delete-marketplace-order-shipping-items.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping-item/index.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping-item/marketplace-order-shipping-item.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping-item/marketplace-order-shipping-items.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping-item/update-marketplace-order-shipping-item.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-order-shipping-item/update-multiple-marketplace-order-shipping-item.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product/create-marketplace-product.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product/delete-marketplace-product.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product/delete-marketplace-products.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product/index.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product/marketplace-product.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product/marketplace-products.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product/sync-all-marketplace-store-products.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product/sync-marketplace-store-products.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product/update-marketplace-product.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product/upsert-marketplace-product.js +2 -1
- package/dist-server/graphql/resolvers/marketplace-product/upsert-marketplace-product.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-attribute/create-marketplace-product-attribute.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-attribute/delete-marketplace-product-attribute.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-attribute/delete-marketplace-product-attributes.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-attribute/index.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-attribute/marketplace-product-attribute.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-attribute/marketplace-product-attributes.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-attribute/update-marketplace-product-attribute.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-attribute/update-multiple-marketplace-product-attribute.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-category/create-marketplace-product-category.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-category/delete-marketplace-product-categories.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-category/delete-marketplace-product-category.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-category/index.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-category/marketplace-product-categories.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-category/marketplace-product-category.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-category/update-marketplace-product-category.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-category/update-multiple-marketplace-product-category.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation/create-marketplace-product-variation.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation/delete-marketplace-product-variation.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation/delete-marketplace-product-variations.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation/index.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation/link-warehouse-marketplace-product-variations.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation/marketplace-product-variation.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation/marketplace-product-variations.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation/update-marketplace-product-variation.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation/update-multiple-marketplace-product-variation-quantity.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation/update-multiple-marketplace-product-variations.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation-price/create-marketplace-product-variation-price.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation-price/delete-marketplace-product-variation-price.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation-price/delete-marketplace-product-variation-prices.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation-price/index.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation-price/marketplace-product-variation-price-query.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation-price/update-marketplace-product-variation-price.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-product-variation-price/update-multiple-marketplace-product-variation-price.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-refund-order/index.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-refund-order/sync-all-marketplace-refund-orders.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-refund-order/sync-marketplace-refund-orders.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-report/index.js.map +1 -1
- package/dist-server/graphql/resolvers/marketplace-report/marketplace-sales-report.js.map +1 -1
- package/dist-server/graphql/resolvers/store-replenishment/create-store-replenishment.js.map +1 -1
- package/dist-server/graphql/resolvers/store-replenishment/delete-store-replenishment.js.map +1 -1
- package/dist-server/graphql/resolvers/store-replenishment/delete-store-replenishments.js.map +1 -1
- package/dist-server/graphql/resolvers/store-replenishment/index.js.map +1 -1
- package/dist-server/graphql/resolvers/store-replenishment/store-replenishment-query.js.map +1 -1
- package/dist-server/graphql/resolvers/store-replenishment/update-multiple-store-replenishment.js.map +1 -1
- package/dist-server/graphql/resolvers/store-replenishment/update-store-replenishment.js.map +1 -1
- package/dist-server/graphql/resolvers/store-replenishment-item/create-store-replenishment-item.js.map +1 -1
- package/dist-server/graphql/resolvers/store-replenishment-item/delete-store-replenishment-item.js.map +1 -1
- package/dist-server/graphql/resolvers/store-replenishment-item/delete-store-replenishment-items.js.map +1 -1
- package/dist-server/graphql/resolvers/store-replenishment-item/index.js.map +1 -1
- package/dist-server/graphql/resolvers/store-replenishment-item/store-replenishment-item-query.js.map +1 -1
- package/dist-server/graphql/resolvers/store-replenishment-item/update-multiple-store-replenishment-item.js.map +1 -1
- package/dist-server/graphql/resolvers/store-replenishment-item/update-store-replenishment-item.js.map +1 -1
- package/dist-server/graphql/types/index.js +14 -27
- package/dist-server/graphql/types/index.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order/dashboard-order.js +2 -4
- package/dist-server/graphql/types/marketplace-order/dashboard-order.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order/full-logistics-detail.js +2 -4
- package/dist-server/graphql/types/marketplace-order/full-logistics-detail.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order/index.js +17 -33
- package/dist-server/graphql/types/marketplace-order/index.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order/logistics-detail.js +2 -4
- package/dist-server/graphql/types/marketplace-order/logistics-detail.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order/logistics-info.js +2 -4
- package/dist-server/graphql/types/marketplace-order/logistics-info.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order/logistics-init.js +2 -4
- package/dist-server/graphql/types/marketplace-order/logistics-init.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order/logistics-time.js +2 -4
- package/dist-server/graphql/types/marketplace-order/logistics-time.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order/logistics.js +2 -4
- package/dist-server/graphql/types/marketplace-order/logistics.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order/marketplace-logistics.js +2 -4
- package/dist-server/graphql/types/marketplace-order/marketplace-logistics.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order/marketplace-order-export.js +2 -4
- package/dist-server/graphql/types/marketplace-order/marketplace-order-export.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order/marketplace-order-list.js +2 -4
- package/dist-server/graphql/types/marketplace-order/marketplace-order-list.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order/marketplace-order-patch.js +2 -4
- package/dist-server/graphql/types/marketplace-order/marketplace-order-patch.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order/marketplace-order.js +2 -4
- package/dist-server/graphql/types/marketplace-order/marketplace-order.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order/new-marketplace-order.js +2 -4
- package/dist-server/graphql/types/marketplace-order/new-marketplace-order.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order/order-address.js +2 -4
- package/dist-server/graphql/types/marketplace-order/order-address.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order/order-document.js +2 -4
- package/dist-server/graphql/types/marketplace-order/order-document.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order-item/index.js +6 -22
- package/dist-server/graphql/types/marketplace-order-item/index.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order-item/marketplace-order-item-list.js +2 -4
- package/dist-server/graphql/types/marketplace-order-item/marketplace-order-item-list.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order-item/marketplace-order-item-patch.js +2 -4
- package/dist-server/graphql/types/marketplace-order-item/marketplace-order-item-patch.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order-item/marketplace-order-item.js +2 -4
- package/dist-server/graphql/types/marketplace-order-item/marketplace-order-item.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order-item/new-marketplace-order-item.js +2 -4
- package/dist-server/graphql/types/marketplace-order-item/new-marketplace-order-item.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order-shipping/index.js +6 -22
- package/dist-server/graphql/types/marketplace-order-shipping/index.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order-shipping/marketplace-order-shipping-list.js +2 -4
- package/dist-server/graphql/types/marketplace-order-shipping/marketplace-order-shipping-list.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order-shipping/marketplace-order-shipping-patch.js +2 -4
- package/dist-server/graphql/types/marketplace-order-shipping/marketplace-order-shipping-patch.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order-shipping/marketplace-order-shipping.js +2 -4
- package/dist-server/graphql/types/marketplace-order-shipping/marketplace-order-shipping.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order-shipping/new-marketplace-order-shipping.js +2 -4
- package/dist-server/graphql/types/marketplace-order-shipping/new-marketplace-order-shipping.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order-shipping-item/index.js +6 -22
- package/dist-server/graphql/types/marketplace-order-shipping-item/index.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order-shipping-item/marketplace-order-shipping-item-list.js +2 -4
- package/dist-server/graphql/types/marketplace-order-shipping-item/marketplace-order-shipping-item-list.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order-shipping-item/marketplace-order-shipping-item-patch.js +2 -4
- package/dist-server/graphql/types/marketplace-order-shipping-item/marketplace-order-shipping-item-patch.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order-shipping-item/marketplace-order-shipping-item.js +2 -4
- package/dist-server/graphql/types/marketplace-order-shipping-item/marketplace-order-shipping-item.js.map +1 -1
- package/dist-server/graphql/types/marketplace-order-shipping-item/new-marketplace-order-shipping-item.js +2 -4
- package/dist-server/graphql/types/marketplace-order-shipping-item/new-marketplace-order-shipping-item.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product/index.js +6 -22
- package/dist-server/graphql/types/marketplace-product/index.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product/marketplace-product-list.js +2 -4
- package/dist-server/graphql/types/marketplace-product/marketplace-product-list.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product/marketplace-product-patch.js +2 -4
- package/dist-server/graphql/types/marketplace-product/marketplace-product-patch.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product/marketplace-product.js +2 -4
- package/dist-server/graphql/types/marketplace-product/marketplace-product.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product/new-marketplace-product.js +2 -4
- package/dist-server/graphql/types/marketplace-product/new-marketplace-product.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-attribute/index.js +6 -22
- package/dist-server/graphql/types/marketplace-product-attribute/index.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-attribute/marketplace-product-attribute-list.js +2 -4
- package/dist-server/graphql/types/marketplace-product-attribute/marketplace-product-attribute-list.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-attribute/marketplace-product-attribute-patch.js +2 -4
- package/dist-server/graphql/types/marketplace-product-attribute/marketplace-product-attribute-patch.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-attribute/marketplace-product-attribute.js +2 -4
- package/dist-server/graphql/types/marketplace-product-attribute/marketplace-product-attribute.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-attribute/new-marketplace-product-attribute.js +2 -4
- package/dist-server/graphql/types/marketplace-product-attribute/new-marketplace-product-attribute.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-category/index.js +6 -22
- package/dist-server/graphql/types/marketplace-product-category/index.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-category/marketplace-product-category-list.js +2 -4
- package/dist-server/graphql/types/marketplace-product-category/marketplace-product-category-list.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-category/marketplace-product-category-patch.js +2 -4
- package/dist-server/graphql/types/marketplace-product-category/marketplace-product-category-patch.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-category/marketplace-product-category.js +2 -4
- package/dist-server/graphql/types/marketplace-product-category/marketplace-product-category.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-category/new-marketplace-product-category.js +2 -4
- package/dist-server/graphql/types/marketplace-product-category/new-marketplace-product-category.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-variation/index.js +6 -22
- package/dist-server/graphql/types/marketplace-product-variation/index.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-variation/marketplace-product-variation-list.js +2 -4
- package/dist-server/graphql/types/marketplace-product-variation/marketplace-product-variation-list.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-variation/marketplace-product-variation-patch.js +2 -4
- package/dist-server/graphql/types/marketplace-product-variation/marketplace-product-variation-patch.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-variation/marketplace-product-variation.js +2 -4
- package/dist-server/graphql/types/marketplace-product-variation/marketplace-product-variation.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-variation/new-marketplace-product-variation.js +2 -4
- package/dist-server/graphql/types/marketplace-product-variation/new-marketplace-product-variation.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-variation/warehouse-product.js +2 -4
- package/dist-server/graphql/types/marketplace-product-variation/warehouse-product.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-variation-price/index.js +6 -22
- package/dist-server/graphql/types/marketplace-product-variation-price/index.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-variation-price/marketplace-product-variation-price-list.js +2 -4
- package/dist-server/graphql/types/marketplace-product-variation-price/marketplace-product-variation-price-list.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-variation-price/marketplace-product-variation-price-patch.js +2 -4
- package/dist-server/graphql/types/marketplace-product-variation-price/marketplace-product-variation-price-patch.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-variation-price/marketplace-product-variation-price.js +2 -4
- package/dist-server/graphql/types/marketplace-product-variation-price/marketplace-product-variation-price.js.map +1 -1
- package/dist-server/graphql/types/marketplace-product-variation-price/new-marketplace-product-variation-price.js +2 -4
- package/dist-server/graphql/types/marketplace-product-variation-price/new-marketplace-product-variation-price.js.map +1 -1
- package/dist-server/graphql/types/marketplace-refund-order/index.js +4 -20
- package/dist-server/graphql/types/marketplace-refund-order/index.js.map +1 -1
- package/dist-server/graphql/types/marketplace-refund-order/marketplace-refund-order-list.js +2 -4
- package/dist-server/graphql/types/marketplace-refund-order/marketplace-refund-order-list.js.map +1 -1
- package/dist-server/graphql/types/marketplace-refund-order/marketplace-refund-order.js +2 -4
- package/dist-server/graphql/types/marketplace-refund-order/marketplace-refund-order.js.map +1 -1
- package/dist-server/graphql/types/marketplace-report/index.js +4 -20
- package/dist-server/graphql/types/marketplace-report/index.js.map +1 -1
- package/dist-server/graphql/types/marketplace-report/marketplace-sales-report-list.js +2 -4
- package/dist-server/graphql/types/marketplace-report/marketplace-sales-report-list.js.map +1 -1
- package/dist-server/graphql/types/marketplace-report/marketplace-sales-report.js +2 -4
- package/dist-server/graphql/types/marketplace-report/marketplace-sales-report.js.map +1 -1
- package/dist-server/graphql/types/store-replenishment/index.js +6 -22
- package/dist-server/graphql/types/store-replenishment/index.js.map +1 -1
- package/dist-server/graphql/types/store-replenishment/new-store-replenishment.js +2 -4
- package/dist-server/graphql/types/store-replenishment/new-store-replenishment.js.map +1 -1
- package/dist-server/graphql/types/store-replenishment/store-replenishment-list.js +2 -4
- package/dist-server/graphql/types/store-replenishment/store-replenishment-list.js.map +1 -1
- package/dist-server/graphql/types/store-replenishment/store-replenishment-patch.js +2 -4
- package/dist-server/graphql/types/store-replenishment/store-replenishment-patch.js.map +1 -1
- package/dist-server/graphql/types/store-replenishment/store-replenishment.js +2 -4
- package/dist-server/graphql/types/store-replenishment/store-replenishment.js.map +1 -1
- package/dist-server/graphql/types/store-replenishment-item/index.js +6 -22
- package/dist-server/graphql/types/store-replenishment-item/index.js.map +1 -1
- package/dist-server/graphql/types/store-replenishment-item/new-store-replenishment-item.js +2 -4
- package/dist-server/graphql/types/store-replenishment-item/new-store-replenishment-item.js.map +1 -1
- package/dist-server/graphql/types/store-replenishment-item/store-replenishment-item-list.js +2 -4
- package/dist-server/graphql/types/store-replenishment-item/store-replenishment-item-list.js.map +1 -1
- package/dist-server/graphql/types/store-replenishment-item/store-replenishment-item-patch.js +2 -4
- package/dist-server/graphql/types/store-replenishment-item/store-replenishment-item-patch.js.map +1 -1
- package/dist-server/graphql/types/store-replenishment-item/store-replenishment-item.js +2 -4
- package/dist-server/graphql/types/store-replenishment-item/store-replenishment-item.js.map +1 -1
- package/dist-server/index.js +5 -18
- package/dist-server/index.js.map +1 -1
- package/dist-server/middlewares/index.js.map +1 -1
- package/dist-server/migrations/index.js.map +1 -1
- package/dist-server/routes.js.map +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -0
- package/dist-server/utils/index.js +2 -15
- package/dist-server/utils/index.js.map +1 -1
- package/dist-server/utils/no-generator.js.map +1 -1
- package/package.json +6 -6
- package/server/graphql/resolvers/marketplace-order/get-store-logistics.ts +1 -1
- package/server/graphql/resolvers/marketplace-product/upsert-marketplace-product.ts +5 -2
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.MarketplaceProductList = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.MarketplaceProductList = (0, graphql_tag_1.default) `
|
|
9
7
|
type MarketplaceProductList {
|
|
10
8
|
items: [MarketplaceProduct]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-product-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product/marketplace-product-list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"marketplace-product-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product/marketplace-product-list.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,sBAAsB,GAAG,IAAA,qBAAG,EAAA;;;;;CAKxC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const MarketplaceProductList = gql`\n type MarketplaceProductList {\n items: [MarketplaceProduct]\n total: Int\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.MarketplaceProductPatch = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.MarketplaceProductPatch = (0, graphql_tag_1.default) `
|
|
9
7
|
input MarketplaceProductPatch {
|
|
10
8
|
id: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-product-patch.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product/marketplace-product-patch.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"marketplace-product-patch.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product/marketplace-product-patch.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,uBAAuB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;CAqBzC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const MarketplaceProductPatch = gql`\n input MarketplaceProductPatch {\n id: String\n marketplaceStore: ObjectRef\n marketplaceProductCategory: ObjectRef\n marketplaceProductVariations: [ObjectRef]\n itemId: String\n isku: String\n status: String\n name: String\n description: String\n type: String\n currency: String\n hasVariation: Boolean\n categoryId: String\n storageType: String\n condition: String\n daysToShip: String\n discountId: String\n isPreOrder: Boolean\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.MarketplaceProduct = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.MarketplaceProduct = (0, graphql_tag_1.default) `
|
|
9
7
|
type MarketplaceProduct {
|
|
10
8
|
id: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-product.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product/marketplace-product.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"marketplace-product.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product/marketplace-product.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,kBAAkB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BpC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const MarketplaceProduct = gql`\n type MarketplaceProduct {\n id: String\n domain: Domain\n marketplaceStore: MarketplaceStore\n marketplaceProductCategory: MarketplaceProductCategory\n marketplaceProductVariations: [MarketplaceProductVariation]\n itemId: String\n isku: String\n status: String\n name: String\n type: String\n storageType: String\n description: String\n currency: String\n hasVariation: Boolean\n categoryId: String\n condition: String\n daysToShip: String\n discountId: String\n isPreOrder: Boolean\n attachment: [Attachment]\n updater: User\n creator: User\n updatedAt: String\n createdAt: String\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.NewMarketplaceProduct = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.NewMarketplaceProduct = (0, graphql_tag_1.default) `
|
|
9
7
|
input NewMarketplaceProduct {
|
|
10
8
|
id: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"new-marketplace-product.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product/new-marketplace-product.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"new-marketplace-product.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product/new-marketplace-product.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,qBAAqB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;CAqBvC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const NewMarketplaceProduct = gql`\n input NewMarketplaceProduct {\n id: String\n name: String\n description: String\n type: String\n marketplaceProductVariations: [NewMarketplaceProductVariation]\n marketplaceProductAttribute: NewMarketplaceProductAttribute\n marketplaceProductCategory: NewMarketplaceProductCategory\n itemId: String\n isku: String\n status: String\n currency: String\n hasVariation: Boolean\n categoryId: String\n condition: String\n storageType: String\n daysToShip: String\n discountId: String\n isPreOrder: Boolean\n }\n`\n"]}
|
|
@@ -1,28 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
|
-
};
|
|
19
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
3
|
exports.MarketplaceProductAttributeResolver = void 0;
|
|
21
|
-
const
|
|
22
|
-
|
|
23
|
-
__exportStar(require("./
|
|
24
|
-
__exportStar(require("./marketplace-product-attribute
|
|
25
|
-
__exportStar(require("./marketplace-product-attribute-
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
6
|
+
tslib_1.__exportStar(require("./marketplace-product-attribute"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./new-marketplace-product-attribute"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./marketplace-product-attribute-list"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./marketplace-product-attribute-patch"), exports);
|
|
26
10
|
exports.MarketplaceProductAttributeResolver = (0, graphql_tag_1.default) `
|
|
27
11
|
extend type Mutation {
|
|
28
12
|
createMarketplaceProductAttribute(
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-attribute/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-attribute/index.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAE7B,0EAA+C;AAC/C,8EAAmD;AACnD,+EAAoD;AACpD,gFAAqD;AAExC,QAAA,mCAAmC,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BrD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport * from './marketplace-product-attribute'\nexport * from './new-marketplace-product-attribute'\nexport * from './marketplace-product-attribute-list'\nexport * from './marketplace-product-attribute-patch'\n\nexport const MarketplaceProductAttributeResolver = gql`\n extend type Mutation {\n createMarketplaceProductAttribute(\n marketplaceProductAttribute: NewMarketplaceProductAttribute!\n ): MarketplaceProductAttribute\n\n updateMarketplaceProductAttribute(\n name: String!\n patch: MarketplaceProductAttributePatch!\n ): MarketplaceProductAttribute\n\n updateMultipleMarketplaceProductAttribute(\n patches: [MarketplaceProductAttributePatch]!\n ): [MarketplaceProductAttribute]\n\n deleteMarketplaceProductAttribute(name: String!): Boolean\n deleteMarketplaceProductAttributes(names: [String]!): Boolean\n }\n\n extend type Query {\n marketplaceProductAttributes(\n filters: [Filter]\n pagination: Pagination\n sortings: [Sorting]\n ): MarketplaceProductAttributeList\n marketplaceProductAttribute(name: String!): MarketplaceProductAttribute\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.MarketplaceProductAttributeList = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.MarketplaceProductAttributeList = (0, graphql_tag_1.default) `
|
|
9
7
|
type MarketplaceProductAttributeList {
|
|
10
8
|
items: [MarketplaceProductAttribute]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-product-attribute-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-attribute/marketplace-product-attribute-list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"marketplace-product-attribute-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-attribute/marketplace-product-attribute-list.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,+BAA+B,GAAG,IAAA,qBAAG,EAAA;;;;;CAKjD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const MarketplaceProductAttributeList = gql`\n type MarketplaceProductAttributeList {\n items: [MarketplaceProductAttribute]\n total: Int\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.MarketplaceProductAttributePatch = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.MarketplaceProductAttributePatch = (0, graphql_tag_1.default) `
|
|
9
7
|
input MarketplaceProductAttributePatch {
|
|
10
8
|
id: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-product-attribute-patch.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-attribute/marketplace-product-attribute-patch.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"marketplace-product-attribute-patch.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-attribute/marketplace-product-attribute-patch.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,gCAAgC,GAAG,IAAA,qBAAG,EAAA;;;;;;;CAOlD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const MarketplaceProductAttributePatch = gql`\n input MarketplaceProductAttributePatch {\n id: String\n name: String\n description: String\n cuFlag: String\n }\n`\n"]}
|
package/dist-server/graphql/types/marketplace-product-attribute/marketplace-product-attribute.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.MarketplaceProductAttribute = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.MarketplaceProductAttribute = (0, graphql_tag_1.default) `
|
|
9
7
|
type MarketplaceProductAttribute {
|
|
10
8
|
id: String
|
package/dist-server/graphql/types/marketplace-product-attribute/marketplace-product-attribute.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-product-attribute.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-attribute/marketplace-product-attribute.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"marketplace-product-attribute.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-attribute/marketplace-product-attribute.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,2BAA2B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;CAiB7C,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const MarketplaceProductAttribute = gql`\n type MarketplaceProductAttribute {\n id: String\n name: String\n domain: Domain\n marketplaceProduct: MarketplaceProduct\n attributeId: String\n isMandatory: Boolean\n attributeType: String\n option: String\n originalValue: String\n description: String\n updater: User\n creator: User\n updatedAt: String\n createdAt: String\n }\n`\n"]}
|
package/dist-server/graphql/types/marketplace-product-attribute/new-marketplace-product-attribute.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.NewMarketplaceProductAttribute = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.NewMarketplaceProductAttribute = (0, graphql_tag_1.default) `
|
|
9
7
|
input NewMarketplaceProductAttribute {
|
|
10
8
|
name: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"new-marketplace-product-attribute.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-attribute/new-marketplace-product-attribute.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"new-marketplace-product-attribute.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-attribute/new-marketplace-product-attribute.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,8BAA8B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;CAUhD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const NewMarketplaceProductAttribute = gql`\n input NewMarketplaceProductAttribute {\n name: String\n description: String\n attributeId: String\n isMandatory: Boolean\n attributeType: String\n option: String\n originalValue: String\n }\n`\n"]}
|
|
@@ -1,28 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
|
-
};
|
|
19
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
3
|
exports.MarketplaceProductCategoryResolver = void 0;
|
|
21
|
-
const
|
|
22
|
-
|
|
23
|
-
__exportStar(require("./marketplace-product-category
|
|
24
|
-
__exportStar(require("./marketplace-product-category-
|
|
25
|
-
__exportStar(require("./
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
6
|
+
tslib_1.__exportStar(require("./marketplace-product-category"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./marketplace-product-category-list"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./marketplace-product-category-patch"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./new-marketplace-product-category"), exports);
|
|
26
10
|
exports.MarketplaceProductCategoryResolver = (0, graphql_tag_1.default) `
|
|
27
11
|
extend type Mutation {
|
|
28
12
|
createMarketplaceProductCategory(
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-category/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-category/index.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAE7B,yEAA8C;AAC9C,8EAAmD;AACnD,+EAAoD;AACpD,6EAAkD;AAErC,QAAA,kCAAkC,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;CAoBpD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport * from './marketplace-product-category'\nexport * from './marketplace-product-category-list'\nexport * from './marketplace-product-category-patch'\nexport * from './new-marketplace-product-category'\n\nexport const MarketplaceProductCategoryResolver = gql`\n extend type Mutation {\n createMarketplaceProductCategory(\n marketplaceProductCategory: NewMarketplaceProductCategory!\n ): MarketplaceProductCategory\n\n updateMarketplaceProductCategory(name: String!, patch: MarketplaceProductCategoryPatch!): MarketplaceProductCategory\n updateMultipleMarketplaceProductCategory(patches: [MarketplaceProductCategoryPatch]!): [MarketplaceProductCategory]\n deleteMarketplaceProductCategory(name: String!): Boolean\n deleteMarketplaceProductCategories(names: [String]!): Boolean\n }\n\n extend type Query {\n marketplaceProductCategories(\n filters: [Filter]\n pagination: Pagination\n sortings: [Sorting]\n ): MarketplaceProductCategoryList\n marketplaceProductCategory(name: String!): MarketplaceProductCategory\n }\n`\n"]}
|
package/dist-server/graphql/types/marketplace-product-category/marketplace-product-category-list.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.MarketplaceProductCategoryList = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.MarketplaceProductCategoryList = (0, graphql_tag_1.default) `
|
|
9
7
|
type MarketplaceProductCategoryList {
|
|
10
8
|
items: [MarketplaceProductCategory]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-product-category-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-category/marketplace-product-category-list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"marketplace-product-category-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-category/marketplace-product-category-list.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,8BAA8B,GAAG,IAAA,qBAAG,EAAA;;;;;CAKhD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const MarketplaceProductCategoryList = gql`\n type MarketplaceProductCategoryList {\n items: [MarketplaceProductCategory]\n total: Int\n }\n`\n"]}
|
package/dist-server/graphql/types/marketplace-product-category/marketplace-product-category-patch.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.MarketplaceProductCategoryPatch = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.MarketplaceProductCategoryPatch = (0, graphql_tag_1.default) `
|
|
9
7
|
input MarketplaceProductCategoryPatch {
|
|
10
8
|
id: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-product-category-patch.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-category/marketplace-product-category-patch.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"marketplace-product-category-patch.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-category/marketplace-product-category-patch.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,+BAA+B,GAAG,IAAA,qBAAG,EAAA;;;;;;;CAOjD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const MarketplaceProductCategoryPatch = gql`\n input MarketplaceProductCategoryPatch {\n id: String\n name: String\n description: String\n cuFlag: String\n }\n`\n"]}
|
package/dist-server/graphql/types/marketplace-product-category/marketplace-product-category.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.MarketplaceProductCategory = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.MarketplaceProductCategory = (0, graphql_tag_1.default) `
|
|
9
7
|
type MarketplaceProductCategory {
|
|
10
8
|
id: String
|
package/dist-server/graphql/types/marketplace-product-category/marketplace-product-category.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-product-category.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-category/marketplace-product-category.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"marketplace-product-category.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-category/marketplace-product-category.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,0BAA0B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;CAc5C,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const MarketplaceProductCategory = gql`\n type MarketplaceProductCategory {\n id: String\n name: String\n domain: Domain\n marketplaceProduct: MarketplaceProduct\n categoryId: String\n childCategory: Boolean\n description: String\n updater: User\n creator: User\n updatedAt: String\n createdAt: String\n }\n`\n"]}
|
package/dist-server/graphql/types/marketplace-product-category/new-marketplace-product-category.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.NewMarketplaceProductCategory = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.NewMarketplaceProductCategory = (0, graphql_tag_1.default) `
|
|
9
7
|
input NewMarketplaceProductCategory {
|
|
10
8
|
name: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"new-marketplace-product-category.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-category/new-marketplace-product-category.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"new-marketplace-product-category.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-category/new-marketplace-product-category.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,6BAA6B,GAAG,IAAA,qBAAG,EAAA;;;;;;;CAO/C,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const NewMarketplaceProductCategory = gql`\n input NewMarketplaceProductCategory {\n name: String\n categoryId: String\n childCategory: Boolean\n description: String\n }\n`\n"]}
|
|
@@ -1,28 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
|
-
};
|
|
19
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
3
|
exports.MarketplaceProductVariationResolver = void 0;
|
|
21
|
-
const
|
|
22
|
-
|
|
23
|
-
__exportStar(require("./marketplace-product-variation
|
|
24
|
-
__exportStar(require("./marketplace-product-variation-
|
|
25
|
-
__exportStar(require("./
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
6
|
+
tslib_1.__exportStar(require("./marketplace-product-variation"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./marketplace-product-variation-list"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./marketplace-product-variation-patch"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./new-marketplace-product-variation"), exports);
|
|
26
10
|
exports.MarketplaceProductVariationResolver = (0, graphql_tag_1.default) `
|
|
27
11
|
extend type Mutation {
|
|
28
12
|
createMarketplaceProductVariation(
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation/index.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAE7B,0EAA+C;AAC/C,+EAAoD;AACpD,gFAAqD;AACrD,8EAAmD;AAEtC,QAAA,mCAAmC,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuCrD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport * from './marketplace-product-variation'\nexport * from './marketplace-product-variation-list'\nexport * from './marketplace-product-variation-patch'\nexport * from './new-marketplace-product-variation'\n\nexport const MarketplaceProductVariationResolver = gql`\n extend type Mutation {\n createMarketplaceProductVariation(\n marketplaceProductVariation: NewMarketplaceProductVariation!\n ): MarketplaceProductVariation\n\n updateMarketplaceProductVariation(\n name: String!\n patch: MarketplaceProductVariationPatch!\n ): MarketplaceProductVariation\n\n upsertMarketplaceProductVariation(\n marketplaceProductVariation: MarketplaceProductVariationPatch!\n productInfo: MarketplaceProductPatch\n ): Boolean\n\n deleteMarketplaceProductVariation(name: String!): Boolean\n deleteMarketplaceProductVariations(names: [String]!): Boolean\n\n updateMultipleMarketplaceProductVariationQuantity(patches: [MarketplaceProductVariationPatch]!): Boolean\n @transaction\n\n updateMultipleMarketplaceProductVariations(patches: [MarketplaceProductVariationPatch]!): Boolean @transaction\n\n linkWarehouseMarketplaceProductVariations(\n marketplaceStoreId: String!\n sku: String!\n patches: [MarketplaceProductVariationPatch]!\n ): Boolean @transaction\n }\n\n extend type Query {\n marketplaceProductVariations(\n filters: [Filter]\n pagination: Pagination\n sortings: [Sorting]\n ): MarketplaceProductVariationList\n marketplaceProductVariation(name: String!): MarketplaceProductVariation\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.MarketplaceProductVariationList = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.MarketplaceProductVariationList = (0, graphql_tag_1.default) `
|
|
9
7
|
type MarketplaceProductVariationList {
|
|
10
8
|
items: [MarketplaceProductVariation]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-product-variation-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation/marketplace-product-variation-list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"marketplace-product-variation-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation/marketplace-product-variation-list.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,+BAA+B,GAAG,IAAA,qBAAG,EAAA;;;;;CAKjD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const MarketplaceProductVariationList = gql`\n type MarketplaceProductVariationList {\n items: [MarketplaceProductVariation]\n total: Int\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.MarketplaceProductVariationPatch = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.MarketplaceProductVariationPatch = (0, graphql_tag_1.default) `
|
|
9
7
|
input MarketplaceProductVariationPatch {
|
|
10
8
|
id: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-product-variation-patch.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation/marketplace-product-variation-patch.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"marketplace-product-variation-patch.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation/marketplace-product-variation-patch.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,gCAAgC,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BlD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const MarketplaceProductVariationPatch = gql`\n input MarketplaceProductVariationPatch {\n id: String\n marketplaceProduct: ObjectRef\n marketplaceProductVariationPrices: [ObjectRef]\n variationId: String\n variationSku: String\n variationName: String\n sku: String\n channelSku: String\n name: String\n type: String\n description: String\n qty: Float\n reserveQty: Float\n bufferQty: Float\n thresholdQty: Float\n costPrice: Float\n sellPrice: Float\n mrpPrice: Float\n discountId: String\n status: String\n marketplaceStatus: String\n afterTaxCostPrice: Float\n afterTaxSalesPrice: Float\n primaryUnit: String\n primaryUnitValue: Float\n cuFlag: String\n }\n`\n"]}
|
package/dist-server/graphql/types/marketplace-product-variation/marketplace-product-variation.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.MarketplaceProductVariation = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.MarketplaceProductVariation = (0, graphql_tag_1.default) `
|
|
9
7
|
type MarketplaceProductVariation {
|
|
10
8
|
id: String
|
package/dist-server/graphql/types/marketplace-product-variation/marketplace-product-variation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-product-variation.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation/marketplace-product-variation.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"marketplace-product-variation.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation/marketplace-product-variation.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,2BAA2B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgC7C,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const MarketplaceProductVariation = gql`\n type MarketplaceProductVariation {\n id: String\n domain: Domain\n sku: String\n marketplaceProduct: MarketplaceProduct\n marketplaceProductVariationPrices: [MarketplaceProductVariationPrice]\n variationId: String\n variationSku: String\n channelSku: String\n qty: Float\n reserveQty: Float\n bufferQty: Float\n thresholdQty: Float\n name: String\n type: String\n description: String\n costPrice: Float\n sellPrice: Float\n mrpPrice: Float\n discountId: String\n status: String\n marketplaceStatus: String\n afterTaxCostPrice: Float\n afterTaxSalesPrice: Float\n primaryUnit: String\n primaryUnitValue: Float\n updater: User\n creator: User\n updatedAt: String\n createdAt: String\n }\n`\n"]}
|
package/dist-server/graphql/types/marketplace-product-variation/new-marketplace-product-variation.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.NewMarketplaceProductVariation = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.NewMarketplaceProductVariation = (0, graphql_tag_1.default) `
|
|
9
7
|
input NewMarketplaceProductVariation {
|
|
10
8
|
variationId: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"new-marketplace-product-variation.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation/new-marketplace-product-variation.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"new-marketplace-product-variation.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation/new-marketplace-product-variation.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,8BAA8B,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;CAuBhD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const NewMarketplaceProductVariation = gql`\n input NewMarketplaceProductVariation {\n variationId: String\n sku: String\n name: String\n type: String\n description: String\n variationSku: String\n channelSku: String\n qty: Float\n reserveQty: Float\n bufferQty: Float\n thresholdQty: Float\n costPrice: Float\n sellPrice: Float\n mrpPrice: Float\n discountId: String\n status: String\n afterTaxCostPrice: Float\n afterTaxSalesPrice: Float\n primaryUnit: String\n primaryUnitValue: Float\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.WarehouseProduct = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.WarehouseProduct = (0, graphql_tag_1.default) `
|
|
9
7
|
input WarehouseProduct {
|
|
10
8
|
id: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"warehouse-product.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation/warehouse-product.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"warehouse-product.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation/warehouse-product.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,gBAAgB,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMlC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const WarehouseProduct = gql`\n input WarehouseProduct {\n id: String\n sku: String\n name: String\n }\n`\n"]}
|
|
@@ -1,28 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
|
-
};
|
|
19
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
3
|
exports.MarketplaceProductVariationPriceResolver = void 0;
|
|
21
|
-
const
|
|
22
|
-
|
|
23
|
-
__exportStar(require("./
|
|
24
|
-
__exportStar(require("./marketplace-product-variation-price
|
|
25
|
-
__exportStar(require("./marketplace-product-variation-price-
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
6
|
+
tslib_1.__exportStar(require("./marketplace-product-variation-price"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./new-marketplace-product-variation-price"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./marketplace-product-variation-price-patch"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./marketplace-product-variation-price-list"), exports);
|
|
26
10
|
exports.MarketplaceProductVariationPriceResolver = (0, graphql_tag_1.default) `
|
|
27
11
|
extend type Mutation {
|
|
28
12
|
createMarketplaceProductVariationPrice (marketplaceProductVariationPrice: NewMarketplaceProductVariationPrice!): MarketplaceProductVariationPrice
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation-price/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation-price/index.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAE7B,gFAAqD;AACrD,oFAAyD;AACzD,sFAA2D;AAC3D,qFAA0D;AAE7C,QAAA,wCAAwC,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;CAa1D,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport * from './marketplace-product-variation-price'\nexport * from './new-marketplace-product-variation-price'\nexport * from './marketplace-product-variation-price-patch'\nexport * from './marketplace-product-variation-price-list'\n\nexport const MarketplaceProductVariationPriceResolver = gql`\n extend type Mutation {\n createMarketplaceProductVariationPrice (marketplaceProductVariationPrice: NewMarketplaceProductVariationPrice!): MarketplaceProductVariationPrice\n updateMarketplaceProductVariationPrice (name: String! patch: MarketplaceProductVariationPricePatch!): MarketplaceProductVariationPrice\n updateMultipleMarketplaceProductVariationPrice (patches: [MarketplaceProductVariationPricePatch]!): [MarketplaceProductVariationPrice]\n deleteMarketplaceProductVariationPrice (name: String!): Boolean\n deleteMarketplaceProductVariationPrices (names: [String]!): Boolean\n }\n\n extend type Query {\n marketplaceProductVariationPrices(filters: [Filter], pagination: Pagination, sortings: [Sorting]): MarketplaceProductVariationPriceList\n marketplaceProductVariationPrice(name: String!): MarketplaceProductVariationPrice\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.MarketplaceProductVariationPriceList = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.MarketplaceProductVariationPriceList = (0, graphql_tag_1.default) `
|
|
9
7
|
type MarketplaceProductVariationPriceList {
|
|
10
8
|
items: [MarketplaceProductVariationPrice]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-product-variation-price-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation-price/marketplace-product-variation-price-list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"marketplace-product-variation-price-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation-price/marketplace-product-variation-price-list.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,oCAAoC,GAAG,IAAA,qBAAG,EAAA;;;;;CAKtD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const MarketplaceProductVariationPriceList = gql`\n type MarketplaceProductVariationPriceList {\n items: [MarketplaceProductVariationPrice]\n total: Int\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.MarketplaceProductVariationPricePatch = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.MarketplaceProductVariationPricePatch = (0, graphql_tag_1.default) `
|
|
9
7
|
input MarketplaceProductVariationPricePatch {
|
|
10
8
|
id: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-product-variation-price-patch.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation-price/marketplace-product-variation-price-patch.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"marketplace-product-variation-price-patch.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation-price/marketplace-product-variation-price-patch.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,qCAAqC,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;CAcvD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const MarketplaceProductVariationPricePatch = gql`\n input MarketplaceProductVariationPricePatch {\n id: String\n name: String\n description: String\n currency: String\n marketplaceProductVariation: ObjectRef\n mrpPrice: Float\n costPrice: Float\n sellPrice: Float\n afterTaxCostPrice: Float\n afterTaxSalesPrice: Float\n cuFlag: String\n }\n`\n"]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.MarketplaceProductVariationPrice = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
8
6
|
exports.MarketplaceProductVariationPrice = (0, graphql_tag_1.default) `
|
|
9
7
|
type MarketplaceProductVariationPrice {
|
|
10
8
|
id: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketplace-product-variation-price.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation-price/marketplace-product-variation-price.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"marketplace-product-variation-price.js","sourceRoot":"","sources":["../../../../server/graphql/types/marketplace-product-variation-price/marketplace-product-variation-price.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,gCAAgC,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;CAkBlD,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const MarketplaceProductVariationPrice = gql`\n type MarketplaceProductVariationPrice {\n id: String\n name: String\n domain: Domain\n description: String\n currency: String\n marketplaceProductVariation: MarketplaceProductVariation\n mrpPrice: Float\n costPrice: Float\n sellPrice: Float\n afterTaxCostPrice: Float\n afterTaxSalesPrice: Float\n updater: User\n creator: User\n updatedAt: String\n createdAt: String\n }\n`\n"]}
|