@pos-360/prisma 1.0.0-beta.0 → 1.0.0-beta.1
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/lib/generated/prisma/browser.d.ts +514 -0
- package/lib/generated/prisma/browser.js +57 -0
- package/lib/generated/prisma/browser.js.map +1 -0
- package/lib/generated/prisma/client.d.ts +531 -0
- package/lib/generated/prisma/client.js +69 -0
- package/lib/generated/prisma/client.js.map +1 -0
- package/lib/generated/prisma/commonInputTypes.d.ts +1529 -0
- package/lib/generated/prisma/commonInputTypes.js +12 -0
- package/lib/generated/prisma/commonInputTypes.js.map +1 -0
- package/lib/generated/prisma/dmmf.d.ts +4085 -0
- package/lib/generated/prisma/dmmf.js +27551 -0
- package/lib/generated/prisma/dmmf.js.map +1 -0
- package/lib/generated/prisma/enums.d.ts +216 -0
- package/lib/generated/prisma/enums.js +205 -0
- package/lib/generated/prisma/enums.js.map +1 -0
- package/lib/generated/prisma/internal/class.d.ts +1237 -0
- package/lib/generated/prisma/internal/class.js +79 -0
- package/lib/generated/prisma/internal/class.js.map +1 -0
- package/lib/generated/prisma/internal/prismaNamespace.d.ts +10091 -0
- package/lib/generated/prisma/internal/prismaNamespace.js +1721 -0
- package/lib/generated/prisma/internal/prismaNamespace.js.map +1 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.d.ts +1816 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.js +1692 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.js.map +1 -0
- package/lib/generated/prisma/kysely-types.d.ts +1499 -0
- package/lib/generated/prisma/kysely-types.js +196 -0
- package/lib/generated/prisma/kysely-types.js.map +1 -0
- package/lib/generated/prisma/models/Address.d.ts +1339 -0
- package/lib/generated/prisma/models/Address.js +12 -0
- package/lib/generated/prisma/models/Address.js.map +1 -0
- package/lib/generated/prisma/models/Administrator.d.ts +1633 -0
- package/lib/generated/prisma/models/Administrator.js +12 -0
- package/lib/generated/prisma/models/Administrator.js.map +1 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.d.ts +1208 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.js +12 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/AdministratorToStore.d.ts +1201 -0
- package/lib/generated/prisma/models/AdministratorToStore.js +12 -0
- package/lib/generated/prisma/models/AdministratorToStore.js.map +1 -0
- package/lib/generated/prisma/models/ApiToken.d.ts +1125 -0
- package/lib/generated/prisma/models/ApiToken.js +12 -0
- package/lib/generated/prisma/models/ApiToken.js.map +1 -0
- package/lib/generated/prisma/models/AwsBucket.d.ts +1435 -0
- package/lib/generated/prisma/models/AwsBucket.js +12 -0
- package/lib/generated/prisma/models/AwsBucket.js.map +1 -0
- package/lib/generated/prisma/models/Card.d.ts +1533 -0
- package/lib/generated/prisma/models/Card.js +12 -0
- package/lib/generated/prisma/models/Card.js.map +1 -0
- package/lib/generated/prisma/models/Cart.d.ts +2315 -0
- package/lib/generated/prisma/models/Cart.js +12 -0
- package/lib/generated/prisma/models/Cart.js.map +1 -0
- package/lib/generated/prisma/models/CartCost.d.ts +1368 -0
- package/lib/generated/prisma/models/CartCost.js +12 -0
- package/lib/generated/prisma/models/CartCost.js.map +1 -0
- package/lib/generated/prisma/models/CartLine.d.ts +1948 -0
- package/lib/generated/prisma/models/CartLine.js +12 -0
- package/lib/generated/prisma/models/CartLine.js.map +1 -0
- package/lib/generated/prisma/models/CartLineModifier.d.ts +2061 -0
- package/lib/generated/prisma/models/CartLineModifier.js +12 -0
- package/lib/generated/prisma/models/CartLineModifier.js.map +1 -0
- package/lib/generated/prisma/models/CartLineModifierOption.d.ts +1435 -0
- package/lib/generated/prisma/models/CartLineModifierOption.js +12 -0
- package/lib/generated/prisma/models/CartLineModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/Checkout.d.ts +3989 -0
- package/lib/generated/prisma/models/Checkout.js +12 -0
- package/lib/generated/prisma/models/Checkout.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutGroup.d.ts +2604 -0
- package/lib/generated/prisma/models/CheckoutGroup.js +12 -0
- package/lib/generated/prisma/models/CheckoutGroup.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLine.d.ts +1932 -0
- package/lib/generated/prisma/models/CheckoutLine.js +12 -0
- package/lib/generated/prisma/models/CheckoutLine.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.d.ts +1702 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.js +12 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.d.ts +2124 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.js +12 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.js.map +1 -0
- package/lib/generated/prisma/models/Collection.d.ts +1961 -0
- package/lib/generated/prisma/models/Collection.js +12 -0
- package/lib/generated/prisma/models/Collection.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToPlatform.d.ts +1313 -0
- package/lib/generated/prisma/models/CollectionToPlatform.js +12 -0
- package/lib/generated/prisma/models/CollectionToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToProduct.d.ts +1342 -0
- package/lib/generated/prisma/models/CollectionToProduct.js +12 -0
- package/lib/generated/prisma/models/CollectionToProduct.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.d.ts +1201 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.js +12 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/Customer.d.ts +2964 -0
- package/lib/generated/prisma/models/Customer.js +12 -0
- package/lib/generated/prisma/models/Customer.js.map +1 -0
- package/lib/generated/prisma/models/CustomerGroup.d.ts +1167 -0
- package/lib/generated/prisma/models/CustomerGroup.js +12 -0
- package/lib/generated/prisma/models/CustomerGroup.js.map +1 -0
- package/lib/generated/prisma/models/CustomerToAddress.d.ts +1243 -0
- package/lib/generated/prisma/models/CustomerToAddress.js +12 -0
- package/lib/generated/prisma/models/CustomerToAddress.js.map +1 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.d.ts +1201 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.js +12 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCode.d.ts +3139 -0
- package/lib/generated/prisma/models/DiscountCode.js +12 -0
- package/lib/generated/prisma/models/DiscountCode.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.d.ts +1332 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.d.ts +1389 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.d.ts +1537 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.js.map +1 -0
- package/lib/generated/prisma/models/EventLog.d.ts +1295 -0
- package/lib/generated/prisma/models/EventLog.js +12 -0
- package/lib/generated/prisma/models/EventLog.js.map +1 -0
- package/lib/generated/prisma/models/Facet.d.ts +1266 -0
- package/lib/generated/prisma/models/Facet.js +12 -0
- package/lib/generated/prisma/models/Facet.js.map +1 -0
- package/lib/generated/prisma/models/FacetOption.d.ts +1342 -0
- package/lib/generated/prisma/models/FacetOption.js +12 -0
- package/lib/generated/prisma/models/FacetOption.js.map +1 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.js +12 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/FacetToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/FacetToPlatform.js +12 -0
- package/lib/generated/prisma/models/FacetToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/FeatureFlag.d.ts +1412 -0
- package/lib/generated/prisma/models/FeatureFlag.js +12 -0
- package/lib/generated/prisma/models/FeatureFlag.js.map +1 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.d.ts +1059 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.js +12 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/FlaggedPayment.d.ts +1065 -0
- package/lib/generated/prisma/models/FlaggedPayment.js +12 -0
- package/lib/generated/prisma/models/FlaggedPayment.js.map +1 -0
- package/lib/generated/prisma/models/FreeItemRule.d.ts +1021 -0
- package/lib/generated/prisma/models/FreeItemRule.js +12 -0
- package/lib/generated/prisma/models/FreeItemRule.js.map +1 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.d.ts +993 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.js +12 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.js.map +1 -0
- package/lib/generated/prisma/models/FulfillmentFees.d.ts +1365 -0
- package/lib/generated/prisma/models/FulfillmentFees.js +12 -0
- package/lib/generated/prisma/models/FulfillmentFees.js.map +1 -0
- package/lib/generated/prisma/models/Ingredient.d.ts +1886 -0
- package/lib/generated/prisma/models/Ingredient.js +12 -0
- package/lib/generated/prisma/models/Ingredient.js.map +1 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.d.ts +1561 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.js +12 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/IngredientToStore.d.ts +1507 -0
- package/lib/generated/prisma/models/IngredientToStore.js +12 -0
- package/lib/generated/prisma/models/IngredientToStore.js.map +1 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.d.ts +1256 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.js +12 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.js.map +1 -0
- package/lib/generated/prisma/models/Media.d.ts +2127 -0
- package/lib/generated/prisma/models/Media.js +12 -0
- package/lib/generated/prisma/models/Media.js.map +1 -0
- package/lib/generated/prisma/models/Modifier.d.ts +2597 -0
- package/lib/generated/prisma/models/Modifier.js +12 -0
- package/lib/generated/prisma/models/Modifier.js.map +1 -0
- package/lib/generated/prisma/models/ModifierGroup.d.ts +2099 -0
- package/lib/generated/prisma/models/ModifierGroup.js +12 -0
- package/lib/generated/prisma/models/ModifierGroup.js.map +1 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.d.ts +1249 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.js +12 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.js.map +1 -0
- package/lib/generated/prisma/models/ModifierOption.d.ts +1838 -0
- package/lib/generated/prisma/models/ModifierOption.js +12 -0
- package/lib/generated/prisma/models/ModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.d.ts +1343 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.js +12 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.js.map +1 -0
- package/lib/generated/prisma/models/NmiSecurityKey.d.ts +1087 -0
- package/lib/generated/prisma/models/NmiSecurityKey.js +12 -0
- package/lib/generated/prisma/models/NmiSecurityKey.js.map +1 -0
- package/lib/generated/prisma/models/OneTimeToken.d.ts +1115 -0
- package/lib/generated/prisma/models/OneTimeToken.js +12 -0
- package/lib/generated/prisma/models/OneTimeToken.js.map +1 -0
- package/lib/generated/prisma/models/Payment.d.ts +1560 -0
- package/lib/generated/prisma/models/Payment.js +12 -0
- package/lib/generated/prisma/models/Payment.js.map +1 -0
- package/lib/generated/prisma/models/Platform.d.ts +7442 -0
- package/lib/generated/prisma/models/Platform.js +12 -0
- package/lib/generated/prisma/models/Platform.js.map +1 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.d.ts +1333 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.js +12 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.d.ts +1299 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.js +12 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.js.map +1 -0
- package/lib/generated/prisma/models/PrepTime.d.ts +1420 -0
- package/lib/generated/prisma/models/PrepTime.js +12 -0
- package/lib/generated/prisma/models/PrepTime.js.map +1 -0
- package/lib/generated/prisma/models/Product.d.ts +2975 -0
- package/lib/generated/prisma/models/Product.js +12 -0
- package/lib/generated/prisma/models/Product.js.map +1 -0
- package/lib/generated/prisma/models/ProductCategory.d.ts +2057 -0
- package/lib/generated/prisma/models/ProductCategory.js +12 -0
- package/lib/generated/prisma/models/ProductCategory.js.map +1 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.js +12 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductListing.d.ts +1747 -0
- package/lib/generated/prisma/models/ProductListing.js +12 -0
- package/lib/generated/prisma/models/ProductListing.js.map +1 -0
- package/lib/generated/prisma/models/ProductToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductToTag.js +12 -0
- package/lib/generated/prisma/models/ProductToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariant.d.ts +6964 -0
- package/lib/generated/prisma/models/ProductVariant.js +12 -0
- package/lib/generated/prisma/models/ProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.d.ts +1775 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.js +12 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantListing.d.ts +2152 -0
- package/lib/generated/prisma/models/ProductVariantListing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantListing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.d.ts +1401 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.js +12 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.d.ts +1420 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantRanking.d.ts +1402 -0
- package/lib/generated/prisma/models/ProductVariantRanking.js +12 -0
- package/lib/generated/prisma/models/ProductVariantRanking.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.d.ts +1638 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.d.ts +1467 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.d.ts +1890 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.d.ts +1250 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.js +12 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductVariantToTag.js +12 -0
- package/lib/generated/prisma/models/ProductVariantToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductVarietal.d.ts +1385 -0
- package/lib/generated/prisma/models/ProductVarietal.js +12 -0
- package/lib/generated/prisma/models/ProductVarietal.js.map +1 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.d.ts +1782 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.js +12 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.js.map +1 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.d.ts +1931 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.js +12 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.js.map +1 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.d.ts +1405 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.js +12 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.js.map +1 -0
- package/lib/generated/prisma/models/Refund.d.ts +1707 -0
- package/lib/generated/prisma/models/Refund.js +12 -0
- package/lib/generated/prisma/models/Refund.js.map +1 -0
- package/lib/generated/prisma/models/RefundLine.d.ts +1373 -0
- package/lib/generated/prisma/models/RefundLine.js +12 -0
- package/lib/generated/prisma/models/RefundLine.js.map +1 -0
- package/lib/generated/prisma/models/RelatedItems.d.ts +1431 -0
- package/lib/generated/prisma/models/RelatedItems.js +12 -0
- package/lib/generated/prisma/models/RelatedItems.js.map +1 -0
- package/lib/generated/prisma/models/Role.d.ts +1264 -0
- package/lib/generated/prisma/models/Role.js +12 -0
- package/lib/generated/prisma/models/Role.js.map +1 -0
- package/lib/generated/prisma/models/ScheduledTask.d.ts +1146 -0
- package/lib/generated/prisma/models/ScheduledTask.js +12 -0
- package/lib/generated/prisma/models/ScheduledTask.js.map +1 -0
- package/lib/generated/prisma/models/ShippingConfiguration.d.ts +1659 -0
- package/lib/generated/prisma/models/ShippingConfiguration.js +12 -0
- package/lib/generated/prisma/models/ShippingConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/ShippingLabelFee.d.ts +1705 -0
- package/lib/generated/prisma/models/ShippingLabelFee.js +12 -0
- package/lib/generated/prisma/models/ShippingLabelFee.js.map +1 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.d.ts +1520 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.js +12 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.js.map +1 -0
- package/lib/generated/prisma/models/SmsConversation.d.ts +1548 -0
- package/lib/generated/prisma/models/SmsConversation.js +12 -0
- package/lib/generated/prisma/models/SmsConversation.js.map +1 -0
- package/lib/generated/prisma/models/SmsConversationMessage.d.ts +1326 -0
- package/lib/generated/prisma/models/SmsConversationMessage.js +12 -0
- package/lib/generated/prisma/models/SmsConversationMessage.js.map +1 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.d.ts +1125 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.js +12 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.js.map +1 -0
- package/lib/generated/prisma/models/StockLevel.d.ts +1425 -0
- package/lib/generated/prisma/models/StockLevel.js +12 -0
- package/lib/generated/prisma/models/StockLevel.js.map +1 -0
- package/lib/generated/prisma/models/StockLocation.d.ts +1652 -0
- package/lib/generated/prisma/models/StockLocation.js +12 -0
- package/lib/generated/prisma/models/StockLocation.js.map +1 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.js +12 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/StockMovement.d.ts +1608 -0
- package/lib/generated/prisma/models/StockMovement.js +12 -0
- package/lib/generated/prisma/models/StockMovement.js.map +1 -0
- package/lib/generated/prisma/models/Store.d.ts +4487 -0
- package/lib/generated/prisma/models/Store.js +12 -0
- package/lib/generated/prisma/models/Store.js.map +1 -0
- package/lib/generated/prisma/models/StoreRestockingLog.d.ts +1297 -0
- package/lib/generated/prisma/models/StoreRestockingLog.js +12 -0
- package/lib/generated/prisma/models/StoreRestockingLog.js.map +1 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.d.ts +1932 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.js +12 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.js.map +1 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.d.ts +1294 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.js +12 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.js.map +1 -0
- package/lib/generated/prisma/models/StoreToPlatform.d.ts +1331 -0
- package/lib/generated/prisma/models/StoreToPlatform.js +12 -0
- package/lib/generated/prisma/models/StoreToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/Tag.d.ts +1581 -0
- package/lib/generated/prisma/models/Tag.js +12 -0
- package/lib/generated/prisma/models/Tag.js.map +1 -0
- package/lib/generated/prisma/models/TaxCategory.d.ts +1169 -0
- package/lib/generated/prisma/models/TaxCategory.js +12 -0
- package/lib/generated/prisma/models/TaxCategory.js.map +1 -0
- package/lib/generated/prisma/models/Transaction.d.ts +1551 -0
- package/lib/generated/prisma/models/Transaction.js +12 -0
- package/lib/generated/prisma/models/Transaction.js.map +1 -0
- package/lib/generated/prisma/models/User.d.ts +1907 -0
- package/lib/generated/prisma/models/User.js +12 -0
- package/lib/generated/prisma/models/User.js.map +1 -0
- package/lib/generated/prisma/models/UserToRole.d.ts +1201 -0
- package/lib/generated/prisma/models/UserToRole.js +12 -0
- package/lib/generated/prisma/models/UserToRole.js.map +1 -0
- package/lib/generated/prisma/models.d.ts +103 -0
- package/lib/generated/prisma/models.js +3 -0
- package/lib/generated/prisma/models.js.map +1 -0
- package/lib/generated/prisma/pjtg.d.ts +145 -0
- package/lib/generated/prisma/pjtg.js +3 -0
- package/lib/generated/prisma/pjtg.js.map +1 -0
- package/lib/helpers.d.ts +37 -0
- package/lib/helpers.js +226 -0
- package/lib/helpers.js.map +1 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.js.map +1 -0
- package/lib/kysely/index.d.ts +2 -0
- package/lib/kysely/index.js +19 -0
- package/lib/kysely/index.js.map +1 -0
- package/lib/kysely/kysely-db.d.ts +3 -0
- package/lib/kysely/kysely-db.js +3 -0
- package/lib/kysely/kysely-db.js.map +1 -0
- package/lib/kysely/utils/index.d.ts +4 -0
- package/lib/kysely/utils/index.js +21 -0
- package/lib/kysely/utils/index.js.map +1 -0
- package/lib/kysely/utils/json-array-from-no-subquery.d.ts +38 -0
- package/lib/kysely/utils/json-array-from-no-subquery.js +43 -0
- package/lib/kysely/utils/json-array-from-no-subquery.js.map +1 -0
- package/lib/kysely/utils/json-object-from-no-subquery.d.ts +40 -0
- package/lib/kysely/utils/json-object-from-no-subquery.js +45 -0
- package/lib/kysely/utils/json-object-from-no-subquery.js.map +1 -0
- package/lib/kysely/utils/serialize-bigint-value.d.ts +3 -0
- package/lib/kysely/utils/serialize-bigint-value.js +13 -0
- package/lib/kysely/utils/serialize-bigint-value.js.map +1 -0
- package/lib/kysely/utils/serialize-numeric-value.d.ts +4 -0
- package/lib/kysely/utils/serialize-numeric-value.js +11 -0
- package/lib/kysely/utils/serialize-numeric-value.js.map +1 -0
- package/lib/kysely/utils/shallow-dehydrate.d.ts +18 -0
- package/lib/kysely/utils/shallow-dehydrate.js +3 -0
- package/lib/kysely/utils/shallow-dehydrate.js.map +1 -0
- package/lib/prisma-module/index.d.ts +4 -0
- package/lib/prisma-module/index.js +21 -0
- package/lib/prisma-module/index.js.map +1 -0
- package/lib/prisma-module/prisma-options.d.ts +59 -0
- package/lib/prisma-module/prisma-options.js +3 -0
- package/lib/prisma-module/prisma-options.js.map +1 -0
- package/lib/prisma-module/prisma.constants.d.ts +1 -0
- package/lib/prisma-module/prisma.constants.js +5 -0
- package/lib/prisma-module/prisma.constants.js.map +1 -0
- package/lib/prisma-module/prisma.module.d.ts +8 -0
- package/lib/prisma-module/prisma.module.js +73 -0
- package/lib/prisma-module/prisma.module.js.map +1 -0
- package/lib/prisma-module/prisma.service.d.ts +5 -0
- package/lib/prisma-module/prisma.service.js +29 -0
- package/lib/prisma-module/prisma.service.js.map +1 -0
- package/lib/tsconfig.build.tsbuildinfo +1 -0
- package/lib/types.d.ts +7 -0
- package/lib/types.js +3 -0
- package/lib/types.js.map +1 -0
- package/lib/utils/deep-convert-formatted-string-to-original.d.ts +1 -0
- package/lib/utils/deep-convert-formatted-string-to-original.js +40 -0
- package/lib/utils/deep-convert-formatted-string-to-original.js.map +1 -0
- package/lib/utils/ignore-prisma-builtins.d.ts +1 -0
- package/lib/utils/ignore-prisma-builtins.js +3 -0
- package/lib/utils/ignore-prisma-builtins.js.map +1 -0
- package/lib/utils/index.d.ts +3 -0
- package/lib/utils/index.js +20 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/prisma-where-to-sql.d.ts +5 -0
- package/lib/utils/prisma-where-to-sql.js +94 -0
- package/lib/utils/prisma-where-to-sql.js.map +1 -0
- package/lib/web360-prisma.constants.d.ts +2 -0
- package/lib/web360-prisma.constants.js +6 -0
- package/lib/web360-prisma.constants.js.map +1 -0
- package/lib/web360-prisma.module.d.ts +7 -0
- package/lib/web360-prisma.module.js +81 -0
- package/lib/web360-prisma.module.js.map +1 -0
- package/lib/web360-prisma.options.d.ts +38 -0
- package/lib/web360-prisma.options.js +3 -0
- package/lib/web360-prisma.options.js.map +1 -0
- package/lib/web360-prisma.service.d.ts +57 -0
- package/lib/web360-prisma.service.js +57 -0
- package/lib/web360-prisma.service.js.map +1 -0
- package/package.json +3 -2
|
@@ -0,0 +1,1633 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as Prisma from "../internal/prismaNamespace.js";
|
|
3
|
+
/**
|
|
4
|
+
* Model Administrator
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
export type AdministratorModel = runtime.Types.Result.DefaultSelection<Prisma.$AdministratorPayload>;
|
|
8
|
+
export type AggregateAdministrator = {
|
|
9
|
+
_count: AdministratorCountAggregateOutputType | null;
|
|
10
|
+
_avg: AdministratorAvgAggregateOutputType | null;
|
|
11
|
+
_sum: AdministratorSumAggregateOutputType | null;
|
|
12
|
+
_min: AdministratorMinAggregateOutputType | null;
|
|
13
|
+
_max: AdministratorMaxAggregateOutputType | null;
|
|
14
|
+
};
|
|
15
|
+
export type AdministratorAvgAggregateOutputType = {
|
|
16
|
+
id: number | null;
|
|
17
|
+
userId: number | null;
|
|
18
|
+
};
|
|
19
|
+
export type AdministratorSumAggregateOutputType = {
|
|
20
|
+
id: bigint | null;
|
|
21
|
+
userId: bigint | null;
|
|
22
|
+
};
|
|
23
|
+
export type AdministratorMinAggregateOutputType = {
|
|
24
|
+
id: bigint | null;
|
|
25
|
+
firstName: string | null;
|
|
26
|
+
lastName: string | null;
|
|
27
|
+
displayName: string | null;
|
|
28
|
+
email: string | null;
|
|
29
|
+
createdAt: Date | null;
|
|
30
|
+
updatedAt: Date | null;
|
|
31
|
+
deletedAt: Date | null;
|
|
32
|
+
userId: bigint | null;
|
|
33
|
+
};
|
|
34
|
+
export type AdministratorMaxAggregateOutputType = {
|
|
35
|
+
id: bigint | null;
|
|
36
|
+
firstName: string | null;
|
|
37
|
+
lastName: string | null;
|
|
38
|
+
displayName: string | null;
|
|
39
|
+
email: string | null;
|
|
40
|
+
createdAt: Date | null;
|
|
41
|
+
updatedAt: Date | null;
|
|
42
|
+
deletedAt: Date | null;
|
|
43
|
+
userId: bigint | null;
|
|
44
|
+
};
|
|
45
|
+
export type AdministratorCountAggregateOutputType = {
|
|
46
|
+
id: number;
|
|
47
|
+
firstName: number;
|
|
48
|
+
lastName: number;
|
|
49
|
+
displayName: number;
|
|
50
|
+
email: number;
|
|
51
|
+
createdAt: number;
|
|
52
|
+
updatedAt: number;
|
|
53
|
+
deletedAt: number;
|
|
54
|
+
userId: number;
|
|
55
|
+
_all: number;
|
|
56
|
+
};
|
|
57
|
+
export type AdministratorAvgAggregateInputType = {
|
|
58
|
+
id?: true;
|
|
59
|
+
userId?: true;
|
|
60
|
+
};
|
|
61
|
+
export type AdministratorSumAggregateInputType = {
|
|
62
|
+
id?: true;
|
|
63
|
+
userId?: true;
|
|
64
|
+
};
|
|
65
|
+
export type AdministratorMinAggregateInputType = {
|
|
66
|
+
id?: true;
|
|
67
|
+
firstName?: true;
|
|
68
|
+
lastName?: true;
|
|
69
|
+
displayName?: true;
|
|
70
|
+
email?: true;
|
|
71
|
+
createdAt?: true;
|
|
72
|
+
updatedAt?: true;
|
|
73
|
+
deletedAt?: true;
|
|
74
|
+
userId?: true;
|
|
75
|
+
};
|
|
76
|
+
export type AdministratorMaxAggregateInputType = {
|
|
77
|
+
id?: true;
|
|
78
|
+
firstName?: true;
|
|
79
|
+
lastName?: true;
|
|
80
|
+
displayName?: true;
|
|
81
|
+
email?: true;
|
|
82
|
+
createdAt?: true;
|
|
83
|
+
updatedAt?: true;
|
|
84
|
+
deletedAt?: true;
|
|
85
|
+
userId?: true;
|
|
86
|
+
};
|
|
87
|
+
export type AdministratorCountAggregateInputType = {
|
|
88
|
+
id?: true;
|
|
89
|
+
firstName?: true;
|
|
90
|
+
lastName?: true;
|
|
91
|
+
displayName?: true;
|
|
92
|
+
email?: true;
|
|
93
|
+
createdAt?: true;
|
|
94
|
+
updatedAt?: true;
|
|
95
|
+
deletedAt?: true;
|
|
96
|
+
userId?: true;
|
|
97
|
+
_all?: true;
|
|
98
|
+
};
|
|
99
|
+
export type AdministratorAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
100
|
+
/**
|
|
101
|
+
* Filter which Administrator to aggregate.
|
|
102
|
+
*/
|
|
103
|
+
where?: Prisma.AdministratorWhereInput;
|
|
104
|
+
/**
|
|
105
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
106
|
+
*
|
|
107
|
+
* Determine the order of Administrators to fetch.
|
|
108
|
+
*/
|
|
109
|
+
orderBy?: Prisma.AdministratorOrderByWithRelationInput | Prisma.AdministratorOrderByWithRelationInput[];
|
|
110
|
+
/**
|
|
111
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
112
|
+
*
|
|
113
|
+
* Sets the start position
|
|
114
|
+
*/
|
|
115
|
+
cursor?: Prisma.AdministratorWhereUniqueInput;
|
|
116
|
+
/**
|
|
117
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
118
|
+
*
|
|
119
|
+
* Take `±n` Administrators from the position of the cursor.
|
|
120
|
+
*/
|
|
121
|
+
take?: number;
|
|
122
|
+
/**
|
|
123
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
124
|
+
*
|
|
125
|
+
* Skip the first `n` Administrators.
|
|
126
|
+
*/
|
|
127
|
+
skip?: number;
|
|
128
|
+
/**
|
|
129
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
130
|
+
*
|
|
131
|
+
* Count returned Administrators
|
|
132
|
+
**/
|
|
133
|
+
_count?: true | AdministratorCountAggregateInputType;
|
|
134
|
+
/**
|
|
135
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
136
|
+
*
|
|
137
|
+
* Select which fields to average
|
|
138
|
+
**/
|
|
139
|
+
_avg?: AdministratorAvgAggregateInputType;
|
|
140
|
+
/**
|
|
141
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
142
|
+
*
|
|
143
|
+
* Select which fields to sum
|
|
144
|
+
**/
|
|
145
|
+
_sum?: AdministratorSumAggregateInputType;
|
|
146
|
+
/**
|
|
147
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
148
|
+
*
|
|
149
|
+
* Select which fields to find the minimum value
|
|
150
|
+
**/
|
|
151
|
+
_min?: AdministratorMinAggregateInputType;
|
|
152
|
+
/**
|
|
153
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
154
|
+
*
|
|
155
|
+
* Select which fields to find the maximum value
|
|
156
|
+
**/
|
|
157
|
+
_max?: AdministratorMaxAggregateInputType;
|
|
158
|
+
};
|
|
159
|
+
export type GetAdministratorAggregateType<T extends AdministratorAggregateArgs> = {
|
|
160
|
+
[P in keyof T & keyof AggregateAdministrator]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateAdministrator[P]> : Prisma.GetScalarType<T[P], AggregateAdministrator[P]>;
|
|
161
|
+
};
|
|
162
|
+
export type AdministratorGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
163
|
+
where?: Prisma.AdministratorWhereInput;
|
|
164
|
+
orderBy?: Prisma.AdministratorOrderByWithAggregationInput | Prisma.AdministratorOrderByWithAggregationInput[];
|
|
165
|
+
by: Prisma.AdministratorScalarFieldEnum[] | Prisma.AdministratorScalarFieldEnum;
|
|
166
|
+
having?: Prisma.AdministratorScalarWhereWithAggregatesInput;
|
|
167
|
+
take?: number;
|
|
168
|
+
skip?: number;
|
|
169
|
+
_count?: AdministratorCountAggregateInputType | true;
|
|
170
|
+
_avg?: AdministratorAvgAggregateInputType;
|
|
171
|
+
_sum?: AdministratorSumAggregateInputType;
|
|
172
|
+
_min?: AdministratorMinAggregateInputType;
|
|
173
|
+
_max?: AdministratorMaxAggregateInputType;
|
|
174
|
+
};
|
|
175
|
+
export type AdministratorGroupByOutputType = {
|
|
176
|
+
id: bigint;
|
|
177
|
+
firstName: string;
|
|
178
|
+
lastName: string;
|
|
179
|
+
displayName: string | null;
|
|
180
|
+
email: string | null;
|
|
181
|
+
createdAt: Date;
|
|
182
|
+
updatedAt: Date;
|
|
183
|
+
deletedAt: Date | null;
|
|
184
|
+
userId: bigint;
|
|
185
|
+
_count: AdministratorCountAggregateOutputType | null;
|
|
186
|
+
_avg: AdministratorAvgAggregateOutputType | null;
|
|
187
|
+
_sum: AdministratorSumAggregateOutputType | null;
|
|
188
|
+
_min: AdministratorMinAggregateOutputType | null;
|
|
189
|
+
_max: AdministratorMaxAggregateOutputType | null;
|
|
190
|
+
};
|
|
191
|
+
type GetAdministratorGroupByPayload<T extends AdministratorGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<AdministratorGroupByOutputType, T['by']> & {
|
|
192
|
+
[P in ((keyof T) & (keyof AdministratorGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], AdministratorGroupByOutputType[P]> : Prisma.GetScalarType<T[P], AdministratorGroupByOutputType[P]>;
|
|
193
|
+
}>>;
|
|
194
|
+
export type AdministratorWhereInput = {
|
|
195
|
+
AND?: Prisma.AdministratorWhereInput | Prisma.AdministratorWhereInput[];
|
|
196
|
+
OR?: Prisma.AdministratorWhereInput[];
|
|
197
|
+
NOT?: Prisma.AdministratorWhereInput | Prisma.AdministratorWhereInput[];
|
|
198
|
+
id?: Prisma.BigIntFilter<"Administrator"> | bigint | number;
|
|
199
|
+
firstName?: Prisma.StringFilter<"Administrator"> | string;
|
|
200
|
+
lastName?: Prisma.StringFilter<"Administrator"> | string;
|
|
201
|
+
displayName?: Prisma.StringNullableFilter<"Administrator"> | string | null;
|
|
202
|
+
email?: Prisma.StringNullableFilter<"Administrator"> | string | null;
|
|
203
|
+
createdAt?: Prisma.DateTimeFilter<"Administrator"> | Date | string;
|
|
204
|
+
updatedAt?: Prisma.DateTimeFilter<"Administrator"> | Date | string;
|
|
205
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"Administrator"> | Date | string | null;
|
|
206
|
+
userId?: Prisma.BigIntFilter<"Administrator"> | bigint | number;
|
|
207
|
+
user?: Prisma.XOR<Prisma.UserScalarRelationFilter, Prisma.UserWhereInput>;
|
|
208
|
+
administratorToPlatform?: Prisma.AdministratorToPlatformListRelationFilter;
|
|
209
|
+
administratorToStore?: Prisma.AdministratorToStoreListRelationFilter;
|
|
210
|
+
};
|
|
211
|
+
export type AdministratorOrderByWithRelationInput = {
|
|
212
|
+
id?: Prisma.SortOrder;
|
|
213
|
+
firstName?: Prisma.SortOrder;
|
|
214
|
+
lastName?: Prisma.SortOrder;
|
|
215
|
+
displayName?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
216
|
+
email?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
217
|
+
createdAt?: Prisma.SortOrder;
|
|
218
|
+
updatedAt?: Prisma.SortOrder;
|
|
219
|
+
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
220
|
+
userId?: Prisma.SortOrder;
|
|
221
|
+
user?: Prisma.UserOrderByWithRelationInput;
|
|
222
|
+
administratorToPlatform?: Prisma.AdministratorToPlatformOrderByRelationAggregateInput;
|
|
223
|
+
administratorToStore?: Prisma.AdministratorToStoreOrderByRelationAggregateInput;
|
|
224
|
+
_relevance?: Prisma.AdministratorOrderByRelevanceInput;
|
|
225
|
+
};
|
|
226
|
+
export type AdministratorWhereUniqueInput = Prisma.AtLeast<{
|
|
227
|
+
id?: bigint | number;
|
|
228
|
+
AND?: Prisma.AdministratorWhereInput | Prisma.AdministratorWhereInput[];
|
|
229
|
+
OR?: Prisma.AdministratorWhereInput[];
|
|
230
|
+
NOT?: Prisma.AdministratorWhereInput | Prisma.AdministratorWhereInput[];
|
|
231
|
+
firstName?: Prisma.StringFilter<"Administrator"> | string;
|
|
232
|
+
lastName?: Prisma.StringFilter<"Administrator"> | string;
|
|
233
|
+
displayName?: Prisma.StringNullableFilter<"Administrator"> | string | null;
|
|
234
|
+
email?: Prisma.StringNullableFilter<"Administrator"> | string | null;
|
|
235
|
+
createdAt?: Prisma.DateTimeFilter<"Administrator"> | Date | string;
|
|
236
|
+
updatedAt?: Prisma.DateTimeFilter<"Administrator"> | Date | string;
|
|
237
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"Administrator"> | Date | string | null;
|
|
238
|
+
userId?: Prisma.BigIntFilter<"Administrator"> | bigint | number;
|
|
239
|
+
user?: Prisma.XOR<Prisma.UserScalarRelationFilter, Prisma.UserWhereInput>;
|
|
240
|
+
administratorToPlatform?: Prisma.AdministratorToPlatformListRelationFilter;
|
|
241
|
+
administratorToStore?: Prisma.AdministratorToStoreListRelationFilter;
|
|
242
|
+
}, "id">;
|
|
243
|
+
export type AdministratorOrderByWithAggregationInput = {
|
|
244
|
+
id?: Prisma.SortOrder;
|
|
245
|
+
firstName?: Prisma.SortOrder;
|
|
246
|
+
lastName?: Prisma.SortOrder;
|
|
247
|
+
displayName?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
248
|
+
email?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
249
|
+
createdAt?: Prisma.SortOrder;
|
|
250
|
+
updatedAt?: Prisma.SortOrder;
|
|
251
|
+
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
252
|
+
userId?: Prisma.SortOrder;
|
|
253
|
+
_count?: Prisma.AdministratorCountOrderByAggregateInput;
|
|
254
|
+
_avg?: Prisma.AdministratorAvgOrderByAggregateInput;
|
|
255
|
+
_max?: Prisma.AdministratorMaxOrderByAggregateInput;
|
|
256
|
+
_min?: Prisma.AdministratorMinOrderByAggregateInput;
|
|
257
|
+
_sum?: Prisma.AdministratorSumOrderByAggregateInput;
|
|
258
|
+
};
|
|
259
|
+
export type AdministratorScalarWhereWithAggregatesInput = {
|
|
260
|
+
AND?: Prisma.AdministratorScalarWhereWithAggregatesInput | Prisma.AdministratorScalarWhereWithAggregatesInput[];
|
|
261
|
+
OR?: Prisma.AdministratorScalarWhereWithAggregatesInput[];
|
|
262
|
+
NOT?: Prisma.AdministratorScalarWhereWithAggregatesInput | Prisma.AdministratorScalarWhereWithAggregatesInput[];
|
|
263
|
+
id?: Prisma.BigIntWithAggregatesFilter<"Administrator"> | bigint | number;
|
|
264
|
+
firstName?: Prisma.StringWithAggregatesFilter<"Administrator"> | string;
|
|
265
|
+
lastName?: Prisma.StringWithAggregatesFilter<"Administrator"> | string;
|
|
266
|
+
displayName?: Prisma.StringNullableWithAggregatesFilter<"Administrator"> | string | null;
|
|
267
|
+
email?: Prisma.StringNullableWithAggregatesFilter<"Administrator"> | string | null;
|
|
268
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"Administrator"> | Date | string;
|
|
269
|
+
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"Administrator"> | Date | string;
|
|
270
|
+
deletedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"Administrator"> | Date | string | null;
|
|
271
|
+
userId?: Prisma.BigIntWithAggregatesFilter<"Administrator"> | bigint | number;
|
|
272
|
+
};
|
|
273
|
+
export type AdministratorCreateInput = {
|
|
274
|
+
id?: bigint | number;
|
|
275
|
+
firstName: string;
|
|
276
|
+
lastName: string;
|
|
277
|
+
displayName?: string | null;
|
|
278
|
+
email?: string | null;
|
|
279
|
+
createdAt?: Date | string;
|
|
280
|
+
updatedAt?: Date | string;
|
|
281
|
+
deletedAt?: Date | string | null;
|
|
282
|
+
user: Prisma.UserCreateNestedOneWithoutAdministratorInput;
|
|
283
|
+
administratorToPlatform?: Prisma.AdministratorToPlatformCreateNestedManyWithoutAdministratorInput;
|
|
284
|
+
administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutAdministratorInput;
|
|
285
|
+
};
|
|
286
|
+
export type AdministratorUncheckedCreateInput = {
|
|
287
|
+
id?: bigint | number;
|
|
288
|
+
firstName: string;
|
|
289
|
+
lastName: string;
|
|
290
|
+
displayName?: string | null;
|
|
291
|
+
email?: string | null;
|
|
292
|
+
createdAt?: Date | string;
|
|
293
|
+
updatedAt?: Date | string;
|
|
294
|
+
deletedAt?: Date | string | null;
|
|
295
|
+
userId: bigint | number;
|
|
296
|
+
administratorToPlatform?: Prisma.AdministratorToPlatformUncheckedCreateNestedManyWithoutAdministratorInput;
|
|
297
|
+
administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutAdministratorInput;
|
|
298
|
+
};
|
|
299
|
+
export type AdministratorUpdateInput = {
|
|
300
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
301
|
+
firstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
302
|
+
lastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
303
|
+
displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
304
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
305
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
306
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
307
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
308
|
+
user?: Prisma.UserUpdateOneRequiredWithoutAdministratorNestedInput;
|
|
309
|
+
administratorToPlatform?: Prisma.AdministratorToPlatformUpdateManyWithoutAdministratorNestedInput;
|
|
310
|
+
administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutAdministratorNestedInput;
|
|
311
|
+
};
|
|
312
|
+
export type AdministratorUncheckedUpdateInput = {
|
|
313
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
314
|
+
firstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
315
|
+
lastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
316
|
+
displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
317
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
318
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
319
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
320
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
321
|
+
userId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
322
|
+
administratorToPlatform?: Prisma.AdministratorToPlatformUncheckedUpdateManyWithoutAdministratorNestedInput;
|
|
323
|
+
administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutAdministratorNestedInput;
|
|
324
|
+
};
|
|
325
|
+
export type AdministratorCreateManyInput = {
|
|
326
|
+
id?: bigint | number;
|
|
327
|
+
firstName: string;
|
|
328
|
+
lastName: string;
|
|
329
|
+
displayName?: string | null;
|
|
330
|
+
email?: string | null;
|
|
331
|
+
createdAt?: Date | string;
|
|
332
|
+
updatedAt?: Date | string;
|
|
333
|
+
deletedAt?: Date | string | null;
|
|
334
|
+
userId: bigint | number;
|
|
335
|
+
};
|
|
336
|
+
export type AdministratorUpdateManyMutationInput = {
|
|
337
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
338
|
+
firstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
339
|
+
lastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
340
|
+
displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
341
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
342
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
343
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
344
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
345
|
+
};
|
|
346
|
+
export type AdministratorUncheckedUpdateManyInput = {
|
|
347
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
348
|
+
firstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
349
|
+
lastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
350
|
+
displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
351
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
352
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
353
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
354
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
355
|
+
userId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
356
|
+
};
|
|
357
|
+
export type AdministratorScalarRelationFilter = {
|
|
358
|
+
is?: Prisma.AdministratorWhereInput;
|
|
359
|
+
isNot?: Prisma.AdministratorWhereInput;
|
|
360
|
+
};
|
|
361
|
+
export type AdministratorOrderByRelevanceInput = {
|
|
362
|
+
fields: Prisma.AdministratorOrderByRelevanceFieldEnum | Prisma.AdministratorOrderByRelevanceFieldEnum[];
|
|
363
|
+
sort: Prisma.SortOrder;
|
|
364
|
+
search: string;
|
|
365
|
+
};
|
|
366
|
+
export type AdministratorCountOrderByAggregateInput = {
|
|
367
|
+
id?: Prisma.SortOrder;
|
|
368
|
+
firstName?: Prisma.SortOrder;
|
|
369
|
+
lastName?: Prisma.SortOrder;
|
|
370
|
+
displayName?: Prisma.SortOrder;
|
|
371
|
+
email?: Prisma.SortOrder;
|
|
372
|
+
createdAt?: Prisma.SortOrder;
|
|
373
|
+
updatedAt?: Prisma.SortOrder;
|
|
374
|
+
deletedAt?: Prisma.SortOrder;
|
|
375
|
+
userId?: Prisma.SortOrder;
|
|
376
|
+
};
|
|
377
|
+
export type AdministratorAvgOrderByAggregateInput = {
|
|
378
|
+
id?: Prisma.SortOrder;
|
|
379
|
+
userId?: Prisma.SortOrder;
|
|
380
|
+
};
|
|
381
|
+
export type AdministratorMaxOrderByAggregateInput = {
|
|
382
|
+
id?: Prisma.SortOrder;
|
|
383
|
+
firstName?: Prisma.SortOrder;
|
|
384
|
+
lastName?: Prisma.SortOrder;
|
|
385
|
+
displayName?: Prisma.SortOrder;
|
|
386
|
+
email?: Prisma.SortOrder;
|
|
387
|
+
createdAt?: Prisma.SortOrder;
|
|
388
|
+
updatedAt?: Prisma.SortOrder;
|
|
389
|
+
deletedAt?: Prisma.SortOrder;
|
|
390
|
+
userId?: Prisma.SortOrder;
|
|
391
|
+
};
|
|
392
|
+
export type AdministratorMinOrderByAggregateInput = {
|
|
393
|
+
id?: Prisma.SortOrder;
|
|
394
|
+
firstName?: Prisma.SortOrder;
|
|
395
|
+
lastName?: Prisma.SortOrder;
|
|
396
|
+
displayName?: Prisma.SortOrder;
|
|
397
|
+
email?: Prisma.SortOrder;
|
|
398
|
+
createdAt?: Prisma.SortOrder;
|
|
399
|
+
updatedAt?: Prisma.SortOrder;
|
|
400
|
+
deletedAt?: Prisma.SortOrder;
|
|
401
|
+
userId?: Prisma.SortOrder;
|
|
402
|
+
};
|
|
403
|
+
export type AdministratorSumOrderByAggregateInput = {
|
|
404
|
+
id?: Prisma.SortOrder;
|
|
405
|
+
userId?: Prisma.SortOrder;
|
|
406
|
+
};
|
|
407
|
+
export type AdministratorListRelationFilter = {
|
|
408
|
+
every?: Prisma.AdministratorWhereInput;
|
|
409
|
+
some?: Prisma.AdministratorWhereInput;
|
|
410
|
+
none?: Prisma.AdministratorWhereInput;
|
|
411
|
+
};
|
|
412
|
+
export type AdministratorOrderByRelationAggregateInput = {
|
|
413
|
+
_count?: Prisma.SortOrder;
|
|
414
|
+
};
|
|
415
|
+
export type AdministratorCreateNestedOneWithoutAdministratorToPlatformInput = {
|
|
416
|
+
create?: Prisma.XOR<Prisma.AdministratorCreateWithoutAdministratorToPlatformInput, Prisma.AdministratorUncheckedCreateWithoutAdministratorToPlatformInput>;
|
|
417
|
+
connectOrCreate?: Prisma.AdministratorCreateOrConnectWithoutAdministratorToPlatformInput;
|
|
418
|
+
connect?: Prisma.AdministratorWhereUniqueInput;
|
|
419
|
+
};
|
|
420
|
+
export type AdministratorUpdateOneRequiredWithoutAdministratorToPlatformNestedInput = {
|
|
421
|
+
create?: Prisma.XOR<Prisma.AdministratorCreateWithoutAdministratorToPlatformInput, Prisma.AdministratorUncheckedCreateWithoutAdministratorToPlatformInput>;
|
|
422
|
+
connectOrCreate?: Prisma.AdministratorCreateOrConnectWithoutAdministratorToPlatformInput;
|
|
423
|
+
upsert?: Prisma.AdministratorUpsertWithoutAdministratorToPlatformInput;
|
|
424
|
+
connect?: Prisma.AdministratorWhereUniqueInput;
|
|
425
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.AdministratorUpdateToOneWithWhereWithoutAdministratorToPlatformInput, Prisma.AdministratorUpdateWithoutAdministratorToPlatformInput>, Prisma.AdministratorUncheckedUpdateWithoutAdministratorToPlatformInput>;
|
|
426
|
+
};
|
|
427
|
+
export type AdministratorCreateNestedOneWithoutAdministratorToStoreInput = {
|
|
428
|
+
create?: Prisma.XOR<Prisma.AdministratorCreateWithoutAdministratorToStoreInput, Prisma.AdministratorUncheckedCreateWithoutAdministratorToStoreInput>;
|
|
429
|
+
connectOrCreate?: Prisma.AdministratorCreateOrConnectWithoutAdministratorToStoreInput;
|
|
430
|
+
connect?: Prisma.AdministratorWhereUniqueInput;
|
|
431
|
+
};
|
|
432
|
+
export type AdministratorUpdateOneRequiredWithoutAdministratorToStoreNestedInput = {
|
|
433
|
+
create?: Prisma.XOR<Prisma.AdministratorCreateWithoutAdministratorToStoreInput, Prisma.AdministratorUncheckedCreateWithoutAdministratorToStoreInput>;
|
|
434
|
+
connectOrCreate?: Prisma.AdministratorCreateOrConnectWithoutAdministratorToStoreInput;
|
|
435
|
+
upsert?: Prisma.AdministratorUpsertWithoutAdministratorToStoreInput;
|
|
436
|
+
connect?: Prisma.AdministratorWhereUniqueInput;
|
|
437
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.AdministratorUpdateToOneWithWhereWithoutAdministratorToStoreInput, Prisma.AdministratorUpdateWithoutAdministratorToStoreInput>, Prisma.AdministratorUncheckedUpdateWithoutAdministratorToStoreInput>;
|
|
438
|
+
};
|
|
439
|
+
export type StringFieldUpdateOperationsInput = {
|
|
440
|
+
set?: string;
|
|
441
|
+
};
|
|
442
|
+
export type NullableStringFieldUpdateOperationsInput = {
|
|
443
|
+
set?: string | null;
|
|
444
|
+
};
|
|
445
|
+
export type DateTimeFieldUpdateOperationsInput = {
|
|
446
|
+
set?: Date | string;
|
|
447
|
+
};
|
|
448
|
+
export type NullableDateTimeFieldUpdateOperationsInput = {
|
|
449
|
+
set?: Date | string | null;
|
|
450
|
+
};
|
|
451
|
+
export type AdministratorCreateNestedManyWithoutUserInput = {
|
|
452
|
+
create?: Prisma.XOR<Prisma.AdministratorCreateWithoutUserInput, Prisma.AdministratorUncheckedCreateWithoutUserInput> | Prisma.AdministratorCreateWithoutUserInput[] | Prisma.AdministratorUncheckedCreateWithoutUserInput[];
|
|
453
|
+
connectOrCreate?: Prisma.AdministratorCreateOrConnectWithoutUserInput | Prisma.AdministratorCreateOrConnectWithoutUserInput[];
|
|
454
|
+
createMany?: Prisma.AdministratorCreateManyUserInputEnvelope;
|
|
455
|
+
connect?: Prisma.AdministratorWhereUniqueInput | Prisma.AdministratorWhereUniqueInput[];
|
|
456
|
+
};
|
|
457
|
+
export type AdministratorUncheckedCreateNestedManyWithoutUserInput = {
|
|
458
|
+
create?: Prisma.XOR<Prisma.AdministratorCreateWithoutUserInput, Prisma.AdministratorUncheckedCreateWithoutUserInput> | Prisma.AdministratorCreateWithoutUserInput[] | Prisma.AdministratorUncheckedCreateWithoutUserInput[];
|
|
459
|
+
connectOrCreate?: Prisma.AdministratorCreateOrConnectWithoutUserInput | Prisma.AdministratorCreateOrConnectWithoutUserInput[];
|
|
460
|
+
createMany?: Prisma.AdministratorCreateManyUserInputEnvelope;
|
|
461
|
+
connect?: Prisma.AdministratorWhereUniqueInput | Prisma.AdministratorWhereUniqueInput[];
|
|
462
|
+
};
|
|
463
|
+
export type AdministratorUpdateManyWithoutUserNestedInput = {
|
|
464
|
+
create?: Prisma.XOR<Prisma.AdministratorCreateWithoutUserInput, Prisma.AdministratorUncheckedCreateWithoutUserInput> | Prisma.AdministratorCreateWithoutUserInput[] | Prisma.AdministratorUncheckedCreateWithoutUserInput[];
|
|
465
|
+
connectOrCreate?: Prisma.AdministratorCreateOrConnectWithoutUserInput | Prisma.AdministratorCreateOrConnectWithoutUserInput[];
|
|
466
|
+
upsert?: Prisma.AdministratorUpsertWithWhereUniqueWithoutUserInput | Prisma.AdministratorUpsertWithWhereUniqueWithoutUserInput[];
|
|
467
|
+
createMany?: Prisma.AdministratorCreateManyUserInputEnvelope;
|
|
468
|
+
set?: Prisma.AdministratorWhereUniqueInput | Prisma.AdministratorWhereUniqueInput[];
|
|
469
|
+
disconnect?: Prisma.AdministratorWhereUniqueInput | Prisma.AdministratorWhereUniqueInput[];
|
|
470
|
+
delete?: Prisma.AdministratorWhereUniqueInput | Prisma.AdministratorWhereUniqueInput[];
|
|
471
|
+
connect?: Prisma.AdministratorWhereUniqueInput | Prisma.AdministratorWhereUniqueInput[];
|
|
472
|
+
update?: Prisma.AdministratorUpdateWithWhereUniqueWithoutUserInput | Prisma.AdministratorUpdateWithWhereUniqueWithoutUserInput[];
|
|
473
|
+
updateMany?: Prisma.AdministratorUpdateManyWithWhereWithoutUserInput | Prisma.AdministratorUpdateManyWithWhereWithoutUserInput[];
|
|
474
|
+
deleteMany?: Prisma.AdministratorScalarWhereInput | Prisma.AdministratorScalarWhereInput[];
|
|
475
|
+
};
|
|
476
|
+
export type AdministratorUncheckedUpdateManyWithoutUserNestedInput = {
|
|
477
|
+
create?: Prisma.XOR<Prisma.AdministratorCreateWithoutUserInput, Prisma.AdministratorUncheckedCreateWithoutUserInput> | Prisma.AdministratorCreateWithoutUserInput[] | Prisma.AdministratorUncheckedCreateWithoutUserInput[];
|
|
478
|
+
connectOrCreate?: Prisma.AdministratorCreateOrConnectWithoutUserInput | Prisma.AdministratorCreateOrConnectWithoutUserInput[];
|
|
479
|
+
upsert?: Prisma.AdministratorUpsertWithWhereUniqueWithoutUserInput | Prisma.AdministratorUpsertWithWhereUniqueWithoutUserInput[];
|
|
480
|
+
createMany?: Prisma.AdministratorCreateManyUserInputEnvelope;
|
|
481
|
+
set?: Prisma.AdministratorWhereUniqueInput | Prisma.AdministratorWhereUniqueInput[];
|
|
482
|
+
disconnect?: Prisma.AdministratorWhereUniqueInput | Prisma.AdministratorWhereUniqueInput[];
|
|
483
|
+
delete?: Prisma.AdministratorWhereUniqueInput | Prisma.AdministratorWhereUniqueInput[];
|
|
484
|
+
connect?: Prisma.AdministratorWhereUniqueInput | Prisma.AdministratorWhereUniqueInput[];
|
|
485
|
+
update?: Prisma.AdministratorUpdateWithWhereUniqueWithoutUserInput | Prisma.AdministratorUpdateWithWhereUniqueWithoutUserInput[];
|
|
486
|
+
updateMany?: Prisma.AdministratorUpdateManyWithWhereWithoutUserInput | Prisma.AdministratorUpdateManyWithWhereWithoutUserInput[];
|
|
487
|
+
deleteMany?: Prisma.AdministratorScalarWhereInput | Prisma.AdministratorScalarWhereInput[];
|
|
488
|
+
};
|
|
489
|
+
export type AdministratorCreateWithoutAdministratorToPlatformInput = {
|
|
490
|
+
id?: bigint | number;
|
|
491
|
+
firstName: string;
|
|
492
|
+
lastName: string;
|
|
493
|
+
displayName?: string | null;
|
|
494
|
+
email?: string | null;
|
|
495
|
+
createdAt?: Date | string;
|
|
496
|
+
updatedAt?: Date | string;
|
|
497
|
+
deletedAt?: Date | string | null;
|
|
498
|
+
user: Prisma.UserCreateNestedOneWithoutAdministratorInput;
|
|
499
|
+
administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutAdministratorInput;
|
|
500
|
+
};
|
|
501
|
+
export type AdministratorUncheckedCreateWithoutAdministratorToPlatformInput = {
|
|
502
|
+
id?: bigint | number;
|
|
503
|
+
firstName: string;
|
|
504
|
+
lastName: string;
|
|
505
|
+
displayName?: string | null;
|
|
506
|
+
email?: string | null;
|
|
507
|
+
createdAt?: Date | string;
|
|
508
|
+
updatedAt?: Date | string;
|
|
509
|
+
deletedAt?: Date | string | null;
|
|
510
|
+
userId: bigint | number;
|
|
511
|
+
administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutAdministratorInput;
|
|
512
|
+
};
|
|
513
|
+
export type AdministratorCreateOrConnectWithoutAdministratorToPlatformInput = {
|
|
514
|
+
where: Prisma.AdministratorWhereUniqueInput;
|
|
515
|
+
create: Prisma.XOR<Prisma.AdministratorCreateWithoutAdministratorToPlatformInput, Prisma.AdministratorUncheckedCreateWithoutAdministratorToPlatformInput>;
|
|
516
|
+
};
|
|
517
|
+
export type AdministratorUpsertWithoutAdministratorToPlatformInput = {
|
|
518
|
+
update: Prisma.XOR<Prisma.AdministratorUpdateWithoutAdministratorToPlatformInput, Prisma.AdministratorUncheckedUpdateWithoutAdministratorToPlatformInput>;
|
|
519
|
+
create: Prisma.XOR<Prisma.AdministratorCreateWithoutAdministratorToPlatformInput, Prisma.AdministratorUncheckedCreateWithoutAdministratorToPlatformInput>;
|
|
520
|
+
where?: Prisma.AdministratorWhereInput;
|
|
521
|
+
};
|
|
522
|
+
export type AdministratorUpdateToOneWithWhereWithoutAdministratorToPlatformInput = {
|
|
523
|
+
where?: Prisma.AdministratorWhereInput;
|
|
524
|
+
data: Prisma.XOR<Prisma.AdministratorUpdateWithoutAdministratorToPlatformInput, Prisma.AdministratorUncheckedUpdateWithoutAdministratorToPlatformInput>;
|
|
525
|
+
};
|
|
526
|
+
export type AdministratorUpdateWithoutAdministratorToPlatformInput = {
|
|
527
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
528
|
+
firstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
529
|
+
lastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
530
|
+
displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
531
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
532
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
533
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
534
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
535
|
+
user?: Prisma.UserUpdateOneRequiredWithoutAdministratorNestedInput;
|
|
536
|
+
administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutAdministratorNestedInput;
|
|
537
|
+
};
|
|
538
|
+
export type AdministratorUncheckedUpdateWithoutAdministratorToPlatformInput = {
|
|
539
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
540
|
+
firstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
541
|
+
lastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
542
|
+
displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
543
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
544
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
545
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
546
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
547
|
+
userId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
548
|
+
administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutAdministratorNestedInput;
|
|
549
|
+
};
|
|
550
|
+
export type AdministratorCreateWithoutAdministratorToStoreInput = {
|
|
551
|
+
id?: bigint | number;
|
|
552
|
+
firstName: string;
|
|
553
|
+
lastName: string;
|
|
554
|
+
displayName?: string | null;
|
|
555
|
+
email?: string | null;
|
|
556
|
+
createdAt?: Date | string;
|
|
557
|
+
updatedAt?: Date | string;
|
|
558
|
+
deletedAt?: Date | string | null;
|
|
559
|
+
user: Prisma.UserCreateNestedOneWithoutAdministratorInput;
|
|
560
|
+
administratorToPlatform?: Prisma.AdministratorToPlatformCreateNestedManyWithoutAdministratorInput;
|
|
561
|
+
};
|
|
562
|
+
export type AdministratorUncheckedCreateWithoutAdministratorToStoreInput = {
|
|
563
|
+
id?: bigint | number;
|
|
564
|
+
firstName: string;
|
|
565
|
+
lastName: string;
|
|
566
|
+
displayName?: string | null;
|
|
567
|
+
email?: string | null;
|
|
568
|
+
createdAt?: Date | string;
|
|
569
|
+
updatedAt?: Date | string;
|
|
570
|
+
deletedAt?: Date | string | null;
|
|
571
|
+
userId: bigint | number;
|
|
572
|
+
administratorToPlatform?: Prisma.AdministratorToPlatformUncheckedCreateNestedManyWithoutAdministratorInput;
|
|
573
|
+
};
|
|
574
|
+
export type AdministratorCreateOrConnectWithoutAdministratorToStoreInput = {
|
|
575
|
+
where: Prisma.AdministratorWhereUniqueInput;
|
|
576
|
+
create: Prisma.XOR<Prisma.AdministratorCreateWithoutAdministratorToStoreInput, Prisma.AdministratorUncheckedCreateWithoutAdministratorToStoreInput>;
|
|
577
|
+
};
|
|
578
|
+
export type AdministratorUpsertWithoutAdministratorToStoreInput = {
|
|
579
|
+
update: Prisma.XOR<Prisma.AdministratorUpdateWithoutAdministratorToStoreInput, Prisma.AdministratorUncheckedUpdateWithoutAdministratorToStoreInput>;
|
|
580
|
+
create: Prisma.XOR<Prisma.AdministratorCreateWithoutAdministratorToStoreInput, Prisma.AdministratorUncheckedCreateWithoutAdministratorToStoreInput>;
|
|
581
|
+
where?: Prisma.AdministratorWhereInput;
|
|
582
|
+
};
|
|
583
|
+
export type AdministratorUpdateToOneWithWhereWithoutAdministratorToStoreInput = {
|
|
584
|
+
where?: Prisma.AdministratorWhereInput;
|
|
585
|
+
data: Prisma.XOR<Prisma.AdministratorUpdateWithoutAdministratorToStoreInput, Prisma.AdministratorUncheckedUpdateWithoutAdministratorToStoreInput>;
|
|
586
|
+
};
|
|
587
|
+
export type AdministratorUpdateWithoutAdministratorToStoreInput = {
|
|
588
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
589
|
+
firstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
590
|
+
lastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
591
|
+
displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
592
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
593
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
594
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
595
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
596
|
+
user?: Prisma.UserUpdateOneRequiredWithoutAdministratorNestedInput;
|
|
597
|
+
administratorToPlatform?: Prisma.AdministratorToPlatformUpdateManyWithoutAdministratorNestedInput;
|
|
598
|
+
};
|
|
599
|
+
export type AdministratorUncheckedUpdateWithoutAdministratorToStoreInput = {
|
|
600
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
601
|
+
firstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
602
|
+
lastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
603
|
+
displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
604
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
605
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
606
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
607
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
608
|
+
userId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
609
|
+
administratorToPlatform?: Prisma.AdministratorToPlatformUncheckedUpdateManyWithoutAdministratorNestedInput;
|
|
610
|
+
};
|
|
611
|
+
export type AdministratorCreateWithoutUserInput = {
|
|
612
|
+
id?: bigint | number;
|
|
613
|
+
firstName: string;
|
|
614
|
+
lastName: string;
|
|
615
|
+
displayName?: string | null;
|
|
616
|
+
email?: string | null;
|
|
617
|
+
createdAt?: Date | string;
|
|
618
|
+
updatedAt?: Date | string;
|
|
619
|
+
deletedAt?: Date | string | null;
|
|
620
|
+
administratorToPlatform?: Prisma.AdministratorToPlatformCreateNestedManyWithoutAdministratorInput;
|
|
621
|
+
administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutAdministratorInput;
|
|
622
|
+
};
|
|
623
|
+
export type AdministratorUncheckedCreateWithoutUserInput = {
|
|
624
|
+
id?: bigint | number;
|
|
625
|
+
firstName: string;
|
|
626
|
+
lastName: string;
|
|
627
|
+
displayName?: string | null;
|
|
628
|
+
email?: string | null;
|
|
629
|
+
createdAt?: Date | string;
|
|
630
|
+
updatedAt?: Date | string;
|
|
631
|
+
deletedAt?: Date | string | null;
|
|
632
|
+
administratorToPlatform?: Prisma.AdministratorToPlatformUncheckedCreateNestedManyWithoutAdministratorInput;
|
|
633
|
+
administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutAdministratorInput;
|
|
634
|
+
};
|
|
635
|
+
export type AdministratorCreateOrConnectWithoutUserInput = {
|
|
636
|
+
where: Prisma.AdministratorWhereUniqueInput;
|
|
637
|
+
create: Prisma.XOR<Prisma.AdministratorCreateWithoutUserInput, Prisma.AdministratorUncheckedCreateWithoutUserInput>;
|
|
638
|
+
};
|
|
639
|
+
export type AdministratorCreateManyUserInputEnvelope = {
|
|
640
|
+
data: Prisma.AdministratorCreateManyUserInput | Prisma.AdministratorCreateManyUserInput[];
|
|
641
|
+
skipDuplicates?: boolean;
|
|
642
|
+
};
|
|
643
|
+
export type AdministratorUpsertWithWhereUniqueWithoutUserInput = {
|
|
644
|
+
where: Prisma.AdministratorWhereUniqueInput;
|
|
645
|
+
update: Prisma.XOR<Prisma.AdministratorUpdateWithoutUserInput, Prisma.AdministratorUncheckedUpdateWithoutUserInput>;
|
|
646
|
+
create: Prisma.XOR<Prisma.AdministratorCreateWithoutUserInput, Prisma.AdministratorUncheckedCreateWithoutUserInput>;
|
|
647
|
+
};
|
|
648
|
+
export type AdministratorUpdateWithWhereUniqueWithoutUserInput = {
|
|
649
|
+
where: Prisma.AdministratorWhereUniqueInput;
|
|
650
|
+
data: Prisma.XOR<Prisma.AdministratorUpdateWithoutUserInput, Prisma.AdministratorUncheckedUpdateWithoutUserInput>;
|
|
651
|
+
};
|
|
652
|
+
export type AdministratorUpdateManyWithWhereWithoutUserInput = {
|
|
653
|
+
where: Prisma.AdministratorScalarWhereInput;
|
|
654
|
+
data: Prisma.XOR<Prisma.AdministratorUpdateManyMutationInput, Prisma.AdministratorUncheckedUpdateManyWithoutUserInput>;
|
|
655
|
+
};
|
|
656
|
+
export type AdministratorScalarWhereInput = {
|
|
657
|
+
AND?: Prisma.AdministratorScalarWhereInput | Prisma.AdministratorScalarWhereInput[];
|
|
658
|
+
OR?: Prisma.AdministratorScalarWhereInput[];
|
|
659
|
+
NOT?: Prisma.AdministratorScalarWhereInput | Prisma.AdministratorScalarWhereInput[];
|
|
660
|
+
id?: Prisma.BigIntFilter<"Administrator"> | bigint | number;
|
|
661
|
+
firstName?: Prisma.StringFilter<"Administrator"> | string;
|
|
662
|
+
lastName?: Prisma.StringFilter<"Administrator"> | string;
|
|
663
|
+
displayName?: Prisma.StringNullableFilter<"Administrator"> | string | null;
|
|
664
|
+
email?: Prisma.StringNullableFilter<"Administrator"> | string | null;
|
|
665
|
+
createdAt?: Prisma.DateTimeFilter<"Administrator"> | Date | string;
|
|
666
|
+
updatedAt?: Prisma.DateTimeFilter<"Administrator"> | Date | string;
|
|
667
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"Administrator"> | Date | string | null;
|
|
668
|
+
userId?: Prisma.BigIntFilter<"Administrator"> | bigint | number;
|
|
669
|
+
};
|
|
670
|
+
export type AdministratorCreateManyUserInput = {
|
|
671
|
+
id?: bigint | number;
|
|
672
|
+
firstName: string;
|
|
673
|
+
lastName: string;
|
|
674
|
+
displayName?: string | null;
|
|
675
|
+
email?: string | null;
|
|
676
|
+
createdAt?: Date | string;
|
|
677
|
+
updatedAt?: Date | string;
|
|
678
|
+
deletedAt?: Date | string | null;
|
|
679
|
+
};
|
|
680
|
+
export type AdministratorUpdateWithoutUserInput = {
|
|
681
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
682
|
+
firstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
683
|
+
lastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
684
|
+
displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
685
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
686
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
687
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
688
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
689
|
+
administratorToPlatform?: Prisma.AdministratorToPlatformUpdateManyWithoutAdministratorNestedInput;
|
|
690
|
+
administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutAdministratorNestedInput;
|
|
691
|
+
};
|
|
692
|
+
export type AdministratorUncheckedUpdateWithoutUserInput = {
|
|
693
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
694
|
+
firstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
695
|
+
lastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
696
|
+
displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
697
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
698
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
699
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
700
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
701
|
+
administratorToPlatform?: Prisma.AdministratorToPlatformUncheckedUpdateManyWithoutAdministratorNestedInput;
|
|
702
|
+
administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutAdministratorNestedInput;
|
|
703
|
+
};
|
|
704
|
+
export type AdministratorUncheckedUpdateManyWithoutUserInput = {
|
|
705
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
706
|
+
firstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
707
|
+
lastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
708
|
+
displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
709
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
710
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
711
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
712
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
713
|
+
};
|
|
714
|
+
/**
|
|
715
|
+
* Count Type AdministratorCountOutputType
|
|
716
|
+
*/
|
|
717
|
+
export type AdministratorCountOutputType = {
|
|
718
|
+
administratorToPlatform: number;
|
|
719
|
+
administratorToStore: number;
|
|
720
|
+
};
|
|
721
|
+
export type AdministratorCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
722
|
+
administratorToPlatform?: boolean | AdministratorCountOutputTypeCountAdministratorToPlatformArgs;
|
|
723
|
+
administratorToStore?: boolean | AdministratorCountOutputTypeCountAdministratorToStoreArgs;
|
|
724
|
+
};
|
|
725
|
+
/**
|
|
726
|
+
* AdministratorCountOutputType without action
|
|
727
|
+
*/
|
|
728
|
+
export type AdministratorCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
729
|
+
/**
|
|
730
|
+
* Select specific fields to fetch from the AdministratorCountOutputType
|
|
731
|
+
*/
|
|
732
|
+
select?: Prisma.AdministratorCountOutputTypeSelect<ExtArgs> | null;
|
|
733
|
+
};
|
|
734
|
+
/**
|
|
735
|
+
* AdministratorCountOutputType without action
|
|
736
|
+
*/
|
|
737
|
+
export type AdministratorCountOutputTypeCountAdministratorToPlatformArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
738
|
+
where?: Prisma.AdministratorToPlatformWhereInput;
|
|
739
|
+
};
|
|
740
|
+
/**
|
|
741
|
+
* AdministratorCountOutputType without action
|
|
742
|
+
*/
|
|
743
|
+
export type AdministratorCountOutputTypeCountAdministratorToStoreArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
744
|
+
where?: Prisma.AdministratorToStoreWhereInput;
|
|
745
|
+
};
|
|
746
|
+
export type AdministratorSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
747
|
+
id?: boolean;
|
|
748
|
+
firstName?: boolean;
|
|
749
|
+
lastName?: boolean;
|
|
750
|
+
displayName?: boolean;
|
|
751
|
+
email?: boolean;
|
|
752
|
+
createdAt?: boolean;
|
|
753
|
+
updatedAt?: boolean;
|
|
754
|
+
deletedAt?: boolean;
|
|
755
|
+
userId?: boolean;
|
|
756
|
+
user?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
757
|
+
administratorToPlatform?: boolean | Prisma.Administrator$administratorToPlatformArgs<ExtArgs>;
|
|
758
|
+
administratorToStore?: boolean | Prisma.Administrator$administratorToStoreArgs<ExtArgs>;
|
|
759
|
+
_count?: boolean | Prisma.AdministratorCountOutputTypeDefaultArgs<ExtArgs>;
|
|
760
|
+
}, ExtArgs["result"]["administrator"]>;
|
|
761
|
+
export type AdministratorSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
762
|
+
id?: boolean;
|
|
763
|
+
firstName?: boolean;
|
|
764
|
+
lastName?: boolean;
|
|
765
|
+
displayName?: boolean;
|
|
766
|
+
email?: boolean;
|
|
767
|
+
createdAt?: boolean;
|
|
768
|
+
updatedAt?: boolean;
|
|
769
|
+
deletedAt?: boolean;
|
|
770
|
+
userId?: boolean;
|
|
771
|
+
user?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
772
|
+
}, ExtArgs["result"]["administrator"]>;
|
|
773
|
+
export type AdministratorSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
774
|
+
id?: boolean;
|
|
775
|
+
firstName?: boolean;
|
|
776
|
+
lastName?: boolean;
|
|
777
|
+
displayName?: boolean;
|
|
778
|
+
email?: boolean;
|
|
779
|
+
createdAt?: boolean;
|
|
780
|
+
updatedAt?: boolean;
|
|
781
|
+
deletedAt?: boolean;
|
|
782
|
+
userId?: boolean;
|
|
783
|
+
user?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
784
|
+
}, ExtArgs["result"]["administrator"]>;
|
|
785
|
+
export type AdministratorSelectScalar = {
|
|
786
|
+
id?: boolean;
|
|
787
|
+
firstName?: boolean;
|
|
788
|
+
lastName?: boolean;
|
|
789
|
+
displayName?: boolean;
|
|
790
|
+
email?: boolean;
|
|
791
|
+
createdAt?: boolean;
|
|
792
|
+
updatedAt?: boolean;
|
|
793
|
+
deletedAt?: boolean;
|
|
794
|
+
userId?: boolean;
|
|
795
|
+
};
|
|
796
|
+
export type AdministratorOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "firstName" | "lastName" | "displayName" | "email" | "createdAt" | "updatedAt" | "deletedAt" | "userId", ExtArgs["result"]["administrator"]>;
|
|
797
|
+
export type AdministratorInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
798
|
+
user?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
799
|
+
administratorToPlatform?: boolean | Prisma.Administrator$administratorToPlatformArgs<ExtArgs>;
|
|
800
|
+
administratorToStore?: boolean | Prisma.Administrator$administratorToStoreArgs<ExtArgs>;
|
|
801
|
+
_count?: boolean | Prisma.AdministratorCountOutputTypeDefaultArgs<ExtArgs>;
|
|
802
|
+
};
|
|
803
|
+
export type AdministratorIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
804
|
+
user?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
805
|
+
};
|
|
806
|
+
export type AdministratorIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
807
|
+
user?: boolean | Prisma.UserDefaultArgs<ExtArgs>;
|
|
808
|
+
};
|
|
809
|
+
export type $AdministratorPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
810
|
+
name: "Administrator";
|
|
811
|
+
objects: {
|
|
812
|
+
user: Prisma.$UserPayload<ExtArgs>;
|
|
813
|
+
administratorToPlatform: Prisma.$AdministratorToPlatformPayload<ExtArgs>[];
|
|
814
|
+
administratorToStore: Prisma.$AdministratorToStorePayload<ExtArgs>[];
|
|
815
|
+
};
|
|
816
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
817
|
+
id: bigint;
|
|
818
|
+
firstName: string;
|
|
819
|
+
lastName: string;
|
|
820
|
+
displayName: string | null;
|
|
821
|
+
email: string | null;
|
|
822
|
+
createdAt: Date;
|
|
823
|
+
updatedAt: Date;
|
|
824
|
+
deletedAt: Date | null;
|
|
825
|
+
userId: bigint;
|
|
826
|
+
}, ExtArgs["result"]["administrator"]>;
|
|
827
|
+
composites: {};
|
|
828
|
+
};
|
|
829
|
+
export type AdministratorGetPayload<S extends boolean | null | undefined | AdministratorDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$AdministratorPayload, S>;
|
|
830
|
+
export type AdministratorCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<AdministratorFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
831
|
+
select?: AdministratorCountAggregateInputType | true;
|
|
832
|
+
};
|
|
833
|
+
export interface AdministratorDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
834
|
+
[K: symbol]: {
|
|
835
|
+
types: Prisma.TypeMap<ExtArgs>['model']['Administrator'];
|
|
836
|
+
meta: {
|
|
837
|
+
name: 'Administrator';
|
|
838
|
+
};
|
|
839
|
+
};
|
|
840
|
+
/**
|
|
841
|
+
* Find zero or one Administrator that matches the filter.
|
|
842
|
+
* @param {AdministratorFindUniqueArgs} args - Arguments to find a Administrator
|
|
843
|
+
* @example
|
|
844
|
+
* // Get one Administrator
|
|
845
|
+
* const administrator = await prisma.administrator.findUnique({
|
|
846
|
+
* where: {
|
|
847
|
+
* // ... provide filter here
|
|
848
|
+
* }
|
|
849
|
+
* })
|
|
850
|
+
*/
|
|
851
|
+
findUnique<T extends AdministratorFindUniqueArgs>(args: Prisma.SelectSubset<T, AdministratorFindUniqueArgs<ExtArgs>>): Prisma.Prisma__AdministratorClient<runtime.Types.Result.GetResult<Prisma.$AdministratorPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
852
|
+
/**
|
|
853
|
+
* Find one Administrator that matches the filter or throw an error with `error.code='P2025'`
|
|
854
|
+
* if no matches were found.
|
|
855
|
+
* @param {AdministratorFindUniqueOrThrowArgs} args - Arguments to find a Administrator
|
|
856
|
+
* @example
|
|
857
|
+
* // Get one Administrator
|
|
858
|
+
* const administrator = await prisma.administrator.findUniqueOrThrow({
|
|
859
|
+
* where: {
|
|
860
|
+
* // ... provide filter here
|
|
861
|
+
* }
|
|
862
|
+
* })
|
|
863
|
+
*/
|
|
864
|
+
findUniqueOrThrow<T extends AdministratorFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, AdministratorFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__AdministratorClient<runtime.Types.Result.GetResult<Prisma.$AdministratorPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
865
|
+
/**
|
|
866
|
+
* Find the first Administrator that matches the filter.
|
|
867
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
868
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
869
|
+
* @param {AdministratorFindFirstArgs} args - Arguments to find a Administrator
|
|
870
|
+
* @example
|
|
871
|
+
* // Get one Administrator
|
|
872
|
+
* const administrator = await prisma.administrator.findFirst({
|
|
873
|
+
* where: {
|
|
874
|
+
* // ... provide filter here
|
|
875
|
+
* }
|
|
876
|
+
* })
|
|
877
|
+
*/
|
|
878
|
+
findFirst<T extends AdministratorFindFirstArgs>(args?: Prisma.SelectSubset<T, AdministratorFindFirstArgs<ExtArgs>>): Prisma.Prisma__AdministratorClient<runtime.Types.Result.GetResult<Prisma.$AdministratorPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
879
|
+
/**
|
|
880
|
+
* Find the first Administrator that matches the filter or
|
|
881
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
882
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
883
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
884
|
+
* @param {AdministratorFindFirstOrThrowArgs} args - Arguments to find a Administrator
|
|
885
|
+
* @example
|
|
886
|
+
* // Get one Administrator
|
|
887
|
+
* const administrator = await prisma.administrator.findFirstOrThrow({
|
|
888
|
+
* where: {
|
|
889
|
+
* // ... provide filter here
|
|
890
|
+
* }
|
|
891
|
+
* })
|
|
892
|
+
*/
|
|
893
|
+
findFirstOrThrow<T extends AdministratorFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, AdministratorFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__AdministratorClient<runtime.Types.Result.GetResult<Prisma.$AdministratorPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
894
|
+
/**
|
|
895
|
+
* Find zero or more Administrators that matches the filter.
|
|
896
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
897
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
898
|
+
* @param {AdministratorFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
899
|
+
* @example
|
|
900
|
+
* // Get all Administrators
|
|
901
|
+
* const administrators = await prisma.administrator.findMany()
|
|
902
|
+
*
|
|
903
|
+
* // Get first 10 Administrators
|
|
904
|
+
* const administrators = await prisma.administrator.findMany({ take: 10 })
|
|
905
|
+
*
|
|
906
|
+
* // Only select the `id`
|
|
907
|
+
* const administratorWithIdOnly = await prisma.administrator.findMany({ select: { id: true } })
|
|
908
|
+
*
|
|
909
|
+
*/
|
|
910
|
+
findMany<T extends AdministratorFindManyArgs>(args?: Prisma.SelectSubset<T, AdministratorFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AdministratorPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
911
|
+
/**
|
|
912
|
+
* Create a Administrator.
|
|
913
|
+
* @param {AdministratorCreateArgs} args - Arguments to create a Administrator.
|
|
914
|
+
* @example
|
|
915
|
+
* // Create one Administrator
|
|
916
|
+
* const Administrator = await prisma.administrator.create({
|
|
917
|
+
* data: {
|
|
918
|
+
* // ... data to create a Administrator
|
|
919
|
+
* }
|
|
920
|
+
* })
|
|
921
|
+
*
|
|
922
|
+
*/
|
|
923
|
+
create<T extends AdministratorCreateArgs>(args: Prisma.SelectSubset<T, AdministratorCreateArgs<ExtArgs>>): Prisma.Prisma__AdministratorClient<runtime.Types.Result.GetResult<Prisma.$AdministratorPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
924
|
+
/**
|
|
925
|
+
* Create many Administrators.
|
|
926
|
+
* @param {AdministratorCreateManyArgs} args - Arguments to create many Administrators.
|
|
927
|
+
* @example
|
|
928
|
+
* // Create many Administrators
|
|
929
|
+
* const administrator = await prisma.administrator.createMany({
|
|
930
|
+
* data: [
|
|
931
|
+
* // ... provide data here
|
|
932
|
+
* ]
|
|
933
|
+
* })
|
|
934
|
+
*
|
|
935
|
+
*/
|
|
936
|
+
createMany<T extends AdministratorCreateManyArgs>(args?: Prisma.SelectSubset<T, AdministratorCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
937
|
+
/**
|
|
938
|
+
* Create many Administrators and returns the data saved in the database.
|
|
939
|
+
* @param {AdministratorCreateManyAndReturnArgs} args - Arguments to create many Administrators.
|
|
940
|
+
* @example
|
|
941
|
+
* // Create many Administrators
|
|
942
|
+
* const administrator = await prisma.administrator.createManyAndReturn({
|
|
943
|
+
* data: [
|
|
944
|
+
* // ... provide data here
|
|
945
|
+
* ]
|
|
946
|
+
* })
|
|
947
|
+
*
|
|
948
|
+
* // Create many Administrators and only return the `id`
|
|
949
|
+
* const administratorWithIdOnly = await prisma.administrator.createManyAndReturn({
|
|
950
|
+
* select: { id: true },
|
|
951
|
+
* data: [
|
|
952
|
+
* // ... provide data here
|
|
953
|
+
* ]
|
|
954
|
+
* })
|
|
955
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
956
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
957
|
+
*
|
|
958
|
+
*/
|
|
959
|
+
createManyAndReturn<T extends AdministratorCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, AdministratorCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AdministratorPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
960
|
+
/**
|
|
961
|
+
* Delete a Administrator.
|
|
962
|
+
* @param {AdministratorDeleteArgs} args - Arguments to delete one Administrator.
|
|
963
|
+
* @example
|
|
964
|
+
* // Delete one Administrator
|
|
965
|
+
* const Administrator = await prisma.administrator.delete({
|
|
966
|
+
* where: {
|
|
967
|
+
* // ... filter to delete one Administrator
|
|
968
|
+
* }
|
|
969
|
+
* })
|
|
970
|
+
*
|
|
971
|
+
*/
|
|
972
|
+
delete<T extends AdministratorDeleteArgs>(args: Prisma.SelectSubset<T, AdministratorDeleteArgs<ExtArgs>>): Prisma.Prisma__AdministratorClient<runtime.Types.Result.GetResult<Prisma.$AdministratorPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
973
|
+
/**
|
|
974
|
+
* Update one Administrator.
|
|
975
|
+
* @param {AdministratorUpdateArgs} args - Arguments to update one Administrator.
|
|
976
|
+
* @example
|
|
977
|
+
* // Update one Administrator
|
|
978
|
+
* const administrator = await prisma.administrator.update({
|
|
979
|
+
* where: {
|
|
980
|
+
* // ... provide filter here
|
|
981
|
+
* },
|
|
982
|
+
* data: {
|
|
983
|
+
* // ... provide data here
|
|
984
|
+
* }
|
|
985
|
+
* })
|
|
986
|
+
*
|
|
987
|
+
*/
|
|
988
|
+
update<T extends AdministratorUpdateArgs>(args: Prisma.SelectSubset<T, AdministratorUpdateArgs<ExtArgs>>): Prisma.Prisma__AdministratorClient<runtime.Types.Result.GetResult<Prisma.$AdministratorPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
989
|
+
/**
|
|
990
|
+
* Delete zero or more Administrators.
|
|
991
|
+
* @param {AdministratorDeleteManyArgs} args - Arguments to filter Administrators to delete.
|
|
992
|
+
* @example
|
|
993
|
+
* // Delete a few Administrators
|
|
994
|
+
* const { count } = await prisma.administrator.deleteMany({
|
|
995
|
+
* where: {
|
|
996
|
+
* // ... provide filter here
|
|
997
|
+
* }
|
|
998
|
+
* })
|
|
999
|
+
*
|
|
1000
|
+
*/
|
|
1001
|
+
deleteMany<T extends AdministratorDeleteManyArgs>(args?: Prisma.SelectSubset<T, AdministratorDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1002
|
+
/**
|
|
1003
|
+
* Update zero or more Administrators.
|
|
1004
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1005
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1006
|
+
* @param {AdministratorUpdateManyArgs} args - Arguments to update one or more rows.
|
|
1007
|
+
* @example
|
|
1008
|
+
* // Update many Administrators
|
|
1009
|
+
* const administrator = await prisma.administrator.updateMany({
|
|
1010
|
+
* where: {
|
|
1011
|
+
* // ... provide filter here
|
|
1012
|
+
* },
|
|
1013
|
+
* data: {
|
|
1014
|
+
* // ... provide data here
|
|
1015
|
+
* }
|
|
1016
|
+
* })
|
|
1017
|
+
*
|
|
1018
|
+
*/
|
|
1019
|
+
updateMany<T extends AdministratorUpdateManyArgs>(args: Prisma.SelectSubset<T, AdministratorUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1020
|
+
/**
|
|
1021
|
+
* Update zero or more Administrators and returns the data updated in the database.
|
|
1022
|
+
* @param {AdministratorUpdateManyAndReturnArgs} args - Arguments to update many Administrators.
|
|
1023
|
+
* @example
|
|
1024
|
+
* // Update many Administrators
|
|
1025
|
+
* const administrator = await prisma.administrator.updateManyAndReturn({
|
|
1026
|
+
* where: {
|
|
1027
|
+
* // ... provide filter here
|
|
1028
|
+
* },
|
|
1029
|
+
* data: [
|
|
1030
|
+
* // ... provide data here
|
|
1031
|
+
* ]
|
|
1032
|
+
* })
|
|
1033
|
+
*
|
|
1034
|
+
* // Update zero or more Administrators and only return the `id`
|
|
1035
|
+
* const administratorWithIdOnly = await prisma.administrator.updateManyAndReturn({
|
|
1036
|
+
* select: { id: true },
|
|
1037
|
+
* where: {
|
|
1038
|
+
* // ... provide filter here
|
|
1039
|
+
* },
|
|
1040
|
+
* data: [
|
|
1041
|
+
* // ... provide data here
|
|
1042
|
+
* ]
|
|
1043
|
+
* })
|
|
1044
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1045
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1046
|
+
*
|
|
1047
|
+
*/
|
|
1048
|
+
updateManyAndReturn<T extends AdministratorUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, AdministratorUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AdministratorPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
1049
|
+
/**
|
|
1050
|
+
* Create or update one Administrator.
|
|
1051
|
+
* @param {AdministratorUpsertArgs} args - Arguments to update or create a Administrator.
|
|
1052
|
+
* @example
|
|
1053
|
+
* // Update or create a Administrator
|
|
1054
|
+
* const administrator = await prisma.administrator.upsert({
|
|
1055
|
+
* create: {
|
|
1056
|
+
* // ... data to create a Administrator
|
|
1057
|
+
* },
|
|
1058
|
+
* update: {
|
|
1059
|
+
* // ... in case it already exists, update
|
|
1060
|
+
* },
|
|
1061
|
+
* where: {
|
|
1062
|
+
* // ... the filter for the Administrator we want to update
|
|
1063
|
+
* }
|
|
1064
|
+
* })
|
|
1065
|
+
*/
|
|
1066
|
+
upsert<T extends AdministratorUpsertArgs>(args: Prisma.SelectSubset<T, AdministratorUpsertArgs<ExtArgs>>): Prisma.Prisma__AdministratorClient<runtime.Types.Result.GetResult<Prisma.$AdministratorPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1067
|
+
/**
|
|
1068
|
+
* Count the number of Administrators.
|
|
1069
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1070
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1071
|
+
* @param {AdministratorCountArgs} args - Arguments to filter Administrators to count.
|
|
1072
|
+
* @example
|
|
1073
|
+
* // Count the number of Administrators
|
|
1074
|
+
* const count = await prisma.administrator.count({
|
|
1075
|
+
* where: {
|
|
1076
|
+
* // ... the filter for the Administrators we want to count
|
|
1077
|
+
* }
|
|
1078
|
+
* })
|
|
1079
|
+
**/
|
|
1080
|
+
count<T extends AdministratorCountArgs>(args?: Prisma.Subset<T, AdministratorCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], AdministratorCountAggregateOutputType> : number>;
|
|
1081
|
+
/**
|
|
1082
|
+
* Allows you to perform aggregations operations on a Administrator.
|
|
1083
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1084
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1085
|
+
* @param {AdministratorAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
1086
|
+
* @example
|
|
1087
|
+
* // Ordered by age ascending
|
|
1088
|
+
* // Where email contains prisma.io
|
|
1089
|
+
* // Limited to the 10 users
|
|
1090
|
+
* const aggregations = await prisma.user.aggregate({
|
|
1091
|
+
* _avg: {
|
|
1092
|
+
* age: true,
|
|
1093
|
+
* },
|
|
1094
|
+
* where: {
|
|
1095
|
+
* email: {
|
|
1096
|
+
* contains: "prisma.io",
|
|
1097
|
+
* },
|
|
1098
|
+
* },
|
|
1099
|
+
* orderBy: {
|
|
1100
|
+
* age: "asc",
|
|
1101
|
+
* },
|
|
1102
|
+
* take: 10,
|
|
1103
|
+
* })
|
|
1104
|
+
**/
|
|
1105
|
+
aggregate<T extends AdministratorAggregateArgs>(args: Prisma.Subset<T, AdministratorAggregateArgs>): Prisma.PrismaPromise<GetAdministratorAggregateType<T>>;
|
|
1106
|
+
/**
|
|
1107
|
+
* Group by Administrator.
|
|
1108
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1109
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1110
|
+
* @param {AdministratorGroupByArgs} args - Group by arguments.
|
|
1111
|
+
* @example
|
|
1112
|
+
* // Group by city, order by createdAt, get count
|
|
1113
|
+
* const result = await prisma.user.groupBy({
|
|
1114
|
+
* by: ['city', 'createdAt'],
|
|
1115
|
+
* orderBy: {
|
|
1116
|
+
* createdAt: true
|
|
1117
|
+
* },
|
|
1118
|
+
* _count: {
|
|
1119
|
+
* _all: true
|
|
1120
|
+
* },
|
|
1121
|
+
* })
|
|
1122
|
+
*
|
|
1123
|
+
**/
|
|
1124
|
+
groupBy<T extends AdministratorGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
1125
|
+
orderBy: AdministratorGroupByArgs['orderBy'];
|
|
1126
|
+
} : {
|
|
1127
|
+
orderBy?: AdministratorGroupByArgs['orderBy'];
|
|
1128
|
+
}, OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>, ByFields extends Prisma.MaybeTupleToUnion<T['by']>, ByValid extends Prisma.Has<ByFields, OrderFields>, HavingFields extends Prisma.GetHavingFields<T['having']>, HavingValid extends Prisma.Has<ByFields, HavingFields>, ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False, InputErrors extends ByEmpty extends Prisma.True ? `Error: "by" must not be empty.` : HavingValid extends Prisma.False ? {
|
|
1129
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
1130
|
+
Error,
|
|
1131
|
+
'Field ',
|
|
1132
|
+
P,
|
|
1133
|
+
` in "having" needs to be provided in "by"`
|
|
1134
|
+
];
|
|
1135
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
1136
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1137
|
+
}[OrderFields] : 'Error: If you provide "take", you also need to provide "orderBy"' : 'skip' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
1138
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1139
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
1140
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1141
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, AdministratorGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetAdministratorGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
1142
|
+
/**
|
|
1143
|
+
* Fields of the Administrator model
|
|
1144
|
+
*/
|
|
1145
|
+
readonly fields: AdministratorFieldRefs;
|
|
1146
|
+
}
|
|
1147
|
+
/**
|
|
1148
|
+
* The delegate class that acts as a "Promise-like" for Administrator.
|
|
1149
|
+
* Why is this prefixed with `Prisma__`?
|
|
1150
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
1151
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1152
|
+
*/
|
|
1153
|
+
export interface Prisma__AdministratorClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1154
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
1155
|
+
user<T extends Prisma.UserDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.UserDefaultArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
1156
|
+
administratorToPlatform<T extends Prisma.Administrator$administratorToPlatformArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Administrator$administratorToPlatformArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AdministratorToPlatformPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1157
|
+
administratorToStore<T extends Prisma.Administrator$administratorToStoreArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Administrator$administratorToStoreArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AdministratorToStorePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1158
|
+
/**
|
|
1159
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1160
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1161
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1162
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
1163
|
+
*/
|
|
1164
|
+
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>;
|
|
1165
|
+
/**
|
|
1166
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
1167
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1168
|
+
* @returns A Promise for the completion of the callback.
|
|
1169
|
+
*/
|
|
1170
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
1171
|
+
/**
|
|
1172
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1173
|
+
* resolved value cannot be modified from the callback.
|
|
1174
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1175
|
+
* @returns A Promise for the completion of the callback.
|
|
1176
|
+
*/
|
|
1177
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
1178
|
+
}
|
|
1179
|
+
/**
|
|
1180
|
+
* Fields of the Administrator model
|
|
1181
|
+
*/
|
|
1182
|
+
export interface AdministratorFieldRefs {
|
|
1183
|
+
readonly id: Prisma.FieldRef<"Administrator", 'BigInt'>;
|
|
1184
|
+
readonly firstName: Prisma.FieldRef<"Administrator", 'String'>;
|
|
1185
|
+
readonly lastName: Prisma.FieldRef<"Administrator", 'String'>;
|
|
1186
|
+
readonly displayName: Prisma.FieldRef<"Administrator", 'String'>;
|
|
1187
|
+
readonly email: Prisma.FieldRef<"Administrator", 'String'>;
|
|
1188
|
+
readonly createdAt: Prisma.FieldRef<"Administrator", 'DateTime'>;
|
|
1189
|
+
readonly updatedAt: Prisma.FieldRef<"Administrator", 'DateTime'>;
|
|
1190
|
+
readonly deletedAt: Prisma.FieldRef<"Administrator", 'DateTime'>;
|
|
1191
|
+
readonly userId: Prisma.FieldRef<"Administrator", 'BigInt'>;
|
|
1192
|
+
}
|
|
1193
|
+
/**
|
|
1194
|
+
* Administrator findUnique
|
|
1195
|
+
*/
|
|
1196
|
+
export type AdministratorFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1197
|
+
/**
|
|
1198
|
+
* Select specific fields to fetch from the Administrator
|
|
1199
|
+
*/
|
|
1200
|
+
select?: Prisma.AdministratorSelect<ExtArgs> | null;
|
|
1201
|
+
/**
|
|
1202
|
+
* Omit specific fields from the Administrator
|
|
1203
|
+
*/
|
|
1204
|
+
omit?: Prisma.AdministratorOmit<ExtArgs> | null;
|
|
1205
|
+
/**
|
|
1206
|
+
* Choose, which related nodes to fetch as well
|
|
1207
|
+
*/
|
|
1208
|
+
include?: Prisma.AdministratorInclude<ExtArgs> | null;
|
|
1209
|
+
/**
|
|
1210
|
+
* Filter, which Administrator to fetch.
|
|
1211
|
+
*/
|
|
1212
|
+
where: Prisma.AdministratorWhereUniqueInput;
|
|
1213
|
+
};
|
|
1214
|
+
/**
|
|
1215
|
+
* Administrator findUniqueOrThrow
|
|
1216
|
+
*/
|
|
1217
|
+
export type AdministratorFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1218
|
+
/**
|
|
1219
|
+
* Select specific fields to fetch from the Administrator
|
|
1220
|
+
*/
|
|
1221
|
+
select?: Prisma.AdministratorSelect<ExtArgs> | null;
|
|
1222
|
+
/**
|
|
1223
|
+
* Omit specific fields from the Administrator
|
|
1224
|
+
*/
|
|
1225
|
+
omit?: Prisma.AdministratorOmit<ExtArgs> | null;
|
|
1226
|
+
/**
|
|
1227
|
+
* Choose, which related nodes to fetch as well
|
|
1228
|
+
*/
|
|
1229
|
+
include?: Prisma.AdministratorInclude<ExtArgs> | null;
|
|
1230
|
+
/**
|
|
1231
|
+
* Filter, which Administrator to fetch.
|
|
1232
|
+
*/
|
|
1233
|
+
where: Prisma.AdministratorWhereUniqueInput;
|
|
1234
|
+
};
|
|
1235
|
+
/**
|
|
1236
|
+
* Administrator findFirst
|
|
1237
|
+
*/
|
|
1238
|
+
export type AdministratorFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1239
|
+
/**
|
|
1240
|
+
* Select specific fields to fetch from the Administrator
|
|
1241
|
+
*/
|
|
1242
|
+
select?: Prisma.AdministratorSelect<ExtArgs> | null;
|
|
1243
|
+
/**
|
|
1244
|
+
* Omit specific fields from the Administrator
|
|
1245
|
+
*/
|
|
1246
|
+
omit?: Prisma.AdministratorOmit<ExtArgs> | null;
|
|
1247
|
+
/**
|
|
1248
|
+
* Choose, which related nodes to fetch as well
|
|
1249
|
+
*/
|
|
1250
|
+
include?: Prisma.AdministratorInclude<ExtArgs> | null;
|
|
1251
|
+
/**
|
|
1252
|
+
* Filter, which Administrator to fetch.
|
|
1253
|
+
*/
|
|
1254
|
+
where?: Prisma.AdministratorWhereInput;
|
|
1255
|
+
/**
|
|
1256
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1257
|
+
*
|
|
1258
|
+
* Determine the order of Administrators to fetch.
|
|
1259
|
+
*/
|
|
1260
|
+
orderBy?: Prisma.AdministratorOrderByWithRelationInput | Prisma.AdministratorOrderByWithRelationInput[];
|
|
1261
|
+
/**
|
|
1262
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1263
|
+
*
|
|
1264
|
+
* Sets the position for searching for Administrators.
|
|
1265
|
+
*/
|
|
1266
|
+
cursor?: Prisma.AdministratorWhereUniqueInput;
|
|
1267
|
+
/**
|
|
1268
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1269
|
+
*
|
|
1270
|
+
* Take `±n` Administrators from the position of the cursor.
|
|
1271
|
+
*/
|
|
1272
|
+
take?: number;
|
|
1273
|
+
/**
|
|
1274
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1275
|
+
*
|
|
1276
|
+
* Skip the first `n` Administrators.
|
|
1277
|
+
*/
|
|
1278
|
+
skip?: number;
|
|
1279
|
+
/**
|
|
1280
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1281
|
+
*
|
|
1282
|
+
* Filter by unique combinations of Administrators.
|
|
1283
|
+
*/
|
|
1284
|
+
distinct?: Prisma.AdministratorScalarFieldEnum | Prisma.AdministratorScalarFieldEnum[];
|
|
1285
|
+
};
|
|
1286
|
+
/**
|
|
1287
|
+
* Administrator findFirstOrThrow
|
|
1288
|
+
*/
|
|
1289
|
+
export type AdministratorFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1290
|
+
/**
|
|
1291
|
+
* Select specific fields to fetch from the Administrator
|
|
1292
|
+
*/
|
|
1293
|
+
select?: Prisma.AdministratorSelect<ExtArgs> | null;
|
|
1294
|
+
/**
|
|
1295
|
+
* Omit specific fields from the Administrator
|
|
1296
|
+
*/
|
|
1297
|
+
omit?: Prisma.AdministratorOmit<ExtArgs> | null;
|
|
1298
|
+
/**
|
|
1299
|
+
* Choose, which related nodes to fetch as well
|
|
1300
|
+
*/
|
|
1301
|
+
include?: Prisma.AdministratorInclude<ExtArgs> | null;
|
|
1302
|
+
/**
|
|
1303
|
+
* Filter, which Administrator to fetch.
|
|
1304
|
+
*/
|
|
1305
|
+
where?: Prisma.AdministratorWhereInput;
|
|
1306
|
+
/**
|
|
1307
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1308
|
+
*
|
|
1309
|
+
* Determine the order of Administrators to fetch.
|
|
1310
|
+
*/
|
|
1311
|
+
orderBy?: Prisma.AdministratorOrderByWithRelationInput | Prisma.AdministratorOrderByWithRelationInput[];
|
|
1312
|
+
/**
|
|
1313
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1314
|
+
*
|
|
1315
|
+
* Sets the position for searching for Administrators.
|
|
1316
|
+
*/
|
|
1317
|
+
cursor?: Prisma.AdministratorWhereUniqueInput;
|
|
1318
|
+
/**
|
|
1319
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1320
|
+
*
|
|
1321
|
+
* Take `±n` Administrators from the position of the cursor.
|
|
1322
|
+
*/
|
|
1323
|
+
take?: number;
|
|
1324
|
+
/**
|
|
1325
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1326
|
+
*
|
|
1327
|
+
* Skip the first `n` Administrators.
|
|
1328
|
+
*/
|
|
1329
|
+
skip?: number;
|
|
1330
|
+
/**
|
|
1331
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1332
|
+
*
|
|
1333
|
+
* Filter by unique combinations of Administrators.
|
|
1334
|
+
*/
|
|
1335
|
+
distinct?: Prisma.AdministratorScalarFieldEnum | Prisma.AdministratorScalarFieldEnum[];
|
|
1336
|
+
};
|
|
1337
|
+
/**
|
|
1338
|
+
* Administrator findMany
|
|
1339
|
+
*/
|
|
1340
|
+
export type AdministratorFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1341
|
+
/**
|
|
1342
|
+
* Select specific fields to fetch from the Administrator
|
|
1343
|
+
*/
|
|
1344
|
+
select?: Prisma.AdministratorSelect<ExtArgs> | null;
|
|
1345
|
+
/**
|
|
1346
|
+
* Omit specific fields from the Administrator
|
|
1347
|
+
*/
|
|
1348
|
+
omit?: Prisma.AdministratorOmit<ExtArgs> | null;
|
|
1349
|
+
/**
|
|
1350
|
+
* Choose, which related nodes to fetch as well
|
|
1351
|
+
*/
|
|
1352
|
+
include?: Prisma.AdministratorInclude<ExtArgs> | null;
|
|
1353
|
+
/**
|
|
1354
|
+
* Filter, which Administrators to fetch.
|
|
1355
|
+
*/
|
|
1356
|
+
where?: Prisma.AdministratorWhereInput;
|
|
1357
|
+
/**
|
|
1358
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1359
|
+
*
|
|
1360
|
+
* Determine the order of Administrators to fetch.
|
|
1361
|
+
*/
|
|
1362
|
+
orderBy?: Prisma.AdministratorOrderByWithRelationInput | Prisma.AdministratorOrderByWithRelationInput[];
|
|
1363
|
+
/**
|
|
1364
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1365
|
+
*
|
|
1366
|
+
* Sets the position for listing Administrators.
|
|
1367
|
+
*/
|
|
1368
|
+
cursor?: Prisma.AdministratorWhereUniqueInput;
|
|
1369
|
+
/**
|
|
1370
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1371
|
+
*
|
|
1372
|
+
* Take `±n` Administrators from the position of the cursor.
|
|
1373
|
+
*/
|
|
1374
|
+
take?: number;
|
|
1375
|
+
/**
|
|
1376
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1377
|
+
*
|
|
1378
|
+
* Skip the first `n` Administrators.
|
|
1379
|
+
*/
|
|
1380
|
+
skip?: number;
|
|
1381
|
+
distinct?: Prisma.AdministratorScalarFieldEnum | Prisma.AdministratorScalarFieldEnum[];
|
|
1382
|
+
};
|
|
1383
|
+
/**
|
|
1384
|
+
* Administrator create
|
|
1385
|
+
*/
|
|
1386
|
+
export type AdministratorCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1387
|
+
/**
|
|
1388
|
+
* Select specific fields to fetch from the Administrator
|
|
1389
|
+
*/
|
|
1390
|
+
select?: Prisma.AdministratorSelect<ExtArgs> | null;
|
|
1391
|
+
/**
|
|
1392
|
+
* Omit specific fields from the Administrator
|
|
1393
|
+
*/
|
|
1394
|
+
omit?: Prisma.AdministratorOmit<ExtArgs> | null;
|
|
1395
|
+
/**
|
|
1396
|
+
* Choose, which related nodes to fetch as well
|
|
1397
|
+
*/
|
|
1398
|
+
include?: Prisma.AdministratorInclude<ExtArgs> | null;
|
|
1399
|
+
/**
|
|
1400
|
+
* The data needed to create a Administrator.
|
|
1401
|
+
*/
|
|
1402
|
+
data: Prisma.XOR<Prisma.AdministratorCreateInput, Prisma.AdministratorUncheckedCreateInput>;
|
|
1403
|
+
};
|
|
1404
|
+
/**
|
|
1405
|
+
* Administrator createMany
|
|
1406
|
+
*/
|
|
1407
|
+
export type AdministratorCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1408
|
+
/**
|
|
1409
|
+
* The data used to create many Administrators.
|
|
1410
|
+
*/
|
|
1411
|
+
data: Prisma.AdministratorCreateManyInput | Prisma.AdministratorCreateManyInput[];
|
|
1412
|
+
skipDuplicates?: boolean;
|
|
1413
|
+
};
|
|
1414
|
+
/**
|
|
1415
|
+
* Administrator createManyAndReturn
|
|
1416
|
+
*/
|
|
1417
|
+
export type AdministratorCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1418
|
+
/**
|
|
1419
|
+
* Select specific fields to fetch from the Administrator
|
|
1420
|
+
*/
|
|
1421
|
+
select?: Prisma.AdministratorSelectCreateManyAndReturn<ExtArgs> | null;
|
|
1422
|
+
/**
|
|
1423
|
+
* Omit specific fields from the Administrator
|
|
1424
|
+
*/
|
|
1425
|
+
omit?: Prisma.AdministratorOmit<ExtArgs> | null;
|
|
1426
|
+
/**
|
|
1427
|
+
* The data used to create many Administrators.
|
|
1428
|
+
*/
|
|
1429
|
+
data: Prisma.AdministratorCreateManyInput | Prisma.AdministratorCreateManyInput[];
|
|
1430
|
+
skipDuplicates?: boolean;
|
|
1431
|
+
/**
|
|
1432
|
+
* Choose, which related nodes to fetch as well
|
|
1433
|
+
*/
|
|
1434
|
+
include?: Prisma.AdministratorIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
1435
|
+
};
|
|
1436
|
+
/**
|
|
1437
|
+
* Administrator update
|
|
1438
|
+
*/
|
|
1439
|
+
export type AdministratorUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1440
|
+
/**
|
|
1441
|
+
* Select specific fields to fetch from the Administrator
|
|
1442
|
+
*/
|
|
1443
|
+
select?: Prisma.AdministratorSelect<ExtArgs> | null;
|
|
1444
|
+
/**
|
|
1445
|
+
* Omit specific fields from the Administrator
|
|
1446
|
+
*/
|
|
1447
|
+
omit?: Prisma.AdministratorOmit<ExtArgs> | null;
|
|
1448
|
+
/**
|
|
1449
|
+
* Choose, which related nodes to fetch as well
|
|
1450
|
+
*/
|
|
1451
|
+
include?: Prisma.AdministratorInclude<ExtArgs> | null;
|
|
1452
|
+
/**
|
|
1453
|
+
* The data needed to update a Administrator.
|
|
1454
|
+
*/
|
|
1455
|
+
data: Prisma.XOR<Prisma.AdministratorUpdateInput, Prisma.AdministratorUncheckedUpdateInput>;
|
|
1456
|
+
/**
|
|
1457
|
+
* Choose, which Administrator to update.
|
|
1458
|
+
*/
|
|
1459
|
+
where: Prisma.AdministratorWhereUniqueInput;
|
|
1460
|
+
};
|
|
1461
|
+
/**
|
|
1462
|
+
* Administrator updateMany
|
|
1463
|
+
*/
|
|
1464
|
+
export type AdministratorUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1465
|
+
/**
|
|
1466
|
+
* The data used to update Administrators.
|
|
1467
|
+
*/
|
|
1468
|
+
data: Prisma.XOR<Prisma.AdministratorUpdateManyMutationInput, Prisma.AdministratorUncheckedUpdateManyInput>;
|
|
1469
|
+
/**
|
|
1470
|
+
* Filter which Administrators to update
|
|
1471
|
+
*/
|
|
1472
|
+
where?: Prisma.AdministratorWhereInput;
|
|
1473
|
+
/**
|
|
1474
|
+
* Limit how many Administrators to update.
|
|
1475
|
+
*/
|
|
1476
|
+
limit?: number;
|
|
1477
|
+
};
|
|
1478
|
+
/**
|
|
1479
|
+
* Administrator updateManyAndReturn
|
|
1480
|
+
*/
|
|
1481
|
+
export type AdministratorUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1482
|
+
/**
|
|
1483
|
+
* Select specific fields to fetch from the Administrator
|
|
1484
|
+
*/
|
|
1485
|
+
select?: Prisma.AdministratorSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
1486
|
+
/**
|
|
1487
|
+
* Omit specific fields from the Administrator
|
|
1488
|
+
*/
|
|
1489
|
+
omit?: Prisma.AdministratorOmit<ExtArgs> | null;
|
|
1490
|
+
/**
|
|
1491
|
+
* The data used to update Administrators.
|
|
1492
|
+
*/
|
|
1493
|
+
data: Prisma.XOR<Prisma.AdministratorUpdateManyMutationInput, Prisma.AdministratorUncheckedUpdateManyInput>;
|
|
1494
|
+
/**
|
|
1495
|
+
* Filter which Administrators to update
|
|
1496
|
+
*/
|
|
1497
|
+
where?: Prisma.AdministratorWhereInput;
|
|
1498
|
+
/**
|
|
1499
|
+
* Limit how many Administrators to update.
|
|
1500
|
+
*/
|
|
1501
|
+
limit?: number;
|
|
1502
|
+
/**
|
|
1503
|
+
* Choose, which related nodes to fetch as well
|
|
1504
|
+
*/
|
|
1505
|
+
include?: Prisma.AdministratorIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
1506
|
+
};
|
|
1507
|
+
/**
|
|
1508
|
+
* Administrator upsert
|
|
1509
|
+
*/
|
|
1510
|
+
export type AdministratorUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1511
|
+
/**
|
|
1512
|
+
* Select specific fields to fetch from the Administrator
|
|
1513
|
+
*/
|
|
1514
|
+
select?: Prisma.AdministratorSelect<ExtArgs> | null;
|
|
1515
|
+
/**
|
|
1516
|
+
* Omit specific fields from the Administrator
|
|
1517
|
+
*/
|
|
1518
|
+
omit?: Prisma.AdministratorOmit<ExtArgs> | null;
|
|
1519
|
+
/**
|
|
1520
|
+
* Choose, which related nodes to fetch as well
|
|
1521
|
+
*/
|
|
1522
|
+
include?: Prisma.AdministratorInclude<ExtArgs> | null;
|
|
1523
|
+
/**
|
|
1524
|
+
* The filter to search for the Administrator to update in case it exists.
|
|
1525
|
+
*/
|
|
1526
|
+
where: Prisma.AdministratorWhereUniqueInput;
|
|
1527
|
+
/**
|
|
1528
|
+
* In case the Administrator found by the `where` argument doesn't exist, create a new Administrator with this data.
|
|
1529
|
+
*/
|
|
1530
|
+
create: Prisma.XOR<Prisma.AdministratorCreateInput, Prisma.AdministratorUncheckedCreateInput>;
|
|
1531
|
+
/**
|
|
1532
|
+
* In case the Administrator was found with the provided `where` argument, update it with this data.
|
|
1533
|
+
*/
|
|
1534
|
+
update: Prisma.XOR<Prisma.AdministratorUpdateInput, Prisma.AdministratorUncheckedUpdateInput>;
|
|
1535
|
+
};
|
|
1536
|
+
/**
|
|
1537
|
+
* Administrator delete
|
|
1538
|
+
*/
|
|
1539
|
+
export type AdministratorDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1540
|
+
/**
|
|
1541
|
+
* Select specific fields to fetch from the Administrator
|
|
1542
|
+
*/
|
|
1543
|
+
select?: Prisma.AdministratorSelect<ExtArgs> | null;
|
|
1544
|
+
/**
|
|
1545
|
+
* Omit specific fields from the Administrator
|
|
1546
|
+
*/
|
|
1547
|
+
omit?: Prisma.AdministratorOmit<ExtArgs> | null;
|
|
1548
|
+
/**
|
|
1549
|
+
* Choose, which related nodes to fetch as well
|
|
1550
|
+
*/
|
|
1551
|
+
include?: Prisma.AdministratorInclude<ExtArgs> | null;
|
|
1552
|
+
/**
|
|
1553
|
+
* Filter which Administrator to delete.
|
|
1554
|
+
*/
|
|
1555
|
+
where: Prisma.AdministratorWhereUniqueInput;
|
|
1556
|
+
};
|
|
1557
|
+
/**
|
|
1558
|
+
* Administrator deleteMany
|
|
1559
|
+
*/
|
|
1560
|
+
export type AdministratorDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1561
|
+
/**
|
|
1562
|
+
* Filter which Administrators to delete
|
|
1563
|
+
*/
|
|
1564
|
+
where?: Prisma.AdministratorWhereInput;
|
|
1565
|
+
/**
|
|
1566
|
+
* Limit how many Administrators to delete.
|
|
1567
|
+
*/
|
|
1568
|
+
limit?: number;
|
|
1569
|
+
};
|
|
1570
|
+
/**
|
|
1571
|
+
* Administrator.administratorToPlatform
|
|
1572
|
+
*/
|
|
1573
|
+
export type Administrator$administratorToPlatformArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1574
|
+
/**
|
|
1575
|
+
* Select specific fields to fetch from the AdministratorToPlatform
|
|
1576
|
+
*/
|
|
1577
|
+
select?: Prisma.AdministratorToPlatformSelect<ExtArgs> | null;
|
|
1578
|
+
/**
|
|
1579
|
+
* Omit specific fields from the AdministratorToPlatform
|
|
1580
|
+
*/
|
|
1581
|
+
omit?: Prisma.AdministratorToPlatformOmit<ExtArgs> | null;
|
|
1582
|
+
/**
|
|
1583
|
+
* Choose, which related nodes to fetch as well
|
|
1584
|
+
*/
|
|
1585
|
+
include?: Prisma.AdministratorToPlatformInclude<ExtArgs> | null;
|
|
1586
|
+
where?: Prisma.AdministratorToPlatformWhereInput;
|
|
1587
|
+
orderBy?: Prisma.AdministratorToPlatformOrderByWithRelationInput | Prisma.AdministratorToPlatformOrderByWithRelationInput[];
|
|
1588
|
+
cursor?: Prisma.AdministratorToPlatformWhereUniqueInput;
|
|
1589
|
+
take?: number;
|
|
1590
|
+
skip?: number;
|
|
1591
|
+
distinct?: Prisma.AdministratorToPlatformScalarFieldEnum | Prisma.AdministratorToPlatformScalarFieldEnum[];
|
|
1592
|
+
};
|
|
1593
|
+
/**
|
|
1594
|
+
* Administrator.administratorToStore
|
|
1595
|
+
*/
|
|
1596
|
+
export type Administrator$administratorToStoreArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1597
|
+
/**
|
|
1598
|
+
* Select specific fields to fetch from the AdministratorToStore
|
|
1599
|
+
*/
|
|
1600
|
+
select?: Prisma.AdministratorToStoreSelect<ExtArgs> | null;
|
|
1601
|
+
/**
|
|
1602
|
+
* Omit specific fields from the AdministratorToStore
|
|
1603
|
+
*/
|
|
1604
|
+
omit?: Prisma.AdministratorToStoreOmit<ExtArgs> | null;
|
|
1605
|
+
/**
|
|
1606
|
+
* Choose, which related nodes to fetch as well
|
|
1607
|
+
*/
|
|
1608
|
+
include?: Prisma.AdministratorToStoreInclude<ExtArgs> | null;
|
|
1609
|
+
where?: Prisma.AdministratorToStoreWhereInput;
|
|
1610
|
+
orderBy?: Prisma.AdministratorToStoreOrderByWithRelationInput | Prisma.AdministratorToStoreOrderByWithRelationInput[];
|
|
1611
|
+
cursor?: Prisma.AdministratorToStoreWhereUniqueInput;
|
|
1612
|
+
take?: number;
|
|
1613
|
+
skip?: number;
|
|
1614
|
+
distinct?: Prisma.AdministratorToStoreScalarFieldEnum | Prisma.AdministratorToStoreScalarFieldEnum[];
|
|
1615
|
+
};
|
|
1616
|
+
/**
|
|
1617
|
+
* Administrator without action
|
|
1618
|
+
*/
|
|
1619
|
+
export type AdministratorDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1620
|
+
/**
|
|
1621
|
+
* Select specific fields to fetch from the Administrator
|
|
1622
|
+
*/
|
|
1623
|
+
select?: Prisma.AdministratorSelect<ExtArgs> | null;
|
|
1624
|
+
/**
|
|
1625
|
+
* Omit specific fields from the Administrator
|
|
1626
|
+
*/
|
|
1627
|
+
omit?: Prisma.AdministratorOmit<ExtArgs> | null;
|
|
1628
|
+
/**
|
|
1629
|
+
* Choose, which related nodes to fetch as well
|
|
1630
|
+
*/
|
|
1631
|
+
include?: Prisma.AdministratorInclude<ExtArgs> | null;
|
|
1632
|
+
};
|
|
1633
|
+
export {};
|