@mercurjs/core 2.2.0-canary.29 → 2.2.0-canary.30
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/.medusa/server/src/api/admin/claims/[id]/outbound/items/route.d.ts +0 -7
- package/.medusa/server/src/api/admin/claims/[id]/outbound/items/route.js +1 -8
- package/.medusa/server/src/api/admin/claims/[id]/request/route.d.ts +0 -6
- package/.medusa/server/src/api/admin/claims/[id]/request/route.js +1 -7
- package/.medusa/server/src/api/admin/collections/middlewares.js +1 -7
- package/.medusa/server/src/api/admin/collections/validators.d.ts +20 -29
- package/.medusa/server/src/api/admin/commission-rates/validators.d.ts +40 -39
- package/.medusa/server/src/api/admin/customer-groups/middlewares.js +1 -6
- package/.medusa/server/src/api/admin/customer-groups/validators.d.ts +55 -551
- package/.medusa/server/src/api/admin/customer-groups/validators.js +2 -3
- package/.medusa/server/src/api/admin/exchanges/[id]/outbound/items/route.d.ts +0 -8
- package/.medusa/server/src/api/admin/exchanges/[id]/outbound/items/route.js +1 -9
- package/.medusa/server/src/api/admin/exchanges/[id]/request/route.d.ts +0 -6
- package/.medusa/server/src/api/admin/exchanges/[id]/request/route.js +1 -7
- package/.medusa/server/src/api/admin/members/validators.d.ts +12 -13
- package/.medusa/server/src/api/admin/offers/validators.d.ts +16 -17
- package/.medusa/server/src/api/admin/order-edits/[id]/confirm/route.d.ts +0 -9
- package/.medusa/server/src/api/admin/order-edits/[id]/confirm/route.js +1 -10
- package/.medusa/server/src/api/admin/order-edits/[id]/items/route.d.ts +0 -11
- package/.medusa/server/src/api/admin/order-edits/[id]/items/route.js +1 -12
- package/.medusa/server/src/api/admin/order-groups/apply-request-filter.js +4 -10
- package/.medusa/server/src/api/admin/order-groups/validators.d.ts +16 -17
- package/.medusa/server/src/api/admin/order-groups/validators.js +1 -6
- package/.medusa/server/src/api/admin/orders/resolve-order-seller-id.d.ts +0 -9
- package/.medusa/server/src/api/admin/orders/resolve-order-seller-id.js +1 -10
- package/.medusa/server/src/api/admin/orders/validators.d.ts +1 -333
- package/.medusa/server/src/api/admin/payouts/validators.d.ts +16 -17
- package/.medusa/server/src/api/admin/product-attributes/middlewares.js +1 -3
- package/.medusa/server/src/api/admin/product-attributes/route.js +1 -4
- package/.medusa/server/src/api/admin/product-attributes/validators.d.ts +99 -110
- package/.medusa/server/src/api/admin/product-attributes/validators.js +1 -3
- package/.medusa/server/src/api/admin/product-categories/validators.d.ts +87 -89
- package/.medusa/server/src/api/admin/product-changes/[id]/cancel/route.d.ts +0 -7
- package/.medusa/server/src/api/admin/product-changes/[id]/cancel/route.js +1 -8
- package/.medusa/server/src/api/admin/product-changes/[id]/confirm/route.d.ts +0 -7
- package/.medusa/server/src/api/admin/product-changes/[id]/confirm/route.js +1 -8
- package/.medusa/server/src/api/admin/products/[id]/attributes/batch/route.js +6 -9
- package/.medusa/server/src/api/admin/products/[id]/confirm/route.d.ts +0 -12
- package/.medusa/server/src/api/admin/products/[id]/confirm/route.js +1 -13
- package/.medusa/server/src/api/admin/products/[id]/preview/route.d.ts +0 -7
- package/.medusa/server/src/api/admin/products/[id]/preview/route.js +1 -8
- package/.medusa/server/src/api/admin/products/[id]/reject/route.d.ts +0 -8
- package/.medusa/server/src/api/admin/products/[id]/reject/route.js +1 -9
- package/.medusa/server/src/api/admin/products/[id]/request-changes/route.d.ts +0 -9
- package/.medusa/server/src/api/admin/products/[id]/request-changes/route.js +1 -10
- package/.medusa/server/src/api/admin/products/[id]/route.js +2 -6
- package/.medusa/server/src/api/admin/products/[id]/sellers/route.d.ts +3 -0
- package/.medusa/server/src/api/admin/products/[id]/sellers/route.js +13 -0
- package/.medusa/server/src/api/admin/products/middlewares.js +4 -42
- package/.medusa/server/src/api/admin/products/query-config.js +41 -16
- package/.medusa/server/src/api/admin/products/route.js +2 -5
- package/.medusa/server/src/api/admin/products/validators.d.ts +512 -1288
- package/.medusa/server/src/api/admin/products/validators.js +55 -96
- package/.medusa/server/src/api/admin/returns/[id]/receive/confirm/route.d.ts +0 -6
- package/.medusa/server/src/api/admin/returns/[id]/receive/confirm/route.js +1 -7
- package/.medusa/server/src/api/admin/sellers/middlewares.js +1 -20
- package/.medusa/server/src/api/admin/sellers/validators.d.ts +59 -79
- package/.medusa/server/src/api/store/carts/[id]/complete/route.js +1 -5
- package/.medusa/server/src/api/store/carts/[id]/complete/validators.d.ts +1 -1
- package/.medusa/server/src/api/store/offers/validators.d.ts +19 -20
- package/.medusa/server/src/api/store/order-groups/validators.d.ts +14 -15
- package/.medusa/server/src/api/store/product-attributes/validators.d.ts +50 -46
- package/.medusa/server/src/api/store/product-categories/validators.d.ts +59 -53
- package/.medusa/server/src/api/store/products/[id]/route.js +1 -5
- package/.medusa/server/src/api/store/products/middlewares.js +1 -7
- package/.medusa/server/src/api/store/products/query-config.js +23 -7
- package/.medusa/server/src/api/store/products/validators.d.ts +69 -65
- package/.medusa/server/src/api/store/sellers/validators.d.ts +35 -34
- package/.medusa/server/src/api/utils/filter-attributes-by-category-link.d.ts +0 -15
- package/.medusa/server/src/api/utils/filter-attributes-by-category-link.js +22 -26
- package/.medusa/server/src/api/utils/format-product-attributes.d.ts +5 -50
- package/.medusa/server/src/api/utils/format-product-attributes.js +90 -166
- package/.medusa/server/src/api/utils/index.d.ts +1 -0
- package/.medusa/server/src/api/utils/index.js +2 -1
- package/.medusa/server/src/api/utils/offers.d.ts +2 -29
- package/.medusa/server/src/api/utils/offers.js +3 -40
- package/.medusa/server/src/api/utils/order-commission-lines.d.ts +0 -7
- package/.medusa/server/src/api/utils/order-commission-lines.js +1 -8
- package/.medusa/server/src/api/utils/product-attribute-fields.d.ts +5 -0
- package/.medusa/server/src/api/utils/product-attribute-fields.js +35 -0
- package/.medusa/server/src/api/vendor/campaigns/validators.d.ts +12 -13
- package/.medusa/server/src/api/vendor/claims/[id]/outbound/items/route.d.ts +0 -6
- package/.medusa/server/src/api/vendor/claims/[id]/outbound/items/route.js +1 -7
- package/.medusa/server/src/api/vendor/claims/[id]/request/route.js +1 -4
- package/.medusa/server/src/api/vendor/claims/validators.d.ts +14 -15
- package/.medusa/server/src/api/vendor/collections/validators.d.ts +18 -19
- package/.medusa/server/src/api/vendor/currencies/validators.d.ts +12 -13
- package/.medusa/server/src/api/vendor/customer-groups/validators.d.ts +16 -17
- package/.medusa/server/src/api/vendor/customers/[id]/customer-groups/route.js +1 -2
- package/.medusa/server/src/api/vendor/customers/[id]/route.js +1 -3
- package/.medusa/server/src/api/vendor/customers/validators.d.ts +35 -34
- package/.medusa/server/src/api/vendor/exchanges/[id]/outbound/items/route.d.ts +0 -6
- package/.medusa/server/src/api/vendor/exchanges/[id]/outbound/items/route.js +1 -7
- package/.medusa/server/src/api/vendor/exchanges/[id]/request/route.js +1 -4
- package/.medusa/server/src/api/vendor/exchanges/validators.d.ts +13 -14
- package/.medusa/server/src/api/vendor/fulfillment-providers/validators.d.ts +24 -23
- package/.medusa/server/src/api/vendor/fulfillment-sets/validators.d.ts +2 -2
- package/.medusa/server/src/api/vendor/inventory-items/validators.d.ts +98 -104
- package/.medusa/server/src/api/vendor/offers/validators.d.ts +20 -25
- package/.medusa/server/src/api/vendor/offers/validators.js +1 -5
- package/.medusa/server/src/api/vendor/order-edits/[id]/confirm/route.d.ts +0 -11
- package/.medusa/server/src/api/vendor/order-edits/[id]/confirm/route.js +1 -12
- package/.medusa/server/src/api/vendor/order-edits/[id]/items/[action_id]/route.d.ts +0 -9
- package/.medusa/server/src/api/vendor/order-edits/[id]/items/[action_id]/route.js +1 -10
- package/.medusa/server/src/api/vendor/order-edits/[id]/items/item/[item_id]/route.d.ts +0 -6
- package/.medusa/server/src/api/vendor/order-edits/[id]/items/item/[item_id]/route.js +1 -7
- package/.medusa/server/src/api/vendor/order-edits/[id]/items/route.d.ts +0 -12
- package/.medusa/server/src/api/vendor/order-edits/[id]/items/route.js +1 -13
- package/.medusa/server/src/api/vendor/order-edits/[id]/request/route.d.ts +0 -7
- package/.medusa/server/src/api/vendor/order-edits/[id]/request/route.js +1 -8
- package/.medusa/server/src/api/vendor/order-edits/[id]/route.d.ts +0 -7
- package/.medusa/server/src/api/vendor/order-edits/[id]/route.js +1 -8
- package/.medusa/server/src/api/vendor/order-edits/[id]/shipping-method/[action_id]/route.d.ts +0 -9
- package/.medusa/server/src/api/vendor/order-edits/[id]/shipping-method/[action_id]/route.js +1 -10
- package/.medusa/server/src/api/vendor/order-edits/[id]/shipping-method/route.d.ts +0 -5
- package/.medusa/server/src/api/vendor/order-edits/[id]/shipping-method/route.js +1 -6
- package/.medusa/server/src/api/vendor/order-edits/middlewares.js +1 -13
- package/.medusa/server/src/api/vendor/order-edits/route.d.ts +0 -6
- package/.medusa/server/src/api/vendor/order-edits/route.js +1 -7
- package/.medusa/server/src/api/vendor/order-edits/validators.d.ts +0 -6
- package/.medusa/server/src/api/vendor/order-edits/validators.js +1 -1
- package/.medusa/server/src/api/vendor/orders/apply-request-filter.js +1 -4
- package/.medusa/server/src/api/vendor/orders/resolve-offer-items.d.ts +0 -18
- package/.medusa/server/src/api/vendor/orders/resolve-offer-items.js +1 -1
- package/.medusa/server/src/api/vendor/orders/validators.d.ts +19 -20
- package/.medusa/server/src/api/vendor/payment-collections/validators.d.ts +1 -1
- package/.medusa/server/src/api/vendor/payments/helpers.d.ts +0 -9
- package/.medusa/server/src/api/vendor/payments/helpers.js +1 -10
- package/.medusa/server/src/api/vendor/payments/validators.d.ts +36 -36
- package/.medusa/server/src/api/vendor/payout-accounts/validators.d.ts +11 -12
- package/.medusa/server/src/api/vendor/payouts/validators.d.ts +16 -17
- package/.medusa/server/src/api/vendor/price-lists/validators.d.ts +26 -28
- package/.medusa/server/src/api/vendor/price-preferences/validators.d.ts +12 -13
- package/.medusa/server/src/api/vendor/product-attributes/route.js +1 -3
- package/.medusa/server/src/api/vendor/product-attributes/validators.d.ts +74 -86
- package/.medusa/server/src/api/vendor/product-attributes/validators.js +1 -1
- package/.medusa/server/src/api/vendor/product-categories/[id]/products/route.js +2 -2
- package/.medusa/server/src/api/vendor/product-categories/validators.d.ts +89 -83
- package/.medusa/server/src/api/vendor/product-tags/validators.d.ts +2 -2
- package/.medusa/server/src/api/vendor/product-types/validators.d.ts +12 -13
- package/.medusa/server/src/api/vendor/product-variants/middlewares.js +11 -19
- package/.medusa/server/src/api/vendor/product-variants/query-config.js +1 -3
- package/.medusa/server/src/api/vendor/product-variants/validators.d.ts +103 -97
- package/.medusa/server/src/api/vendor/products/[id]/attributes/batch/route.d.ts +2 -9
- package/.medusa/server/src/api/vendor/products/[id]/attributes/batch/route.js +3 -27
- package/.medusa/server/src/api/vendor/products/[id]/cancel/route.d.ts +0 -6
- package/.medusa/server/src/api/vendor/products/[id]/cancel/route.js +1 -7
- package/.medusa/server/src/api/vendor/products/[id]/preview/route.d.ts +0 -9
- package/.medusa/server/src/api/vendor/products/[id]/preview/route.js +1 -10
- package/.medusa/server/src/api/vendor/products/[id]/route.d.ts +0 -14
- package/.medusa/server/src/api/vendor/products/[id]/route.js +3 -21
- package/.medusa/server/src/api/vendor/products/[id]/variants/[variant_id]/route.d.ts +0 -8
- package/.medusa/server/src/api/vendor/products/[id]/variants/[variant_id]/route.js +2 -16
- package/.medusa/server/src/api/vendor/products/[id]/variants/route.d.ts +0 -7
- package/.medusa/server/src/api/vendor/products/[id]/variants/route.js +2 -9
- package/.medusa/server/src/api/vendor/products/helpers.d.ts +6 -5
- package/.medusa/server/src/api/vendor/products/helpers.js +54 -10
- package/.medusa/server/src/api/vendor/products/middlewares.js +14 -65
- package/.medusa/server/src/api/vendor/products/query-config.js +44 -15
- package/.medusa/server/src/api/vendor/products/route.d.ts +0 -9
- package/.medusa/server/src/api/vendor/products/route.js +7 -21
- package/.medusa/server/src/api/vendor/products/validators.d.ts +404 -830
- package/.medusa/server/src/api/vendor/products/validators.js +59 -112
- package/.medusa/server/src/api/vendor/promotions/validators.d.ts +43 -45
- package/.medusa/server/src/api/vendor/refund-reasons/validators.d.ts +16 -17
- package/.medusa/server/src/api/vendor/regions/validators.d.ts +16 -17
- package/.medusa/server/src/api/vendor/reservations/[id]/route.js +1 -1
- package/.medusa/server/src/api/vendor/reservations/helpers.js +1 -4
- package/.medusa/server/src/api/vendor/reservations/query-config.js +1 -4
- package/.medusa/server/src/api/vendor/reservations/route.js +1 -1
- package/.medusa/server/src/api/vendor/reservations/validators.d.ts +22 -23
- package/.medusa/server/src/api/vendor/reservations/validators.js +1 -1
- package/.medusa/server/src/api/vendor/return-reasons/validators.d.ts +16 -17
- package/.medusa/server/src/api/vendor/returns/validators.d.ts +22 -23
- package/.medusa/server/src/api/vendor/sales-channels/helpers.js +6 -1
- package/.medusa/server/src/api/vendor/sales-channels/validators.d.ts +25 -24
- package/.medusa/server/src/api/vendor/sellers/middlewares.js +1 -18
- package/.medusa/server/src/api/vendor/sellers/route.js +1 -4
- package/.medusa/server/src/api/vendor/sellers/validators.d.ts +16 -37
- package/.medusa/server/src/api/vendor/sellers/validators.js +1 -4
- package/.medusa/server/src/api/vendor/shipping-option-types/validators.d.ts +16 -17
- package/.medusa/server/src/api/vendor/shipping-options/validators.d.ts +33 -34
- package/.medusa/server/src/api/vendor/shipping-profiles/validators.d.ts +16 -17
- package/.medusa/server/src/api/vendor/stock-locations/validators.d.ts +16 -17
- package/.medusa/server/src/api/vendor/stores/validators.d.ts +12 -13
- package/.medusa/server/src/links/product-attribute-category-link.d.ts +6 -11
- package/.medusa/server/src/links/product-attribute-category-link.js +10 -20
- package/.medusa/server/src/links/product-attribute-option-mirror-link.d.ts +6 -0
- package/.medusa/server/src/links/product-attribute-option-mirror-link.js +24 -0
- package/.medusa/server/src/links/product-attribute-product-link.d.ts +0 -5
- package/.medusa/server/src/links/product-attribute-product-link.js +2 -7
- package/.medusa/server/src/links/product-attribute-value-option-value-mirror-link.d.ts +6 -0
- package/.medusa/server/src/links/product-attribute-value-option-value-mirror-link.js +24 -0
- package/.medusa/server/src/links/{product-variant-attribute-link.d.ts → product-attribute-value-pivot-link.d.ts} +3 -0
- package/.medusa/server/src/links/product-attribute-value-pivot-link.js +23 -0
- package/.medusa/server/src/modules/product-attribute/migrations/Migration20260601000002.d.ts +14 -0
- package/.medusa/server/src/modules/product-attribute/migrations/Migration20260601000002.js +31 -0
- package/.medusa/server/src/modules/product-attribute/models/product-attribute-value.d.ts +2 -0
- package/.medusa/server/src/modules/product-attribute/models/product-attribute-value.js +2 -1
- package/.medusa/server/src/modules/product-attribute/models/product-attribute.d.ts +2 -0
- package/.medusa/server/src/modules/product-attribute/models/product-attribute.js +2 -1
- package/.medusa/server/src/modules/product-attribute/service.d.ts +18 -3
- package/.medusa/server/src/modules/product-attribute/service.js +213 -1
- package/.medusa/server/src/modules/seller/repositories/order-group.js +1 -11
- package/.medusa/server/src/modules/seller/service.js +1 -2
- package/.medusa/server/src/workflows/cart/hooks/validate.js +1 -12
- package/.medusa/server/src/workflows/cart/steps/prepare-adjustments-from-promotion-actions.js +3 -5
- package/.medusa/server/src/workflows/cart/utils/fields.js +1 -13
- package/.medusa/server/src/workflows/cart/utils/prepare-line-item-data.js +1 -3
- package/.medusa/server/src/workflows/cart/workflows/add-seller-shipping-method-to-cart.js +1 -2
- package/.medusa/server/src/workflows/cart/workflows/complete-cart-with-split-orders.js +1 -24
- package/.medusa/server/src/workflows/cart/workflows/list-seller-shipping-options-for-cart.d.ts +2 -2
- package/.medusa/server/src/workflows/cart/workflows/list-seller-shipping-options-for-cart.js +1 -2
- package/.medusa/server/src/workflows/commission/steps/upsert-commission-lines.d.ts +0 -4
- package/.medusa/server/src/workflows/commission/steps/upsert-commission-lines.js +1 -5
- package/.medusa/server/src/workflows/commission/steps/validate-commission-rates-deletable.d.ts +0 -3
- package/.medusa/server/src/workflows/commission/steps/validate-commission-rates-deletable.js +1 -4
- package/.medusa/server/src/workflows/commission/workflows/delete-commission-rates.d.ts +1 -2
- package/.medusa/server/src/workflows/media/steps/create-images.d.ts +0 -3
- package/.medusa/server/src/workflows/media/steps/create-images.js +1 -4
- package/.medusa/server/src/workflows/media/steps/delete-images.d.ts +0 -3
- package/.medusa/server/src/workflows/media/steps/delete-images.js +1 -4
- package/.medusa/server/src/workflows/media/workflows/create-product-category-with-images.d.ts +0 -8
- package/.medusa/server/src/workflows/media/workflows/create-product-category-with-images.js +1 -6
- package/.medusa/server/src/workflows/media/workflows/create-product-collection-with-images.d.ts +0 -8
- package/.medusa/server/src/workflows/media/workflows/create-product-collection-with-images.js +1 -6
- package/.medusa/server/src/workflows/media/workflows/delete-product-category-with-images.d.ts +0 -4
- package/.medusa/server/src/workflows/media/workflows/delete-product-category-with-images.js +1 -6
- package/.medusa/server/src/workflows/media/workflows/delete-product-collection-with-images.d.ts +0 -5
- package/.medusa/server/src/workflows/media/workflows/delete-product-collection-with-images.js +1 -7
- package/.medusa/server/src/workflows/media/workflows/set-category-images.d.ts +0 -11
- package/.medusa/server/src/workflows/media/workflows/set-category-images.js +1 -10
- package/.medusa/server/src/workflows/media/workflows/set-collection-images.d.ts +0 -12
- package/.medusa/server/src/workflows/media/workflows/set-collection-images.js +1 -11
- package/.medusa/server/src/workflows/media/workflows/update-product-category-with-images.d.ts +0 -7
- package/.medusa/server/src/workflows/media/workflows/update-product-category-with-images.js +1 -5
- package/.medusa/server/src/workflows/media/workflows/update-product-collection-with-images.d.ts +0 -7
- package/.medusa/server/src/workflows/media/workflows/update-product-collection-with-images.js +1 -5
- package/.medusa/server/src/workflows/offer/steps/add-offer-prices.d.ts +0 -12
- package/.medusa/server/src/workflows/offer/steps/add-offer-prices.js +1 -16
- package/.medusa/server/src/workflows/offer/steps/ensure-variant-price-sets.d.ts +0 -9
- package/.medusa/server/src/workflows/offer/steps/ensure-variant-price-sets.js +1 -10
- package/.medusa/server/src/workflows/offer/steps/update-offers.d.ts +0 -5
- package/.medusa/server/src/workflows/offer/steps/update-offers.js +1 -1
- package/.medusa/server/src/workflows/offer/utils/assert-offer-price-ownership.d.ts +0 -11
- package/.medusa/server/src/workflows/offer/utils/assert-offer-price-ownership.js +1 -12
- package/.medusa/server/src/workflows/offer/utils/prepare-offer-inventory-input.d.ts +0 -10
- package/.medusa/server/src/workflows/offer/utils/prepare-offer-inventory-input.js +1 -19
- package/.medusa/server/src/workflows/offer/workflows/create-offers.js +1 -14
- package/.medusa/server/src/workflows/offer/workflows/update-offers.d.ts +0 -11
- package/.medusa/server/src/workflows/offer/workflows/update-offers.js +1 -22
- package/.medusa/server/src/workflows/order/workflows/cancel-order-fulfillment.d.ts +1 -2
- package/.medusa/server/src/workflows/order/workflows/cancel-order-fulfillment.js +1 -2
- package/.medusa/server/src/workflows/order/workflows/confirm-claim-request.js +1 -3
- package/.medusa/server/src/workflows/order/workflows/confirm-exchange-request.js +1 -8
- package/.medusa/server/src/workflows/order/workflows/confirm-order-edit-request.js +1 -1
- package/.medusa/server/src/workflows/order/workflows/confirm-return-receive.js +1 -9
- package/.medusa/server/src/workflows/order/workflows/create-order-fulfillment.js +2 -3
- package/.medusa/server/src/workflows/order-group/utils/aggregate-status.js +1 -7
- package/.medusa/server/src/workflows/product/events.d.ts +0 -6
- package/.medusa/server/src/workflows/product/events.js +1 -7
- package/.medusa/server/src/workflows/product/steps/index.d.ts +0 -2
- package/.medusa/server/src/workflows/product/steps/index.js +1 -3
- package/.medusa/server/src/workflows/product/steps/validate-products-status.d.ts +0 -8
- package/.medusa/server/src/workflows/product/steps/validate-products-status.js +1 -9
- package/.medusa/server/src/workflows/product/steps/validate-seller-product-permissions.js +1 -3
- package/.medusa/server/src/workflows/product/workflows/confirm-products.d.ts +0 -16
- package/.medusa/server/src/workflows/product/workflows/confirm-products.js +1 -13
- package/.medusa/server/src/workflows/product/workflows/create-products.d.ts +4 -74
- package/.medusa/server/src/workflows/product/workflows/create-products.js +70 -209
- package/.medusa/server/src/workflows/product/workflows/index.d.ts +0 -1
- package/.medusa/server/src/workflows/product/workflows/index.js +1 -2
- package/.medusa/server/src/workflows/product/workflows/link-sellers-to-product-category.d.ts +0 -7
- package/.medusa/server/src/workflows/product/workflows/link-sellers-to-product-category.js +1 -1
- package/.medusa/server/src/workflows/product/workflows/link-sellers-to-product.d.ts +0 -7
- package/.medusa/server/src/workflows/product/workflows/link-sellers-to-product.js +1 -1
- package/.medusa/server/src/workflows/product/workflows/reject-product.d.ts +0 -7
- package/.medusa/server/src/workflows/product/workflows/reject-product.js +1 -8
- package/.medusa/server/src/workflows/product/workflows/request-product-change.d.ts +0 -14
- package/.medusa/server/src/workflows/product/workflows/request-product-change.js +1 -15
- package/.medusa/server/src/workflows/product-attribute/events.d.ts +0 -9
- package/.medusa/server/src/workflows/product-attribute/events.js +1 -10
- package/.medusa/server/src/workflows/product-attribute/steps/create-product-attribute-values.d.ts +1 -31
- package/.medusa/server/src/workflows/product-attribute/steps/create-product-attributes.d.ts +1 -41
- package/.medusa/server/src/workflows/product-attribute/steps/create-product-attributes.js +1 -1
- package/.medusa/server/src/workflows/product-attribute/steps/detach-product-option-values-from-product.d.ts +14 -0
- package/.medusa/server/src/workflows/product-attribute/steps/detach-product-option-values-from-product.js +40 -0
- package/.medusa/server/src/workflows/product-attribute/steps/index.d.ts +3 -4
- package/.medusa/server/src/workflows/product-attribute/steps/index.js +4 -5
- package/.medusa/server/src/workflows/product-attribute/steps/update-product-attribute-values.d.ts +6 -3
- package/.medusa/server/src/workflows/product-attribute/steps/update-product-attribute-values.js +17 -2
- package/.medusa/server/src/workflows/product-attribute/steps/update-product-attributes.d.ts +1 -31
- package/.medusa/server/src/workflows/product-attribute/steps/validate-product-attributes-not-linked.d.ts +2 -0
- package/.medusa/server/src/workflows/product-attribute/steps/validate-product-attributes-not-linked.js +28 -0
- package/.medusa/server/src/workflows/product-attribute/steps/validate-product-attributes-not-required.d.ts +7 -0
- package/.medusa/server/src/workflows/product-attribute/steps/validate-product-attributes-not-required.js +16 -0
- package/.medusa/server/src/workflows/product-attribute/workflows/add-product-attributes-to-product.d.ts +9 -0
- package/.medusa/server/src/workflows/product-attribute/workflows/add-product-attributes-to-product.js +242 -0
- package/.medusa/server/src/workflows/product-attribute/workflows/create-and-link-product-attributes.d.ts +14 -0
- package/.medusa/server/src/workflows/product-attribute/workflows/create-and-link-product-attributes.js +27 -0
- package/.medusa/server/src/workflows/product-attribute/workflows/create-product-attribute-values.js +44 -3
- package/.medusa/server/src/workflows/product-attribute/workflows/create-product-attributes.js +41 -17
- package/.medusa/server/src/workflows/product-attribute/workflows/delete-product-attribute-values.js +36 -15
- package/.medusa/server/src/workflows/product-attribute/workflows/delete-product-attributes.d.ts +0 -7
- package/.medusa/server/src/workflows/product-attribute/workflows/delete-product-attributes.js +11 -8
- package/.medusa/server/src/workflows/product-attribute/workflows/index.d.ts +4 -6
- package/.medusa/server/src/workflows/product-attribute/workflows/index.js +5 -7
- package/.medusa/server/src/workflows/product-attribute/workflows/remove-product-attributes-from-product.d.ts +10 -0
- package/.medusa/server/src/workflows/product-attribute/workflows/remove-product-attributes-from-product.js +83 -0
- package/.medusa/server/src/workflows/product-attribute/workflows/update-product-attribute-values.js +34 -1
- package/.medusa/server/src/workflows/product-attribute/workflows/update-product-attributes-on-product.d.ts +11 -0
- package/.medusa/server/src/workflows/product-attribute/workflows/update-product-attributes-on-product.js +285 -0
- package/.medusa/server/src/workflows/product-attribute/workflows/update-product-attributes.js +15 -1
- package/.medusa/server/src/workflows/product-attribute/workflows/upsert-product-attribute-values.d.ts +4 -11
- package/.medusa/server/src/workflows/product-attribute/workflows/upsert-product-attribute-values.js +19 -19
- package/.medusa/server/src/workflows/product-edit/events.d.ts +0 -7
- package/.medusa/server/src/workflows/product-edit/events.js +1 -8
- package/.medusa/server/src/workflows/product-edit/steps/apply-variant-image-links.d.ts +2 -10
- package/.medusa/server/src/workflows/product-edit/steps/apply-variant-image-links.js +3 -9
- package/.medusa/server/src/workflows/product-edit/steps/confirm-product-change-validation.d.ts +0 -4
- package/.medusa/server/src/workflows/product-edit/steps/confirm-product-change-validation.js +1 -5
- package/.medusa/server/src/workflows/product-edit/steps/confirm-product-changes.d.ts +0 -6
- package/.medusa/server/src/workflows/product-edit/steps/confirm-product-changes.js +1 -7
- package/.medusa/server/src/workflows/product-edit/steps/create-product-change-actions.d.ts +0 -5
- package/.medusa/server/src/workflows/product-edit/steps/create-product-change-actions.js +1 -6
- package/.medusa/server/src/workflows/product-edit/steps/create-product-changes.d.ts +0 -6
- package/.medusa/server/src/workflows/product-edit/steps/create-product-changes.js +1 -1
- package/.medusa/server/src/workflows/product-edit/steps/decline-product-change.d.ts +0 -5
- package/.medusa/server/src/workflows/product-edit/steps/decline-product-change.js +1 -6
- package/.medusa/server/src/workflows/product-edit/steps/update-product-change-actions.d.ts +0 -5
- package/.medusa/server/src/workflows/product-edit/steps/update-product-change-actions.js +1 -6
- package/.medusa/server/src/workflows/product-edit/steps/validate-no-pending-product-change.d.ts +0 -6
- package/.medusa/server/src/workflows/product-edit/steps/validate-no-pending-product-change.js +2 -8
- package/.medusa/server/src/workflows/product-edit/workflows/apply-product-attribute-change-actions.d.ts +5 -19
- package/.medusa/server/src/workflows/product-edit/workflows/apply-product-attribute-change-actions.js +11 -128
- package/.medusa/server/src/workflows/product-edit/workflows/apply-product-change-actions.d.ts +0 -31
- package/.medusa/server/src/workflows/product-edit/workflows/apply-product-change-actions.js +27 -56
- package/.medusa/server/src/workflows/product-edit/workflows/auto-confirm-product-change.d.ts +0 -14
- package/.medusa/server/src/workflows/product-edit/workflows/auto-confirm-product-change.js +1 -10
- package/.medusa/server/src/workflows/product-edit/workflows/confirm-product-change.d.ts +0 -11
- package/.medusa/server/src/workflows/product-edit/workflows/confirm-product-change.js +1 -12
- package/.medusa/server/src/workflows/product-edit/workflows/index.d.ts +1 -1
- package/.medusa/server/src/workflows/product-edit/workflows/index.js +2 -2
- package/.medusa/server/src/workflows/product-edit/workflows/product-edit-delete-product.d.ts +0 -12
- package/.medusa/server/src/workflows/product-edit/workflows/product-edit-delete-product.js +1 -13
- package/.medusa/server/src/workflows/product-edit/workflows/product-edit-update-attributes.d.ts +4 -46
- package/.medusa/server/src/workflows/product-edit/workflows/product-edit-update-attributes.js +11 -162
- package/.medusa/server/src/workflows/product-edit/workflows/product-edit-update-product.d.ts +11 -0
- package/.medusa/server/src/workflows/product-edit/workflows/product-edit-update-product.js +133 -0
- package/.medusa/server/src/workflows/product-edit/workflows/product-edit-update-variants.d.ts +0 -10
- package/.medusa/server/src/workflows/product-edit/workflows/product-edit-update-variants.js +1 -45
- package/.medusa/server/src/workflows/product-edit/workflows/record-product-audit-change.d.ts +0 -24
- package/.medusa/server/src/workflows/product-edit/workflows/record-product-audit-change.js +1 -15
- package/.medusa/server/src/workflows/product-edit/workflows/stage-product-change.d.ts +0 -30
- package/.medusa/server/src/workflows/product-edit/workflows/stage-product-change.js +1 -15
- package/.medusa/server/src/workflows/promotion/steps/register-usage.d.ts +0 -3
- package/.medusa/server/src/workflows/promotion/steps/register-usage.js +1 -4
- package/.medusa/server/src/workflows/seller/workflows/accept-member-invite.js +1 -2
- package/.medusa/server/src/workflows/seller/workflows/create-sellers.js +1 -2
- package/package.json +15 -15
- package/.medusa/server/src/api/admin/products/[id]/attributes/[attribute_id]/route.d.ts +0 -13
- package/.medusa/server/src/api/admin/products/[id]/attributes/[attribute_id]/route.js +0 -90
- package/.medusa/server/src/api/admin/products/[id]/attributes/route.d.ts +0 -5
- package/.medusa/server/src/api/admin/products/[id]/attributes/route.js +0 -63
- package/.medusa/server/src/api/vendor/products/[id]/attributes/[attribute_id]/route.d.ts +0 -22
- package/.medusa/server/src/api/vendor/products/[id]/attributes/[attribute_id]/route.js +0 -97
- package/.medusa/server/src/api/vendor/products/[id]/attributes/route.d.ts +0 -15
- package/.medusa/server/src/api/vendor/products/[id]/attributes/route.js +0 -80
- package/.medusa/server/src/links/product-attribute-value-link.d.ts +0 -22
- package/.medusa/server/src/links/product-attribute-value-link.js +0 -46
- package/.medusa/server/src/links/product-variant-attribute-link.js +0 -21
- package/.medusa/server/src/links/product-variant-attribute-value-link.d.ts +0 -2
- package/.medusa/server/src/links/product-variant-attribute-value-link.js +0 -21
- package/.medusa/server/src/workflows/product/steps/replace-product-attribute-value-links.d.ts +0 -28
- package/.medusa/server/src/workflows/product/steps/replace-product-attribute-value-links.js +0 -72
- package/.medusa/server/src/workflows/product/steps/resolve-attribute-refs.d.ts +0 -90
- package/.medusa/server/src/workflows/product/steps/resolve-attribute-refs.js +0 -185
- package/.medusa/server/src/workflows/product/workflows/update-products.d.ts +0 -39
- package/.medusa/server/src/workflows/product/workflows/update-products.js +0 -161
- package/.medusa/server/src/workflows/product-attribute/steps/upsert-product-attribute-values.d.ts +0 -43
- package/.medusa/server/src/workflows/product-attribute/steps/upsert-product-attribute-values.js +0 -51
- package/.medusa/server/src/workflows/product-attribute/steps/upsert-product-options-for-axis.d.ts +0 -7
- package/.medusa/server/src/workflows/product-attribute/steps/upsert-product-options-for-axis.js +0 -59
- package/.medusa/server/src/workflows/product-attribute/steps/validate-attribute-accepts-values.d.ts +0 -6
- package/.medusa/server/src/workflows/product-attribute/steps/validate-attribute-accepts-values.js +0 -20
- package/.medusa/server/src/workflows/product-attribute/steps/validate-product-attribute-input.d.ts +0 -7
- package/.medusa/server/src/workflows/product-attribute/steps/validate-product-attribute-input.js +0 -20
- package/.medusa/server/src/workflows/product-attribute/workflows/add-product-attribute.d.ts +0 -52
- package/.medusa/server/src/workflows/product-attribute/workflows/add-product-attribute.js +0 -120
- package/.medusa/server/src/workflows/product-attribute/workflows/batch-product-attribute-values.d.ts +0 -23
- package/.medusa/server/src/workflows/product-attribute/workflows/batch-product-attribute-values.js +0 -252
- package/.medusa/server/src/workflows/product-attribute/workflows/detach-product-attribute.d.ts +0 -17
- package/.medusa/server/src/workflows/product-attribute/workflows/detach-product-attribute.js +0 -62
- package/.medusa/server/src/workflows/product-attribute/workflows/materialize-product-attributes.d.ts +0 -135
- package/.medusa/server/src/workflows/product-attribute/workflows/materialize-product-attributes.js +0 -43
- package/.medusa/server/src/workflows/product-attribute/workflows/sync-product-attribute-options.d.ts +0 -24
- package/.medusa/server/src/workflows/product-attribute/workflows/sync-product-attribute-options.js +0 -27
- package/.medusa/server/src/workflows/product-attribute/workflows/update-product-attribute.d.ts +0 -23
- package/.medusa/server/src/workflows/product-attribute/workflows/update-product-attribute.js +0 -67
- package/.medusa/server/src/workflows/product-edit/workflows/product-edit-update-fields.d.ts +0 -25
- package/.medusa/server/src/workflows/product-edit/workflows/product-edit-update-fields.js +0 -148
|
@@ -3,11 +3,11 @@ export declare const AdminGetCustomerGroupsParams: z.ZodEffects<z.ZodIntersectio
|
|
|
3
3
|
[x: string]: any;
|
|
4
4
|
$and: z.ZodOptional<z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
5
5
|
q: z.ZodOptional<z.ZodString>;
|
|
6
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString
|
|
7
|
-
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString
|
|
8
|
-
customers: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString
|
|
9
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString
|
|
10
|
-
email: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString
|
|
6
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
7
|
+
name: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
8
|
+
customers: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>, z.ZodObject<{
|
|
9
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
10
|
+
email: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>, z.ZodUnion<readonly [any, z.ZodObject<{
|
|
11
11
|
$eq: any;
|
|
12
12
|
$ne: any;
|
|
13
13
|
$in: any;
|
|
@@ -20,40 +20,14 @@ export declare const AdminGetCustomerGroupsParams: z.ZodEffects<z.ZodIntersectio
|
|
|
20
20
|
$gte: any;
|
|
21
21
|
$lt: any;
|
|
22
22
|
$lte: any;
|
|
23
|
-
},
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
$contains?: any;
|
|
32
|
-
$gt?: any;
|
|
33
|
-
$gte?: any;
|
|
34
|
-
$lt?: any;
|
|
35
|
-
$lte?: any;
|
|
36
|
-
}, {
|
|
37
|
-
$eq?: any;
|
|
38
|
-
$ne?: any;
|
|
39
|
-
$in?: any;
|
|
40
|
-
$nin?: any;
|
|
41
|
-
$like?: any;
|
|
42
|
-
$ilike?: any;
|
|
43
|
-
$re?: any;
|
|
44
|
-
$contains?: any;
|
|
45
|
-
$gt?: any;
|
|
46
|
-
$gte?: any;
|
|
47
|
-
$lt?: any;
|
|
48
|
-
$lte?: any;
|
|
49
|
-
}>]>]>>;
|
|
50
|
-
default_billing_address_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
51
|
-
default_shipping_address_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
52
|
-
company_name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
53
|
-
first_name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
54
|
-
last_name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
55
|
-
created_by: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
56
|
-
created_at: z.ZodOptional<z.ZodUnion<[any, z.ZodObject<{
|
|
23
|
+
}, z.core.$strip>]>]>>;
|
|
24
|
+
default_billing_address_id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
25
|
+
default_shipping_address_id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
26
|
+
company_name: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
27
|
+
first_name: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
28
|
+
last_name: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
29
|
+
created_by: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
30
|
+
created_at: z.ZodOptional<z.ZodUnion<readonly [any, z.ZodObject<{
|
|
57
31
|
$eq: any;
|
|
58
32
|
$ne: any;
|
|
59
33
|
$in: any;
|
|
@@ -66,34 +40,8 @@ export declare const AdminGetCustomerGroupsParams: z.ZodEffects<z.ZodIntersectio
|
|
|
66
40
|
$gte: any;
|
|
67
41
|
$lt: any;
|
|
68
42
|
$lte: any;
|
|
69
|
-
},
|
|
70
|
-
|
|
71
|
-
$ne?: any;
|
|
72
|
-
$in?: any;
|
|
73
|
-
$nin?: any;
|
|
74
|
-
$like?: any;
|
|
75
|
-
$ilike?: any;
|
|
76
|
-
$re?: any;
|
|
77
|
-
$contains?: any;
|
|
78
|
-
$gt?: any;
|
|
79
|
-
$gte?: any;
|
|
80
|
-
$lt?: any;
|
|
81
|
-
$lte?: any;
|
|
82
|
-
}, {
|
|
83
|
-
$eq?: any;
|
|
84
|
-
$ne?: any;
|
|
85
|
-
$in?: any;
|
|
86
|
-
$nin?: any;
|
|
87
|
-
$like?: any;
|
|
88
|
-
$ilike?: any;
|
|
89
|
-
$re?: any;
|
|
90
|
-
$contains?: any;
|
|
91
|
-
$gt?: any;
|
|
92
|
-
$gte?: any;
|
|
93
|
-
$lt?: any;
|
|
94
|
-
$lte?: any;
|
|
95
|
-
}>]>>;
|
|
96
|
-
updated_at: z.ZodOptional<z.ZodUnion<[any, z.ZodObject<{
|
|
43
|
+
}, z.core.$strip>]>>;
|
|
44
|
+
updated_at: z.ZodOptional<z.ZodUnion<readonly [any, z.ZodObject<{
|
|
97
45
|
$eq: any;
|
|
98
46
|
$ne: any;
|
|
99
47
|
$in: any;
|
|
@@ -106,34 +54,8 @@ export declare const AdminGetCustomerGroupsParams: z.ZodEffects<z.ZodIntersectio
|
|
|
106
54
|
$gte: any;
|
|
107
55
|
$lt: any;
|
|
108
56
|
$lte: any;
|
|
109
|
-
},
|
|
110
|
-
|
|
111
|
-
$ne?: any;
|
|
112
|
-
$in?: any;
|
|
113
|
-
$nin?: any;
|
|
114
|
-
$like?: any;
|
|
115
|
-
$ilike?: any;
|
|
116
|
-
$re?: any;
|
|
117
|
-
$contains?: any;
|
|
118
|
-
$gt?: any;
|
|
119
|
-
$gte?: any;
|
|
120
|
-
$lt?: any;
|
|
121
|
-
$lte?: any;
|
|
122
|
-
}, {
|
|
123
|
-
$eq?: any;
|
|
124
|
-
$ne?: any;
|
|
125
|
-
$in?: any;
|
|
126
|
-
$nin?: any;
|
|
127
|
-
$like?: any;
|
|
128
|
-
$ilike?: any;
|
|
129
|
-
$re?: any;
|
|
130
|
-
$contains?: any;
|
|
131
|
-
$gt?: any;
|
|
132
|
-
$gte?: any;
|
|
133
|
-
$lt?: any;
|
|
134
|
-
$lte?: any;
|
|
135
|
-
}>]>>;
|
|
136
|
-
deleted_at: z.ZodOptional<z.ZodUnion<[any, z.ZodObject<{
|
|
57
|
+
}, z.core.$strip>]>>;
|
|
58
|
+
deleted_at: z.ZodOptional<z.ZodUnion<readonly [any, z.ZodObject<{
|
|
137
59
|
$eq: any;
|
|
138
60
|
$ne: any;
|
|
139
61
|
$in: any;
|
|
@@ -146,60 +68,10 @@ export declare const AdminGetCustomerGroupsParams: z.ZodEffects<z.ZodIntersectio
|
|
|
146
68
|
$gte: any;
|
|
147
69
|
$lt: any;
|
|
148
70
|
$lte: any;
|
|
149
|
-
},
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
$nin?: any;
|
|
154
|
-
$like?: any;
|
|
155
|
-
$ilike?: any;
|
|
156
|
-
$re?: any;
|
|
157
|
-
$contains?: any;
|
|
158
|
-
$gt?: any;
|
|
159
|
-
$gte?: any;
|
|
160
|
-
$lt?: any;
|
|
161
|
-
$lte?: any;
|
|
162
|
-
}, {
|
|
163
|
-
$eq?: any;
|
|
164
|
-
$ne?: any;
|
|
165
|
-
$in?: any;
|
|
166
|
-
$nin?: any;
|
|
167
|
-
$like?: any;
|
|
168
|
-
$ilike?: any;
|
|
169
|
-
$re?: any;
|
|
170
|
-
$contains?: any;
|
|
171
|
-
$gt?: any;
|
|
172
|
-
$gte?: any;
|
|
173
|
-
$lt?: any;
|
|
174
|
-
$lte?: any;
|
|
175
|
-
}>]>>;
|
|
176
|
-
}, "strip", z.ZodTypeAny, {
|
|
177
|
-
id?: string | string[] | undefined;
|
|
178
|
-
email?: any;
|
|
179
|
-
created_by?: string | string[] | undefined;
|
|
180
|
-
created_at?: any;
|
|
181
|
-
updated_at?: any;
|
|
182
|
-
deleted_at?: any;
|
|
183
|
-
first_name?: string | string[] | undefined;
|
|
184
|
-
last_name?: string | string[] | undefined;
|
|
185
|
-
default_billing_address_id?: string | string[] | undefined;
|
|
186
|
-
default_shipping_address_id?: string | string[] | undefined;
|
|
187
|
-
company_name?: string | string[] | undefined;
|
|
188
|
-
}, {
|
|
189
|
-
id?: string | string[] | undefined;
|
|
190
|
-
email?: any;
|
|
191
|
-
created_by?: string | string[] | undefined;
|
|
192
|
-
created_at?: any;
|
|
193
|
-
updated_at?: any;
|
|
194
|
-
deleted_at?: any;
|
|
195
|
-
first_name?: string | string[] | undefined;
|
|
196
|
-
last_name?: string | string[] | undefined;
|
|
197
|
-
default_billing_address_id?: string | string[] | undefined;
|
|
198
|
-
default_shipping_address_id?: string | string[] | undefined;
|
|
199
|
-
company_name?: string | string[] | undefined;
|
|
200
|
-
}>]>>;
|
|
201
|
-
created_by: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
202
|
-
created_at: z.ZodOptional<z.ZodUnion<[any, z.ZodObject<{
|
|
71
|
+
}, z.core.$strip>]>>;
|
|
72
|
+
}, z.core.$strip>]>>;
|
|
73
|
+
created_by: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
74
|
+
created_at: z.ZodOptional<z.ZodUnion<readonly [any, z.ZodObject<{
|
|
203
75
|
$eq: any;
|
|
204
76
|
$ne: any;
|
|
205
77
|
$in: any;
|
|
@@ -212,34 +84,8 @@ export declare const AdminGetCustomerGroupsParams: z.ZodEffects<z.ZodIntersectio
|
|
|
212
84
|
$gte: any;
|
|
213
85
|
$lt: any;
|
|
214
86
|
$lte: any;
|
|
215
|
-
},
|
|
216
|
-
|
|
217
|
-
$ne?: any;
|
|
218
|
-
$in?: any;
|
|
219
|
-
$nin?: any;
|
|
220
|
-
$like?: any;
|
|
221
|
-
$ilike?: any;
|
|
222
|
-
$re?: any;
|
|
223
|
-
$contains?: any;
|
|
224
|
-
$gt?: any;
|
|
225
|
-
$gte?: any;
|
|
226
|
-
$lt?: any;
|
|
227
|
-
$lte?: any;
|
|
228
|
-
}, {
|
|
229
|
-
$eq?: any;
|
|
230
|
-
$ne?: any;
|
|
231
|
-
$in?: any;
|
|
232
|
-
$nin?: any;
|
|
233
|
-
$like?: any;
|
|
234
|
-
$ilike?: any;
|
|
235
|
-
$re?: any;
|
|
236
|
-
$contains?: any;
|
|
237
|
-
$gt?: any;
|
|
238
|
-
$gte?: any;
|
|
239
|
-
$lt?: any;
|
|
240
|
-
$lte?: any;
|
|
241
|
-
}>]>>;
|
|
242
|
-
updated_at: z.ZodOptional<z.ZodUnion<[any, z.ZodObject<{
|
|
87
|
+
}, z.core.$strip>]>>;
|
|
88
|
+
updated_at: z.ZodOptional<z.ZodUnion<readonly [any, z.ZodObject<{
|
|
243
89
|
$eq: any;
|
|
244
90
|
$ne: any;
|
|
245
91
|
$in: any;
|
|
@@ -252,34 +98,8 @@ export declare const AdminGetCustomerGroupsParams: z.ZodEffects<z.ZodIntersectio
|
|
|
252
98
|
$gte: any;
|
|
253
99
|
$lt: any;
|
|
254
100
|
$lte: any;
|
|
255
|
-
},
|
|
256
|
-
|
|
257
|
-
$ne?: any;
|
|
258
|
-
$in?: any;
|
|
259
|
-
$nin?: any;
|
|
260
|
-
$like?: any;
|
|
261
|
-
$ilike?: any;
|
|
262
|
-
$re?: any;
|
|
263
|
-
$contains?: any;
|
|
264
|
-
$gt?: any;
|
|
265
|
-
$gte?: any;
|
|
266
|
-
$lt?: any;
|
|
267
|
-
$lte?: any;
|
|
268
|
-
}, {
|
|
269
|
-
$eq?: any;
|
|
270
|
-
$ne?: any;
|
|
271
|
-
$in?: any;
|
|
272
|
-
$nin?: any;
|
|
273
|
-
$like?: any;
|
|
274
|
-
$ilike?: any;
|
|
275
|
-
$re?: any;
|
|
276
|
-
$contains?: any;
|
|
277
|
-
$gt?: any;
|
|
278
|
-
$gte?: any;
|
|
279
|
-
$lt?: any;
|
|
280
|
-
$lte?: any;
|
|
281
|
-
}>]>>;
|
|
282
|
-
deleted_at: z.ZodOptional<z.ZodUnion<[any, z.ZodObject<{
|
|
101
|
+
}, z.core.$strip>]>>;
|
|
102
|
+
deleted_at: z.ZodOptional<z.ZodUnion<readonly [any, z.ZodObject<{
|
|
283
103
|
$eq: any;
|
|
284
104
|
$ne: any;
|
|
285
105
|
$in: any;
|
|
@@ -292,83 +112,15 @@ export declare const AdminGetCustomerGroupsParams: z.ZodEffects<z.ZodIntersectio
|
|
|
292
112
|
$gte: any;
|
|
293
113
|
$lt: any;
|
|
294
114
|
$lte: any;
|
|
295
|
-
},
|
|
296
|
-
|
|
297
|
-
$ne?: any;
|
|
298
|
-
$in?: any;
|
|
299
|
-
$nin?: any;
|
|
300
|
-
$like?: any;
|
|
301
|
-
$ilike?: any;
|
|
302
|
-
$re?: any;
|
|
303
|
-
$contains?: any;
|
|
304
|
-
$gt?: any;
|
|
305
|
-
$gte?: any;
|
|
306
|
-
$lt?: any;
|
|
307
|
-
$lte?: any;
|
|
308
|
-
}, {
|
|
309
|
-
$eq?: any;
|
|
310
|
-
$ne?: any;
|
|
311
|
-
$in?: any;
|
|
312
|
-
$nin?: any;
|
|
313
|
-
$like?: any;
|
|
314
|
-
$ilike?: any;
|
|
315
|
-
$re?: any;
|
|
316
|
-
$contains?: any;
|
|
317
|
-
$gt?: any;
|
|
318
|
-
$gte?: any;
|
|
319
|
-
$lt?: any;
|
|
320
|
-
$lte?: any;
|
|
321
|
-
}>]>>;
|
|
322
|
-
}, "strip", z.ZodTypeAny, {
|
|
323
|
-
id?: string | string[] | undefined;
|
|
324
|
-
created_by?: string | string[] | undefined;
|
|
325
|
-
name?: string | string[] | undefined;
|
|
326
|
-
created_at?: any;
|
|
327
|
-
updated_at?: any;
|
|
328
|
-
deleted_at?: any;
|
|
329
|
-
q?: string | undefined;
|
|
330
|
-
customers?: string | string[] | {
|
|
331
|
-
id?: string | string[] | undefined;
|
|
332
|
-
email?: any;
|
|
333
|
-
created_by?: string | string[] | undefined;
|
|
334
|
-
created_at?: any;
|
|
335
|
-
updated_at?: any;
|
|
336
|
-
deleted_at?: any;
|
|
337
|
-
first_name?: string | string[] | undefined;
|
|
338
|
-
last_name?: string | string[] | undefined;
|
|
339
|
-
default_billing_address_id?: string | string[] | undefined;
|
|
340
|
-
default_shipping_address_id?: string | string[] | undefined;
|
|
341
|
-
company_name?: string | string[] | undefined;
|
|
342
|
-
} | undefined;
|
|
343
|
-
}, {
|
|
344
|
-
id?: string | string[] | undefined;
|
|
345
|
-
created_by?: string | string[] | undefined;
|
|
346
|
-
name?: string | string[] | undefined;
|
|
347
|
-
created_at?: any;
|
|
348
|
-
updated_at?: any;
|
|
349
|
-
deleted_at?: any;
|
|
350
|
-
q?: string | undefined;
|
|
351
|
-
customers?: string | string[] | {
|
|
352
|
-
id?: string | string[] | undefined;
|
|
353
|
-
email?: any;
|
|
354
|
-
created_by?: string | string[] | undefined;
|
|
355
|
-
created_at?: any;
|
|
356
|
-
updated_at?: any;
|
|
357
|
-
deleted_at?: any;
|
|
358
|
-
first_name?: string | string[] | undefined;
|
|
359
|
-
last_name?: string | string[] | undefined;
|
|
360
|
-
default_billing_address_id?: string | string[] | undefined;
|
|
361
|
-
default_shipping_address_id?: string | string[] | undefined;
|
|
362
|
-
company_name?: string | string[] | undefined;
|
|
363
|
-
} | undefined;
|
|
364
|
-
}>, "many">>>;
|
|
115
|
+
}, z.core.$strip>]>>;
|
|
116
|
+
}, z.core.$strip>>>>;
|
|
365
117
|
$or: z.ZodOptional<z.ZodLazy<z.ZodArray<z.ZodObject<{
|
|
366
118
|
q: z.ZodOptional<z.ZodString>;
|
|
367
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString
|
|
368
|
-
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString
|
|
369
|
-
customers: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString
|
|
370
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString
|
|
371
|
-
email: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString
|
|
119
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
120
|
+
name: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
121
|
+
customers: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>, z.ZodObject<{
|
|
122
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
123
|
+
email: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>, z.ZodUnion<readonly [any, z.ZodObject<{
|
|
372
124
|
$eq: any;
|
|
373
125
|
$ne: any;
|
|
374
126
|
$in: any;
|
|
@@ -381,40 +133,14 @@ export declare const AdminGetCustomerGroupsParams: z.ZodEffects<z.ZodIntersectio
|
|
|
381
133
|
$gte: any;
|
|
382
134
|
$lt: any;
|
|
383
135
|
$lte: any;
|
|
384
|
-
},
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
$contains?: any;
|
|
393
|
-
$gt?: any;
|
|
394
|
-
$gte?: any;
|
|
395
|
-
$lt?: any;
|
|
396
|
-
$lte?: any;
|
|
397
|
-
}, {
|
|
398
|
-
$eq?: any;
|
|
399
|
-
$ne?: any;
|
|
400
|
-
$in?: any;
|
|
401
|
-
$nin?: any;
|
|
402
|
-
$like?: any;
|
|
403
|
-
$ilike?: any;
|
|
404
|
-
$re?: any;
|
|
405
|
-
$contains?: any;
|
|
406
|
-
$gt?: any;
|
|
407
|
-
$gte?: any;
|
|
408
|
-
$lt?: any;
|
|
409
|
-
$lte?: any;
|
|
410
|
-
}>]>]>>;
|
|
411
|
-
default_billing_address_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
412
|
-
default_shipping_address_id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
413
|
-
company_name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
414
|
-
first_name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
415
|
-
last_name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
416
|
-
created_by: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
417
|
-
created_at: z.ZodOptional<z.ZodUnion<[any, z.ZodObject<{
|
|
136
|
+
}, z.core.$strip>]>]>>;
|
|
137
|
+
default_billing_address_id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
138
|
+
default_shipping_address_id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
139
|
+
company_name: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
140
|
+
first_name: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
141
|
+
last_name: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
142
|
+
created_by: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
143
|
+
created_at: z.ZodOptional<z.ZodUnion<readonly [any, z.ZodObject<{
|
|
418
144
|
$eq: any;
|
|
419
145
|
$ne: any;
|
|
420
146
|
$in: any;
|
|
@@ -427,34 +153,8 @@ export declare const AdminGetCustomerGroupsParams: z.ZodEffects<z.ZodIntersectio
|
|
|
427
153
|
$gte: any;
|
|
428
154
|
$lt: any;
|
|
429
155
|
$lte: any;
|
|
430
|
-
},
|
|
431
|
-
|
|
432
|
-
$ne?: any;
|
|
433
|
-
$in?: any;
|
|
434
|
-
$nin?: any;
|
|
435
|
-
$like?: any;
|
|
436
|
-
$ilike?: any;
|
|
437
|
-
$re?: any;
|
|
438
|
-
$contains?: any;
|
|
439
|
-
$gt?: any;
|
|
440
|
-
$gte?: any;
|
|
441
|
-
$lt?: any;
|
|
442
|
-
$lte?: any;
|
|
443
|
-
}, {
|
|
444
|
-
$eq?: any;
|
|
445
|
-
$ne?: any;
|
|
446
|
-
$in?: any;
|
|
447
|
-
$nin?: any;
|
|
448
|
-
$like?: any;
|
|
449
|
-
$ilike?: any;
|
|
450
|
-
$re?: any;
|
|
451
|
-
$contains?: any;
|
|
452
|
-
$gt?: any;
|
|
453
|
-
$gte?: any;
|
|
454
|
-
$lt?: any;
|
|
455
|
-
$lte?: any;
|
|
456
|
-
}>]>>;
|
|
457
|
-
updated_at: z.ZodOptional<z.ZodUnion<[any, z.ZodObject<{
|
|
156
|
+
}, z.core.$strip>]>>;
|
|
157
|
+
updated_at: z.ZodOptional<z.ZodUnion<readonly [any, z.ZodObject<{
|
|
458
158
|
$eq: any;
|
|
459
159
|
$ne: any;
|
|
460
160
|
$in: any;
|
|
@@ -467,34 +167,8 @@ export declare const AdminGetCustomerGroupsParams: z.ZodEffects<z.ZodIntersectio
|
|
|
467
167
|
$gte: any;
|
|
468
168
|
$lt: any;
|
|
469
169
|
$lte: any;
|
|
470
|
-
},
|
|
471
|
-
|
|
472
|
-
$ne?: any;
|
|
473
|
-
$in?: any;
|
|
474
|
-
$nin?: any;
|
|
475
|
-
$like?: any;
|
|
476
|
-
$ilike?: any;
|
|
477
|
-
$re?: any;
|
|
478
|
-
$contains?: any;
|
|
479
|
-
$gt?: any;
|
|
480
|
-
$gte?: any;
|
|
481
|
-
$lt?: any;
|
|
482
|
-
$lte?: any;
|
|
483
|
-
}, {
|
|
484
|
-
$eq?: any;
|
|
485
|
-
$ne?: any;
|
|
486
|
-
$in?: any;
|
|
487
|
-
$nin?: any;
|
|
488
|
-
$like?: any;
|
|
489
|
-
$ilike?: any;
|
|
490
|
-
$re?: any;
|
|
491
|
-
$contains?: any;
|
|
492
|
-
$gt?: any;
|
|
493
|
-
$gte?: any;
|
|
494
|
-
$lt?: any;
|
|
495
|
-
$lte?: any;
|
|
496
|
-
}>]>>;
|
|
497
|
-
deleted_at: z.ZodOptional<z.ZodUnion<[any, z.ZodObject<{
|
|
170
|
+
}, z.core.$strip>]>>;
|
|
171
|
+
deleted_at: z.ZodOptional<z.ZodUnion<readonly [any, z.ZodObject<{
|
|
498
172
|
$eq: any;
|
|
499
173
|
$ne: any;
|
|
500
174
|
$in: any;
|
|
@@ -507,60 +181,10 @@ export declare const AdminGetCustomerGroupsParams: z.ZodEffects<z.ZodIntersectio
|
|
|
507
181
|
$gte: any;
|
|
508
182
|
$lt: any;
|
|
509
183
|
$lte: any;
|
|
510
|
-
},
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
$nin?: any;
|
|
515
|
-
$like?: any;
|
|
516
|
-
$ilike?: any;
|
|
517
|
-
$re?: any;
|
|
518
|
-
$contains?: any;
|
|
519
|
-
$gt?: any;
|
|
520
|
-
$gte?: any;
|
|
521
|
-
$lt?: any;
|
|
522
|
-
$lte?: any;
|
|
523
|
-
}, {
|
|
524
|
-
$eq?: any;
|
|
525
|
-
$ne?: any;
|
|
526
|
-
$in?: any;
|
|
527
|
-
$nin?: any;
|
|
528
|
-
$like?: any;
|
|
529
|
-
$ilike?: any;
|
|
530
|
-
$re?: any;
|
|
531
|
-
$contains?: any;
|
|
532
|
-
$gt?: any;
|
|
533
|
-
$gte?: any;
|
|
534
|
-
$lt?: any;
|
|
535
|
-
$lte?: any;
|
|
536
|
-
}>]>>;
|
|
537
|
-
}, "strip", z.ZodTypeAny, {
|
|
538
|
-
id?: string | string[] | undefined;
|
|
539
|
-
email?: any;
|
|
540
|
-
created_by?: string | string[] | undefined;
|
|
541
|
-
created_at?: any;
|
|
542
|
-
updated_at?: any;
|
|
543
|
-
deleted_at?: any;
|
|
544
|
-
first_name?: string | string[] | undefined;
|
|
545
|
-
last_name?: string | string[] | undefined;
|
|
546
|
-
default_billing_address_id?: string | string[] | undefined;
|
|
547
|
-
default_shipping_address_id?: string | string[] | undefined;
|
|
548
|
-
company_name?: string | string[] | undefined;
|
|
549
|
-
}, {
|
|
550
|
-
id?: string | string[] | undefined;
|
|
551
|
-
email?: any;
|
|
552
|
-
created_by?: string | string[] | undefined;
|
|
553
|
-
created_at?: any;
|
|
554
|
-
updated_at?: any;
|
|
555
|
-
deleted_at?: any;
|
|
556
|
-
first_name?: string | string[] | undefined;
|
|
557
|
-
last_name?: string | string[] | undefined;
|
|
558
|
-
default_billing_address_id?: string | string[] | undefined;
|
|
559
|
-
default_shipping_address_id?: string | string[] | undefined;
|
|
560
|
-
company_name?: string | string[] | undefined;
|
|
561
|
-
}>]>>;
|
|
562
|
-
created_by: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
563
|
-
created_at: z.ZodOptional<z.ZodUnion<[any, z.ZodObject<{
|
|
184
|
+
}, z.core.$strip>]>>;
|
|
185
|
+
}, z.core.$strip>]>>;
|
|
186
|
+
created_by: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
187
|
+
created_at: z.ZodOptional<z.ZodUnion<readonly [any, z.ZodObject<{
|
|
564
188
|
$eq: any;
|
|
565
189
|
$ne: any;
|
|
566
190
|
$in: any;
|
|
@@ -573,34 +197,8 @@ export declare const AdminGetCustomerGroupsParams: z.ZodEffects<z.ZodIntersectio
|
|
|
573
197
|
$gte: any;
|
|
574
198
|
$lt: any;
|
|
575
199
|
$lte: any;
|
|
576
|
-
},
|
|
577
|
-
|
|
578
|
-
$ne?: any;
|
|
579
|
-
$in?: any;
|
|
580
|
-
$nin?: any;
|
|
581
|
-
$like?: any;
|
|
582
|
-
$ilike?: any;
|
|
583
|
-
$re?: any;
|
|
584
|
-
$contains?: any;
|
|
585
|
-
$gt?: any;
|
|
586
|
-
$gte?: any;
|
|
587
|
-
$lt?: any;
|
|
588
|
-
$lte?: any;
|
|
589
|
-
}, {
|
|
590
|
-
$eq?: any;
|
|
591
|
-
$ne?: any;
|
|
592
|
-
$in?: any;
|
|
593
|
-
$nin?: any;
|
|
594
|
-
$like?: any;
|
|
595
|
-
$ilike?: any;
|
|
596
|
-
$re?: any;
|
|
597
|
-
$contains?: any;
|
|
598
|
-
$gt?: any;
|
|
599
|
-
$gte?: any;
|
|
600
|
-
$lt?: any;
|
|
601
|
-
$lte?: any;
|
|
602
|
-
}>]>>;
|
|
603
|
-
updated_at: z.ZodOptional<z.ZodUnion<[any, z.ZodObject<{
|
|
200
|
+
}, z.core.$strip>]>>;
|
|
201
|
+
updated_at: z.ZodOptional<z.ZodUnion<readonly [any, z.ZodObject<{
|
|
604
202
|
$eq: any;
|
|
605
203
|
$ne: any;
|
|
606
204
|
$in: any;
|
|
@@ -613,34 +211,8 @@ export declare const AdminGetCustomerGroupsParams: z.ZodEffects<z.ZodIntersectio
|
|
|
613
211
|
$gte: any;
|
|
614
212
|
$lt: any;
|
|
615
213
|
$lte: any;
|
|
616
|
-
},
|
|
617
|
-
|
|
618
|
-
$ne?: any;
|
|
619
|
-
$in?: any;
|
|
620
|
-
$nin?: any;
|
|
621
|
-
$like?: any;
|
|
622
|
-
$ilike?: any;
|
|
623
|
-
$re?: any;
|
|
624
|
-
$contains?: any;
|
|
625
|
-
$gt?: any;
|
|
626
|
-
$gte?: any;
|
|
627
|
-
$lt?: any;
|
|
628
|
-
$lte?: any;
|
|
629
|
-
}, {
|
|
630
|
-
$eq?: any;
|
|
631
|
-
$ne?: any;
|
|
632
|
-
$in?: any;
|
|
633
|
-
$nin?: any;
|
|
634
|
-
$like?: any;
|
|
635
|
-
$ilike?: any;
|
|
636
|
-
$re?: any;
|
|
637
|
-
$contains?: any;
|
|
638
|
-
$gt?: any;
|
|
639
|
-
$gte?: any;
|
|
640
|
-
$lt?: any;
|
|
641
|
-
$lte?: any;
|
|
642
|
-
}>]>>;
|
|
643
|
-
deleted_at: z.ZodOptional<z.ZodUnion<[any, z.ZodObject<{
|
|
214
|
+
}, z.core.$strip>]>>;
|
|
215
|
+
deleted_at: z.ZodOptional<z.ZodUnion<readonly [any, z.ZodObject<{
|
|
644
216
|
$eq: any;
|
|
645
217
|
$ne: any;
|
|
646
218
|
$in: any;
|
|
@@ -653,77 +225,9 @@ export declare const AdminGetCustomerGroupsParams: z.ZodEffects<z.ZodIntersectio
|
|
|
653
225
|
$gte: any;
|
|
654
226
|
$lt: any;
|
|
655
227
|
$lte: any;
|
|
656
|
-
},
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
$in?: any;
|
|
660
|
-
$nin?: any;
|
|
661
|
-
$like?: any;
|
|
662
|
-
$ilike?: any;
|
|
663
|
-
$re?: any;
|
|
664
|
-
$contains?: any;
|
|
665
|
-
$gt?: any;
|
|
666
|
-
$gte?: any;
|
|
667
|
-
$lt?: any;
|
|
668
|
-
$lte?: any;
|
|
669
|
-
}, {
|
|
670
|
-
$eq?: any;
|
|
671
|
-
$ne?: any;
|
|
672
|
-
$in?: any;
|
|
673
|
-
$nin?: any;
|
|
674
|
-
$like?: any;
|
|
675
|
-
$ilike?: any;
|
|
676
|
-
$re?: any;
|
|
677
|
-
$contains?: any;
|
|
678
|
-
$gt?: any;
|
|
679
|
-
$gte?: any;
|
|
680
|
-
$lt?: any;
|
|
681
|
-
$lte?: any;
|
|
682
|
-
}>]>>;
|
|
683
|
-
}, "strip", z.ZodTypeAny, {
|
|
684
|
-
id?: string | string[] | undefined;
|
|
685
|
-
created_by?: string | string[] | undefined;
|
|
686
|
-
name?: string | string[] | undefined;
|
|
687
|
-
created_at?: any;
|
|
688
|
-
updated_at?: any;
|
|
689
|
-
deleted_at?: any;
|
|
690
|
-
q?: string | undefined;
|
|
691
|
-
customers?: string | string[] | {
|
|
692
|
-
id?: string | string[] | undefined;
|
|
693
|
-
email?: any;
|
|
694
|
-
created_by?: string | string[] | undefined;
|
|
695
|
-
created_at?: any;
|
|
696
|
-
updated_at?: any;
|
|
697
|
-
deleted_at?: any;
|
|
698
|
-
first_name?: string | string[] | undefined;
|
|
699
|
-
last_name?: string | string[] | undefined;
|
|
700
|
-
default_billing_address_id?: string | string[] | undefined;
|
|
701
|
-
default_shipping_address_id?: string | string[] | undefined;
|
|
702
|
-
company_name?: string | string[] | undefined;
|
|
703
|
-
} | undefined;
|
|
704
|
-
}, {
|
|
705
|
-
id?: string | string[] | undefined;
|
|
706
|
-
created_by?: string | string[] | undefined;
|
|
707
|
-
name?: string | string[] | undefined;
|
|
708
|
-
created_at?: any;
|
|
709
|
-
updated_at?: any;
|
|
710
|
-
deleted_at?: any;
|
|
711
|
-
q?: string | undefined;
|
|
712
|
-
customers?: string | string[] | {
|
|
713
|
-
id?: string | string[] | undefined;
|
|
714
|
-
email?: any;
|
|
715
|
-
created_by?: string | string[] | undefined;
|
|
716
|
-
created_at?: any;
|
|
717
|
-
updated_at?: any;
|
|
718
|
-
deleted_at?: any;
|
|
719
|
-
first_name?: string | string[] | undefined;
|
|
720
|
-
last_name?: string | string[] | undefined;
|
|
721
|
-
default_billing_address_id?: string | string[] | undefined;
|
|
722
|
-
default_shipping_address_id?: string | string[] | undefined;
|
|
723
|
-
company_name?: string | string[] | undefined;
|
|
724
|
-
} | undefined;
|
|
725
|
-
}>, "many">>>;
|
|
726
|
-
}, "strip", z.ZodTypeAny, {
|
|
228
|
+
}, z.core.$strip>]>>;
|
|
229
|
+
}, z.core.$strip>>>>;
|
|
230
|
+
}, z.core.$strip, z.ZodTypeAny, {
|
|
727
231
|
[x: string]: any;
|
|
728
232
|
$and?: unknown;
|
|
729
233
|
$or?: unknown;
|