@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
|
@@ -4,9 +4,6 @@ import { type PrismaClient } from "./class";
|
|
|
4
4
|
export type * from '../models';
|
|
5
5
|
export type DMMF = typeof runtime.DMMF;
|
|
6
6
|
export type PrismaPromise<T> = runtime.Types.Public.PrismaPromise<T>;
|
|
7
|
-
/**
|
|
8
|
-
* Prisma Errors
|
|
9
|
-
*/
|
|
10
7
|
export declare const PrismaClientKnownRequestError: typeof runtime.PrismaClientKnownRequestError;
|
|
11
8
|
export type PrismaClientKnownRequestError = runtime.PrismaClientKnownRequestError;
|
|
12
9
|
export declare const PrismaClientUnknownRequestError: typeof runtime.PrismaClientUnknownRequestError;
|
|
@@ -17,24 +14,15 @@ export declare const PrismaClientInitializationError: typeof runtime.PrismaClien
|
|
|
17
14
|
export type PrismaClientInitializationError = runtime.PrismaClientInitializationError;
|
|
18
15
|
export declare const PrismaClientValidationError: typeof runtime.PrismaClientValidationError;
|
|
19
16
|
export type PrismaClientValidationError = runtime.PrismaClientValidationError;
|
|
20
|
-
/**
|
|
21
|
-
* Re-export of sql-template-tag
|
|
22
|
-
*/
|
|
23
17
|
export declare const sql: typeof runtime.sqltag;
|
|
24
18
|
export declare const empty: runtime.Sql;
|
|
25
19
|
export declare const join: typeof runtime.join;
|
|
26
20
|
export declare const raw: typeof runtime.raw;
|
|
27
21
|
export declare const Sql: typeof runtime.Sql;
|
|
28
22
|
export type Sql = runtime.Sql;
|
|
29
|
-
/**
|
|
30
|
-
* Decimal.js
|
|
31
|
-
*/
|
|
32
23
|
export declare const Decimal: typeof runtime.Decimal;
|
|
33
24
|
export type Decimal = runtime.Decimal;
|
|
34
25
|
export type DecimalJsLike = runtime.DecimalJsLike;
|
|
35
|
-
/**
|
|
36
|
-
* Extensions
|
|
37
|
-
*/
|
|
38
26
|
export type Extension = runtime.Types.Extensions.UserArgs;
|
|
39
27
|
export declare const getExtensionContext: typeof runtime.Extensions.getExtensionContext;
|
|
40
28
|
export type Args<T, F extends runtime.Operation> = runtime.Types.Public.Args<T, F>;
|
|
@@ -45,14 +33,7 @@ export type PrismaVersion = {
|
|
|
45
33
|
client: string;
|
|
46
34
|
engine: string;
|
|
47
35
|
};
|
|
48
|
-
/**
|
|
49
|
-
* Prisma Client JS version: 7.4.2
|
|
50
|
-
* Query Engine version: 94a226be1cf2967af2541cca5529f0f7ba866919
|
|
51
|
-
*/
|
|
52
36
|
export declare const prismaVersion: PrismaVersion;
|
|
53
|
-
/**
|
|
54
|
-
* Utility Types
|
|
55
|
-
*/
|
|
56
37
|
export type Bytes = runtime.Bytes;
|
|
57
38
|
export type JsonObject = runtime.JsonObject;
|
|
58
39
|
export type JsonArray = runtime.JsonArray;
|
|
@@ -65,23 +46,8 @@ export declare const NullTypes: {
|
|
|
65
46
|
JsonNull: (new (secret: never) => typeof runtime.JsonNull);
|
|
66
47
|
AnyNull: (new (secret: never) => typeof runtime.AnyNull);
|
|
67
48
|
};
|
|
68
|
-
/**
|
|
69
|
-
* Helper for filtering JSON entries that have `null` on the database (empty on the db)
|
|
70
|
-
*
|
|
71
|
-
* @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field
|
|
72
|
-
*/
|
|
73
49
|
export declare const DbNull: runtime.DbNullClass;
|
|
74
|
-
/**
|
|
75
|
-
* Helper for filtering JSON entries that have JSON `null` values (not empty on the db)
|
|
76
|
-
*
|
|
77
|
-
* @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field
|
|
78
|
-
*/
|
|
79
50
|
export declare const JsonNull: runtime.JsonNullClass;
|
|
80
|
-
/**
|
|
81
|
-
* Helper for filtering JSON entries that are `Prisma.DbNull` or `Prisma.JsonNull`
|
|
82
|
-
*
|
|
83
|
-
* @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field
|
|
84
|
-
*/
|
|
85
51
|
export declare const AnyNull: runtime.AnyNullClass;
|
|
86
52
|
type SelectAndInclude = {
|
|
87
53
|
select: any;
|
|
@@ -91,54 +57,25 @@ type SelectAndOmit = {
|
|
|
91
57
|
select: any;
|
|
92
58
|
omit: any;
|
|
93
59
|
};
|
|
94
|
-
/**
|
|
95
|
-
* From T, pick a set of properties whose keys are in the union K
|
|
96
|
-
*/
|
|
97
60
|
type Prisma__Pick<T, K extends keyof T> = {
|
|
98
61
|
[P in K]: T[P];
|
|
99
62
|
};
|
|
100
63
|
export type Enumerable<T> = T | Array<T>;
|
|
101
|
-
/**
|
|
102
|
-
* Subset
|
|
103
|
-
* @desc From `T` pick properties that exist in `U`. Simple version of Intersection
|
|
104
|
-
*/
|
|
105
64
|
export type Subset<T, U> = {
|
|
106
65
|
[key in keyof T]: key extends keyof U ? T[key] : never;
|
|
107
66
|
};
|
|
108
|
-
/**
|
|
109
|
-
* SelectSubset
|
|
110
|
-
* @desc From `T` pick properties that exist in `U`. Simple version of Intersection.
|
|
111
|
-
* Additionally, it validates, if both select and include are present. If the case, it errors.
|
|
112
|
-
*/
|
|
113
67
|
export type SelectSubset<T, U> = {
|
|
114
68
|
[key in keyof T]: key extends keyof U ? T[key] : never;
|
|
115
69
|
} & (T extends SelectAndInclude ? 'Please either choose `select` or `include`.' : T extends SelectAndOmit ? 'Please either choose `select` or `omit`.' : {});
|
|
116
|
-
/**
|
|
117
|
-
* Subset + Intersection
|
|
118
|
-
* @desc From `T` pick properties that exist in `U` and intersect `K`
|
|
119
|
-
*/
|
|
120
70
|
export type SubsetIntersection<T, U, K> = {
|
|
121
71
|
[key in keyof T]: key extends keyof U ? T[key] : never;
|
|
122
72
|
} & K;
|
|
123
73
|
type Without<T, U> = {
|
|
124
74
|
[P in Exclude<keyof T, keyof U>]?: never;
|
|
125
75
|
};
|
|
126
|
-
/**
|
|
127
|
-
* XOR is needed to have a real mutually exclusive union type
|
|
128
|
-
* https://stackoverflow.com/questions/42123407/does-typescript-support-mutually-exclusive-types
|
|
129
|
-
*/
|
|
130
76
|
export type XOR<T, U> = T extends object ? U extends object ? (Without<T, U> & U) | (Without<U, T> & T) : U : T;
|
|
131
|
-
/**
|
|
132
|
-
* Is T a Record?
|
|
133
|
-
*/
|
|
134
77
|
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;
|
|
135
|
-
/**
|
|
136
|
-
* If it's T[], return T
|
|
137
|
-
*/
|
|
138
78
|
export type UnEnumerate<T extends unknown> = T extends Array<infer U> ? U : T;
|
|
139
|
-
/**
|
|
140
|
-
* From ts-toolbelt
|
|
141
|
-
*/
|
|
142
79
|
type __Either<O extends object, K extends Key> = Omit<O, K> & {
|
|
143
80
|
[P in K]: Prisma__Pick<O, P & keyof O>;
|
|
144
81
|
}[K];
|
|
@@ -153,7 +90,6 @@ export type Union = any;
|
|
|
153
90
|
export type PatchUndefined<O extends object, O1 extends object> = {
|
|
154
91
|
[K in keyof O]: O[K] extends undefined ? At<O1, K> : O[K];
|
|
155
92
|
} & {};
|
|
156
|
-
/** Helper Types for "Merge" **/
|
|
157
93
|
export type IntersectOf<U extends Union> = (U extends unknown ? (k: U) => void : never) extends (k: infer I) => void ? I : never;
|
|
158
94
|
export type Overwrite<O extends object, O1 extends object> = {
|
|
159
95
|
[K in keyof O]: K extends keyof O1 ? O1[K] : O[K];
|
|
@@ -185,7 +121,6 @@ export type AtLeast<O extends object, K extends string> = NoExpand<O extends unk
|
|
|
185
121
|
} & O : never>;
|
|
186
122
|
type _Strict<U, _U = U> = U extends unknown ? U & OptionalFlat<_Record<Exclude<Keys<_U>, keyof U>, never>> : never;
|
|
187
123
|
export type Strict<U extends object> = ComputeRaw<_Strict<U>>;
|
|
188
|
-
/** End Helper Types for "Merge" **/
|
|
189
124
|
export type Merge<U extends object> = ComputeRaw<_Merge<Strict<U>>>;
|
|
190
125
|
export type Boolean = True | False;
|
|
191
126
|
export type True = 1;
|
|
@@ -214,19 +149,10 @@ type FieldPaths<T, U = Omit<T, '_avg' | '_sum' | '_count' | '_min' | '_max'>> =
|
|
|
214
149
|
export type GetHavingFields<T> = {
|
|
215
150
|
[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;
|
|
216
151
|
}[keyof T];
|
|
217
|
-
/**
|
|
218
|
-
* Convert tuple to union
|
|
219
|
-
*/
|
|
220
152
|
type _TupleToUnion<T> = T extends (infer E)[] ? E : never;
|
|
221
153
|
type TupleToUnion<K extends readonly any[]> = _TupleToUnion<K>;
|
|
222
154
|
export type MaybeTupleToUnion<T> = T extends any[] ? TupleToUnion<T> : T;
|
|
223
|
-
/**
|
|
224
|
-
* Like `Pick`, but additionally can also accept an array of keys
|
|
225
|
-
*/
|
|
226
155
|
export type PickEnumerable<T, K extends Enumerable<keyof T> | keyof T> = Prisma__Pick<T, MaybeTupleToUnion<K>>;
|
|
227
|
-
/**
|
|
228
|
-
* Exclude all keys with underscores
|
|
229
|
-
*/
|
|
230
156
|
export type ExcludeUnderscoreKeys<T extends string> = T extends `_${string}` ? never : T;
|
|
231
157
|
export type FieldRef<Model, FieldType> = runtime.FieldRef<Model, FieldType>;
|
|
232
158
|
type FieldRefInputType<Model, FieldType> = Model extends never ? never : FieldRef<Model, FieldType>;
|
|
@@ -2671,9 +2597,6 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
2671
2597
|
};
|
|
2672
2598
|
};
|
|
2673
2599
|
};
|
|
2674
|
-
/**
|
|
2675
|
-
* Enums
|
|
2676
|
-
*/
|
|
2677
2600
|
export declare const TransactionIsolationLevel: {
|
|
2678
2601
|
readonly ReadUncommitted: "ReadUncommitted";
|
|
2679
2602
|
readonly ReadCommitted: "ReadCommitted";
|
|
@@ -3147,120 +3070,33 @@ export declare const JsonNullValueFilter: {
|
|
|
3147
3070
|
readonly AnyNull: runtime.AnyNullClass;
|
|
3148
3071
|
};
|
|
3149
3072
|
export type JsonNullValueFilter = (typeof JsonNullValueFilter)[keyof typeof JsonNullValueFilter];
|
|
3150
|
-
/**
|
|
3151
|
-
* Field references
|
|
3152
|
-
*/
|
|
3153
|
-
/**
|
|
3154
|
-
* Reference to a field of type 'String'
|
|
3155
|
-
*/
|
|
3156
3073
|
export type StringFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'String'>;
|
|
3157
|
-
/**
|
|
3158
|
-
* Reference to a field of type 'String[]'
|
|
3159
|
-
*/
|
|
3160
3074
|
export type ListStringFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'String[]'>;
|
|
3161
|
-
/**
|
|
3162
|
-
* Reference to a field of type 'Boolean'
|
|
3163
|
-
*/
|
|
3164
3075
|
export type BooleanFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Boolean'>;
|
|
3165
|
-
/**
|
|
3166
|
-
* Reference to a field of type 'DateTime'
|
|
3167
|
-
*/
|
|
3168
3076
|
export type DateTimeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'DateTime'>;
|
|
3169
|
-
/**
|
|
3170
|
-
* Reference to a field of type 'DateTime[]'
|
|
3171
|
-
*/
|
|
3172
3077
|
export type ListDateTimeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'DateTime[]'>;
|
|
3173
|
-
/**
|
|
3174
|
-
* Reference to a field of type 'Currency'
|
|
3175
|
-
*/
|
|
3176
3078
|
export type EnumCurrencyFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Currency'>;
|
|
3177
|
-
/**
|
|
3178
|
-
* Reference to a field of type 'Currency[]'
|
|
3179
|
-
*/
|
|
3180
3079
|
export type ListEnumCurrencyFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Currency[]'>;
|
|
3181
|
-
/**
|
|
3182
|
-
* Reference to a field of type 'Locale'
|
|
3183
|
-
*/
|
|
3184
3080
|
export type EnumLocaleFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Locale'>;
|
|
3185
|
-
/**
|
|
3186
|
-
* Reference to a field of type 'Locale[]'
|
|
3187
|
-
*/
|
|
3188
3081
|
export type ListEnumLocaleFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Locale[]'>;
|
|
3189
|
-
/**
|
|
3190
|
-
* Reference to a field of type 'Float'
|
|
3191
|
-
*/
|
|
3192
3082
|
export type FloatFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Float'>;
|
|
3193
|
-
/**
|
|
3194
|
-
* Reference to a field of type 'Float[]'
|
|
3195
|
-
*/
|
|
3196
3083
|
export type ListFloatFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Float[]'>;
|
|
3197
|
-
/**
|
|
3198
|
-
* Reference to a field of type 'Int'
|
|
3199
|
-
*/
|
|
3200
3084
|
export type IntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int'>;
|
|
3201
|
-
/**
|
|
3202
|
-
* Reference to a field of type 'Int[]'
|
|
3203
|
-
*/
|
|
3204
3085
|
export type ListIntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int[]'>;
|
|
3205
|
-
/**
|
|
3206
|
-
* Reference to a field of type 'FileUploadStatus'
|
|
3207
|
-
*/
|
|
3208
3086
|
export type EnumFileUploadStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'FileUploadStatus'>;
|
|
3209
|
-
/**
|
|
3210
|
-
* Reference to a field of type 'FileUploadStatus[]'
|
|
3211
|
-
*/
|
|
3212
3087
|
export type ListEnumFileUploadStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'FileUploadStatus[]'>;
|
|
3213
|
-
/**
|
|
3214
|
-
* Reference to a field of type 'Json'
|
|
3215
|
-
*/
|
|
3216
3088
|
export type JsonFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Json'>;
|
|
3217
|
-
/**
|
|
3218
|
-
* Reference to a field of type 'QueryMode'
|
|
3219
|
-
*/
|
|
3220
3089
|
export type EnumQueryModeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'QueryMode'>;
|
|
3221
|
-
/**
|
|
3222
|
-
* Reference to a field of type 'OrderFulfilmentMethod'
|
|
3223
|
-
*/
|
|
3224
3090
|
export type EnumOrderFulfilmentMethodFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'OrderFulfilmentMethod'>;
|
|
3225
|
-
/**
|
|
3226
|
-
* Reference to a field of type 'OrderFulfilmentMethod[]'
|
|
3227
|
-
*/
|
|
3228
3091
|
export type ListEnumOrderFulfilmentMethodFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'OrderFulfilmentMethod[]'>;
|
|
3229
|
-
/**
|
|
3230
|
-
* Reference to a field of type 'PaymentMethod'
|
|
3231
|
-
*/
|
|
3232
3092
|
export type EnumPaymentMethodFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PaymentMethod'>;
|
|
3233
|
-
/**
|
|
3234
|
-
* Reference to a field of type 'PaymentMethod[]'
|
|
3235
|
-
*/
|
|
3236
3093
|
export type ListEnumPaymentMethodFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PaymentMethod[]'>;
|
|
3237
|
-
/**
|
|
3238
|
-
* Reference to a field of type 'PaymentProvider'
|
|
3239
|
-
*/
|
|
3240
3094
|
export type EnumPaymentProviderFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PaymentProvider'>;
|
|
3241
|
-
/**
|
|
3242
|
-
* Reference to a field of type 'PaymentProvider[]'
|
|
3243
|
-
*/
|
|
3244
3095
|
export type ListEnumPaymentProviderFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PaymentProvider[]'>;
|
|
3245
|
-
/**
|
|
3246
|
-
* Reference to a field of type 'PaymentStatus'
|
|
3247
|
-
*/
|
|
3248
3096
|
export type EnumPaymentStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PaymentStatus'>;
|
|
3249
|
-
/**
|
|
3250
|
-
* Reference to a field of type 'PaymentStatus[]'
|
|
3251
|
-
*/
|
|
3252
3097
|
export type ListEnumPaymentStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PaymentStatus[]'>;
|
|
3253
|
-
/**
|
|
3254
|
-
* Reference to a field of type 'CampaignType'
|
|
3255
|
-
*/
|
|
3256
3098
|
export type EnumCampaignTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'CampaignType'>;
|
|
3257
|
-
/**
|
|
3258
|
-
* Reference to a field of type 'CampaignType[]'
|
|
3259
|
-
*/
|
|
3260
3099
|
export type ListEnumCampaignTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'CampaignType[]'>;
|
|
3261
|
-
/**
|
|
3262
|
-
* Batch Payload for updateMany & deleteMany & createMany
|
|
3263
|
-
*/
|
|
3264
3100
|
export type BatchPayload = {
|
|
3265
3101
|
count: number;
|
|
3266
3102
|
};
|
|
@@ -3268,87 +3104,20 @@ export declare const defineExtension: runtime.Types.Extensions.ExtendsHook<"defi
|
|
|
3268
3104
|
export type DefaultPrismaClient = PrismaClient;
|
|
3269
3105
|
export type ErrorFormat = 'pretty' | 'colorless' | 'minimal';
|
|
3270
3106
|
export type PrismaClientOptions = ({
|
|
3271
|
-
/**
|
|
3272
|
-
* Instance of a Driver Adapter, e.g., like one provided by `@prisma/adapter-pg`.
|
|
3273
|
-
*/
|
|
3274
3107
|
adapter: runtime.SqlDriverAdapterFactory;
|
|
3275
3108
|
accelerateUrl?: never;
|
|
3276
3109
|
} | {
|
|
3277
|
-
/**
|
|
3278
|
-
* Prisma Accelerate URL allowing the client to connect through Accelerate instead of a direct database.
|
|
3279
|
-
*/
|
|
3280
3110
|
accelerateUrl: string;
|
|
3281
3111
|
adapter?: never;
|
|
3282
3112
|
}) & {
|
|
3283
|
-
/**
|
|
3284
|
-
* @default "colorless"
|
|
3285
|
-
*/
|
|
3286
3113
|
errorFormat?: ErrorFormat;
|
|
3287
|
-
/**
|
|
3288
|
-
* @example
|
|
3289
|
-
* ```
|
|
3290
|
-
* // Shorthand for `emit: 'stdout'`
|
|
3291
|
-
* log: ['query', 'info', 'warn', 'error']
|
|
3292
|
-
*
|
|
3293
|
-
* // Emit as events only
|
|
3294
|
-
* log: [
|
|
3295
|
-
* { emit: 'event', level: 'query' },
|
|
3296
|
-
* { emit: 'event', level: 'info' },
|
|
3297
|
-
* { emit: 'event', level: 'warn' }
|
|
3298
|
-
* { emit: 'event', level: 'error' }
|
|
3299
|
-
* ]
|
|
3300
|
-
*
|
|
3301
|
-
* / Emit as events and log to stdout
|
|
3302
|
-
* og: [
|
|
3303
|
-
* { emit: 'stdout', level: 'query' },
|
|
3304
|
-
* { emit: 'stdout', level: 'info' },
|
|
3305
|
-
* { emit: 'stdout', level: 'warn' }
|
|
3306
|
-
* { emit: 'stdout', level: 'error' }
|
|
3307
|
-
*
|
|
3308
|
-
* ```
|
|
3309
|
-
* Read more in our [docs](https://pris.ly/d/logging).
|
|
3310
|
-
*/
|
|
3311
3114
|
log?: (LogLevel | LogDefinition)[];
|
|
3312
|
-
/**
|
|
3313
|
-
* The default values for transactionOptions
|
|
3314
|
-
* maxWait ?= 2000
|
|
3315
|
-
* timeout ?= 5000
|
|
3316
|
-
*/
|
|
3317
3115
|
transactionOptions?: {
|
|
3318
3116
|
maxWait?: number;
|
|
3319
3117
|
timeout?: number;
|
|
3320
3118
|
isolationLevel?: TransactionIsolationLevel;
|
|
3321
3119
|
};
|
|
3322
|
-
/**
|
|
3323
|
-
* Global configuration for omitting model fields by default.
|
|
3324
|
-
*
|
|
3325
|
-
* @example
|
|
3326
|
-
* ```
|
|
3327
|
-
* const prisma = new PrismaClient({
|
|
3328
|
-
* omit: {
|
|
3329
|
-
* user: {
|
|
3330
|
-
* password: true
|
|
3331
|
-
* }
|
|
3332
|
-
* }
|
|
3333
|
-
* })
|
|
3334
|
-
* ```
|
|
3335
|
-
*/
|
|
3336
3120
|
omit?: GlobalOmitConfig;
|
|
3337
|
-
/**
|
|
3338
|
-
* SQL commenter plugins that add metadata to SQL queries as comments.
|
|
3339
|
-
* Comments follow the sqlcommenter format: https://google.github.io/sqlcommenter/
|
|
3340
|
-
*
|
|
3341
|
-
* @example
|
|
3342
|
-
* ```
|
|
3343
|
-
* const prisma = new PrismaClient({
|
|
3344
|
-
* adapter,
|
|
3345
|
-
* comments: [
|
|
3346
|
-
* traceContext(),
|
|
3347
|
-
* queryInsights(),
|
|
3348
|
-
* ],
|
|
3349
|
-
* })
|
|
3350
|
-
* ```
|
|
3351
|
-
*/
|
|
3352
3121
|
comments?: runtime.SqlCommenterPlugin[];
|
|
3353
3122
|
};
|
|
3354
3123
|
export type GlobalOmitConfig = {
|
|
@@ -3406,7 +3175,4 @@ export type LogEvent = {
|
|
|
3406
3175
|
target: string;
|
|
3407
3176
|
};
|
|
3408
3177
|
export type PrismaAction = 'findUnique' | 'findUniqueOrThrow' | 'findMany' | 'findFirst' | 'findFirstOrThrow' | 'create' | 'createMany' | 'createManyAndReturn' | 'update' | 'updateMany' | 'updateManyAndReturn' | 'upsert' | 'delete' | 'deleteMany' | 'executeRaw' | 'queryRaw' | 'aggregate' | 'count' | 'runCommandRaw' | 'findRaw' | 'groupBy';
|
|
3409
|
-
/**
|
|
3410
|
-
* `PrismaClient` proxy available in interactive transactions.
|
|
3411
|
-
*/
|
|
3412
3178
|
export type TransactionClient = Omit<DefaultPrismaClient, runtime.ITXClientDenyList>;
|