@pos-360/prisma 1.0.0-beta.0 → 1.0.0-beta.2
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 +4 -3
|
@@ -0,0 +1,1208 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as Prisma from "../internal/prismaNamespace.js";
|
|
3
|
+
/**
|
|
4
|
+
* Model AdministratorToPlatform
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
export type AdministratorToPlatformModel = runtime.Types.Result.DefaultSelection<Prisma.$AdministratorToPlatformPayload>;
|
|
8
|
+
export type AggregateAdministratorToPlatform = {
|
|
9
|
+
_count: AdministratorToPlatformCountAggregateOutputType | null;
|
|
10
|
+
_avg: AdministratorToPlatformAvgAggregateOutputType | null;
|
|
11
|
+
_sum: AdministratorToPlatformSumAggregateOutputType | null;
|
|
12
|
+
_min: AdministratorToPlatformMinAggregateOutputType | null;
|
|
13
|
+
_max: AdministratorToPlatformMaxAggregateOutputType | null;
|
|
14
|
+
};
|
|
15
|
+
export type AdministratorToPlatformAvgAggregateOutputType = {
|
|
16
|
+
administratorId: number | null;
|
|
17
|
+
platformRecordId: number | null;
|
|
18
|
+
};
|
|
19
|
+
export type AdministratorToPlatformSumAggregateOutputType = {
|
|
20
|
+
administratorId: bigint | null;
|
|
21
|
+
platformRecordId: bigint | null;
|
|
22
|
+
};
|
|
23
|
+
export type AdministratorToPlatformMinAggregateOutputType = {
|
|
24
|
+
administratorId: bigint | null;
|
|
25
|
+
platformRecordId: bigint | null;
|
|
26
|
+
};
|
|
27
|
+
export type AdministratorToPlatformMaxAggregateOutputType = {
|
|
28
|
+
administratorId: bigint | null;
|
|
29
|
+
platformRecordId: bigint | null;
|
|
30
|
+
};
|
|
31
|
+
export type AdministratorToPlatformCountAggregateOutputType = {
|
|
32
|
+
administratorId: number;
|
|
33
|
+
platformRecordId: number;
|
|
34
|
+
_all: number;
|
|
35
|
+
};
|
|
36
|
+
export type AdministratorToPlatformAvgAggregateInputType = {
|
|
37
|
+
administratorId?: true;
|
|
38
|
+
platformRecordId?: true;
|
|
39
|
+
};
|
|
40
|
+
export type AdministratorToPlatformSumAggregateInputType = {
|
|
41
|
+
administratorId?: true;
|
|
42
|
+
platformRecordId?: true;
|
|
43
|
+
};
|
|
44
|
+
export type AdministratorToPlatformMinAggregateInputType = {
|
|
45
|
+
administratorId?: true;
|
|
46
|
+
platformRecordId?: true;
|
|
47
|
+
};
|
|
48
|
+
export type AdministratorToPlatformMaxAggregateInputType = {
|
|
49
|
+
administratorId?: true;
|
|
50
|
+
platformRecordId?: true;
|
|
51
|
+
};
|
|
52
|
+
export type AdministratorToPlatformCountAggregateInputType = {
|
|
53
|
+
administratorId?: true;
|
|
54
|
+
platformRecordId?: true;
|
|
55
|
+
_all?: true;
|
|
56
|
+
};
|
|
57
|
+
export type AdministratorToPlatformAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
58
|
+
/**
|
|
59
|
+
* Filter which AdministratorToPlatform to aggregate.
|
|
60
|
+
*/
|
|
61
|
+
where?: Prisma.AdministratorToPlatformWhereInput;
|
|
62
|
+
/**
|
|
63
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
64
|
+
*
|
|
65
|
+
* Determine the order of AdministratorToPlatforms to fetch.
|
|
66
|
+
*/
|
|
67
|
+
orderBy?: Prisma.AdministratorToPlatformOrderByWithRelationInput | Prisma.AdministratorToPlatformOrderByWithRelationInput[];
|
|
68
|
+
/**
|
|
69
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
70
|
+
*
|
|
71
|
+
* Sets the start position
|
|
72
|
+
*/
|
|
73
|
+
cursor?: Prisma.AdministratorToPlatformWhereUniqueInput;
|
|
74
|
+
/**
|
|
75
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
76
|
+
*
|
|
77
|
+
* Take `±n` AdministratorToPlatforms from the position of the cursor.
|
|
78
|
+
*/
|
|
79
|
+
take?: number;
|
|
80
|
+
/**
|
|
81
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
82
|
+
*
|
|
83
|
+
* Skip the first `n` AdministratorToPlatforms.
|
|
84
|
+
*/
|
|
85
|
+
skip?: number;
|
|
86
|
+
/**
|
|
87
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
88
|
+
*
|
|
89
|
+
* Count returned AdministratorToPlatforms
|
|
90
|
+
**/
|
|
91
|
+
_count?: true | AdministratorToPlatformCountAggregateInputType;
|
|
92
|
+
/**
|
|
93
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
94
|
+
*
|
|
95
|
+
* Select which fields to average
|
|
96
|
+
**/
|
|
97
|
+
_avg?: AdministratorToPlatformAvgAggregateInputType;
|
|
98
|
+
/**
|
|
99
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
100
|
+
*
|
|
101
|
+
* Select which fields to sum
|
|
102
|
+
**/
|
|
103
|
+
_sum?: AdministratorToPlatformSumAggregateInputType;
|
|
104
|
+
/**
|
|
105
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
106
|
+
*
|
|
107
|
+
* Select which fields to find the minimum value
|
|
108
|
+
**/
|
|
109
|
+
_min?: AdministratorToPlatformMinAggregateInputType;
|
|
110
|
+
/**
|
|
111
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
112
|
+
*
|
|
113
|
+
* Select which fields to find the maximum value
|
|
114
|
+
**/
|
|
115
|
+
_max?: AdministratorToPlatformMaxAggregateInputType;
|
|
116
|
+
};
|
|
117
|
+
export type GetAdministratorToPlatformAggregateType<T extends AdministratorToPlatformAggregateArgs> = {
|
|
118
|
+
[P in keyof T & keyof AggregateAdministratorToPlatform]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateAdministratorToPlatform[P]> : Prisma.GetScalarType<T[P], AggregateAdministratorToPlatform[P]>;
|
|
119
|
+
};
|
|
120
|
+
export type AdministratorToPlatformGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
121
|
+
where?: Prisma.AdministratorToPlatformWhereInput;
|
|
122
|
+
orderBy?: Prisma.AdministratorToPlatformOrderByWithAggregationInput | Prisma.AdministratorToPlatformOrderByWithAggregationInput[];
|
|
123
|
+
by: Prisma.AdministratorToPlatformScalarFieldEnum[] | Prisma.AdministratorToPlatformScalarFieldEnum;
|
|
124
|
+
having?: Prisma.AdministratorToPlatformScalarWhereWithAggregatesInput;
|
|
125
|
+
take?: number;
|
|
126
|
+
skip?: number;
|
|
127
|
+
_count?: AdministratorToPlatformCountAggregateInputType | true;
|
|
128
|
+
_avg?: AdministratorToPlatformAvgAggregateInputType;
|
|
129
|
+
_sum?: AdministratorToPlatformSumAggregateInputType;
|
|
130
|
+
_min?: AdministratorToPlatformMinAggregateInputType;
|
|
131
|
+
_max?: AdministratorToPlatformMaxAggregateInputType;
|
|
132
|
+
};
|
|
133
|
+
export type AdministratorToPlatformGroupByOutputType = {
|
|
134
|
+
administratorId: bigint;
|
|
135
|
+
platformRecordId: bigint;
|
|
136
|
+
_count: AdministratorToPlatformCountAggregateOutputType | null;
|
|
137
|
+
_avg: AdministratorToPlatformAvgAggregateOutputType | null;
|
|
138
|
+
_sum: AdministratorToPlatformSumAggregateOutputType | null;
|
|
139
|
+
_min: AdministratorToPlatformMinAggregateOutputType | null;
|
|
140
|
+
_max: AdministratorToPlatformMaxAggregateOutputType | null;
|
|
141
|
+
};
|
|
142
|
+
type GetAdministratorToPlatformGroupByPayload<T extends AdministratorToPlatformGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<AdministratorToPlatformGroupByOutputType, T['by']> & {
|
|
143
|
+
[P in ((keyof T) & (keyof AdministratorToPlatformGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], AdministratorToPlatformGroupByOutputType[P]> : Prisma.GetScalarType<T[P], AdministratorToPlatformGroupByOutputType[P]>;
|
|
144
|
+
}>>;
|
|
145
|
+
export type AdministratorToPlatformWhereInput = {
|
|
146
|
+
AND?: Prisma.AdministratorToPlatformWhereInput | Prisma.AdministratorToPlatformWhereInput[];
|
|
147
|
+
OR?: Prisma.AdministratorToPlatformWhereInput[];
|
|
148
|
+
NOT?: Prisma.AdministratorToPlatformWhereInput | Prisma.AdministratorToPlatformWhereInput[];
|
|
149
|
+
administratorId?: Prisma.BigIntFilter<"AdministratorToPlatform"> | bigint | number;
|
|
150
|
+
platformRecordId?: Prisma.BigIntFilter<"AdministratorToPlatform"> | bigint | number;
|
|
151
|
+
administrator?: Prisma.XOR<Prisma.AdministratorScalarRelationFilter, Prisma.AdministratorWhereInput>;
|
|
152
|
+
platform?: Prisma.XOR<Prisma.PlatformScalarRelationFilter, Prisma.PlatformWhereInput>;
|
|
153
|
+
};
|
|
154
|
+
export type AdministratorToPlatformOrderByWithRelationInput = {
|
|
155
|
+
administratorId?: Prisma.SortOrder;
|
|
156
|
+
platformRecordId?: Prisma.SortOrder;
|
|
157
|
+
administrator?: Prisma.AdministratorOrderByWithRelationInput;
|
|
158
|
+
platform?: Prisma.PlatformOrderByWithRelationInput;
|
|
159
|
+
};
|
|
160
|
+
export type AdministratorToPlatformWhereUniqueInput = Prisma.AtLeast<{
|
|
161
|
+
administratorId_platformRecordId?: Prisma.AdministratorToPlatformAdministratorIdPlatformRecordIdCompoundUniqueInput;
|
|
162
|
+
AND?: Prisma.AdministratorToPlatformWhereInput | Prisma.AdministratorToPlatformWhereInput[];
|
|
163
|
+
OR?: Prisma.AdministratorToPlatformWhereInput[];
|
|
164
|
+
NOT?: Prisma.AdministratorToPlatformWhereInput | Prisma.AdministratorToPlatformWhereInput[];
|
|
165
|
+
administratorId?: Prisma.BigIntFilter<"AdministratorToPlatform"> | bigint | number;
|
|
166
|
+
platformRecordId?: Prisma.BigIntFilter<"AdministratorToPlatform"> | bigint | number;
|
|
167
|
+
administrator?: Prisma.XOR<Prisma.AdministratorScalarRelationFilter, Prisma.AdministratorWhereInput>;
|
|
168
|
+
platform?: Prisma.XOR<Prisma.PlatformScalarRelationFilter, Prisma.PlatformWhereInput>;
|
|
169
|
+
}, "administratorId_platformRecordId">;
|
|
170
|
+
export type AdministratorToPlatformOrderByWithAggregationInput = {
|
|
171
|
+
administratorId?: Prisma.SortOrder;
|
|
172
|
+
platformRecordId?: Prisma.SortOrder;
|
|
173
|
+
_count?: Prisma.AdministratorToPlatformCountOrderByAggregateInput;
|
|
174
|
+
_avg?: Prisma.AdministratorToPlatformAvgOrderByAggregateInput;
|
|
175
|
+
_max?: Prisma.AdministratorToPlatformMaxOrderByAggregateInput;
|
|
176
|
+
_min?: Prisma.AdministratorToPlatformMinOrderByAggregateInput;
|
|
177
|
+
_sum?: Prisma.AdministratorToPlatformSumOrderByAggregateInput;
|
|
178
|
+
};
|
|
179
|
+
export type AdministratorToPlatformScalarWhereWithAggregatesInput = {
|
|
180
|
+
AND?: Prisma.AdministratorToPlatformScalarWhereWithAggregatesInput | Prisma.AdministratorToPlatformScalarWhereWithAggregatesInput[];
|
|
181
|
+
OR?: Prisma.AdministratorToPlatformScalarWhereWithAggregatesInput[];
|
|
182
|
+
NOT?: Prisma.AdministratorToPlatformScalarWhereWithAggregatesInput | Prisma.AdministratorToPlatformScalarWhereWithAggregatesInput[];
|
|
183
|
+
administratorId?: Prisma.BigIntWithAggregatesFilter<"AdministratorToPlatform"> | bigint | number;
|
|
184
|
+
platformRecordId?: Prisma.BigIntWithAggregatesFilter<"AdministratorToPlatform"> | bigint | number;
|
|
185
|
+
};
|
|
186
|
+
export type AdministratorToPlatformCreateInput = {
|
|
187
|
+
administrator: Prisma.AdministratorCreateNestedOneWithoutAdministratorToPlatformInput;
|
|
188
|
+
platform: Prisma.PlatformCreateNestedOneWithoutAdministratorToPlatformInput;
|
|
189
|
+
};
|
|
190
|
+
export type AdministratorToPlatformUncheckedCreateInput = {
|
|
191
|
+
administratorId: bigint | number;
|
|
192
|
+
platformRecordId: bigint | number;
|
|
193
|
+
};
|
|
194
|
+
export type AdministratorToPlatformUpdateInput = {
|
|
195
|
+
administrator?: Prisma.AdministratorUpdateOneRequiredWithoutAdministratorToPlatformNestedInput;
|
|
196
|
+
platform?: Prisma.PlatformUpdateOneRequiredWithoutAdministratorToPlatformNestedInput;
|
|
197
|
+
};
|
|
198
|
+
export type AdministratorToPlatformUncheckedUpdateInput = {
|
|
199
|
+
administratorId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
200
|
+
platformRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
201
|
+
};
|
|
202
|
+
export type AdministratorToPlatformCreateManyInput = {
|
|
203
|
+
administratorId: bigint | number;
|
|
204
|
+
platformRecordId: bigint | number;
|
|
205
|
+
};
|
|
206
|
+
export type AdministratorToPlatformUpdateManyMutationInput = {};
|
|
207
|
+
export type AdministratorToPlatformUncheckedUpdateManyInput = {
|
|
208
|
+
administratorId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
209
|
+
platformRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
210
|
+
};
|
|
211
|
+
export type AdministratorToPlatformAdministratorIdPlatformRecordIdCompoundUniqueInput = {
|
|
212
|
+
administratorId: bigint | number;
|
|
213
|
+
platformRecordId: bigint | number;
|
|
214
|
+
};
|
|
215
|
+
export type AdministratorToPlatformCountOrderByAggregateInput = {
|
|
216
|
+
administratorId?: Prisma.SortOrder;
|
|
217
|
+
platformRecordId?: Prisma.SortOrder;
|
|
218
|
+
};
|
|
219
|
+
export type AdministratorToPlatformAvgOrderByAggregateInput = {
|
|
220
|
+
administratorId?: Prisma.SortOrder;
|
|
221
|
+
platformRecordId?: Prisma.SortOrder;
|
|
222
|
+
};
|
|
223
|
+
export type AdministratorToPlatformMaxOrderByAggregateInput = {
|
|
224
|
+
administratorId?: Prisma.SortOrder;
|
|
225
|
+
platformRecordId?: Prisma.SortOrder;
|
|
226
|
+
};
|
|
227
|
+
export type AdministratorToPlatformMinOrderByAggregateInput = {
|
|
228
|
+
administratorId?: Prisma.SortOrder;
|
|
229
|
+
platformRecordId?: Prisma.SortOrder;
|
|
230
|
+
};
|
|
231
|
+
export type AdministratorToPlatformSumOrderByAggregateInput = {
|
|
232
|
+
administratorId?: Prisma.SortOrder;
|
|
233
|
+
platformRecordId?: Prisma.SortOrder;
|
|
234
|
+
};
|
|
235
|
+
export type AdministratorToPlatformListRelationFilter = {
|
|
236
|
+
every?: Prisma.AdministratorToPlatformWhereInput;
|
|
237
|
+
some?: Prisma.AdministratorToPlatformWhereInput;
|
|
238
|
+
none?: Prisma.AdministratorToPlatformWhereInput;
|
|
239
|
+
};
|
|
240
|
+
export type AdministratorToPlatformOrderByRelationAggregateInput = {
|
|
241
|
+
_count?: Prisma.SortOrder;
|
|
242
|
+
};
|
|
243
|
+
export type BigIntFieldUpdateOperationsInput = {
|
|
244
|
+
set?: bigint | number;
|
|
245
|
+
increment?: bigint | number;
|
|
246
|
+
decrement?: bigint | number;
|
|
247
|
+
multiply?: bigint | number;
|
|
248
|
+
divide?: bigint | number;
|
|
249
|
+
};
|
|
250
|
+
export type AdministratorToPlatformCreateNestedManyWithoutAdministratorInput = {
|
|
251
|
+
create?: Prisma.XOR<Prisma.AdministratorToPlatformCreateWithoutAdministratorInput, Prisma.AdministratorToPlatformUncheckedCreateWithoutAdministratorInput> | Prisma.AdministratorToPlatformCreateWithoutAdministratorInput[] | Prisma.AdministratorToPlatformUncheckedCreateWithoutAdministratorInput[];
|
|
252
|
+
connectOrCreate?: Prisma.AdministratorToPlatformCreateOrConnectWithoutAdministratorInput | Prisma.AdministratorToPlatformCreateOrConnectWithoutAdministratorInput[];
|
|
253
|
+
createMany?: Prisma.AdministratorToPlatformCreateManyAdministratorInputEnvelope;
|
|
254
|
+
connect?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
255
|
+
};
|
|
256
|
+
export type AdministratorToPlatformUncheckedCreateNestedManyWithoutAdministratorInput = {
|
|
257
|
+
create?: Prisma.XOR<Prisma.AdministratorToPlatformCreateWithoutAdministratorInput, Prisma.AdministratorToPlatformUncheckedCreateWithoutAdministratorInput> | Prisma.AdministratorToPlatformCreateWithoutAdministratorInput[] | Prisma.AdministratorToPlatformUncheckedCreateWithoutAdministratorInput[];
|
|
258
|
+
connectOrCreate?: Prisma.AdministratorToPlatformCreateOrConnectWithoutAdministratorInput | Prisma.AdministratorToPlatformCreateOrConnectWithoutAdministratorInput[];
|
|
259
|
+
createMany?: Prisma.AdministratorToPlatformCreateManyAdministratorInputEnvelope;
|
|
260
|
+
connect?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
261
|
+
};
|
|
262
|
+
export type AdministratorToPlatformUpdateManyWithoutAdministratorNestedInput = {
|
|
263
|
+
create?: Prisma.XOR<Prisma.AdministratorToPlatformCreateWithoutAdministratorInput, Prisma.AdministratorToPlatformUncheckedCreateWithoutAdministratorInput> | Prisma.AdministratorToPlatformCreateWithoutAdministratorInput[] | Prisma.AdministratorToPlatformUncheckedCreateWithoutAdministratorInput[];
|
|
264
|
+
connectOrCreate?: Prisma.AdministratorToPlatformCreateOrConnectWithoutAdministratorInput | Prisma.AdministratorToPlatformCreateOrConnectWithoutAdministratorInput[];
|
|
265
|
+
upsert?: Prisma.AdministratorToPlatformUpsertWithWhereUniqueWithoutAdministratorInput | Prisma.AdministratorToPlatformUpsertWithWhereUniqueWithoutAdministratorInput[];
|
|
266
|
+
createMany?: Prisma.AdministratorToPlatformCreateManyAdministratorInputEnvelope;
|
|
267
|
+
set?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
268
|
+
disconnect?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
269
|
+
delete?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
270
|
+
connect?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
271
|
+
update?: Prisma.AdministratorToPlatformUpdateWithWhereUniqueWithoutAdministratorInput | Prisma.AdministratorToPlatformUpdateWithWhereUniqueWithoutAdministratorInput[];
|
|
272
|
+
updateMany?: Prisma.AdministratorToPlatformUpdateManyWithWhereWithoutAdministratorInput | Prisma.AdministratorToPlatformUpdateManyWithWhereWithoutAdministratorInput[];
|
|
273
|
+
deleteMany?: Prisma.AdministratorToPlatformScalarWhereInput | Prisma.AdministratorToPlatformScalarWhereInput[];
|
|
274
|
+
};
|
|
275
|
+
export type AdministratorToPlatformUncheckedUpdateManyWithoutAdministratorNestedInput = {
|
|
276
|
+
create?: Prisma.XOR<Prisma.AdministratorToPlatformCreateWithoutAdministratorInput, Prisma.AdministratorToPlatformUncheckedCreateWithoutAdministratorInput> | Prisma.AdministratorToPlatformCreateWithoutAdministratorInput[] | Prisma.AdministratorToPlatformUncheckedCreateWithoutAdministratorInput[];
|
|
277
|
+
connectOrCreate?: Prisma.AdministratorToPlatformCreateOrConnectWithoutAdministratorInput | Prisma.AdministratorToPlatformCreateOrConnectWithoutAdministratorInput[];
|
|
278
|
+
upsert?: Prisma.AdministratorToPlatformUpsertWithWhereUniqueWithoutAdministratorInput | Prisma.AdministratorToPlatformUpsertWithWhereUniqueWithoutAdministratorInput[];
|
|
279
|
+
createMany?: Prisma.AdministratorToPlatformCreateManyAdministratorInputEnvelope;
|
|
280
|
+
set?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
281
|
+
disconnect?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
282
|
+
delete?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
283
|
+
connect?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
284
|
+
update?: Prisma.AdministratorToPlatformUpdateWithWhereUniqueWithoutAdministratorInput | Prisma.AdministratorToPlatformUpdateWithWhereUniqueWithoutAdministratorInput[];
|
|
285
|
+
updateMany?: Prisma.AdministratorToPlatformUpdateManyWithWhereWithoutAdministratorInput | Prisma.AdministratorToPlatformUpdateManyWithWhereWithoutAdministratorInput[];
|
|
286
|
+
deleteMany?: Prisma.AdministratorToPlatformScalarWhereInput | Prisma.AdministratorToPlatformScalarWhereInput[];
|
|
287
|
+
};
|
|
288
|
+
export type AdministratorToPlatformCreateNestedManyWithoutPlatformInput = {
|
|
289
|
+
create?: Prisma.XOR<Prisma.AdministratorToPlatformCreateWithoutPlatformInput, Prisma.AdministratorToPlatformUncheckedCreateWithoutPlatformInput> | Prisma.AdministratorToPlatformCreateWithoutPlatformInput[] | Prisma.AdministratorToPlatformUncheckedCreateWithoutPlatformInput[];
|
|
290
|
+
connectOrCreate?: Prisma.AdministratorToPlatformCreateOrConnectWithoutPlatformInput | Prisma.AdministratorToPlatformCreateOrConnectWithoutPlatformInput[];
|
|
291
|
+
createMany?: Prisma.AdministratorToPlatformCreateManyPlatformInputEnvelope;
|
|
292
|
+
connect?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
293
|
+
};
|
|
294
|
+
export type AdministratorToPlatformUncheckedCreateNestedManyWithoutPlatformInput = {
|
|
295
|
+
create?: Prisma.XOR<Prisma.AdministratorToPlatformCreateWithoutPlatformInput, Prisma.AdministratorToPlatformUncheckedCreateWithoutPlatformInput> | Prisma.AdministratorToPlatformCreateWithoutPlatformInput[] | Prisma.AdministratorToPlatformUncheckedCreateWithoutPlatformInput[];
|
|
296
|
+
connectOrCreate?: Prisma.AdministratorToPlatformCreateOrConnectWithoutPlatformInput | Prisma.AdministratorToPlatformCreateOrConnectWithoutPlatformInput[];
|
|
297
|
+
createMany?: Prisma.AdministratorToPlatformCreateManyPlatformInputEnvelope;
|
|
298
|
+
connect?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
299
|
+
};
|
|
300
|
+
export type AdministratorToPlatformUpdateManyWithoutPlatformNestedInput = {
|
|
301
|
+
create?: Prisma.XOR<Prisma.AdministratorToPlatformCreateWithoutPlatformInput, Prisma.AdministratorToPlatformUncheckedCreateWithoutPlatformInput> | Prisma.AdministratorToPlatformCreateWithoutPlatformInput[] | Prisma.AdministratorToPlatformUncheckedCreateWithoutPlatformInput[];
|
|
302
|
+
connectOrCreate?: Prisma.AdministratorToPlatformCreateOrConnectWithoutPlatformInput | Prisma.AdministratorToPlatformCreateOrConnectWithoutPlatformInput[];
|
|
303
|
+
upsert?: Prisma.AdministratorToPlatformUpsertWithWhereUniqueWithoutPlatformInput | Prisma.AdministratorToPlatformUpsertWithWhereUniqueWithoutPlatformInput[];
|
|
304
|
+
createMany?: Prisma.AdministratorToPlatformCreateManyPlatformInputEnvelope;
|
|
305
|
+
set?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
306
|
+
disconnect?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
307
|
+
delete?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
308
|
+
connect?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
309
|
+
update?: Prisma.AdministratorToPlatformUpdateWithWhereUniqueWithoutPlatformInput | Prisma.AdministratorToPlatformUpdateWithWhereUniqueWithoutPlatformInput[];
|
|
310
|
+
updateMany?: Prisma.AdministratorToPlatformUpdateManyWithWhereWithoutPlatformInput | Prisma.AdministratorToPlatformUpdateManyWithWhereWithoutPlatformInput[];
|
|
311
|
+
deleteMany?: Prisma.AdministratorToPlatformScalarWhereInput | Prisma.AdministratorToPlatformScalarWhereInput[];
|
|
312
|
+
};
|
|
313
|
+
export type AdministratorToPlatformUncheckedUpdateManyWithoutPlatformNestedInput = {
|
|
314
|
+
create?: Prisma.XOR<Prisma.AdministratorToPlatformCreateWithoutPlatformInput, Prisma.AdministratorToPlatformUncheckedCreateWithoutPlatformInput> | Prisma.AdministratorToPlatformCreateWithoutPlatformInput[] | Prisma.AdministratorToPlatformUncheckedCreateWithoutPlatformInput[];
|
|
315
|
+
connectOrCreate?: Prisma.AdministratorToPlatformCreateOrConnectWithoutPlatformInput | Prisma.AdministratorToPlatformCreateOrConnectWithoutPlatformInput[];
|
|
316
|
+
upsert?: Prisma.AdministratorToPlatformUpsertWithWhereUniqueWithoutPlatformInput | Prisma.AdministratorToPlatformUpsertWithWhereUniqueWithoutPlatformInput[];
|
|
317
|
+
createMany?: Prisma.AdministratorToPlatformCreateManyPlatformInputEnvelope;
|
|
318
|
+
set?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
319
|
+
disconnect?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
320
|
+
delete?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
321
|
+
connect?: Prisma.AdministratorToPlatformWhereUniqueInput | Prisma.AdministratorToPlatformWhereUniqueInput[];
|
|
322
|
+
update?: Prisma.AdministratorToPlatformUpdateWithWhereUniqueWithoutPlatformInput | Prisma.AdministratorToPlatformUpdateWithWhereUniqueWithoutPlatformInput[];
|
|
323
|
+
updateMany?: Prisma.AdministratorToPlatformUpdateManyWithWhereWithoutPlatformInput | Prisma.AdministratorToPlatformUpdateManyWithWhereWithoutPlatformInput[];
|
|
324
|
+
deleteMany?: Prisma.AdministratorToPlatformScalarWhereInput | Prisma.AdministratorToPlatformScalarWhereInput[];
|
|
325
|
+
};
|
|
326
|
+
export type AdministratorToPlatformCreateWithoutAdministratorInput = {
|
|
327
|
+
platform: Prisma.PlatformCreateNestedOneWithoutAdministratorToPlatformInput;
|
|
328
|
+
};
|
|
329
|
+
export type AdministratorToPlatformUncheckedCreateWithoutAdministratorInput = {
|
|
330
|
+
platformRecordId: bigint | number;
|
|
331
|
+
};
|
|
332
|
+
export type AdministratorToPlatformCreateOrConnectWithoutAdministratorInput = {
|
|
333
|
+
where: Prisma.AdministratorToPlatformWhereUniqueInput;
|
|
334
|
+
create: Prisma.XOR<Prisma.AdministratorToPlatformCreateWithoutAdministratorInput, Prisma.AdministratorToPlatformUncheckedCreateWithoutAdministratorInput>;
|
|
335
|
+
};
|
|
336
|
+
export type AdministratorToPlatformCreateManyAdministratorInputEnvelope = {
|
|
337
|
+
data: Prisma.AdministratorToPlatformCreateManyAdministratorInput | Prisma.AdministratorToPlatformCreateManyAdministratorInput[];
|
|
338
|
+
skipDuplicates?: boolean;
|
|
339
|
+
};
|
|
340
|
+
export type AdministratorToPlatformUpsertWithWhereUniqueWithoutAdministratorInput = {
|
|
341
|
+
where: Prisma.AdministratorToPlatformWhereUniqueInput;
|
|
342
|
+
update: Prisma.XOR<Prisma.AdministratorToPlatformUpdateWithoutAdministratorInput, Prisma.AdministratorToPlatformUncheckedUpdateWithoutAdministratorInput>;
|
|
343
|
+
create: Prisma.XOR<Prisma.AdministratorToPlatformCreateWithoutAdministratorInput, Prisma.AdministratorToPlatformUncheckedCreateWithoutAdministratorInput>;
|
|
344
|
+
};
|
|
345
|
+
export type AdministratorToPlatformUpdateWithWhereUniqueWithoutAdministratorInput = {
|
|
346
|
+
where: Prisma.AdministratorToPlatformWhereUniqueInput;
|
|
347
|
+
data: Prisma.XOR<Prisma.AdministratorToPlatformUpdateWithoutAdministratorInput, Prisma.AdministratorToPlatformUncheckedUpdateWithoutAdministratorInput>;
|
|
348
|
+
};
|
|
349
|
+
export type AdministratorToPlatformUpdateManyWithWhereWithoutAdministratorInput = {
|
|
350
|
+
where: Prisma.AdministratorToPlatformScalarWhereInput;
|
|
351
|
+
data: Prisma.XOR<Prisma.AdministratorToPlatformUpdateManyMutationInput, Prisma.AdministratorToPlatformUncheckedUpdateManyWithoutAdministratorInput>;
|
|
352
|
+
};
|
|
353
|
+
export type AdministratorToPlatformScalarWhereInput = {
|
|
354
|
+
AND?: Prisma.AdministratorToPlatformScalarWhereInput | Prisma.AdministratorToPlatformScalarWhereInput[];
|
|
355
|
+
OR?: Prisma.AdministratorToPlatformScalarWhereInput[];
|
|
356
|
+
NOT?: Prisma.AdministratorToPlatformScalarWhereInput | Prisma.AdministratorToPlatformScalarWhereInput[];
|
|
357
|
+
administratorId?: Prisma.BigIntFilter<"AdministratorToPlatform"> | bigint | number;
|
|
358
|
+
platformRecordId?: Prisma.BigIntFilter<"AdministratorToPlatform"> | bigint | number;
|
|
359
|
+
};
|
|
360
|
+
export type AdministratorToPlatformCreateWithoutPlatformInput = {
|
|
361
|
+
administrator: Prisma.AdministratorCreateNestedOneWithoutAdministratorToPlatformInput;
|
|
362
|
+
};
|
|
363
|
+
export type AdministratorToPlatformUncheckedCreateWithoutPlatformInput = {
|
|
364
|
+
administratorId: bigint | number;
|
|
365
|
+
};
|
|
366
|
+
export type AdministratorToPlatformCreateOrConnectWithoutPlatformInput = {
|
|
367
|
+
where: Prisma.AdministratorToPlatformWhereUniqueInput;
|
|
368
|
+
create: Prisma.XOR<Prisma.AdministratorToPlatformCreateWithoutPlatformInput, Prisma.AdministratorToPlatformUncheckedCreateWithoutPlatformInput>;
|
|
369
|
+
};
|
|
370
|
+
export type AdministratorToPlatformCreateManyPlatformInputEnvelope = {
|
|
371
|
+
data: Prisma.AdministratorToPlatformCreateManyPlatformInput | Prisma.AdministratorToPlatformCreateManyPlatformInput[];
|
|
372
|
+
skipDuplicates?: boolean;
|
|
373
|
+
};
|
|
374
|
+
export type AdministratorToPlatformUpsertWithWhereUniqueWithoutPlatformInput = {
|
|
375
|
+
where: Prisma.AdministratorToPlatformWhereUniqueInput;
|
|
376
|
+
update: Prisma.XOR<Prisma.AdministratorToPlatformUpdateWithoutPlatformInput, Prisma.AdministratorToPlatformUncheckedUpdateWithoutPlatformInput>;
|
|
377
|
+
create: Prisma.XOR<Prisma.AdministratorToPlatformCreateWithoutPlatformInput, Prisma.AdministratorToPlatformUncheckedCreateWithoutPlatformInput>;
|
|
378
|
+
};
|
|
379
|
+
export type AdministratorToPlatformUpdateWithWhereUniqueWithoutPlatformInput = {
|
|
380
|
+
where: Prisma.AdministratorToPlatformWhereUniqueInput;
|
|
381
|
+
data: Prisma.XOR<Prisma.AdministratorToPlatformUpdateWithoutPlatformInput, Prisma.AdministratorToPlatformUncheckedUpdateWithoutPlatformInput>;
|
|
382
|
+
};
|
|
383
|
+
export type AdministratorToPlatformUpdateManyWithWhereWithoutPlatformInput = {
|
|
384
|
+
where: Prisma.AdministratorToPlatformScalarWhereInput;
|
|
385
|
+
data: Prisma.XOR<Prisma.AdministratorToPlatformUpdateManyMutationInput, Prisma.AdministratorToPlatformUncheckedUpdateManyWithoutPlatformInput>;
|
|
386
|
+
};
|
|
387
|
+
export type AdministratorToPlatformCreateManyAdministratorInput = {
|
|
388
|
+
platformRecordId: bigint | number;
|
|
389
|
+
};
|
|
390
|
+
export type AdministratorToPlatformUpdateWithoutAdministratorInput = {
|
|
391
|
+
platform?: Prisma.PlatformUpdateOneRequiredWithoutAdministratorToPlatformNestedInput;
|
|
392
|
+
};
|
|
393
|
+
export type AdministratorToPlatformUncheckedUpdateWithoutAdministratorInput = {
|
|
394
|
+
platformRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
395
|
+
};
|
|
396
|
+
export type AdministratorToPlatformUncheckedUpdateManyWithoutAdministratorInput = {
|
|
397
|
+
platformRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
398
|
+
};
|
|
399
|
+
export type AdministratorToPlatformCreateManyPlatformInput = {
|
|
400
|
+
administratorId: bigint | number;
|
|
401
|
+
};
|
|
402
|
+
export type AdministratorToPlatformUpdateWithoutPlatformInput = {
|
|
403
|
+
administrator?: Prisma.AdministratorUpdateOneRequiredWithoutAdministratorToPlatformNestedInput;
|
|
404
|
+
};
|
|
405
|
+
export type AdministratorToPlatformUncheckedUpdateWithoutPlatformInput = {
|
|
406
|
+
administratorId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
407
|
+
};
|
|
408
|
+
export type AdministratorToPlatformUncheckedUpdateManyWithoutPlatformInput = {
|
|
409
|
+
administratorId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
410
|
+
};
|
|
411
|
+
export type AdministratorToPlatformSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
412
|
+
administratorId?: boolean;
|
|
413
|
+
platformRecordId?: boolean;
|
|
414
|
+
administrator?: boolean | Prisma.AdministratorDefaultArgs<ExtArgs>;
|
|
415
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
416
|
+
}, ExtArgs["result"]["administratorToPlatform"]>;
|
|
417
|
+
export type AdministratorToPlatformSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
418
|
+
administratorId?: boolean;
|
|
419
|
+
platformRecordId?: boolean;
|
|
420
|
+
administrator?: boolean | Prisma.AdministratorDefaultArgs<ExtArgs>;
|
|
421
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
422
|
+
}, ExtArgs["result"]["administratorToPlatform"]>;
|
|
423
|
+
export type AdministratorToPlatformSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
424
|
+
administratorId?: boolean;
|
|
425
|
+
platformRecordId?: boolean;
|
|
426
|
+
administrator?: boolean | Prisma.AdministratorDefaultArgs<ExtArgs>;
|
|
427
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
428
|
+
}, ExtArgs["result"]["administratorToPlatform"]>;
|
|
429
|
+
export type AdministratorToPlatformSelectScalar = {
|
|
430
|
+
administratorId?: boolean;
|
|
431
|
+
platformRecordId?: boolean;
|
|
432
|
+
};
|
|
433
|
+
export type AdministratorToPlatformOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"administratorId" | "platformRecordId", ExtArgs["result"]["administratorToPlatform"]>;
|
|
434
|
+
export type AdministratorToPlatformInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
435
|
+
administrator?: boolean | Prisma.AdministratorDefaultArgs<ExtArgs>;
|
|
436
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
437
|
+
};
|
|
438
|
+
export type AdministratorToPlatformIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
439
|
+
administrator?: boolean | Prisma.AdministratorDefaultArgs<ExtArgs>;
|
|
440
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
441
|
+
};
|
|
442
|
+
export type AdministratorToPlatformIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
443
|
+
administrator?: boolean | Prisma.AdministratorDefaultArgs<ExtArgs>;
|
|
444
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
445
|
+
};
|
|
446
|
+
export type $AdministratorToPlatformPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
447
|
+
name: "AdministratorToPlatform";
|
|
448
|
+
objects: {
|
|
449
|
+
administrator: Prisma.$AdministratorPayload<ExtArgs>;
|
|
450
|
+
platform: Prisma.$PlatformPayload<ExtArgs>;
|
|
451
|
+
};
|
|
452
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
453
|
+
administratorId: bigint;
|
|
454
|
+
platformRecordId: bigint;
|
|
455
|
+
}, ExtArgs["result"]["administratorToPlatform"]>;
|
|
456
|
+
composites: {};
|
|
457
|
+
};
|
|
458
|
+
export type AdministratorToPlatformGetPayload<S extends boolean | null | undefined | AdministratorToPlatformDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$AdministratorToPlatformPayload, S>;
|
|
459
|
+
export type AdministratorToPlatformCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<AdministratorToPlatformFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
460
|
+
select?: AdministratorToPlatformCountAggregateInputType | true;
|
|
461
|
+
};
|
|
462
|
+
export interface AdministratorToPlatformDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
463
|
+
[K: symbol]: {
|
|
464
|
+
types: Prisma.TypeMap<ExtArgs>['model']['AdministratorToPlatform'];
|
|
465
|
+
meta: {
|
|
466
|
+
name: 'AdministratorToPlatform';
|
|
467
|
+
};
|
|
468
|
+
};
|
|
469
|
+
/**
|
|
470
|
+
* Find zero or one AdministratorToPlatform that matches the filter.
|
|
471
|
+
* @param {AdministratorToPlatformFindUniqueArgs} args - Arguments to find a AdministratorToPlatform
|
|
472
|
+
* @example
|
|
473
|
+
* // Get one AdministratorToPlatform
|
|
474
|
+
* const administratorToPlatform = await prisma.administratorToPlatform.findUnique({
|
|
475
|
+
* where: {
|
|
476
|
+
* // ... provide filter here
|
|
477
|
+
* }
|
|
478
|
+
* })
|
|
479
|
+
*/
|
|
480
|
+
findUnique<T extends AdministratorToPlatformFindUniqueArgs>(args: Prisma.SelectSubset<T, AdministratorToPlatformFindUniqueArgs<ExtArgs>>): Prisma.Prisma__AdministratorToPlatformClient<runtime.Types.Result.GetResult<Prisma.$AdministratorToPlatformPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
481
|
+
/**
|
|
482
|
+
* Find one AdministratorToPlatform that matches the filter or throw an error with `error.code='P2025'`
|
|
483
|
+
* if no matches were found.
|
|
484
|
+
* @param {AdministratorToPlatformFindUniqueOrThrowArgs} args - Arguments to find a AdministratorToPlatform
|
|
485
|
+
* @example
|
|
486
|
+
* // Get one AdministratorToPlatform
|
|
487
|
+
* const administratorToPlatform = await prisma.administratorToPlatform.findUniqueOrThrow({
|
|
488
|
+
* where: {
|
|
489
|
+
* // ... provide filter here
|
|
490
|
+
* }
|
|
491
|
+
* })
|
|
492
|
+
*/
|
|
493
|
+
findUniqueOrThrow<T extends AdministratorToPlatformFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, AdministratorToPlatformFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__AdministratorToPlatformClient<runtime.Types.Result.GetResult<Prisma.$AdministratorToPlatformPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
494
|
+
/**
|
|
495
|
+
* Find the first AdministratorToPlatform that matches the filter.
|
|
496
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
497
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
498
|
+
* @param {AdministratorToPlatformFindFirstArgs} args - Arguments to find a AdministratorToPlatform
|
|
499
|
+
* @example
|
|
500
|
+
* // Get one AdministratorToPlatform
|
|
501
|
+
* const administratorToPlatform = await prisma.administratorToPlatform.findFirst({
|
|
502
|
+
* where: {
|
|
503
|
+
* // ... provide filter here
|
|
504
|
+
* }
|
|
505
|
+
* })
|
|
506
|
+
*/
|
|
507
|
+
findFirst<T extends AdministratorToPlatformFindFirstArgs>(args?: Prisma.SelectSubset<T, AdministratorToPlatformFindFirstArgs<ExtArgs>>): Prisma.Prisma__AdministratorToPlatformClient<runtime.Types.Result.GetResult<Prisma.$AdministratorToPlatformPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
508
|
+
/**
|
|
509
|
+
* Find the first AdministratorToPlatform that matches the filter or
|
|
510
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
511
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
512
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
513
|
+
* @param {AdministratorToPlatformFindFirstOrThrowArgs} args - Arguments to find a AdministratorToPlatform
|
|
514
|
+
* @example
|
|
515
|
+
* // Get one AdministratorToPlatform
|
|
516
|
+
* const administratorToPlatform = await prisma.administratorToPlatform.findFirstOrThrow({
|
|
517
|
+
* where: {
|
|
518
|
+
* // ... provide filter here
|
|
519
|
+
* }
|
|
520
|
+
* })
|
|
521
|
+
*/
|
|
522
|
+
findFirstOrThrow<T extends AdministratorToPlatformFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, AdministratorToPlatformFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__AdministratorToPlatformClient<runtime.Types.Result.GetResult<Prisma.$AdministratorToPlatformPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
523
|
+
/**
|
|
524
|
+
* Find zero or more AdministratorToPlatforms that matches the filter.
|
|
525
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
526
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
527
|
+
* @param {AdministratorToPlatformFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
528
|
+
* @example
|
|
529
|
+
* // Get all AdministratorToPlatforms
|
|
530
|
+
* const administratorToPlatforms = await prisma.administratorToPlatform.findMany()
|
|
531
|
+
*
|
|
532
|
+
* // Get first 10 AdministratorToPlatforms
|
|
533
|
+
* const administratorToPlatforms = await prisma.administratorToPlatform.findMany({ take: 10 })
|
|
534
|
+
*
|
|
535
|
+
* // Only select the `administratorId`
|
|
536
|
+
* const administratorToPlatformWithAdministratorIdOnly = await prisma.administratorToPlatform.findMany({ select: { administratorId: true } })
|
|
537
|
+
*
|
|
538
|
+
*/
|
|
539
|
+
findMany<T extends AdministratorToPlatformFindManyArgs>(args?: Prisma.SelectSubset<T, AdministratorToPlatformFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AdministratorToPlatformPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
540
|
+
/**
|
|
541
|
+
* Create a AdministratorToPlatform.
|
|
542
|
+
* @param {AdministratorToPlatformCreateArgs} args - Arguments to create a AdministratorToPlatform.
|
|
543
|
+
* @example
|
|
544
|
+
* // Create one AdministratorToPlatform
|
|
545
|
+
* const AdministratorToPlatform = await prisma.administratorToPlatform.create({
|
|
546
|
+
* data: {
|
|
547
|
+
* // ... data to create a AdministratorToPlatform
|
|
548
|
+
* }
|
|
549
|
+
* })
|
|
550
|
+
*
|
|
551
|
+
*/
|
|
552
|
+
create<T extends AdministratorToPlatformCreateArgs>(args: Prisma.SelectSubset<T, AdministratorToPlatformCreateArgs<ExtArgs>>): Prisma.Prisma__AdministratorToPlatformClient<runtime.Types.Result.GetResult<Prisma.$AdministratorToPlatformPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
553
|
+
/**
|
|
554
|
+
* Create many AdministratorToPlatforms.
|
|
555
|
+
* @param {AdministratorToPlatformCreateManyArgs} args - Arguments to create many AdministratorToPlatforms.
|
|
556
|
+
* @example
|
|
557
|
+
* // Create many AdministratorToPlatforms
|
|
558
|
+
* const administratorToPlatform = await prisma.administratorToPlatform.createMany({
|
|
559
|
+
* data: [
|
|
560
|
+
* // ... provide data here
|
|
561
|
+
* ]
|
|
562
|
+
* })
|
|
563
|
+
*
|
|
564
|
+
*/
|
|
565
|
+
createMany<T extends AdministratorToPlatformCreateManyArgs>(args?: Prisma.SelectSubset<T, AdministratorToPlatformCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
566
|
+
/**
|
|
567
|
+
* Create many AdministratorToPlatforms and returns the data saved in the database.
|
|
568
|
+
* @param {AdministratorToPlatformCreateManyAndReturnArgs} args - Arguments to create many AdministratorToPlatforms.
|
|
569
|
+
* @example
|
|
570
|
+
* // Create many AdministratorToPlatforms
|
|
571
|
+
* const administratorToPlatform = await prisma.administratorToPlatform.createManyAndReturn({
|
|
572
|
+
* data: [
|
|
573
|
+
* // ... provide data here
|
|
574
|
+
* ]
|
|
575
|
+
* })
|
|
576
|
+
*
|
|
577
|
+
* // Create many AdministratorToPlatforms and only return the `administratorId`
|
|
578
|
+
* const administratorToPlatformWithAdministratorIdOnly = await prisma.administratorToPlatform.createManyAndReturn({
|
|
579
|
+
* select: { administratorId: true },
|
|
580
|
+
* data: [
|
|
581
|
+
* // ... provide data here
|
|
582
|
+
* ]
|
|
583
|
+
* })
|
|
584
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
585
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
586
|
+
*
|
|
587
|
+
*/
|
|
588
|
+
createManyAndReturn<T extends AdministratorToPlatformCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, AdministratorToPlatformCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AdministratorToPlatformPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
589
|
+
/**
|
|
590
|
+
* Delete a AdministratorToPlatform.
|
|
591
|
+
* @param {AdministratorToPlatformDeleteArgs} args - Arguments to delete one AdministratorToPlatform.
|
|
592
|
+
* @example
|
|
593
|
+
* // Delete one AdministratorToPlatform
|
|
594
|
+
* const AdministratorToPlatform = await prisma.administratorToPlatform.delete({
|
|
595
|
+
* where: {
|
|
596
|
+
* // ... filter to delete one AdministratorToPlatform
|
|
597
|
+
* }
|
|
598
|
+
* })
|
|
599
|
+
*
|
|
600
|
+
*/
|
|
601
|
+
delete<T extends AdministratorToPlatformDeleteArgs>(args: Prisma.SelectSubset<T, AdministratorToPlatformDeleteArgs<ExtArgs>>): Prisma.Prisma__AdministratorToPlatformClient<runtime.Types.Result.GetResult<Prisma.$AdministratorToPlatformPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
602
|
+
/**
|
|
603
|
+
* Update one AdministratorToPlatform.
|
|
604
|
+
* @param {AdministratorToPlatformUpdateArgs} args - Arguments to update one AdministratorToPlatform.
|
|
605
|
+
* @example
|
|
606
|
+
* // Update one AdministratorToPlatform
|
|
607
|
+
* const administratorToPlatform = await prisma.administratorToPlatform.update({
|
|
608
|
+
* where: {
|
|
609
|
+
* // ... provide filter here
|
|
610
|
+
* },
|
|
611
|
+
* data: {
|
|
612
|
+
* // ... provide data here
|
|
613
|
+
* }
|
|
614
|
+
* })
|
|
615
|
+
*
|
|
616
|
+
*/
|
|
617
|
+
update<T extends AdministratorToPlatformUpdateArgs>(args: Prisma.SelectSubset<T, AdministratorToPlatformUpdateArgs<ExtArgs>>): Prisma.Prisma__AdministratorToPlatformClient<runtime.Types.Result.GetResult<Prisma.$AdministratorToPlatformPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
618
|
+
/**
|
|
619
|
+
* Delete zero or more AdministratorToPlatforms.
|
|
620
|
+
* @param {AdministratorToPlatformDeleteManyArgs} args - Arguments to filter AdministratorToPlatforms to delete.
|
|
621
|
+
* @example
|
|
622
|
+
* // Delete a few AdministratorToPlatforms
|
|
623
|
+
* const { count } = await prisma.administratorToPlatform.deleteMany({
|
|
624
|
+
* where: {
|
|
625
|
+
* // ... provide filter here
|
|
626
|
+
* }
|
|
627
|
+
* })
|
|
628
|
+
*
|
|
629
|
+
*/
|
|
630
|
+
deleteMany<T extends AdministratorToPlatformDeleteManyArgs>(args?: Prisma.SelectSubset<T, AdministratorToPlatformDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
631
|
+
/**
|
|
632
|
+
* Update zero or more AdministratorToPlatforms.
|
|
633
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
634
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
635
|
+
* @param {AdministratorToPlatformUpdateManyArgs} args - Arguments to update one or more rows.
|
|
636
|
+
* @example
|
|
637
|
+
* // Update many AdministratorToPlatforms
|
|
638
|
+
* const administratorToPlatform = await prisma.administratorToPlatform.updateMany({
|
|
639
|
+
* where: {
|
|
640
|
+
* // ... provide filter here
|
|
641
|
+
* },
|
|
642
|
+
* data: {
|
|
643
|
+
* // ... provide data here
|
|
644
|
+
* }
|
|
645
|
+
* })
|
|
646
|
+
*
|
|
647
|
+
*/
|
|
648
|
+
updateMany<T extends AdministratorToPlatformUpdateManyArgs>(args: Prisma.SelectSubset<T, AdministratorToPlatformUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
649
|
+
/**
|
|
650
|
+
* Update zero or more AdministratorToPlatforms and returns the data updated in the database.
|
|
651
|
+
* @param {AdministratorToPlatformUpdateManyAndReturnArgs} args - Arguments to update many AdministratorToPlatforms.
|
|
652
|
+
* @example
|
|
653
|
+
* // Update many AdministratorToPlatforms
|
|
654
|
+
* const administratorToPlatform = await prisma.administratorToPlatform.updateManyAndReturn({
|
|
655
|
+
* where: {
|
|
656
|
+
* // ... provide filter here
|
|
657
|
+
* },
|
|
658
|
+
* data: [
|
|
659
|
+
* // ... provide data here
|
|
660
|
+
* ]
|
|
661
|
+
* })
|
|
662
|
+
*
|
|
663
|
+
* // Update zero or more AdministratorToPlatforms and only return the `administratorId`
|
|
664
|
+
* const administratorToPlatformWithAdministratorIdOnly = await prisma.administratorToPlatform.updateManyAndReturn({
|
|
665
|
+
* select: { administratorId: true },
|
|
666
|
+
* where: {
|
|
667
|
+
* // ... provide filter here
|
|
668
|
+
* },
|
|
669
|
+
* data: [
|
|
670
|
+
* // ... provide data here
|
|
671
|
+
* ]
|
|
672
|
+
* })
|
|
673
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
674
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
675
|
+
*
|
|
676
|
+
*/
|
|
677
|
+
updateManyAndReturn<T extends AdministratorToPlatformUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, AdministratorToPlatformUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AdministratorToPlatformPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
678
|
+
/**
|
|
679
|
+
* Create or update one AdministratorToPlatform.
|
|
680
|
+
* @param {AdministratorToPlatformUpsertArgs} args - Arguments to update or create a AdministratorToPlatform.
|
|
681
|
+
* @example
|
|
682
|
+
* // Update or create a AdministratorToPlatform
|
|
683
|
+
* const administratorToPlatform = await prisma.administratorToPlatform.upsert({
|
|
684
|
+
* create: {
|
|
685
|
+
* // ... data to create a AdministratorToPlatform
|
|
686
|
+
* },
|
|
687
|
+
* update: {
|
|
688
|
+
* // ... in case it already exists, update
|
|
689
|
+
* },
|
|
690
|
+
* where: {
|
|
691
|
+
* // ... the filter for the AdministratorToPlatform we want to update
|
|
692
|
+
* }
|
|
693
|
+
* })
|
|
694
|
+
*/
|
|
695
|
+
upsert<T extends AdministratorToPlatformUpsertArgs>(args: Prisma.SelectSubset<T, AdministratorToPlatformUpsertArgs<ExtArgs>>): Prisma.Prisma__AdministratorToPlatformClient<runtime.Types.Result.GetResult<Prisma.$AdministratorToPlatformPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
696
|
+
/**
|
|
697
|
+
* Count the number of AdministratorToPlatforms.
|
|
698
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
699
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
700
|
+
* @param {AdministratorToPlatformCountArgs} args - Arguments to filter AdministratorToPlatforms to count.
|
|
701
|
+
* @example
|
|
702
|
+
* // Count the number of AdministratorToPlatforms
|
|
703
|
+
* const count = await prisma.administratorToPlatform.count({
|
|
704
|
+
* where: {
|
|
705
|
+
* // ... the filter for the AdministratorToPlatforms we want to count
|
|
706
|
+
* }
|
|
707
|
+
* })
|
|
708
|
+
**/
|
|
709
|
+
count<T extends AdministratorToPlatformCountArgs>(args?: Prisma.Subset<T, AdministratorToPlatformCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], AdministratorToPlatformCountAggregateOutputType> : number>;
|
|
710
|
+
/**
|
|
711
|
+
* Allows you to perform aggregations operations on a AdministratorToPlatform.
|
|
712
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
713
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
714
|
+
* @param {AdministratorToPlatformAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
715
|
+
* @example
|
|
716
|
+
* // Ordered by age ascending
|
|
717
|
+
* // Where email contains prisma.io
|
|
718
|
+
* // Limited to the 10 users
|
|
719
|
+
* const aggregations = await prisma.user.aggregate({
|
|
720
|
+
* _avg: {
|
|
721
|
+
* age: true,
|
|
722
|
+
* },
|
|
723
|
+
* where: {
|
|
724
|
+
* email: {
|
|
725
|
+
* contains: "prisma.io",
|
|
726
|
+
* },
|
|
727
|
+
* },
|
|
728
|
+
* orderBy: {
|
|
729
|
+
* age: "asc",
|
|
730
|
+
* },
|
|
731
|
+
* take: 10,
|
|
732
|
+
* })
|
|
733
|
+
**/
|
|
734
|
+
aggregate<T extends AdministratorToPlatformAggregateArgs>(args: Prisma.Subset<T, AdministratorToPlatformAggregateArgs>): Prisma.PrismaPromise<GetAdministratorToPlatformAggregateType<T>>;
|
|
735
|
+
/**
|
|
736
|
+
* Group by AdministratorToPlatform.
|
|
737
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
738
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
739
|
+
* @param {AdministratorToPlatformGroupByArgs} args - Group by arguments.
|
|
740
|
+
* @example
|
|
741
|
+
* // Group by city, order by createdAt, get count
|
|
742
|
+
* const result = await prisma.user.groupBy({
|
|
743
|
+
* by: ['city', 'createdAt'],
|
|
744
|
+
* orderBy: {
|
|
745
|
+
* createdAt: true
|
|
746
|
+
* },
|
|
747
|
+
* _count: {
|
|
748
|
+
* _all: true
|
|
749
|
+
* },
|
|
750
|
+
* })
|
|
751
|
+
*
|
|
752
|
+
**/
|
|
753
|
+
groupBy<T extends AdministratorToPlatformGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
754
|
+
orderBy: AdministratorToPlatformGroupByArgs['orderBy'];
|
|
755
|
+
} : {
|
|
756
|
+
orderBy?: AdministratorToPlatformGroupByArgs['orderBy'];
|
|
757
|
+
}, 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 ? {
|
|
758
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
759
|
+
Error,
|
|
760
|
+
'Field ',
|
|
761
|
+
P,
|
|
762
|
+
` in "having" needs to be provided in "by"`
|
|
763
|
+
];
|
|
764
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
765
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
766
|
+
}[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 ? {} : {
|
|
767
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
768
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
769
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
770
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, AdministratorToPlatformGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetAdministratorToPlatformGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
771
|
+
/**
|
|
772
|
+
* Fields of the AdministratorToPlatform model
|
|
773
|
+
*/
|
|
774
|
+
readonly fields: AdministratorToPlatformFieldRefs;
|
|
775
|
+
}
|
|
776
|
+
/**
|
|
777
|
+
* The delegate class that acts as a "Promise-like" for AdministratorToPlatform.
|
|
778
|
+
* Why is this prefixed with `Prisma__`?
|
|
779
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
780
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
781
|
+
*/
|
|
782
|
+
export interface Prisma__AdministratorToPlatformClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
783
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
784
|
+
administrator<T extends Prisma.AdministratorDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.AdministratorDefaultArgs<ExtArgs>>): Prisma.Prisma__AdministratorClient<runtime.Types.Result.GetResult<Prisma.$AdministratorPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
785
|
+
platform<T extends Prisma.PlatformDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PlatformDefaultArgs<ExtArgs>>): Prisma.Prisma__PlatformClient<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
786
|
+
/**
|
|
787
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
788
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
789
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
790
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
791
|
+
*/
|
|
792
|
+
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>;
|
|
793
|
+
/**
|
|
794
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
795
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
796
|
+
* @returns A Promise for the completion of the callback.
|
|
797
|
+
*/
|
|
798
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
799
|
+
/**
|
|
800
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
801
|
+
* resolved value cannot be modified from the callback.
|
|
802
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
803
|
+
* @returns A Promise for the completion of the callback.
|
|
804
|
+
*/
|
|
805
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
806
|
+
}
|
|
807
|
+
/**
|
|
808
|
+
* Fields of the AdministratorToPlatform model
|
|
809
|
+
*/
|
|
810
|
+
export interface AdministratorToPlatformFieldRefs {
|
|
811
|
+
readonly administratorId: Prisma.FieldRef<"AdministratorToPlatform", 'BigInt'>;
|
|
812
|
+
readonly platformRecordId: Prisma.FieldRef<"AdministratorToPlatform", 'BigInt'>;
|
|
813
|
+
}
|
|
814
|
+
/**
|
|
815
|
+
* AdministratorToPlatform findUnique
|
|
816
|
+
*/
|
|
817
|
+
export type AdministratorToPlatformFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
818
|
+
/**
|
|
819
|
+
* Select specific fields to fetch from the AdministratorToPlatform
|
|
820
|
+
*/
|
|
821
|
+
select?: Prisma.AdministratorToPlatformSelect<ExtArgs> | null;
|
|
822
|
+
/**
|
|
823
|
+
* Omit specific fields from the AdministratorToPlatform
|
|
824
|
+
*/
|
|
825
|
+
omit?: Prisma.AdministratorToPlatformOmit<ExtArgs> | null;
|
|
826
|
+
/**
|
|
827
|
+
* Choose, which related nodes to fetch as well
|
|
828
|
+
*/
|
|
829
|
+
include?: Prisma.AdministratorToPlatformInclude<ExtArgs> | null;
|
|
830
|
+
/**
|
|
831
|
+
* Filter, which AdministratorToPlatform to fetch.
|
|
832
|
+
*/
|
|
833
|
+
where: Prisma.AdministratorToPlatformWhereUniqueInput;
|
|
834
|
+
};
|
|
835
|
+
/**
|
|
836
|
+
* AdministratorToPlatform findUniqueOrThrow
|
|
837
|
+
*/
|
|
838
|
+
export type AdministratorToPlatformFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
839
|
+
/**
|
|
840
|
+
* Select specific fields to fetch from the AdministratorToPlatform
|
|
841
|
+
*/
|
|
842
|
+
select?: Prisma.AdministratorToPlatformSelect<ExtArgs> | null;
|
|
843
|
+
/**
|
|
844
|
+
* Omit specific fields from the AdministratorToPlatform
|
|
845
|
+
*/
|
|
846
|
+
omit?: Prisma.AdministratorToPlatformOmit<ExtArgs> | null;
|
|
847
|
+
/**
|
|
848
|
+
* Choose, which related nodes to fetch as well
|
|
849
|
+
*/
|
|
850
|
+
include?: Prisma.AdministratorToPlatformInclude<ExtArgs> | null;
|
|
851
|
+
/**
|
|
852
|
+
* Filter, which AdministratorToPlatform to fetch.
|
|
853
|
+
*/
|
|
854
|
+
where: Prisma.AdministratorToPlatformWhereUniqueInput;
|
|
855
|
+
};
|
|
856
|
+
/**
|
|
857
|
+
* AdministratorToPlatform findFirst
|
|
858
|
+
*/
|
|
859
|
+
export type AdministratorToPlatformFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
860
|
+
/**
|
|
861
|
+
* Select specific fields to fetch from the AdministratorToPlatform
|
|
862
|
+
*/
|
|
863
|
+
select?: Prisma.AdministratorToPlatformSelect<ExtArgs> | null;
|
|
864
|
+
/**
|
|
865
|
+
* Omit specific fields from the AdministratorToPlatform
|
|
866
|
+
*/
|
|
867
|
+
omit?: Prisma.AdministratorToPlatformOmit<ExtArgs> | null;
|
|
868
|
+
/**
|
|
869
|
+
* Choose, which related nodes to fetch as well
|
|
870
|
+
*/
|
|
871
|
+
include?: Prisma.AdministratorToPlatformInclude<ExtArgs> | null;
|
|
872
|
+
/**
|
|
873
|
+
* Filter, which AdministratorToPlatform to fetch.
|
|
874
|
+
*/
|
|
875
|
+
where?: Prisma.AdministratorToPlatformWhereInput;
|
|
876
|
+
/**
|
|
877
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
878
|
+
*
|
|
879
|
+
* Determine the order of AdministratorToPlatforms to fetch.
|
|
880
|
+
*/
|
|
881
|
+
orderBy?: Prisma.AdministratorToPlatformOrderByWithRelationInput | Prisma.AdministratorToPlatformOrderByWithRelationInput[];
|
|
882
|
+
/**
|
|
883
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
884
|
+
*
|
|
885
|
+
* Sets the position for searching for AdministratorToPlatforms.
|
|
886
|
+
*/
|
|
887
|
+
cursor?: Prisma.AdministratorToPlatformWhereUniqueInput;
|
|
888
|
+
/**
|
|
889
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
890
|
+
*
|
|
891
|
+
* Take `±n` AdministratorToPlatforms from the position of the cursor.
|
|
892
|
+
*/
|
|
893
|
+
take?: number;
|
|
894
|
+
/**
|
|
895
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
896
|
+
*
|
|
897
|
+
* Skip the first `n` AdministratorToPlatforms.
|
|
898
|
+
*/
|
|
899
|
+
skip?: number;
|
|
900
|
+
/**
|
|
901
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
902
|
+
*
|
|
903
|
+
* Filter by unique combinations of AdministratorToPlatforms.
|
|
904
|
+
*/
|
|
905
|
+
distinct?: Prisma.AdministratorToPlatformScalarFieldEnum | Prisma.AdministratorToPlatformScalarFieldEnum[];
|
|
906
|
+
};
|
|
907
|
+
/**
|
|
908
|
+
* AdministratorToPlatform findFirstOrThrow
|
|
909
|
+
*/
|
|
910
|
+
export type AdministratorToPlatformFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
911
|
+
/**
|
|
912
|
+
* Select specific fields to fetch from the AdministratorToPlatform
|
|
913
|
+
*/
|
|
914
|
+
select?: Prisma.AdministratorToPlatformSelect<ExtArgs> | null;
|
|
915
|
+
/**
|
|
916
|
+
* Omit specific fields from the AdministratorToPlatform
|
|
917
|
+
*/
|
|
918
|
+
omit?: Prisma.AdministratorToPlatformOmit<ExtArgs> | null;
|
|
919
|
+
/**
|
|
920
|
+
* Choose, which related nodes to fetch as well
|
|
921
|
+
*/
|
|
922
|
+
include?: Prisma.AdministratorToPlatformInclude<ExtArgs> | null;
|
|
923
|
+
/**
|
|
924
|
+
* Filter, which AdministratorToPlatform to fetch.
|
|
925
|
+
*/
|
|
926
|
+
where?: Prisma.AdministratorToPlatformWhereInput;
|
|
927
|
+
/**
|
|
928
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
929
|
+
*
|
|
930
|
+
* Determine the order of AdministratorToPlatforms to fetch.
|
|
931
|
+
*/
|
|
932
|
+
orderBy?: Prisma.AdministratorToPlatformOrderByWithRelationInput | Prisma.AdministratorToPlatformOrderByWithRelationInput[];
|
|
933
|
+
/**
|
|
934
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
935
|
+
*
|
|
936
|
+
* Sets the position for searching for AdministratorToPlatforms.
|
|
937
|
+
*/
|
|
938
|
+
cursor?: Prisma.AdministratorToPlatformWhereUniqueInput;
|
|
939
|
+
/**
|
|
940
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
941
|
+
*
|
|
942
|
+
* Take `±n` AdministratorToPlatforms from the position of the cursor.
|
|
943
|
+
*/
|
|
944
|
+
take?: number;
|
|
945
|
+
/**
|
|
946
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
947
|
+
*
|
|
948
|
+
* Skip the first `n` AdministratorToPlatforms.
|
|
949
|
+
*/
|
|
950
|
+
skip?: number;
|
|
951
|
+
/**
|
|
952
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
953
|
+
*
|
|
954
|
+
* Filter by unique combinations of AdministratorToPlatforms.
|
|
955
|
+
*/
|
|
956
|
+
distinct?: Prisma.AdministratorToPlatformScalarFieldEnum | Prisma.AdministratorToPlatformScalarFieldEnum[];
|
|
957
|
+
};
|
|
958
|
+
/**
|
|
959
|
+
* AdministratorToPlatform findMany
|
|
960
|
+
*/
|
|
961
|
+
export type AdministratorToPlatformFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
962
|
+
/**
|
|
963
|
+
* Select specific fields to fetch from the AdministratorToPlatform
|
|
964
|
+
*/
|
|
965
|
+
select?: Prisma.AdministratorToPlatformSelect<ExtArgs> | null;
|
|
966
|
+
/**
|
|
967
|
+
* Omit specific fields from the AdministratorToPlatform
|
|
968
|
+
*/
|
|
969
|
+
omit?: Prisma.AdministratorToPlatformOmit<ExtArgs> | null;
|
|
970
|
+
/**
|
|
971
|
+
* Choose, which related nodes to fetch as well
|
|
972
|
+
*/
|
|
973
|
+
include?: Prisma.AdministratorToPlatformInclude<ExtArgs> | null;
|
|
974
|
+
/**
|
|
975
|
+
* Filter, which AdministratorToPlatforms to fetch.
|
|
976
|
+
*/
|
|
977
|
+
where?: Prisma.AdministratorToPlatformWhereInput;
|
|
978
|
+
/**
|
|
979
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
980
|
+
*
|
|
981
|
+
* Determine the order of AdministratorToPlatforms to fetch.
|
|
982
|
+
*/
|
|
983
|
+
orderBy?: Prisma.AdministratorToPlatformOrderByWithRelationInput | Prisma.AdministratorToPlatformOrderByWithRelationInput[];
|
|
984
|
+
/**
|
|
985
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
986
|
+
*
|
|
987
|
+
* Sets the position for listing AdministratorToPlatforms.
|
|
988
|
+
*/
|
|
989
|
+
cursor?: Prisma.AdministratorToPlatformWhereUniqueInput;
|
|
990
|
+
/**
|
|
991
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
992
|
+
*
|
|
993
|
+
* Take `±n` AdministratorToPlatforms from the position of the cursor.
|
|
994
|
+
*/
|
|
995
|
+
take?: number;
|
|
996
|
+
/**
|
|
997
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
998
|
+
*
|
|
999
|
+
* Skip the first `n` AdministratorToPlatforms.
|
|
1000
|
+
*/
|
|
1001
|
+
skip?: number;
|
|
1002
|
+
distinct?: Prisma.AdministratorToPlatformScalarFieldEnum | Prisma.AdministratorToPlatformScalarFieldEnum[];
|
|
1003
|
+
};
|
|
1004
|
+
/**
|
|
1005
|
+
* AdministratorToPlatform create
|
|
1006
|
+
*/
|
|
1007
|
+
export type AdministratorToPlatformCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1008
|
+
/**
|
|
1009
|
+
* Select specific fields to fetch from the AdministratorToPlatform
|
|
1010
|
+
*/
|
|
1011
|
+
select?: Prisma.AdministratorToPlatformSelect<ExtArgs> | null;
|
|
1012
|
+
/**
|
|
1013
|
+
* Omit specific fields from the AdministratorToPlatform
|
|
1014
|
+
*/
|
|
1015
|
+
omit?: Prisma.AdministratorToPlatformOmit<ExtArgs> | null;
|
|
1016
|
+
/**
|
|
1017
|
+
* Choose, which related nodes to fetch as well
|
|
1018
|
+
*/
|
|
1019
|
+
include?: Prisma.AdministratorToPlatformInclude<ExtArgs> | null;
|
|
1020
|
+
/**
|
|
1021
|
+
* The data needed to create a AdministratorToPlatform.
|
|
1022
|
+
*/
|
|
1023
|
+
data: Prisma.XOR<Prisma.AdministratorToPlatformCreateInput, Prisma.AdministratorToPlatformUncheckedCreateInput>;
|
|
1024
|
+
};
|
|
1025
|
+
/**
|
|
1026
|
+
* AdministratorToPlatform createMany
|
|
1027
|
+
*/
|
|
1028
|
+
export type AdministratorToPlatformCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1029
|
+
/**
|
|
1030
|
+
* The data used to create many AdministratorToPlatforms.
|
|
1031
|
+
*/
|
|
1032
|
+
data: Prisma.AdministratorToPlatformCreateManyInput | Prisma.AdministratorToPlatformCreateManyInput[];
|
|
1033
|
+
skipDuplicates?: boolean;
|
|
1034
|
+
};
|
|
1035
|
+
/**
|
|
1036
|
+
* AdministratorToPlatform createManyAndReturn
|
|
1037
|
+
*/
|
|
1038
|
+
export type AdministratorToPlatformCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1039
|
+
/**
|
|
1040
|
+
* Select specific fields to fetch from the AdministratorToPlatform
|
|
1041
|
+
*/
|
|
1042
|
+
select?: Prisma.AdministratorToPlatformSelectCreateManyAndReturn<ExtArgs> | null;
|
|
1043
|
+
/**
|
|
1044
|
+
* Omit specific fields from the AdministratorToPlatform
|
|
1045
|
+
*/
|
|
1046
|
+
omit?: Prisma.AdministratorToPlatformOmit<ExtArgs> | null;
|
|
1047
|
+
/**
|
|
1048
|
+
* The data used to create many AdministratorToPlatforms.
|
|
1049
|
+
*/
|
|
1050
|
+
data: Prisma.AdministratorToPlatformCreateManyInput | Prisma.AdministratorToPlatformCreateManyInput[];
|
|
1051
|
+
skipDuplicates?: boolean;
|
|
1052
|
+
/**
|
|
1053
|
+
* Choose, which related nodes to fetch as well
|
|
1054
|
+
*/
|
|
1055
|
+
include?: Prisma.AdministratorToPlatformIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
1056
|
+
};
|
|
1057
|
+
/**
|
|
1058
|
+
* AdministratorToPlatform update
|
|
1059
|
+
*/
|
|
1060
|
+
export type AdministratorToPlatformUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1061
|
+
/**
|
|
1062
|
+
* Select specific fields to fetch from the AdministratorToPlatform
|
|
1063
|
+
*/
|
|
1064
|
+
select?: Prisma.AdministratorToPlatformSelect<ExtArgs> | null;
|
|
1065
|
+
/**
|
|
1066
|
+
* Omit specific fields from the AdministratorToPlatform
|
|
1067
|
+
*/
|
|
1068
|
+
omit?: Prisma.AdministratorToPlatformOmit<ExtArgs> | null;
|
|
1069
|
+
/**
|
|
1070
|
+
* Choose, which related nodes to fetch as well
|
|
1071
|
+
*/
|
|
1072
|
+
include?: Prisma.AdministratorToPlatformInclude<ExtArgs> | null;
|
|
1073
|
+
/**
|
|
1074
|
+
* The data needed to update a AdministratorToPlatform.
|
|
1075
|
+
*/
|
|
1076
|
+
data: Prisma.XOR<Prisma.AdministratorToPlatformUpdateInput, Prisma.AdministratorToPlatformUncheckedUpdateInput>;
|
|
1077
|
+
/**
|
|
1078
|
+
* Choose, which AdministratorToPlatform to update.
|
|
1079
|
+
*/
|
|
1080
|
+
where: Prisma.AdministratorToPlatformWhereUniqueInput;
|
|
1081
|
+
};
|
|
1082
|
+
/**
|
|
1083
|
+
* AdministratorToPlatform updateMany
|
|
1084
|
+
*/
|
|
1085
|
+
export type AdministratorToPlatformUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1086
|
+
/**
|
|
1087
|
+
* The data used to update AdministratorToPlatforms.
|
|
1088
|
+
*/
|
|
1089
|
+
data: Prisma.XOR<Prisma.AdministratorToPlatformUpdateManyMutationInput, Prisma.AdministratorToPlatformUncheckedUpdateManyInput>;
|
|
1090
|
+
/**
|
|
1091
|
+
* Filter which AdministratorToPlatforms to update
|
|
1092
|
+
*/
|
|
1093
|
+
where?: Prisma.AdministratorToPlatformWhereInput;
|
|
1094
|
+
/**
|
|
1095
|
+
* Limit how many AdministratorToPlatforms to update.
|
|
1096
|
+
*/
|
|
1097
|
+
limit?: number;
|
|
1098
|
+
};
|
|
1099
|
+
/**
|
|
1100
|
+
* AdministratorToPlatform updateManyAndReturn
|
|
1101
|
+
*/
|
|
1102
|
+
export type AdministratorToPlatformUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1103
|
+
/**
|
|
1104
|
+
* Select specific fields to fetch from the AdministratorToPlatform
|
|
1105
|
+
*/
|
|
1106
|
+
select?: Prisma.AdministratorToPlatformSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
1107
|
+
/**
|
|
1108
|
+
* Omit specific fields from the AdministratorToPlatform
|
|
1109
|
+
*/
|
|
1110
|
+
omit?: Prisma.AdministratorToPlatformOmit<ExtArgs> | null;
|
|
1111
|
+
/**
|
|
1112
|
+
* The data used to update AdministratorToPlatforms.
|
|
1113
|
+
*/
|
|
1114
|
+
data: Prisma.XOR<Prisma.AdministratorToPlatformUpdateManyMutationInput, Prisma.AdministratorToPlatformUncheckedUpdateManyInput>;
|
|
1115
|
+
/**
|
|
1116
|
+
* Filter which AdministratorToPlatforms to update
|
|
1117
|
+
*/
|
|
1118
|
+
where?: Prisma.AdministratorToPlatformWhereInput;
|
|
1119
|
+
/**
|
|
1120
|
+
* Limit how many AdministratorToPlatforms to update.
|
|
1121
|
+
*/
|
|
1122
|
+
limit?: number;
|
|
1123
|
+
/**
|
|
1124
|
+
* Choose, which related nodes to fetch as well
|
|
1125
|
+
*/
|
|
1126
|
+
include?: Prisma.AdministratorToPlatformIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
1127
|
+
};
|
|
1128
|
+
/**
|
|
1129
|
+
* AdministratorToPlatform upsert
|
|
1130
|
+
*/
|
|
1131
|
+
export type AdministratorToPlatformUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1132
|
+
/**
|
|
1133
|
+
* Select specific fields to fetch from the AdministratorToPlatform
|
|
1134
|
+
*/
|
|
1135
|
+
select?: Prisma.AdministratorToPlatformSelect<ExtArgs> | null;
|
|
1136
|
+
/**
|
|
1137
|
+
* Omit specific fields from the AdministratorToPlatform
|
|
1138
|
+
*/
|
|
1139
|
+
omit?: Prisma.AdministratorToPlatformOmit<ExtArgs> | null;
|
|
1140
|
+
/**
|
|
1141
|
+
* Choose, which related nodes to fetch as well
|
|
1142
|
+
*/
|
|
1143
|
+
include?: Prisma.AdministratorToPlatformInclude<ExtArgs> | null;
|
|
1144
|
+
/**
|
|
1145
|
+
* The filter to search for the AdministratorToPlatform to update in case it exists.
|
|
1146
|
+
*/
|
|
1147
|
+
where: Prisma.AdministratorToPlatformWhereUniqueInput;
|
|
1148
|
+
/**
|
|
1149
|
+
* In case the AdministratorToPlatform found by the `where` argument doesn't exist, create a new AdministratorToPlatform with this data.
|
|
1150
|
+
*/
|
|
1151
|
+
create: Prisma.XOR<Prisma.AdministratorToPlatformCreateInput, Prisma.AdministratorToPlatformUncheckedCreateInput>;
|
|
1152
|
+
/**
|
|
1153
|
+
* In case the AdministratorToPlatform was found with the provided `where` argument, update it with this data.
|
|
1154
|
+
*/
|
|
1155
|
+
update: Prisma.XOR<Prisma.AdministratorToPlatformUpdateInput, Prisma.AdministratorToPlatformUncheckedUpdateInput>;
|
|
1156
|
+
};
|
|
1157
|
+
/**
|
|
1158
|
+
* AdministratorToPlatform delete
|
|
1159
|
+
*/
|
|
1160
|
+
export type AdministratorToPlatformDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1161
|
+
/**
|
|
1162
|
+
* Select specific fields to fetch from the AdministratorToPlatform
|
|
1163
|
+
*/
|
|
1164
|
+
select?: Prisma.AdministratorToPlatformSelect<ExtArgs> | null;
|
|
1165
|
+
/**
|
|
1166
|
+
* Omit specific fields from the AdministratorToPlatform
|
|
1167
|
+
*/
|
|
1168
|
+
omit?: Prisma.AdministratorToPlatformOmit<ExtArgs> | null;
|
|
1169
|
+
/**
|
|
1170
|
+
* Choose, which related nodes to fetch as well
|
|
1171
|
+
*/
|
|
1172
|
+
include?: Prisma.AdministratorToPlatformInclude<ExtArgs> | null;
|
|
1173
|
+
/**
|
|
1174
|
+
* Filter which AdministratorToPlatform to delete.
|
|
1175
|
+
*/
|
|
1176
|
+
where: Prisma.AdministratorToPlatformWhereUniqueInput;
|
|
1177
|
+
};
|
|
1178
|
+
/**
|
|
1179
|
+
* AdministratorToPlatform deleteMany
|
|
1180
|
+
*/
|
|
1181
|
+
export type AdministratorToPlatformDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1182
|
+
/**
|
|
1183
|
+
* Filter which AdministratorToPlatforms to delete
|
|
1184
|
+
*/
|
|
1185
|
+
where?: Prisma.AdministratorToPlatformWhereInput;
|
|
1186
|
+
/**
|
|
1187
|
+
* Limit how many AdministratorToPlatforms to delete.
|
|
1188
|
+
*/
|
|
1189
|
+
limit?: number;
|
|
1190
|
+
};
|
|
1191
|
+
/**
|
|
1192
|
+
* AdministratorToPlatform without action
|
|
1193
|
+
*/
|
|
1194
|
+
export type AdministratorToPlatformDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1195
|
+
/**
|
|
1196
|
+
* Select specific fields to fetch from the AdministratorToPlatform
|
|
1197
|
+
*/
|
|
1198
|
+
select?: Prisma.AdministratorToPlatformSelect<ExtArgs> | null;
|
|
1199
|
+
/**
|
|
1200
|
+
* Omit specific fields from the AdministratorToPlatform
|
|
1201
|
+
*/
|
|
1202
|
+
omit?: Prisma.AdministratorToPlatformOmit<ExtArgs> | null;
|
|
1203
|
+
/**
|
|
1204
|
+
* Choose, which related nodes to fetch as well
|
|
1205
|
+
*/
|
|
1206
|
+
include?: Prisma.AdministratorToPlatformInclude<ExtArgs> | null;
|
|
1207
|
+
};
|
|
1208
|
+
export {};
|