@shophost/rest-api 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +17 -0
- package/README.md +69 -0
- package/global.d.ts +1 -0
- package/package.json +53 -0
- package/schemas.d.ts +1 -0
- package/schemas.js +2 -0
- package/schemas.ts +1 -0
- package/src/contract.d.ts +3853 -0
- package/src/contract.js +6 -0
- package/src/contract.js.map +1 -0
- package/src/contracts/cart.contract.d.ts +536 -0
- package/src/contracts/cart.contract.js +29 -0
- package/src/contracts/cart.contract.js.map +1 -0
- package/src/contracts/customers.contract.d.ts +903 -0
- package/src/contracts/customers.contract.js +119 -0
- package/src/contracts/customers.contract.js.map +1 -0
- package/src/contracts/files.contract.d.ts +152 -0
- package/src/contracts/files.contract.js +29 -0
- package/src/contracts/files.contract.js.map +1 -0
- package/src/contracts/health.contract.d.ts +38 -0
- package/src/contracts/health.contract.js +25 -0
- package/src/contracts/health.contract.js.map +1 -0
- package/src/contracts/index.d.ts +15466 -0
- package/src/contracts/index.js +32 -0
- package/src/contracts/index.js.map +1 -0
- package/src/contracts/location.contract.d.ts +127 -0
- package/src/contracts/location.contract.js +40 -0
- package/src/contracts/location.contract.js.map +1 -0
- package/src/contracts/manufacturers.contract.d.ts +931 -0
- package/src/contracts/manufacturers.contract.js +85 -0
- package/src/contracts/manufacturers.contract.js.map +1 -0
- package/src/contracts/orders.contract.d.ts +3910 -0
- package/src/contracts/orders.contract.js +92 -0
- package/src/contracts/orders.contract.js.map +1 -0
- package/src/contracts/organizations.contract.d.ts +2234 -0
- package/src/contracts/organizations.contract.js +71 -0
- package/src/contracts/organizations.contract.js.map +1 -0
- package/src/contracts/payment.contract.d.ts +64 -0
- package/src/contracts/payment.contract.js +20 -0
- package/src/contracts/payment.contract.js.map +1 -0
- package/src/contracts/product-categories.contract.d.ts +1172 -0
- package/src/contracts/product-categories.contract.js +103 -0
- package/src/contracts/product-categories.contract.js.map +1 -0
- package/src/contracts/products.contract.d.ts +3976 -0
- package/src/contracts/products.contract.js +128 -0
- package/src/contracts/products.contract.js.map +1 -0
- package/src/contracts/reservation.contract.d.ts +675 -0
- package/src/contracts/reservation.contract.js +141 -0
- package/src/contracts/reservation.contract.js.map +1 -0
- package/src/contracts/shipping-methods.contract.d.ts +1276 -0
- package/src/contracts/shipping-methods.contract.js +118 -0
- package/src/contracts/shipping-methods.contract.js.map +1 -0
- package/src/contracts/shipping.contract.d.ts +319 -0
- package/src/contracts/shipping.contract.js +42 -0
- package/src/contracts/shipping.contract.js.map +1 -0
- package/src/contracts/webhook.contract.d.ts +66 -0
- package/src/contracts/webhook.contract.js +28 -0
- package/src/contracts/webhook.contract.js.map +1 -0
- package/src/db/__generated__/client/client.d.ts +385 -0
- package/src/db/__generated__/client/client.js +44 -0
- package/src/db/__generated__/client/client.js.map +1 -0
- package/src/db/__generated__/client/commonInputTypes.d.ts +816 -0
- package/src/db/__generated__/client/commonInputTypes.js +10 -0
- package/src/db/__generated__/client/commonInputTypes.js.map +1 -0
- package/src/db/__generated__/client/enums.d.ts +204 -0
- package/src/db/__generated__/client/enums.js +199 -0
- package/src/db/__generated__/client/enums.js.map +1 -0
- package/src/db/__generated__/client/index.d.ts +1 -0
- package/src/db/__generated__/client/index.js +5 -0
- package/src/db/__generated__/client/index.js.map +1 -0
- package/src/db/__generated__/client/internal/class.d.ts +414 -0
- package/src/db/__generated__/client/internal/class.js +76 -0
- package/src/db/__generated__/client/internal/class.js.map +1 -0
- package/src/db/__generated__/client/internal/prismaNamespace.d.ts +3474 -0
- package/src/db/__generated__/client/internal/prismaNamespace.js +543 -0
- package/src/db/__generated__/client/internal/prismaNamespace.js.map +1 -0
- package/src/db/__generated__/client/models/Account.d.ts +1459 -0
- package/src/db/__generated__/client/models/Account.js +2 -0
- package/src/db/__generated__/client/models/Account.js.map +1 -0
- package/src/db/__generated__/client/models/Address.d.ts +2337 -0
- package/src/db/__generated__/client/models/Address.js +2 -0
- package/src/db/__generated__/client/models/Address.js.map +1 -0
- package/src/db/__generated__/client/models/Campaign.d.ts +1469 -0
- package/src/db/__generated__/client/models/Campaign.js +2 -0
- package/src/db/__generated__/client/models/Campaign.js.map +1 -0
- package/src/db/__generated__/client/models/ClosingTimes.d.ts +1227 -0
- package/src/db/__generated__/client/models/ClosingTimes.js +2 -0
- package/src/db/__generated__/client/models/ClosingTimes.js.map +1 -0
- package/src/db/__generated__/client/models/File.d.ts +2670 -0
- package/src/db/__generated__/client/models/File.js +2 -0
- package/src/db/__generated__/client/models/File.js.map +1 -0
- package/src/db/__generated__/client/models/Invitation.d.ts +1363 -0
- package/src/db/__generated__/client/models/Invitation.js +2 -0
- package/src/db/__generated__/client/models/Invitation.js.map +1 -0
- package/src/db/__generated__/client/models/LegalEntity.d.ts +1572 -0
- package/src/db/__generated__/client/models/LegalEntity.js +2 -0
- package/src/db/__generated__/client/models/LegalEntity.js.map +1 -0
- package/src/db/__generated__/client/models/Manufacturer.d.ts +1746 -0
- package/src/db/__generated__/client/models/Manufacturer.js +2 -0
- package/src/db/__generated__/client/models/Manufacturer.js.map +1 -0
- package/src/db/__generated__/client/models/ManufacturerTranslation.d.ts +1286 -0
- package/src/db/__generated__/client/models/ManufacturerTranslation.js +2 -0
- package/src/db/__generated__/client/models/ManufacturerTranslation.js.map +1 -0
- package/src/db/__generated__/client/models/Member.d.ts +1281 -0
- package/src/db/__generated__/client/models/Member.js +2 -0
- package/src/db/__generated__/client/models/Member.js.map +1 -0
- package/src/db/__generated__/client/models/Modifier.d.ts +1404 -0
- package/src/db/__generated__/client/models/Modifier.js +2 -0
- package/src/db/__generated__/client/models/Modifier.js.map +1 -0
- package/src/db/__generated__/client/models/ModifierGroup.d.ts +1469 -0
- package/src/db/__generated__/client/models/ModifierGroup.js +2 -0
- package/src/db/__generated__/client/models/ModifierGroup.js.map +1 -0
- package/src/db/__generated__/client/models/ModifierGroupTranslation.d.ts +1181 -0
- package/src/db/__generated__/client/models/ModifierGroupTranslation.js +2 -0
- package/src/db/__generated__/client/models/ModifierGroupTranslation.js.map +1 -0
- package/src/db/__generated__/client/models/OpeningTimes.d.ts +1227 -0
- package/src/db/__generated__/client/models/OpeningTimes.js +2 -0
- package/src/db/__generated__/client/models/OpeningTimes.js.map +1 -0
- package/src/db/__generated__/client/models/Order.d.ts +2820 -0
- package/src/db/__generated__/client/models/Order.js +2 -0
- package/src/db/__generated__/client/models/Order.js.map +1 -0
- package/src/db/__generated__/client/models/OrderItem.d.ts +1755 -0
- package/src/db/__generated__/client/models/OrderItem.js +2 -0
- package/src/db/__generated__/client/models/OrderItem.js.map +1 -0
- package/src/db/__generated__/client/models/OrderItemTranslation.d.ts +1181 -0
- package/src/db/__generated__/client/models/OrderItemTranslation.js +2 -0
- package/src/db/__generated__/client/models/OrderItemTranslation.js.map +1 -0
- package/src/db/__generated__/client/models/Organization.d.ts +3996 -0
- package/src/db/__generated__/client/models/Organization.js +2 -0
- package/src/db/__generated__/client/models/Organization.js.map +1 -0
- package/src/db/__generated__/client/models/OrganizationConfiguration.d.ts +1954 -0
- package/src/db/__generated__/client/models/OrganizationConfiguration.js +2 -0
- package/src/db/__generated__/client/models/OrganizationConfiguration.js.map +1 -0
- package/src/db/__generated__/client/models/Payment.d.ts +1538 -0
- package/src/db/__generated__/client/models/Payment.js +2 -0
- package/src/db/__generated__/client/models/Payment.js.map +1 -0
- package/src/db/__generated__/client/models/PaymentSession.d.ts +1384 -0
- package/src/db/__generated__/client/models/PaymentSession.js +2 -0
- package/src/db/__generated__/client/models/PaymentSession.js.map +1 -0
- package/src/db/__generated__/client/models/Product.d.ts +3136 -0
- package/src/db/__generated__/client/models/Product.js +2 -0
- package/src/db/__generated__/client/models/Product.js.map +1 -0
- package/src/db/__generated__/client/models/ProductCategory.d.ts +1964 -0
- package/src/db/__generated__/client/models/ProductCategory.js +2 -0
- package/src/db/__generated__/client/models/ProductCategory.js.map +1 -0
- package/src/db/__generated__/client/models/ProductCategoryTranslation.d.ts +1321 -0
- package/src/db/__generated__/client/models/ProductCategoryTranslation.js +2 -0
- package/src/db/__generated__/client/models/ProductCategoryTranslation.js.map +1 -0
- package/src/db/__generated__/client/models/ProductSnapshot.d.ts +1389 -0
- package/src/db/__generated__/client/models/ProductSnapshot.js +2 -0
- package/src/db/__generated__/client/models/ProductSnapshot.js.map +1 -0
- package/src/db/__generated__/client/models/ProductTranslation.d.ts +1321 -0
- package/src/db/__generated__/client/models/ProductTranslation.js +2 -0
- package/src/db/__generated__/client/models/ProductTranslation.js.map +1 -0
- package/src/db/__generated__/client/models/Reservation.d.ts +1665 -0
- package/src/db/__generated__/client/models/Reservation.js +2 -0
- package/src/db/__generated__/client/models/Reservation.js.map +1 -0
- package/src/db/__generated__/client/models/Session.d.ts +1316 -0
- package/src/db/__generated__/client/models/Session.js +2 -0
- package/src/db/__generated__/client/models/Session.js.map +1 -0
- package/src/db/__generated__/client/models/ShippingMethod.d.ts +1934 -0
- package/src/db/__generated__/client/models/ShippingMethod.js +2 -0
- package/src/db/__generated__/client/models/ShippingMethod.js.map +1 -0
- package/src/db/__generated__/client/models/ShippingZone.d.ts +1366 -0
- package/src/db/__generated__/client/models/ShippingZone.js +2 -0
- package/src/db/__generated__/client/models/ShippingZone.js.map +1 -0
- package/src/db/__generated__/client/models/User.d.ts +2201 -0
- package/src/db/__generated__/client/models/User.js +2 -0
- package/src/db/__generated__/client/models/User.js.map +1 -0
- package/src/db/__generated__/client/models/Verification.d.ts +1026 -0
- package/src/db/__generated__/client/models/Verification.js +2 -0
- package/src/db/__generated__/client/models/Verification.js.map +1 -0
- package/src/db/__generated__/client/models.d.ts +38 -0
- package/src/db/__generated__/client/models.js +2 -0
- package/src/db/__generated__/client/models.js.map +1 -0
- package/src/db/index.d.ts +1 -0
- package/src/db/index.js +2 -0
- package/src/db/index.js.map +1 -0
- package/src/emails/order-confirmation-email.d.ts +10 -0
- package/src/emails/order-confirmation-email.js +229 -0
- package/src/emails/order-confirmation-email.js.map +1 -0
- package/src/emails/order-notification-email.d.ts +10 -0
- package/src/emails/order-notification-email.js +229 -0
- package/src/emails/order-notification-email.js.map +1 -0
- package/src/emails/reservation-cancellation-email.d.ts +10 -0
- package/src/emails/reservation-cancellation-email.js +82 -0
- package/src/emails/reservation-cancellation-email.js.map +1 -0
- package/src/emails/reservation-confirmation-email.d.ts +10 -0
- package/src/emails/reservation-confirmation-email.js +82 -0
- package/src/emails/reservation-confirmation-email.js.map +1 -0
- package/src/emails/reservation-notification-email.d.ts +11 -0
- package/src/emails/reservation-notification-email.js +93 -0
- package/src/emails/reservation-notification-email.js.map +1 -0
- package/src/exceptions/http-exception.d.ts +6 -0
- package/src/exceptions/http-exception.js +9 -0
- package/src/exceptions/http-exception.js.map +1 -0
- package/src/handlers/webhook.handler.d.ts +8 -0
- package/src/handlers/webhook.handler.js +36 -0
- package/src/handlers/webhook.handler.js.map +1 -0
- package/src/index.d.ts +5 -0
- package/src/index.js +7 -0
- package/src/index.js.map +1 -0
- package/src/integrations/next.d.ts +25 -0
- package/src/integrations/next.js +69 -0
- package/src/integrations/next.js.map +1 -0
- package/src/lib/better-auth.lib.d.ts +10215 -0
- package/src/lib/better-auth.lib.js +96 -0
- package/src/lib/better-auth.lib.js.map +1 -0
- package/src/lib/openapi.lib.d.ts +2 -0
- package/src/lib/openapi.lib.js +25 -0
- package/src/lib/openapi.lib.js.map +1 -0
- package/src/lib/pino.d.ts +1 -0
- package/src/lib/pino.js +5 -0
- package/src/lib/pino.js.map +1 -0
- package/src/lib/prisma.d.ts +819 -0
- package/src/lib/prisma.js +14 -0
- package/src/lib/prisma.js.map +1 -0
- package/src/lib/stripe.d.ts +2 -0
- package/src/lib/stripe.js +8 -0
- package/src/lib/stripe.js.map +1 -0
- package/src/lib/ts-rest.d.ts +2 -0
- package/src/lib/ts-rest.js +3 -0
- package/src/lib/ts-rest.js.map +1 -0
- package/src/routers/cart.router.d.ts +536 -0
- package/src/routers/cart.router.js +20 -0
- package/src/routers/cart.router.js.map +1 -0
- package/src/routers/file.router.d.ts +153 -0
- package/src/routers/file.router.js +28 -0
- package/src/routers/file.router.js.map +1 -0
- package/src/routers/health.router.d.ts +37 -0
- package/src/routers/health.router.js +17 -0
- package/src/routers/health.router.js.map +1 -0
- package/src/routers/index.d.ts +11 -0
- package/src/routers/index.js +12 -0
- package/src/routers/index.js.map +1 -0
- package/src/routers/manufacturer.router.d.ts +931 -0
- package/src/routers/manufacturer.router.js +58 -0
- package/src/routers/manufacturer.router.js.map +1 -0
- package/src/routers/order.router.d.ts +3911 -0
- package/src/routers/order.router.js +60 -0
- package/src/routers/order.router.js.map +1 -0
- package/src/routers/organization.router.d.ts +2234 -0
- package/src/routers/organization.router.js +55 -0
- package/src/routers/organization.router.js.map +1 -0
- package/src/routers/payment.router.d.ts +65 -0
- package/src/routers/payment.router.js +22 -0
- package/src/routers/payment.router.js.map +1 -0
- package/src/routers/places.router.d.ts +132 -0
- package/src/routers/places.router.js +31 -0
- package/src/routers/places.router.js.map +1 -0
- package/src/routers/product-category.router.d.ts +1172 -0
- package/src/routers/product-category.router.js +66 -0
- package/src/routers/product-category.router.js.map +1 -0
- package/src/routers/product.router.d.ts +3976 -0
- package/src/routers/product.router.js +86 -0
- package/src/routers/product.router.js.map +1 -0
- package/src/routers/reservation.router.d.ts +675 -0
- package/src/routers/reservation.router.js +71 -0
- package/src/routers/reservation.router.js.map +1 -0
- package/src/routers/shipping-method.router.d.ts +1276 -0
- package/src/routers/shipping-method.router.js +67 -0
- package/src/routers/shipping-method.router.js.map +1 -0
- package/src/routers/shipping.router.d.ts +320 -0
- package/src/routers/shipping.router.js +38 -0
- package/src/routers/shipping.router.js.map +1 -0
- package/src/routers/webhook.router.d.ts +65 -0
- package/src/routers/webhook.router.js +19 -0
- package/src/routers/webhook.router.js.map +1 -0
- package/src/schemas/address.schema.d.ts +235 -0
- package/src/schemas/address.schema.js +114 -0
- package/src/schemas/address.schema.js.map +1 -0
- package/src/schemas/auth.schema.d.ts +29 -0
- package/src/schemas/auth.schema.js +39 -0
- package/src/schemas/auth.schema.js.map +1 -0
- package/src/schemas/cart.schema.d.ts +446 -0
- package/src/schemas/cart.schema.js +41 -0
- package/src/schemas/cart.schema.js.map +1 -0
- package/src/schemas/currency.schema.d.ts +49 -0
- package/src/schemas/currency.schema.js +120 -0
- package/src/schemas/currency.schema.js.map +1 -0
- package/src/schemas/error.schema.d.ts +11 -0
- package/src/schemas/error.schema.js +14 -0
- package/src/schemas/error.schema.js.map +1 -0
- package/src/schemas/file.schema.d.ts +115 -0
- package/src/schemas/file.schema.js +79 -0
- package/src/schemas/file.schema.js.map +1 -0
- package/src/schemas/fulfilment.schema.d.ts +2 -0
- package/src/schemas/fulfilment.schema.js +5 -0
- package/src/schemas/fulfilment.schema.js.map +1 -0
- package/src/schemas/headers.schema.d.ts +11 -0
- package/src/schemas/headers.schema.js +15 -0
- package/src/schemas/headers.schema.js.map +1 -0
- package/src/schemas/index.d.ts +27 -0
- package/src/schemas/index.js +28 -0
- package/src/schemas/index.js.map +1 -0
- package/src/schemas/legal-entity.schema.d.ts +212 -0
- package/src/schemas/legal-entity.schema.js +85 -0
- package/src/schemas/legal-entity.schema.js.map +1 -0
- package/src/schemas/locales.schema.d.ts +8 -0
- package/src/schemas/locales.schema.js +240 -0
- package/src/schemas/locales.schema.js.map +1 -0
- package/src/schemas/location.schema.d.ts +41 -0
- package/src/schemas/location.schema.js +50 -0
- package/src/schemas/location.schema.js.map +1 -0
- package/src/schemas/manufacturer.schema.d.ts +287 -0
- package/src/schemas/manufacturer.schema.js +127 -0
- package/src/schemas/manufacturer.schema.js.map +1 -0
- package/src/schemas/number.schema.d.ts +3 -0
- package/src/schemas/number.schema.js +29 -0
- package/src/schemas/number.schema.js.map +1 -0
- package/src/schemas/order.schema.d.ts +1046 -0
- package/src/schemas/order.schema.js +160 -0
- package/src/schemas/order.schema.js.map +1 -0
- package/src/schemas/organization-configuration.schema.d.ts +287 -0
- package/src/schemas/organization-configuration.schema.js +117 -0
- package/src/schemas/organization-configuration.schema.js.map +1 -0
- package/src/schemas/organization.schema.d.ts +894 -0
- package/src/schemas/organization.schema.js +66 -0
- package/src/schemas/organization.schema.js.map +1 -0
- package/src/schemas/pagination.schema.d.ts +51 -0
- package/src/schemas/pagination.schema.js +54 -0
- package/src/schemas/pagination.schema.js.map +1 -0
- package/src/schemas/params.schema.d.ts +19 -0
- package/src/schemas/params.schema.js +22 -0
- package/src/schemas/params.schema.js.map +1 -0
- package/src/schemas/payment.schema.d.ts +54 -0
- package/src/schemas/payment.schema.js +48 -0
- package/src/schemas/payment.schema.js.map +1 -0
- package/src/schemas/product-category.schema.d.ts +352 -0
- package/src/schemas/product-category.schema.js +87 -0
- package/src/schemas/product-category.schema.js.map +1 -0
- package/src/schemas/product-modifier.schema.d.ts +280 -0
- package/src/schemas/product-modifier.schema.js +86 -0
- package/src/schemas/product-modifier.schema.js.map +1 -0
- package/src/schemas/product.schema.d.ts +1405 -0
- package/src/schemas/product.schema.js +136 -0
- package/src/schemas/product.schema.js.map +1 -0
- package/src/schemas/queries.schema.d.ts +8 -0
- package/src/schemas/queries.schema.js +8 -0
- package/src/schemas/queries.schema.js.map +1 -0
- package/src/schemas/recipient.schema.d.ts +260 -0
- package/src/schemas/recipient.schema.js +40 -0
- package/src/schemas/recipient.schema.js.map +1 -0
- package/src/schemas/reservation.schema.d.ts +61 -0
- package/src/schemas/reservation.schema.js +53 -0
- package/src/schemas/reservation.schema.js.map +1 -0
- package/src/schemas/shipping-method.schema.d.ts +335 -0
- package/src/schemas/shipping-method.schema.js +50 -0
- package/src/schemas/shipping-method.schema.js.map +1 -0
- package/src/schemas/shipping-zone.schema.d.ts +24 -0
- package/src/schemas/shipping-zone.schema.js +33 -0
- package/src/schemas/shipping-zone.schema.js.map +1 -0
- package/src/schemas/user.schema.d.ts +24 -0
- package/src/schemas/user.schema.js +32 -0
- package/src/schemas/user.schema.js.map +1 -0
- package/src/services/cart.service.d.ts +60 -0
- package/src/services/cart.service.js +97 -0
- package/src/services/cart.service.js.map +1 -0
- package/src/services/email.service.d.ts +32 -0
- package/src/services/email.service.js +116 -0
- package/src/services/email.service.js.map +1 -0
- package/src/services/file.service.d.ts +28 -0
- package/src/services/file.service.js +66 -0
- package/src/services/file.service.js.map +1 -0
- package/src/services/location.service.d.ts +28 -0
- package/src/services/location.service.js +109 -0
- package/src/services/location.service.js.map +1 -0
- package/src/services/manufacturer.service.d.ts +146 -0
- package/src/services/manufacturer.service.js +190 -0
- package/src/services/manufacturer.service.js.map +1 -0
- package/src/services/order.service.d.ts +444 -0
- package/src/services/order.service.js +306 -0
- package/src/services/order.service.js.map +1 -0
- package/src/services/organization.service.d.ts +301 -0
- package/src/services/organization.service.js +312 -0
- package/src/services/organization.service.js.map +1 -0
- package/src/services/payment.service.d.ts +35 -0
- package/src/services/payment.service.js +100 -0
- package/src/services/payment.service.js.map +1 -0
- package/src/services/product-category.service.d.ts +180 -0
- package/src/services/product-category.service.js +220 -0
- package/src/services/product-category.service.js.map +1 -0
- package/src/services/product.service.d.ts +493 -0
- package/src/services/product.service.js +437 -0
- package/src/services/product.service.js.map +1 -0
- package/src/services/reservation.service.d.ts +104 -0
- package/src/services/reservation.service.js +231 -0
- package/src/services/reservation.service.js.map +1 -0
- package/src/services/shipping-method.service.d.ts +206 -0
- package/src/services/shipping-method.service.js +229 -0
- package/src/services/shipping-method.service.js.map +1 -0
- package/src/services/shipping.service.d.ts +57 -0
- package/src/services/shipping.service.js +96 -0
- package/src/services/shipping.service.js.map +1 -0
- package/src/services/stripe.service.d.ts +26 -0
- package/src/services/stripe.service.js +164 -0
- package/src/services/stripe.service.js.map +1 -0
- package/src/types/google-maps.types.d.ts +53 -0
- package/src/types/google-maps.types.js +2 -0
- package/src/types/google-maps.types.js.map +1 -0
- package/src/utils/auth.util.d.ts +3 -0
- package/src/utils/auth.util.js +36 -0
- package/src/utils/auth.util.js.map +1 -0
- package/src/utils/cart.util.d.ts +27 -0
- package/src/utils/cart.util.js +76 -0
- package/src/utils/cart.util.js.map +1 -0
- package/src/utils/client.util.d.ts +3853 -0
- package/src/utils/client.util.js +6 -0
- package/src/utils/client.util.js.map +1 -0
- package/src/utils/currency.util.d.ts +1 -0
- package/src/utils/currency.util.js +11 -0
- package/src/utils/currency.util.js.map +1 -0
- package/src/utils/env.util.d.ts +2 -0
- package/src/utils/env.util.js +8 -0
- package/src/utils/env.util.js.map +1 -0
- package/src/utils/error-handler.util.d.ts +3 -0
- package/src/utils/error-handler.util.js +30 -0
- package/src/utils/error-handler.util.js.map +1 -0
- package/src/utils/generate-password-hash.util.d.ts +7 -0
- package/src/utils/generate-password-hash.util.js +30 -0
- package/src/utils/generate-password-hash.util.js.map +1 -0
- package/src/utils/object.util.d.ts +11 -0
- package/src/utils/object.util.js +39 -0
- package/src/utils/object.util.js.map +1 -0
- package/src/utils/translations.util.d.ts +0 -0
- package/src/utils/translations.util.js +2 -0
- package/src/utils/translations.util.js.map +1 -0
- package/src/utils/zod.util.d.ts +15 -0
- package/src/utils/zod.util.js +85 -0
- package/src/utils/zod.util.js.map +1 -0
|
@@ -0,0 +1,3474 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* WARNING: This is an internal file that is subject to change!
|
|
3
|
+
*
|
|
4
|
+
* 🛑 Under no circumstances should you import this file directly! 🛑
|
|
5
|
+
*
|
|
6
|
+
* All exports from this file are wrapped under a `Prisma` namespace object in the client.ts file.
|
|
7
|
+
* While this enables partial backward compatibility, it is not part of the stable public API.
|
|
8
|
+
*
|
|
9
|
+
* If you are looking for your Models, Enums, and Input Types, please import them from the respective
|
|
10
|
+
* model files in the `model` directory!
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from "@prisma/client/runtime/library";
|
|
13
|
+
import type * as Prisma from "../models.ts";
|
|
14
|
+
import { type PrismaClient } from "./class.ts";
|
|
15
|
+
export type * from '../models.ts';
|
|
16
|
+
export type DMMF = typeof runtime.DMMF;
|
|
17
|
+
export type PrismaPromise<T> = runtime.Types.Public.PrismaPromise<T>;
|
|
18
|
+
/**
|
|
19
|
+
* Validator
|
|
20
|
+
*/
|
|
21
|
+
export declare const validator: typeof runtime.Public.validator;
|
|
22
|
+
/**
|
|
23
|
+
* Prisma Errors
|
|
24
|
+
*/
|
|
25
|
+
export declare const PrismaClientKnownRequestError: typeof runtime.PrismaClientKnownRequestError;
|
|
26
|
+
export type PrismaClientKnownRequestError = runtime.PrismaClientKnownRequestError;
|
|
27
|
+
export declare const PrismaClientUnknownRequestError: typeof runtime.PrismaClientUnknownRequestError;
|
|
28
|
+
export type PrismaClientUnknownRequestError = runtime.PrismaClientUnknownRequestError;
|
|
29
|
+
export declare const PrismaClientRustPanicError: typeof runtime.PrismaClientRustPanicError;
|
|
30
|
+
export type PrismaClientRustPanicError = runtime.PrismaClientRustPanicError;
|
|
31
|
+
export declare const PrismaClientInitializationError: typeof runtime.PrismaClientInitializationError;
|
|
32
|
+
export type PrismaClientInitializationError = runtime.PrismaClientInitializationError;
|
|
33
|
+
export declare const PrismaClientValidationError: typeof runtime.PrismaClientValidationError;
|
|
34
|
+
export type PrismaClientValidationError = runtime.PrismaClientValidationError;
|
|
35
|
+
/**
|
|
36
|
+
* Re-export of sql-template-tag
|
|
37
|
+
*/
|
|
38
|
+
export declare const sql: typeof runtime.sqltag;
|
|
39
|
+
export declare const empty: runtime.Sql;
|
|
40
|
+
export declare const join: typeof runtime.join;
|
|
41
|
+
export declare const raw: typeof runtime.raw;
|
|
42
|
+
export declare const Sql: typeof runtime.Sql;
|
|
43
|
+
export type Sql = runtime.Sql;
|
|
44
|
+
/**
|
|
45
|
+
* Decimal.js
|
|
46
|
+
*/
|
|
47
|
+
export declare const Decimal: typeof runtime.Decimal;
|
|
48
|
+
export type Decimal = runtime.Decimal;
|
|
49
|
+
export type DecimalJsLike = runtime.DecimalJsLike;
|
|
50
|
+
/**
|
|
51
|
+
* Metrics
|
|
52
|
+
*/
|
|
53
|
+
export type Metrics = runtime.Metrics;
|
|
54
|
+
export type Metric<T> = runtime.Metric<T>;
|
|
55
|
+
export type MetricHistogram = runtime.MetricHistogram;
|
|
56
|
+
export type MetricHistogramBucket = runtime.MetricHistogramBucket;
|
|
57
|
+
/**
|
|
58
|
+
* Extensions
|
|
59
|
+
*/
|
|
60
|
+
export type Extension = runtime.Types.Extensions.UserArgs;
|
|
61
|
+
export declare const getExtensionContext: typeof runtime.Extensions.getExtensionContext;
|
|
62
|
+
export type Args<T, F extends runtime.Operation> = runtime.Types.Public.Args<T, F>;
|
|
63
|
+
export type Payload<T, F extends runtime.Operation = never> = runtime.Types.Public.Payload<T, F>;
|
|
64
|
+
export type Result<T, A, F extends runtime.Operation> = runtime.Types.Public.Result<T, A, F>;
|
|
65
|
+
export type Exact<A, W> = runtime.Types.Public.Exact<A, W>;
|
|
66
|
+
export type PrismaVersion = {
|
|
67
|
+
client: string;
|
|
68
|
+
engine: string;
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* Prisma Client JS version: 6.8.2
|
|
72
|
+
* Query Engine version: 2060c79ba17c6bb9f5823312b6f6b7f4a845738e
|
|
73
|
+
*/
|
|
74
|
+
export declare const prismaVersion: PrismaVersion;
|
|
75
|
+
/**
|
|
76
|
+
* Utility Types
|
|
77
|
+
*/
|
|
78
|
+
export type JsonObject = runtime.JsonObject;
|
|
79
|
+
export type JsonArray = runtime.JsonArray;
|
|
80
|
+
export type JsonValue = runtime.JsonValue;
|
|
81
|
+
export type InputJsonObject = runtime.InputJsonObject;
|
|
82
|
+
export type InputJsonArray = runtime.InputJsonArray;
|
|
83
|
+
export type InputJsonValue = runtime.InputJsonValue;
|
|
84
|
+
export declare const NullTypes: {
|
|
85
|
+
DbNull: (new (secret: never) => typeof runtime.objectEnumValues.instances.DbNull);
|
|
86
|
+
JsonNull: (new (secret: never) => typeof runtime.objectEnumValues.instances.JsonNull);
|
|
87
|
+
AnyNull: (new (secret: never) => typeof runtime.objectEnumValues.instances.AnyNull);
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* Helper for filtering JSON entries that have `null` on the database (empty on the db)
|
|
91
|
+
*
|
|
92
|
+
* @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field
|
|
93
|
+
*/
|
|
94
|
+
export declare const DbNull: {
|
|
95
|
+
"__#4@#private": any;
|
|
96
|
+
_getNamespace(): string;
|
|
97
|
+
_getName(): string;
|
|
98
|
+
toString(): string;
|
|
99
|
+
};
|
|
100
|
+
/**
|
|
101
|
+
* Helper for filtering JSON entries that have JSON `null` values (not empty on the db)
|
|
102
|
+
*
|
|
103
|
+
* @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field
|
|
104
|
+
*/
|
|
105
|
+
export declare const JsonNull: {
|
|
106
|
+
"__#5@#private": any;
|
|
107
|
+
_getNamespace(): string;
|
|
108
|
+
_getName(): string;
|
|
109
|
+
toString(): string;
|
|
110
|
+
};
|
|
111
|
+
/**
|
|
112
|
+
* Helper for filtering JSON entries that are `Prisma.DbNull` or `Prisma.JsonNull`
|
|
113
|
+
*
|
|
114
|
+
* @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field
|
|
115
|
+
*/
|
|
116
|
+
export declare const AnyNull: {
|
|
117
|
+
"__#3@#private": any;
|
|
118
|
+
_getNamespace(): string;
|
|
119
|
+
_getName(): string;
|
|
120
|
+
toString(): string;
|
|
121
|
+
};
|
|
122
|
+
type SelectAndInclude = {
|
|
123
|
+
select: any;
|
|
124
|
+
include: any;
|
|
125
|
+
};
|
|
126
|
+
type SelectAndOmit = {
|
|
127
|
+
select: any;
|
|
128
|
+
omit: any;
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
132
|
+
*/
|
|
133
|
+
type Prisma__Pick<T, K extends keyof T> = {
|
|
134
|
+
[P in K]: T[P];
|
|
135
|
+
};
|
|
136
|
+
export type Enumerable<T> = T | Array<T>;
|
|
137
|
+
/**
|
|
138
|
+
* Subset
|
|
139
|
+
* @desc From `T` pick properties that exist in `U`. Simple version of Intersection
|
|
140
|
+
*/
|
|
141
|
+
export type Subset<T, U> = {
|
|
142
|
+
[key in keyof T]: key extends keyof U ? T[key] : never;
|
|
143
|
+
};
|
|
144
|
+
/**
|
|
145
|
+
* SelectSubset
|
|
146
|
+
* @desc From `T` pick properties that exist in `U`. Simple version of Intersection.
|
|
147
|
+
* Additionally, it validates, if both select and include are present. If the case, it errors.
|
|
148
|
+
*/
|
|
149
|
+
export type SelectSubset<T, U> = {
|
|
150
|
+
[key in keyof T]: key extends keyof U ? T[key] : never;
|
|
151
|
+
} & (T extends SelectAndInclude ? 'Please either choose `select` or `include`.' : T extends SelectAndOmit ? 'Please either choose `select` or `omit`.' : {});
|
|
152
|
+
/**
|
|
153
|
+
* Subset + Intersection
|
|
154
|
+
* @desc From `T` pick properties that exist in `U` and intersect `K`
|
|
155
|
+
*/
|
|
156
|
+
export type SubsetIntersection<T, U, K> = {
|
|
157
|
+
[key in keyof T]: key extends keyof U ? T[key] : never;
|
|
158
|
+
} & K;
|
|
159
|
+
type Without<T, U> = {
|
|
160
|
+
[P in Exclude<keyof T, keyof U>]?: never;
|
|
161
|
+
};
|
|
162
|
+
/**
|
|
163
|
+
* XOR is needed to have a real mutually exclusive union type
|
|
164
|
+
* https://stackoverflow.com/questions/42123407/does-typescript-support-mutually-exclusive-types
|
|
165
|
+
*/
|
|
166
|
+
export type XOR<T, U> = T extends object ? U extends object ? (Without<T, U> & U) | (Without<U, T> & T) : U : T;
|
|
167
|
+
/**
|
|
168
|
+
* Is T a Record?
|
|
169
|
+
*/
|
|
170
|
+
type IsObject<T extends any> = T extends Array<any> ? False : T extends Date ? False : T extends Uint8Array ? False : T extends BigInt ? False : T extends object ? True : False;
|
|
171
|
+
/**
|
|
172
|
+
* If it's T[], return T
|
|
173
|
+
*/
|
|
174
|
+
export type UnEnumerate<T extends unknown> = T extends Array<infer U> ? U : T;
|
|
175
|
+
/**
|
|
176
|
+
* From ts-toolbelt
|
|
177
|
+
*/
|
|
178
|
+
type __Either<O extends object, K extends Key> = Omit<O, K> & {
|
|
179
|
+
[P in K]: Prisma__Pick<O, P & keyof O>;
|
|
180
|
+
}[K];
|
|
181
|
+
type EitherStrict<O extends object, K extends Key> = Strict<__Either<O, K>>;
|
|
182
|
+
type EitherLoose<O extends object, K extends Key> = ComputeRaw<__Either<O, K>>;
|
|
183
|
+
type _Either<O extends object, K extends Key, strict extends Boolean> = {
|
|
184
|
+
1: EitherStrict<O, K>;
|
|
185
|
+
0: EitherLoose<O, K>;
|
|
186
|
+
}[strict];
|
|
187
|
+
export type Either<O extends object, K extends Key, strict extends Boolean = 1> = O extends unknown ? _Either<O, K, strict> : never;
|
|
188
|
+
export type Union = any;
|
|
189
|
+
export type PatchUndefined<O extends object, O1 extends object> = {
|
|
190
|
+
[K in keyof O]: O[K] extends undefined ? At<O1, K> : O[K];
|
|
191
|
+
} & {};
|
|
192
|
+
/** Helper Types for "Merge" **/
|
|
193
|
+
export type IntersectOf<U extends Union> = (U extends unknown ? (k: U) => void : never) extends (k: infer I) => void ? I : never;
|
|
194
|
+
export type Overwrite<O extends object, O1 extends object> = {
|
|
195
|
+
[K in keyof O]: K extends keyof O1 ? O1[K] : O[K];
|
|
196
|
+
} & {};
|
|
197
|
+
type _Merge<U extends object> = IntersectOf<Overwrite<U, {
|
|
198
|
+
[K in keyof U]-?: At<U, K>;
|
|
199
|
+
}>>;
|
|
200
|
+
type Key = string | number | symbol;
|
|
201
|
+
type AtStrict<O extends object, K extends Key> = O[K & keyof O];
|
|
202
|
+
type AtLoose<O extends object, K extends Key> = O extends unknown ? AtStrict<O, K> : never;
|
|
203
|
+
export type At<O extends object, K extends Key, strict extends Boolean = 1> = {
|
|
204
|
+
1: AtStrict<O, K>;
|
|
205
|
+
0: AtLoose<O, K>;
|
|
206
|
+
}[strict];
|
|
207
|
+
export type ComputeRaw<A extends any> = A extends Function ? A : {
|
|
208
|
+
[K in keyof A]: A[K];
|
|
209
|
+
} & {};
|
|
210
|
+
export type OptionalFlat<O> = {
|
|
211
|
+
[K in keyof O]?: O[K];
|
|
212
|
+
} & {};
|
|
213
|
+
type _Record<K extends keyof any, T> = {
|
|
214
|
+
[P in K]: T;
|
|
215
|
+
};
|
|
216
|
+
type NoExpand<T> = T extends unknown ? T : never;
|
|
217
|
+
export type AtLeast<O extends object, K extends string> = NoExpand<O extends unknown ? (K extends keyof O ? {
|
|
218
|
+
[P in K]: O[P];
|
|
219
|
+
} & O : O) | {
|
|
220
|
+
[P in keyof O as P extends K ? P : never]-?: O[P];
|
|
221
|
+
} & O : never>;
|
|
222
|
+
type _Strict<U, _U = U> = U extends unknown ? U & OptionalFlat<_Record<Exclude<Keys<_U>, keyof U>, never>> : never;
|
|
223
|
+
export type Strict<U extends object> = ComputeRaw<_Strict<U>>;
|
|
224
|
+
/** End Helper Types for "Merge" **/
|
|
225
|
+
export type Merge<U extends object> = ComputeRaw<_Merge<Strict<U>>>;
|
|
226
|
+
export type Boolean = True | False;
|
|
227
|
+
export type True = 1;
|
|
228
|
+
export type False = 0;
|
|
229
|
+
export type Not<B extends Boolean> = {
|
|
230
|
+
0: 1;
|
|
231
|
+
1: 0;
|
|
232
|
+
}[B];
|
|
233
|
+
export type Extends<A1 extends any, A2 extends any> = [A1] extends [never] ? 0 : A1 extends A2 ? 1 : 0;
|
|
234
|
+
export type Has<U extends Union, U1 extends Union> = Not<Extends<Exclude<U1, U>, U1>>;
|
|
235
|
+
export type Or<B1 extends Boolean, B2 extends Boolean> = {
|
|
236
|
+
0: {
|
|
237
|
+
0: 0;
|
|
238
|
+
1: 1;
|
|
239
|
+
};
|
|
240
|
+
1: {
|
|
241
|
+
0: 1;
|
|
242
|
+
1: 1;
|
|
243
|
+
};
|
|
244
|
+
}[B1][B2];
|
|
245
|
+
export type Keys<U extends Union> = U extends unknown ? keyof U : never;
|
|
246
|
+
export type GetScalarType<T, O> = O extends object ? {
|
|
247
|
+
[P in keyof T]: P extends keyof O ? O[P] : never;
|
|
248
|
+
} : never;
|
|
249
|
+
type FieldPaths<T, U = Omit<T, '_avg' | '_sum' | '_count' | '_min' | '_max'>> = IsObject<T> extends True ? U : T;
|
|
250
|
+
export type GetHavingFields<T> = {
|
|
251
|
+
[K in keyof T]: Or<Or<Extends<'OR', K>, Extends<'AND', K>>, Extends<'NOT', K>> extends True ? T[K] extends infer TK ? GetHavingFields<UnEnumerate<TK> extends object ? Merge<UnEnumerate<TK>> : never> : never : {} extends FieldPaths<T[K]> ? never : K;
|
|
252
|
+
}[keyof T];
|
|
253
|
+
/**
|
|
254
|
+
* Convert tuple to union
|
|
255
|
+
*/
|
|
256
|
+
type _TupleToUnion<T> = T extends (infer E)[] ? E : never;
|
|
257
|
+
type TupleToUnion<K extends readonly any[]> = _TupleToUnion<K>;
|
|
258
|
+
export type MaybeTupleToUnion<T> = T extends any[] ? TupleToUnion<T> : T;
|
|
259
|
+
/**
|
|
260
|
+
* Like `Pick`, but additionally can also accept an array of keys
|
|
261
|
+
*/
|
|
262
|
+
export type PickEnumerable<T, K extends Enumerable<keyof T> | keyof T> = Prisma__Pick<T, MaybeTupleToUnion<K>>;
|
|
263
|
+
/**
|
|
264
|
+
* Exclude all keys with underscores
|
|
265
|
+
*/
|
|
266
|
+
export type ExcludeUnderscoreKeys<T extends string> = T extends `_${string}` ? never : T;
|
|
267
|
+
export type FieldRef<Model, FieldType> = runtime.FieldRef<Model, FieldType>;
|
|
268
|
+
type FieldRefInputType<Model, FieldType> = Model extends never ? never : FieldRef<Model, FieldType>;
|
|
269
|
+
export declare const ModelName: {
|
|
270
|
+
readonly User: "User";
|
|
271
|
+
readonly Session: "Session";
|
|
272
|
+
readonly Account: "Account";
|
|
273
|
+
readonly Verification: "Verification";
|
|
274
|
+
readonly Member: "Member";
|
|
275
|
+
readonly Invitation: "Invitation";
|
|
276
|
+
readonly Organization: "Organization";
|
|
277
|
+
readonly OpeningTimes: "OpeningTimes";
|
|
278
|
+
readonly ClosingTimes: "ClosingTimes";
|
|
279
|
+
readonly OrganizationConfiguration: "OrganizationConfiguration";
|
|
280
|
+
readonly Address: "Address";
|
|
281
|
+
readonly LegalEntity: "LegalEntity";
|
|
282
|
+
readonly File: "File";
|
|
283
|
+
readonly Manufacturer: "Manufacturer";
|
|
284
|
+
readonly ManufacturerTranslation: "ManufacturerTranslation";
|
|
285
|
+
readonly ProductCategory: "ProductCategory";
|
|
286
|
+
readonly ProductCategoryTranslation: "ProductCategoryTranslation";
|
|
287
|
+
readonly Product: "Product";
|
|
288
|
+
readonly ProductSnapshot: "ProductSnapshot";
|
|
289
|
+
readonly ProductTranslation: "ProductTranslation";
|
|
290
|
+
readonly ModifierGroup: "ModifierGroup";
|
|
291
|
+
readonly ModifierGroupTranslation: "ModifierGroupTranslation";
|
|
292
|
+
readonly Modifier: "Modifier";
|
|
293
|
+
readonly Order: "Order";
|
|
294
|
+
readonly OrderItem: "OrderItem";
|
|
295
|
+
readonly OrderItemTranslation: "OrderItemTranslation";
|
|
296
|
+
readonly Payment: "Payment";
|
|
297
|
+
readonly PaymentSession: "PaymentSession";
|
|
298
|
+
readonly Campaign: "Campaign";
|
|
299
|
+
readonly ShippingMethod: "ShippingMethod";
|
|
300
|
+
readonly ShippingZone: "ShippingZone";
|
|
301
|
+
readonly Reservation: "Reservation";
|
|
302
|
+
};
|
|
303
|
+
export type ModelName = (typeof ModelName)[keyof typeof ModelName];
|
|
304
|
+
export interface TypeMapCb<ClientOptions = {}> extends runtime.Types.Utils.Fn<{
|
|
305
|
+
extArgs: runtime.Types.Extensions.InternalArgs;
|
|
306
|
+
}, runtime.Types.Utils.Record<string, any>> {
|
|
307
|
+
returns: TypeMap<this['params']['extArgs'], ClientOptions extends {
|
|
308
|
+
omit: infer OmitOptions;
|
|
309
|
+
} ? OmitOptions : {}>;
|
|
310
|
+
}
|
|
311
|
+
export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> = {
|
|
312
|
+
globalOmitOptions: {
|
|
313
|
+
omit: GlobalOmitOptions;
|
|
314
|
+
};
|
|
315
|
+
meta: {
|
|
316
|
+
modelProps: "user" | "session" | "account" | "verification" | "member" | "invitation" | "organization" | "openingTimes" | "closingTimes" | "organizationConfiguration" | "address" | "legalEntity" | "file" | "manufacturer" | "manufacturerTranslation" | "productCategory" | "productCategoryTranslation" | "product" | "productSnapshot" | "productTranslation" | "modifierGroup" | "modifierGroupTranslation" | "modifier" | "order" | "orderItem" | "orderItemTranslation" | "payment" | "paymentSession" | "campaign" | "shippingMethod" | "shippingZone" | "reservation";
|
|
317
|
+
txIsolationLevel: TransactionIsolationLevel;
|
|
318
|
+
};
|
|
319
|
+
model: {
|
|
320
|
+
User: {
|
|
321
|
+
payload: Prisma.$UserPayload<ExtArgs>;
|
|
322
|
+
fields: Prisma.UserFieldRefs;
|
|
323
|
+
operations: {
|
|
324
|
+
findUnique: {
|
|
325
|
+
args: Prisma.UserFindUniqueArgs<ExtArgs>;
|
|
326
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$UserPayload> | null;
|
|
327
|
+
};
|
|
328
|
+
findUniqueOrThrow: {
|
|
329
|
+
args: Prisma.UserFindUniqueOrThrowArgs<ExtArgs>;
|
|
330
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$UserPayload>;
|
|
331
|
+
};
|
|
332
|
+
findFirst: {
|
|
333
|
+
args: Prisma.UserFindFirstArgs<ExtArgs>;
|
|
334
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$UserPayload> | null;
|
|
335
|
+
};
|
|
336
|
+
findFirstOrThrow: {
|
|
337
|
+
args: Prisma.UserFindFirstOrThrowArgs<ExtArgs>;
|
|
338
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$UserPayload>;
|
|
339
|
+
};
|
|
340
|
+
findMany: {
|
|
341
|
+
args: Prisma.UserFindManyArgs<ExtArgs>;
|
|
342
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$UserPayload>[];
|
|
343
|
+
};
|
|
344
|
+
create: {
|
|
345
|
+
args: Prisma.UserCreateArgs<ExtArgs>;
|
|
346
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$UserPayload>;
|
|
347
|
+
};
|
|
348
|
+
createMany: {
|
|
349
|
+
args: Prisma.UserCreateManyArgs<ExtArgs>;
|
|
350
|
+
result: BatchPayload;
|
|
351
|
+
};
|
|
352
|
+
createManyAndReturn: {
|
|
353
|
+
args: Prisma.UserCreateManyAndReturnArgs<ExtArgs>;
|
|
354
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$UserPayload>[];
|
|
355
|
+
};
|
|
356
|
+
delete: {
|
|
357
|
+
args: Prisma.UserDeleteArgs<ExtArgs>;
|
|
358
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$UserPayload>;
|
|
359
|
+
};
|
|
360
|
+
update: {
|
|
361
|
+
args: Prisma.UserUpdateArgs<ExtArgs>;
|
|
362
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$UserPayload>;
|
|
363
|
+
};
|
|
364
|
+
deleteMany: {
|
|
365
|
+
args: Prisma.UserDeleteManyArgs<ExtArgs>;
|
|
366
|
+
result: BatchPayload;
|
|
367
|
+
};
|
|
368
|
+
updateMany: {
|
|
369
|
+
args: Prisma.UserUpdateManyArgs<ExtArgs>;
|
|
370
|
+
result: BatchPayload;
|
|
371
|
+
};
|
|
372
|
+
updateManyAndReturn: {
|
|
373
|
+
args: Prisma.UserUpdateManyAndReturnArgs<ExtArgs>;
|
|
374
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$UserPayload>[];
|
|
375
|
+
};
|
|
376
|
+
upsert: {
|
|
377
|
+
args: Prisma.UserUpsertArgs<ExtArgs>;
|
|
378
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$UserPayload>;
|
|
379
|
+
};
|
|
380
|
+
aggregate: {
|
|
381
|
+
args: Prisma.UserAggregateArgs<ExtArgs>;
|
|
382
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateUser>;
|
|
383
|
+
};
|
|
384
|
+
groupBy: {
|
|
385
|
+
args: Prisma.UserGroupByArgs<ExtArgs>;
|
|
386
|
+
result: runtime.Types.Utils.Optional<Prisma.UserGroupByOutputType>[];
|
|
387
|
+
};
|
|
388
|
+
count: {
|
|
389
|
+
args: Prisma.UserCountArgs<ExtArgs>;
|
|
390
|
+
result: runtime.Types.Utils.Optional<Prisma.UserCountAggregateOutputType> | number;
|
|
391
|
+
};
|
|
392
|
+
};
|
|
393
|
+
};
|
|
394
|
+
Session: {
|
|
395
|
+
payload: Prisma.$SessionPayload<ExtArgs>;
|
|
396
|
+
fields: Prisma.SessionFieldRefs;
|
|
397
|
+
operations: {
|
|
398
|
+
findUnique: {
|
|
399
|
+
args: Prisma.SessionFindUniqueArgs<ExtArgs>;
|
|
400
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SessionPayload> | null;
|
|
401
|
+
};
|
|
402
|
+
findUniqueOrThrow: {
|
|
403
|
+
args: Prisma.SessionFindUniqueOrThrowArgs<ExtArgs>;
|
|
404
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SessionPayload>;
|
|
405
|
+
};
|
|
406
|
+
findFirst: {
|
|
407
|
+
args: Prisma.SessionFindFirstArgs<ExtArgs>;
|
|
408
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SessionPayload> | null;
|
|
409
|
+
};
|
|
410
|
+
findFirstOrThrow: {
|
|
411
|
+
args: Prisma.SessionFindFirstOrThrowArgs<ExtArgs>;
|
|
412
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SessionPayload>;
|
|
413
|
+
};
|
|
414
|
+
findMany: {
|
|
415
|
+
args: Prisma.SessionFindManyArgs<ExtArgs>;
|
|
416
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SessionPayload>[];
|
|
417
|
+
};
|
|
418
|
+
create: {
|
|
419
|
+
args: Prisma.SessionCreateArgs<ExtArgs>;
|
|
420
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SessionPayload>;
|
|
421
|
+
};
|
|
422
|
+
createMany: {
|
|
423
|
+
args: Prisma.SessionCreateManyArgs<ExtArgs>;
|
|
424
|
+
result: BatchPayload;
|
|
425
|
+
};
|
|
426
|
+
createManyAndReturn: {
|
|
427
|
+
args: Prisma.SessionCreateManyAndReturnArgs<ExtArgs>;
|
|
428
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SessionPayload>[];
|
|
429
|
+
};
|
|
430
|
+
delete: {
|
|
431
|
+
args: Prisma.SessionDeleteArgs<ExtArgs>;
|
|
432
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SessionPayload>;
|
|
433
|
+
};
|
|
434
|
+
update: {
|
|
435
|
+
args: Prisma.SessionUpdateArgs<ExtArgs>;
|
|
436
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SessionPayload>;
|
|
437
|
+
};
|
|
438
|
+
deleteMany: {
|
|
439
|
+
args: Prisma.SessionDeleteManyArgs<ExtArgs>;
|
|
440
|
+
result: BatchPayload;
|
|
441
|
+
};
|
|
442
|
+
updateMany: {
|
|
443
|
+
args: Prisma.SessionUpdateManyArgs<ExtArgs>;
|
|
444
|
+
result: BatchPayload;
|
|
445
|
+
};
|
|
446
|
+
updateManyAndReturn: {
|
|
447
|
+
args: Prisma.SessionUpdateManyAndReturnArgs<ExtArgs>;
|
|
448
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SessionPayload>[];
|
|
449
|
+
};
|
|
450
|
+
upsert: {
|
|
451
|
+
args: Prisma.SessionUpsertArgs<ExtArgs>;
|
|
452
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$SessionPayload>;
|
|
453
|
+
};
|
|
454
|
+
aggregate: {
|
|
455
|
+
args: Prisma.SessionAggregateArgs<ExtArgs>;
|
|
456
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateSession>;
|
|
457
|
+
};
|
|
458
|
+
groupBy: {
|
|
459
|
+
args: Prisma.SessionGroupByArgs<ExtArgs>;
|
|
460
|
+
result: runtime.Types.Utils.Optional<Prisma.SessionGroupByOutputType>[];
|
|
461
|
+
};
|
|
462
|
+
count: {
|
|
463
|
+
args: Prisma.SessionCountArgs<ExtArgs>;
|
|
464
|
+
result: runtime.Types.Utils.Optional<Prisma.SessionCountAggregateOutputType> | number;
|
|
465
|
+
};
|
|
466
|
+
};
|
|
467
|
+
};
|
|
468
|
+
Account: {
|
|
469
|
+
payload: Prisma.$AccountPayload<ExtArgs>;
|
|
470
|
+
fields: Prisma.AccountFieldRefs;
|
|
471
|
+
operations: {
|
|
472
|
+
findUnique: {
|
|
473
|
+
args: Prisma.AccountFindUniqueArgs<ExtArgs>;
|
|
474
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AccountPayload> | null;
|
|
475
|
+
};
|
|
476
|
+
findUniqueOrThrow: {
|
|
477
|
+
args: Prisma.AccountFindUniqueOrThrowArgs<ExtArgs>;
|
|
478
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AccountPayload>;
|
|
479
|
+
};
|
|
480
|
+
findFirst: {
|
|
481
|
+
args: Prisma.AccountFindFirstArgs<ExtArgs>;
|
|
482
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AccountPayload> | null;
|
|
483
|
+
};
|
|
484
|
+
findFirstOrThrow: {
|
|
485
|
+
args: Prisma.AccountFindFirstOrThrowArgs<ExtArgs>;
|
|
486
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AccountPayload>;
|
|
487
|
+
};
|
|
488
|
+
findMany: {
|
|
489
|
+
args: Prisma.AccountFindManyArgs<ExtArgs>;
|
|
490
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AccountPayload>[];
|
|
491
|
+
};
|
|
492
|
+
create: {
|
|
493
|
+
args: Prisma.AccountCreateArgs<ExtArgs>;
|
|
494
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AccountPayload>;
|
|
495
|
+
};
|
|
496
|
+
createMany: {
|
|
497
|
+
args: Prisma.AccountCreateManyArgs<ExtArgs>;
|
|
498
|
+
result: BatchPayload;
|
|
499
|
+
};
|
|
500
|
+
createManyAndReturn: {
|
|
501
|
+
args: Prisma.AccountCreateManyAndReturnArgs<ExtArgs>;
|
|
502
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AccountPayload>[];
|
|
503
|
+
};
|
|
504
|
+
delete: {
|
|
505
|
+
args: Prisma.AccountDeleteArgs<ExtArgs>;
|
|
506
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AccountPayload>;
|
|
507
|
+
};
|
|
508
|
+
update: {
|
|
509
|
+
args: Prisma.AccountUpdateArgs<ExtArgs>;
|
|
510
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AccountPayload>;
|
|
511
|
+
};
|
|
512
|
+
deleteMany: {
|
|
513
|
+
args: Prisma.AccountDeleteManyArgs<ExtArgs>;
|
|
514
|
+
result: BatchPayload;
|
|
515
|
+
};
|
|
516
|
+
updateMany: {
|
|
517
|
+
args: Prisma.AccountUpdateManyArgs<ExtArgs>;
|
|
518
|
+
result: BatchPayload;
|
|
519
|
+
};
|
|
520
|
+
updateManyAndReturn: {
|
|
521
|
+
args: Prisma.AccountUpdateManyAndReturnArgs<ExtArgs>;
|
|
522
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AccountPayload>[];
|
|
523
|
+
};
|
|
524
|
+
upsert: {
|
|
525
|
+
args: Prisma.AccountUpsertArgs<ExtArgs>;
|
|
526
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AccountPayload>;
|
|
527
|
+
};
|
|
528
|
+
aggregate: {
|
|
529
|
+
args: Prisma.AccountAggregateArgs<ExtArgs>;
|
|
530
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateAccount>;
|
|
531
|
+
};
|
|
532
|
+
groupBy: {
|
|
533
|
+
args: Prisma.AccountGroupByArgs<ExtArgs>;
|
|
534
|
+
result: runtime.Types.Utils.Optional<Prisma.AccountGroupByOutputType>[];
|
|
535
|
+
};
|
|
536
|
+
count: {
|
|
537
|
+
args: Prisma.AccountCountArgs<ExtArgs>;
|
|
538
|
+
result: runtime.Types.Utils.Optional<Prisma.AccountCountAggregateOutputType> | number;
|
|
539
|
+
};
|
|
540
|
+
};
|
|
541
|
+
};
|
|
542
|
+
Verification: {
|
|
543
|
+
payload: Prisma.$VerificationPayload<ExtArgs>;
|
|
544
|
+
fields: Prisma.VerificationFieldRefs;
|
|
545
|
+
operations: {
|
|
546
|
+
findUnique: {
|
|
547
|
+
args: Prisma.VerificationFindUniqueArgs<ExtArgs>;
|
|
548
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$VerificationPayload> | null;
|
|
549
|
+
};
|
|
550
|
+
findUniqueOrThrow: {
|
|
551
|
+
args: Prisma.VerificationFindUniqueOrThrowArgs<ExtArgs>;
|
|
552
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$VerificationPayload>;
|
|
553
|
+
};
|
|
554
|
+
findFirst: {
|
|
555
|
+
args: Prisma.VerificationFindFirstArgs<ExtArgs>;
|
|
556
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$VerificationPayload> | null;
|
|
557
|
+
};
|
|
558
|
+
findFirstOrThrow: {
|
|
559
|
+
args: Prisma.VerificationFindFirstOrThrowArgs<ExtArgs>;
|
|
560
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$VerificationPayload>;
|
|
561
|
+
};
|
|
562
|
+
findMany: {
|
|
563
|
+
args: Prisma.VerificationFindManyArgs<ExtArgs>;
|
|
564
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$VerificationPayload>[];
|
|
565
|
+
};
|
|
566
|
+
create: {
|
|
567
|
+
args: Prisma.VerificationCreateArgs<ExtArgs>;
|
|
568
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$VerificationPayload>;
|
|
569
|
+
};
|
|
570
|
+
createMany: {
|
|
571
|
+
args: Prisma.VerificationCreateManyArgs<ExtArgs>;
|
|
572
|
+
result: BatchPayload;
|
|
573
|
+
};
|
|
574
|
+
createManyAndReturn: {
|
|
575
|
+
args: Prisma.VerificationCreateManyAndReturnArgs<ExtArgs>;
|
|
576
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$VerificationPayload>[];
|
|
577
|
+
};
|
|
578
|
+
delete: {
|
|
579
|
+
args: Prisma.VerificationDeleteArgs<ExtArgs>;
|
|
580
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$VerificationPayload>;
|
|
581
|
+
};
|
|
582
|
+
update: {
|
|
583
|
+
args: Prisma.VerificationUpdateArgs<ExtArgs>;
|
|
584
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$VerificationPayload>;
|
|
585
|
+
};
|
|
586
|
+
deleteMany: {
|
|
587
|
+
args: Prisma.VerificationDeleteManyArgs<ExtArgs>;
|
|
588
|
+
result: BatchPayload;
|
|
589
|
+
};
|
|
590
|
+
updateMany: {
|
|
591
|
+
args: Prisma.VerificationUpdateManyArgs<ExtArgs>;
|
|
592
|
+
result: BatchPayload;
|
|
593
|
+
};
|
|
594
|
+
updateManyAndReturn: {
|
|
595
|
+
args: Prisma.VerificationUpdateManyAndReturnArgs<ExtArgs>;
|
|
596
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$VerificationPayload>[];
|
|
597
|
+
};
|
|
598
|
+
upsert: {
|
|
599
|
+
args: Prisma.VerificationUpsertArgs<ExtArgs>;
|
|
600
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$VerificationPayload>;
|
|
601
|
+
};
|
|
602
|
+
aggregate: {
|
|
603
|
+
args: Prisma.VerificationAggregateArgs<ExtArgs>;
|
|
604
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateVerification>;
|
|
605
|
+
};
|
|
606
|
+
groupBy: {
|
|
607
|
+
args: Prisma.VerificationGroupByArgs<ExtArgs>;
|
|
608
|
+
result: runtime.Types.Utils.Optional<Prisma.VerificationGroupByOutputType>[];
|
|
609
|
+
};
|
|
610
|
+
count: {
|
|
611
|
+
args: Prisma.VerificationCountArgs<ExtArgs>;
|
|
612
|
+
result: runtime.Types.Utils.Optional<Prisma.VerificationCountAggregateOutputType> | number;
|
|
613
|
+
};
|
|
614
|
+
};
|
|
615
|
+
};
|
|
616
|
+
Member: {
|
|
617
|
+
payload: Prisma.$MemberPayload<ExtArgs>;
|
|
618
|
+
fields: Prisma.MemberFieldRefs;
|
|
619
|
+
operations: {
|
|
620
|
+
findUnique: {
|
|
621
|
+
args: Prisma.MemberFindUniqueArgs<ExtArgs>;
|
|
622
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$MemberPayload> | null;
|
|
623
|
+
};
|
|
624
|
+
findUniqueOrThrow: {
|
|
625
|
+
args: Prisma.MemberFindUniqueOrThrowArgs<ExtArgs>;
|
|
626
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$MemberPayload>;
|
|
627
|
+
};
|
|
628
|
+
findFirst: {
|
|
629
|
+
args: Prisma.MemberFindFirstArgs<ExtArgs>;
|
|
630
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$MemberPayload> | null;
|
|
631
|
+
};
|
|
632
|
+
findFirstOrThrow: {
|
|
633
|
+
args: Prisma.MemberFindFirstOrThrowArgs<ExtArgs>;
|
|
634
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$MemberPayload>;
|
|
635
|
+
};
|
|
636
|
+
findMany: {
|
|
637
|
+
args: Prisma.MemberFindManyArgs<ExtArgs>;
|
|
638
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$MemberPayload>[];
|
|
639
|
+
};
|
|
640
|
+
create: {
|
|
641
|
+
args: Prisma.MemberCreateArgs<ExtArgs>;
|
|
642
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$MemberPayload>;
|
|
643
|
+
};
|
|
644
|
+
createMany: {
|
|
645
|
+
args: Prisma.MemberCreateManyArgs<ExtArgs>;
|
|
646
|
+
result: BatchPayload;
|
|
647
|
+
};
|
|
648
|
+
createManyAndReturn: {
|
|
649
|
+
args: Prisma.MemberCreateManyAndReturnArgs<ExtArgs>;
|
|
650
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$MemberPayload>[];
|
|
651
|
+
};
|
|
652
|
+
delete: {
|
|
653
|
+
args: Prisma.MemberDeleteArgs<ExtArgs>;
|
|
654
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$MemberPayload>;
|
|
655
|
+
};
|
|
656
|
+
update: {
|
|
657
|
+
args: Prisma.MemberUpdateArgs<ExtArgs>;
|
|
658
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$MemberPayload>;
|
|
659
|
+
};
|
|
660
|
+
deleteMany: {
|
|
661
|
+
args: Prisma.MemberDeleteManyArgs<ExtArgs>;
|
|
662
|
+
result: BatchPayload;
|
|
663
|
+
};
|
|
664
|
+
updateMany: {
|
|
665
|
+
args: Prisma.MemberUpdateManyArgs<ExtArgs>;
|
|
666
|
+
result: BatchPayload;
|
|
667
|
+
};
|
|
668
|
+
updateManyAndReturn: {
|
|
669
|
+
args: Prisma.MemberUpdateManyAndReturnArgs<ExtArgs>;
|
|
670
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$MemberPayload>[];
|
|
671
|
+
};
|
|
672
|
+
upsert: {
|
|
673
|
+
args: Prisma.MemberUpsertArgs<ExtArgs>;
|
|
674
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$MemberPayload>;
|
|
675
|
+
};
|
|
676
|
+
aggregate: {
|
|
677
|
+
args: Prisma.MemberAggregateArgs<ExtArgs>;
|
|
678
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateMember>;
|
|
679
|
+
};
|
|
680
|
+
groupBy: {
|
|
681
|
+
args: Prisma.MemberGroupByArgs<ExtArgs>;
|
|
682
|
+
result: runtime.Types.Utils.Optional<Prisma.MemberGroupByOutputType>[];
|
|
683
|
+
};
|
|
684
|
+
count: {
|
|
685
|
+
args: Prisma.MemberCountArgs<ExtArgs>;
|
|
686
|
+
result: runtime.Types.Utils.Optional<Prisma.MemberCountAggregateOutputType> | number;
|
|
687
|
+
};
|
|
688
|
+
};
|
|
689
|
+
};
|
|
690
|
+
Invitation: {
|
|
691
|
+
payload: Prisma.$InvitationPayload<ExtArgs>;
|
|
692
|
+
fields: Prisma.InvitationFieldRefs;
|
|
693
|
+
operations: {
|
|
694
|
+
findUnique: {
|
|
695
|
+
args: Prisma.InvitationFindUniqueArgs<ExtArgs>;
|
|
696
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$InvitationPayload> | null;
|
|
697
|
+
};
|
|
698
|
+
findUniqueOrThrow: {
|
|
699
|
+
args: Prisma.InvitationFindUniqueOrThrowArgs<ExtArgs>;
|
|
700
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$InvitationPayload>;
|
|
701
|
+
};
|
|
702
|
+
findFirst: {
|
|
703
|
+
args: Prisma.InvitationFindFirstArgs<ExtArgs>;
|
|
704
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$InvitationPayload> | null;
|
|
705
|
+
};
|
|
706
|
+
findFirstOrThrow: {
|
|
707
|
+
args: Prisma.InvitationFindFirstOrThrowArgs<ExtArgs>;
|
|
708
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$InvitationPayload>;
|
|
709
|
+
};
|
|
710
|
+
findMany: {
|
|
711
|
+
args: Prisma.InvitationFindManyArgs<ExtArgs>;
|
|
712
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$InvitationPayload>[];
|
|
713
|
+
};
|
|
714
|
+
create: {
|
|
715
|
+
args: Prisma.InvitationCreateArgs<ExtArgs>;
|
|
716
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$InvitationPayload>;
|
|
717
|
+
};
|
|
718
|
+
createMany: {
|
|
719
|
+
args: Prisma.InvitationCreateManyArgs<ExtArgs>;
|
|
720
|
+
result: BatchPayload;
|
|
721
|
+
};
|
|
722
|
+
createManyAndReturn: {
|
|
723
|
+
args: Prisma.InvitationCreateManyAndReturnArgs<ExtArgs>;
|
|
724
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$InvitationPayload>[];
|
|
725
|
+
};
|
|
726
|
+
delete: {
|
|
727
|
+
args: Prisma.InvitationDeleteArgs<ExtArgs>;
|
|
728
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$InvitationPayload>;
|
|
729
|
+
};
|
|
730
|
+
update: {
|
|
731
|
+
args: Prisma.InvitationUpdateArgs<ExtArgs>;
|
|
732
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$InvitationPayload>;
|
|
733
|
+
};
|
|
734
|
+
deleteMany: {
|
|
735
|
+
args: Prisma.InvitationDeleteManyArgs<ExtArgs>;
|
|
736
|
+
result: BatchPayload;
|
|
737
|
+
};
|
|
738
|
+
updateMany: {
|
|
739
|
+
args: Prisma.InvitationUpdateManyArgs<ExtArgs>;
|
|
740
|
+
result: BatchPayload;
|
|
741
|
+
};
|
|
742
|
+
updateManyAndReturn: {
|
|
743
|
+
args: Prisma.InvitationUpdateManyAndReturnArgs<ExtArgs>;
|
|
744
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$InvitationPayload>[];
|
|
745
|
+
};
|
|
746
|
+
upsert: {
|
|
747
|
+
args: Prisma.InvitationUpsertArgs<ExtArgs>;
|
|
748
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$InvitationPayload>;
|
|
749
|
+
};
|
|
750
|
+
aggregate: {
|
|
751
|
+
args: Prisma.InvitationAggregateArgs<ExtArgs>;
|
|
752
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateInvitation>;
|
|
753
|
+
};
|
|
754
|
+
groupBy: {
|
|
755
|
+
args: Prisma.InvitationGroupByArgs<ExtArgs>;
|
|
756
|
+
result: runtime.Types.Utils.Optional<Prisma.InvitationGroupByOutputType>[];
|
|
757
|
+
};
|
|
758
|
+
count: {
|
|
759
|
+
args: Prisma.InvitationCountArgs<ExtArgs>;
|
|
760
|
+
result: runtime.Types.Utils.Optional<Prisma.InvitationCountAggregateOutputType> | number;
|
|
761
|
+
};
|
|
762
|
+
};
|
|
763
|
+
};
|
|
764
|
+
Organization: {
|
|
765
|
+
payload: Prisma.$OrganizationPayload<ExtArgs>;
|
|
766
|
+
fields: Prisma.OrganizationFieldRefs;
|
|
767
|
+
operations: {
|
|
768
|
+
findUnique: {
|
|
769
|
+
args: Prisma.OrganizationFindUniqueArgs<ExtArgs>;
|
|
770
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationPayload> | null;
|
|
771
|
+
};
|
|
772
|
+
findUniqueOrThrow: {
|
|
773
|
+
args: Prisma.OrganizationFindUniqueOrThrowArgs<ExtArgs>;
|
|
774
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationPayload>;
|
|
775
|
+
};
|
|
776
|
+
findFirst: {
|
|
777
|
+
args: Prisma.OrganizationFindFirstArgs<ExtArgs>;
|
|
778
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationPayload> | null;
|
|
779
|
+
};
|
|
780
|
+
findFirstOrThrow: {
|
|
781
|
+
args: Prisma.OrganizationFindFirstOrThrowArgs<ExtArgs>;
|
|
782
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationPayload>;
|
|
783
|
+
};
|
|
784
|
+
findMany: {
|
|
785
|
+
args: Prisma.OrganizationFindManyArgs<ExtArgs>;
|
|
786
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationPayload>[];
|
|
787
|
+
};
|
|
788
|
+
create: {
|
|
789
|
+
args: Prisma.OrganizationCreateArgs<ExtArgs>;
|
|
790
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationPayload>;
|
|
791
|
+
};
|
|
792
|
+
createMany: {
|
|
793
|
+
args: Prisma.OrganizationCreateManyArgs<ExtArgs>;
|
|
794
|
+
result: BatchPayload;
|
|
795
|
+
};
|
|
796
|
+
createManyAndReturn: {
|
|
797
|
+
args: Prisma.OrganizationCreateManyAndReturnArgs<ExtArgs>;
|
|
798
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationPayload>[];
|
|
799
|
+
};
|
|
800
|
+
delete: {
|
|
801
|
+
args: Prisma.OrganizationDeleteArgs<ExtArgs>;
|
|
802
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationPayload>;
|
|
803
|
+
};
|
|
804
|
+
update: {
|
|
805
|
+
args: Prisma.OrganizationUpdateArgs<ExtArgs>;
|
|
806
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationPayload>;
|
|
807
|
+
};
|
|
808
|
+
deleteMany: {
|
|
809
|
+
args: Prisma.OrganizationDeleteManyArgs<ExtArgs>;
|
|
810
|
+
result: BatchPayload;
|
|
811
|
+
};
|
|
812
|
+
updateMany: {
|
|
813
|
+
args: Prisma.OrganizationUpdateManyArgs<ExtArgs>;
|
|
814
|
+
result: BatchPayload;
|
|
815
|
+
};
|
|
816
|
+
updateManyAndReturn: {
|
|
817
|
+
args: Prisma.OrganizationUpdateManyAndReturnArgs<ExtArgs>;
|
|
818
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationPayload>[];
|
|
819
|
+
};
|
|
820
|
+
upsert: {
|
|
821
|
+
args: Prisma.OrganizationUpsertArgs<ExtArgs>;
|
|
822
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationPayload>;
|
|
823
|
+
};
|
|
824
|
+
aggregate: {
|
|
825
|
+
args: Prisma.OrganizationAggregateArgs<ExtArgs>;
|
|
826
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateOrganization>;
|
|
827
|
+
};
|
|
828
|
+
groupBy: {
|
|
829
|
+
args: Prisma.OrganizationGroupByArgs<ExtArgs>;
|
|
830
|
+
result: runtime.Types.Utils.Optional<Prisma.OrganizationGroupByOutputType>[];
|
|
831
|
+
};
|
|
832
|
+
count: {
|
|
833
|
+
args: Prisma.OrganizationCountArgs<ExtArgs>;
|
|
834
|
+
result: runtime.Types.Utils.Optional<Prisma.OrganizationCountAggregateOutputType> | number;
|
|
835
|
+
};
|
|
836
|
+
};
|
|
837
|
+
};
|
|
838
|
+
OpeningTimes: {
|
|
839
|
+
payload: Prisma.$OpeningTimesPayload<ExtArgs>;
|
|
840
|
+
fields: Prisma.OpeningTimesFieldRefs;
|
|
841
|
+
operations: {
|
|
842
|
+
findUnique: {
|
|
843
|
+
args: Prisma.OpeningTimesFindUniqueArgs<ExtArgs>;
|
|
844
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OpeningTimesPayload> | null;
|
|
845
|
+
};
|
|
846
|
+
findUniqueOrThrow: {
|
|
847
|
+
args: Prisma.OpeningTimesFindUniqueOrThrowArgs<ExtArgs>;
|
|
848
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OpeningTimesPayload>;
|
|
849
|
+
};
|
|
850
|
+
findFirst: {
|
|
851
|
+
args: Prisma.OpeningTimesFindFirstArgs<ExtArgs>;
|
|
852
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OpeningTimesPayload> | null;
|
|
853
|
+
};
|
|
854
|
+
findFirstOrThrow: {
|
|
855
|
+
args: Prisma.OpeningTimesFindFirstOrThrowArgs<ExtArgs>;
|
|
856
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OpeningTimesPayload>;
|
|
857
|
+
};
|
|
858
|
+
findMany: {
|
|
859
|
+
args: Prisma.OpeningTimesFindManyArgs<ExtArgs>;
|
|
860
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OpeningTimesPayload>[];
|
|
861
|
+
};
|
|
862
|
+
create: {
|
|
863
|
+
args: Prisma.OpeningTimesCreateArgs<ExtArgs>;
|
|
864
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OpeningTimesPayload>;
|
|
865
|
+
};
|
|
866
|
+
createMany: {
|
|
867
|
+
args: Prisma.OpeningTimesCreateManyArgs<ExtArgs>;
|
|
868
|
+
result: BatchPayload;
|
|
869
|
+
};
|
|
870
|
+
createManyAndReturn: {
|
|
871
|
+
args: Prisma.OpeningTimesCreateManyAndReturnArgs<ExtArgs>;
|
|
872
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OpeningTimesPayload>[];
|
|
873
|
+
};
|
|
874
|
+
delete: {
|
|
875
|
+
args: Prisma.OpeningTimesDeleteArgs<ExtArgs>;
|
|
876
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OpeningTimesPayload>;
|
|
877
|
+
};
|
|
878
|
+
update: {
|
|
879
|
+
args: Prisma.OpeningTimesUpdateArgs<ExtArgs>;
|
|
880
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OpeningTimesPayload>;
|
|
881
|
+
};
|
|
882
|
+
deleteMany: {
|
|
883
|
+
args: Prisma.OpeningTimesDeleteManyArgs<ExtArgs>;
|
|
884
|
+
result: BatchPayload;
|
|
885
|
+
};
|
|
886
|
+
updateMany: {
|
|
887
|
+
args: Prisma.OpeningTimesUpdateManyArgs<ExtArgs>;
|
|
888
|
+
result: BatchPayload;
|
|
889
|
+
};
|
|
890
|
+
updateManyAndReturn: {
|
|
891
|
+
args: Prisma.OpeningTimesUpdateManyAndReturnArgs<ExtArgs>;
|
|
892
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OpeningTimesPayload>[];
|
|
893
|
+
};
|
|
894
|
+
upsert: {
|
|
895
|
+
args: Prisma.OpeningTimesUpsertArgs<ExtArgs>;
|
|
896
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OpeningTimesPayload>;
|
|
897
|
+
};
|
|
898
|
+
aggregate: {
|
|
899
|
+
args: Prisma.OpeningTimesAggregateArgs<ExtArgs>;
|
|
900
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateOpeningTimes>;
|
|
901
|
+
};
|
|
902
|
+
groupBy: {
|
|
903
|
+
args: Prisma.OpeningTimesGroupByArgs<ExtArgs>;
|
|
904
|
+
result: runtime.Types.Utils.Optional<Prisma.OpeningTimesGroupByOutputType>[];
|
|
905
|
+
};
|
|
906
|
+
count: {
|
|
907
|
+
args: Prisma.OpeningTimesCountArgs<ExtArgs>;
|
|
908
|
+
result: runtime.Types.Utils.Optional<Prisma.OpeningTimesCountAggregateOutputType> | number;
|
|
909
|
+
};
|
|
910
|
+
};
|
|
911
|
+
};
|
|
912
|
+
ClosingTimes: {
|
|
913
|
+
payload: Prisma.$ClosingTimesPayload<ExtArgs>;
|
|
914
|
+
fields: Prisma.ClosingTimesFieldRefs;
|
|
915
|
+
operations: {
|
|
916
|
+
findUnique: {
|
|
917
|
+
args: Prisma.ClosingTimesFindUniqueArgs<ExtArgs>;
|
|
918
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ClosingTimesPayload> | null;
|
|
919
|
+
};
|
|
920
|
+
findUniqueOrThrow: {
|
|
921
|
+
args: Prisma.ClosingTimesFindUniqueOrThrowArgs<ExtArgs>;
|
|
922
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ClosingTimesPayload>;
|
|
923
|
+
};
|
|
924
|
+
findFirst: {
|
|
925
|
+
args: Prisma.ClosingTimesFindFirstArgs<ExtArgs>;
|
|
926
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ClosingTimesPayload> | null;
|
|
927
|
+
};
|
|
928
|
+
findFirstOrThrow: {
|
|
929
|
+
args: Prisma.ClosingTimesFindFirstOrThrowArgs<ExtArgs>;
|
|
930
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ClosingTimesPayload>;
|
|
931
|
+
};
|
|
932
|
+
findMany: {
|
|
933
|
+
args: Prisma.ClosingTimesFindManyArgs<ExtArgs>;
|
|
934
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ClosingTimesPayload>[];
|
|
935
|
+
};
|
|
936
|
+
create: {
|
|
937
|
+
args: Prisma.ClosingTimesCreateArgs<ExtArgs>;
|
|
938
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ClosingTimesPayload>;
|
|
939
|
+
};
|
|
940
|
+
createMany: {
|
|
941
|
+
args: Prisma.ClosingTimesCreateManyArgs<ExtArgs>;
|
|
942
|
+
result: BatchPayload;
|
|
943
|
+
};
|
|
944
|
+
createManyAndReturn: {
|
|
945
|
+
args: Prisma.ClosingTimesCreateManyAndReturnArgs<ExtArgs>;
|
|
946
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ClosingTimesPayload>[];
|
|
947
|
+
};
|
|
948
|
+
delete: {
|
|
949
|
+
args: Prisma.ClosingTimesDeleteArgs<ExtArgs>;
|
|
950
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ClosingTimesPayload>;
|
|
951
|
+
};
|
|
952
|
+
update: {
|
|
953
|
+
args: Prisma.ClosingTimesUpdateArgs<ExtArgs>;
|
|
954
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ClosingTimesPayload>;
|
|
955
|
+
};
|
|
956
|
+
deleteMany: {
|
|
957
|
+
args: Prisma.ClosingTimesDeleteManyArgs<ExtArgs>;
|
|
958
|
+
result: BatchPayload;
|
|
959
|
+
};
|
|
960
|
+
updateMany: {
|
|
961
|
+
args: Prisma.ClosingTimesUpdateManyArgs<ExtArgs>;
|
|
962
|
+
result: BatchPayload;
|
|
963
|
+
};
|
|
964
|
+
updateManyAndReturn: {
|
|
965
|
+
args: Prisma.ClosingTimesUpdateManyAndReturnArgs<ExtArgs>;
|
|
966
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ClosingTimesPayload>[];
|
|
967
|
+
};
|
|
968
|
+
upsert: {
|
|
969
|
+
args: Prisma.ClosingTimesUpsertArgs<ExtArgs>;
|
|
970
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ClosingTimesPayload>;
|
|
971
|
+
};
|
|
972
|
+
aggregate: {
|
|
973
|
+
args: Prisma.ClosingTimesAggregateArgs<ExtArgs>;
|
|
974
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateClosingTimes>;
|
|
975
|
+
};
|
|
976
|
+
groupBy: {
|
|
977
|
+
args: Prisma.ClosingTimesGroupByArgs<ExtArgs>;
|
|
978
|
+
result: runtime.Types.Utils.Optional<Prisma.ClosingTimesGroupByOutputType>[];
|
|
979
|
+
};
|
|
980
|
+
count: {
|
|
981
|
+
args: Prisma.ClosingTimesCountArgs<ExtArgs>;
|
|
982
|
+
result: runtime.Types.Utils.Optional<Prisma.ClosingTimesCountAggregateOutputType> | number;
|
|
983
|
+
};
|
|
984
|
+
};
|
|
985
|
+
};
|
|
986
|
+
OrganizationConfiguration: {
|
|
987
|
+
payload: Prisma.$OrganizationConfigurationPayload<ExtArgs>;
|
|
988
|
+
fields: Prisma.OrganizationConfigurationFieldRefs;
|
|
989
|
+
operations: {
|
|
990
|
+
findUnique: {
|
|
991
|
+
args: Prisma.OrganizationConfigurationFindUniqueArgs<ExtArgs>;
|
|
992
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationConfigurationPayload> | null;
|
|
993
|
+
};
|
|
994
|
+
findUniqueOrThrow: {
|
|
995
|
+
args: Prisma.OrganizationConfigurationFindUniqueOrThrowArgs<ExtArgs>;
|
|
996
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationConfigurationPayload>;
|
|
997
|
+
};
|
|
998
|
+
findFirst: {
|
|
999
|
+
args: Prisma.OrganizationConfigurationFindFirstArgs<ExtArgs>;
|
|
1000
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationConfigurationPayload> | null;
|
|
1001
|
+
};
|
|
1002
|
+
findFirstOrThrow: {
|
|
1003
|
+
args: Prisma.OrganizationConfigurationFindFirstOrThrowArgs<ExtArgs>;
|
|
1004
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationConfigurationPayload>;
|
|
1005
|
+
};
|
|
1006
|
+
findMany: {
|
|
1007
|
+
args: Prisma.OrganizationConfigurationFindManyArgs<ExtArgs>;
|
|
1008
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationConfigurationPayload>[];
|
|
1009
|
+
};
|
|
1010
|
+
create: {
|
|
1011
|
+
args: Prisma.OrganizationConfigurationCreateArgs<ExtArgs>;
|
|
1012
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationConfigurationPayload>;
|
|
1013
|
+
};
|
|
1014
|
+
createMany: {
|
|
1015
|
+
args: Prisma.OrganizationConfigurationCreateManyArgs<ExtArgs>;
|
|
1016
|
+
result: BatchPayload;
|
|
1017
|
+
};
|
|
1018
|
+
createManyAndReturn: {
|
|
1019
|
+
args: Prisma.OrganizationConfigurationCreateManyAndReturnArgs<ExtArgs>;
|
|
1020
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationConfigurationPayload>[];
|
|
1021
|
+
};
|
|
1022
|
+
delete: {
|
|
1023
|
+
args: Prisma.OrganizationConfigurationDeleteArgs<ExtArgs>;
|
|
1024
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationConfigurationPayload>;
|
|
1025
|
+
};
|
|
1026
|
+
update: {
|
|
1027
|
+
args: Prisma.OrganizationConfigurationUpdateArgs<ExtArgs>;
|
|
1028
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationConfigurationPayload>;
|
|
1029
|
+
};
|
|
1030
|
+
deleteMany: {
|
|
1031
|
+
args: Prisma.OrganizationConfigurationDeleteManyArgs<ExtArgs>;
|
|
1032
|
+
result: BatchPayload;
|
|
1033
|
+
};
|
|
1034
|
+
updateMany: {
|
|
1035
|
+
args: Prisma.OrganizationConfigurationUpdateManyArgs<ExtArgs>;
|
|
1036
|
+
result: BatchPayload;
|
|
1037
|
+
};
|
|
1038
|
+
updateManyAndReturn: {
|
|
1039
|
+
args: Prisma.OrganizationConfigurationUpdateManyAndReturnArgs<ExtArgs>;
|
|
1040
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationConfigurationPayload>[];
|
|
1041
|
+
};
|
|
1042
|
+
upsert: {
|
|
1043
|
+
args: Prisma.OrganizationConfigurationUpsertArgs<ExtArgs>;
|
|
1044
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrganizationConfigurationPayload>;
|
|
1045
|
+
};
|
|
1046
|
+
aggregate: {
|
|
1047
|
+
args: Prisma.OrganizationConfigurationAggregateArgs<ExtArgs>;
|
|
1048
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateOrganizationConfiguration>;
|
|
1049
|
+
};
|
|
1050
|
+
groupBy: {
|
|
1051
|
+
args: Prisma.OrganizationConfigurationGroupByArgs<ExtArgs>;
|
|
1052
|
+
result: runtime.Types.Utils.Optional<Prisma.OrganizationConfigurationGroupByOutputType>[];
|
|
1053
|
+
};
|
|
1054
|
+
count: {
|
|
1055
|
+
args: Prisma.OrganizationConfigurationCountArgs<ExtArgs>;
|
|
1056
|
+
result: runtime.Types.Utils.Optional<Prisma.OrganizationConfigurationCountAggregateOutputType> | number;
|
|
1057
|
+
};
|
|
1058
|
+
};
|
|
1059
|
+
};
|
|
1060
|
+
Address: {
|
|
1061
|
+
payload: Prisma.$AddressPayload<ExtArgs>;
|
|
1062
|
+
fields: Prisma.AddressFieldRefs;
|
|
1063
|
+
operations: {
|
|
1064
|
+
findUnique: {
|
|
1065
|
+
args: Prisma.AddressFindUniqueArgs<ExtArgs>;
|
|
1066
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AddressPayload> | null;
|
|
1067
|
+
};
|
|
1068
|
+
findUniqueOrThrow: {
|
|
1069
|
+
args: Prisma.AddressFindUniqueOrThrowArgs<ExtArgs>;
|
|
1070
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AddressPayload>;
|
|
1071
|
+
};
|
|
1072
|
+
findFirst: {
|
|
1073
|
+
args: Prisma.AddressFindFirstArgs<ExtArgs>;
|
|
1074
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AddressPayload> | null;
|
|
1075
|
+
};
|
|
1076
|
+
findFirstOrThrow: {
|
|
1077
|
+
args: Prisma.AddressFindFirstOrThrowArgs<ExtArgs>;
|
|
1078
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AddressPayload>;
|
|
1079
|
+
};
|
|
1080
|
+
findMany: {
|
|
1081
|
+
args: Prisma.AddressFindManyArgs<ExtArgs>;
|
|
1082
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AddressPayload>[];
|
|
1083
|
+
};
|
|
1084
|
+
create: {
|
|
1085
|
+
args: Prisma.AddressCreateArgs<ExtArgs>;
|
|
1086
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AddressPayload>;
|
|
1087
|
+
};
|
|
1088
|
+
createMany: {
|
|
1089
|
+
args: Prisma.AddressCreateManyArgs<ExtArgs>;
|
|
1090
|
+
result: BatchPayload;
|
|
1091
|
+
};
|
|
1092
|
+
createManyAndReturn: {
|
|
1093
|
+
args: Prisma.AddressCreateManyAndReturnArgs<ExtArgs>;
|
|
1094
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AddressPayload>[];
|
|
1095
|
+
};
|
|
1096
|
+
delete: {
|
|
1097
|
+
args: Prisma.AddressDeleteArgs<ExtArgs>;
|
|
1098
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AddressPayload>;
|
|
1099
|
+
};
|
|
1100
|
+
update: {
|
|
1101
|
+
args: Prisma.AddressUpdateArgs<ExtArgs>;
|
|
1102
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AddressPayload>;
|
|
1103
|
+
};
|
|
1104
|
+
deleteMany: {
|
|
1105
|
+
args: Prisma.AddressDeleteManyArgs<ExtArgs>;
|
|
1106
|
+
result: BatchPayload;
|
|
1107
|
+
};
|
|
1108
|
+
updateMany: {
|
|
1109
|
+
args: Prisma.AddressUpdateManyArgs<ExtArgs>;
|
|
1110
|
+
result: BatchPayload;
|
|
1111
|
+
};
|
|
1112
|
+
updateManyAndReturn: {
|
|
1113
|
+
args: Prisma.AddressUpdateManyAndReturnArgs<ExtArgs>;
|
|
1114
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AddressPayload>[];
|
|
1115
|
+
};
|
|
1116
|
+
upsert: {
|
|
1117
|
+
args: Prisma.AddressUpsertArgs<ExtArgs>;
|
|
1118
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$AddressPayload>;
|
|
1119
|
+
};
|
|
1120
|
+
aggregate: {
|
|
1121
|
+
args: Prisma.AddressAggregateArgs<ExtArgs>;
|
|
1122
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateAddress>;
|
|
1123
|
+
};
|
|
1124
|
+
groupBy: {
|
|
1125
|
+
args: Prisma.AddressGroupByArgs<ExtArgs>;
|
|
1126
|
+
result: runtime.Types.Utils.Optional<Prisma.AddressGroupByOutputType>[];
|
|
1127
|
+
};
|
|
1128
|
+
count: {
|
|
1129
|
+
args: Prisma.AddressCountArgs<ExtArgs>;
|
|
1130
|
+
result: runtime.Types.Utils.Optional<Prisma.AddressCountAggregateOutputType> | number;
|
|
1131
|
+
};
|
|
1132
|
+
};
|
|
1133
|
+
};
|
|
1134
|
+
LegalEntity: {
|
|
1135
|
+
payload: Prisma.$LegalEntityPayload<ExtArgs>;
|
|
1136
|
+
fields: Prisma.LegalEntityFieldRefs;
|
|
1137
|
+
operations: {
|
|
1138
|
+
findUnique: {
|
|
1139
|
+
args: Prisma.LegalEntityFindUniqueArgs<ExtArgs>;
|
|
1140
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$LegalEntityPayload> | null;
|
|
1141
|
+
};
|
|
1142
|
+
findUniqueOrThrow: {
|
|
1143
|
+
args: Prisma.LegalEntityFindUniqueOrThrowArgs<ExtArgs>;
|
|
1144
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$LegalEntityPayload>;
|
|
1145
|
+
};
|
|
1146
|
+
findFirst: {
|
|
1147
|
+
args: Prisma.LegalEntityFindFirstArgs<ExtArgs>;
|
|
1148
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$LegalEntityPayload> | null;
|
|
1149
|
+
};
|
|
1150
|
+
findFirstOrThrow: {
|
|
1151
|
+
args: Prisma.LegalEntityFindFirstOrThrowArgs<ExtArgs>;
|
|
1152
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$LegalEntityPayload>;
|
|
1153
|
+
};
|
|
1154
|
+
findMany: {
|
|
1155
|
+
args: Prisma.LegalEntityFindManyArgs<ExtArgs>;
|
|
1156
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$LegalEntityPayload>[];
|
|
1157
|
+
};
|
|
1158
|
+
create: {
|
|
1159
|
+
args: Prisma.LegalEntityCreateArgs<ExtArgs>;
|
|
1160
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$LegalEntityPayload>;
|
|
1161
|
+
};
|
|
1162
|
+
createMany: {
|
|
1163
|
+
args: Prisma.LegalEntityCreateManyArgs<ExtArgs>;
|
|
1164
|
+
result: BatchPayload;
|
|
1165
|
+
};
|
|
1166
|
+
createManyAndReturn: {
|
|
1167
|
+
args: Prisma.LegalEntityCreateManyAndReturnArgs<ExtArgs>;
|
|
1168
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$LegalEntityPayload>[];
|
|
1169
|
+
};
|
|
1170
|
+
delete: {
|
|
1171
|
+
args: Prisma.LegalEntityDeleteArgs<ExtArgs>;
|
|
1172
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$LegalEntityPayload>;
|
|
1173
|
+
};
|
|
1174
|
+
update: {
|
|
1175
|
+
args: Prisma.LegalEntityUpdateArgs<ExtArgs>;
|
|
1176
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$LegalEntityPayload>;
|
|
1177
|
+
};
|
|
1178
|
+
deleteMany: {
|
|
1179
|
+
args: Prisma.LegalEntityDeleteManyArgs<ExtArgs>;
|
|
1180
|
+
result: BatchPayload;
|
|
1181
|
+
};
|
|
1182
|
+
updateMany: {
|
|
1183
|
+
args: Prisma.LegalEntityUpdateManyArgs<ExtArgs>;
|
|
1184
|
+
result: BatchPayload;
|
|
1185
|
+
};
|
|
1186
|
+
updateManyAndReturn: {
|
|
1187
|
+
args: Prisma.LegalEntityUpdateManyAndReturnArgs<ExtArgs>;
|
|
1188
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$LegalEntityPayload>[];
|
|
1189
|
+
};
|
|
1190
|
+
upsert: {
|
|
1191
|
+
args: Prisma.LegalEntityUpsertArgs<ExtArgs>;
|
|
1192
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$LegalEntityPayload>;
|
|
1193
|
+
};
|
|
1194
|
+
aggregate: {
|
|
1195
|
+
args: Prisma.LegalEntityAggregateArgs<ExtArgs>;
|
|
1196
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateLegalEntity>;
|
|
1197
|
+
};
|
|
1198
|
+
groupBy: {
|
|
1199
|
+
args: Prisma.LegalEntityGroupByArgs<ExtArgs>;
|
|
1200
|
+
result: runtime.Types.Utils.Optional<Prisma.LegalEntityGroupByOutputType>[];
|
|
1201
|
+
};
|
|
1202
|
+
count: {
|
|
1203
|
+
args: Prisma.LegalEntityCountArgs<ExtArgs>;
|
|
1204
|
+
result: runtime.Types.Utils.Optional<Prisma.LegalEntityCountAggregateOutputType> | number;
|
|
1205
|
+
};
|
|
1206
|
+
};
|
|
1207
|
+
};
|
|
1208
|
+
File: {
|
|
1209
|
+
payload: Prisma.$FilePayload<ExtArgs>;
|
|
1210
|
+
fields: Prisma.FileFieldRefs;
|
|
1211
|
+
operations: {
|
|
1212
|
+
findUnique: {
|
|
1213
|
+
args: Prisma.FileFindUniqueArgs<ExtArgs>;
|
|
1214
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$FilePayload> | null;
|
|
1215
|
+
};
|
|
1216
|
+
findUniqueOrThrow: {
|
|
1217
|
+
args: Prisma.FileFindUniqueOrThrowArgs<ExtArgs>;
|
|
1218
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$FilePayload>;
|
|
1219
|
+
};
|
|
1220
|
+
findFirst: {
|
|
1221
|
+
args: Prisma.FileFindFirstArgs<ExtArgs>;
|
|
1222
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$FilePayload> | null;
|
|
1223
|
+
};
|
|
1224
|
+
findFirstOrThrow: {
|
|
1225
|
+
args: Prisma.FileFindFirstOrThrowArgs<ExtArgs>;
|
|
1226
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$FilePayload>;
|
|
1227
|
+
};
|
|
1228
|
+
findMany: {
|
|
1229
|
+
args: Prisma.FileFindManyArgs<ExtArgs>;
|
|
1230
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$FilePayload>[];
|
|
1231
|
+
};
|
|
1232
|
+
create: {
|
|
1233
|
+
args: Prisma.FileCreateArgs<ExtArgs>;
|
|
1234
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$FilePayload>;
|
|
1235
|
+
};
|
|
1236
|
+
createMany: {
|
|
1237
|
+
args: Prisma.FileCreateManyArgs<ExtArgs>;
|
|
1238
|
+
result: BatchPayload;
|
|
1239
|
+
};
|
|
1240
|
+
createManyAndReturn: {
|
|
1241
|
+
args: Prisma.FileCreateManyAndReturnArgs<ExtArgs>;
|
|
1242
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$FilePayload>[];
|
|
1243
|
+
};
|
|
1244
|
+
delete: {
|
|
1245
|
+
args: Prisma.FileDeleteArgs<ExtArgs>;
|
|
1246
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$FilePayload>;
|
|
1247
|
+
};
|
|
1248
|
+
update: {
|
|
1249
|
+
args: Prisma.FileUpdateArgs<ExtArgs>;
|
|
1250
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$FilePayload>;
|
|
1251
|
+
};
|
|
1252
|
+
deleteMany: {
|
|
1253
|
+
args: Prisma.FileDeleteManyArgs<ExtArgs>;
|
|
1254
|
+
result: BatchPayload;
|
|
1255
|
+
};
|
|
1256
|
+
updateMany: {
|
|
1257
|
+
args: Prisma.FileUpdateManyArgs<ExtArgs>;
|
|
1258
|
+
result: BatchPayload;
|
|
1259
|
+
};
|
|
1260
|
+
updateManyAndReturn: {
|
|
1261
|
+
args: Prisma.FileUpdateManyAndReturnArgs<ExtArgs>;
|
|
1262
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$FilePayload>[];
|
|
1263
|
+
};
|
|
1264
|
+
upsert: {
|
|
1265
|
+
args: Prisma.FileUpsertArgs<ExtArgs>;
|
|
1266
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$FilePayload>;
|
|
1267
|
+
};
|
|
1268
|
+
aggregate: {
|
|
1269
|
+
args: Prisma.FileAggregateArgs<ExtArgs>;
|
|
1270
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateFile>;
|
|
1271
|
+
};
|
|
1272
|
+
groupBy: {
|
|
1273
|
+
args: Prisma.FileGroupByArgs<ExtArgs>;
|
|
1274
|
+
result: runtime.Types.Utils.Optional<Prisma.FileGroupByOutputType>[];
|
|
1275
|
+
};
|
|
1276
|
+
count: {
|
|
1277
|
+
args: Prisma.FileCountArgs<ExtArgs>;
|
|
1278
|
+
result: runtime.Types.Utils.Optional<Prisma.FileCountAggregateOutputType> | number;
|
|
1279
|
+
};
|
|
1280
|
+
};
|
|
1281
|
+
};
|
|
1282
|
+
Manufacturer: {
|
|
1283
|
+
payload: Prisma.$ManufacturerPayload<ExtArgs>;
|
|
1284
|
+
fields: Prisma.ManufacturerFieldRefs;
|
|
1285
|
+
operations: {
|
|
1286
|
+
findUnique: {
|
|
1287
|
+
args: Prisma.ManufacturerFindUniqueArgs<ExtArgs>;
|
|
1288
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerPayload> | null;
|
|
1289
|
+
};
|
|
1290
|
+
findUniqueOrThrow: {
|
|
1291
|
+
args: Prisma.ManufacturerFindUniqueOrThrowArgs<ExtArgs>;
|
|
1292
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerPayload>;
|
|
1293
|
+
};
|
|
1294
|
+
findFirst: {
|
|
1295
|
+
args: Prisma.ManufacturerFindFirstArgs<ExtArgs>;
|
|
1296
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerPayload> | null;
|
|
1297
|
+
};
|
|
1298
|
+
findFirstOrThrow: {
|
|
1299
|
+
args: Prisma.ManufacturerFindFirstOrThrowArgs<ExtArgs>;
|
|
1300
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerPayload>;
|
|
1301
|
+
};
|
|
1302
|
+
findMany: {
|
|
1303
|
+
args: Prisma.ManufacturerFindManyArgs<ExtArgs>;
|
|
1304
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerPayload>[];
|
|
1305
|
+
};
|
|
1306
|
+
create: {
|
|
1307
|
+
args: Prisma.ManufacturerCreateArgs<ExtArgs>;
|
|
1308
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerPayload>;
|
|
1309
|
+
};
|
|
1310
|
+
createMany: {
|
|
1311
|
+
args: Prisma.ManufacturerCreateManyArgs<ExtArgs>;
|
|
1312
|
+
result: BatchPayload;
|
|
1313
|
+
};
|
|
1314
|
+
createManyAndReturn: {
|
|
1315
|
+
args: Prisma.ManufacturerCreateManyAndReturnArgs<ExtArgs>;
|
|
1316
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerPayload>[];
|
|
1317
|
+
};
|
|
1318
|
+
delete: {
|
|
1319
|
+
args: Prisma.ManufacturerDeleteArgs<ExtArgs>;
|
|
1320
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerPayload>;
|
|
1321
|
+
};
|
|
1322
|
+
update: {
|
|
1323
|
+
args: Prisma.ManufacturerUpdateArgs<ExtArgs>;
|
|
1324
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerPayload>;
|
|
1325
|
+
};
|
|
1326
|
+
deleteMany: {
|
|
1327
|
+
args: Prisma.ManufacturerDeleteManyArgs<ExtArgs>;
|
|
1328
|
+
result: BatchPayload;
|
|
1329
|
+
};
|
|
1330
|
+
updateMany: {
|
|
1331
|
+
args: Prisma.ManufacturerUpdateManyArgs<ExtArgs>;
|
|
1332
|
+
result: BatchPayload;
|
|
1333
|
+
};
|
|
1334
|
+
updateManyAndReturn: {
|
|
1335
|
+
args: Prisma.ManufacturerUpdateManyAndReturnArgs<ExtArgs>;
|
|
1336
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerPayload>[];
|
|
1337
|
+
};
|
|
1338
|
+
upsert: {
|
|
1339
|
+
args: Prisma.ManufacturerUpsertArgs<ExtArgs>;
|
|
1340
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerPayload>;
|
|
1341
|
+
};
|
|
1342
|
+
aggregate: {
|
|
1343
|
+
args: Prisma.ManufacturerAggregateArgs<ExtArgs>;
|
|
1344
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateManufacturer>;
|
|
1345
|
+
};
|
|
1346
|
+
groupBy: {
|
|
1347
|
+
args: Prisma.ManufacturerGroupByArgs<ExtArgs>;
|
|
1348
|
+
result: runtime.Types.Utils.Optional<Prisma.ManufacturerGroupByOutputType>[];
|
|
1349
|
+
};
|
|
1350
|
+
count: {
|
|
1351
|
+
args: Prisma.ManufacturerCountArgs<ExtArgs>;
|
|
1352
|
+
result: runtime.Types.Utils.Optional<Prisma.ManufacturerCountAggregateOutputType> | number;
|
|
1353
|
+
};
|
|
1354
|
+
};
|
|
1355
|
+
};
|
|
1356
|
+
ManufacturerTranslation: {
|
|
1357
|
+
payload: Prisma.$ManufacturerTranslationPayload<ExtArgs>;
|
|
1358
|
+
fields: Prisma.ManufacturerTranslationFieldRefs;
|
|
1359
|
+
operations: {
|
|
1360
|
+
findUnique: {
|
|
1361
|
+
args: Prisma.ManufacturerTranslationFindUniqueArgs<ExtArgs>;
|
|
1362
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerTranslationPayload> | null;
|
|
1363
|
+
};
|
|
1364
|
+
findUniqueOrThrow: {
|
|
1365
|
+
args: Prisma.ManufacturerTranslationFindUniqueOrThrowArgs<ExtArgs>;
|
|
1366
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerTranslationPayload>;
|
|
1367
|
+
};
|
|
1368
|
+
findFirst: {
|
|
1369
|
+
args: Prisma.ManufacturerTranslationFindFirstArgs<ExtArgs>;
|
|
1370
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerTranslationPayload> | null;
|
|
1371
|
+
};
|
|
1372
|
+
findFirstOrThrow: {
|
|
1373
|
+
args: Prisma.ManufacturerTranslationFindFirstOrThrowArgs<ExtArgs>;
|
|
1374
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerTranslationPayload>;
|
|
1375
|
+
};
|
|
1376
|
+
findMany: {
|
|
1377
|
+
args: Prisma.ManufacturerTranslationFindManyArgs<ExtArgs>;
|
|
1378
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerTranslationPayload>[];
|
|
1379
|
+
};
|
|
1380
|
+
create: {
|
|
1381
|
+
args: Prisma.ManufacturerTranslationCreateArgs<ExtArgs>;
|
|
1382
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerTranslationPayload>;
|
|
1383
|
+
};
|
|
1384
|
+
createMany: {
|
|
1385
|
+
args: Prisma.ManufacturerTranslationCreateManyArgs<ExtArgs>;
|
|
1386
|
+
result: BatchPayload;
|
|
1387
|
+
};
|
|
1388
|
+
createManyAndReturn: {
|
|
1389
|
+
args: Prisma.ManufacturerTranslationCreateManyAndReturnArgs<ExtArgs>;
|
|
1390
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerTranslationPayload>[];
|
|
1391
|
+
};
|
|
1392
|
+
delete: {
|
|
1393
|
+
args: Prisma.ManufacturerTranslationDeleteArgs<ExtArgs>;
|
|
1394
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerTranslationPayload>;
|
|
1395
|
+
};
|
|
1396
|
+
update: {
|
|
1397
|
+
args: Prisma.ManufacturerTranslationUpdateArgs<ExtArgs>;
|
|
1398
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerTranslationPayload>;
|
|
1399
|
+
};
|
|
1400
|
+
deleteMany: {
|
|
1401
|
+
args: Prisma.ManufacturerTranslationDeleteManyArgs<ExtArgs>;
|
|
1402
|
+
result: BatchPayload;
|
|
1403
|
+
};
|
|
1404
|
+
updateMany: {
|
|
1405
|
+
args: Prisma.ManufacturerTranslationUpdateManyArgs<ExtArgs>;
|
|
1406
|
+
result: BatchPayload;
|
|
1407
|
+
};
|
|
1408
|
+
updateManyAndReturn: {
|
|
1409
|
+
args: Prisma.ManufacturerTranslationUpdateManyAndReturnArgs<ExtArgs>;
|
|
1410
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerTranslationPayload>[];
|
|
1411
|
+
};
|
|
1412
|
+
upsert: {
|
|
1413
|
+
args: Prisma.ManufacturerTranslationUpsertArgs<ExtArgs>;
|
|
1414
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ManufacturerTranslationPayload>;
|
|
1415
|
+
};
|
|
1416
|
+
aggregate: {
|
|
1417
|
+
args: Prisma.ManufacturerTranslationAggregateArgs<ExtArgs>;
|
|
1418
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateManufacturerTranslation>;
|
|
1419
|
+
};
|
|
1420
|
+
groupBy: {
|
|
1421
|
+
args: Prisma.ManufacturerTranslationGroupByArgs<ExtArgs>;
|
|
1422
|
+
result: runtime.Types.Utils.Optional<Prisma.ManufacturerTranslationGroupByOutputType>[];
|
|
1423
|
+
};
|
|
1424
|
+
count: {
|
|
1425
|
+
args: Prisma.ManufacturerTranslationCountArgs<ExtArgs>;
|
|
1426
|
+
result: runtime.Types.Utils.Optional<Prisma.ManufacturerTranslationCountAggregateOutputType> | number;
|
|
1427
|
+
};
|
|
1428
|
+
};
|
|
1429
|
+
};
|
|
1430
|
+
ProductCategory: {
|
|
1431
|
+
payload: Prisma.$ProductCategoryPayload<ExtArgs>;
|
|
1432
|
+
fields: Prisma.ProductCategoryFieldRefs;
|
|
1433
|
+
operations: {
|
|
1434
|
+
findUnique: {
|
|
1435
|
+
args: Prisma.ProductCategoryFindUniqueArgs<ExtArgs>;
|
|
1436
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryPayload> | null;
|
|
1437
|
+
};
|
|
1438
|
+
findUniqueOrThrow: {
|
|
1439
|
+
args: Prisma.ProductCategoryFindUniqueOrThrowArgs<ExtArgs>;
|
|
1440
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryPayload>;
|
|
1441
|
+
};
|
|
1442
|
+
findFirst: {
|
|
1443
|
+
args: Prisma.ProductCategoryFindFirstArgs<ExtArgs>;
|
|
1444
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryPayload> | null;
|
|
1445
|
+
};
|
|
1446
|
+
findFirstOrThrow: {
|
|
1447
|
+
args: Prisma.ProductCategoryFindFirstOrThrowArgs<ExtArgs>;
|
|
1448
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryPayload>;
|
|
1449
|
+
};
|
|
1450
|
+
findMany: {
|
|
1451
|
+
args: Prisma.ProductCategoryFindManyArgs<ExtArgs>;
|
|
1452
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryPayload>[];
|
|
1453
|
+
};
|
|
1454
|
+
create: {
|
|
1455
|
+
args: Prisma.ProductCategoryCreateArgs<ExtArgs>;
|
|
1456
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryPayload>;
|
|
1457
|
+
};
|
|
1458
|
+
createMany: {
|
|
1459
|
+
args: Prisma.ProductCategoryCreateManyArgs<ExtArgs>;
|
|
1460
|
+
result: BatchPayload;
|
|
1461
|
+
};
|
|
1462
|
+
createManyAndReturn: {
|
|
1463
|
+
args: Prisma.ProductCategoryCreateManyAndReturnArgs<ExtArgs>;
|
|
1464
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryPayload>[];
|
|
1465
|
+
};
|
|
1466
|
+
delete: {
|
|
1467
|
+
args: Prisma.ProductCategoryDeleteArgs<ExtArgs>;
|
|
1468
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryPayload>;
|
|
1469
|
+
};
|
|
1470
|
+
update: {
|
|
1471
|
+
args: Prisma.ProductCategoryUpdateArgs<ExtArgs>;
|
|
1472
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryPayload>;
|
|
1473
|
+
};
|
|
1474
|
+
deleteMany: {
|
|
1475
|
+
args: Prisma.ProductCategoryDeleteManyArgs<ExtArgs>;
|
|
1476
|
+
result: BatchPayload;
|
|
1477
|
+
};
|
|
1478
|
+
updateMany: {
|
|
1479
|
+
args: Prisma.ProductCategoryUpdateManyArgs<ExtArgs>;
|
|
1480
|
+
result: BatchPayload;
|
|
1481
|
+
};
|
|
1482
|
+
updateManyAndReturn: {
|
|
1483
|
+
args: Prisma.ProductCategoryUpdateManyAndReturnArgs<ExtArgs>;
|
|
1484
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryPayload>[];
|
|
1485
|
+
};
|
|
1486
|
+
upsert: {
|
|
1487
|
+
args: Prisma.ProductCategoryUpsertArgs<ExtArgs>;
|
|
1488
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryPayload>;
|
|
1489
|
+
};
|
|
1490
|
+
aggregate: {
|
|
1491
|
+
args: Prisma.ProductCategoryAggregateArgs<ExtArgs>;
|
|
1492
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateProductCategory>;
|
|
1493
|
+
};
|
|
1494
|
+
groupBy: {
|
|
1495
|
+
args: Prisma.ProductCategoryGroupByArgs<ExtArgs>;
|
|
1496
|
+
result: runtime.Types.Utils.Optional<Prisma.ProductCategoryGroupByOutputType>[];
|
|
1497
|
+
};
|
|
1498
|
+
count: {
|
|
1499
|
+
args: Prisma.ProductCategoryCountArgs<ExtArgs>;
|
|
1500
|
+
result: runtime.Types.Utils.Optional<Prisma.ProductCategoryCountAggregateOutputType> | number;
|
|
1501
|
+
};
|
|
1502
|
+
};
|
|
1503
|
+
};
|
|
1504
|
+
ProductCategoryTranslation: {
|
|
1505
|
+
payload: Prisma.$ProductCategoryTranslationPayload<ExtArgs>;
|
|
1506
|
+
fields: Prisma.ProductCategoryTranslationFieldRefs;
|
|
1507
|
+
operations: {
|
|
1508
|
+
findUnique: {
|
|
1509
|
+
args: Prisma.ProductCategoryTranslationFindUniqueArgs<ExtArgs>;
|
|
1510
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryTranslationPayload> | null;
|
|
1511
|
+
};
|
|
1512
|
+
findUniqueOrThrow: {
|
|
1513
|
+
args: Prisma.ProductCategoryTranslationFindUniqueOrThrowArgs<ExtArgs>;
|
|
1514
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryTranslationPayload>;
|
|
1515
|
+
};
|
|
1516
|
+
findFirst: {
|
|
1517
|
+
args: Prisma.ProductCategoryTranslationFindFirstArgs<ExtArgs>;
|
|
1518
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryTranslationPayload> | null;
|
|
1519
|
+
};
|
|
1520
|
+
findFirstOrThrow: {
|
|
1521
|
+
args: Prisma.ProductCategoryTranslationFindFirstOrThrowArgs<ExtArgs>;
|
|
1522
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryTranslationPayload>;
|
|
1523
|
+
};
|
|
1524
|
+
findMany: {
|
|
1525
|
+
args: Prisma.ProductCategoryTranslationFindManyArgs<ExtArgs>;
|
|
1526
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryTranslationPayload>[];
|
|
1527
|
+
};
|
|
1528
|
+
create: {
|
|
1529
|
+
args: Prisma.ProductCategoryTranslationCreateArgs<ExtArgs>;
|
|
1530
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryTranslationPayload>;
|
|
1531
|
+
};
|
|
1532
|
+
createMany: {
|
|
1533
|
+
args: Prisma.ProductCategoryTranslationCreateManyArgs<ExtArgs>;
|
|
1534
|
+
result: BatchPayload;
|
|
1535
|
+
};
|
|
1536
|
+
createManyAndReturn: {
|
|
1537
|
+
args: Prisma.ProductCategoryTranslationCreateManyAndReturnArgs<ExtArgs>;
|
|
1538
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryTranslationPayload>[];
|
|
1539
|
+
};
|
|
1540
|
+
delete: {
|
|
1541
|
+
args: Prisma.ProductCategoryTranslationDeleteArgs<ExtArgs>;
|
|
1542
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryTranslationPayload>;
|
|
1543
|
+
};
|
|
1544
|
+
update: {
|
|
1545
|
+
args: Prisma.ProductCategoryTranslationUpdateArgs<ExtArgs>;
|
|
1546
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryTranslationPayload>;
|
|
1547
|
+
};
|
|
1548
|
+
deleteMany: {
|
|
1549
|
+
args: Prisma.ProductCategoryTranslationDeleteManyArgs<ExtArgs>;
|
|
1550
|
+
result: BatchPayload;
|
|
1551
|
+
};
|
|
1552
|
+
updateMany: {
|
|
1553
|
+
args: Prisma.ProductCategoryTranslationUpdateManyArgs<ExtArgs>;
|
|
1554
|
+
result: BatchPayload;
|
|
1555
|
+
};
|
|
1556
|
+
updateManyAndReturn: {
|
|
1557
|
+
args: Prisma.ProductCategoryTranslationUpdateManyAndReturnArgs<ExtArgs>;
|
|
1558
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryTranslationPayload>[];
|
|
1559
|
+
};
|
|
1560
|
+
upsert: {
|
|
1561
|
+
args: Prisma.ProductCategoryTranslationUpsertArgs<ExtArgs>;
|
|
1562
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductCategoryTranslationPayload>;
|
|
1563
|
+
};
|
|
1564
|
+
aggregate: {
|
|
1565
|
+
args: Prisma.ProductCategoryTranslationAggregateArgs<ExtArgs>;
|
|
1566
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateProductCategoryTranslation>;
|
|
1567
|
+
};
|
|
1568
|
+
groupBy: {
|
|
1569
|
+
args: Prisma.ProductCategoryTranslationGroupByArgs<ExtArgs>;
|
|
1570
|
+
result: runtime.Types.Utils.Optional<Prisma.ProductCategoryTranslationGroupByOutputType>[];
|
|
1571
|
+
};
|
|
1572
|
+
count: {
|
|
1573
|
+
args: Prisma.ProductCategoryTranslationCountArgs<ExtArgs>;
|
|
1574
|
+
result: runtime.Types.Utils.Optional<Prisma.ProductCategoryTranslationCountAggregateOutputType> | number;
|
|
1575
|
+
};
|
|
1576
|
+
};
|
|
1577
|
+
};
|
|
1578
|
+
Product: {
|
|
1579
|
+
payload: Prisma.$ProductPayload<ExtArgs>;
|
|
1580
|
+
fields: Prisma.ProductFieldRefs;
|
|
1581
|
+
operations: {
|
|
1582
|
+
findUnique: {
|
|
1583
|
+
args: Prisma.ProductFindUniqueArgs<ExtArgs>;
|
|
1584
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload> | null;
|
|
1585
|
+
};
|
|
1586
|
+
findUniqueOrThrow: {
|
|
1587
|
+
args: Prisma.ProductFindUniqueOrThrowArgs<ExtArgs>;
|
|
1588
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>;
|
|
1589
|
+
};
|
|
1590
|
+
findFirst: {
|
|
1591
|
+
args: Prisma.ProductFindFirstArgs<ExtArgs>;
|
|
1592
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload> | null;
|
|
1593
|
+
};
|
|
1594
|
+
findFirstOrThrow: {
|
|
1595
|
+
args: Prisma.ProductFindFirstOrThrowArgs<ExtArgs>;
|
|
1596
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>;
|
|
1597
|
+
};
|
|
1598
|
+
findMany: {
|
|
1599
|
+
args: Prisma.ProductFindManyArgs<ExtArgs>;
|
|
1600
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>[];
|
|
1601
|
+
};
|
|
1602
|
+
create: {
|
|
1603
|
+
args: Prisma.ProductCreateArgs<ExtArgs>;
|
|
1604
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>;
|
|
1605
|
+
};
|
|
1606
|
+
createMany: {
|
|
1607
|
+
args: Prisma.ProductCreateManyArgs<ExtArgs>;
|
|
1608
|
+
result: BatchPayload;
|
|
1609
|
+
};
|
|
1610
|
+
createManyAndReturn: {
|
|
1611
|
+
args: Prisma.ProductCreateManyAndReturnArgs<ExtArgs>;
|
|
1612
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>[];
|
|
1613
|
+
};
|
|
1614
|
+
delete: {
|
|
1615
|
+
args: Prisma.ProductDeleteArgs<ExtArgs>;
|
|
1616
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>;
|
|
1617
|
+
};
|
|
1618
|
+
update: {
|
|
1619
|
+
args: Prisma.ProductUpdateArgs<ExtArgs>;
|
|
1620
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>;
|
|
1621
|
+
};
|
|
1622
|
+
deleteMany: {
|
|
1623
|
+
args: Prisma.ProductDeleteManyArgs<ExtArgs>;
|
|
1624
|
+
result: BatchPayload;
|
|
1625
|
+
};
|
|
1626
|
+
updateMany: {
|
|
1627
|
+
args: Prisma.ProductUpdateManyArgs<ExtArgs>;
|
|
1628
|
+
result: BatchPayload;
|
|
1629
|
+
};
|
|
1630
|
+
updateManyAndReturn: {
|
|
1631
|
+
args: Prisma.ProductUpdateManyAndReturnArgs<ExtArgs>;
|
|
1632
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>[];
|
|
1633
|
+
};
|
|
1634
|
+
upsert: {
|
|
1635
|
+
args: Prisma.ProductUpsertArgs<ExtArgs>;
|
|
1636
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>;
|
|
1637
|
+
};
|
|
1638
|
+
aggregate: {
|
|
1639
|
+
args: Prisma.ProductAggregateArgs<ExtArgs>;
|
|
1640
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateProduct>;
|
|
1641
|
+
};
|
|
1642
|
+
groupBy: {
|
|
1643
|
+
args: Prisma.ProductGroupByArgs<ExtArgs>;
|
|
1644
|
+
result: runtime.Types.Utils.Optional<Prisma.ProductGroupByOutputType>[];
|
|
1645
|
+
};
|
|
1646
|
+
count: {
|
|
1647
|
+
args: Prisma.ProductCountArgs<ExtArgs>;
|
|
1648
|
+
result: runtime.Types.Utils.Optional<Prisma.ProductCountAggregateOutputType> | number;
|
|
1649
|
+
};
|
|
1650
|
+
};
|
|
1651
|
+
};
|
|
1652
|
+
ProductSnapshot: {
|
|
1653
|
+
payload: Prisma.$ProductSnapshotPayload<ExtArgs>;
|
|
1654
|
+
fields: Prisma.ProductSnapshotFieldRefs;
|
|
1655
|
+
operations: {
|
|
1656
|
+
findUnique: {
|
|
1657
|
+
args: Prisma.ProductSnapshotFindUniqueArgs<ExtArgs>;
|
|
1658
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductSnapshotPayload> | null;
|
|
1659
|
+
};
|
|
1660
|
+
findUniqueOrThrow: {
|
|
1661
|
+
args: Prisma.ProductSnapshotFindUniqueOrThrowArgs<ExtArgs>;
|
|
1662
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductSnapshotPayload>;
|
|
1663
|
+
};
|
|
1664
|
+
findFirst: {
|
|
1665
|
+
args: Prisma.ProductSnapshotFindFirstArgs<ExtArgs>;
|
|
1666
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductSnapshotPayload> | null;
|
|
1667
|
+
};
|
|
1668
|
+
findFirstOrThrow: {
|
|
1669
|
+
args: Prisma.ProductSnapshotFindFirstOrThrowArgs<ExtArgs>;
|
|
1670
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductSnapshotPayload>;
|
|
1671
|
+
};
|
|
1672
|
+
findMany: {
|
|
1673
|
+
args: Prisma.ProductSnapshotFindManyArgs<ExtArgs>;
|
|
1674
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductSnapshotPayload>[];
|
|
1675
|
+
};
|
|
1676
|
+
create: {
|
|
1677
|
+
args: Prisma.ProductSnapshotCreateArgs<ExtArgs>;
|
|
1678
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductSnapshotPayload>;
|
|
1679
|
+
};
|
|
1680
|
+
createMany: {
|
|
1681
|
+
args: Prisma.ProductSnapshotCreateManyArgs<ExtArgs>;
|
|
1682
|
+
result: BatchPayload;
|
|
1683
|
+
};
|
|
1684
|
+
createManyAndReturn: {
|
|
1685
|
+
args: Prisma.ProductSnapshotCreateManyAndReturnArgs<ExtArgs>;
|
|
1686
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductSnapshotPayload>[];
|
|
1687
|
+
};
|
|
1688
|
+
delete: {
|
|
1689
|
+
args: Prisma.ProductSnapshotDeleteArgs<ExtArgs>;
|
|
1690
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductSnapshotPayload>;
|
|
1691
|
+
};
|
|
1692
|
+
update: {
|
|
1693
|
+
args: Prisma.ProductSnapshotUpdateArgs<ExtArgs>;
|
|
1694
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductSnapshotPayload>;
|
|
1695
|
+
};
|
|
1696
|
+
deleteMany: {
|
|
1697
|
+
args: Prisma.ProductSnapshotDeleteManyArgs<ExtArgs>;
|
|
1698
|
+
result: BatchPayload;
|
|
1699
|
+
};
|
|
1700
|
+
updateMany: {
|
|
1701
|
+
args: Prisma.ProductSnapshotUpdateManyArgs<ExtArgs>;
|
|
1702
|
+
result: BatchPayload;
|
|
1703
|
+
};
|
|
1704
|
+
updateManyAndReturn: {
|
|
1705
|
+
args: Prisma.ProductSnapshotUpdateManyAndReturnArgs<ExtArgs>;
|
|
1706
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductSnapshotPayload>[];
|
|
1707
|
+
};
|
|
1708
|
+
upsert: {
|
|
1709
|
+
args: Prisma.ProductSnapshotUpsertArgs<ExtArgs>;
|
|
1710
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductSnapshotPayload>;
|
|
1711
|
+
};
|
|
1712
|
+
aggregate: {
|
|
1713
|
+
args: Prisma.ProductSnapshotAggregateArgs<ExtArgs>;
|
|
1714
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateProductSnapshot>;
|
|
1715
|
+
};
|
|
1716
|
+
groupBy: {
|
|
1717
|
+
args: Prisma.ProductSnapshotGroupByArgs<ExtArgs>;
|
|
1718
|
+
result: runtime.Types.Utils.Optional<Prisma.ProductSnapshotGroupByOutputType>[];
|
|
1719
|
+
};
|
|
1720
|
+
count: {
|
|
1721
|
+
args: Prisma.ProductSnapshotCountArgs<ExtArgs>;
|
|
1722
|
+
result: runtime.Types.Utils.Optional<Prisma.ProductSnapshotCountAggregateOutputType> | number;
|
|
1723
|
+
};
|
|
1724
|
+
};
|
|
1725
|
+
};
|
|
1726
|
+
ProductTranslation: {
|
|
1727
|
+
payload: Prisma.$ProductTranslationPayload<ExtArgs>;
|
|
1728
|
+
fields: Prisma.ProductTranslationFieldRefs;
|
|
1729
|
+
operations: {
|
|
1730
|
+
findUnique: {
|
|
1731
|
+
args: Prisma.ProductTranslationFindUniqueArgs<ExtArgs>;
|
|
1732
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductTranslationPayload> | null;
|
|
1733
|
+
};
|
|
1734
|
+
findUniqueOrThrow: {
|
|
1735
|
+
args: Prisma.ProductTranslationFindUniqueOrThrowArgs<ExtArgs>;
|
|
1736
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductTranslationPayload>;
|
|
1737
|
+
};
|
|
1738
|
+
findFirst: {
|
|
1739
|
+
args: Prisma.ProductTranslationFindFirstArgs<ExtArgs>;
|
|
1740
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductTranslationPayload> | null;
|
|
1741
|
+
};
|
|
1742
|
+
findFirstOrThrow: {
|
|
1743
|
+
args: Prisma.ProductTranslationFindFirstOrThrowArgs<ExtArgs>;
|
|
1744
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductTranslationPayload>;
|
|
1745
|
+
};
|
|
1746
|
+
findMany: {
|
|
1747
|
+
args: Prisma.ProductTranslationFindManyArgs<ExtArgs>;
|
|
1748
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductTranslationPayload>[];
|
|
1749
|
+
};
|
|
1750
|
+
create: {
|
|
1751
|
+
args: Prisma.ProductTranslationCreateArgs<ExtArgs>;
|
|
1752
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductTranslationPayload>;
|
|
1753
|
+
};
|
|
1754
|
+
createMany: {
|
|
1755
|
+
args: Prisma.ProductTranslationCreateManyArgs<ExtArgs>;
|
|
1756
|
+
result: BatchPayload;
|
|
1757
|
+
};
|
|
1758
|
+
createManyAndReturn: {
|
|
1759
|
+
args: Prisma.ProductTranslationCreateManyAndReturnArgs<ExtArgs>;
|
|
1760
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductTranslationPayload>[];
|
|
1761
|
+
};
|
|
1762
|
+
delete: {
|
|
1763
|
+
args: Prisma.ProductTranslationDeleteArgs<ExtArgs>;
|
|
1764
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductTranslationPayload>;
|
|
1765
|
+
};
|
|
1766
|
+
update: {
|
|
1767
|
+
args: Prisma.ProductTranslationUpdateArgs<ExtArgs>;
|
|
1768
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductTranslationPayload>;
|
|
1769
|
+
};
|
|
1770
|
+
deleteMany: {
|
|
1771
|
+
args: Prisma.ProductTranslationDeleteManyArgs<ExtArgs>;
|
|
1772
|
+
result: BatchPayload;
|
|
1773
|
+
};
|
|
1774
|
+
updateMany: {
|
|
1775
|
+
args: Prisma.ProductTranslationUpdateManyArgs<ExtArgs>;
|
|
1776
|
+
result: BatchPayload;
|
|
1777
|
+
};
|
|
1778
|
+
updateManyAndReturn: {
|
|
1779
|
+
args: Prisma.ProductTranslationUpdateManyAndReturnArgs<ExtArgs>;
|
|
1780
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductTranslationPayload>[];
|
|
1781
|
+
};
|
|
1782
|
+
upsert: {
|
|
1783
|
+
args: Prisma.ProductTranslationUpsertArgs<ExtArgs>;
|
|
1784
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductTranslationPayload>;
|
|
1785
|
+
};
|
|
1786
|
+
aggregate: {
|
|
1787
|
+
args: Prisma.ProductTranslationAggregateArgs<ExtArgs>;
|
|
1788
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateProductTranslation>;
|
|
1789
|
+
};
|
|
1790
|
+
groupBy: {
|
|
1791
|
+
args: Prisma.ProductTranslationGroupByArgs<ExtArgs>;
|
|
1792
|
+
result: runtime.Types.Utils.Optional<Prisma.ProductTranslationGroupByOutputType>[];
|
|
1793
|
+
};
|
|
1794
|
+
count: {
|
|
1795
|
+
args: Prisma.ProductTranslationCountArgs<ExtArgs>;
|
|
1796
|
+
result: runtime.Types.Utils.Optional<Prisma.ProductTranslationCountAggregateOutputType> | number;
|
|
1797
|
+
};
|
|
1798
|
+
};
|
|
1799
|
+
};
|
|
1800
|
+
ModifierGroup: {
|
|
1801
|
+
payload: Prisma.$ModifierGroupPayload<ExtArgs>;
|
|
1802
|
+
fields: Prisma.ModifierGroupFieldRefs;
|
|
1803
|
+
operations: {
|
|
1804
|
+
findUnique: {
|
|
1805
|
+
args: Prisma.ModifierGroupFindUniqueArgs<ExtArgs>;
|
|
1806
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupPayload> | null;
|
|
1807
|
+
};
|
|
1808
|
+
findUniqueOrThrow: {
|
|
1809
|
+
args: Prisma.ModifierGroupFindUniqueOrThrowArgs<ExtArgs>;
|
|
1810
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupPayload>;
|
|
1811
|
+
};
|
|
1812
|
+
findFirst: {
|
|
1813
|
+
args: Prisma.ModifierGroupFindFirstArgs<ExtArgs>;
|
|
1814
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupPayload> | null;
|
|
1815
|
+
};
|
|
1816
|
+
findFirstOrThrow: {
|
|
1817
|
+
args: Prisma.ModifierGroupFindFirstOrThrowArgs<ExtArgs>;
|
|
1818
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupPayload>;
|
|
1819
|
+
};
|
|
1820
|
+
findMany: {
|
|
1821
|
+
args: Prisma.ModifierGroupFindManyArgs<ExtArgs>;
|
|
1822
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupPayload>[];
|
|
1823
|
+
};
|
|
1824
|
+
create: {
|
|
1825
|
+
args: Prisma.ModifierGroupCreateArgs<ExtArgs>;
|
|
1826
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupPayload>;
|
|
1827
|
+
};
|
|
1828
|
+
createMany: {
|
|
1829
|
+
args: Prisma.ModifierGroupCreateManyArgs<ExtArgs>;
|
|
1830
|
+
result: BatchPayload;
|
|
1831
|
+
};
|
|
1832
|
+
createManyAndReturn: {
|
|
1833
|
+
args: Prisma.ModifierGroupCreateManyAndReturnArgs<ExtArgs>;
|
|
1834
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupPayload>[];
|
|
1835
|
+
};
|
|
1836
|
+
delete: {
|
|
1837
|
+
args: Prisma.ModifierGroupDeleteArgs<ExtArgs>;
|
|
1838
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupPayload>;
|
|
1839
|
+
};
|
|
1840
|
+
update: {
|
|
1841
|
+
args: Prisma.ModifierGroupUpdateArgs<ExtArgs>;
|
|
1842
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupPayload>;
|
|
1843
|
+
};
|
|
1844
|
+
deleteMany: {
|
|
1845
|
+
args: Prisma.ModifierGroupDeleteManyArgs<ExtArgs>;
|
|
1846
|
+
result: BatchPayload;
|
|
1847
|
+
};
|
|
1848
|
+
updateMany: {
|
|
1849
|
+
args: Prisma.ModifierGroupUpdateManyArgs<ExtArgs>;
|
|
1850
|
+
result: BatchPayload;
|
|
1851
|
+
};
|
|
1852
|
+
updateManyAndReturn: {
|
|
1853
|
+
args: Prisma.ModifierGroupUpdateManyAndReturnArgs<ExtArgs>;
|
|
1854
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupPayload>[];
|
|
1855
|
+
};
|
|
1856
|
+
upsert: {
|
|
1857
|
+
args: Prisma.ModifierGroupUpsertArgs<ExtArgs>;
|
|
1858
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupPayload>;
|
|
1859
|
+
};
|
|
1860
|
+
aggregate: {
|
|
1861
|
+
args: Prisma.ModifierGroupAggregateArgs<ExtArgs>;
|
|
1862
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateModifierGroup>;
|
|
1863
|
+
};
|
|
1864
|
+
groupBy: {
|
|
1865
|
+
args: Prisma.ModifierGroupGroupByArgs<ExtArgs>;
|
|
1866
|
+
result: runtime.Types.Utils.Optional<Prisma.ModifierGroupGroupByOutputType>[];
|
|
1867
|
+
};
|
|
1868
|
+
count: {
|
|
1869
|
+
args: Prisma.ModifierGroupCountArgs<ExtArgs>;
|
|
1870
|
+
result: runtime.Types.Utils.Optional<Prisma.ModifierGroupCountAggregateOutputType> | number;
|
|
1871
|
+
};
|
|
1872
|
+
};
|
|
1873
|
+
};
|
|
1874
|
+
ModifierGroupTranslation: {
|
|
1875
|
+
payload: Prisma.$ModifierGroupTranslationPayload<ExtArgs>;
|
|
1876
|
+
fields: Prisma.ModifierGroupTranslationFieldRefs;
|
|
1877
|
+
operations: {
|
|
1878
|
+
findUnique: {
|
|
1879
|
+
args: Prisma.ModifierGroupTranslationFindUniqueArgs<ExtArgs>;
|
|
1880
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupTranslationPayload> | null;
|
|
1881
|
+
};
|
|
1882
|
+
findUniqueOrThrow: {
|
|
1883
|
+
args: Prisma.ModifierGroupTranslationFindUniqueOrThrowArgs<ExtArgs>;
|
|
1884
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupTranslationPayload>;
|
|
1885
|
+
};
|
|
1886
|
+
findFirst: {
|
|
1887
|
+
args: Prisma.ModifierGroupTranslationFindFirstArgs<ExtArgs>;
|
|
1888
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupTranslationPayload> | null;
|
|
1889
|
+
};
|
|
1890
|
+
findFirstOrThrow: {
|
|
1891
|
+
args: Prisma.ModifierGroupTranslationFindFirstOrThrowArgs<ExtArgs>;
|
|
1892
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupTranslationPayload>;
|
|
1893
|
+
};
|
|
1894
|
+
findMany: {
|
|
1895
|
+
args: Prisma.ModifierGroupTranslationFindManyArgs<ExtArgs>;
|
|
1896
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupTranslationPayload>[];
|
|
1897
|
+
};
|
|
1898
|
+
create: {
|
|
1899
|
+
args: Prisma.ModifierGroupTranslationCreateArgs<ExtArgs>;
|
|
1900
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupTranslationPayload>;
|
|
1901
|
+
};
|
|
1902
|
+
createMany: {
|
|
1903
|
+
args: Prisma.ModifierGroupTranslationCreateManyArgs<ExtArgs>;
|
|
1904
|
+
result: BatchPayload;
|
|
1905
|
+
};
|
|
1906
|
+
createManyAndReturn: {
|
|
1907
|
+
args: Prisma.ModifierGroupTranslationCreateManyAndReturnArgs<ExtArgs>;
|
|
1908
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupTranslationPayload>[];
|
|
1909
|
+
};
|
|
1910
|
+
delete: {
|
|
1911
|
+
args: Prisma.ModifierGroupTranslationDeleteArgs<ExtArgs>;
|
|
1912
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupTranslationPayload>;
|
|
1913
|
+
};
|
|
1914
|
+
update: {
|
|
1915
|
+
args: Prisma.ModifierGroupTranslationUpdateArgs<ExtArgs>;
|
|
1916
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupTranslationPayload>;
|
|
1917
|
+
};
|
|
1918
|
+
deleteMany: {
|
|
1919
|
+
args: Prisma.ModifierGroupTranslationDeleteManyArgs<ExtArgs>;
|
|
1920
|
+
result: BatchPayload;
|
|
1921
|
+
};
|
|
1922
|
+
updateMany: {
|
|
1923
|
+
args: Prisma.ModifierGroupTranslationUpdateManyArgs<ExtArgs>;
|
|
1924
|
+
result: BatchPayload;
|
|
1925
|
+
};
|
|
1926
|
+
updateManyAndReturn: {
|
|
1927
|
+
args: Prisma.ModifierGroupTranslationUpdateManyAndReturnArgs<ExtArgs>;
|
|
1928
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupTranslationPayload>[];
|
|
1929
|
+
};
|
|
1930
|
+
upsert: {
|
|
1931
|
+
args: Prisma.ModifierGroupTranslationUpsertArgs<ExtArgs>;
|
|
1932
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierGroupTranslationPayload>;
|
|
1933
|
+
};
|
|
1934
|
+
aggregate: {
|
|
1935
|
+
args: Prisma.ModifierGroupTranslationAggregateArgs<ExtArgs>;
|
|
1936
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateModifierGroupTranslation>;
|
|
1937
|
+
};
|
|
1938
|
+
groupBy: {
|
|
1939
|
+
args: Prisma.ModifierGroupTranslationGroupByArgs<ExtArgs>;
|
|
1940
|
+
result: runtime.Types.Utils.Optional<Prisma.ModifierGroupTranslationGroupByOutputType>[];
|
|
1941
|
+
};
|
|
1942
|
+
count: {
|
|
1943
|
+
args: Prisma.ModifierGroupTranslationCountArgs<ExtArgs>;
|
|
1944
|
+
result: runtime.Types.Utils.Optional<Prisma.ModifierGroupTranslationCountAggregateOutputType> | number;
|
|
1945
|
+
};
|
|
1946
|
+
};
|
|
1947
|
+
};
|
|
1948
|
+
Modifier: {
|
|
1949
|
+
payload: Prisma.$ModifierPayload<ExtArgs>;
|
|
1950
|
+
fields: Prisma.ModifierFieldRefs;
|
|
1951
|
+
operations: {
|
|
1952
|
+
findUnique: {
|
|
1953
|
+
args: Prisma.ModifierFindUniqueArgs<ExtArgs>;
|
|
1954
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierPayload> | null;
|
|
1955
|
+
};
|
|
1956
|
+
findUniqueOrThrow: {
|
|
1957
|
+
args: Prisma.ModifierFindUniqueOrThrowArgs<ExtArgs>;
|
|
1958
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierPayload>;
|
|
1959
|
+
};
|
|
1960
|
+
findFirst: {
|
|
1961
|
+
args: Prisma.ModifierFindFirstArgs<ExtArgs>;
|
|
1962
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierPayload> | null;
|
|
1963
|
+
};
|
|
1964
|
+
findFirstOrThrow: {
|
|
1965
|
+
args: Prisma.ModifierFindFirstOrThrowArgs<ExtArgs>;
|
|
1966
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierPayload>;
|
|
1967
|
+
};
|
|
1968
|
+
findMany: {
|
|
1969
|
+
args: Prisma.ModifierFindManyArgs<ExtArgs>;
|
|
1970
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierPayload>[];
|
|
1971
|
+
};
|
|
1972
|
+
create: {
|
|
1973
|
+
args: Prisma.ModifierCreateArgs<ExtArgs>;
|
|
1974
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierPayload>;
|
|
1975
|
+
};
|
|
1976
|
+
createMany: {
|
|
1977
|
+
args: Prisma.ModifierCreateManyArgs<ExtArgs>;
|
|
1978
|
+
result: BatchPayload;
|
|
1979
|
+
};
|
|
1980
|
+
createManyAndReturn: {
|
|
1981
|
+
args: Prisma.ModifierCreateManyAndReturnArgs<ExtArgs>;
|
|
1982
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierPayload>[];
|
|
1983
|
+
};
|
|
1984
|
+
delete: {
|
|
1985
|
+
args: Prisma.ModifierDeleteArgs<ExtArgs>;
|
|
1986
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierPayload>;
|
|
1987
|
+
};
|
|
1988
|
+
update: {
|
|
1989
|
+
args: Prisma.ModifierUpdateArgs<ExtArgs>;
|
|
1990
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierPayload>;
|
|
1991
|
+
};
|
|
1992
|
+
deleteMany: {
|
|
1993
|
+
args: Prisma.ModifierDeleteManyArgs<ExtArgs>;
|
|
1994
|
+
result: BatchPayload;
|
|
1995
|
+
};
|
|
1996
|
+
updateMany: {
|
|
1997
|
+
args: Prisma.ModifierUpdateManyArgs<ExtArgs>;
|
|
1998
|
+
result: BatchPayload;
|
|
1999
|
+
};
|
|
2000
|
+
updateManyAndReturn: {
|
|
2001
|
+
args: Prisma.ModifierUpdateManyAndReturnArgs<ExtArgs>;
|
|
2002
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierPayload>[];
|
|
2003
|
+
};
|
|
2004
|
+
upsert: {
|
|
2005
|
+
args: Prisma.ModifierUpsertArgs<ExtArgs>;
|
|
2006
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ModifierPayload>;
|
|
2007
|
+
};
|
|
2008
|
+
aggregate: {
|
|
2009
|
+
args: Prisma.ModifierAggregateArgs<ExtArgs>;
|
|
2010
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateModifier>;
|
|
2011
|
+
};
|
|
2012
|
+
groupBy: {
|
|
2013
|
+
args: Prisma.ModifierGroupByArgs<ExtArgs>;
|
|
2014
|
+
result: runtime.Types.Utils.Optional<Prisma.ModifierGroupByOutputType>[];
|
|
2015
|
+
};
|
|
2016
|
+
count: {
|
|
2017
|
+
args: Prisma.ModifierCountArgs<ExtArgs>;
|
|
2018
|
+
result: runtime.Types.Utils.Optional<Prisma.ModifierCountAggregateOutputType> | number;
|
|
2019
|
+
};
|
|
2020
|
+
};
|
|
2021
|
+
};
|
|
2022
|
+
Order: {
|
|
2023
|
+
payload: Prisma.$OrderPayload<ExtArgs>;
|
|
2024
|
+
fields: Prisma.OrderFieldRefs;
|
|
2025
|
+
operations: {
|
|
2026
|
+
findUnique: {
|
|
2027
|
+
args: Prisma.OrderFindUniqueArgs<ExtArgs>;
|
|
2028
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderPayload> | null;
|
|
2029
|
+
};
|
|
2030
|
+
findUniqueOrThrow: {
|
|
2031
|
+
args: Prisma.OrderFindUniqueOrThrowArgs<ExtArgs>;
|
|
2032
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderPayload>;
|
|
2033
|
+
};
|
|
2034
|
+
findFirst: {
|
|
2035
|
+
args: Prisma.OrderFindFirstArgs<ExtArgs>;
|
|
2036
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderPayload> | null;
|
|
2037
|
+
};
|
|
2038
|
+
findFirstOrThrow: {
|
|
2039
|
+
args: Prisma.OrderFindFirstOrThrowArgs<ExtArgs>;
|
|
2040
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderPayload>;
|
|
2041
|
+
};
|
|
2042
|
+
findMany: {
|
|
2043
|
+
args: Prisma.OrderFindManyArgs<ExtArgs>;
|
|
2044
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderPayload>[];
|
|
2045
|
+
};
|
|
2046
|
+
create: {
|
|
2047
|
+
args: Prisma.OrderCreateArgs<ExtArgs>;
|
|
2048
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderPayload>;
|
|
2049
|
+
};
|
|
2050
|
+
createMany: {
|
|
2051
|
+
args: Prisma.OrderCreateManyArgs<ExtArgs>;
|
|
2052
|
+
result: BatchPayload;
|
|
2053
|
+
};
|
|
2054
|
+
createManyAndReturn: {
|
|
2055
|
+
args: Prisma.OrderCreateManyAndReturnArgs<ExtArgs>;
|
|
2056
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderPayload>[];
|
|
2057
|
+
};
|
|
2058
|
+
delete: {
|
|
2059
|
+
args: Prisma.OrderDeleteArgs<ExtArgs>;
|
|
2060
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderPayload>;
|
|
2061
|
+
};
|
|
2062
|
+
update: {
|
|
2063
|
+
args: Prisma.OrderUpdateArgs<ExtArgs>;
|
|
2064
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderPayload>;
|
|
2065
|
+
};
|
|
2066
|
+
deleteMany: {
|
|
2067
|
+
args: Prisma.OrderDeleteManyArgs<ExtArgs>;
|
|
2068
|
+
result: BatchPayload;
|
|
2069
|
+
};
|
|
2070
|
+
updateMany: {
|
|
2071
|
+
args: Prisma.OrderUpdateManyArgs<ExtArgs>;
|
|
2072
|
+
result: BatchPayload;
|
|
2073
|
+
};
|
|
2074
|
+
updateManyAndReturn: {
|
|
2075
|
+
args: Prisma.OrderUpdateManyAndReturnArgs<ExtArgs>;
|
|
2076
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderPayload>[];
|
|
2077
|
+
};
|
|
2078
|
+
upsert: {
|
|
2079
|
+
args: Prisma.OrderUpsertArgs<ExtArgs>;
|
|
2080
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderPayload>;
|
|
2081
|
+
};
|
|
2082
|
+
aggregate: {
|
|
2083
|
+
args: Prisma.OrderAggregateArgs<ExtArgs>;
|
|
2084
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateOrder>;
|
|
2085
|
+
};
|
|
2086
|
+
groupBy: {
|
|
2087
|
+
args: Prisma.OrderGroupByArgs<ExtArgs>;
|
|
2088
|
+
result: runtime.Types.Utils.Optional<Prisma.OrderGroupByOutputType>[];
|
|
2089
|
+
};
|
|
2090
|
+
count: {
|
|
2091
|
+
args: Prisma.OrderCountArgs<ExtArgs>;
|
|
2092
|
+
result: runtime.Types.Utils.Optional<Prisma.OrderCountAggregateOutputType> | number;
|
|
2093
|
+
};
|
|
2094
|
+
};
|
|
2095
|
+
};
|
|
2096
|
+
OrderItem: {
|
|
2097
|
+
payload: Prisma.$OrderItemPayload<ExtArgs>;
|
|
2098
|
+
fields: Prisma.OrderItemFieldRefs;
|
|
2099
|
+
operations: {
|
|
2100
|
+
findUnique: {
|
|
2101
|
+
args: Prisma.OrderItemFindUniqueArgs<ExtArgs>;
|
|
2102
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemPayload> | null;
|
|
2103
|
+
};
|
|
2104
|
+
findUniqueOrThrow: {
|
|
2105
|
+
args: Prisma.OrderItemFindUniqueOrThrowArgs<ExtArgs>;
|
|
2106
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemPayload>;
|
|
2107
|
+
};
|
|
2108
|
+
findFirst: {
|
|
2109
|
+
args: Prisma.OrderItemFindFirstArgs<ExtArgs>;
|
|
2110
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemPayload> | null;
|
|
2111
|
+
};
|
|
2112
|
+
findFirstOrThrow: {
|
|
2113
|
+
args: Prisma.OrderItemFindFirstOrThrowArgs<ExtArgs>;
|
|
2114
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemPayload>;
|
|
2115
|
+
};
|
|
2116
|
+
findMany: {
|
|
2117
|
+
args: Prisma.OrderItemFindManyArgs<ExtArgs>;
|
|
2118
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemPayload>[];
|
|
2119
|
+
};
|
|
2120
|
+
create: {
|
|
2121
|
+
args: Prisma.OrderItemCreateArgs<ExtArgs>;
|
|
2122
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemPayload>;
|
|
2123
|
+
};
|
|
2124
|
+
createMany: {
|
|
2125
|
+
args: Prisma.OrderItemCreateManyArgs<ExtArgs>;
|
|
2126
|
+
result: BatchPayload;
|
|
2127
|
+
};
|
|
2128
|
+
createManyAndReturn: {
|
|
2129
|
+
args: Prisma.OrderItemCreateManyAndReturnArgs<ExtArgs>;
|
|
2130
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemPayload>[];
|
|
2131
|
+
};
|
|
2132
|
+
delete: {
|
|
2133
|
+
args: Prisma.OrderItemDeleteArgs<ExtArgs>;
|
|
2134
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemPayload>;
|
|
2135
|
+
};
|
|
2136
|
+
update: {
|
|
2137
|
+
args: Prisma.OrderItemUpdateArgs<ExtArgs>;
|
|
2138
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemPayload>;
|
|
2139
|
+
};
|
|
2140
|
+
deleteMany: {
|
|
2141
|
+
args: Prisma.OrderItemDeleteManyArgs<ExtArgs>;
|
|
2142
|
+
result: BatchPayload;
|
|
2143
|
+
};
|
|
2144
|
+
updateMany: {
|
|
2145
|
+
args: Prisma.OrderItemUpdateManyArgs<ExtArgs>;
|
|
2146
|
+
result: BatchPayload;
|
|
2147
|
+
};
|
|
2148
|
+
updateManyAndReturn: {
|
|
2149
|
+
args: Prisma.OrderItemUpdateManyAndReturnArgs<ExtArgs>;
|
|
2150
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemPayload>[];
|
|
2151
|
+
};
|
|
2152
|
+
upsert: {
|
|
2153
|
+
args: Prisma.OrderItemUpsertArgs<ExtArgs>;
|
|
2154
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemPayload>;
|
|
2155
|
+
};
|
|
2156
|
+
aggregate: {
|
|
2157
|
+
args: Prisma.OrderItemAggregateArgs<ExtArgs>;
|
|
2158
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateOrderItem>;
|
|
2159
|
+
};
|
|
2160
|
+
groupBy: {
|
|
2161
|
+
args: Prisma.OrderItemGroupByArgs<ExtArgs>;
|
|
2162
|
+
result: runtime.Types.Utils.Optional<Prisma.OrderItemGroupByOutputType>[];
|
|
2163
|
+
};
|
|
2164
|
+
count: {
|
|
2165
|
+
args: Prisma.OrderItemCountArgs<ExtArgs>;
|
|
2166
|
+
result: runtime.Types.Utils.Optional<Prisma.OrderItemCountAggregateOutputType> | number;
|
|
2167
|
+
};
|
|
2168
|
+
};
|
|
2169
|
+
};
|
|
2170
|
+
OrderItemTranslation: {
|
|
2171
|
+
payload: Prisma.$OrderItemTranslationPayload<ExtArgs>;
|
|
2172
|
+
fields: Prisma.OrderItemTranslationFieldRefs;
|
|
2173
|
+
operations: {
|
|
2174
|
+
findUnique: {
|
|
2175
|
+
args: Prisma.OrderItemTranslationFindUniqueArgs<ExtArgs>;
|
|
2176
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemTranslationPayload> | null;
|
|
2177
|
+
};
|
|
2178
|
+
findUniqueOrThrow: {
|
|
2179
|
+
args: Prisma.OrderItemTranslationFindUniqueOrThrowArgs<ExtArgs>;
|
|
2180
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemTranslationPayload>;
|
|
2181
|
+
};
|
|
2182
|
+
findFirst: {
|
|
2183
|
+
args: Prisma.OrderItemTranslationFindFirstArgs<ExtArgs>;
|
|
2184
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemTranslationPayload> | null;
|
|
2185
|
+
};
|
|
2186
|
+
findFirstOrThrow: {
|
|
2187
|
+
args: Prisma.OrderItemTranslationFindFirstOrThrowArgs<ExtArgs>;
|
|
2188
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemTranslationPayload>;
|
|
2189
|
+
};
|
|
2190
|
+
findMany: {
|
|
2191
|
+
args: Prisma.OrderItemTranslationFindManyArgs<ExtArgs>;
|
|
2192
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemTranslationPayload>[];
|
|
2193
|
+
};
|
|
2194
|
+
create: {
|
|
2195
|
+
args: Prisma.OrderItemTranslationCreateArgs<ExtArgs>;
|
|
2196
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemTranslationPayload>;
|
|
2197
|
+
};
|
|
2198
|
+
createMany: {
|
|
2199
|
+
args: Prisma.OrderItemTranslationCreateManyArgs<ExtArgs>;
|
|
2200
|
+
result: BatchPayload;
|
|
2201
|
+
};
|
|
2202
|
+
createManyAndReturn: {
|
|
2203
|
+
args: Prisma.OrderItemTranslationCreateManyAndReturnArgs<ExtArgs>;
|
|
2204
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemTranslationPayload>[];
|
|
2205
|
+
};
|
|
2206
|
+
delete: {
|
|
2207
|
+
args: Prisma.OrderItemTranslationDeleteArgs<ExtArgs>;
|
|
2208
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemTranslationPayload>;
|
|
2209
|
+
};
|
|
2210
|
+
update: {
|
|
2211
|
+
args: Prisma.OrderItemTranslationUpdateArgs<ExtArgs>;
|
|
2212
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemTranslationPayload>;
|
|
2213
|
+
};
|
|
2214
|
+
deleteMany: {
|
|
2215
|
+
args: Prisma.OrderItemTranslationDeleteManyArgs<ExtArgs>;
|
|
2216
|
+
result: BatchPayload;
|
|
2217
|
+
};
|
|
2218
|
+
updateMany: {
|
|
2219
|
+
args: Prisma.OrderItemTranslationUpdateManyArgs<ExtArgs>;
|
|
2220
|
+
result: BatchPayload;
|
|
2221
|
+
};
|
|
2222
|
+
updateManyAndReturn: {
|
|
2223
|
+
args: Prisma.OrderItemTranslationUpdateManyAndReturnArgs<ExtArgs>;
|
|
2224
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemTranslationPayload>[];
|
|
2225
|
+
};
|
|
2226
|
+
upsert: {
|
|
2227
|
+
args: Prisma.OrderItemTranslationUpsertArgs<ExtArgs>;
|
|
2228
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$OrderItemTranslationPayload>;
|
|
2229
|
+
};
|
|
2230
|
+
aggregate: {
|
|
2231
|
+
args: Prisma.OrderItemTranslationAggregateArgs<ExtArgs>;
|
|
2232
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateOrderItemTranslation>;
|
|
2233
|
+
};
|
|
2234
|
+
groupBy: {
|
|
2235
|
+
args: Prisma.OrderItemTranslationGroupByArgs<ExtArgs>;
|
|
2236
|
+
result: runtime.Types.Utils.Optional<Prisma.OrderItemTranslationGroupByOutputType>[];
|
|
2237
|
+
};
|
|
2238
|
+
count: {
|
|
2239
|
+
args: Prisma.OrderItemTranslationCountArgs<ExtArgs>;
|
|
2240
|
+
result: runtime.Types.Utils.Optional<Prisma.OrderItemTranslationCountAggregateOutputType> | number;
|
|
2241
|
+
};
|
|
2242
|
+
};
|
|
2243
|
+
};
|
|
2244
|
+
Payment: {
|
|
2245
|
+
payload: Prisma.$PaymentPayload<ExtArgs>;
|
|
2246
|
+
fields: Prisma.PaymentFieldRefs;
|
|
2247
|
+
operations: {
|
|
2248
|
+
findUnique: {
|
|
2249
|
+
args: Prisma.PaymentFindUniqueArgs<ExtArgs>;
|
|
2250
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPayload> | null;
|
|
2251
|
+
};
|
|
2252
|
+
findUniqueOrThrow: {
|
|
2253
|
+
args: Prisma.PaymentFindUniqueOrThrowArgs<ExtArgs>;
|
|
2254
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPayload>;
|
|
2255
|
+
};
|
|
2256
|
+
findFirst: {
|
|
2257
|
+
args: Prisma.PaymentFindFirstArgs<ExtArgs>;
|
|
2258
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPayload> | null;
|
|
2259
|
+
};
|
|
2260
|
+
findFirstOrThrow: {
|
|
2261
|
+
args: Prisma.PaymentFindFirstOrThrowArgs<ExtArgs>;
|
|
2262
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPayload>;
|
|
2263
|
+
};
|
|
2264
|
+
findMany: {
|
|
2265
|
+
args: Prisma.PaymentFindManyArgs<ExtArgs>;
|
|
2266
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPayload>[];
|
|
2267
|
+
};
|
|
2268
|
+
create: {
|
|
2269
|
+
args: Prisma.PaymentCreateArgs<ExtArgs>;
|
|
2270
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPayload>;
|
|
2271
|
+
};
|
|
2272
|
+
createMany: {
|
|
2273
|
+
args: Prisma.PaymentCreateManyArgs<ExtArgs>;
|
|
2274
|
+
result: BatchPayload;
|
|
2275
|
+
};
|
|
2276
|
+
createManyAndReturn: {
|
|
2277
|
+
args: Prisma.PaymentCreateManyAndReturnArgs<ExtArgs>;
|
|
2278
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPayload>[];
|
|
2279
|
+
};
|
|
2280
|
+
delete: {
|
|
2281
|
+
args: Prisma.PaymentDeleteArgs<ExtArgs>;
|
|
2282
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPayload>;
|
|
2283
|
+
};
|
|
2284
|
+
update: {
|
|
2285
|
+
args: Prisma.PaymentUpdateArgs<ExtArgs>;
|
|
2286
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPayload>;
|
|
2287
|
+
};
|
|
2288
|
+
deleteMany: {
|
|
2289
|
+
args: Prisma.PaymentDeleteManyArgs<ExtArgs>;
|
|
2290
|
+
result: BatchPayload;
|
|
2291
|
+
};
|
|
2292
|
+
updateMany: {
|
|
2293
|
+
args: Prisma.PaymentUpdateManyArgs<ExtArgs>;
|
|
2294
|
+
result: BatchPayload;
|
|
2295
|
+
};
|
|
2296
|
+
updateManyAndReturn: {
|
|
2297
|
+
args: Prisma.PaymentUpdateManyAndReturnArgs<ExtArgs>;
|
|
2298
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPayload>[];
|
|
2299
|
+
};
|
|
2300
|
+
upsert: {
|
|
2301
|
+
args: Prisma.PaymentUpsertArgs<ExtArgs>;
|
|
2302
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPayload>;
|
|
2303
|
+
};
|
|
2304
|
+
aggregate: {
|
|
2305
|
+
args: Prisma.PaymentAggregateArgs<ExtArgs>;
|
|
2306
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregatePayment>;
|
|
2307
|
+
};
|
|
2308
|
+
groupBy: {
|
|
2309
|
+
args: Prisma.PaymentGroupByArgs<ExtArgs>;
|
|
2310
|
+
result: runtime.Types.Utils.Optional<Prisma.PaymentGroupByOutputType>[];
|
|
2311
|
+
};
|
|
2312
|
+
count: {
|
|
2313
|
+
args: Prisma.PaymentCountArgs<ExtArgs>;
|
|
2314
|
+
result: runtime.Types.Utils.Optional<Prisma.PaymentCountAggregateOutputType> | number;
|
|
2315
|
+
};
|
|
2316
|
+
};
|
|
2317
|
+
};
|
|
2318
|
+
PaymentSession: {
|
|
2319
|
+
payload: Prisma.$PaymentSessionPayload<ExtArgs>;
|
|
2320
|
+
fields: Prisma.PaymentSessionFieldRefs;
|
|
2321
|
+
operations: {
|
|
2322
|
+
findUnique: {
|
|
2323
|
+
args: Prisma.PaymentSessionFindUniqueArgs<ExtArgs>;
|
|
2324
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentSessionPayload> | null;
|
|
2325
|
+
};
|
|
2326
|
+
findUniqueOrThrow: {
|
|
2327
|
+
args: Prisma.PaymentSessionFindUniqueOrThrowArgs<ExtArgs>;
|
|
2328
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentSessionPayload>;
|
|
2329
|
+
};
|
|
2330
|
+
findFirst: {
|
|
2331
|
+
args: Prisma.PaymentSessionFindFirstArgs<ExtArgs>;
|
|
2332
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentSessionPayload> | null;
|
|
2333
|
+
};
|
|
2334
|
+
findFirstOrThrow: {
|
|
2335
|
+
args: Prisma.PaymentSessionFindFirstOrThrowArgs<ExtArgs>;
|
|
2336
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentSessionPayload>;
|
|
2337
|
+
};
|
|
2338
|
+
findMany: {
|
|
2339
|
+
args: Prisma.PaymentSessionFindManyArgs<ExtArgs>;
|
|
2340
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentSessionPayload>[];
|
|
2341
|
+
};
|
|
2342
|
+
create: {
|
|
2343
|
+
args: Prisma.PaymentSessionCreateArgs<ExtArgs>;
|
|
2344
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentSessionPayload>;
|
|
2345
|
+
};
|
|
2346
|
+
createMany: {
|
|
2347
|
+
args: Prisma.PaymentSessionCreateManyArgs<ExtArgs>;
|
|
2348
|
+
result: BatchPayload;
|
|
2349
|
+
};
|
|
2350
|
+
createManyAndReturn: {
|
|
2351
|
+
args: Prisma.PaymentSessionCreateManyAndReturnArgs<ExtArgs>;
|
|
2352
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentSessionPayload>[];
|
|
2353
|
+
};
|
|
2354
|
+
delete: {
|
|
2355
|
+
args: Prisma.PaymentSessionDeleteArgs<ExtArgs>;
|
|
2356
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentSessionPayload>;
|
|
2357
|
+
};
|
|
2358
|
+
update: {
|
|
2359
|
+
args: Prisma.PaymentSessionUpdateArgs<ExtArgs>;
|
|
2360
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentSessionPayload>;
|
|
2361
|
+
};
|
|
2362
|
+
deleteMany: {
|
|
2363
|
+
args: Prisma.PaymentSessionDeleteManyArgs<ExtArgs>;
|
|
2364
|
+
result: BatchPayload;
|
|
2365
|
+
};
|
|
2366
|
+
updateMany: {
|
|
2367
|
+
args: Prisma.PaymentSessionUpdateManyArgs<ExtArgs>;
|
|
2368
|
+
result: BatchPayload;
|
|
2369
|
+
};
|
|
2370
|
+
updateManyAndReturn: {
|
|
2371
|
+
args: Prisma.PaymentSessionUpdateManyAndReturnArgs<ExtArgs>;
|
|
2372
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentSessionPayload>[];
|
|
2373
|
+
};
|
|
2374
|
+
upsert: {
|
|
2375
|
+
args: Prisma.PaymentSessionUpsertArgs<ExtArgs>;
|
|
2376
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentSessionPayload>;
|
|
2377
|
+
};
|
|
2378
|
+
aggregate: {
|
|
2379
|
+
args: Prisma.PaymentSessionAggregateArgs<ExtArgs>;
|
|
2380
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregatePaymentSession>;
|
|
2381
|
+
};
|
|
2382
|
+
groupBy: {
|
|
2383
|
+
args: Prisma.PaymentSessionGroupByArgs<ExtArgs>;
|
|
2384
|
+
result: runtime.Types.Utils.Optional<Prisma.PaymentSessionGroupByOutputType>[];
|
|
2385
|
+
};
|
|
2386
|
+
count: {
|
|
2387
|
+
args: Prisma.PaymentSessionCountArgs<ExtArgs>;
|
|
2388
|
+
result: runtime.Types.Utils.Optional<Prisma.PaymentSessionCountAggregateOutputType> | number;
|
|
2389
|
+
};
|
|
2390
|
+
};
|
|
2391
|
+
};
|
|
2392
|
+
Campaign: {
|
|
2393
|
+
payload: Prisma.$CampaignPayload<ExtArgs>;
|
|
2394
|
+
fields: Prisma.CampaignFieldRefs;
|
|
2395
|
+
operations: {
|
|
2396
|
+
findUnique: {
|
|
2397
|
+
args: Prisma.CampaignFindUniqueArgs<ExtArgs>;
|
|
2398
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$CampaignPayload> | null;
|
|
2399
|
+
};
|
|
2400
|
+
findUniqueOrThrow: {
|
|
2401
|
+
args: Prisma.CampaignFindUniqueOrThrowArgs<ExtArgs>;
|
|
2402
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$CampaignPayload>;
|
|
2403
|
+
};
|
|
2404
|
+
findFirst: {
|
|
2405
|
+
args: Prisma.CampaignFindFirstArgs<ExtArgs>;
|
|
2406
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$CampaignPayload> | null;
|
|
2407
|
+
};
|
|
2408
|
+
findFirstOrThrow: {
|
|
2409
|
+
args: Prisma.CampaignFindFirstOrThrowArgs<ExtArgs>;
|
|
2410
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$CampaignPayload>;
|
|
2411
|
+
};
|
|
2412
|
+
findMany: {
|
|
2413
|
+
args: Prisma.CampaignFindManyArgs<ExtArgs>;
|
|
2414
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$CampaignPayload>[];
|
|
2415
|
+
};
|
|
2416
|
+
create: {
|
|
2417
|
+
args: Prisma.CampaignCreateArgs<ExtArgs>;
|
|
2418
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$CampaignPayload>;
|
|
2419
|
+
};
|
|
2420
|
+
createMany: {
|
|
2421
|
+
args: Prisma.CampaignCreateManyArgs<ExtArgs>;
|
|
2422
|
+
result: BatchPayload;
|
|
2423
|
+
};
|
|
2424
|
+
createManyAndReturn: {
|
|
2425
|
+
args: Prisma.CampaignCreateManyAndReturnArgs<ExtArgs>;
|
|
2426
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$CampaignPayload>[];
|
|
2427
|
+
};
|
|
2428
|
+
delete: {
|
|
2429
|
+
args: Prisma.CampaignDeleteArgs<ExtArgs>;
|
|
2430
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$CampaignPayload>;
|
|
2431
|
+
};
|
|
2432
|
+
update: {
|
|
2433
|
+
args: Prisma.CampaignUpdateArgs<ExtArgs>;
|
|
2434
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$CampaignPayload>;
|
|
2435
|
+
};
|
|
2436
|
+
deleteMany: {
|
|
2437
|
+
args: Prisma.CampaignDeleteManyArgs<ExtArgs>;
|
|
2438
|
+
result: BatchPayload;
|
|
2439
|
+
};
|
|
2440
|
+
updateMany: {
|
|
2441
|
+
args: Prisma.CampaignUpdateManyArgs<ExtArgs>;
|
|
2442
|
+
result: BatchPayload;
|
|
2443
|
+
};
|
|
2444
|
+
updateManyAndReturn: {
|
|
2445
|
+
args: Prisma.CampaignUpdateManyAndReturnArgs<ExtArgs>;
|
|
2446
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$CampaignPayload>[];
|
|
2447
|
+
};
|
|
2448
|
+
upsert: {
|
|
2449
|
+
args: Prisma.CampaignUpsertArgs<ExtArgs>;
|
|
2450
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$CampaignPayload>;
|
|
2451
|
+
};
|
|
2452
|
+
aggregate: {
|
|
2453
|
+
args: Prisma.CampaignAggregateArgs<ExtArgs>;
|
|
2454
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateCampaign>;
|
|
2455
|
+
};
|
|
2456
|
+
groupBy: {
|
|
2457
|
+
args: Prisma.CampaignGroupByArgs<ExtArgs>;
|
|
2458
|
+
result: runtime.Types.Utils.Optional<Prisma.CampaignGroupByOutputType>[];
|
|
2459
|
+
};
|
|
2460
|
+
count: {
|
|
2461
|
+
args: Prisma.CampaignCountArgs<ExtArgs>;
|
|
2462
|
+
result: runtime.Types.Utils.Optional<Prisma.CampaignCountAggregateOutputType> | number;
|
|
2463
|
+
};
|
|
2464
|
+
};
|
|
2465
|
+
};
|
|
2466
|
+
ShippingMethod: {
|
|
2467
|
+
payload: Prisma.$ShippingMethodPayload<ExtArgs>;
|
|
2468
|
+
fields: Prisma.ShippingMethodFieldRefs;
|
|
2469
|
+
operations: {
|
|
2470
|
+
findUnique: {
|
|
2471
|
+
args: Prisma.ShippingMethodFindUniqueArgs<ExtArgs>;
|
|
2472
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingMethodPayload> | null;
|
|
2473
|
+
};
|
|
2474
|
+
findUniqueOrThrow: {
|
|
2475
|
+
args: Prisma.ShippingMethodFindUniqueOrThrowArgs<ExtArgs>;
|
|
2476
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingMethodPayload>;
|
|
2477
|
+
};
|
|
2478
|
+
findFirst: {
|
|
2479
|
+
args: Prisma.ShippingMethodFindFirstArgs<ExtArgs>;
|
|
2480
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingMethodPayload> | null;
|
|
2481
|
+
};
|
|
2482
|
+
findFirstOrThrow: {
|
|
2483
|
+
args: Prisma.ShippingMethodFindFirstOrThrowArgs<ExtArgs>;
|
|
2484
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingMethodPayload>;
|
|
2485
|
+
};
|
|
2486
|
+
findMany: {
|
|
2487
|
+
args: Prisma.ShippingMethodFindManyArgs<ExtArgs>;
|
|
2488
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingMethodPayload>[];
|
|
2489
|
+
};
|
|
2490
|
+
create: {
|
|
2491
|
+
args: Prisma.ShippingMethodCreateArgs<ExtArgs>;
|
|
2492
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingMethodPayload>;
|
|
2493
|
+
};
|
|
2494
|
+
createMany: {
|
|
2495
|
+
args: Prisma.ShippingMethodCreateManyArgs<ExtArgs>;
|
|
2496
|
+
result: BatchPayload;
|
|
2497
|
+
};
|
|
2498
|
+
createManyAndReturn: {
|
|
2499
|
+
args: Prisma.ShippingMethodCreateManyAndReturnArgs<ExtArgs>;
|
|
2500
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingMethodPayload>[];
|
|
2501
|
+
};
|
|
2502
|
+
delete: {
|
|
2503
|
+
args: Prisma.ShippingMethodDeleteArgs<ExtArgs>;
|
|
2504
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingMethodPayload>;
|
|
2505
|
+
};
|
|
2506
|
+
update: {
|
|
2507
|
+
args: Prisma.ShippingMethodUpdateArgs<ExtArgs>;
|
|
2508
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingMethodPayload>;
|
|
2509
|
+
};
|
|
2510
|
+
deleteMany: {
|
|
2511
|
+
args: Prisma.ShippingMethodDeleteManyArgs<ExtArgs>;
|
|
2512
|
+
result: BatchPayload;
|
|
2513
|
+
};
|
|
2514
|
+
updateMany: {
|
|
2515
|
+
args: Prisma.ShippingMethodUpdateManyArgs<ExtArgs>;
|
|
2516
|
+
result: BatchPayload;
|
|
2517
|
+
};
|
|
2518
|
+
updateManyAndReturn: {
|
|
2519
|
+
args: Prisma.ShippingMethodUpdateManyAndReturnArgs<ExtArgs>;
|
|
2520
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingMethodPayload>[];
|
|
2521
|
+
};
|
|
2522
|
+
upsert: {
|
|
2523
|
+
args: Prisma.ShippingMethodUpsertArgs<ExtArgs>;
|
|
2524
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingMethodPayload>;
|
|
2525
|
+
};
|
|
2526
|
+
aggregate: {
|
|
2527
|
+
args: Prisma.ShippingMethodAggregateArgs<ExtArgs>;
|
|
2528
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateShippingMethod>;
|
|
2529
|
+
};
|
|
2530
|
+
groupBy: {
|
|
2531
|
+
args: Prisma.ShippingMethodGroupByArgs<ExtArgs>;
|
|
2532
|
+
result: runtime.Types.Utils.Optional<Prisma.ShippingMethodGroupByOutputType>[];
|
|
2533
|
+
};
|
|
2534
|
+
count: {
|
|
2535
|
+
args: Prisma.ShippingMethodCountArgs<ExtArgs>;
|
|
2536
|
+
result: runtime.Types.Utils.Optional<Prisma.ShippingMethodCountAggregateOutputType> | number;
|
|
2537
|
+
};
|
|
2538
|
+
};
|
|
2539
|
+
};
|
|
2540
|
+
ShippingZone: {
|
|
2541
|
+
payload: Prisma.$ShippingZonePayload<ExtArgs>;
|
|
2542
|
+
fields: Prisma.ShippingZoneFieldRefs;
|
|
2543
|
+
operations: {
|
|
2544
|
+
findUnique: {
|
|
2545
|
+
args: Prisma.ShippingZoneFindUniqueArgs<ExtArgs>;
|
|
2546
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingZonePayload> | null;
|
|
2547
|
+
};
|
|
2548
|
+
findUniqueOrThrow: {
|
|
2549
|
+
args: Prisma.ShippingZoneFindUniqueOrThrowArgs<ExtArgs>;
|
|
2550
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingZonePayload>;
|
|
2551
|
+
};
|
|
2552
|
+
findFirst: {
|
|
2553
|
+
args: Prisma.ShippingZoneFindFirstArgs<ExtArgs>;
|
|
2554
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingZonePayload> | null;
|
|
2555
|
+
};
|
|
2556
|
+
findFirstOrThrow: {
|
|
2557
|
+
args: Prisma.ShippingZoneFindFirstOrThrowArgs<ExtArgs>;
|
|
2558
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingZonePayload>;
|
|
2559
|
+
};
|
|
2560
|
+
findMany: {
|
|
2561
|
+
args: Prisma.ShippingZoneFindManyArgs<ExtArgs>;
|
|
2562
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingZonePayload>[];
|
|
2563
|
+
};
|
|
2564
|
+
create: {
|
|
2565
|
+
args: Prisma.ShippingZoneCreateArgs<ExtArgs>;
|
|
2566
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingZonePayload>;
|
|
2567
|
+
};
|
|
2568
|
+
createMany: {
|
|
2569
|
+
args: Prisma.ShippingZoneCreateManyArgs<ExtArgs>;
|
|
2570
|
+
result: BatchPayload;
|
|
2571
|
+
};
|
|
2572
|
+
createManyAndReturn: {
|
|
2573
|
+
args: Prisma.ShippingZoneCreateManyAndReturnArgs<ExtArgs>;
|
|
2574
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingZonePayload>[];
|
|
2575
|
+
};
|
|
2576
|
+
delete: {
|
|
2577
|
+
args: Prisma.ShippingZoneDeleteArgs<ExtArgs>;
|
|
2578
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingZonePayload>;
|
|
2579
|
+
};
|
|
2580
|
+
update: {
|
|
2581
|
+
args: Prisma.ShippingZoneUpdateArgs<ExtArgs>;
|
|
2582
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingZonePayload>;
|
|
2583
|
+
};
|
|
2584
|
+
deleteMany: {
|
|
2585
|
+
args: Prisma.ShippingZoneDeleteManyArgs<ExtArgs>;
|
|
2586
|
+
result: BatchPayload;
|
|
2587
|
+
};
|
|
2588
|
+
updateMany: {
|
|
2589
|
+
args: Prisma.ShippingZoneUpdateManyArgs<ExtArgs>;
|
|
2590
|
+
result: BatchPayload;
|
|
2591
|
+
};
|
|
2592
|
+
updateManyAndReturn: {
|
|
2593
|
+
args: Prisma.ShippingZoneUpdateManyAndReturnArgs<ExtArgs>;
|
|
2594
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingZonePayload>[];
|
|
2595
|
+
};
|
|
2596
|
+
upsert: {
|
|
2597
|
+
args: Prisma.ShippingZoneUpsertArgs<ExtArgs>;
|
|
2598
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ShippingZonePayload>;
|
|
2599
|
+
};
|
|
2600
|
+
aggregate: {
|
|
2601
|
+
args: Prisma.ShippingZoneAggregateArgs<ExtArgs>;
|
|
2602
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateShippingZone>;
|
|
2603
|
+
};
|
|
2604
|
+
groupBy: {
|
|
2605
|
+
args: Prisma.ShippingZoneGroupByArgs<ExtArgs>;
|
|
2606
|
+
result: runtime.Types.Utils.Optional<Prisma.ShippingZoneGroupByOutputType>[];
|
|
2607
|
+
};
|
|
2608
|
+
count: {
|
|
2609
|
+
args: Prisma.ShippingZoneCountArgs<ExtArgs>;
|
|
2610
|
+
result: runtime.Types.Utils.Optional<Prisma.ShippingZoneCountAggregateOutputType> | number;
|
|
2611
|
+
};
|
|
2612
|
+
};
|
|
2613
|
+
};
|
|
2614
|
+
Reservation: {
|
|
2615
|
+
payload: Prisma.$ReservationPayload<ExtArgs>;
|
|
2616
|
+
fields: Prisma.ReservationFieldRefs;
|
|
2617
|
+
operations: {
|
|
2618
|
+
findUnique: {
|
|
2619
|
+
args: Prisma.ReservationFindUniqueArgs<ExtArgs>;
|
|
2620
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ReservationPayload> | null;
|
|
2621
|
+
};
|
|
2622
|
+
findUniqueOrThrow: {
|
|
2623
|
+
args: Prisma.ReservationFindUniqueOrThrowArgs<ExtArgs>;
|
|
2624
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ReservationPayload>;
|
|
2625
|
+
};
|
|
2626
|
+
findFirst: {
|
|
2627
|
+
args: Prisma.ReservationFindFirstArgs<ExtArgs>;
|
|
2628
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ReservationPayload> | null;
|
|
2629
|
+
};
|
|
2630
|
+
findFirstOrThrow: {
|
|
2631
|
+
args: Prisma.ReservationFindFirstOrThrowArgs<ExtArgs>;
|
|
2632
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ReservationPayload>;
|
|
2633
|
+
};
|
|
2634
|
+
findMany: {
|
|
2635
|
+
args: Prisma.ReservationFindManyArgs<ExtArgs>;
|
|
2636
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ReservationPayload>[];
|
|
2637
|
+
};
|
|
2638
|
+
create: {
|
|
2639
|
+
args: Prisma.ReservationCreateArgs<ExtArgs>;
|
|
2640
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ReservationPayload>;
|
|
2641
|
+
};
|
|
2642
|
+
createMany: {
|
|
2643
|
+
args: Prisma.ReservationCreateManyArgs<ExtArgs>;
|
|
2644
|
+
result: BatchPayload;
|
|
2645
|
+
};
|
|
2646
|
+
createManyAndReturn: {
|
|
2647
|
+
args: Prisma.ReservationCreateManyAndReturnArgs<ExtArgs>;
|
|
2648
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ReservationPayload>[];
|
|
2649
|
+
};
|
|
2650
|
+
delete: {
|
|
2651
|
+
args: Prisma.ReservationDeleteArgs<ExtArgs>;
|
|
2652
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ReservationPayload>;
|
|
2653
|
+
};
|
|
2654
|
+
update: {
|
|
2655
|
+
args: Prisma.ReservationUpdateArgs<ExtArgs>;
|
|
2656
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ReservationPayload>;
|
|
2657
|
+
};
|
|
2658
|
+
deleteMany: {
|
|
2659
|
+
args: Prisma.ReservationDeleteManyArgs<ExtArgs>;
|
|
2660
|
+
result: BatchPayload;
|
|
2661
|
+
};
|
|
2662
|
+
updateMany: {
|
|
2663
|
+
args: Prisma.ReservationUpdateManyArgs<ExtArgs>;
|
|
2664
|
+
result: BatchPayload;
|
|
2665
|
+
};
|
|
2666
|
+
updateManyAndReturn: {
|
|
2667
|
+
args: Prisma.ReservationUpdateManyAndReturnArgs<ExtArgs>;
|
|
2668
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ReservationPayload>[];
|
|
2669
|
+
};
|
|
2670
|
+
upsert: {
|
|
2671
|
+
args: Prisma.ReservationUpsertArgs<ExtArgs>;
|
|
2672
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ReservationPayload>;
|
|
2673
|
+
};
|
|
2674
|
+
aggregate: {
|
|
2675
|
+
args: Prisma.ReservationAggregateArgs<ExtArgs>;
|
|
2676
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateReservation>;
|
|
2677
|
+
};
|
|
2678
|
+
groupBy: {
|
|
2679
|
+
args: Prisma.ReservationGroupByArgs<ExtArgs>;
|
|
2680
|
+
result: runtime.Types.Utils.Optional<Prisma.ReservationGroupByOutputType>[];
|
|
2681
|
+
};
|
|
2682
|
+
count: {
|
|
2683
|
+
args: Prisma.ReservationCountArgs<ExtArgs>;
|
|
2684
|
+
result: runtime.Types.Utils.Optional<Prisma.ReservationCountAggregateOutputType> | number;
|
|
2685
|
+
};
|
|
2686
|
+
};
|
|
2687
|
+
};
|
|
2688
|
+
};
|
|
2689
|
+
} & {
|
|
2690
|
+
other: {
|
|
2691
|
+
payload: any;
|
|
2692
|
+
operations: {
|
|
2693
|
+
$executeRaw: {
|
|
2694
|
+
args: [query: TemplateStringsArray | Sql, ...values: any[]];
|
|
2695
|
+
result: any;
|
|
2696
|
+
};
|
|
2697
|
+
$executeRawUnsafe: {
|
|
2698
|
+
args: [query: string, ...values: any[]];
|
|
2699
|
+
result: any;
|
|
2700
|
+
};
|
|
2701
|
+
$queryRaw: {
|
|
2702
|
+
args: [query: TemplateStringsArray | Sql, ...values: any[]];
|
|
2703
|
+
result: any;
|
|
2704
|
+
};
|
|
2705
|
+
$queryRawUnsafe: {
|
|
2706
|
+
args: [query: string, ...values: any[]];
|
|
2707
|
+
result: any;
|
|
2708
|
+
};
|
|
2709
|
+
};
|
|
2710
|
+
};
|
|
2711
|
+
};
|
|
2712
|
+
/**
|
|
2713
|
+
* Enums
|
|
2714
|
+
*/
|
|
2715
|
+
export declare const TransactionIsolationLevel: {
|
|
2716
|
+
readonly ReadUncommitted: "ReadUncommitted";
|
|
2717
|
+
readonly ReadCommitted: "ReadCommitted";
|
|
2718
|
+
readonly RepeatableRead: "RepeatableRead";
|
|
2719
|
+
readonly Serializable: "Serializable";
|
|
2720
|
+
};
|
|
2721
|
+
export type TransactionIsolationLevel = (typeof TransactionIsolationLevel)[keyof typeof TransactionIsolationLevel];
|
|
2722
|
+
export declare const UserScalarFieldEnum: {
|
|
2723
|
+
readonly id: "id";
|
|
2724
|
+
readonly name: "name";
|
|
2725
|
+
readonly firstname: "firstname";
|
|
2726
|
+
readonly lastname: "lastname";
|
|
2727
|
+
readonly email: "email";
|
|
2728
|
+
readonly emailVerified: "emailVerified";
|
|
2729
|
+
readonly image: "image";
|
|
2730
|
+
readonly createdAt: "createdAt";
|
|
2731
|
+
readonly updatedAt: "updatedAt";
|
|
2732
|
+
};
|
|
2733
|
+
export type UserScalarFieldEnum = (typeof UserScalarFieldEnum)[keyof typeof UserScalarFieldEnum];
|
|
2734
|
+
export declare const SessionScalarFieldEnum: {
|
|
2735
|
+
readonly id: "id";
|
|
2736
|
+
readonly expiresAt: "expiresAt";
|
|
2737
|
+
readonly token: "token";
|
|
2738
|
+
readonly createdAt: "createdAt";
|
|
2739
|
+
readonly updatedAt: "updatedAt";
|
|
2740
|
+
readonly ipAddress: "ipAddress";
|
|
2741
|
+
readonly userAgent: "userAgent";
|
|
2742
|
+
readonly userId: "userId";
|
|
2743
|
+
readonly activeOrganizationId: "activeOrganizationId";
|
|
2744
|
+
};
|
|
2745
|
+
export type SessionScalarFieldEnum = (typeof SessionScalarFieldEnum)[keyof typeof SessionScalarFieldEnum];
|
|
2746
|
+
export declare const AccountScalarFieldEnum: {
|
|
2747
|
+
readonly id: "id";
|
|
2748
|
+
readonly accountId: "accountId";
|
|
2749
|
+
readonly providerId: "providerId";
|
|
2750
|
+
readonly userId: "userId";
|
|
2751
|
+
readonly accessToken: "accessToken";
|
|
2752
|
+
readonly refreshToken: "refreshToken";
|
|
2753
|
+
readonly idToken: "idToken";
|
|
2754
|
+
readonly accessTokenExpiresAt: "accessTokenExpiresAt";
|
|
2755
|
+
readonly refreshTokenExpiresAt: "refreshTokenExpiresAt";
|
|
2756
|
+
readonly scope: "scope";
|
|
2757
|
+
readonly password: "password";
|
|
2758
|
+
readonly createdAt: "createdAt";
|
|
2759
|
+
readonly updatedAt: "updatedAt";
|
|
2760
|
+
};
|
|
2761
|
+
export type AccountScalarFieldEnum = (typeof AccountScalarFieldEnum)[keyof typeof AccountScalarFieldEnum];
|
|
2762
|
+
export declare const VerificationScalarFieldEnum: {
|
|
2763
|
+
readonly id: "id";
|
|
2764
|
+
readonly identifier: "identifier";
|
|
2765
|
+
readonly value: "value";
|
|
2766
|
+
readonly expiresAt: "expiresAt";
|
|
2767
|
+
readonly createdAt: "createdAt";
|
|
2768
|
+
readonly updatedAt: "updatedAt";
|
|
2769
|
+
};
|
|
2770
|
+
export type VerificationScalarFieldEnum = (typeof VerificationScalarFieldEnum)[keyof typeof VerificationScalarFieldEnum];
|
|
2771
|
+
export declare const MemberScalarFieldEnum: {
|
|
2772
|
+
readonly id: "id";
|
|
2773
|
+
readonly organizationId: "organizationId";
|
|
2774
|
+
readonly userId: "userId";
|
|
2775
|
+
readonly role: "role";
|
|
2776
|
+
readonly createdAt: "createdAt";
|
|
2777
|
+
};
|
|
2778
|
+
export type MemberScalarFieldEnum = (typeof MemberScalarFieldEnum)[keyof typeof MemberScalarFieldEnum];
|
|
2779
|
+
export declare const InvitationScalarFieldEnum: {
|
|
2780
|
+
readonly id: "id";
|
|
2781
|
+
readonly organizationId: "organizationId";
|
|
2782
|
+
readonly email: "email";
|
|
2783
|
+
readonly role: "role";
|
|
2784
|
+
readonly status: "status";
|
|
2785
|
+
readonly expiresAt: "expiresAt";
|
|
2786
|
+
readonly inviterId: "inviterId";
|
|
2787
|
+
};
|
|
2788
|
+
export type InvitationScalarFieldEnum = (typeof InvitationScalarFieldEnum)[keyof typeof InvitationScalarFieldEnum];
|
|
2789
|
+
export declare const OrganizationScalarFieldEnum: {
|
|
2790
|
+
readonly id: "id";
|
|
2791
|
+
readonly name: "name";
|
|
2792
|
+
readonly slug: "slug";
|
|
2793
|
+
readonly phone: "phone";
|
|
2794
|
+
readonly email: "email";
|
|
2795
|
+
readonly legalEntityId: "legalEntityId";
|
|
2796
|
+
readonly addressId: "addressId";
|
|
2797
|
+
readonly configurationId: "configurationId";
|
|
2798
|
+
readonly logo: "logo";
|
|
2799
|
+
readonly logoId: "logoId";
|
|
2800
|
+
readonly createdAt: "createdAt";
|
|
2801
|
+
readonly createdBy: "createdBy";
|
|
2802
|
+
readonly updatedAt: "updatedAt";
|
|
2803
|
+
readonly updatedBy: "updatedBy";
|
|
2804
|
+
readonly deletedAt: "deletedAt";
|
|
2805
|
+
readonly deletedBy: "deletedBy";
|
|
2806
|
+
};
|
|
2807
|
+
export type OrganizationScalarFieldEnum = (typeof OrganizationScalarFieldEnum)[keyof typeof OrganizationScalarFieldEnum];
|
|
2808
|
+
export declare const OpeningTimesScalarFieldEnum: {
|
|
2809
|
+
readonly id: "id";
|
|
2810
|
+
readonly monday: "monday";
|
|
2811
|
+
readonly tuesday: "tuesday";
|
|
2812
|
+
readonly wednesday: "wednesday";
|
|
2813
|
+
readonly thursday: "thursday";
|
|
2814
|
+
readonly friday: "friday";
|
|
2815
|
+
readonly saturday: "saturday";
|
|
2816
|
+
readonly sunday: "sunday";
|
|
2817
|
+
};
|
|
2818
|
+
export type OpeningTimesScalarFieldEnum = (typeof OpeningTimesScalarFieldEnum)[keyof typeof OpeningTimesScalarFieldEnum];
|
|
2819
|
+
export declare const ClosingTimesScalarFieldEnum: {
|
|
2820
|
+
readonly id: "id";
|
|
2821
|
+
readonly monday: "monday";
|
|
2822
|
+
readonly tuesday: "tuesday";
|
|
2823
|
+
readonly wednesday: "wednesday";
|
|
2824
|
+
readonly thursday: "thursday";
|
|
2825
|
+
readonly friday: "friday";
|
|
2826
|
+
readonly saturday: "saturday";
|
|
2827
|
+
readonly sunday: "sunday";
|
|
2828
|
+
};
|
|
2829
|
+
export type ClosingTimesScalarFieldEnum = (typeof ClosingTimesScalarFieldEnum)[keyof typeof ClosingTimesScalarFieldEnum];
|
|
2830
|
+
export declare const OrganizationConfigurationScalarFieldEnum: {
|
|
2831
|
+
readonly id: "id";
|
|
2832
|
+
readonly hostname: "hostname";
|
|
2833
|
+
readonly countriesShipping: "countriesShipping";
|
|
2834
|
+
readonly stripeAccountId: "stripeAccountId";
|
|
2835
|
+
readonly enableHostCheckout: "enableHostCheckout";
|
|
2836
|
+
readonly enableHostTracking: "enableHostTracking";
|
|
2837
|
+
readonly isAcceptingOrders: "isAcceptingOrders";
|
|
2838
|
+
readonly defaultCurrency: "defaultCurrency";
|
|
2839
|
+
readonly defaultLocale: "defaultLocale";
|
|
2840
|
+
readonly supportedLocales: "supportedLocales";
|
|
2841
|
+
readonly openingTimesId: "openingTimesId";
|
|
2842
|
+
readonly closingTimesId: "closingTimesId";
|
|
2843
|
+
readonly facebookProfile: "facebookProfile";
|
|
2844
|
+
readonly instagramProfile: "instagramProfile";
|
|
2845
|
+
readonly xProfile: "xProfile";
|
|
2846
|
+
readonly createdAt: "createdAt";
|
|
2847
|
+
readonly createdBy: "createdBy";
|
|
2848
|
+
readonly updatedAt: "updatedAt";
|
|
2849
|
+
readonly updatedBy: "updatedBy";
|
|
2850
|
+
};
|
|
2851
|
+
export type OrganizationConfigurationScalarFieldEnum = (typeof OrganizationConfigurationScalarFieldEnum)[keyof typeof OrganizationConfigurationScalarFieldEnum];
|
|
2852
|
+
export declare const AddressScalarFieldEnum: {
|
|
2853
|
+
readonly id: "id";
|
|
2854
|
+
readonly firstname: "firstname";
|
|
2855
|
+
readonly lastname: "lastname";
|
|
2856
|
+
readonly phone: "phone";
|
|
2857
|
+
readonly addressLineOne: "addressLineOne";
|
|
2858
|
+
readonly doorNumber: "doorNumber";
|
|
2859
|
+
readonly addressLineTwo: "addressLineTwo";
|
|
2860
|
+
readonly zipCode: "zipCode";
|
|
2861
|
+
readonly placeId: "placeId";
|
|
2862
|
+
readonly deliveryInstructions: "deliveryInstructions";
|
|
2863
|
+
readonly city: "city";
|
|
2864
|
+
readonly country: "country";
|
|
2865
|
+
readonly latitude: "latitude";
|
|
2866
|
+
readonly longitude: "longitude";
|
|
2867
|
+
readonly isDefault: "isDefault";
|
|
2868
|
+
readonly createdAt: "createdAt";
|
|
2869
|
+
readonly createdBy: "createdBy";
|
|
2870
|
+
readonly updatedAt: "updatedAt";
|
|
2871
|
+
readonly updatedBy: "updatedBy";
|
|
2872
|
+
readonly deletedAt: "deletedAt";
|
|
2873
|
+
readonly deletedBy: "deletedBy";
|
|
2874
|
+
};
|
|
2875
|
+
export type AddressScalarFieldEnum = (typeof AddressScalarFieldEnum)[keyof typeof AddressScalarFieldEnum];
|
|
2876
|
+
export declare const LegalEntityScalarFieldEnum: {
|
|
2877
|
+
readonly id: "id";
|
|
2878
|
+
readonly name: "name";
|
|
2879
|
+
readonly taxId: "taxId";
|
|
2880
|
+
readonly addressId: "addressId";
|
|
2881
|
+
readonly email: "email";
|
|
2882
|
+
readonly phone: "phone";
|
|
2883
|
+
readonly createdAt: "createdAt";
|
|
2884
|
+
readonly createdBy: "createdBy";
|
|
2885
|
+
readonly updatedAt: "updatedAt";
|
|
2886
|
+
readonly updatedBy: "updatedBy";
|
|
2887
|
+
readonly deletedAt: "deletedAt";
|
|
2888
|
+
readonly deletedBy: "deletedBy";
|
|
2889
|
+
};
|
|
2890
|
+
export type LegalEntityScalarFieldEnum = (typeof LegalEntityScalarFieldEnum)[keyof typeof LegalEntityScalarFieldEnum];
|
|
2891
|
+
export declare const FileScalarFieldEnum: {
|
|
2892
|
+
readonly id: "id";
|
|
2893
|
+
readonly mimeType: "mimeType";
|
|
2894
|
+
readonly size: "size";
|
|
2895
|
+
readonly filename: "filename";
|
|
2896
|
+
readonly url: "url";
|
|
2897
|
+
readonly status: "status";
|
|
2898
|
+
readonly organizationId: "organizationId";
|
|
2899
|
+
readonly createdAt: "createdAt";
|
|
2900
|
+
readonly createdBy: "createdBy";
|
|
2901
|
+
readonly updatedAt: "updatedAt";
|
|
2902
|
+
readonly updatedBy: "updatedBy";
|
|
2903
|
+
readonly deletedAt: "deletedAt";
|
|
2904
|
+
readonly deletedBy: "deletedBy";
|
|
2905
|
+
};
|
|
2906
|
+
export type FileScalarFieldEnum = (typeof FileScalarFieldEnum)[keyof typeof FileScalarFieldEnum];
|
|
2907
|
+
export declare const ManufacturerScalarFieldEnum: {
|
|
2908
|
+
readonly id: "id";
|
|
2909
|
+
readonly name: "name";
|
|
2910
|
+
readonly logoId: "logoId";
|
|
2911
|
+
readonly organizationId: "organizationId";
|
|
2912
|
+
readonly createdAt: "createdAt";
|
|
2913
|
+
readonly createdBy: "createdBy";
|
|
2914
|
+
readonly updatedAt: "updatedAt";
|
|
2915
|
+
readonly updatedBy: "updatedBy";
|
|
2916
|
+
readonly deletedAt: "deletedAt";
|
|
2917
|
+
readonly deletedBy: "deletedBy";
|
|
2918
|
+
};
|
|
2919
|
+
export type ManufacturerScalarFieldEnum = (typeof ManufacturerScalarFieldEnum)[keyof typeof ManufacturerScalarFieldEnum];
|
|
2920
|
+
export declare const ManufacturerTranslationScalarFieldEnum: {
|
|
2921
|
+
readonly id: "id";
|
|
2922
|
+
readonly locale: "locale";
|
|
2923
|
+
readonly about: "about";
|
|
2924
|
+
readonly manufacturerId: "manufacturerId";
|
|
2925
|
+
readonly createdAt: "createdAt";
|
|
2926
|
+
readonly createdBy: "createdBy";
|
|
2927
|
+
readonly updatedAt: "updatedAt";
|
|
2928
|
+
readonly updatedBy: "updatedBy";
|
|
2929
|
+
};
|
|
2930
|
+
export type ManufacturerTranslationScalarFieldEnum = (typeof ManufacturerTranslationScalarFieldEnum)[keyof typeof ManufacturerTranslationScalarFieldEnum];
|
|
2931
|
+
export declare const ProductCategoryScalarFieldEnum: {
|
|
2932
|
+
readonly id: "id";
|
|
2933
|
+
readonly slug: "slug";
|
|
2934
|
+
readonly organizationId: "organizationId";
|
|
2935
|
+
readonly priority: "priority";
|
|
2936
|
+
readonly imageId: "imageId";
|
|
2937
|
+
readonly createdAt: "createdAt";
|
|
2938
|
+
readonly createdBy: "createdBy";
|
|
2939
|
+
readonly updatedAt: "updatedAt";
|
|
2940
|
+
readonly updatedBy: "updatedBy";
|
|
2941
|
+
readonly deletedAt: "deletedAt";
|
|
2942
|
+
readonly deletedBy: "deletedBy";
|
|
2943
|
+
readonly publishedAt: "publishedAt";
|
|
2944
|
+
readonly publishedBy: "publishedBy";
|
|
2945
|
+
};
|
|
2946
|
+
export type ProductCategoryScalarFieldEnum = (typeof ProductCategoryScalarFieldEnum)[keyof typeof ProductCategoryScalarFieldEnum];
|
|
2947
|
+
export declare const ProductCategoryTranslationScalarFieldEnum: {
|
|
2948
|
+
readonly id: "id";
|
|
2949
|
+
readonly locale: "locale";
|
|
2950
|
+
readonly title: "title";
|
|
2951
|
+
readonly description: "description";
|
|
2952
|
+
readonly productCategoryId: "productCategoryId";
|
|
2953
|
+
readonly createdAt: "createdAt";
|
|
2954
|
+
readonly createdBy: "createdBy";
|
|
2955
|
+
readonly updatedAt: "updatedAt";
|
|
2956
|
+
readonly updatedBy: "updatedBy";
|
|
2957
|
+
};
|
|
2958
|
+
export type ProductCategoryTranslationScalarFieldEnum = (typeof ProductCategoryTranslationScalarFieldEnum)[keyof typeof ProductCategoryTranslationScalarFieldEnum];
|
|
2959
|
+
export declare const ProductScalarFieldEnum: {
|
|
2960
|
+
readonly id: "id";
|
|
2961
|
+
readonly content: "content";
|
|
2962
|
+
readonly slug: "slug";
|
|
2963
|
+
readonly sku: "sku";
|
|
2964
|
+
readonly basePrice: "basePrice";
|
|
2965
|
+
readonly discountedBasePrice: "discountedBasePrice";
|
|
2966
|
+
readonly currency: "currency";
|
|
2967
|
+
readonly organizationId: "organizationId";
|
|
2968
|
+
readonly manufacturerId: "manufacturerId";
|
|
2969
|
+
readonly tags: "tags";
|
|
2970
|
+
readonly publishedAt: "publishedAt";
|
|
2971
|
+
readonly publishedBy: "publishedBy";
|
|
2972
|
+
readonly deletedAt: "deletedAt";
|
|
2973
|
+
readonly deletedBy: "deletedBy";
|
|
2974
|
+
readonly createdAt: "createdAt";
|
|
2975
|
+
readonly createdBy: "createdBy";
|
|
2976
|
+
readonly updatedAt: "updatedAt";
|
|
2977
|
+
readonly updatedBy: "updatedBy";
|
|
2978
|
+
readonly latestSnapshotId: "latestSnapshotId";
|
|
2979
|
+
};
|
|
2980
|
+
export type ProductScalarFieldEnum = (typeof ProductScalarFieldEnum)[keyof typeof ProductScalarFieldEnum];
|
|
2981
|
+
export declare const ProductSnapshotScalarFieldEnum: {
|
|
2982
|
+
readonly id: "id";
|
|
2983
|
+
readonly productId: "productId";
|
|
2984
|
+
readonly data: "data";
|
|
2985
|
+
readonly createdAt: "createdAt";
|
|
2986
|
+
readonly createdBy: "createdBy";
|
|
2987
|
+
};
|
|
2988
|
+
export type ProductSnapshotScalarFieldEnum = (typeof ProductSnapshotScalarFieldEnum)[keyof typeof ProductSnapshotScalarFieldEnum];
|
|
2989
|
+
export declare const ProductTranslationScalarFieldEnum: {
|
|
2990
|
+
readonly id: "id";
|
|
2991
|
+
readonly locale: "locale";
|
|
2992
|
+
readonly title: "title";
|
|
2993
|
+
readonly description: "description";
|
|
2994
|
+
readonly productId: "productId";
|
|
2995
|
+
readonly createdAt: "createdAt";
|
|
2996
|
+
readonly createdBy: "createdBy";
|
|
2997
|
+
readonly updatedAt: "updatedAt";
|
|
2998
|
+
readonly updatedBy: "updatedBy";
|
|
2999
|
+
};
|
|
3000
|
+
export type ProductTranslationScalarFieldEnum = (typeof ProductTranslationScalarFieldEnum)[keyof typeof ProductTranslationScalarFieldEnum];
|
|
3001
|
+
export declare const ModifierGroupScalarFieldEnum: {
|
|
3002
|
+
readonly id: "id";
|
|
3003
|
+
readonly selectMin: "selectMin";
|
|
3004
|
+
readonly selectMax: "selectMax";
|
|
3005
|
+
readonly createdAt: "createdAt";
|
|
3006
|
+
readonly updatedAt: "updatedAt";
|
|
3007
|
+
};
|
|
3008
|
+
export type ModifierGroupScalarFieldEnum = (typeof ModifierGroupScalarFieldEnum)[keyof typeof ModifierGroupScalarFieldEnum];
|
|
3009
|
+
export declare const ModifierGroupTranslationScalarFieldEnum: {
|
|
3010
|
+
readonly id: "id";
|
|
3011
|
+
readonly locale: "locale";
|
|
3012
|
+
readonly title: "title";
|
|
3013
|
+
readonly description: "description";
|
|
3014
|
+
readonly modifierGroupId: "modifierGroupId";
|
|
3015
|
+
};
|
|
3016
|
+
export type ModifierGroupTranslationScalarFieldEnum = (typeof ModifierGroupTranslationScalarFieldEnum)[keyof typeof ModifierGroupTranslationScalarFieldEnum];
|
|
3017
|
+
export declare const ModifierScalarFieldEnum: {
|
|
3018
|
+
readonly id: "id";
|
|
3019
|
+
readonly title: "title";
|
|
3020
|
+
readonly description: "description";
|
|
3021
|
+
readonly sku: "sku";
|
|
3022
|
+
readonly price: "price";
|
|
3023
|
+
readonly modifierGroupId: "modifierGroupId";
|
|
3024
|
+
};
|
|
3025
|
+
export type ModifierScalarFieldEnum = (typeof ModifierScalarFieldEnum)[keyof typeof ModifierScalarFieldEnum];
|
|
3026
|
+
export declare const OrderScalarFieldEnum: {
|
|
3027
|
+
readonly id: "id";
|
|
3028
|
+
readonly organizationId: "organizationId";
|
|
3029
|
+
readonly userId: "userId";
|
|
3030
|
+
readonly paymentId: "paymentId";
|
|
3031
|
+
readonly token: "token";
|
|
3032
|
+
readonly expiresAt: "expiresAt";
|
|
3033
|
+
readonly referenceId: "referenceId";
|
|
3034
|
+
readonly fulfilmentMethod: "fulfilmentMethod";
|
|
3035
|
+
readonly shippingMethodId: "shippingMethodId";
|
|
3036
|
+
readonly shippingAddressId: "shippingAddressId";
|
|
3037
|
+
readonly dateOfExecution: "dateOfExecution";
|
|
3038
|
+
readonly currency: "currency";
|
|
3039
|
+
readonly sourceIp: "sourceIp";
|
|
3040
|
+
readonly acceptedAt: "acceptedAt";
|
|
3041
|
+
readonly readyForDispatchAt: "readyForDispatchAt";
|
|
3042
|
+
readonly dispatchedAt: "dispatchedAt";
|
|
3043
|
+
readonly completedAt: "completedAt";
|
|
3044
|
+
readonly cancelledAt: "cancelledAt";
|
|
3045
|
+
readonly deletedAt: "deletedAt";
|
|
3046
|
+
readonly deletedBy: "deletedBy";
|
|
3047
|
+
readonly createdAt: "createdAt";
|
|
3048
|
+
readonly updatedAt: "updatedAt";
|
|
3049
|
+
};
|
|
3050
|
+
export type OrderScalarFieldEnum = (typeof OrderScalarFieldEnum)[keyof typeof OrderScalarFieldEnum];
|
|
3051
|
+
export declare const OrderItemScalarFieldEnum: {
|
|
3052
|
+
readonly id: "id";
|
|
3053
|
+
readonly quantity: "quantity";
|
|
3054
|
+
readonly unitPrice: "unitPrice";
|
|
3055
|
+
readonly totalPrice: "totalPrice";
|
|
3056
|
+
readonly orderId: "orderId";
|
|
3057
|
+
readonly rawData: "rawData";
|
|
3058
|
+
readonly productSnapshotId: "productSnapshotId";
|
|
3059
|
+
readonly imageId: "imageId";
|
|
3060
|
+
};
|
|
3061
|
+
export type OrderItemScalarFieldEnum = (typeof OrderItemScalarFieldEnum)[keyof typeof OrderItemScalarFieldEnum];
|
|
3062
|
+
export declare const OrderItemTranslationScalarFieldEnum: {
|
|
3063
|
+
readonly id: "id";
|
|
3064
|
+
readonly locale: "locale";
|
|
3065
|
+
readonly title: "title";
|
|
3066
|
+
readonly subtitle: "subtitle";
|
|
3067
|
+
readonly orderItemId: "orderItemId";
|
|
3068
|
+
};
|
|
3069
|
+
export type OrderItemTranslationScalarFieldEnum = (typeof OrderItemTranslationScalarFieldEnum)[keyof typeof OrderItemTranslationScalarFieldEnum];
|
|
3070
|
+
export declare const PaymentScalarFieldEnum: {
|
|
3071
|
+
readonly id: "id";
|
|
3072
|
+
readonly method: "method";
|
|
3073
|
+
readonly provider: "provider";
|
|
3074
|
+
readonly shipping: "shipping";
|
|
3075
|
+
readonly subtotal: "subtotal";
|
|
3076
|
+
readonly total: "total";
|
|
3077
|
+
readonly discount: "discount";
|
|
3078
|
+
readonly currency: "currency";
|
|
3079
|
+
readonly status: "status";
|
|
3080
|
+
readonly createdAt: "createdAt";
|
|
3081
|
+
readonly updatedAt: "updatedAt";
|
|
3082
|
+
};
|
|
3083
|
+
export type PaymentScalarFieldEnum = (typeof PaymentScalarFieldEnum)[keyof typeof PaymentScalarFieldEnum];
|
|
3084
|
+
export declare const PaymentSessionScalarFieldEnum: {
|
|
3085
|
+
readonly id: "id";
|
|
3086
|
+
readonly referenceId: "referenceId";
|
|
3087
|
+
readonly amount: "amount";
|
|
3088
|
+
readonly currency: "currency";
|
|
3089
|
+
readonly rawData: "rawData";
|
|
3090
|
+
readonly capturedAt: "capturedAt";
|
|
3091
|
+
readonly expiredAt: "expiredAt";
|
|
3092
|
+
readonly createdAt: "createdAt";
|
|
3093
|
+
readonly updatedAt: "updatedAt";
|
|
3094
|
+
readonly paymentId: "paymentId";
|
|
3095
|
+
};
|
|
3096
|
+
export type PaymentSessionScalarFieldEnum = (typeof PaymentSessionScalarFieldEnum)[keyof typeof PaymentSessionScalarFieldEnum];
|
|
3097
|
+
export declare const CampaignScalarFieldEnum: {
|
|
3098
|
+
readonly id: "id";
|
|
3099
|
+
readonly title: "title";
|
|
3100
|
+
readonly type: "type";
|
|
3101
|
+
readonly validFrom: "validFrom";
|
|
3102
|
+
readonly validTo: "validTo";
|
|
3103
|
+
readonly organizationId: "organizationId";
|
|
3104
|
+
readonly amount: "amount";
|
|
3105
|
+
readonly percentage: "percentage";
|
|
3106
|
+
readonly publishedAt: "publishedAt";
|
|
3107
|
+
readonly publishedBy: "publishedBy";
|
|
3108
|
+
readonly createdAt: "createdAt";
|
|
3109
|
+
readonly updatedAt: "updatedAt";
|
|
3110
|
+
};
|
|
3111
|
+
export type CampaignScalarFieldEnum = (typeof CampaignScalarFieldEnum)[keyof typeof CampaignScalarFieldEnum];
|
|
3112
|
+
export declare const ShippingMethodScalarFieldEnum: {
|
|
3113
|
+
readonly id: "id";
|
|
3114
|
+
readonly title: "title";
|
|
3115
|
+
readonly providerName: "providerName";
|
|
3116
|
+
readonly providerLogoId: "providerLogoId";
|
|
3117
|
+
readonly requireDateOfDelivery: "requireDateOfDelivery";
|
|
3118
|
+
readonly organizationId: "organizationId";
|
|
3119
|
+
readonly archivedAt: "archivedAt";
|
|
3120
|
+
readonly archivedBy: "archivedBy";
|
|
3121
|
+
readonly publishedAt: "publishedAt";
|
|
3122
|
+
readonly publishedBy: "publishedBy";
|
|
3123
|
+
readonly createdAt: "createdAt";
|
|
3124
|
+
readonly createdBy: "createdBy";
|
|
3125
|
+
readonly updatedAt: "updatedAt";
|
|
3126
|
+
readonly updatedBy: "updatedBy";
|
|
3127
|
+
};
|
|
3128
|
+
export type ShippingMethodScalarFieldEnum = (typeof ShippingMethodScalarFieldEnum)[keyof typeof ShippingMethodScalarFieldEnum];
|
|
3129
|
+
export declare const ShippingZoneScalarFieldEnum: {
|
|
3130
|
+
readonly id: "id";
|
|
3131
|
+
readonly title: "title";
|
|
3132
|
+
readonly distanceUpto: "distanceUpto";
|
|
3133
|
+
readonly price: "price";
|
|
3134
|
+
readonly minimumOrderAmount: "minimumOrderAmount";
|
|
3135
|
+
readonly shippingMethodId: "shippingMethodId";
|
|
3136
|
+
readonly eta: "eta";
|
|
3137
|
+
readonly createdAt: "createdAt";
|
|
3138
|
+
readonly updatedAt: "updatedAt";
|
|
3139
|
+
};
|
|
3140
|
+
export type ShippingZoneScalarFieldEnum = (typeof ShippingZoneScalarFieldEnum)[keyof typeof ShippingZoneScalarFieldEnum];
|
|
3141
|
+
export declare const ReservationScalarFieldEnum: {
|
|
3142
|
+
readonly id: "id";
|
|
3143
|
+
readonly firstname: "firstname";
|
|
3144
|
+
readonly lastname: "lastname";
|
|
3145
|
+
readonly userId: "userId";
|
|
3146
|
+
readonly guests: "guests";
|
|
3147
|
+
readonly phone: "phone";
|
|
3148
|
+
readonly date: "date";
|
|
3149
|
+
readonly referenceId: "referenceId";
|
|
3150
|
+
readonly organizationId: "organizationId";
|
|
3151
|
+
readonly createdAt: "createdAt";
|
|
3152
|
+
readonly acceptedAt: "acceptedAt";
|
|
3153
|
+
readonly cancelledAt: "cancelledAt";
|
|
3154
|
+
readonly updatedAt: "updatedAt";
|
|
3155
|
+
};
|
|
3156
|
+
export type ReservationScalarFieldEnum = (typeof ReservationScalarFieldEnum)[keyof typeof ReservationScalarFieldEnum];
|
|
3157
|
+
export declare const SortOrder: {
|
|
3158
|
+
readonly asc: "asc";
|
|
3159
|
+
readonly desc: "desc";
|
|
3160
|
+
};
|
|
3161
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
3162
|
+
export declare const JsonNullValueInput: {
|
|
3163
|
+
readonly JsonNull: {
|
|
3164
|
+
"__#5@#private": any;
|
|
3165
|
+
_getNamespace(): string;
|
|
3166
|
+
_getName(): string;
|
|
3167
|
+
toString(): string;
|
|
3168
|
+
};
|
|
3169
|
+
};
|
|
3170
|
+
export type JsonNullValueInput = (typeof JsonNullValueInput)[keyof typeof JsonNullValueInput];
|
|
3171
|
+
export declare const NullableJsonNullValueInput: {
|
|
3172
|
+
readonly DbNull: {
|
|
3173
|
+
"__#4@#private": any;
|
|
3174
|
+
_getNamespace(): string;
|
|
3175
|
+
_getName(): string;
|
|
3176
|
+
toString(): string;
|
|
3177
|
+
};
|
|
3178
|
+
readonly JsonNull: {
|
|
3179
|
+
"__#5@#private": any;
|
|
3180
|
+
_getNamespace(): string;
|
|
3181
|
+
_getName(): string;
|
|
3182
|
+
toString(): string;
|
|
3183
|
+
};
|
|
3184
|
+
};
|
|
3185
|
+
export type NullableJsonNullValueInput = (typeof NullableJsonNullValueInput)[keyof typeof NullableJsonNullValueInput];
|
|
3186
|
+
export declare const QueryMode: {
|
|
3187
|
+
readonly default: "default";
|
|
3188
|
+
readonly insensitive: "insensitive";
|
|
3189
|
+
};
|
|
3190
|
+
export type QueryMode = (typeof QueryMode)[keyof typeof QueryMode];
|
|
3191
|
+
export declare const NullsOrder: {
|
|
3192
|
+
readonly first: "first";
|
|
3193
|
+
readonly last: "last";
|
|
3194
|
+
};
|
|
3195
|
+
export type NullsOrder = (typeof NullsOrder)[keyof typeof NullsOrder];
|
|
3196
|
+
export declare const JsonNullValueFilter: {
|
|
3197
|
+
readonly DbNull: {
|
|
3198
|
+
"__#4@#private": any;
|
|
3199
|
+
_getNamespace(): string;
|
|
3200
|
+
_getName(): string;
|
|
3201
|
+
toString(): string;
|
|
3202
|
+
};
|
|
3203
|
+
readonly JsonNull: {
|
|
3204
|
+
"__#5@#private": any;
|
|
3205
|
+
_getNamespace(): string;
|
|
3206
|
+
_getName(): string;
|
|
3207
|
+
toString(): string;
|
|
3208
|
+
};
|
|
3209
|
+
readonly AnyNull: {
|
|
3210
|
+
"__#3@#private": any;
|
|
3211
|
+
_getNamespace(): string;
|
|
3212
|
+
_getName(): string;
|
|
3213
|
+
toString(): string;
|
|
3214
|
+
};
|
|
3215
|
+
};
|
|
3216
|
+
export type JsonNullValueFilter = (typeof JsonNullValueFilter)[keyof typeof JsonNullValueFilter];
|
|
3217
|
+
/**
|
|
3218
|
+
* Field references
|
|
3219
|
+
*/
|
|
3220
|
+
/**
|
|
3221
|
+
* Reference to a field of type 'String'
|
|
3222
|
+
*/
|
|
3223
|
+
export type StringFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'String'>;
|
|
3224
|
+
/**
|
|
3225
|
+
* Reference to a field of type 'String[]'
|
|
3226
|
+
*/
|
|
3227
|
+
export type ListStringFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'String[]'>;
|
|
3228
|
+
/**
|
|
3229
|
+
* Reference to a field of type 'Boolean'
|
|
3230
|
+
*/
|
|
3231
|
+
export type BooleanFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Boolean'>;
|
|
3232
|
+
/**
|
|
3233
|
+
* Reference to a field of type 'DateTime'
|
|
3234
|
+
*/
|
|
3235
|
+
export type DateTimeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'DateTime'>;
|
|
3236
|
+
/**
|
|
3237
|
+
* Reference to a field of type 'DateTime[]'
|
|
3238
|
+
*/
|
|
3239
|
+
export type ListDateTimeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'DateTime[]'>;
|
|
3240
|
+
/**
|
|
3241
|
+
* Reference to a field of type 'Currency'
|
|
3242
|
+
*/
|
|
3243
|
+
export type EnumCurrencyFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Currency'>;
|
|
3244
|
+
/**
|
|
3245
|
+
* Reference to a field of type 'Currency[]'
|
|
3246
|
+
*/
|
|
3247
|
+
export type ListEnumCurrencyFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Currency[]'>;
|
|
3248
|
+
/**
|
|
3249
|
+
* Reference to a field of type 'Locale'
|
|
3250
|
+
*/
|
|
3251
|
+
export type EnumLocaleFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Locale'>;
|
|
3252
|
+
/**
|
|
3253
|
+
* Reference to a field of type 'Locale[]'
|
|
3254
|
+
*/
|
|
3255
|
+
export type ListEnumLocaleFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Locale[]'>;
|
|
3256
|
+
/**
|
|
3257
|
+
* Reference to a field of type 'Float'
|
|
3258
|
+
*/
|
|
3259
|
+
export type FloatFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Float'>;
|
|
3260
|
+
/**
|
|
3261
|
+
* Reference to a field of type 'Float[]'
|
|
3262
|
+
*/
|
|
3263
|
+
export type ListFloatFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Float[]'>;
|
|
3264
|
+
/**
|
|
3265
|
+
* Reference to a field of type 'Int'
|
|
3266
|
+
*/
|
|
3267
|
+
export type IntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int'>;
|
|
3268
|
+
/**
|
|
3269
|
+
* Reference to a field of type 'Int[]'
|
|
3270
|
+
*/
|
|
3271
|
+
export type ListIntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int[]'>;
|
|
3272
|
+
/**
|
|
3273
|
+
* Reference to a field of type 'FileUploadStatus'
|
|
3274
|
+
*/
|
|
3275
|
+
export type EnumFileUploadStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'FileUploadStatus'>;
|
|
3276
|
+
/**
|
|
3277
|
+
* Reference to a field of type 'FileUploadStatus[]'
|
|
3278
|
+
*/
|
|
3279
|
+
export type ListEnumFileUploadStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'FileUploadStatus[]'>;
|
|
3280
|
+
/**
|
|
3281
|
+
* Reference to a field of type 'Json'
|
|
3282
|
+
*/
|
|
3283
|
+
export type JsonFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Json'>;
|
|
3284
|
+
/**
|
|
3285
|
+
* Reference to a field of type 'QueryMode'
|
|
3286
|
+
*/
|
|
3287
|
+
export type EnumQueryModeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'QueryMode'>;
|
|
3288
|
+
/**
|
|
3289
|
+
* Reference to a field of type 'OrderFulfilmentMethod'
|
|
3290
|
+
*/
|
|
3291
|
+
export type EnumOrderFulfilmentMethodFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'OrderFulfilmentMethod'>;
|
|
3292
|
+
/**
|
|
3293
|
+
* Reference to a field of type 'OrderFulfilmentMethod[]'
|
|
3294
|
+
*/
|
|
3295
|
+
export type ListEnumOrderFulfilmentMethodFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'OrderFulfilmentMethod[]'>;
|
|
3296
|
+
/**
|
|
3297
|
+
* Reference to a field of type 'PaymentMethod'
|
|
3298
|
+
*/
|
|
3299
|
+
export type EnumPaymentMethodFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PaymentMethod'>;
|
|
3300
|
+
/**
|
|
3301
|
+
* Reference to a field of type 'PaymentMethod[]'
|
|
3302
|
+
*/
|
|
3303
|
+
export type ListEnumPaymentMethodFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PaymentMethod[]'>;
|
|
3304
|
+
/**
|
|
3305
|
+
* Reference to a field of type 'PaymentProvider'
|
|
3306
|
+
*/
|
|
3307
|
+
export type EnumPaymentProviderFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PaymentProvider'>;
|
|
3308
|
+
/**
|
|
3309
|
+
* Reference to a field of type 'PaymentProvider[]'
|
|
3310
|
+
*/
|
|
3311
|
+
export type ListEnumPaymentProviderFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PaymentProvider[]'>;
|
|
3312
|
+
/**
|
|
3313
|
+
* Reference to a field of type 'PaymentStatus'
|
|
3314
|
+
*/
|
|
3315
|
+
export type EnumPaymentStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PaymentStatus'>;
|
|
3316
|
+
/**
|
|
3317
|
+
* Reference to a field of type 'PaymentStatus[]'
|
|
3318
|
+
*/
|
|
3319
|
+
export type ListEnumPaymentStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PaymentStatus[]'>;
|
|
3320
|
+
/**
|
|
3321
|
+
* Reference to a field of type 'CampaignType'
|
|
3322
|
+
*/
|
|
3323
|
+
export type EnumCampaignTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'CampaignType'>;
|
|
3324
|
+
/**
|
|
3325
|
+
* Reference to a field of type 'CampaignType[]'
|
|
3326
|
+
*/
|
|
3327
|
+
export type ListEnumCampaignTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'CampaignType[]'>;
|
|
3328
|
+
/**
|
|
3329
|
+
* Batch Payload for updateMany & deleteMany & createMany
|
|
3330
|
+
*/
|
|
3331
|
+
export type BatchPayload = {
|
|
3332
|
+
count: number;
|
|
3333
|
+
};
|
|
3334
|
+
export type Datasource = {
|
|
3335
|
+
url?: string;
|
|
3336
|
+
};
|
|
3337
|
+
export type Datasources = {
|
|
3338
|
+
db?: Datasource;
|
|
3339
|
+
};
|
|
3340
|
+
export declare const defineExtension: runtime.Types.Extensions.ExtendsHook<"define", TypeMapCb, runtime.Types.Extensions.DefaultArgs>;
|
|
3341
|
+
export type DefaultPrismaClient = PrismaClient;
|
|
3342
|
+
export type ErrorFormat = 'pretty' | 'colorless' | 'minimal';
|
|
3343
|
+
export interface PrismaClientOptions {
|
|
3344
|
+
/**
|
|
3345
|
+
* Overwrites the datasource url from your schema.prisma file
|
|
3346
|
+
*/
|
|
3347
|
+
datasources?: Datasources;
|
|
3348
|
+
/**
|
|
3349
|
+
* Overwrites the datasource url from your schema.prisma file
|
|
3350
|
+
*/
|
|
3351
|
+
datasourceUrl?: string;
|
|
3352
|
+
/**
|
|
3353
|
+
* @default "colorless"
|
|
3354
|
+
*/
|
|
3355
|
+
errorFormat?: ErrorFormat;
|
|
3356
|
+
/**
|
|
3357
|
+
* @example
|
|
3358
|
+
* ```
|
|
3359
|
+
* // Defaults to stdout
|
|
3360
|
+
* log: ['query', 'info', 'warn', 'error']
|
|
3361
|
+
*
|
|
3362
|
+
* // Emit as events
|
|
3363
|
+
* log: [
|
|
3364
|
+
* { emit: 'stdout', level: 'query' },
|
|
3365
|
+
* { emit: 'stdout', level: 'info' },
|
|
3366
|
+
* { emit: 'stdout', level: 'warn' }
|
|
3367
|
+
* { emit: 'stdout', level: 'error' }
|
|
3368
|
+
* ]
|
|
3369
|
+
* ```
|
|
3370
|
+
* Read more in our [docs](https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-client/logging#the-log-option).
|
|
3371
|
+
*/
|
|
3372
|
+
log?: (LogLevel | LogDefinition)[];
|
|
3373
|
+
/**
|
|
3374
|
+
* The default values for transactionOptions
|
|
3375
|
+
* maxWait ?= 2000
|
|
3376
|
+
* timeout ?= 5000
|
|
3377
|
+
*/
|
|
3378
|
+
transactionOptions?: {
|
|
3379
|
+
maxWait?: number;
|
|
3380
|
+
timeout?: number;
|
|
3381
|
+
isolationLevel?: TransactionIsolationLevel;
|
|
3382
|
+
};
|
|
3383
|
+
/**
|
|
3384
|
+
* Instance of a Driver Adapter, e.g., like one provided by `@prisma/adapter-planetscale`
|
|
3385
|
+
*/
|
|
3386
|
+
adapter?: runtime.SqlDriverAdapterFactory | null;
|
|
3387
|
+
/**
|
|
3388
|
+
* Global configuration for omitting model fields by default.
|
|
3389
|
+
*
|
|
3390
|
+
* @example
|
|
3391
|
+
* ```
|
|
3392
|
+
* const prisma = new PrismaClient({
|
|
3393
|
+
* omit: {
|
|
3394
|
+
* user: {
|
|
3395
|
+
* password: true
|
|
3396
|
+
* }
|
|
3397
|
+
* }
|
|
3398
|
+
* })
|
|
3399
|
+
* ```
|
|
3400
|
+
*/
|
|
3401
|
+
omit?: GlobalOmitConfig;
|
|
3402
|
+
}
|
|
3403
|
+
export type GlobalOmitConfig = {
|
|
3404
|
+
user?: Prisma.UserOmit;
|
|
3405
|
+
session?: Prisma.SessionOmit;
|
|
3406
|
+
account?: Prisma.AccountOmit;
|
|
3407
|
+
verification?: Prisma.VerificationOmit;
|
|
3408
|
+
member?: Prisma.MemberOmit;
|
|
3409
|
+
invitation?: Prisma.InvitationOmit;
|
|
3410
|
+
organization?: Prisma.OrganizationOmit;
|
|
3411
|
+
openingTimes?: Prisma.OpeningTimesOmit;
|
|
3412
|
+
closingTimes?: Prisma.ClosingTimesOmit;
|
|
3413
|
+
organizationConfiguration?: Prisma.OrganizationConfigurationOmit;
|
|
3414
|
+
address?: Prisma.AddressOmit;
|
|
3415
|
+
legalEntity?: Prisma.LegalEntityOmit;
|
|
3416
|
+
file?: Prisma.FileOmit;
|
|
3417
|
+
manufacturer?: Prisma.ManufacturerOmit;
|
|
3418
|
+
manufacturerTranslation?: Prisma.ManufacturerTranslationOmit;
|
|
3419
|
+
productCategory?: Prisma.ProductCategoryOmit;
|
|
3420
|
+
productCategoryTranslation?: Prisma.ProductCategoryTranslationOmit;
|
|
3421
|
+
product?: Prisma.ProductOmit;
|
|
3422
|
+
productSnapshot?: Prisma.ProductSnapshotOmit;
|
|
3423
|
+
productTranslation?: Prisma.ProductTranslationOmit;
|
|
3424
|
+
modifierGroup?: Prisma.ModifierGroupOmit;
|
|
3425
|
+
modifierGroupTranslation?: Prisma.ModifierGroupTranslationOmit;
|
|
3426
|
+
modifier?: Prisma.ModifierOmit;
|
|
3427
|
+
order?: Prisma.OrderOmit;
|
|
3428
|
+
orderItem?: Prisma.OrderItemOmit;
|
|
3429
|
+
orderItemTranslation?: Prisma.OrderItemTranslationOmit;
|
|
3430
|
+
payment?: Prisma.PaymentOmit;
|
|
3431
|
+
paymentSession?: Prisma.PaymentSessionOmit;
|
|
3432
|
+
campaign?: Prisma.CampaignOmit;
|
|
3433
|
+
shippingMethod?: Prisma.ShippingMethodOmit;
|
|
3434
|
+
shippingZone?: Prisma.ShippingZoneOmit;
|
|
3435
|
+
reservation?: Prisma.ReservationOmit;
|
|
3436
|
+
};
|
|
3437
|
+
export type LogLevel = 'info' | 'query' | 'warn' | 'error';
|
|
3438
|
+
export type LogDefinition = {
|
|
3439
|
+
level: LogLevel;
|
|
3440
|
+
emit: 'stdout' | 'event';
|
|
3441
|
+
};
|
|
3442
|
+
export type GetLogType<T extends LogLevel | LogDefinition> = T extends LogDefinition ? T['emit'] extends 'event' ? T['level'] : never : never;
|
|
3443
|
+
export type GetEvents<T extends any> = T extends Array<LogLevel | LogDefinition> ? GetLogType<T[0]> | GetLogType<T[1]> | GetLogType<T[2]> | GetLogType<T[3]> : never;
|
|
3444
|
+
export type QueryEvent = {
|
|
3445
|
+
timestamp: Date;
|
|
3446
|
+
query: string;
|
|
3447
|
+
params: string;
|
|
3448
|
+
duration: number;
|
|
3449
|
+
target: string;
|
|
3450
|
+
};
|
|
3451
|
+
export type LogEvent = {
|
|
3452
|
+
timestamp: Date;
|
|
3453
|
+
message: string;
|
|
3454
|
+
target: string;
|
|
3455
|
+
};
|
|
3456
|
+
export type PrismaAction = 'findUnique' | 'findUniqueOrThrow' | 'findMany' | 'findFirst' | 'findFirstOrThrow' | 'create' | 'createMany' | 'createManyAndReturn' | 'update' | 'updateMany' | 'updateManyAndReturn' | 'upsert' | 'delete' | 'deleteMany' | 'executeRaw' | 'queryRaw' | 'aggregate' | 'count' | 'runCommandRaw' | 'findRaw' | 'groupBy';
|
|
3457
|
+
/**
|
|
3458
|
+
* These options are being passed into the middleware as "params"
|
|
3459
|
+
*/
|
|
3460
|
+
export type MiddlewareParams = {
|
|
3461
|
+
model?: ModelName;
|
|
3462
|
+
action: PrismaAction;
|
|
3463
|
+
args: any;
|
|
3464
|
+
dataPath: string[];
|
|
3465
|
+
runInTransaction: boolean;
|
|
3466
|
+
};
|
|
3467
|
+
/**
|
|
3468
|
+
* The `T` type makes sure, that the `return proceed` is not forgotten in the middleware implementation
|
|
3469
|
+
*/
|
|
3470
|
+
export type Middleware<T = any> = (params: MiddlewareParams, next: (params: MiddlewareParams) => runtime.Types.Utils.JsPromise<T>) => runtime.Types.Utils.JsPromise<T>;
|
|
3471
|
+
/**
|
|
3472
|
+
* `PrismaClient` proxy available in interactive transactions.
|
|
3473
|
+
*/
|
|
3474
|
+
export type TransactionClient = Omit<DefaultPrismaClient, runtime.ITXClientDenyList>;
|