@shophost/rest-api 2.0.30 → 2.0.31
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/package.json +18 -13
- package/scripts/minify.mjs +110 -0
- package/src/app.js +1 -53
- package/src/core/auth/auth.schema.js +1 -41
- package/src/core/auth/auth.util.js +1 -44
- package/src/core/auth/better-auth.lib.js +1 -100
- package/src/core/auth/generate-password-hash.util.d.ts +0 -3
- package/src/core/auth/generate-password-hash.util.js +1 -30
- package/src/core/auth/headers.schema.js +1 -22
- package/src/core/auth/user.schema.js +1 -30
- package/src/core/db/__generated__/client/browser.d.ts +0 -128
- package/src/core/db/__generated__/client/browser.js +1 -18
- package/src/core/db/__generated__/client/client.d.ts +0 -143
- package/src/core/db/__generated__/client/client.js +1 -35
- package/src/core/db/__generated__/client/commonInputTypes.js +1 -11
- package/src/core/db/__generated__/client/enums.js +1 -200
- package/src/core/db/__generated__/client/internal/class.d.ts +0 -343
- package/src/core/db/__generated__/client/internal/class.js +1 -55
- package/src/core/db/__generated__/client/internal/prismaNamespace.d.ts +0 -234
- package/src/core/db/__generated__/client/internal/prismaNamespace.js +1 -541
- package/src/core/db/__generated__/client/internal/prismaNamespaceBrowser.d.ts +0 -15
- package/src/core/db/__generated__/client/internal/prismaNamespaceBrowser.js +1 -512
- package/src/core/db/__generated__/client/models/Account.d.ts +0 -628
- package/src/core/db/__generated__/client/models/Account.js +1 -2
- package/src/core/db/__generated__/client/models/Address.d.ts +0 -701
- package/src/core/db/__generated__/client/models/Address.js +1 -2
- package/src/core/db/__generated__/client/models/Campaign.d.ts +0 -638
- package/src/core/db/__generated__/client/models/Campaign.js +1 -2
- package/src/core/db/__generated__/client/models/ClosingTimes.d.ts +0 -634
- package/src/core/db/__generated__/client/models/ClosingTimes.js +1 -2
- package/src/core/db/__generated__/client/models/File.d.ts +0 -752
- package/src/core/db/__generated__/client/models/File.js +1 -2
- package/src/core/db/__generated__/client/models/Invitation.d.ts +0 -628
- package/src/core/db/__generated__/client/models/Invitation.js +1 -2
- package/src/core/db/__generated__/client/models/LegalEntity.d.ts +0 -652
- package/src/core/db/__generated__/client/models/LegalEntity.js +1 -2
- package/src/core/db/__generated__/client/models/Manufacturer.d.ts +0 -679
- package/src/core/db/__generated__/client/models/Manufacturer.js +1 -2
- package/src/core/db/__generated__/client/models/ManufacturerTranslation.d.ts +0 -628
- package/src/core/db/__generated__/client/models/ManufacturerTranslation.js +1 -2
- package/src/core/db/__generated__/client/models/Member.d.ts +0 -628
- package/src/core/db/__generated__/client/models/Member.js +1 -2
- package/src/core/db/__generated__/client/models/Modifier.d.ts +0 -662
- package/src/core/db/__generated__/client/models/Modifier.js +1 -2
- package/src/core/db/__generated__/client/models/ModifierGroup.d.ts +0 -686
- package/src/core/db/__generated__/client/models/ModifierGroup.js +1 -2
- package/src/core/db/__generated__/client/models/ModifierGroupTranslation.d.ts +0 -628
- package/src/core/db/__generated__/client/models/ModifierGroupTranslation.js +1 -2
- package/src/core/db/__generated__/client/models/OpeningTimes.d.ts +0 -634
- package/src/core/db/__generated__/client/models/OpeningTimes.js +1 -2
- package/src/core/db/__generated__/client/models/Order.d.ts +0 -700
- package/src/core/db/__generated__/client/models/Order.js +1 -2
- package/src/core/db/__generated__/client/models/OrderItem.d.ts +0 -686
- package/src/core/db/__generated__/client/models/OrderItem.js +1 -2
- package/src/core/db/__generated__/client/models/OrderItemTranslation.d.ts +0 -628
- package/src/core/db/__generated__/client/models/OrderItemTranslation.js +1 -2
- package/src/core/db/__generated__/client/models/Organization.d.ts +0 -811
- package/src/core/db/__generated__/client/models/Organization.js +1 -2
- package/src/core/db/__generated__/client/models/OrganizationConfiguration.d.ts +0 -676
- package/src/core/db/__generated__/client/models/OrganizationConfiguration.js +1 -2
- package/src/core/db/__generated__/client/models/Payment.d.ts +0 -668
- package/src/core/db/__generated__/client/models/Payment.js +1 -2
- package/src/core/db/__generated__/client/models/PaymentSession.d.ts +0 -638
- package/src/core/db/__generated__/client/models/PaymentSession.js +1 -2
- package/src/core/db/__generated__/client/models/Product.d.ts +0 -746
- package/src/core/db/__generated__/client/models/Product.js +1 -2
- package/src/core/db/__generated__/client/models/ProductCategory.d.ts +0 -689
- package/src/core/db/__generated__/client/models/ProductCategory.js +1 -2
- package/src/core/db/__generated__/client/models/ProductCategoryTranslation.d.ts +0 -628
- package/src/core/db/__generated__/client/models/ProductCategoryTranslation.js +1 -2
- package/src/core/db/__generated__/client/models/ProductSnapshot.d.ts +0 -664
- package/src/core/db/__generated__/client/models/ProductSnapshot.js +1 -2
- package/src/core/db/__generated__/client/models/ProductTranslation.d.ts +0 -628
- package/src/core/db/__generated__/client/models/ProductTranslation.js +1 -2
- package/src/core/db/__generated__/client/models/Reservation.d.ts +0 -650
- package/src/core/db/__generated__/client/models/Reservation.js +1 -2
- package/src/core/db/__generated__/client/models/Session.d.ts +0 -628
- package/src/core/db/__generated__/client/models/Session.js +1 -2
- package/src/core/db/__generated__/client/models/ShippingMethod.d.ts +0 -679
- package/src/core/db/__generated__/client/models/ShippingMethod.js +1 -2
- package/src/core/db/__generated__/client/models/ShippingZone.d.ts +0 -638
- package/src/core/db/__generated__/client/models/ShippingZone.js +1 -2
- package/src/core/db/__generated__/client/models/User.d.ts +0 -736
- package/src/core/db/__generated__/client/models/User.js +1 -2
- package/src/core/db/__generated__/client/models/Verification.d.ts +0 -592
- package/src/core/db/__generated__/client/models/Verification.js +1 -2
- package/src/core/db/__generated__/client/models.js +1 -2
- package/src/core/db/index.js +1 -2
- package/src/core/exceptions/http-exception.js +1 -9
- package/src/core/hono/hono.js +1 -123
- package/src/core/lib/prisma.d.ts +9 -1
- package/src/core/lib/prisma.js +1 -11
- package/src/core/logging/pino.js +1 -5
- package/src/core/notifications/email.service.d.ts +0 -15
- package/src/core/notifications/email.service.js +1 -116
- package/src/core/openapi/openapi.lib.js +1 -26
- package/src/core/types/google-maps.types.js +1 -2
- package/src/core/utils/currency.util.js +1 -11
- package/src/core/utils/env.util.js +1 -8
- package/src/core/utils/object.util.d.ts +0 -10
- package/src/core/utils/object.util.js +1 -39
- package/src/core/utils/translations.util.js +0 -2
- package/src/core/utils/zod.util.d.ts +0 -12
- package/src/core/utils/zod.util.js +1 -85
- package/src/db.js +1 -3
- package/src/features/access/access.handler.js +1 -91
- package/src/features/access/access.route.js +1 -220
- package/src/features/access/access.schema.js +1 -108
- package/src/features/access/access.service.js +1 -294
- package/src/features/cart/cart.handler.js +1 -17
- package/src/features/cart/cart.route.js +1 -32
- package/src/features/cart/cart.schema.js +1 -39
- package/src/features/cart/cart.service.d.ts +0 -7
- package/src/features/cart/cart.service.js +1 -97
- package/src/features/cart/cart.util.js +1 -76
- package/src/features/file/file.handler.js +1 -23
- package/src/features/file/file.route.js +1 -34
- package/src/features/file/file.schema.js +1 -77
- package/src/features/file/file.service.d.ts +0 -6
- package/src/features/file/file.service.js +1 -66
- package/src/features/health/health.handler.js +1 -10
- package/src/features/health/health.route.js +1 -25
- package/src/features/index.js +1 -16
- package/src/features/location/location.handler.js +1 -25
- package/src/features/location/location.route.js +1 -56
- package/src/features/location/location.schema.js +1 -50
- package/src/features/location/location.service.d.ts +0 -3
- package/src/features/location/location.service.js +1 -141
- package/src/features/manufacturer/manufacturer.handler.js +1 -53
- package/src/features/manufacturer/manufacturer.route.js +1 -97
- package/src/features/manufacturer/manufacturer.schema.js +1 -125
- package/src/features/manufacturer/manufacturer.service.d.ts +0 -19
- package/src/features/manufacturer/manufacturer.service.js +1 -190
- package/src/features/order/emails/order-confirmation.email.js +1 -229
- package/src/features/order/emails/order-notification.email.js +1 -229
- package/src/features/order/fulfilment.schema.js +1 -3
- package/src/features/order/order.handler.js +1 -54
- package/src/features/order/order.route.js +1 -111
- package/src/features/order/order.schema.js +1 -158
- package/src/features/order/order.service.d.ts +0 -15
- package/src/features/order/order.service.js +1 -306
- package/src/features/order/recipient.schema.js +1 -38
- package/src/features/organization/legal-entity.schema.js +1 -83
- package/src/features/organization/organization-configuration.schema.js +1 -115
- package/src/features/organization/organization.handler.js +1 -48
- package/src/features/organization/organization.route.js +1 -84
- package/src/features/organization/organization.schema.js +1 -64
- package/src/features/organization/organization.service.d.ts +0 -15
- package/src/features/organization/organization.service.js +1 -334
- package/src/features/payment/payment.handler.js +1 -16
- package/src/features/payment/payment.route.js +1 -22
- package/src/features/payment/payment.schema.js +1 -46
- package/src/features/payment/payment.service.js +1 -100
- package/src/features/payment/stripe.service.js +1 -164
- package/src/features/product/product-modifier.schema.js +1 -84
- package/src/features/product/product.handler.js +1 -87
- package/src/features/product/product.route.js +1 -179
- package/src/features/product/product.schema.js +1 -143
- package/src/features/product/product.service.d.ts +0 -25
- package/src/features/product/product.service.js +1 -440
- package/src/features/product-category/product-category.handler.js +1 -59
- package/src/features/product-category/product-category.route.js +1 -139
- package/src/features/product-category/product-category.schema.js +1 -86
- package/src/features/product-category/product-category.service.d.ts +0 -22
- package/src/features/product-category/product-category.service.js +1 -220
- package/src/features/reservation/emails/reservation-cancellation.email.js +1 -82
- package/src/features/reservation/emails/reservation-confirmation.email.js +1 -82
- package/src/features/reservation/emails/reservation-notification.email.js +1 -93
- package/src/features/reservation/reservation.handler.js +1 -65
- package/src/features/reservation/reservation.route.js +1 -167
- package/src/features/reservation/reservation.schema.js +1 -51
- package/src/features/reservation/reservation.service.d.ts +0 -18
- package/src/features/reservation/reservation.service.js +1 -231
- package/src/features/shipping/shipping.handler.js +1 -32
- package/src/features/shipping/shipping.route.js +1 -51
- package/src/features/shipping/shipping.service.d.ts +0 -7
- package/src/features/shipping/shipping.service.js +1 -96
- package/src/features/shipping-method/shipping-method.handler.js +1 -60
- package/src/features/shipping-method/shipping-method.route.js +1 -144
- package/src/features/shipping-method/shipping-method.schema.js +1 -48
- package/src/features/shipping-method/shipping-method.service.d.ts +0 -25
- package/src/features/shipping-method/shipping-method.service.js +1 -229
- package/src/features/shipping-method/shipping-zone.schema.js +1 -31
- package/src/features/webhook/webhook.handler.js +1 -50
- package/src/features/webhook/webhook.route.js +1 -33
- package/src/index.js +1 -6
- package/src/integrations/next.js +1 -82
- package/src/schemas/address.schema.d.ts +0 -8
- package/src/schemas/address.schema.js +1 -112
- package/src/schemas/currency.schema.d.ts +0 -42
- package/src/schemas/currency.schema.js +1 -118
- package/src/schemas/error.schema.js +1 -12
- package/src/schemas/index.js +1 -29
- package/src/schemas/locales.schema.js +1 -238
- package/src/schemas/number.schema.js +1 -29
- package/src/schemas/pagination.schema.js +1 -54
- package/src/schemas/params.schema.js +1 -20
- package/src/schemas/queries.schema.js +1 -6
- package/src/test/global-setup.d.ts +1 -0
- package/src/test/global-setup.js +1 -0
- package/src/test/integration/api-fixtures.d.ts +4 -16
- package/src/test/integration/api-fixtures.js +1 -225
- package/src/test/integration/seed.d.ts +81 -0
- package/src/test/integration/seed.js +1 -0
- package/src/test/integration/test-helpers.d.ts +107 -924
- package/src/test/integration/test-helpers.js +1 -1100
- package/src/test/setup-test-env.d.ts +1 -1
- package/src/test/setup-test-env.js +1 -29
- package/src/app.js.map +0 -1
- package/src/core/auth/auth.schema.js.map +0 -1
- package/src/core/auth/auth.util.js.map +0 -1
- package/src/core/auth/better-auth.lib.js.map +0 -1
- package/src/core/auth/generate-password-hash.util.js.map +0 -1
- package/src/core/auth/headers.schema.js.map +0 -1
- package/src/core/auth/user.schema.js.map +0 -1
- package/src/core/db/__generated__/client/browser.js.map +0 -1
- package/src/core/db/__generated__/client/client.js.map +0 -1
- package/src/core/db/__generated__/client/commonInputTypes.js.map +0 -1
- package/src/core/db/__generated__/client/enums.js.map +0 -1
- package/src/core/db/__generated__/client/internal/class.js.map +0 -1
- package/src/core/db/__generated__/client/internal/prismaNamespace.js.map +0 -1
- package/src/core/db/__generated__/client/internal/prismaNamespaceBrowser.js.map +0 -1
- package/src/core/db/__generated__/client/models/Account.js.map +0 -1
- package/src/core/db/__generated__/client/models/Address.js.map +0 -1
- package/src/core/db/__generated__/client/models/Campaign.js.map +0 -1
- package/src/core/db/__generated__/client/models/ClosingTimes.js.map +0 -1
- package/src/core/db/__generated__/client/models/File.js.map +0 -1
- package/src/core/db/__generated__/client/models/Invitation.js.map +0 -1
- package/src/core/db/__generated__/client/models/LegalEntity.js.map +0 -1
- package/src/core/db/__generated__/client/models/Manufacturer.js.map +0 -1
- package/src/core/db/__generated__/client/models/ManufacturerTranslation.js.map +0 -1
- package/src/core/db/__generated__/client/models/Member.js.map +0 -1
- package/src/core/db/__generated__/client/models/Modifier.js.map +0 -1
- package/src/core/db/__generated__/client/models/ModifierGroup.js.map +0 -1
- package/src/core/db/__generated__/client/models/ModifierGroupTranslation.js.map +0 -1
- package/src/core/db/__generated__/client/models/OpeningTimes.js.map +0 -1
- package/src/core/db/__generated__/client/models/Order.js.map +0 -1
- package/src/core/db/__generated__/client/models/OrderItem.js.map +0 -1
- package/src/core/db/__generated__/client/models/OrderItemTranslation.js.map +0 -1
- package/src/core/db/__generated__/client/models/Organization.js.map +0 -1
- package/src/core/db/__generated__/client/models/OrganizationConfiguration.js.map +0 -1
- package/src/core/db/__generated__/client/models/Payment.js.map +0 -1
- package/src/core/db/__generated__/client/models/PaymentSession.js.map +0 -1
- package/src/core/db/__generated__/client/models/Product.js.map +0 -1
- package/src/core/db/__generated__/client/models/ProductCategory.js.map +0 -1
- package/src/core/db/__generated__/client/models/ProductCategoryTranslation.js.map +0 -1
- package/src/core/db/__generated__/client/models/ProductSnapshot.js.map +0 -1
- package/src/core/db/__generated__/client/models/ProductTranslation.js.map +0 -1
- package/src/core/db/__generated__/client/models/Reservation.js.map +0 -1
- package/src/core/db/__generated__/client/models/Session.js.map +0 -1
- package/src/core/db/__generated__/client/models/ShippingMethod.js.map +0 -1
- package/src/core/db/__generated__/client/models/ShippingZone.js.map +0 -1
- package/src/core/db/__generated__/client/models/User.js.map +0 -1
- package/src/core/db/__generated__/client/models/Verification.js.map +0 -1
- package/src/core/db/__generated__/client/models.js.map +0 -1
- package/src/core/db/index.js.map +0 -1
- package/src/core/exceptions/http-exception.js.map +0 -1
- package/src/core/hono/hono.js.map +0 -1
- package/src/core/lib/prisma.js.map +0 -1
- package/src/core/logging/pino.js.map +0 -1
- package/src/core/notifications/email.service.js.map +0 -1
- package/src/core/openapi/openapi.lib.js.map +0 -1
- package/src/core/types/google-maps.types.js.map +0 -1
- package/src/core/utils/currency.util.js.map +0 -1
- package/src/core/utils/env.util.js.map +0 -1
- package/src/core/utils/object.util.js.map +0 -1
- package/src/core/utils/translations.util.js.map +0 -1
- package/src/core/utils/zod.util.js.map +0 -1
- package/src/db.js.map +0 -1
- package/src/features/access/access.handler.js.map +0 -1
- package/src/features/access/access.route.js.map +0 -1
- package/src/features/access/access.schema.js.map +0 -1
- package/src/features/access/access.service.js.map +0 -1
- package/src/features/cart/cart.handler.js.map +0 -1
- package/src/features/cart/cart.route.js.map +0 -1
- package/src/features/cart/cart.schema.js.map +0 -1
- package/src/features/cart/cart.service.js.map +0 -1
- package/src/features/cart/cart.util.js.map +0 -1
- package/src/features/file/file.handler.js.map +0 -1
- package/src/features/file/file.route.js.map +0 -1
- package/src/features/file/file.schema.js.map +0 -1
- package/src/features/file/file.service.js.map +0 -1
- package/src/features/health/health.handler.js.map +0 -1
- package/src/features/health/health.route.js.map +0 -1
- package/src/features/index.js.map +0 -1
- package/src/features/location/location.handler.js.map +0 -1
- package/src/features/location/location.route.js.map +0 -1
- package/src/features/location/location.schema.js.map +0 -1
- package/src/features/location/location.service.js.map +0 -1
- package/src/features/manufacturer/manufacturer.handler.js.map +0 -1
- package/src/features/manufacturer/manufacturer.route.js.map +0 -1
- package/src/features/manufacturer/manufacturer.schema.js.map +0 -1
- package/src/features/manufacturer/manufacturer.service.js.map +0 -1
- package/src/features/order/emails/order-confirmation.email.js.map +0 -1
- package/src/features/order/emails/order-notification.email.js.map +0 -1
- package/src/features/order/fulfilment.schema.js.map +0 -1
- package/src/features/order/order.handler.js.map +0 -1
- package/src/features/order/order.route.js.map +0 -1
- package/src/features/order/order.schema.js.map +0 -1
- package/src/features/order/order.service.js.map +0 -1
- package/src/features/order/recipient.schema.js.map +0 -1
- package/src/features/organization/legal-entity.schema.js.map +0 -1
- package/src/features/organization/organization-configuration.schema.js.map +0 -1
- package/src/features/organization/organization.handler.js.map +0 -1
- package/src/features/organization/organization.route.js.map +0 -1
- package/src/features/organization/organization.schema.js.map +0 -1
- package/src/features/organization/organization.service.js.map +0 -1
- package/src/features/payment/payment.handler.js.map +0 -1
- package/src/features/payment/payment.route.js.map +0 -1
- package/src/features/payment/payment.schema.js.map +0 -1
- package/src/features/payment/payment.service.js.map +0 -1
- package/src/features/payment/stripe.service.js.map +0 -1
- package/src/features/product/product-modifier.schema.js.map +0 -1
- package/src/features/product/product.handler.js.map +0 -1
- package/src/features/product/product.route.js.map +0 -1
- package/src/features/product/product.schema.js.map +0 -1
- package/src/features/product/product.service.js.map +0 -1
- package/src/features/product-category/product-category.handler.js.map +0 -1
- package/src/features/product-category/product-category.route.js.map +0 -1
- package/src/features/product-category/product-category.schema.js.map +0 -1
- package/src/features/product-category/product-category.service.js.map +0 -1
- package/src/features/reservation/emails/reservation-cancellation.email.js.map +0 -1
- package/src/features/reservation/emails/reservation-confirmation.email.js.map +0 -1
- package/src/features/reservation/emails/reservation-notification.email.js.map +0 -1
- package/src/features/reservation/reservation.handler.js.map +0 -1
- package/src/features/reservation/reservation.route.js.map +0 -1
- package/src/features/reservation/reservation.schema.js.map +0 -1
- package/src/features/reservation/reservation.service.js.map +0 -1
- package/src/features/shipping/shipping.handler.js.map +0 -1
- package/src/features/shipping/shipping.route.js.map +0 -1
- package/src/features/shipping/shipping.service.js.map +0 -1
- package/src/features/shipping-method/shipping-method.handler.js.map +0 -1
- package/src/features/shipping-method/shipping-method.route.js.map +0 -1
- package/src/features/shipping-method/shipping-method.schema.js.map +0 -1
- package/src/features/shipping-method/shipping-method.service.js.map +0 -1
- package/src/features/shipping-method/shipping-zone.schema.js.map +0 -1
- package/src/features/webhook/webhook.handler.js.map +0 -1
- package/src/features/webhook/webhook.route.js.map +0 -1
- package/src/index.js.map +0 -1
- package/src/integrations/next.js.map +0 -1
- package/src/schemas/address.schema.js.map +0 -1
- package/src/schemas/currency.schema.js.map +0 -1
- package/src/schemas/error.schema.js.map +0 -1
- package/src/schemas/index.js.map +0 -1
- package/src/schemas/locales.schema.js.map +0 -1
- package/src/schemas/number.schema.js.map +0 -1
- package/src/schemas/pagination.schema.js.map +0 -1
- package/src/schemas/params.schema.js.map +0 -1
- package/src/schemas/queries.schema.js.map +0 -1
- package/src/test/integration/api-fixtures.js.map +0 -1
- package/src/test/integration/test-helpers.js.map +0 -1
- package/src/test/setup-test-env.js.map +0 -1
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
2
|
import type * as Prisma from "../internal/prismaNamespace";
|
|
3
|
-
/**
|
|
4
|
-
* Model OpeningTimes
|
|
5
|
-
*
|
|
6
|
-
*/
|
|
7
3
|
export type OpeningTimesModel = runtime.Types.Result.DefaultSelection<Prisma.$OpeningTimesPayload>;
|
|
8
4
|
export type AggregateOpeningTimes = {
|
|
9
5
|
_count: OpeningTimesCountAggregateOutputType | null;
|
|
@@ -73,51 +69,13 @@ export type OpeningTimesCountAggregateInputType = {
|
|
|
73
69
|
_all?: true;
|
|
74
70
|
};
|
|
75
71
|
export type OpeningTimesAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
76
|
-
/**
|
|
77
|
-
* Filter which OpeningTimes to aggregate.
|
|
78
|
-
*/
|
|
79
72
|
where?: Prisma.OpeningTimesWhereInput;
|
|
80
|
-
/**
|
|
81
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
82
|
-
*
|
|
83
|
-
* Determine the order of OpeningTimes to fetch.
|
|
84
|
-
*/
|
|
85
73
|
orderBy?: Prisma.OpeningTimesOrderByWithRelationInput | Prisma.OpeningTimesOrderByWithRelationInput[];
|
|
86
|
-
/**
|
|
87
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
88
|
-
*
|
|
89
|
-
* Sets the start position
|
|
90
|
-
*/
|
|
91
74
|
cursor?: Prisma.OpeningTimesWhereUniqueInput;
|
|
92
|
-
/**
|
|
93
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
94
|
-
*
|
|
95
|
-
* Take `±n` OpeningTimes from the position of the cursor.
|
|
96
|
-
*/
|
|
97
75
|
take?: number;
|
|
98
|
-
/**
|
|
99
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
100
|
-
*
|
|
101
|
-
* Skip the first `n` OpeningTimes.
|
|
102
|
-
*/
|
|
103
76
|
skip?: number;
|
|
104
|
-
/**
|
|
105
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
106
|
-
*
|
|
107
|
-
* Count returned OpeningTimes
|
|
108
|
-
**/
|
|
109
77
|
_count?: true | OpeningTimesCountAggregateInputType;
|
|
110
|
-
/**
|
|
111
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
112
|
-
*
|
|
113
|
-
* Select which fields to find the minimum value
|
|
114
|
-
**/
|
|
115
78
|
_min?: OpeningTimesMinAggregateInputType;
|
|
116
|
-
/**
|
|
117
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
118
|
-
*
|
|
119
|
-
* Select which fields to find the maximum value
|
|
120
|
-
**/
|
|
121
79
|
_max?: OpeningTimesMaxAggregateInputType;
|
|
122
80
|
};
|
|
123
81
|
export type GetOpeningTimesAggregateType<T extends OpeningTimesAggregateArgs> = {
|
|
@@ -465,290 +423,22 @@ export interface OpeningTimesDelegate<ExtArgs extends runtime.Types.Extensions.I
|
|
|
465
423
|
name: 'OpeningTimes';
|
|
466
424
|
};
|
|
467
425
|
};
|
|
468
|
-
/**
|
|
469
|
-
* Find zero or one OpeningTimes that matches the filter.
|
|
470
|
-
* @param {OpeningTimesFindUniqueArgs} args - Arguments to find a OpeningTimes
|
|
471
|
-
* @example
|
|
472
|
-
* // Get one OpeningTimes
|
|
473
|
-
* const openingTimes = await prisma.openingTimes.findUnique({
|
|
474
|
-
* where: {
|
|
475
|
-
* // ... provide filter here
|
|
476
|
-
* }
|
|
477
|
-
* })
|
|
478
|
-
*/
|
|
479
426
|
findUnique<T extends OpeningTimesFindUniqueArgs>(args: Prisma.SelectSubset<T, OpeningTimesFindUniqueArgs<ExtArgs>>): Prisma.Prisma__OpeningTimesClient<runtime.Types.Result.GetResult<Prisma.$OpeningTimesPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
480
|
-
/**
|
|
481
|
-
* Find one OpeningTimes that matches the filter or throw an error with `error.code='P2025'`
|
|
482
|
-
* if no matches were found.
|
|
483
|
-
* @param {OpeningTimesFindUniqueOrThrowArgs} args - Arguments to find a OpeningTimes
|
|
484
|
-
* @example
|
|
485
|
-
* // Get one OpeningTimes
|
|
486
|
-
* const openingTimes = await prisma.openingTimes.findUniqueOrThrow({
|
|
487
|
-
* where: {
|
|
488
|
-
* // ... provide filter here
|
|
489
|
-
* }
|
|
490
|
-
* })
|
|
491
|
-
*/
|
|
492
427
|
findUniqueOrThrow<T extends OpeningTimesFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, OpeningTimesFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__OpeningTimesClient<runtime.Types.Result.GetResult<Prisma.$OpeningTimesPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
493
|
-
/**
|
|
494
|
-
* Find the first OpeningTimes that matches the filter.
|
|
495
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
496
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
497
|
-
* @param {OpeningTimesFindFirstArgs} args - Arguments to find a OpeningTimes
|
|
498
|
-
* @example
|
|
499
|
-
* // Get one OpeningTimes
|
|
500
|
-
* const openingTimes = await prisma.openingTimes.findFirst({
|
|
501
|
-
* where: {
|
|
502
|
-
* // ... provide filter here
|
|
503
|
-
* }
|
|
504
|
-
* })
|
|
505
|
-
*/
|
|
506
428
|
findFirst<T extends OpeningTimesFindFirstArgs>(args?: Prisma.SelectSubset<T, OpeningTimesFindFirstArgs<ExtArgs>>): Prisma.Prisma__OpeningTimesClient<runtime.Types.Result.GetResult<Prisma.$OpeningTimesPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
507
|
-
/**
|
|
508
|
-
* Find the first OpeningTimes that matches the filter or
|
|
509
|
-
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
510
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
511
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
512
|
-
* @param {OpeningTimesFindFirstOrThrowArgs} args - Arguments to find a OpeningTimes
|
|
513
|
-
* @example
|
|
514
|
-
* // Get one OpeningTimes
|
|
515
|
-
* const openingTimes = await prisma.openingTimes.findFirstOrThrow({
|
|
516
|
-
* where: {
|
|
517
|
-
* // ... provide filter here
|
|
518
|
-
* }
|
|
519
|
-
* })
|
|
520
|
-
*/
|
|
521
429
|
findFirstOrThrow<T extends OpeningTimesFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, OpeningTimesFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__OpeningTimesClient<runtime.Types.Result.GetResult<Prisma.$OpeningTimesPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
522
|
-
/**
|
|
523
|
-
* Find zero or more OpeningTimes that matches the filter.
|
|
524
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
525
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
526
|
-
* @param {OpeningTimesFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
527
|
-
* @example
|
|
528
|
-
* // Get all OpeningTimes
|
|
529
|
-
* const openingTimes = await prisma.openingTimes.findMany()
|
|
530
|
-
*
|
|
531
|
-
* // Get first 10 OpeningTimes
|
|
532
|
-
* const openingTimes = await prisma.openingTimes.findMany({ take: 10 })
|
|
533
|
-
*
|
|
534
|
-
* // Only select the `id`
|
|
535
|
-
* const openingTimesWithIdOnly = await prisma.openingTimes.findMany({ select: { id: true } })
|
|
536
|
-
*
|
|
537
|
-
*/
|
|
538
430
|
findMany<T extends OpeningTimesFindManyArgs>(args?: Prisma.SelectSubset<T, OpeningTimesFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$OpeningTimesPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
539
|
-
/**
|
|
540
|
-
* Create a OpeningTimes.
|
|
541
|
-
* @param {OpeningTimesCreateArgs} args - Arguments to create a OpeningTimes.
|
|
542
|
-
* @example
|
|
543
|
-
* // Create one OpeningTimes
|
|
544
|
-
* const OpeningTimes = await prisma.openingTimes.create({
|
|
545
|
-
* data: {
|
|
546
|
-
* // ... data to create a OpeningTimes
|
|
547
|
-
* }
|
|
548
|
-
* })
|
|
549
|
-
*
|
|
550
|
-
*/
|
|
551
431
|
create<T extends OpeningTimesCreateArgs>(args: Prisma.SelectSubset<T, OpeningTimesCreateArgs<ExtArgs>>): Prisma.Prisma__OpeningTimesClient<runtime.Types.Result.GetResult<Prisma.$OpeningTimesPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
552
|
-
/**
|
|
553
|
-
* Create many OpeningTimes.
|
|
554
|
-
* @param {OpeningTimesCreateManyArgs} args - Arguments to create many OpeningTimes.
|
|
555
|
-
* @example
|
|
556
|
-
* // Create many OpeningTimes
|
|
557
|
-
* const openingTimes = await prisma.openingTimes.createMany({
|
|
558
|
-
* data: [
|
|
559
|
-
* // ... provide data here
|
|
560
|
-
* ]
|
|
561
|
-
* })
|
|
562
|
-
*
|
|
563
|
-
*/
|
|
564
432
|
createMany<T extends OpeningTimesCreateManyArgs>(args?: Prisma.SelectSubset<T, OpeningTimesCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
565
|
-
/**
|
|
566
|
-
* Create many OpeningTimes and returns the data saved in the database.
|
|
567
|
-
* @param {OpeningTimesCreateManyAndReturnArgs} args - Arguments to create many OpeningTimes.
|
|
568
|
-
* @example
|
|
569
|
-
* // Create many OpeningTimes
|
|
570
|
-
* const openingTimes = await prisma.openingTimes.createManyAndReturn({
|
|
571
|
-
* data: [
|
|
572
|
-
* // ... provide data here
|
|
573
|
-
* ]
|
|
574
|
-
* })
|
|
575
|
-
*
|
|
576
|
-
* // Create many OpeningTimes and only return the `id`
|
|
577
|
-
* const openingTimesWithIdOnly = await prisma.openingTimes.createManyAndReturn({
|
|
578
|
-
* select: { id: true },
|
|
579
|
-
* data: [
|
|
580
|
-
* // ... provide data here
|
|
581
|
-
* ]
|
|
582
|
-
* })
|
|
583
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
584
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
585
|
-
*
|
|
586
|
-
*/
|
|
587
433
|
createManyAndReturn<T extends OpeningTimesCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, OpeningTimesCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$OpeningTimesPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
588
|
-
/**
|
|
589
|
-
* Delete a OpeningTimes.
|
|
590
|
-
* @param {OpeningTimesDeleteArgs} args - Arguments to delete one OpeningTimes.
|
|
591
|
-
* @example
|
|
592
|
-
* // Delete one OpeningTimes
|
|
593
|
-
* const OpeningTimes = await prisma.openingTimes.delete({
|
|
594
|
-
* where: {
|
|
595
|
-
* // ... filter to delete one OpeningTimes
|
|
596
|
-
* }
|
|
597
|
-
* })
|
|
598
|
-
*
|
|
599
|
-
*/
|
|
600
434
|
delete<T extends OpeningTimesDeleteArgs>(args: Prisma.SelectSubset<T, OpeningTimesDeleteArgs<ExtArgs>>): Prisma.Prisma__OpeningTimesClient<runtime.Types.Result.GetResult<Prisma.$OpeningTimesPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
601
|
-
/**
|
|
602
|
-
* Update one OpeningTimes.
|
|
603
|
-
* @param {OpeningTimesUpdateArgs} args - Arguments to update one OpeningTimes.
|
|
604
|
-
* @example
|
|
605
|
-
* // Update one OpeningTimes
|
|
606
|
-
* const openingTimes = await prisma.openingTimes.update({
|
|
607
|
-
* where: {
|
|
608
|
-
* // ... provide filter here
|
|
609
|
-
* },
|
|
610
|
-
* data: {
|
|
611
|
-
* // ... provide data here
|
|
612
|
-
* }
|
|
613
|
-
* })
|
|
614
|
-
*
|
|
615
|
-
*/
|
|
616
435
|
update<T extends OpeningTimesUpdateArgs>(args: Prisma.SelectSubset<T, OpeningTimesUpdateArgs<ExtArgs>>): Prisma.Prisma__OpeningTimesClient<runtime.Types.Result.GetResult<Prisma.$OpeningTimesPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
617
|
-
/**
|
|
618
|
-
* Delete zero or more OpeningTimes.
|
|
619
|
-
* @param {OpeningTimesDeleteManyArgs} args - Arguments to filter OpeningTimes to delete.
|
|
620
|
-
* @example
|
|
621
|
-
* // Delete a few OpeningTimes
|
|
622
|
-
* const { count } = await prisma.openingTimes.deleteMany({
|
|
623
|
-
* where: {
|
|
624
|
-
* // ... provide filter here
|
|
625
|
-
* }
|
|
626
|
-
* })
|
|
627
|
-
*
|
|
628
|
-
*/
|
|
629
436
|
deleteMany<T extends OpeningTimesDeleteManyArgs>(args?: Prisma.SelectSubset<T, OpeningTimesDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
630
|
-
/**
|
|
631
|
-
* Update zero or more OpeningTimes.
|
|
632
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
633
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
634
|
-
* @param {OpeningTimesUpdateManyArgs} args - Arguments to update one or more rows.
|
|
635
|
-
* @example
|
|
636
|
-
* // Update many OpeningTimes
|
|
637
|
-
* const openingTimes = await prisma.openingTimes.updateMany({
|
|
638
|
-
* where: {
|
|
639
|
-
* // ... provide filter here
|
|
640
|
-
* },
|
|
641
|
-
* data: {
|
|
642
|
-
* // ... provide data here
|
|
643
|
-
* }
|
|
644
|
-
* })
|
|
645
|
-
*
|
|
646
|
-
*/
|
|
647
437
|
updateMany<T extends OpeningTimesUpdateManyArgs>(args: Prisma.SelectSubset<T, OpeningTimesUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
648
|
-
/**
|
|
649
|
-
* Update zero or more OpeningTimes and returns the data updated in the database.
|
|
650
|
-
* @param {OpeningTimesUpdateManyAndReturnArgs} args - Arguments to update many OpeningTimes.
|
|
651
|
-
* @example
|
|
652
|
-
* // Update many OpeningTimes
|
|
653
|
-
* const openingTimes = await prisma.openingTimes.updateManyAndReturn({
|
|
654
|
-
* where: {
|
|
655
|
-
* // ... provide filter here
|
|
656
|
-
* },
|
|
657
|
-
* data: [
|
|
658
|
-
* // ... provide data here
|
|
659
|
-
* ]
|
|
660
|
-
* })
|
|
661
|
-
*
|
|
662
|
-
* // Update zero or more OpeningTimes and only return the `id`
|
|
663
|
-
* const openingTimesWithIdOnly = await prisma.openingTimes.updateManyAndReturn({
|
|
664
|
-
* select: { id: true },
|
|
665
|
-
* where: {
|
|
666
|
-
* // ... provide filter here
|
|
667
|
-
* },
|
|
668
|
-
* data: [
|
|
669
|
-
* // ... provide data here
|
|
670
|
-
* ]
|
|
671
|
-
* })
|
|
672
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
673
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
674
|
-
*
|
|
675
|
-
*/
|
|
676
438
|
updateManyAndReturn<T extends OpeningTimesUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, OpeningTimesUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$OpeningTimesPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
677
|
-
/**
|
|
678
|
-
* Create or update one OpeningTimes.
|
|
679
|
-
* @param {OpeningTimesUpsertArgs} args - Arguments to update or create a OpeningTimes.
|
|
680
|
-
* @example
|
|
681
|
-
* // Update or create a OpeningTimes
|
|
682
|
-
* const openingTimes = await prisma.openingTimes.upsert({
|
|
683
|
-
* create: {
|
|
684
|
-
* // ... data to create a OpeningTimes
|
|
685
|
-
* },
|
|
686
|
-
* update: {
|
|
687
|
-
* // ... in case it already exists, update
|
|
688
|
-
* },
|
|
689
|
-
* where: {
|
|
690
|
-
* // ... the filter for the OpeningTimes we want to update
|
|
691
|
-
* }
|
|
692
|
-
* })
|
|
693
|
-
*/
|
|
694
439
|
upsert<T extends OpeningTimesUpsertArgs>(args: Prisma.SelectSubset<T, OpeningTimesUpsertArgs<ExtArgs>>): Prisma.Prisma__OpeningTimesClient<runtime.Types.Result.GetResult<Prisma.$OpeningTimesPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
695
|
-
/**
|
|
696
|
-
* Count the number of OpeningTimes.
|
|
697
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
698
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
699
|
-
* @param {OpeningTimesCountArgs} args - Arguments to filter OpeningTimes to count.
|
|
700
|
-
* @example
|
|
701
|
-
* // Count the number of OpeningTimes
|
|
702
|
-
* const count = await prisma.openingTimes.count({
|
|
703
|
-
* where: {
|
|
704
|
-
* // ... the filter for the OpeningTimes we want to count
|
|
705
|
-
* }
|
|
706
|
-
* })
|
|
707
|
-
**/
|
|
708
440
|
count<T extends OpeningTimesCountArgs>(args?: Prisma.Subset<T, OpeningTimesCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], OpeningTimesCountAggregateOutputType> : number>;
|
|
709
|
-
/**
|
|
710
|
-
* Allows you to perform aggregations operations on a OpeningTimes.
|
|
711
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
712
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
713
|
-
* @param {OpeningTimesAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
714
|
-
* @example
|
|
715
|
-
* // Ordered by age ascending
|
|
716
|
-
* // Where email contains prisma.io
|
|
717
|
-
* // Limited to the 10 users
|
|
718
|
-
* const aggregations = await prisma.user.aggregate({
|
|
719
|
-
* _avg: {
|
|
720
|
-
* age: true,
|
|
721
|
-
* },
|
|
722
|
-
* where: {
|
|
723
|
-
* email: {
|
|
724
|
-
* contains: "prisma.io",
|
|
725
|
-
* },
|
|
726
|
-
* },
|
|
727
|
-
* orderBy: {
|
|
728
|
-
* age: "asc",
|
|
729
|
-
* },
|
|
730
|
-
* take: 10,
|
|
731
|
-
* })
|
|
732
|
-
**/
|
|
733
441
|
aggregate<T extends OpeningTimesAggregateArgs>(args: Prisma.Subset<T, OpeningTimesAggregateArgs>): Prisma.PrismaPromise<GetOpeningTimesAggregateType<T>>;
|
|
734
|
-
/**
|
|
735
|
-
* Group by OpeningTimes.
|
|
736
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
737
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
738
|
-
* @param {OpeningTimesGroupByArgs} args - Group by arguments.
|
|
739
|
-
* @example
|
|
740
|
-
* // Group by city, order by createdAt, get count
|
|
741
|
-
* const result = await prisma.user.groupBy({
|
|
742
|
-
* by: ['city', 'createdAt'],
|
|
743
|
-
* orderBy: {
|
|
744
|
-
* createdAt: true
|
|
745
|
-
* },
|
|
746
|
-
* _count: {
|
|
747
|
-
* _all: true
|
|
748
|
-
* },
|
|
749
|
-
* })
|
|
750
|
-
*
|
|
751
|
-
**/
|
|
752
442
|
groupBy<T extends OpeningTimesGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
753
443
|
orderBy: OpeningTimesGroupByArgs['orderBy'];
|
|
754
444
|
} : {
|
|
@@ -767,44 +457,15 @@ export interface OpeningTimesDelegate<ExtArgs extends runtime.Types.Extensions.I
|
|
|
767
457
|
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
768
458
|
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
769
459
|
}[OrderFields]>(args: Prisma.SubsetIntersection<T, OpeningTimesGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetOpeningTimesGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
770
|
-
/**
|
|
771
|
-
* Fields of the OpeningTimes model
|
|
772
|
-
*/
|
|
773
460
|
readonly fields: OpeningTimesFieldRefs;
|
|
774
461
|
}
|
|
775
|
-
/**
|
|
776
|
-
* The delegate class that acts as a "Promise-like" for OpeningTimes.
|
|
777
|
-
* Why is this prefixed with `Prisma__`?
|
|
778
|
-
* Because we want to prevent naming conflicts as mentioned in
|
|
779
|
-
* https://github.com/prisma/prisma-client-js/issues/707
|
|
780
|
-
*/
|
|
781
462
|
export interface Prisma__OpeningTimesClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
782
463
|
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
783
464
|
organizationConfiguration<T extends Prisma.OpeningTimes$organizationConfigurationArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.OpeningTimes$organizationConfigurationArgs<ExtArgs>>): Prisma.Prisma__OrganizationConfigurationClient<runtime.Types.Result.GetResult<Prisma.$OrganizationConfigurationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
784
|
-
/**
|
|
785
|
-
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
786
|
-
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
787
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
788
|
-
* @returns A Promise for the completion of which ever callback is executed.
|
|
789
|
-
*/
|
|
790
465
|
then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>;
|
|
791
|
-
/**
|
|
792
|
-
* Attaches a callback for only the rejection of the Promise.
|
|
793
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
794
|
-
* @returns A Promise for the completion of the callback.
|
|
795
|
-
*/
|
|
796
466
|
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
797
|
-
/**
|
|
798
|
-
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
799
|
-
* resolved value cannot be modified from the callback.
|
|
800
|
-
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
801
|
-
* @returns A Promise for the completion of the callback.
|
|
802
|
-
*/
|
|
803
467
|
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
804
468
|
}
|
|
805
|
-
/**
|
|
806
|
-
* Fields of the OpeningTimes model
|
|
807
|
-
*/
|
|
808
469
|
export interface OpeningTimesFieldRefs {
|
|
809
470
|
readonly id: Prisma.FieldRef<"OpeningTimes", 'String'>;
|
|
810
471
|
readonly monday: Prisma.FieldRef<"OpeningTimes", 'DateTime'>;
|
|
@@ -815,408 +476,113 @@ export interface OpeningTimesFieldRefs {
|
|
|
815
476
|
readonly saturday: Prisma.FieldRef<"OpeningTimes", 'DateTime'>;
|
|
816
477
|
readonly sunday: Prisma.FieldRef<"OpeningTimes", 'DateTime'>;
|
|
817
478
|
}
|
|
818
|
-
/**
|
|
819
|
-
* OpeningTimes findUnique
|
|
820
|
-
*/
|
|
821
479
|
export type OpeningTimesFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
822
|
-
/**
|
|
823
|
-
* Select specific fields to fetch from the OpeningTimes
|
|
824
|
-
*/
|
|
825
480
|
select?: Prisma.OpeningTimesSelect<ExtArgs> | null;
|
|
826
|
-
/**
|
|
827
|
-
* Omit specific fields from the OpeningTimes
|
|
828
|
-
*/
|
|
829
481
|
omit?: Prisma.OpeningTimesOmit<ExtArgs> | null;
|
|
830
|
-
/**
|
|
831
|
-
* Choose, which related nodes to fetch as well
|
|
832
|
-
*/
|
|
833
482
|
include?: Prisma.OpeningTimesInclude<ExtArgs> | null;
|
|
834
|
-
/**
|
|
835
|
-
* Filter, which OpeningTimes to fetch.
|
|
836
|
-
*/
|
|
837
483
|
where: Prisma.OpeningTimesWhereUniqueInput;
|
|
838
484
|
};
|
|
839
|
-
/**
|
|
840
|
-
* OpeningTimes findUniqueOrThrow
|
|
841
|
-
*/
|
|
842
485
|
export type OpeningTimesFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
843
|
-
/**
|
|
844
|
-
* Select specific fields to fetch from the OpeningTimes
|
|
845
|
-
*/
|
|
846
486
|
select?: Prisma.OpeningTimesSelect<ExtArgs> | null;
|
|
847
|
-
/**
|
|
848
|
-
* Omit specific fields from the OpeningTimes
|
|
849
|
-
*/
|
|
850
487
|
omit?: Prisma.OpeningTimesOmit<ExtArgs> | null;
|
|
851
|
-
/**
|
|
852
|
-
* Choose, which related nodes to fetch as well
|
|
853
|
-
*/
|
|
854
488
|
include?: Prisma.OpeningTimesInclude<ExtArgs> | null;
|
|
855
|
-
/**
|
|
856
|
-
* Filter, which OpeningTimes to fetch.
|
|
857
|
-
*/
|
|
858
489
|
where: Prisma.OpeningTimesWhereUniqueInput;
|
|
859
490
|
};
|
|
860
|
-
/**
|
|
861
|
-
* OpeningTimes findFirst
|
|
862
|
-
*/
|
|
863
491
|
export type OpeningTimesFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
864
|
-
/**
|
|
865
|
-
* Select specific fields to fetch from the OpeningTimes
|
|
866
|
-
*/
|
|
867
492
|
select?: Prisma.OpeningTimesSelect<ExtArgs> | null;
|
|
868
|
-
/**
|
|
869
|
-
* Omit specific fields from the OpeningTimes
|
|
870
|
-
*/
|
|
871
493
|
omit?: Prisma.OpeningTimesOmit<ExtArgs> | null;
|
|
872
|
-
/**
|
|
873
|
-
* Choose, which related nodes to fetch as well
|
|
874
|
-
*/
|
|
875
494
|
include?: Prisma.OpeningTimesInclude<ExtArgs> | null;
|
|
876
|
-
/**
|
|
877
|
-
* Filter, which OpeningTimes to fetch.
|
|
878
|
-
*/
|
|
879
495
|
where?: Prisma.OpeningTimesWhereInput;
|
|
880
|
-
/**
|
|
881
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
882
|
-
*
|
|
883
|
-
* Determine the order of OpeningTimes to fetch.
|
|
884
|
-
*/
|
|
885
496
|
orderBy?: Prisma.OpeningTimesOrderByWithRelationInput | Prisma.OpeningTimesOrderByWithRelationInput[];
|
|
886
|
-
/**
|
|
887
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
888
|
-
*
|
|
889
|
-
* Sets the position for searching for OpeningTimes.
|
|
890
|
-
*/
|
|
891
497
|
cursor?: Prisma.OpeningTimesWhereUniqueInput;
|
|
892
|
-
/**
|
|
893
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
894
|
-
*
|
|
895
|
-
* Take `±n` OpeningTimes from the position of the cursor.
|
|
896
|
-
*/
|
|
897
498
|
take?: number;
|
|
898
|
-
/**
|
|
899
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
900
|
-
*
|
|
901
|
-
* Skip the first `n` OpeningTimes.
|
|
902
|
-
*/
|
|
903
499
|
skip?: number;
|
|
904
|
-
/**
|
|
905
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
906
|
-
*
|
|
907
|
-
* Filter by unique combinations of OpeningTimes.
|
|
908
|
-
*/
|
|
909
500
|
distinct?: Prisma.OpeningTimesScalarFieldEnum | Prisma.OpeningTimesScalarFieldEnum[];
|
|
910
501
|
};
|
|
911
|
-
/**
|
|
912
|
-
* OpeningTimes findFirstOrThrow
|
|
913
|
-
*/
|
|
914
502
|
export type OpeningTimesFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
915
|
-
/**
|
|
916
|
-
* Select specific fields to fetch from the OpeningTimes
|
|
917
|
-
*/
|
|
918
503
|
select?: Prisma.OpeningTimesSelect<ExtArgs> | null;
|
|
919
|
-
/**
|
|
920
|
-
* Omit specific fields from the OpeningTimes
|
|
921
|
-
*/
|
|
922
504
|
omit?: Prisma.OpeningTimesOmit<ExtArgs> | null;
|
|
923
|
-
/**
|
|
924
|
-
* Choose, which related nodes to fetch as well
|
|
925
|
-
*/
|
|
926
505
|
include?: Prisma.OpeningTimesInclude<ExtArgs> | null;
|
|
927
|
-
/**
|
|
928
|
-
* Filter, which OpeningTimes to fetch.
|
|
929
|
-
*/
|
|
930
506
|
where?: Prisma.OpeningTimesWhereInput;
|
|
931
|
-
/**
|
|
932
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
933
|
-
*
|
|
934
|
-
* Determine the order of OpeningTimes to fetch.
|
|
935
|
-
*/
|
|
936
507
|
orderBy?: Prisma.OpeningTimesOrderByWithRelationInput | Prisma.OpeningTimesOrderByWithRelationInput[];
|
|
937
|
-
/**
|
|
938
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
939
|
-
*
|
|
940
|
-
* Sets the position for searching for OpeningTimes.
|
|
941
|
-
*/
|
|
942
508
|
cursor?: Prisma.OpeningTimesWhereUniqueInput;
|
|
943
|
-
/**
|
|
944
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
945
|
-
*
|
|
946
|
-
* Take `±n` OpeningTimes from the position of the cursor.
|
|
947
|
-
*/
|
|
948
509
|
take?: number;
|
|
949
|
-
/**
|
|
950
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
951
|
-
*
|
|
952
|
-
* Skip the first `n` OpeningTimes.
|
|
953
|
-
*/
|
|
954
510
|
skip?: number;
|
|
955
|
-
/**
|
|
956
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
957
|
-
*
|
|
958
|
-
* Filter by unique combinations of OpeningTimes.
|
|
959
|
-
*/
|
|
960
511
|
distinct?: Prisma.OpeningTimesScalarFieldEnum | Prisma.OpeningTimesScalarFieldEnum[];
|
|
961
512
|
};
|
|
962
|
-
/**
|
|
963
|
-
* OpeningTimes findMany
|
|
964
|
-
*/
|
|
965
513
|
export type OpeningTimesFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
966
|
-
/**
|
|
967
|
-
* Select specific fields to fetch from the OpeningTimes
|
|
968
|
-
*/
|
|
969
514
|
select?: Prisma.OpeningTimesSelect<ExtArgs> | null;
|
|
970
|
-
/**
|
|
971
|
-
* Omit specific fields from the OpeningTimes
|
|
972
|
-
*/
|
|
973
515
|
omit?: Prisma.OpeningTimesOmit<ExtArgs> | null;
|
|
974
|
-
/**
|
|
975
|
-
* Choose, which related nodes to fetch as well
|
|
976
|
-
*/
|
|
977
516
|
include?: Prisma.OpeningTimesInclude<ExtArgs> | null;
|
|
978
|
-
/**
|
|
979
|
-
* Filter, which OpeningTimes to fetch.
|
|
980
|
-
*/
|
|
981
517
|
where?: Prisma.OpeningTimesWhereInput;
|
|
982
|
-
/**
|
|
983
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
984
|
-
*
|
|
985
|
-
* Determine the order of OpeningTimes to fetch.
|
|
986
|
-
*/
|
|
987
518
|
orderBy?: Prisma.OpeningTimesOrderByWithRelationInput | Prisma.OpeningTimesOrderByWithRelationInput[];
|
|
988
|
-
/**
|
|
989
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
990
|
-
*
|
|
991
|
-
* Sets the position for listing OpeningTimes.
|
|
992
|
-
*/
|
|
993
519
|
cursor?: Prisma.OpeningTimesWhereUniqueInput;
|
|
994
|
-
/**
|
|
995
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
996
|
-
*
|
|
997
|
-
* Take `±n` OpeningTimes from the position of the cursor.
|
|
998
|
-
*/
|
|
999
520
|
take?: number;
|
|
1000
|
-
/**
|
|
1001
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1002
|
-
*
|
|
1003
|
-
* Skip the first `n` OpeningTimes.
|
|
1004
|
-
*/
|
|
1005
521
|
skip?: number;
|
|
1006
522
|
distinct?: Prisma.OpeningTimesScalarFieldEnum | Prisma.OpeningTimesScalarFieldEnum[];
|
|
1007
523
|
};
|
|
1008
|
-
/**
|
|
1009
|
-
* OpeningTimes create
|
|
1010
|
-
*/
|
|
1011
524
|
export type OpeningTimesCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1012
|
-
/**
|
|
1013
|
-
* Select specific fields to fetch from the OpeningTimes
|
|
1014
|
-
*/
|
|
1015
525
|
select?: Prisma.OpeningTimesSelect<ExtArgs> | null;
|
|
1016
|
-
/**
|
|
1017
|
-
* Omit specific fields from the OpeningTimes
|
|
1018
|
-
*/
|
|
1019
526
|
omit?: Prisma.OpeningTimesOmit<ExtArgs> | null;
|
|
1020
|
-
/**
|
|
1021
|
-
* Choose, which related nodes to fetch as well
|
|
1022
|
-
*/
|
|
1023
527
|
include?: Prisma.OpeningTimesInclude<ExtArgs> | null;
|
|
1024
|
-
/**
|
|
1025
|
-
* The data needed to create a OpeningTimes.
|
|
1026
|
-
*/
|
|
1027
528
|
data?: Prisma.XOR<Prisma.OpeningTimesCreateInput, Prisma.OpeningTimesUncheckedCreateInput>;
|
|
1028
529
|
};
|
|
1029
|
-
/**
|
|
1030
|
-
* OpeningTimes createMany
|
|
1031
|
-
*/
|
|
1032
530
|
export type OpeningTimesCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1033
|
-
/**
|
|
1034
|
-
* The data used to create many OpeningTimes.
|
|
1035
|
-
*/
|
|
1036
531
|
data: Prisma.OpeningTimesCreateManyInput | Prisma.OpeningTimesCreateManyInput[];
|
|
1037
532
|
skipDuplicates?: boolean;
|
|
1038
533
|
};
|
|
1039
|
-
/**
|
|
1040
|
-
* OpeningTimes createManyAndReturn
|
|
1041
|
-
*/
|
|
1042
534
|
export type OpeningTimesCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1043
|
-
/**
|
|
1044
|
-
* Select specific fields to fetch from the OpeningTimes
|
|
1045
|
-
*/
|
|
1046
535
|
select?: Prisma.OpeningTimesSelectCreateManyAndReturn<ExtArgs> | null;
|
|
1047
|
-
/**
|
|
1048
|
-
* Omit specific fields from the OpeningTimes
|
|
1049
|
-
*/
|
|
1050
536
|
omit?: Prisma.OpeningTimesOmit<ExtArgs> | null;
|
|
1051
|
-
/**
|
|
1052
|
-
* The data used to create many OpeningTimes.
|
|
1053
|
-
*/
|
|
1054
537
|
data: Prisma.OpeningTimesCreateManyInput | Prisma.OpeningTimesCreateManyInput[];
|
|
1055
538
|
skipDuplicates?: boolean;
|
|
1056
539
|
};
|
|
1057
|
-
/**
|
|
1058
|
-
* OpeningTimes update
|
|
1059
|
-
*/
|
|
1060
540
|
export type OpeningTimesUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1061
|
-
/**
|
|
1062
|
-
* Select specific fields to fetch from the OpeningTimes
|
|
1063
|
-
*/
|
|
1064
541
|
select?: Prisma.OpeningTimesSelect<ExtArgs> | null;
|
|
1065
|
-
/**
|
|
1066
|
-
* Omit specific fields from the OpeningTimes
|
|
1067
|
-
*/
|
|
1068
542
|
omit?: Prisma.OpeningTimesOmit<ExtArgs> | null;
|
|
1069
|
-
/**
|
|
1070
|
-
* Choose, which related nodes to fetch as well
|
|
1071
|
-
*/
|
|
1072
543
|
include?: Prisma.OpeningTimesInclude<ExtArgs> | null;
|
|
1073
|
-
/**
|
|
1074
|
-
* The data needed to update a OpeningTimes.
|
|
1075
|
-
*/
|
|
1076
544
|
data: Prisma.XOR<Prisma.OpeningTimesUpdateInput, Prisma.OpeningTimesUncheckedUpdateInput>;
|
|
1077
|
-
/**
|
|
1078
|
-
* Choose, which OpeningTimes to update.
|
|
1079
|
-
*/
|
|
1080
545
|
where: Prisma.OpeningTimesWhereUniqueInput;
|
|
1081
546
|
};
|
|
1082
|
-
/**
|
|
1083
|
-
* OpeningTimes updateMany
|
|
1084
|
-
*/
|
|
1085
547
|
export type OpeningTimesUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1086
|
-
/**
|
|
1087
|
-
* The data used to update OpeningTimes.
|
|
1088
|
-
*/
|
|
1089
548
|
data: Prisma.XOR<Prisma.OpeningTimesUpdateManyMutationInput, Prisma.OpeningTimesUncheckedUpdateManyInput>;
|
|
1090
|
-
/**
|
|
1091
|
-
* Filter which OpeningTimes to update
|
|
1092
|
-
*/
|
|
1093
549
|
where?: Prisma.OpeningTimesWhereInput;
|
|
1094
|
-
/**
|
|
1095
|
-
* Limit how many OpeningTimes to update.
|
|
1096
|
-
*/
|
|
1097
550
|
limit?: number;
|
|
1098
551
|
};
|
|
1099
|
-
/**
|
|
1100
|
-
* OpeningTimes updateManyAndReturn
|
|
1101
|
-
*/
|
|
1102
552
|
export type OpeningTimesUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1103
|
-
/**
|
|
1104
|
-
* Select specific fields to fetch from the OpeningTimes
|
|
1105
|
-
*/
|
|
1106
553
|
select?: Prisma.OpeningTimesSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
1107
|
-
/**
|
|
1108
|
-
* Omit specific fields from the OpeningTimes
|
|
1109
|
-
*/
|
|
1110
554
|
omit?: Prisma.OpeningTimesOmit<ExtArgs> | null;
|
|
1111
|
-
/**
|
|
1112
|
-
* The data used to update OpeningTimes.
|
|
1113
|
-
*/
|
|
1114
555
|
data: Prisma.XOR<Prisma.OpeningTimesUpdateManyMutationInput, Prisma.OpeningTimesUncheckedUpdateManyInput>;
|
|
1115
|
-
/**
|
|
1116
|
-
* Filter which OpeningTimes to update
|
|
1117
|
-
*/
|
|
1118
556
|
where?: Prisma.OpeningTimesWhereInput;
|
|
1119
|
-
/**
|
|
1120
|
-
* Limit how many OpeningTimes to update.
|
|
1121
|
-
*/
|
|
1122
557
|
limit?: number;
|
|
1123
558
|
};
|
|
1124
|
-
/**
|
|
1125
|
-
* OpeningTimes upsert
|
|
1126
|
-
*/
|
|
1127
559
|
export type OpeningTimesUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1128
|
-
/**
|
|
1129
|
-
* Select specific fields to fetch from the OpeningTimes
|
|
1130
|
-
*/
|
|
1131
560
|
select?: Prisma.OpeningTimesSelect<ExtArgs> | null;
|
|
1132
|
-
/**
|
|
1133
|
-
* Omit specific fields from the OpeningTimes
|
|
1134
|
-
*/
|
|
1135
561
|
omit?: Prisma.OpeningTimesOmit<ExtArgs> | null;
|
|
1136
|
-
/**
|
|
1137
|
-
* Choose, which related nodes to fetch as well
|
|
1138
|
-
*/
|
|
1139
562
|
include?: Prisma.OpeningTimesInclude<ExtArgs> | null;
|
|
1140
|
-
/**
|
|
1141
|
-
* The filter to search for the OpeningTimes to update in case it exists.
|
|
1142
|
-
*/
|
|
1143
563
|
where: Prisma.OpeningTimesWhereUniqueInput;
|
|
1144
|
-
/**
|
|
1145
|
-
* In case the OpeningTimes found by the `where` argument doesn't exist, create a new OpeningTimes with this data.
|
|
1146
|
-
*/
|
|
1147
564
|
create: Prisma.XOR<Prisma.OpeningTimesCreateInput, Prisma.OpeningTimesUncheckedCreateInput>;
|
|
1148
|
-
/**
|
|
1149
|
-
* In case the OpeningTimes was found with the provided `where` argument, update it with this data.
|
|
1150
|
-
*/
|
|
1151
565
|
update: Prisma.XOR<Prisma.OpeningTimesUpdateInput, Prisma.OpeningTimesUncheckedUpdateInput>;
|
|
1152
566
|
};
|
|
1153
|
-
/**
|
|
1154
|
-
* OpeningTimes delete
|
|
1155
|
-
*/
|
|
1156
567
|
export type OpeningTimesDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1157
|
-
/**
|
|
1158
|
-
* Select specific fields to fetch from the OpeningTimes
|
|
1159
|
-
*/
|
|
1160
568
|
select?: Prisma.OpeningTimesSelect<ExtArgs> | null;
|
|
1161
|
-
/**
|
|
1162
|
-
* Omit specific fields from the OpeningTimes
|
|
1163
|
-
*/
|
|
1164
569
|
omit?: Prisma.OpeningTimesOmit<ExtArgs> | null;
|
|
1165
|
-
/**
|
|
1166
|
-
* Choose, which related nodes to fetch as well
|
|
1167
|
-
*/
|
|
1168
570
|
include?: Prisma.OpeningTimesInclude<ExtArgs> | null;
|
|
1169
|
-
/**
|
|
1170
|
-
* Filter which OpeningTimes to delete.
|
|
1171
|
-
*/
|
|
1172
571
|
where: Prisma.OpeningTimesWhereUniqueInput;
|
|
1173
572
|
};
|
|
1174
|
-
/**
|
|
1175
|
-
* OpeningTimes deleteMany
|
|
1176
|
-
*/
|
|
1177
573
|
export type OpeningTimesDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1178
|
-
/**
|
|
1179
|
-
* Filter which OpeningTimes to delete
|
|
1180
|
-
*/
|
|
1181
574
|
where?: Prisma.OpeningTimesWhereInput;
|
|
1182
|
-
/**
|
|
1183
|
-
* Limit how many OpeningTimes to delete.
|
|
1184
|
-
*/
|
|
1185
575
|
limit?: number;
|
|
1186
576
|
};
|
|
1187
|
-
/**
|
|
1188
|
-
* OpeningTimes.organizationConfiguration
|
|
1189
|
-
*/
|
|
1190
577
|
export type OpeningTimes$organizationConfigurationArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1191
|
-
/**
|
|
1192
|
-
* Select specific fields to fetch from the OrganizationConfiguration
|
|
1193
|
-
*/
|
|
1194
578
|
select?: Prisma.OrganizationConfigurationSelect<ExtArgs> | null;
|
|
1195
|
-
/**
|
|
1196
|
-
* Omit specific fields from the OrganizationConfiguration
|
|
1197
|
-
*/
|
|
1198
579
|
omit?: Prisma.OrganizationConfigurationOmit<ExtArgs> | null;
|
|
1199
|
-
/**
|
|
1200
|
-
* Choose, which related nodes to fetch as well
|
|
1201
|
-
*/
|
|
1202
580
|
include?: Prisma.OrganizationConfigurationInclude<ExtArgs> | null;
|
|
1203
581
|
where?: Prisma.OrganizationConfigurationWhereInput;
|
|
1204
582
|
};
|
|
1205
|
-
/**
|
|
1206
|
-
* OpeningTimes without action
|
|
1207
|
-
*/
|
|
1208
583
|
export type OpeningTimesDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1209
|
-
/**
|
|
1210
|
-
* Select specific fields to fetch from the OpeningTimes
|
|
1211
|
-
*/
|
|
1212
584
|
select?: Prisma.OpeningTimesSelect<ExtArgs> | null;
|
|
1213
|
-
/**
|
|
1214
|
-
* Omit specific fields from the OpeningTimes
|
|
1215
|
-
*/
|
|
1216
585
|
omit?: Prisma.OpeningTimesOmit<ExtArgs> | null;
|
|
1217
|
-
/**
|
|
1218
|
-
* Choose, which related nodes to fetch as well
|
|
1219
|
-
*/
|
|
1220
586
|
include?: Prisma.OpeningTimesInclude<ExtArgs> | null;
|
|
1221
587
|
};
|
|
1222
588
|
export {};
|